

/* Start:/bitrix/components/simai/demo.switcher/templates/.default/style.css?16487313601237*/
.style-switcher-slidebar label{margin-bottom:0}
.style-switcher-slidebar h3{height:50px;line-height:50px;margin:0 0 10px;padding:0 10px;background:#1F7BC6;font-size:16px;color:#fff}
.style-switcher-slidebar .panel-section{padding:0 15px}
.style-switcher-slidebar .switch-panel .form-group{margin-bottom:5px;margin-top:5px}
.style-switcher-slidebar .switch-panel .bg-switch a{width:36px;height:36px;float:left;margin-right:8px}
.color-switch a{width:30px;height:30px;border:2px solid transparent;display:inline-block;margin-right:5px;margin-bottom:8px;text-indent:-9999px}
.color-switch a:hover,.color-switch a.active{border:2px solid #1F7BC6;box-shadow:2px 2px 0 #666}
.color-switch a:last-child{margin-right:0}
.color-switch a.color-red{background:#e91b23!important}
.color-switch a.color-violet{background:#563d7c!important}
.color-switch a.color-blue{background:#1F7BC6!important}
.color-switch a.color-green{background:#8ec449!important}
.color-switch a.color-yellow{background:#f1c40f!important}
.color-switch a.color-orange{background:#d35400!important}
.color-switch a.color-bw{background:url(/bitrix/components/simai/demo.switcher/templates/.default/images/bw.jpg) no-repeat!important}
.color-switch a.color-special{background:url(/bitrix/components/simai/demo.switcher/templates/.default/images/special.jpg) no-repeat !important}
/* End */


/* Start:/bitrix/components/simai/template.special/templates/simai.spgov/style.css?1648731360822*/
.special-settings .theme {
    padding: 5px;
    border: 1px solid #eeeeee;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
}

.special-settings .theme.white {
    background: #fff !important;
    color: #000 !important;
}

.special-settings .theme.black {
    background: #000 !important;
    color: #fff !important;
}

.special-settings .theme.yellow {
    background: #000 !important;
    color: #ff0 !important;
}

.special-settings .theme.blue {
    background: #9FD7FF !important;
    color: #143c5a !important;
}

.special-kerning-small{
	letter-spacing:normal;
}
.special-kerning-normal{
	letter-spacing:2px;
}
.special-kerning-big{
	letter-spacing:3px;
}

.special-fonttype-arial{
	font-family: Arial !important;
}
.special-fonttype-times{
	font-family: "Times New Roman" !important;
}
/* End */


/* Start:/bitrix/templates/simai.spgov/components/bitrix/breadcrumb/.default/style.css?1648731333173*/
.breadcrumb>li+li:before {content: "\f105 " !important; padding: 0 5px; font-family: 'FontAwesome'; font-size: 12px; font-weight: bold; color: rgba(0,0,0,0.2) !important;;} 
/* End */


/* Start:/bitrix/components/simai/feedback.error/templates/.default/style.css?16487313605779*/
body 
{
    margin: 0px!important;
    padding: 0px!important;
}

.modal-window-home 
{ 
    z-index: 997; 
    position: fixed; 
    top: 0px; 
    left: 0px; 
    bottom: 0px; 
    right: 0px; 
    background-color: rgba(0, 0, 0, .6); 
    display: flex; 
    align-items: center; 
    justify-content: center;  
    overflow: visible;
    display: none;
} 
.modal-window-mask {
    position: fixed; 
    top: 0px; 
    left: 0px; 
    bottom: 0px; 
    right: 0px; 
    background-color: rgba(0, 0, 0, .6); 
    display: flex; 
    align-items: center; 
    justify-content: center;  
    overflow: visible;
}

.content-modal-window
{
    position: relative; 
    width: 400px;
    background-color: rgba(255,255,255,.99);
    border-radius: 3px; 
    display: inline-grid;
} 

.btn-button-modal-window
{ 
    margin-bottom: 0px; 
    margin-right: 0px; 
    float: right; 
    padding: 5px 7px; 
    margin: 7px 20px; 
    font-size: 16px; 
} 

/*
*   ЗАГОЛОВОК ОСНОВНОГО ОКНА СООБЩЕНИЯ
*   ОБ ОШИБКЕ
*
*/
.header-modal-window
{   
    background-color: #FFFFFF; 
    border-top-left-radius: 3px; 
    border-top-right-radius: 3px; 
    border-bottom: 1px solid rgba(0,0,0,0.1);
    width: 100%;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
}

.header-modal-window-text
{ 
    font-family: Verdana, Arial, Helvetica, sans-serif !important; 
    display: inline-block; 
    padding-left: 20px;
    font-size: 16px; 
    color: rgba(0,0,0, .87);
    width: 100%;
} 

/*
*   ПОДВАЛ ОСНОВНОГО ОКНА СООБЩЕНИЯ
*   ОБ ОШИБКЕ
*
*/
.footer-modal-window
{ 
    background-color: #FFFFFF;
    overflow: hidden; 
    border-bottom-left-radius: 3px; 
    border-bottom-right-radius: 3px;
    width: 100%;
} 

.content-modal-window-message-submit
{ 
    background-color: #FFFFFF;
    padding: 0 20px 0px 20px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.content-modal-window-message-submit p {
    font-size: .85rem;
    color: rgba(0,0,0, .87);
    font-weight: 600;
}

.content-modal-window-message-submit div {
    font-size: .8rem;
    color: rgba(0, 0, 0, .54);
}


.message-text-submit
{  
    resize: none; 
    min-height: 250px; 
    min-width: 350px;
} 

.close-icon-button-block
{ 
    float: right;  
    display: flex; 
    align-items: center; 
    justify-content: center; 
    overflow: hidden;
    padding: 15px;
} 

.close-icon-button-block:hover
{ 
    background-color: rgba(218, 223, 225, 1.0); 
    cursor: pointer; 
} 




/*
*   but-sm СТАНДАРТАНАЯ КНОПКА
*   БЕЗ ЦВЕТОВОЙ СХЕМЫ
*
*/
.but-sm
{
    font-weight: normal;
    white-space: normal;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.but-sm
{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
}

.but-sm:hover, .but-sm:focus
{
    -webkit-transition: background-position 0s linear;
    -moz-transition: background-position 0s linear;
    -o-transition: background-position 0s linear;
    transition: background-position 0s linear;
}

/*
*-----but-sm-submit-----
*   КНОПКА С ЦВЕТОВОЙ СХЕМОЙ
*   ДЛЯ КНОПКИ ОТПРАВИТЬ(SUBMIT)
*/
.but-sm-submit
{
    color: rgba(255,255,255,.87);
    background-color:#3498DB;
    border-color:#22A7F0;
}
.but-sm-submit:hover, .but-sm-submit:focus
{
    color: rgba(255,255,255,.87);
    background-color:  #3498FF;
    border-color: #3498DB;
    font-weight: 500;
}

/*
*-----but-sm-cansel-----
*   КНОПКА С ЦВЕТОВОЙ СХЕМОЙ
*   ДЛЯ КНОПКИ ОТПРАВИТЬ(SUBMIT)
*/
.but-sm-cancel
{
    color: #FFFFFF;
    background-color: #e74c3c;
    border-color: #c0392b;
}

.but-sm-cancel:hover, .but-sm-cancel:focus
{
    color: #FFFFFF;
    background-color: #c0392b; 
    border-color: #e74c3c;
}


/*
*
*
*/

.but-sm-default
{
    color: #333333;
    background-color: #F2F1EF;
    border-color: #BDC3C7;
}

.but-sm-default:hover, .but-sm-default:focus
{
    color: #333333;
    background-color: #FFFFFF;
    border-color: #BDC3C7;
}

/*
*
*
*/
.form-sm-element
{
    display: block;
    background-color: #fff;
    background-image: none;
    border: 1px solid rgba(0,0,0,.38);
    border-radius: 2px;
    padding: 2% 0 0 2%;
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    font-size: .8rem;
    color: rgba(0, 0, 0, .54);
}

.form-sm-element:focus {
    border-color: #66afe9;
    outline: 0;
}


.content-form-message-user
{

}



.over-mask {
    opacity: .99;
    z-index: 998;
}

.but-close-over-mask {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
}

.no-bold {
    font-weight: normal;
    opacity: 0.7;
}

.text-error {
    margin: 0 0 1rem 0;
}

.m-20 {
    margin: 10px 20px;
}
/* End */


/* Start:/bitrix/templates/simai.spgov/template_styles.css?166427706322701*/
.dropdown a.circle-icon,.li-li a.circle-icon{padding:15px 19px!important;margin:13px 5px!important;border-radius:50%!important;background:rgba(255,255,255,0.9)!important;color:#333!important}
body{font-family:'Helvetica Neue',Helvetica,Arial,sans-serif!important;font-size:14px}
.navbar-wp .navbar-nav>li>a{font-family:"OpenSans-Regular","Tahoma",sans-serif!important}
.pg-opt .breadcrumb{font-size:12px}
.footer h1,.footer h2,.footer h3,.footer h4,.footer h5,.footer h6{font-weight:600;font-family:'Open Sans',sans-serif}
.ad_block{position:fixed;top:0;right:0;left:0;text-align:center;bottom:0}
.carousel-1 .carousel-control.left{left:-30px}
.carousel-1 .carousel-control.right{right:-20px}
.carousel-1 .caption-bottom .title{font-weight:400!important}
.sitelogo{font-size:40px;line-height:75px}
.wp-block.article .video-hover-play a:before{background:rgba(0,0,0,0.6)}
.wp-block.article.grid .image-title{font-size:10px;color:#fff}
.navbar-toggle{padding:10px 16px;font-size:21px}
.navbar-toggle:hover,.navbar-toggle:focus{color:#fff}
.top-info-menu ul{margin:0;padding:0;list-style:none}
.top-info-menu li{position:relative;float:left;display:inline-block;margin-right:10px;color:#999;padding:10px}
.top-info-menu li:first-child{padding-left:0}
.pop-auth-form{min-width:200px;padding:20px}
.pop-auth-form-social{padding-top:0}
.navbar-brand img{padding:5px 0 0;height:65px!important}
.section-title{text-transform:none!important}
.bx-catalog-tab-body-container .container{width:100%!important}
.comments-wr .comment .blog-comment-meta{clear:left}
.sort{margin:0 0 15px}
.top-header-menu ul > div > li > ul{display:none}
.catalog_menu{border:1px solid #eee;background:#fcfcfc}
.catalog_menu .nav > li:last-child > span a{border-bottom:none!important}
#fullmenu > ul > li > ul > li > a,.catalog_menu .nav > li > span a{text-decoration:none}
.lhe-button{width:20px!important}
.lw .w-box h2{font-weight:400!important;font-size:18px!important;height:65px;overflow:hidden}
.add-news{padding:15px;text-align:right}
.links-news{font-size:120%;text-align:right}
.icon-menu .fa-star-o{font-size:45px}
.icon-menu .fa-circle{color:#ddd}
a.icon-menu:hover .fa-circle{color:#f69110}
.figure .img-responsive{margin:0 auto}
.icon-menu span span{display:inline-block;position:absolute;z-index:1;font-size:50%;color:#fff;top:12px;left:11px;border-radius:50%;background:red;text-align:center;width:20px;height:20px;line-height:23px}
.adv-block .banner img{margin:0 0 15px}
.photogallery-list .bottom-photogallery{padding-bottom:25px}
.am-container .row-photogallery{padding-bottom:25px}
.badge-corner-transparent{background:transparent;border-color:transparent;right:-20px}
.badge-corner-transparent span{font-size:12px;font-weight:700}
.green a,.blue a,.black a{color:#fff}
.footer-logo{text-align:right;color:#fff;font-size:120%}
.footer-logo a{color:#fff;font-size:90%}
.row-photogallery > div{margin-bottom:7px}
.form-base .input-group-addon{color:#fff}
.link-block{position:relative;height:50px}
.selected .form-control{border-color:#fff}
.selected .input-group-addon{border-color:#fff}
.selected label{border:1px solid #fff;padding:0 .4em}
.modal div.bx-auth-title{border:none}
.modal-footer.auth{text-align:left}
.auth-block .navbar-nav>li>a:hover{background:none;border:none}
.auth-block{position:absolute;right:15px;top:0}
.auth-block .headnav{position:absolute;right:0;top:27px}
.section-block{position:relative}
.section-block .caption{position:absolute;bottom:0;right:0;left:0;display:none}
.section-block:hover .caption{display:block}
.favorite-icon{padding:10px 15px 10px 0}
.tabs-link{border-bottom:1px solid #e0eded}
.tabs-link li{float:left;border-right:1px solid #e0eded;margin-bottom:-1px}
.tabs-link li:first-child{padding-left:1px}
.tabs-link li.active{background:#fcfcfc}
.tabs-link li a{display:block;font-size:16px;font-weight:600;color:#333;padding:12px 25px;margin:0 -1px;border-bottom:3px solid transparent;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.tabs-link li.active a{color:#333}
.wp-block.article .video-hover-play a:before{background:rgba(0,0,0,0.5)}
h1,h2,h3,h4,h5,h6{text-transform:none}
.pg-opt h2{text-transform:none}
.navbar-wp .navbar-nav.single>li>a{padding:25px 16px;border:0}
.navbar-wp .navbar-nav.single>li img{border-radius:15px}
.carousel-1.live-broadcast{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0.53,#118DD0),color-stop(1,#264E9F));background-image:-o-linear-gradient(bottom,#118DD0 53%,#264E9F 100%);background-image:-moz-linear-gradient(bottom,#118DD0 53%,#264E9F 100%);background-image:-webkit-linear-gradient(bottom,#118DD0 53%,#264E9F 100%);background-image:-ms-linear-gradient(bottom,#118DD0 53%,#264E9F 100%);background-image:linear-gradient(to bottom,#118DD0 53%,#264E9F 100%);height:480px}
.headnav>ul>li>a{font-size:190%}
ul.meta-list{padding-right:0;padding-left:0}
footer h4{text-transform:none}
h2.news-detail{font-weight:400}
.rounded-element{border-radius:50%}
.figure .detail-news{font-size:110%}
.author-date{margin:0 0 30px}
table.detail-page-info{width:100%;margin:0 0 30px}
table.detail-page-info td{border:1px solid #E0EDED;text-align:center}
table.detail-page-info td a.social_share{padding:.8em 0;display:inline-block;width:30px}
.form-base.sky-form a{color:#fff}
.row_point span{padding:0 .4em}
.block_balloon .title{font-size:120%;font-weight:700}
.additional_section_property,.additional_section_property select{display:none}
.form-group .bxlhe-frame{border:1px solid #ccc;border-radius:2px}
.wp-block.inverse h2,.wp-block.inverse .title{font-size:16px}
.modal-window{position:fixed;opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear;top:40%;width:80%}
.wp-block.article.list .article-image{width:25%}
.top-block .phone{font-size:18px}
.top-block .phone i{color:#ED4543}
.top-block .shopping-cart > a{font-size:17px}
.top-block .shopping-cart > a:hover + ul{display:block}
.top-block .shopping-cart ul:hover{display:block}
.top-block .shopping-cart .cart-info{display:none;min-width:160px;position:absolute;right:-1px;z-index:1500;margin:-1px 0 0;padding:0;list-style:none;background:#fff;border:1px solid #eee;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);-moz-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);padding:10px 15px}
.top-block .shopping-cart .cart-info .cart-items{background:#fff}
.top-header-top .aux-text{padding:10px 0;color:#999;font-size:11px}
.top-header-top .top-header-menu{float:right}
.top-header-top .top-header-menu > ul.menu{list-style:none;margin:0;padding:0}
.top-header-top .top-header-menu > ul.menu > li{position:relative;float:left;display:inline-block;border-right:1px solid #eee}
.top-header-top .top-header-menu > ul.menu > li:last-child{border:0}
.top-header-top .top-header-menu > ul.menu > li > a{display:block;padding:10px 15px}
.top-header-top .top-header-menu ul.menu > li > a > i{margin-right:6px}
.top-header-top .top-header-menu ul.menu > li ul.sub-menu{display:none;min-width:160px;position:absolute;right:-1px;z-index:1500;margin:0;padding:0;list-style:none;background:#fff;border:1px solid #eee;opacity:0;-moz-opacity:0;filter:alpha(opacity=0);-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);-moz-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}
.top-header-top .top-header-menu ul.menu > li:hover ul.sub-menu{opacity:1;display:block}
.top-header-top .top-header-menu ul.menu > li ul.sub-menu > li{border-bottom:1px solid #eee}
.top-header-top .top-header-menu ul.menu > li ul.sub-menu > li:last-child{border:0}
.top-header-top .top-header-menu ul.menu > li ul.sub-menu > li > a{display:block;padding:6px 15px;color:#333}
.top-header-top .top-header-menu ul.menu > li ul.sub-menu > li >.language-active{display:block;padding:6px 15px;background:#f8f8f8;cursor:default}
.top-header-top .top-header-menu ul.menu > li.dropdown:hover .sub-menu{display:block}
.top-header-top .top-header-dark{border-bottom:1px solid #222;background:#020202}
.top-header-top .top-header-dark .aux-text{color:#fff}
.top-header-top .top-header-dark .top-header-menu > ul.menu > li{border-color:#222}
.top-header-top .top-header-dark .top-header-menu > ul.menu > li > a{color:#fff}
.dropdown-form{min-width:600px;z-index:500}
.dropdown-cart{min-width:600px;padding:15px}
.dropdown-cart .cart-items{display:block;margin-bottom:15px;font-size:14px;font-wight:500}
.dropdown-menu h4{font-size:14px;color:#4c4c4c}
.dropdown-profile{padding:15px}
.dropdown-profile img{width:60px}
.aside-menu-in .wrapper{left:-280px}
.btn-b-red{background-color:transparent;border:2px solid #ed5441;color:#333}
.btn-red{color:#fff;background-color:#ed5441;border:1px solid;border-color:#F63}
.milestone-counter h4.milestone-info{margin-top:20px;text-align:center;font-size:12px;font-weight:500;text-transform:uppercase}
.milestone-counter .milestone-count{font-size:42px;font-family:"Roboto",sans-serif;font-weight:700;text-transform:uppercase;text-align:center}
.milestone-counter{margin-top:10px;margin-bottom:0}
@media (max-width: 991px) {
.auth-block{position:absolute;right:90px;top:0}
.auth-block img{margin-top:20px}
.auth-block .headnav{position:static}
}
.bx_item_delete i{color:#000}
.catalog_menu .nav > li.selected > span a{color:#fff}
.main-news-block .wp-block{min-height:380px}
.bg-dark-60{background:rgba(34,34,34,.6)}
.bg-base-60{background:rgba(96,156,236,.6)}
.carousel-inner .row h2{height:56px;overflow:hidden}
.carousel-inner .row small{height:44px;overflow:hidden}
.c-white a{color:#fff}
.c-white .carousel-testimonials .carousel-indicators li{background-color:#fff}
.wp-block-body .article-label{display:inline-block;padding:6px 8px;font-size:13px;font-weight:500}
.post-meta-top .article-label{display:inline-block;padding:6px 8px;font-size:13px;font-weight:500}
.news-detail-nav{overflow:hidden;clear:both;padding:15px 0 5px}
.news-detail-nav a b{border-bottom:1px dashed #333;font-weight:400}
.news-detail-nav a:hover,.news-detail-nav a:focus{text-decoration:none}
.news-detail-nav span{color:#ccc}
.mosaicflow__column{float:left}
.mosaicflow__item img{display:block;width:100%;height:auto}
.am-container .item{width:200px}
.mh-200{min-height:200px}
.mh-300{min-height:300px}
.mh-400{min-height:400px}
.wp-activities h2{height:72px}
.info-stuff{position:absolute;bottom:10px;right:0;left:0}
.bottom-menu{overflow:hidden}
.bottom-photogallery i{font-size:75px}
.doc-list .main-icon .fa{font-size:48px}
.form-control.inputselect{width:25%;display:inline-block}
.adm-workarea textarea{line-height:100%}
.navbar-header div.title{font-size:18px;margin-top:45px;margin-bottom:5px;line-height:140%;width:470px}
.navbar-header div.title a{color:#fff}
.tabs.pull-right li:first-child{border-left:1px solid #e0eded}
.tabs.pull-right li:last-child{border-right:none}
.wp-block.testimonial .wp-block-body{font-style:normal}
.testimonial-author{font-style:normal;color:#333}
.wp-block.testimonial.style-1 .testimonial-author .author-info .author-pos{font-style:normal}
.wp-block.testimonial.style-1 .testimonial-author .author-info{padding:15px}
.post-meta-bot .post-author,.post-meta-bot .post-comments{text-transform:none;line-height:27px}
.post-item.style2 .post-meta-bot{padding:10px 0}
.wp-block.property.grid .wp-block-body .wp-block-content .capacity{font-size:13px}
.wp-block.testimonial.style-2 .testimonial-author .author-info .author-pos{font-style:normal}
.carousel{width:100%}
.carousel .slider a{background:rgba(34,34,34,.7);color:#fff}
.carousel .change-photo img{border:2px solid #fff}
.carousel .change-photo.active img{border:2px solid #FF7D37}
.carousel .slider a.left{left:15px}
.carousel .slider a.right{right:15px}
.tariffs .plan-header .price-tag{padding:10px 0;background:#ECF0F1;height:90px;line-height:70px;color:#333}
.tariffs .plan-header .bottom-button{padding:10px 0;background:#ECF0F1}
.pricing-plans.tariffs .plan-header small{font-style:normal;min-height:120px;font-size:110%}
.contact-info i{margin-right:4px}
.post-item .post-meta-bot{padding:10px 0;border-top:1px solid #e0eded}
.pricing-plans ul li{padding:10px 0 0;border-bottom:0;list-style:none}
.pricing-plans a.active{font-weight:700}
.wp-block.property.grid .wp-block-footer ul.aux-info li.pull-left{padding:16px 10px}
.tabs-framed .mp{margin-bottom:0}
.tabs-framed .mp .section-title{margin-bottom:0;padding:0 10px 6px 0;border-bottom:none;display:inline-block}
.mp .section-title span{padding-bottom:6px}
footer .col ul li a{color:#ddd}
footer .col p{color:#8f8f8f}
footer .bottom-row{color:#fff}
footer .bottom-row a{color:#fff}
.pg-opt .breadcrumb{float:none}
.post-item.style2 .post-meta .date{border-bottom:none}
.dropdown .dropdown-menu.string-search{top:auto;bottom:0;right:45px;height:80px;border-bottom:0}
footer .copyright,footer .developer{line-height:31px!important}
footer{padding:15px 10px 11px!important}
footer .developer img{padding-left:5px}
.animate-click .fa-times{display:none}
.animate-click.open .fa-times{display:inline-block}
.animate-click.open .fa-search{display:none}
.carousel-nav.top-slider a{z-index:1;top:2px;background:#fff;color:#000}
.carousel-nav.top-slider a.left{left:auto;right:156px}
.carousel-nav.top-slider a.right{left:auto;right:116px}
.carousel-nav.top-slider .fa{line-height:60px}
.announcing-container{position:absolute;z-index:1;left:0;right:0}
.dropdown .dropdown-menu.string-search{box-shadow:none}
textarea.form-control{height:120px}
.top-menu{padding:0}
.mp .carousel-3 .carousel-nav a.left{right:30px}
.mp .carousel-3 .carousel-nav a{width:25px;height:25px;line-height:25px}
.pre-scrollable{max-height:400px !important;border-color:#eee!important}
.ba{border:1px solid #eee}
hr{border-color:#eee}
.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{border-color:#eee}
.client{border:1px solid #eee}
.footer .nav>li>a:hover,.footer .nav>li>a:focus{text-decoration:underline!important;background:none!important}
.footer{position:relative;font-size:90%}
section.demo{padding:10px 0}
.special-block{display:none;padding-top:5px}
.special-block .font-switch{margin:0 0 0 25px}
.jOrgChart .node{background-color:#e0e0e0;border-radius:8px;border:5px solid #fff;color:#F38630;-moz-border-radius:8px;width:150px}
.icon-big{font-size:30px;margin-left:10px;padding:.2em}
.navbar-wp .navbar-nav.navbar-left>li>a{padding:20px 25px}
.top-header-top nav>ul>li>a{color:#fff}
.top-header-top{border-bottom:none;position:relative}
.odb{position:absolute;background-color:rgba(0,0,0,0.3);top:0;bottom:0;right:0;left:0}
.navbar-header div{white-space:normal}
.navbar-brand img{padding:0;height:50px!important;padding:0!important}
.navbar-header div.title span{font-size:32px;display:block;padding-bottom:10px}
.pg-opt .breadcrumb{padding:10px 14px 10px 0}
.navbar-brand{padding:15px 25px 15px 0}
.contacts-top{color:#fff;padding-bottom:10px;font-size:14px;line-height:1.4em;margin-top:10px}
.bottom-menu{overflow:hidden}
.bottom-menu ul .first-level{text-transform:uppercase;font-weight:700}
.bottom-menu ul li a{line-height:1.6em;padding:2px 0}
.client img{width:100%;-webkit-filter:none;-moz-filter:none;filter:none}
.wp-block.product .product-title{min-height:initial!important}
.contacts-top i{min-width:1.5em;text-align:center}
.content-block{padding-bottom:20px}
.third-effect .mask{opacity:0;overflow:visible;transition:all .4s ease-in-out}
.third-effect a.info{position:relative;top:50px;left:40px;opacity:0;transition:opacity .5s 0 ease-in-out;color:#fff}
.third-effect:hover .mask{opacity:1;background:rgba(0,0,0,0.7)}
.third-effect:hover a.info{opacity:1;transition-delay:.3s}
.mb-hidden{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.section-title-wr .aux-nav{border-bottom:1px solid #eee;width:50%}
.header-alpha .top-header{background:rgba(0,0,0,0.5)}
@media (min-width: 1200px) {
.header-cloud{width:1230px;margin:50px auto 0}
}
.top-line .social a{font-size:120%;padding:10px 5px;margin-right:7px;display:inline-block}
#slider-wrapper{background:#fff}
@media (min-width: 992px) {
.men-u#divHeaderWrapper{background-image:linear-gradient(rgba(0,0,0,0.6),transparent);top:0;z-index:9999;width:100%}
.men-u#divHeaderWrapper .navbar-wp{background:none;border-bottom:none}
#top-menu-block > .nav > li > a{color:#fff}
}
.auth-block{position:absolute;right:-15px!important;top:0}
.sky-form .input input,.sky-form .select select,.sky-form .textarea textarea,.sky-form .radio i,.sky-form .checkbox i,.sky-form .toggle i,.sky-form .icon-append,.sky-form .icon-prepend{border-color:#ccc;-ms-transition:border-color .3s;-moz-transition:border-color .3s;-webkit-transition:border-color .3s}
.header-alpha .navbar-wp .dropdown-menu>li>a:hover{background-color:#000!important}
.dropdown a.circle-icon,.li-li a.circle-icon{padding:15px 19px!important;margin:13px 5px!important;border-radius:50%!important;background:rgba(255,255,255,0.9)!important;color:#333!important}
#mySignin .btn-icon.btn-icon-right:before{left:auto;right:0}
#mySignin .btn-sign-in:before{content:"\f090"}
#mySignin .form-group{margin-bottom:15px}
#mySignin label{font-weight:400;font-size:13px}
#mySignin .sky-form .input,#mySignin .sky-form .select,#mySignin .sky-form .textarea,#mySignin .sky-form .radio,#mySignin .sky-form .checkbox,#mySignin .sky-form .toggle,#mySignin .sky-form .button{position:relative;display:block}
#mySignin .form-group{margin-bottom:15px}
#mySignin label{font-weight:400;font-size:13px}
#mySignin .sky-form .input input,#mySignin .sky-form .select select,#mySignin .sky-form .textarea textarea,#mySignin .sky-form .radio i,#mySignin .sky-form .checkbox i,#mySignin .sky-form .toggle i,#mySignin .sky-form .icon-append,#mySignin .sky-form .icon-prepend{border-color:#ccc;-ms-transition:border-color .3s;-moz-transition:border-color .3s;-webkit-transition:border-color .3s}
#mySignin .checkbox input[type='checkbox']{margin-top:0}
#mySignin{margin-top:30px}
body[data-class="inner-page"] .header-alpha .navbar-wp{background-color:rgba(0,0,0,0.6)}
body.special-aaVersion-on .top-header{margin-top:55px}
.special-settings{position:relative;z-index:9999}
#divHeaderWrapper .navbar-toggle{border-color:#fff;color:#fff}
body .catalog_menu .nav > li > span a{padding:16px 49px 16px 24px}
body .catalog_menu .nav > li > ul > li span .showchild{right:16px}
body .catalog_menu .nav > li.current > ul > li:not(.current) span .showchild .arrow{color:#fff}
.top-info .menu-mobile a{padding:5px 13px;margin:0}
.top-info .right{margin-right:5px}
@media (min-width: 980px) and (max-width: 1210px) {
.top-info .right{margin-right:0}
}
.carousel-3:not(#carouselWork) .carousel-nav a.full-size,.carousel-3:not(#carouselWork) .carousel-nav a.full-size:hover{background-color:transparent!important;width:100%!important;height:100%!important}
.carousel-3:not(#carouselWork) .carousel-nav a[data-slide]{top:0;z-index:999;height:100%!important;border:none;background:none!important;display:table}
.carousel-3:not(#carouselWork) .carousel-nav a[data-slide] i,.carousel-3:not(#carouselWork) .carousel-nav a[data-slide]:hover i{color:#fff;display:table;display:table-cell;vertical-align:middle}
.carousel-3:not(#carouselWork) .carousel-nav a[data-slide].right{right:15px!important}
.carousel-3:not(#carouselWork) .carousel-nav a[data-slide].right:hover{background:linear-gradient(to right,transparent,rgba(0,0,0,0.15))!important}
.carousel-3:not(#carouselWork) .carousel-nav a[data-slide].left{left:15px!important}
.carousel-3:not(#carouselWork) .carousel-nav a[data-slide].left:hover{background:linear-gradient(to left,transparent,rgba(0,0,0,0.15))!important}
.nav-tabs-list{border:none!important}
.nav.nav-tabs-list li{border:none!important}
.nav.nav-tabs-list li a{border:none!important;border-radius:2px;margin:0 10px 10px;padding:5px 10px}
.nav.nav-tabs-list li.active a{background:#efefef}
.top-info{margin-bottom:30px!important}
.fix-48{color:#fff;font-weight:400}
.navbar-brand{padding:0!important}
.navbar-brand img{height:100px!important}
.fix-66{color:#333!important}
.fix-66:hover{color:#000!important}
#carouselWork.carousel-3 .carousel-nav a[data-slide]{top:-41px}
#carouselWork.carousel-3 .carousel-nav a[data-slide].right{right:0!important}
#carouselWork.carousel-3 .carousel-nav a[data-slide].left{right:35px!important}
#ulSorList .wp-block ul{padding-left:0!important;list-style-type:none}
#ulSorList .wp-block ul li{font-size:1rem}
.vertical-info .fwb ul{padding-left:10px;list-style-type:none}
.icon-norm{margin-left:7px;padding:.2em}
.slice{background:#fff}
.slider-viewport{overflow:hidden;position:relative}
.slider-viewport .control{position:absolute;top:0;width:50px;height:100%;cursor:pointer;z-index:10;display:table;transition:all .3s ease}
.slider-viewport .control i{display:table-cell;vertical-align:middle;font-size:42px;color:#fff;text-align:center;text-shadow:0 0 1px #000}
.slider-viewport .control.prev{left:0}
.slider-viewport.sl-hover .control.prev{background: rgba(0,0,0,0.2)}
.slider-viewport.sl-hover .control.prev:hover{background: rgba(0,0,0,0.4)}
.slider-viewport .control.next{right:0}
.slider-viewport.sl-hover .control.next{background: rgba(0,0,0,0.2)}
.slider-viewport.sl-hover .control.next:hover{background: rgba(0,0,0,0.4)}
.slider-viewport .slider-container{position:absolute;transition:all .6s ease-out}
.slider-viewport .slider-container .sli-pic:not(:last-child){margin-right:25px}
.slider-viewport .slider-container .sli-pic{border:1px solid #999;float:left}
.slider-viewport .slider-container .sli-pic img{max-height:300px;width:auto}
.sect-cover-bg{height:500px;background-repeat:no-repeat;background-size:cover;background-position:center center}
.mask-pattern-diagonal-black.fix-11:after{left:15px;right:15px}
.fix-11:after{z-index:20}
.top-index{z-index:25;position:relative}
.light-back form{background-color:rgba(255,255,255,0.7);border-radius:3px;width:84%}
.light-back .section-title-wr h3 span{color:#fff}
.light-back .form-cont{padding:13px}
.shdl .tab-pane{position:static}
.shdl .tab-pane:not(.active){display:none}
@media (max-width: 992px) {
body:not(.style-switcher-in) #divStyleSwitcher{left:-335px}
body:not(.style-switcher-in) #divStyleSwitcher a.open-panel{left:50px}
}

@media (max-width: 400px){
	.mp .section-title span{
		border-color: transparent !important;
	}
}
.tab-body{
	overflow-x: auto;
}
.whitespace-normal{
	   white-space: normal !important;
}

/* Для отключения фейсбука */
.at-icon-wrapper.at-share-btn.at-svc-facebook {
display: none;
}

/* Для отключения твиттера */
.at-icon-wrapper.at-share-btn.at-svc-twitter {
display: none;
}

/* End */


/* Start:/bitrix/templates/simai.spgov/framework/include/04_template/helpers.css?164873133318577*/
/*
Main Modificator Classes
Version 1.1
Author name : Rim Zabarov
Company: SIMAI
Website: http://simai.ru

Reductions:

m  - margin (use additions);
p  - padding (use additions);
h  - height;
w  - width;
z  - z-index;
b  - border (use additions);
lh - line height;
f  - font;
bg - background;

Additions (used together reductions):

l - left;
r - right;
t - top;
b - bottom;
a - all (only for borders);

Units:

none - px or none;
p    - percent;
e    - em;
r    - rem;

*/

/* MARGIN */

.no-margin,
.m-0    { margin : 0px !important;  }
.m-5    { margin : 5px !important;  }
.m-10   { margin : 10px !important; }
.m-15   { margin : 15px !important; }
.m-20   { margin : 20px !important; }
.m-25   { margin : 25px !important; }
.m-30   { margin : 30px !important; }
.m-35   { margin : 35px !important; }
.m-40   { margin : 40px !important; }
.m-45   { margin : 45px !important; }
.m-50   { margin : 50px !important; }
.m-60   { margin : 60px !important; }
.m-70   { margin : 70px !important; }
.m-80   { margin : 80px !important; }
.m-90   { margin : 90px !important; }
.m-100  { margin : 100px !important;}

.ml-0   { margin-left : 0px !important;  }
.ml-5   { margin-left : 5px !important;  }
.ml-10  { margin-left : 10px !important; }
.ml-15  { margin-left : 15px !important; }
.ml-20  { margin-left : 20px !important; }
.ml-25  { margin-left : 25px !important; }
.ml-30  { margin-left : 30px !important; }
.ml-35  { margin-left : 35px !important; }
.ml-40  { margin-left : 40px !important; }
.ml-45  { margin-left : 45px !important; }
.ml-50  { margin-left : 50px !important; }
.ml-60  { margin-left : 60px !important; }
.ml-70  { margin-left : 70px !important; }
.ml-80  { margin-left : 80px !important; }
.ml-90  { margin-left : 90px !important; }
.ml-100 { margin-left : 100px !important;}

.mt-0   { margin-top : 0px !important;  }
.mt-5   { margin-top : 5px !important;  }
.mt-10  { margin-top : 10px !important; }
.mt-15  { margin-top : 15px !important; }
.mt-20  { margin-top : 20px !important; }
.mt-25  { margin-top : 25px !important; }
.mt-30  { margin-top : 30px !important; }
.mt-35  { margin-top : 35px !important; }
.mt-40  { margin-top : 40px !important; }
.mt-45  { margin-top : 45px !important; }
.mt-50  { margin-top : 50px !important; }
.mt-60  { margin-top : 60px !important; }
.mt-70  { margin-top : 70px !important; }
.mt-80  { margin-top : 80px !important; }
.mt-90  { margin-top : 90px !important; }
.mt-100 { margin-top : 100px !important;}

.mr-0   { margin-right : 0px !important;  }
.mr-5   { margin-right : 5px !important;  }
.mr-10  { margin-right : 10px !important; }
.mr-15  { margin-right : 15px !important; }
.mr-20  { margin-right : 20px !important; }
.mr-25  { margin-right : 25px !important; }
.mr-30  { margin-right : 30px !important; }
.mr-35  { margin-right : 35px !important; }
.mr-40  { margin-right : 40px !important; }
.mr-45  { margin-right : 45px !important; }
.mr-50  { margin-right : 50px !important; }
.mr-60  { margin-right : 60px !important; }
.mr-70  { margin-right : 70px !important; }
.mr-80  { margin-right : 80px !important; }
.mr-90  { margin-right : 90px !important; }
.mr-100 { margin-right : 100px !important;}

.mb-0   { margin-bottom : 0px !important;  }
.mb-5   { margin-bottom : 5px !important;  }
.mb-10  { margin-bottom : 10px !important; }
.mb-15  { margin-bottom : 15px !important; }
.mb-20  { margin-bottom : 20px !important; }
.mb-25  { margin-bottom : 25px !important; }
.mb-30  { margin-bottom : 30px !important; }
.mb-35  { margin-bottom : 35px !important; }
.mb-40  { margin-bottom : 40px !important; }
.mb-45  { margin-bottom : 45px !important; }
.mb-50  { margin-bottom : 50px !important; }
.mb-60  { margin-bottom : 60px !important; }
.mb-70  { margin-bottom : 70px !important; }
.mb-80  { margin-bottom : 80px !important; }
.mb-90  { margin-bottom : 90px !important; }
.mb-100 { margin-bottom : 100px !important;}


/* PADDING */

.no-padding,
.p-0    { padding : 0px !important;  }
.p-5    { padding : 5px !important;  }
.p-10   { padding : 10px !important; }
.p-15   { padding : 15px !important; }
.p-20   { padding : 20px !important; }
.p-25   { padding : 25px !important; }
.p-30   { padding : 30px !important; }
.p-35   { padding : 35px !important; }
.p-40   { padding : 40px !important; }
.p-45   { padding : 45px !important; }
.p-50   { padding : 50px !important; }
.p-60   { padding : 60px !important; }
.p-70   { padding : 70px !important; }
.p-80   { padding : 80px !important; }
.p-90   { padding : 90px !important; }
.p-100  { padding : 100px !important;}

.pl-0   { padding-left : 0px !important;  }
.pl-5   { padding-left : 5px !important;  }
.pl-10  { padding-left : 10px !important; }
.pl-15  { padding-left : 15px !important; }
.pl-20  { padding-left : 20px !important; }
.pl-25  { padding-left : 25px !important; }
.pl-30  { padding-left : 30px !important; }
.pl-35  { padding-left : 35px !important; }
.pl-40  { padding-left : 40px !important; }
.pl-45  { padding-left : 45px !important; }
.pl-50  { padding-left : 50px !important; }
.pl-60  { padding-left : 60px !important; }
.pl-70  { padding-left : 70px !important; }
.pl-80  { padding-left : 80px !important; }
.pl-90  { padding-left : 90px !important; }
.pl-100 { padding-left : 100px !important;}

.pt-0   { padding-top : 0px !important;  }
.pt-5   { padding-top : 5px !important;  }
.pt-10  { padding-top : 10px !important; }
.pt-15  { padding-top : 15px !important; }
.pt-20  { padding-top : 20px !important; }
.pt-25  { padding-top : 25px !important; }
.pt-30  { padding-top : 30px !important; }
.pt-35  { padding-top : 35px !important; }
.pt-40  { padding-top : 40px !important; }
.pt-45  { padding-top : 45px !important; }
.pt-50  { padding-top : 50px !important; }
.pt-60  { padding-top : 60px !important; }
.pt-70  { padding-top : 70px !important; }
.pt-80  { padding-top : 80px !important; }
.pt-90  { padding-top : 90px !important; }
.pt-100 { padding-top : 100px !important;}

.pr-0   { padding-right : 0px !important;  }
.pr-5   { padding-right : 5px !important;  }
.pr-10  { padding-right : 10px !important; }
.pr-15  { padding-right : 15px !important; }
.pr-20  { padding-right : 20px !important; }
.pr-25  { padding-right : 25px !important; }
.pr-30  { padding-right : 30px !important; }
.pr-35  { padding-right : 35px !important; }
.pr-40  { padding-right : 40px !important; }
.pr-45  { padding-right : 45px !important; }
.pr-50  { padding-right : 50px !important; }
.pr-60  { padding-right : 60px !important; }
.pr-70  { padding-right : 70px !important; }
.pr-80  { padding-right : 80px !important; }
.pr-90  { padding-right : 90px !important; }
.pr-100 { padding-right : 100px !important;}

.pb-0   { padding-bottom : 0px !important;  }
.pb-5   { padding-bottom : 5px !important;  }
.pb-10  { padding-bottom : 10px !important; }
.pb-15  { padding-bottom : 15px !important; }
.pb-20  { padding-bottom : 20px !important; }
.pb-25  { padding-bottom : 25px !important; }
.pb-30  { padding-bottom : 30px !important; }
.pb-35  { padding-bottom : 35px !important; }
.pb-40  { padding-bottom : 40px !important; }
.pb-45  { padding-bottom : 45px !important; }
.pb-50  { padding-bottom : 50px !important; }
.pb-60  { padding-bottom : 60px !important; }
.pb-70  { padding-bottom : 70px !important; }
.pb-80  { padding-bottom : 80px !important; }
.pb-90  { padding-bottom : 90px !important; }
.pb-100 { padding-bottom : 100px !important;}


/* HEIGHT */

.h-10   { min-height : 10px !important; }
.h-20   { min-height : 20px !important; }
.h-30   { min-height : 30px !important; }
.h-40   { min-height : 40px !important; }
.h-50   { min-height : 50px !important; }
.h-60   { min-height : 60px !important; }
.h-70   { min-height : 70px !important; }
.h-80   { min-height : 80px !important; }
.h-90   { min-height : 90px !important; }
.h-100  { min-height : 100px !important;}


/* WIDTH */

.w-0p   { width : 0% !important;  }
.w-10p  { width : 10% !important; }
.w-20p  { width : 20% !important; }
.w-30p  { width : 30% !important; }
.w-40p  { width : 40% !important; }
.w-50p  { width : 50% !important; }
.w-60p  { width : 60% !important; }
.w-70p  { width : 70% !important; }
.w-80p  { width : 80% !important; }
.w-90p  { width : 90% !important; }
.w-100p { width : 100% !important;}

/* POSITION */

.top-0	 { top: 0px !important;  }
.top-5	 { top: 5px !important;  }
.top-10	 { top: 10px !important; }
.top-15	 { top: 15px !important; }
.top-20	 { top: 20px !important; }
.top-25	 { top: 25px !important; }
.top-30	 { top: 30px !important; }
.top-35	 { top: 35px !important; }
.top-40	 { top: 40px !important; }
.top-45	 { top: 45px !important; }
.top-50	 { top: 50px !important; }
.top-60	 { top: 60px !important; }
.top-70	 { top: 70px !important; }
.top-80	 { top: 80px !important; }
.top-90	 { top: 90px !important; }
.top-100 { top: 100px !important;}

.right-0	{ right: 0px !important;  }
.right-5	{ right: 5px !important;  }
.right-10	{ right: 10px !important; }
.right-15	{ right: 15px !important; }
.right-20	{ right: 20px !important; }
.right-25	{ right: 25px !important; }
.right-30	{ right: 30px !important; }
.right-35	{ right: 35px !important; }
.right-40	{ right: 40px !important; }
.right-45	{ right: 45px !important; }
.right-50	{ right: 50px !important; }
.right-60	{ right: 60px !important; }
.right-70	{ right: 70px !important; }
.right-80	{ right: 80px !important; }
.right-90	{ right: 90px !important; }
.right-100	{ right: 100px !important;}

.bottom-0	{ bottom: 0px !important;  }
.bottom-5	{ bottom: 5px !important;  }
.bottom-10	{ bottom: 10px !important; }
.bottom-15	{ bottom: 15px !important; }
.bottom-20	{ bottom: 20px !important; }
.bottom-25	{ bottom: 25px !important; }
.bottom-30	{ bottom: 30px !important; }
.bottom-35	{ bottom: 35px !important; }
.bottom-40	{ bottom: 40px !important; }
.bottom-45	{ bottom: 45px !important; }
.bottom-50	{ bottom: 50px !important; }
.bottom-60	{ bottom: 60px !important; }
.bottom-70	{ bottom: 70px !important; }
.bottom-80	{ bottom: 80px !important; }
.bottom-90	{ bottom: 90px !important; }
.bottom-100	{ bottom: 100px !important;}

.left-0		{ left: 0px !important;  }
.left-5		{ left: 5px !important;  }
.left-10	{ left: 10px !important; }
.left-15	{ left: 15px !important; }
.left-20	{ left: 20px !important; }
.left-25	{ left: 25px !important; }
.left-30	{ left: 30px !important; }
.left-35	{ left: 35px !important; }
.left-40	{ left: 40px !important; }
.left-45	{ left: 45px !important; }
.left-50	{ left: 50px !important; }
.left-60	{ left: 60px !important; }
.left-70	{ left: 70px !important; }
.left-80	{ left: 80px !important; }
.left-90	{ left: 90px !important; }
.left-100	{ left: 100px !important;}

.relative { position : relative !important; }
.absolute { position : absolute !important; }
.fixed    { position : fixed !important;    }
.static   { position : static !important;   }


/* Z-INDEX */
.z-0     { z-index : 0 !important;    }
.z-10    { z-index : 10 !important;   }
.z-100   { z-index : 100 !important;  }
.z-500   { z-index : 500 !important;  }
.z-1000  { z-index : 1000 !important; }
.z-10000 { z-index : 10000 !important;}


/* FLOAT */

.left   { float : left !important; }
.right  { float : right !important;}

.clear  { clear : both !important; }
.clear-after:after { clear : both !important; }

/* RADIUS */

.radius-0   { border-radius : 0px  !important; }
.radius-1   { border-radius : 1px  !important; }
.radius-2   { border-radius : 2px  !important; }
.radius-3   { border-radius : 3px  !important; }
.radius-4   { border-radius : 4px  !important; }
.radius-5   { border-radius : 5px  !important; }
.radius-6   { border-radius : 6px  !important; }
.radius-7   { border-radius : 7px  !important; }
.radius-8   { border-radius : 8px  !important; }
.radius-9   { border-radius : 9px  !important; }
.radius-10  { border-radius : 10px  !important;}

.circle { border-radius : 50% !important; }


/* TEXT */

.text-left      { text-align : left !important;    }
.text-right     { text-align : right !important;   }
.text-center    { text-align : center !important;  }
.text-justify   { text-align : justify !important; }

.text-underline { text-decoration : underline !important; }

.caps { text-transform : uppercase !important; }
.lower{ text-transform: lowercase !important;  }

.no-wrap { white-space :nowrap !important; }

.lh-10  { line-height : 10px !important; }
.lh-15  { line-height : 15px !important; }
.lh-20  { line-height : 20px !important; }
.lh-25  { line-height : 25px !important; }
.lh-30  { line-height : 30px !important; }
.lh-35  { line-height : 35px !important; }
.lh-40  { line-height : 40px !important; }
.lh-45  { line-height : 45px !important; }
.lh-50  { line-height : 50px !important; }
.lh-55  { line-height : 55px !important; }
.lh-60  { line-height : 60px !important; }
.lh-65  { line-height : 65px !important; }
.lh-70  { line-height : 70px !important; }
.lh-75  { line-height : 75px !important; }
.lh-80  { line-height : 80px !important; }
.lh-85  { line-height : 85px !important; }
.lh-90  { line-height : 90px !important; }
.lh-95  { line-height : 95px !important; }
.lh-100 { line-height : 100px !important;}

.lh-90e  { line-height : 0.9em !important; }
.lh-100e { line-height : 1em !important;   }
.lh-110e { line-height : 1.1em !important; }
.lh-120e { line-height : 1.2em !important; }
.lh-130e { line-height : 1.3em !important; }
.lh-140e { line-height : 1.4em !important; }
.lh-150e { line-height : 1.5em !important; }
.lh-160e { line-height : 1.6em !important; }
.lh-170e { line-height : 1.7em !important; }
.lh-180e { line-height : 1.8em !important; }
.lh-190e { line-height : 1.9em !important; }
.lh-200e { line-height : 2em !important;   }


/* FONT */
/* from 10 to 20 each value */
/* from 20 only even; */

.f-10  { font-size : 10px !important; }
.f-11  { font-size : 11px !important; }
.f-12  { font-size : 12px !important; }
.f-13  { font-size : 13px !important; }
.f-14  { font-size : 14px !important; }
.f-15  { font-size : 15px !important; }
.f-16  { font-size : 16px !important; }
.f-17  { font-size : 17px !important; }
.f-18  { font-size : 18px !important; }
.f-19  { font-size : 19px !important; }
.f-20  { font-size : 20px !important; }
.f-22  { font-size : 22px !important; }
.f-24  { font-size : 24px !important; }
.f-26  { font-size : 26px !important; }
.f-28  { font-size : 28px !important; }
.f-30  { font-size : 30px !important; }
.f-32  { font-size : 32px !important; }
.f-34  { font-size : 32px !important; }
.f-36  { font-size : 36px !important; }
.f-38  { font-size : 38px !important; }
.f-40  { font-size : 40px !important; }
.f-42  { font-size : 42px !important; }
.f-44  { font-size : 44px !important; }
.f-46  { font-size : 46px !important; }
.f-48  { font-size : 48px !important; }
.f-50  { font-size : 50px !important; }
.f-52  { font-size : 52px !important; }
.f-54  { font-size : 54px !important; }
.f-56  { font-size : 56px !important; }
.f-58  { font-size : 58px !important; }
.f-60  { font-size : 60px !important; }

.small,
.text-small,
.f-75p    { font-size : 85% !important;  }
.f-90p    { font-size : 90% !important;  }
.f-100p   { font-size : 100% !important; }
.f-110p   { font-size : 110% !important; }
.f-120p   { font-size : 120% !important; }
.f-130p   { font-size : 130% !important; }
.f-140p   { font-size : 140% !important; }
.f-150p   { font-size : 150% !important; }
.f-160p   { font-size : 160% !important; }
.f-200p   { font-size : 200% !important; }
.f-300p   { font-size : 300% !important; }
.f-400p   { font-size : 400% !important; }
.f-500p   { font-size : 500% !important; }
.f-600p   { font-size : 600% !important; }
.f-700p   { font-size : 700% !important; }
.f-800p   { font-size : 800% !important; }
.f-900p   { font-size : 900% !important; }

.f-75r    { font-size : 0.75rem !important;}
.f-90r    { font-size : 0.9rem !important; }
.f-100r   { font-size : 1rem !important;   }
.f-110r   { font-size : 1.1rem !important; }
.f-120r   { font-size : 1.2rem !important; }
.f-130r   { font-size : 1.3rem !important; }
.f-140r   { font-size : 1.4rem !important; }
.f-150r   { font-size : 1.5rem !important; }
.f-160r   { font-size : 1.6rem !important; }
.f-200r   { font-size : 2rem !important;   }
.f-300r   { font-size : 3rem !important;   }

.bold   { font-weight : bold !important;    }
.light  { font-weight : lighter !important; }
.weight-100 { font-weight : 300 !important; }
.weight-300 { font-weight : 300 !important; }
.weight-400 { font-weight : 400 !important; }
.weight-500 { font-weight : 500 !important; }
.weight-700 { font-weight : 700 !important; }
.weight-900 { font-weight : 900 !important; }

.italic   {font-style   : italic !important; }

.serif      { font-family : "Times New Roman", Times, serif !important; }
.sans-serif { font-family : Tahoma, Geneva, sans-serif !important; }
.monospace  { font-family : "Courier New", Courier, monospace !important; }

.roboto     { font-family : 'Roboto', sans-serif !important; }
.georgia    { font-family : Georgia, serif !important; }


/* OPACITY */

.opacity-none,
.opacity-0    { opacity : 0    !important; }
.opacity-5    { opacity : 0.5  !important; }
.opacity-10   { opacity : 0.1  !important; }
.opacity-15   { opacity : 0.15 !important; }
.opacity-20   { opacity : 0.2  !important; }
.opacity-25   { opacity : 0.25 !important; }
.opacity-30   { opacity : 0.3  !important; }
.opacity-35   { opacity : 0.35 !important; }
.opacity-40   { opacity : 0.4  !important; }
.opacity-45   { opacity : 0.45 !important; }
.opacity-50   { opacity : 0.5  !important; }
.opacity-55   { opacity : 0.55 !important; }
.opacity-60   { opacity : 0.6  !important; }
.opacity-65   { opacity : 0.65 !important; }
.opacity-70   { opacity : 0.7  !important; }
.opacity-75   { opacity : 0.75 !important; }
.opacity-80   { opacity : 0.8  !important; }
.opacity-85   { opacity : 0.85 !important; }
.opacity-90   { opacity : 0.9  !important; }
.opacity-95   { opacity : 0.95 !important; }
.opacity-100  { opacity : 1    !important; }


/* OVERFLOW */

.overflow-hidden  { overflow : hidden !important;  }
.overflow-visible { overflow : visible !important; }


/* VISIBILITY */

.hidden    { display    : none !important;   }
.show      { display    : block !important;  }
.invisible { visibility : hidden !important; }


/* DISPLAY */

.display-block  { display : block !important;      }
.display-inline { display : inline !important;     }
.display-table  { display : table !important;      }
.display-cell   { display : table-cell !important; }

/* ALIGN */

.middle { vertical-align : middle; }

/* SELECT */

.no-select { user-select : none !important; }

/* End */


/* Start:/bitrix/templates/simai.spgov/framework/include/04_template/visual.css?16487313334560*/
/*
Visual Modificator Classes
Version 1.01
Author name : Rim Zabarov
Company: SIMAI
Website: http://simai.ru

Reductions:

b  - border (use additions);

Additions (used together reductions):

l - left;
r - right;
t - top;
b - bottom;
a - all (only for borders);

Units:

none - px or none;
p    - percent;
e    - em;
r    - rem;

*/

/* BORDER */

.bn   { border        : none; }
.bl   { border-left   : 1px solid #eee; }
.bt   { border-top    : 1px solid #eee; }
.br   { border-right  : 1px solid #eee; }
.bb   { border-bottom : 1px solid #eee; }
.ba   { border        : 1px solid #eee; }

/* BACKGROUND */

.bg-white { background: rgb(255,255,255); }
.bg-black { background: rgb(6,6,6); }

.bg-alpha-white { background: rgba(255,255,255,0.5); }
.bg-alpha-black { background: rgba(0,0,0,0.5); }


/* MASK */
.mask-dark-gradient-top:after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(180deg,rgba(0,0,0,.5) 0,rgba(0,0,0,0) 30%,rgba(0,0,0,0) 100%); }
.mask-dark-gradient-bottom:after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,0) 30%,rgba(0,0,0,0.5) 100%); }

.mask-pattern-dot-black:after {content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: transparent url('/bitrix/templates/simai.spgov/framework/include/04_template/images/pattern-dot-black.png') repeat top left;}
.mask-pattern-dot-opacity-1:after  {content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: transparent url('/bitrix/templates/simai.spgov/framework/include/04_template/images/pattern-dot-opacity-1.png') repeat top left;}
.mask-pattern-dot-opacity-2:after  {content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: transparent url('/bitrix/templates/simai.spgov/framework/include/04_template/images/pattern-dot-opacity-2.png') repeat top left;}

.mask-pattern-diagonal-black:after  {content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: transparent url('/bitrix/templates/simai.spgov/framework/include/04_template/images/pattern-diagonal-black.png') repeat top left;}
.mask-pattern-diagonal-opacity-1:after  {content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: transparent url('/bitrix/templates/simai.spgov/framework/include/04_template/images/pattern-diagonal-opacity-1.png') repeat top left;}
.mask-pattern-diagonal-opacity-2:after  {content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: transparent url('/bitrix/templates/simai.spgov/framework/include/04_template/images/pattern-diagonal-opacity-2.png') repeat top left;}

.mask-pattern-hline-black:after  {content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: transparent url('/bitrix/templates/simai.spgov/framework/include/04_template/images/pattern-hline-black.png') repeat top left;}
.mask-pattern-hline-opacity-1:after  {content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: transparent url('/bitrix/templates/simai.spgov/framework/include/04_template/images/pattern-hline-opacity-1.png') repeat top left;}
.mask-pattern-hline-opacity-2:after  {content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: transparent url('/bitrix/templates/simai.spgov/framework/include/04_template/images/pattern-hline-opacity-2.png') repeat top left;}

.mask-pattern-vline-black:after  {content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: transparent url('/bitrix/templates/simai.spgov/framework/include/04_template/images/pattern-vline-black.png') repeat top left;}
.mask-pattern-vline-opacity-1:after  {content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: transparent url('/bitrix/templates/simai.spgov/framework/include/04_template/images/pattern-vline-opacity-1.png') repeat top left;}
.mask-pattern-vline-opacity-2:after  {content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: transparent url('/bitrix/templates/simai.spgov/framework/include/04_template/images/pattern-vline-opacity-2.png') repeat top left;}

/* SHADOW */

.shadow-none,
.shadow-0    { box-shadow : none; }
.shadow-1    { box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);     }
.shadow-2    { box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);     }
.shadow-3    { box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);   }
.shadow-4    { box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); }
.shadow-5    { box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22); }

/* EFFECTS */

.hover-shadow { transition: all 0.2s ease-in-out; transform: translateY(0); }
.hover-shadow:hover {box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); transform: translateY(-3px);}

/* For container div set class .effect */

.effect { overflow:hidden; }
.effect .hover-scale { transition : all 1s ease-out; }
.effect .hover-scale:hover { transform  : scale(1.1); }
.carousel-3:not(#carouselWork) .carousel-nav a[data-slide] {display: flex !important;align-items: center;}
.carousel .slider a.left{padding-left: 20px;}

/* End */
/* /bitrix/components/simai/demo.switcher/templates/.default/style.css?16487313601237 */
/* /bitrix/components/simai/template.special/templates/simai.spgov/style.css?1648731360822 */
/* /bitrix/templates/simai.spgov/components/bitrix/breadcrumb/.default/style.css?1648731333173 */
/* /bitrix/components/simai/feedback.error/templates/.default/style.css?16487313605779 */
/* /bitrix/templates/simai.spgov/template_styles.css?166427706322701 */
/* /bitrix/templates/simai.spgov/framework/include/04_template/helpers.css?164873133318577 */
/* /bitrix/templates/simai.spgov/framework/include/04_template/visual.css?16487313334560 */
