

/* Start:/bitrix/templates/new/components/bitrix/breadcrumb/.default/style.css?1760055437525*/
.bx-breadcrumb {
  color: #A0A0A0;
  padding: 10px 10px 10px 0px;
  border-radius: 4px;
  line-height: 20px;
  font-size: 12px;
  display: inline-block;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	vertical-align: middle;
	margin-right: 5px;
  font-size: 18px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {

}
.bx-breadcrumb .bx-breadcrumb-item a {
color: #000;
}
.bx-breadcrumb .bx-breadcrumb-item a:hover {
	text-decoration: none;
}
/* End */


/* Start:/bitrix/templates/new/css/reset.css?17600554361288*/
/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, menu, nav, output, ruby, section,
summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, menu, nav,
section, main {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}


*::-webkit-input-placeholder {
    color: #6a6a6a;
    opacity: 1;
}
*:-moz-placeholder {
    color: #6a6a6a;
    opacity: 1;
}
*::-moz-placeholder {
    color: #6a6a6a;
    opacity: 1;
}
*:-ms-input-placeholder {
    color: #6a6a6a;
    opacity: 1;
}

.hidden {
    display: none;
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    line-height: 1;
    min-width: 320px;
    position: relative;
    margin: 0 auto;
    background: #fff;
}


/*end reset*/
/* End */


/* Start:/bitrix/templates/new/css/main.css?176005543654503*/
input[readonly]
{
    background-color:lightgrey;
}
.top-notice{
    float: right;
    margin-right: 20px;
}
#duty_add_form input, #duty_add_form textarea, #duty_add_form select, #agent_text_add textarea{
    width: 100%;
}
#duty_modal_form, #agent_text_add, #notice_prepay_form, #busines_day_form, #event_add_modal_form, #event_show_modal_form{
	width: 300px; 
	/*height: 300px; /* Рaзмеры дoлжны быть фиксирoвaны */
	border-radius: 5px;
	border: 3px #000 solid;
	background: #fff;
	position: fixed; /* чтoбы oкнo былo в видимoй зoне в любoм месте */
	top: 45%; /* oтступaем сверху 45%, oстaльные 5% пoдвинет скрипт */
	left: 50%; /* пoлoвинa экрaнa слевa */
	margin-top: -150px;
	margin-left: -150px; /* тут вся мaгия центрoвки css, oтступaем влевo и вверх минус пoлoвину ширины и высoты сooтветственнo =) */
	display: none; /* в oбычнoм сoстoянии oкнa не дoлжнo быть */
	opacity: 0; /* пoлнoстью прoзрaчнo для aнимирoвaния */
	z-index: 999999; /* oкнo дoлжнo быть нaибoлее бoльшем слoе */
	padding: 30px 10px 20px 10px;
}

/* Кнoпкa зaкрыть для тех ктo в тaнке) */
#duty_modal_form #modal_close, 
#agent_text_add #modal_close, 
#modal_object #modal_close, 
#notice_prepay_form #modal_close, 
#busines_day_form  #modal_close,
#event_add_modal_form  #modal_close,
#event_show_modal_form  #modal_close{
	width: 21px;
	height: 21px;
	position: absolute;
	top: 10px;
	right: 0px;
	cursor: pointer;
	display: block;
    color: red;
}
/* Пoдлoжкa */
#overlay {
	z-index:550; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
	position:fixed; /* всегдa перекрывaет весь сaйт */
	background-color:#000; /* чернaя */
	opacity:0.8; /* нo немнoгo прoзрaчнa */
	-moz-opacity:0.8; /* фикс прозрачности для старых браузеров */
	filter:alpha(opacity=80);
	width:100%; 
	height:100%; /* рaзмерoм вo весь экрaн */
	top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
	left:0;
	cursor:pointer;
	display:none; /* в oбычнoм сoстoянии её нет) */
}
#event_add_modal_form{
    width: 600px;
    margin-left: -300px;
    padding: 20px;
    max-height: 600px;
    overflow-y: auto;
}
#event_add_modal_form input[type=text], #event_add_modal_form input[type=submit], #event_add_modal_form textarea{
    width: 100%;
}
#events_box .subtitle{
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    display: block;
}

#events_box .subtitle:nth-last-child(1){
    border-bottom: none;
}
#event_btns{
    display: flow-root;
    padding-top: 10px;
}
#event_btns .event_edit{
    float: left;
    color: darkgreen;
}
#event_btns .event_delete{
    float: right;
    color: darkred;
}
#event_show_modal_form{
    width: 600px;
    margin-left: -300px;
    padding: 20px;
    max-height: 600px;
    overflow-y: auto;
}
.event_show_modal_btn{
    padding: 30px 0px;
}
.event_show_modal_btn span{
    background: #1B82D6;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 10%), 0px 0px 10px rgb(0 0 0 / 4%);
    border-radius: 6px;
    text-align: center;
    padding: 10px;
    font-family: Gothic A1;
    font-style: normal;
    color: #FFFFFF;
    cursor: pointer;
}
.event_show_modal_btn .event_show_modal_btn_prev{
    float: left;
}
.event_show_modal_btn .event_show_modal_btn_next{
    float: right;
}
#event_show_modal_form_text img{
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
}
#event_add_modal_form_text .data-table img{
    max-width: 100%;
    height: auto;
}
.event-scroll-box{
    height: 270px;
    overflow-y: auto;
}



@media (max-width: 599px) {
    #event_add_modal_form{
        width: 400px;
        margin-left: -200px;
        max-height: 500px;
    }
    #event_show_modal_form{
        width: 400px;
        margin-left: -200px;
        max-height: 500px;
    }
    #event_add_modal_form_text .data-table img{
        max-width: 300px;
    }
}
@media (max-width: 380px) {
    #event_add_modal_form{
        width: 300px;
        margin-left: -150px;
    }
    #event_show_modal_form{
        width: 300px;
        margin-left: -150px;
    }
    #event_show_modal_form_text img{
        max-width: 100px;
    }
    #event_add_modal_form_text .data-table img{
        max-width: 200px;
    }
}

/** СТИЛИ ПОЛОСЫ ПРОКРУТКИ **/
/* Firefox */
.event-scroll-box, .unload-scroll-box{
  scrollbar-width: thin;          /* "auto" или "thin"  */
  scrollbar-color: indianred #1B82D6;   /* плашка скролла и дорожка */ 
}
/* Chrome/Edge/Safari */
.event-scroll-box::-webkit-scrollbar, .unload-scroll-box::-webkit-scrollbar{
    width: 8px;               /* ширина scrollbar */
}
.event-scroll-box::-webkit-scrollbar-track, .unload-scroll-box::-webkit-scrollbar-track{
    background: whitesmoke;        /* цвет дорожки */
}
.event-scroll-box::-webkit-scrollbar-thumb, .unload-scroll-box::-webkit-scrollbar-thumb{
    background-color: #1B82D6;    /* цвет плашки */
    border-radius: 20px;       /* закругления плашки */
    border: 3px solid #1B82D6;  /* padding вокруг плашки */
}
/****************************/

#modal_object {
	width: 800px; 
	height: 600px; /* Рaзмеры дoлжны быть фиксирoвaны */
	border-radius: 5px;
	border: 3px #000 solid;
	background: #fff;
	position: fixed; /* чтoбы oкнo былo в видимoй зoне в любoм месте */
	top: 30%; /* oтступaем сверху 45%, oстaльные 5% пoдвинет скрипт */
	left: 50%; /* пoлoвинa экрaнa слевa */
	margin-top: -150px;
	margin-left: -400px; /* тут вся мaгия центрoвки css, oтступaем влевo и вверх минус пoлoвину ширины и высoты сooтветственнo =) */
	display: none; /* в oбычнoм сoстoянии oкнa не дoлжнo быть */
	opacity: 0; /* пoлнoстью прoзрaчнo для aнимирoвaния */
	z-index: 556; /* oкнo дoлжнo быть нaибoлее бoльшем слoе */
	padding: 30px 10px 20px 10px;
    overflow-y: scroll;
}
#modal_object table th{
    padding: 4px;
    text-align: center;
    border: 1px solid;
}
#modal_object table td{
    padding: 4px;
    border: 1px solid;
}
.drop-adr{
    position: absolute;
    background: #fff;
    border: 1px solid gray;
    z-index: 999;
    border-top: none;
    display: none;
}
.drop-adr ul li{
    padding: 5px;
    cursor: pointer;
}
.drop-adr ul li:hover{
    background: aliceblue;
}

.duty_start{
    border: 1px solid blue;
    padding: 8px;
    top: -12px;
    position: relative;
    width: 164px;
}
.duty_add{
    border: 1px solid blue;
    /*border-bottom: none;*/
    padding: 8px;
    top: -12px;
    position: relative;
    width: 164px;
}
.duty_end{
    border: 1px solid blue;
    padding: 8px;
    top: -12px;
    position: relative;
    width: 164px;
}
.ch-color {
  border-radius: 25px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  margin-bottom: 3px;
  width: 25px;
  height: 25px;
  display: inline-block;
  line-height: 24px;
  text-align: center;
}
.ch-color:hover {
  text-decoration: none;
  color: #fff;
}
.ch-color:focus {
  text-decoration: none;
  color: #fff;
}
.blue {
  background: #3590DA;
}
.green {
  background: #72AF32;
}
.red_back {
  background: #EB1E22;
}
.yellow {
  background: #E4A604;
}
.purple {
  background: #9169C5;
}





/*base*/
body{
    font-family: 'Fira Sans', sans-serif;
    background: #fff;
    color:#4F4F4F;
    position: relative;
}

h1{
    font-size: 26px;
    color: #006699;
    margin: 10px 0 40px 0;
}

h2{
    font-size: 22px;
    color: #373737;
    margin: 30px 0 15px 0;
}

.img-res {
    display: block;
    width: 100%;
    height: auto;
}

p {
  line-height:22px;
  margin-bottom: 15px;
}


label {
  font-weight: normal;
}



a:focus {
  outline: none;
}

.pseudo {
  text-decoration: none;
  border-bottom: 1px dashed;
  cursor: pointer;
}
.pseudo:hover {
  text-decoration: none;
  border-bottom: 1px dashed;
  cursor: pointer;
}
.pseudo:focus {
  text-decoration: none;
  border-bottom: 1px dashed;
  cursor: pointer;
}


.content {
  line-height: 22px;
}


blockquote {
  line-height: 22px;
}


/*end base*/



/*header*/



.img-logo {
    display: block;
    width: 100%;
    height: auto;
    max-width: 301px;
}


/*top header wrappers*/
.top-nav-wrap>.container,
.fixed-mnu>.container,
footer>.container{
    padding: 0;
}
.fixed-mnu{
    left: 0;
    position: fixed;
    bottom: 0;
    z-index: 999;
    min-height: 44px;
    line-height:44px;
    font-size: 12px;
    width: 100%;
    background: #fff;
    -moz-box-shadow: 0 0 12px 5px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 12px 5px rgba(0,0,0,0.15);
    box-shadow: 0 0 12px 5px rgba(0,0,0,0.15);
}
.fixed-wrap-item{
    border-left: 1px solid #d4d4d4;
    width: 100%;
    white-space: nowrap;
    padding-left: 20px;
    color:#565656;
    text-align: center;
}
.fixed-wrap-item a{
    color:#565656;
    border-bottom: 1px dotted;
    text-decoration: none;
}
.fixed-wrap-item a:hover{
    border-bottom: none;
}
.question-wrap{
    border: none;
    text-align: left;
    padding-left: 0;
}
.inCart-wrap{
    border: none;
}

.fixed-wrap-item b{
    color: #0d8bbf;
}
.fixed-wrap-item i{
    width: 21px;
    height: 16px;
    display: inline-block;
    margin-bottom: -2px;
    margin-right: 3px;
}
.question-wrap i{
    background: url("/bitrix/templates/new/css/../img/fp_light_sprite.png") no-repeat 0 -45px;
    height: 20px;
    margin: 0 6px -6px 0;
}
.inCart-inner-wrap i{
    background: url("/bitrix/templates/new/css/../img/fp_light_sprite.png") no-repeat 0 -16px;
    height: 16px;
    margin: 0 6px -3px 0;
}
.comparison-wrap i{
    background: url("/bitrix/templates/new/css/../img/fp_light_sprite.png") no-repeat 0 -32px;
    height: 13px;
    margin: 0 1px -3px 0;
}
.enter-wrap i{
    background: url("/bitrix/templates/new/css/../img/fp_light_sprite.png") no-repeat 0 0;
    height: 16px;
    margin: 0 3px -4px 0;
}
.inCart-btn{
    text-align: center;
    text-decoration: none;
    width: 120px;
    line-height:28px;
    height: 28px;
    font-size:10px;
    border-radius: 3px;
    display: inline-block;
    color: #fff!important;
    background: #0c8abe;
    background: -moz-linear-gradient(top, #0c8abe 0%, #0074a6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0c8abe), color-stop(100%,#0074a6));
    background: -webkit-linear-gradient(top, #0c8abe 0%,#0074a6 100%);
    background: -o-linear-gradient(top, #0c8abe 0%,#0074a6 100%);
    background: -ms-linear-gradient(top, #0c8abe 0%,#0074a6 100%);
    background: linear-gradient(to bottom, #0c8abe 0%,#0074a6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c8abe', endColorstr='#0074a6',GradientType=0 );
}
.inCart-btn:hover{
    color: #fff;
    text-decoration: none;
}
.mob-wrap{
    display: inline-block;
}

.top-nav{
    background: #efefef;
    min-height: 42px;
    line-height:42px;
}
.top-nav-list{
    display: inline-block;
    float: left;
}

.top-nav-mobile-wrap{
    background: #fff;
    margin: auto;
    display: block;
    float: none;
}

.top-nav-list li{
    display: inline-block;
}
.top-nav-list li a{
    color:#6f6f6f;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 15px 0 0;
    font-size:13px;
}
.top-nav-list li a:hover{
    color: #427bad;
}

.top-enter-btn{
    float: right;
    background: url('/bitrix/templates/new/css/../img/top-auth.png') no-repeat 0 48%;
    padding: 0 0 0 26px;
    font-size:13px;
    color:#6f6f6f;
}

.top_bg {
height:38px;
    background: #FFFFFF;
}


/*end top header wrappers*/

/*head info bar*/
.header-bar{
    padding: 25px 0;
}
.header-bar>.container{
    padding: 0;
}

.header-input-wrap{
    margin-top: 10px;
}

.header-jimp {
  margin: 0px 30px 0px 30px;
}

.header-jimp-title {
  font-size: 24px;
  margin-bottom: 10px;
}


.header-search{
    width: 209px;
    border: 1px solid #e4e4e4;
    background: #EFEFEF;
    height: 30px;
    padding: 7px 0 6px 13px;
    font-size: 13px;
    line-height: 20px;
    color: #6a6a6a;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box!important;
    border-radius: 2px;
    outline: none;
}
.header-search-btn{
    cursor: pointer;
    background: url("/bitrix/templates/new/css/../img/orange-search-btn.png")no-repeat center center;
    position: relative;
    border: none;
    width: 40px;
    height: 30px;
    top: 10px;
    left: -4px;
    outline: none;
}
.work-time{
    margin-top: 13px;
    margin-left: 69px;
}
.header-phone{
    font-size:24px;
    color: #4e4e4e;
    margin-bottom: 10px;
    white-space: nowrap;
}
.w-time{
    font-size: 14px;
    white-space: nowrap;
    margin-bottom: 17px;
}

.cart-wrap{
    margin-top: 10px;
    margin-left: 60px;
}

.cart-img-btn,
.cart-inner{
    display: inline-block;
    vertical-align: top;
}
.cart-img-btn{
    margin-right: 8px;
}
.cart-link{
    display: block;
    font-size: 14px;
    color: #0c86b7;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 6px;
}
.cart-inner span{
    margin-top: 3px;
    font-size: 12px;
}
.cart-link:hover{
    color:#ff7f17;
}

/*end head info bar*/


/*end header*/



/*slider*/

.slider-section>.container{
    padding: 0;
    border-radius: 5px;
}
.owl-carousel-main-page{
    border-radius: 5px;
}
.owl-carousel-main-page .item img{
    display: block;
    width: 100%;
    height: auto;
}
.owl-carousel-main-page .owl-pagination{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    margin: auto;
    text-align: center;
}
.owl-carousel-main-page .owl-page{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url('/bitrix/templates/new/css/../img/bullets.png') no-repeat;
    border: 0;
}
.owl-carousel-main-page .owl-page.active{
    background-position: 0 -25px;
}
.owl-carousel-main-page .owl-prev,
.owl-carousel-main-page .owl-next{
    position: absolute;
    width: 68px;
    height: 104px;
    border: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}
.owl-carousel-main-page .owl-next{
    right: 0;
    left: inherit;
}
.owl-carousel-main-page .owl-prev:hover,
.owl-carousel-main-page .owl-next:hover{
    background: rgba(255,255,255,0.4);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.owl-carousel-main-page .owl-prev:after,
.owl-carousel-main-page .owl-next:after{
    background: url('/bitrix/templates/new/css/../img/arrows.png') no-repeat;
    content: "";
    display: block;
    height: 36px;
    left: 20px;
    position: absolute;
    top: 0;
    bottom:0;
    margin: auto;
    width: 22px;
}
.owl-carousel-main-page .owl-next:after{
    background: url('/bitrix/templates/new/css/../img/arrows.png') no-repeat;
    right: 20px;
    left: inherit;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*end slider*/

/*info section */
.info-section{
    margin-top: 5px;
    margin-bottom: 20px;
}
.info-img-wrap {
    float: left;
}
.info-wrap p{
    padding-top: 6px;
    line-height: 1.4;
    font-size: 16px;
    text-align: center;
}
.info-wrap a{
    color:#007db7;
    text-decoration: underline;
}


/*end section */

/*shop*/
.shop-container{
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    justify-content: flex-start;
}
.shop-section{
    margin: 20px auto 0;
}
.shop-item{
    position: relative;
    margin: 20px 31px 31px 0;
    min-height: 300px;
    width: 23%;
    z-index: -1;
}
.shop-item:nth-of-type(4n){
    margin-right: 0;
}
.item-hover-wrap{
    text-align: left;
    border-radius: 4px;
    border: 1px solid #dedede;
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top:0;
    padding: 15px;
    height: 325px;
    overflow: hidden;
    z-index: 10;
}
.item-hover-wrap:hover{
    border: 1px solid #406999;
    z-index: 12;
}

.link-on-preview{
    display: block;
}
.stikers{
    position: absolute;
    right: 10px;
    top: 10px;
}
.stikers>div{
    text-align: center;
    width: 46px;
    height: 46px;
    line-height:46px;
    margin-bottom: 5px;
    display: block;
    font-weight:bold;
    color:#fff;
    overflow: hidden;
    background: url("/bitrix/templates/new/css/../img/stickers.png")no-repeat;
}
.new-item-stiker{
    background-position: 0 -92px!important;
}
.hit-sell-stiker{
    background-position: 0 0!important;
}
.sell-stiker{
    background-position: 0 -46px!important;
}
.item-name{
    display: block;
    color: #4d4d4d;
    font-size: 15px;
    text-align: left;
    text-decoration: underline;
    line-height: 22px;
}
.item-name:hover{
    color: #4d4d4d;
}
.price-block{
    margin: 15px 0 15px;
    text-align: left;
}
.hot-price{
    color:#df482f!important;
}
.price{
    color: #006699;;
    font-size:18px;
    font-weight:600;
    margin-right: 7px;
}
.sell-price{
    font-size:15px;
    text-decoration: line-through;
}
.buy-item-btn{
    display: block;
    color:#fff;
    font-weight:bold;
    font-size:14px;
    background: #3f95dd;
    background: -moz-linear-gradient(top, #3f95dd 0%, #347fbe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f95dd), color-stop(100%,#347fbe));
    background: -webkit-linear-gradient(top, #3f95dd 0%,#347fbe 100%);
    background: -o-linear-gradient(top, #3f95dd 0%,#347fbe 100%);
    background: -ms-linear-gradient(top, #3f95dd 0%,#347fbe 100%);
    background: linear-gradient(to bottom, #3f95dd 0%,#347fbe 100%);
    text-shadow: 0 1px 0 #006AA3;
    text-align: center;
    border-radius: 3px;
    height: 30px;
    width: 100px;
    cursor: pointer;
    line-height: 30px;
    text-decoration: none;
    margin-bottom: 15px;
}
.buy-item-btn:hover{
    background: #195784;
    color:#fff;
    text-decoration: none;
}
.comparison-link{
    padding: 0;
    font-size: 12px;
    line-height: 15px;
    margin-left: 26px;
    position: relative;
    overflow: visible;
    color: #212121;
    border-bottom: 1px dotted;
    text-decoration: none;
}
.comparison-link:hover{
    color: #212121;
    text-decoration: none;
}
.comparison-link:before{
    content: '';
    background: url("/bitrix/templates/new/css/../img/c_item_compare.png")no-repeat;
    width: 14px;
    height: 13px;
    position: absolute;
    top: 3px;
    left: -20px;
}


.hit-shop-item{
    width: 250px;
    height: 38px;
    background: #347fbe;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    line-height: 29px;
    left: 0;
    margin: auto;
    text-align: center;
    padding: 5px 20px 5px 20px;
    display: block;
}
.hit-shop-item:hover {
    color: #fff;
}
.hit-shop-item:active {
    color: #fff;
}
/*end shop*/


/*text section*/

.text-section{
    margin: 20px auto 0;
}

.text-wrap{
    border-radius: 3px;
    border: 1px solid #358FD9 !important;
    padding: 20px;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 25px;
    margin-bottom: 25px;
    margin-left: -15px;
    margin-right: -15px;
}
.text-wrap h2{
    font-weight:normal;
    font-size: 26px;
    color: #358FD9;
    margin: 10px 0 20px 0;
}
/*end text section*/

/*footer*/
footer{
    padding: 30px 0;
    background: #EFEFEF;
    position: relative;
    border-top: 1px solid #e3e5e8;
    margin-top: 50px;
}

.footer-social-list{

}
.footer-social-list li{
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #3590DA;
    line-height: 45px;
    font-size: 1.3em;
    border-radius: 50%;
    margin: 0 5px;
    text-align: center;
}
.footer-social-list li a{
    color:#fff;
}
footer p{
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 10px;
}
.foot-link{
    color:#427bad;
    text-decoration: underline;
}
.foot-link:first-of-type{
    margin-right: 10px;
}
.footer-bottom {
    padding: 30px 0;
    background: #FFFFFF;
    position: relative;
    border-top: 1px solid #e3e5e8;
}
/*end footer*/


/*controls settings*/


/*top button*/

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    top: 60%;
    right: 20px;
    z-index: 99999;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(/bitrix/templates/new/css/../img/up_btn.png) no-repeat;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    opacity: .5;
}
.no-touch .cd-top:hover {
    opacity: 1;
}







/*****************previev-page**********************/

.main-nav-list{
    background: #EFEFEF;
    padding: 10px 10px 10px 20px;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
    line-height: 20px;
    font-size: 12px;
    display: inline-block;
}
.main-nav-list li{
    display: inline-block;
    position: relative;
}
.main-nav-list li:after{
    position: absolute;
    right: 0;
    top: 2px;
    bottom: 0;
    margin: auto;
    background: url("/bitrix/templates/new/css/../img/fa-angle-right.png")no-repeat center;
    width: 10px;
    height: 10px;
    content: '';
}
.main-nav-list li:last-of-type:after{
    display: none;
}
.main-nav-list li a{
    margin-right: 15px;
    color: #737373;
    text-decoration: underline;
}
.main-nav-list li a:hover{
    text-decoration: none;
}
.main-nav-list li:last-of-type a{
    color: #A0A0A0;
    text-decoration: none;
    margin-right: 0;
}
.preview-section h2{
    font-size: 26px;
    color: #358FD9;
    margin: 10px 0 20px 0;
    font-weight:normal;
}
.preview-section a{
    color: #427bad;
    text-decoration: underline;
}
.preview-section a:hover{
    text-decoration: none;
}
/*slider & light-box*/
.slider-preview{
    position: relative;
}

.slider-preview>.stikers{
    z-index: 10;
    right: 20px;
    top:20px;
}
#sync1 .owl-buttons{
  display: none;
}
#sync2{
    margin-bottom: 30px;
}
#sync2 .owl-controls{
    display: block!important;
}
#sync1 .item{
    text-align: center;
}
#sync1 .item a{
    position: relative;
}
#sync1 .item a:after{
    position: absolute;
    top: -1500%;
    left: 0;
    right: 0;
    margin: auto;
    width: 76px;
    height: 76px;
    content:'';
    background: url("/bitrix/templates/new/css/../img/zoom.png")no-repeat center center;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
}
#sync1 .item a:hover:after{
    opacity: 1;
}

#sync2 .owl-next,
#sync2 .owl-prev{
    position: absolute;
    top:0;
    bottom: 0;
    margin: auto;
    text-indent: -9999px;
}
#sync2 .owl-next{
    background: url("/bitrix/templates/new/css/../img/arr_right.png")no-repeat center;
    width: 11px;
    height: 19px;
    right: -27px;
}
#sync2 .owl-prev{
    background: url("/bitrix/templates/new/css/../img/arr_left.png")no-repeat center;
    width: 11px;
    height: 19px;
    left: -20px;
}
#sync2 .owl-item{
    border: 1px solid #ccc;
    margin-right: 2px;
    cursor: pointer;
}
#sync2 .owl-item:hover,
#sync2 .synced{
    border: 1px solid #006cc0;
}
#sync2 .owl-wrapper-outer{
    width: 102%;
}
.lb-details{
    display: none;
}
.lb-nav a.lb-next,
.lb-nav a.lb-prev{
    opacity: 1;
}
.lb-next{
    background: url(/bitrix/templates/new/css/../libs/lightbox2-master/dist/images/next.png) 95% 48% no-repeat!important;
}
.lb-prev{
    background: url(/bitrix/templates/new/css/../libs/lightbox2-master/dist/images/prev.png) 5% 48% no-repeat!important;
}

.lb-dataContainer{
    position: absolute;
    top:0;
    z-index: 999;
    right: 0;
    left: 0;
    margin: auto;
}
.lb-data .lb-close{
    opacity: 1;
}
/*end slider & light-box*/

/*media block*/

.preview-section h3{
    font-size: 20px;
    font-weight: 600;
    color: #464646;
    margin: 40px 0 10px;
}

.text-info{
    color:rgb(99, 98, 98);
    font-size:14px;
    line-height: 1.3;
    margin: 10px 0;
}
.video-review{
    margin: 20px 0;
}
.instruction-wrap{
    margin: 10px 0;
}

.reviews-links a{
    display: block;
    margin: 15px;
}
.feedback h3{
    margin-bottom: 20px;
}
.feedback-container{
    margin-bottom: 30px;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 4px;
}
.feedback-mark{
    border: 2px solid #8CB400;
    width: 25px;
    height: 20px;
    line-height:16px;
    text-align: center;
    padding-bottom: 3px;
    margin-right: 10px;
    color:#8CB400;
    display: inline-block;
    font-style: normal;
    margin-bottom: 5px;
}
.feedback-container span{
    color:rgb(149, 159, 166);
}
.feedback-container span em{
    font-style: normal;
}
.feedback-container p{
    color:rgb(99, 98, 98);
    font-size: 14px;
    margin: 10px 0;
    line-height:1.5;
}
.feedback-container p b{
    color:#000;
}
.feedback-user-info{
    color: #959FA6;
    margin: 20px 0 10px;
}
.feedback-user-info span{
    display: inline-block;
    margin-right: 5px;
}
.feedback-user-info span i{
    margin-right: 5px;
}
.all-feedback-lnk{
    margin-bottom: 30px;
}
.all-feedback-lnk a span i{
    font-style: normal;
}
/*end media block*/


/*right info block*/

.buy-block{
    padding: 15px 24px;
    border: 1px solid #ededed;
    background: #faf9f9;
    background: -moz-linear-gradient(top, #faf9f9 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faf9f9), color-stop(100%,#f5f5f5));
    background: -webkit-linear-gradient(top, #faf9f9 0%,#f5f5f5 100%);
    background: -o-linear-gradient(top, #faf9f9 0%,#f5f5f5 100%);
    background: -ms-linear-gradient(top, #faf9f9 0%,#f5f5f5 100%);
    background: linear-gradient(to bottom, #faf9f9 0%,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf9f9', endColorstr='#f5f5f5',GradientType=0 );
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-bottom: 25px;
}
.buy-block .buy-item-btn{
    float: right;
    color:#fff;
    text-decoration: none;
}
.buy-block .sell-price{
    display: inline-block;
    color: #b8b8b8;
    font-weight: bold;
    font-size: 15px;
}
.buy-block .price{
    margin: 15px 0;
    display: block;
    font-weight: bold;
    font-size: 32px;
    line-height: 33px;
    color:rgb(99, 98, 98);
    white-space: nowrap;
}
.buy-block .widget-wrap{
    margin: 15px 0;
}
input[type=checkbox].css-checkbox {
    position:absolute;
    z-index:-1000;
    left:-1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height:1px;
    width:1px;
    margin:-1px;
    padding:0;
    border:0;
}
input[type=checkbox].css-checkbox + label.css-label {
    padding-left:21px;
    height:16px;
    display:inline-block;
    line-height:16px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:13px;
    vertical-align:middle;
    cursor:pointer;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -16px;
}
label.css-label {
    background-image:url(http://csscheckbox.com/checkboxes/u/csscheckbox_bdd5e4b6e15e47a4b63a47b1767a0e47.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.item-code{
    font-size:14px;
    margin-bottom: 15px;
}
.service-block{
    padding: 15px 24px;
    background: #DFF0D8;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-bottom: 30px;
}
.service-block h3{
    margin-top: 0;
}
.service-block span{
    display: block;
    line-height:1.5;
}
.sharing-block{
    margin-bottom: 60px;
}
.description-block{
    margin-bottom: 30px;
}
.description-block h3{
    margin: 25px 0 10px;
    font-weight:700;
    font-size:20px;
    color:rgb(70, 70, 70);
}
.description-block  ul li{
    line-height: 19px;
    font-size:13px;
    color:rgb(99, 98, 98);
}
.description-block  ul li b{
    font-weight:bold;
}


/*****************end previev-page**********************/





/*****************blog page**********************/

.blog-section h2{
    font-size: 26px;
    color: #358FD9;
    margin: 10px 0 20px 0;
    font-weight:normal;
}
.blog-section>.container{
    padding: 0;
}

.description-wrap{
    margin: 0 0 20px;
    padding: 20px;
    border: 1px solid #DEDEDE;
    border-radius: 4px;
}
.description-wrap h4{
    font-size:14px;
}
.description-wrap h4 a{
    color: #427bad;
    text-decoration: underline;
    line-height: 1.4;
}
.description-wrap h4 a:hover{
    text-decoration: none;
    color: #427bad;
}
.description-wrap p{
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 16px
}


/*****************end blog page**********************/


/*****************filter blog page**********************/

/*side filters*/


.main-filter-section h2{
    font-size: 26px;
    color: #358FD9;
    margin: 10px 0 20px 0;
    font-weight:normal;
}

.filter-side-bar{
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    margin-bottom: 50px;
}

.filter-side-bar h4{
    cursor: pointer;
    color: #444444;
    font-size: 14px;
    line-height: 15px;
    font-weight: bold;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.toggle-wrap{
    margin-top: 15px;
}

.filter-side-bar label{
    display: block!important;
    margin-bottom: 5px;
}
.filter-side-bar .min-filter-box label,
.filter-side-bar .max-filter-box label{
    display: inline-block!important;
}
.side-cell{
    padding: 0;
}


.range-price-widget-wrap,
.develop-company-wrap,
.construction-wrap,
.detector-wrap,
.video-wrap,
.danger-wrap,
.gps-wrap,
.glonoss-wrap,
.record-wrap,
.night-vision,
.move-detector,
.memory-card-wrap,
.filter-btn-wrap{
    border-bottom: 1px solid #e7e7e7;
    padding: 15px 14px 15px;
    width: 100%;
    background-repeat: no-repeat
}
.memory-card-wrap,
.filter-btn-wrap{
    border-bottom: none;
}
.marginHead{
    margin: 15px 0;
}
.max-filter-box label,
.min-filter-box label{
    font-size: 13px;
    color: #7e7e7e;
    margin: 0 4px 0 0;
    text-transform: lowercase;
}

.min-filter-box{
    float: left;
    margin-bottom: 15px;
}
.max-filter-box{
    float: right;
    margin-bottom: 15px;
}
.min-inch-filter,
.max-inch-filter,
.max-price-filter,
.max-range-filter,
.min-range-filter,
.min-price-filter{
    font-size:14px;
    height: 26px;
    width: 70px;
    text-align: center;
    padding-left: 3px;
    padding-right: 3px;
    border: 1px solid #d3d9dd;
    background: #fff;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 2px 2px 0 #e0e1e2 inset;
    -webkit-box-shadow: 0 2px 2px 0 #e0e1e2 inset;
    box-shadow: 0 2px 2px 0 #e0e1e2 inset;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.range-inch-slider,
.range-slider,
.range-diagonal-slider{
    clear: both;
    margin-top: 45px;
    height: 10px;
}
.range-inch-slider .ui-slider-handle,
.range-slider .ui-slider-handle,
.range-diagonal-slider .ui-slider-handle{
    height: 20px!important;
    width: 10px!important;
    outline: none!important;
}
.range-inch-slider .ui-widget-header,
.range-slider .ui-widget-header,
.range-diagonal-slider .ui-widget-header{
    background: url(/bitrix/templates/new/css/../img/slider-full.png) repeat-x 0 0;
    top: 0;
    height: 10px;
    border-radius:0;
}
.filter-btn-wrap{
    text-align: center;
}
.filter-btn-wrap button{
    margin: 5px;
}
.show-item-btn{
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.15);
    background: #6b6b6b;
    background: -moz-linear-gradient(top, #6b6b6b 0%, #494949 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6b6b6b), color-stop(100%,#494949));
    background: -webkit-linear-gradient(top, #6b6b6b 0%,#494949 100%);
    background: -o-linear-gradient(top, #6b6b6b 0%,#494949 100%);
    background: -ms-linear-gradient(top, #6b6b6b 0%,#494949 100%);
    background: linear-gradient(to bottom, #6b6b6b 0%,#494949 100%);
    height: 31px;
    border: none;
    cursor: pointer;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 110px;
    font-weight:600;
}
.remove-filters-btn{
    background: #e5e5e5;
    background: -moz-linear-gradient(top, #e5e5e5 0%, #cbcbcb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#cbcbcb));
    background: -webkit-linear-gradient(top, #e5e5e5 0%,#cbcbcb 100%);
    background: -o-linear-gradient(top, #e5e5e5 0%,#cbcbcb 100%);
    background: -ms-linear-gradient(top, #e5e5e5 0%,#cbcbcb 100%);
    background: linear-gradient(to bottom, #e5e5e5 0%,#cbcbcb 100%);
    color: #4e545b;
    text-shadow: 0 1px 1px #fff;
    background: #e5e5e5;
    height: 31px;
    border: none;
    cursor: pointer;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 110px;
    font-weight:600;
}

/*end side filters*/


/*main content*/

.top-sort-mnu{
    background: #f9f9f9;
    background: -moz-linear-gradient(top, #f9f9f9 0%, #f4f4f4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f4f4f4));
    background: -webkit-linear-gradient(top, #f9f9f9 0%,#f4f4f4 100%);
    background: -o-linear-gradient(top, #f9f9f9 0%,#f4f4f4 100%);
    background: -ms-linear-gradient(top, #f9f9f9 0%,#f4f4f4 100%);
    background: linear-gradient(to bottom, #f9f9f9 0%,#f4f4f4 100%);
    border: 1px solid #e8e8e8;
    line-height: 24px;
    position: relative;
    padding: 5px 15px;
    margin: 0 0 19px;
    color: #929292;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.04), 0px 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}
.top-sort-mnu div{
    display: inline-block;

}

.fst-sort-option{
    margin-right: 10px;
}
.fst-sort-option span{
    font-size: 14px;
    margin-right: 10px;
}
.fst-sort-option a{
    text-decoration: underline;
    color:#427bad;
    font-size:14px;
    margin-right: 5px;
}
.fst-sort-option a:hover{
    text-decoration: none;
    color:#427bad
}
.fst-sort-option a.active{
    border: 1px solid #DEDEDE;
    background: #EDECED;
    background: -moz-linear-gradient(top, #f6f5f6 0%, #e8e7e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f5f6), color-stop(100%,#e8e7e8));
    background: -webkit-linear-gradient(top, #f6f5f6 0%,#e8e7e8 100%);
    background: -o-linear-gradient(top, #f6f5f6 0%,#e8e7e8 100%);
    background: -ms-linear-gradient(top, #f6f5f6 0%,#e8e7e8 100%);
    background: linear-gradient(to bottom, #f6f5f6 0%,#e8e7e8 100%);
    background-image: url('/bitrix/templates/new/css/../img/sort.png');
    background-position: 8px 9px;
    background-repeat:no-repeat;
    padding: 0 10px 0 22px;
    height: 26px;
    line-height: 24px;
    color: #3F3F3F;
    font-weight: normal;
    border-radius: 4px;
    text-decoration: none;
    position: relative;
}
.fst-sort-option a.unsort{
    background-image: url('/bitrix/templates/new/css/../img/unsort.png');
}


.padding-right-zero{
    padding-right: 0;
}
.select2-container{
    position: relative;
    left: 5px;
    width: 72px!important;
    height: 28px!important;
    border-radius: 0!important;
}
.select2-container--default .select2-selection--single{
    border-radius: 0!important;
    outline: none;
}
.select2-search--dropdown{
    display: none!important;
}
.select2-container--open .select2-dropdown--below{
    top: -4px!important;
    border-radius: 0!important;
}
.select2-selection__arrow b{
    border: 0!important;
    margin: 0!important;
    background: url("/bitrix/templates/new/css/../img/select.png")no-repeat center;
    width: 13px!important;
    height: 8px!important;
    top: 32%!important;
    left: -9%!important;
}


.view-mode{
    float: right;
}
.view-mode a{
    display: inline-block;
    color: rgb(146, 146, 146);
    padding: 0 10px;
    border: 1px solid transparent;
}
.view-mode a:first-of-type{
    margin-left: 6px;
}
.view-mode a i{

}
.view-mode a.active{
    border: 1px solid #DEDEDE;
    background: #EDECED;
    background: -moz-linear-gradient(top, #f6f5f6 0%, #e8e7e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f5f6), color-stop(100%,#e8e7e8));
    background: -webkit-linear-gradient(top, #f6f5f6 0%,#e8e7e8 100%);
    background: -o-linear-gradient(top, #f6f5f6 0%,#e8e7e8 100%);
    background: -ms-linear-gradient(top, #f6f5f6 0%,#e8e7e8 100%);
    background: linear-gradient(to bottom, #f6f5f6 0%,#e8e7e8 100%);;
    background-position: 8px 9px;
    background-repeat:no-repeat;
    height: 26px;
    line-height: 24px;
    font-weight: normal;
    border-radius: 4px;
    text-decoration: none;
    position: relative;
}
.fmr-item{
    position: relative;
    border: 1px solid #e7e7e7;
    padding: 20px;
    margin: 0 0 22px;
    -moz-box-shadow: 0 1px 2px 0 #efefef;
    -webkit-box-shadow: 0 1px 2px 0 #efefef;
    box-shadow: 0 1px 2px 0 #efefef;
    border-radius: 4px;
    -webkit-transition: border-color 0.3s ease-out;
    -moz-transition: border-color 0.3s ease-out;
    -ms-transition: border-color 0.3s ease-out;
    -o-transition: border-color 0.3s ease-out;
}
.fmr-item:hover{
    border: 1px solid #406999;
}
.fmr-item h3{
    font-size: 18px;
    color:rgb(66, 123, 173);
    font-weight:normal;
}
.fmr-item h3 a{
}
.fmr-item h3 a:hover{
    text-decoration: none;
}
.fmr-item .item-code{
    margin: 10px 0;
    display: block;
    font-size: 13px;
}
.fmr-item p{
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.fmr-item ul>li{
    font-size: 13px;
    line-height: 1.2;
    margin: 5px auto;
}
.fmr-info-wrap .price{
    font-weight:500;
    display: block;
    margin: 0 0 10px 0;
    white-space: nowrap;
}
.fmr-info-wrap .sell-price{
    display: block;
    margin-bottom: 15px;
}

.second-mode-review{
    display: none;
}
.second-mode-review .shop-item{
    width: 194px;
    margin: 0 28px -20px 0;
}
.second-mode-review .shop-item .sell-price{
    display: block;
    margin-top: 10px;
}
.second-mode-review .item-hover-wrap{
    height: 240px;
}
.second-mode-review .item-hover-wrap:hover{
    height: auto;
}
.second-mode-review  .shop-item:nth-of-type(4n){
    margin-right: 0;
}
/*end main content*/


/*****************end filter blog page**********************/







.social_networks li {
  display: inline-block;
  padding-right: .5em;
  text-align: center;
}
.social_networks li a {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px !important;;
  color: #fff !important;;
  border-radius: 50%;
  position: relative;
  transition: all .8s ease;
  font-size: 26px !important;
  background:#BFBFBF;
}
.social_networks li a:hover {
  color: #fff;
  background: #195784;
}



table.data-table {
}

table.data-table thead td, table.data-table th {
    background-color: #F5F5F5;
    text-align: left;
    font-weight: normal;
    background-image: none;
    border: 1px solid #C0C0C0;
    padding: 4px;
    color: #333;
}

table.data-table td {
  color: #333;
  padding: 10px 10px 10px 0px;
}


table.data-table-go {
    border: 1px solid #99BAD7;
    border-collapse: collapse;
}

table.data-table-go thead td, table.data-table-go th {
    background-color: #FFFFFF;
    text-align: left;
    font-weight: normal;
    background-image: none;
    border: 1px solid #E6E6E6;
    padding: 4px;
    color: #333;
}

table.data-table-go td {
    border: 1px solid #BCBCBC;
    background: #F5F5F5;
    color: #646464;
    padding: 15px 20px;
}


.button {
    background-color: rgb(235, 30, 35);
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 36px;
    height: 36px;
    letter-spacing: 1px;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    border-radius: 3px;
    padding-left:20px;
    padding-right:20px;
    display: block;
    cursor: pointer;
    margin-top: 24px;
    border: none;
}
.button:hover {
    background-color: rgb(235, 60, 35);
}

.ya-share2__list {
  margin:0px !important;
}




.section {
    width: 100%;
    height:100%;
}
ul.tabs {
position: absolute;
    top: 24px;
    z-index: 100;
    height: 30px;
}
.tabs li {
    float: left;
    display: block;
    height: 30px;
    background: rgb(175, 175, 175);
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 92px;
    cursor: pointer;
    margin-right: 1px;
}
.tabs li:hover,
.vertical .tabs li:hover {
    background: rgb(235, 30, 35);
}
.tabs li.current {
    color: #FFFFFF;
    background: rgb(235, 30, 35);
}
.box {
    display: none;
}
.box.visible {
    display: block;
}




.application-border .row {
    padding: 20px;
    background: #EFEFEF;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
}



/*////////////////////////////////////////////////////////////*/
/*////////////////////// * SMARTFILTER * /////////////////////*/
/*////////////////////////////////////////////////////////////*/

.filtrmp-h1{
    font-size: 26px;
    color: #3590DA;
    margin: 0px 0 15px 0;
}

.filtrmp-main {
    border-radius: 5px;
    padding: 25px 25px 25px 25px;
    border-bottom: 0 none;
    background-color: rgba(255, 255, 255, 0.95);
}

.filtrmp {
    border-radius: 3px;
    padding: 20px;
    border-bottom: 0 none;
    background-color: #FFFFFF;
    margin-right: -15px;
    margin-left: -15px;
    /*border: 1px solid #3590DA;*/
    opacity: 0.9;
}
.filtrmp-title {
    font-size:24px;
    display: table;
    text-shadow: 0 1px rgba(255,255,255,0.7);
    color:#6C8191;
}
.filtrmp-bl {
    margin-bottom:20px;

}

.filtrmp-type-section-rooms a {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    padding: 8px 8px;
    text-decoration:none;
    color: #3F4B54;
    font-weight:bold;
    display: inline-block;
    margin-bottom: 3px;
}
.filtrmp-type-section-rooms a:hover {

}
.filtrmp-type-section-rooms a.active {
    border: 1px solid #797979;
    background:#CFCFCF;
    padding: 8px 8px;
}

.filtrmp-prop-location {
    line-height: 22px;
}
.filtrmp-prop-location a {
    text-decoration:none;
    border-bottom: 1px dotted #3590DA;
    font-size: 18px;
    text-shadow: 0 1px rgba(255,255,255,0.7);
}
.filtrmp-prop-cost {

}
.filtrmp-prop-lsnn {
    list-style: none;
    margin: 0 0 0 0px;
    width: 283px;
}
.filtrmp-cost {
    float:left;
    width:281px;
}
.filtrmp-count {

}
.prop-name {
   margin-bottom:12px;
    color: #A2A2A2;
}



.buttonsender {
   float: left;
   margin-right: 20px;
}

.filtrmp-count-txt {
  font-size: 18px;
  color: #3F4B54;
}
.filtrmp-search-btn-readonly {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,.11), 0 1px 1px rgba(0,0,0,.3), inset 0 1px #fff, inset 0 0 1px rgba(255,255,255,.5);
    box-shadow: 0 0 1px rgba(0,0,0,.3), 0 1px 1px rgba(0,0,0,.3), inset 0 1px 0 #fff, inset 0 0 1px rgba(255,255,255,.5);
    background-color: #e0e9ec;
    background-image: -webkit-linear-gradient(bottom, #d7e3e7, #fff)!important;
    background-image: -moz-linear-gradient(bottom, #d7e3e7, #fff)!important;
    background-image: -ms-linear-gradient(bottom, #d7e3e7, #fff)!important;
    background-image: -o-linear-gradient(bottom, #d7e3e7, #fff)!important;
    background-image: linear-gradient(bottom, #d7e3e7, #fff)!important;
    color: #91A0AC;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-shadow: 0 1px rgba(255,255,255,0.7);
    text-decoration: none;
    position: relative;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    padding: 5px;
}
.filtrmp-search-btn-readonly:hover {
    color: #91A0AC;
}
.filtrmp-search-btn {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,.11), 0 1px 1px rgba(0,0,0,.3), inset 0 1px #fff, inset 0 0 1px rgba(255,255,255,.5);
    box-shadow: 0 0 1px rgba(0,0,0,.3), 0 1px 1px rgba(0,0,0,.3), inset 0 1px 0 #fff, inset 0 0 1px rgba(255,255,255,.5);
    background-color: #e0e9ec;
    background-image: -webkit-linear-gradient(bottom, #d7e3e7, #fff)!important;
    background-image: -moz-linear-gradient(bottom, #d7e3e7, #fff)!important;
    background-image: -ms-linear-gradient(bottom, #d7e3e7, #fff)!important;
    background-image: -o-linear-gradient(bottom, #d7e3e7, #fff)!important;
    background-image: linear-gradient(bottom, #d7e3e7, #fff)!important;
    color: #3f4b54;
    cursor: pointer;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-shadow: 0 1px rgba(255,255,255,0.7);
    text-decoration: none;
    position: relative;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    padding: 5px;
}
.filtrmp-search-btn:hover {
    background: #DDDED1;
    text-decoration: none;
}
.filtrmp-search-btn:focus {
    background: #DDDED1;
    text-decoration: none;
}
.filtrmp-search-more {
    margin-top: -15px;
    margin-right: -15px;
    border-radius: 15px 0 5px 0;
    padding:3px 14px 3px 14px;
    background:#FFFFFF;
    float: right;
}



/* news index */
.news-index {

}
.news-index-item {
    padding-bottom: 5px;
}
.news-index-text {

}
.news-index img {
    float: left;
    padding: 0 10px 10px 0;
}
.news-index-date {
    margin-bottom:15px;
}

.mapindex {
    border: 1px solid #358FD9;
    padding: 20px;
    border-radius: 4px;
}



/*staff*/
.staff-container{
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    justify-content: flex-start;
}
.staff-section{

}
.staff-item{
    position: relative;
    margin: 0px 31px 31px 0;
    min-height: 300px;
    width: 23%;
}
.staff-item:nth-of-type(4n){
    margin-right: 0;
}
.staff-hover-wrap {
    text-align: left;
    border-radius: 4px;
    border: 1px solid #dedede;
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 15px;
    height: 280px;
    overflow: hidden;
    z-index: 10;
}

.price {
    background: #3590DA;
    display: inline-block;
    padding: 5px 10px 5px 10px;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    width: 150px;
}


/*object*/

.label {
  display: inline;
  padding: 16px 0px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #6F6F6F;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.prop-field {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}

.favor-btn {
  cursor:pointer;
}

.cost-detail {
    background: #1B82D6;
    display: inline-block;
    margin-right: 20px;
    width: 235px;
    height: 60px;
    font-size:24px;
    color:#fff;
    border-radius:15px;
    text-align: center;
    padding-top: 13px;
    font-weight: 800;
    margin-bottom: 30px;
}
.mort-detail {
    background: #fff;
    display: inline-block;
    width: 235px;
    height: 60px;
    font-size:24px;
    color:#1B82D6;
    border-radius:15px;
    text-align: center;
    padding-top: 13px;
    border: 2px solid #1B82D6;
    box-sizing: border-box;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.ob-map {
    padding: 6px;
    margin-bottom:20px;
    color: inherit;
    background-color: #eeeeee;
}




/*objects-list*/

.desc-manager {
    margin: -20px -20px 20px -20px;
    background: #EFEFEF;
    border-radius: 15px;
    padding: 20px;
}
.desc-manager-delemiter-horisontal {
    border-bottom: 1px dotted #769AAF;
    margin: 10px 0 10px 0;
}
.c-prop {
    border-collapse: collapse;
}
.c-prop_label {
    /*background: url(/bitrix/templates/main/img/dot.gif) repeat-x 100% 17px;*/
    font-family: Gothic A1;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #1B82D6;
}
.c-prop_label span {
    padding: 0 4px 0 0;
    background: #fff;
    border-radius: 3px;
}
.c-prop_value {
    font-family: Gothic A1;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #313131;
}
.catalog-section-item .item-img-wrap .lot-img{
    width: 100%;
    border-radius: 15px;
    height: auto;
}

.cost-item {
    background: #1B82D6;
    border-radius: 15px;
    display: inline-block;
    margin: 20px 0 10px 0;
    padding: 22px 0px 22px 0px;
    color: #fff;
    width: 100%;
    height: 70px;
    text-transform: uppercase;
    font-family: Gothic A1;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    text-align: center;
}
.object-title a{
    font-family: Gothic A1;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #121212;
    text-decoration: none;
  
}
.object-title a:hover{
    color: #121212;
}
.section-descript {
  margin:20px 15px;
}



/*complex-list*/

.complex-set {
    margin-bottom: 15px;
}
.complex-set-a-activ {
    margin-right: 3px;
    background: #EFEFEF;
    color: #3F3F3F;
    padding: 5px 12px;
    border-radius: 5px;
    text-decoration: none;
    -webkit-box-shadow: 0 1px 1px rgba(111, 111, 111, 0.5) inset;
    -moz-box-shadow: 0 1px 1px rgba(111, 111, 111, 0.5) inset;
    box-shadow: 0 1px 1px rgba(111, 111, 111, 0.5) inset;
}

.complex-set-a {
    margin-right: 3px;
    background: #EFEFEF;
    color: #3F3F3F;
    padding: 5px 12px;
    border-radius: 5px;
}


/*complex-detail*/
.photo-container {
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    justify-content: flex-start;
}
.photo-item {
    position: relative;
    margin: 0px 31px 20px 0;
    min-height: 300px;
    width: 23%;
}
.photo-hover-wrap {
    text-align: left;
    border-radius: 4px;
    border: 1px solid #dedede;
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 15px;
    height: 280px;
    overflow: hidden;
    z-index: 10;
}

/*order-list*/

.cost-request {
    padding: 6px 20px 6px 20px;
    font-size: 18px;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-top: 10px;
    display: inline-block;
    background-color: #EFEFEF;
}
.banks_index{
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
}
.banks_index h4{
    font-size: 15px;
    font-weight: bold;
}

.slider_wrap {
height: 250px;
position:relative;
overflow:hidden;
margin-top: 30px;
margin-left: -15px;
margin-right: -15px;
margin-bottom: 20px;
}
.slider_wrap img {
width:100%;
height: 250px;
display:none;
position:absolute;
top:0;
/*left:20px;	*/
}
.slider_wrap img:first-child {
display:block;
}
.slider_wrap span {
margin-top:-13px;
width:15px;
height:26px;
display:block;
position:absolute;
top:50%;
cursor:pointer;
background:url(/bitrix/templates/new/css/slider2_arrow.png) no-repeat;
}
.article-title{
    margin-top: 0px;
}
@media (max-width: 991px) {

}
@media (max-width: 500px) {
    .top20{
        padding-top: 40px;
    }
    .slider_wrap{
        height: 100px;
    }
    .slider_wrap img {
        height: 100px;
    }
}

#overduty {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}
.popduty {
    text-align: center;
    top: 25%;
    left: 0;
    right: 0;       
    font-size: 14px;
    margin: auto;
    width: 320px;
    position: absolute;
    padding: 15px 20px;
    border: 1px solid #383838;
    background: #fefefe;
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}
.popduty a{
    text-decoration: underline;
}
.tooltip-img{
    position: relative;
    cursor: pointer;
    float: left;
    margin-right: 4px;
}
.tooltip-img1{
    position: relative;
    cursor: pointer;
    float: left;
    margin-right: 4px;
    min-height: 60px;
}
/*.tooltip-img:after{
    width: 30px; height: 30px; content: ""; background: url("/images/unnamed.png") no-repeat center center; display: block;
}*/

.tooltip-img span{
    display: none;
    position: absolute;
    border: 1px solid;
    padding: 10px;
    width: 180px;
    top: -70px;
    left: 0px;
    background: #fff;
    z-index: 999;
}
.info-wrap-box{
    text-transform: uppercase;    
}
.info-img-wrap span{
    height: 54px;
    display: block;
    margin: auto;
}
.info-img-wrap .icon1{
    background: url(/images/icons1.png);
    width: 52px;
}
.info-img-wrap .icon2{
    background: url(/images/icons1.png) -52px 0;
    width: 60px;
}    
.info-img-wrap .icon3{
    background: url(/images/icons1.png) -112px 0;
    width: 61px;  
}
.info-img-wrap .icon4{
    background: url(/images/icons1.png) -173px 0;
    width: 55px;  
}
.info-wrap-box1:hover .info-img-wrap span{
    background: url(/images/icons1.png) 0 -54px;
}
.info-wrap-box2:hover .info-img-wrap span{
    background: url(/images/icons1.png) -52px -54px;
}
.info-wrap-box3:hover .info-img-wrap span{
    background: url(/images/icons1.png) -112px -54px;
}
.info-wrap-box4:hover .info-img-wrap span{
    background: url(/images/icons1.png) -173px -54px;
}
.info-wrap-box:hover .info-wrap{
    color: #195784;
}
@media (max-width: 500px){
.items {
    margin-top: 0px !important;
}
}

.icon_LK{
    width: 70px;
    height: 70px;
    position: fixed;
    z-index: 999;
    bottom: 20px;
    right: 20px;
}
/* End */


/* Start:/bitrix/templates/new/css/media.css?17600554368917*/
/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
    .work-time,
    .cart-wrap{
        margin-left: 0;
    }
    .header-search {
        width: 167px;
    }
    /*.fixed-wrap-item{*/
        /*padding-left: 10px;*/
    /*}*/
    .main-mnu li a{
        font-size: 16px;
        padding: 0 14px;
    }
    .main-mnu li:last-of-type a {
        padding: 0 15px 0 16px;
    }
    .shop-item {
            margin: 31px 15px 31px 0;
        width: 231px;
    }

    .second-mode-review .shop-item,
    .second-mode-review .shop-item:nth-of-type(4n){
        width: 218px;
        margin: 0 28px -20px 0;
    }
    .second-mode-review .shop-item:nth-of-type(3n){
        margin-right: 0;
    }
    .second-mode-review .item-hover-wrap {
        height: 269px;
    }

    .staff-item {
        margin: 10px 15px 10px 0;
        width: 231px;
    }
    .staff-hover-wrap{
        height: 280px;
    }

    .photo-item {
        margin: 10px 15px 10px 0;
        width: 231px;
    }
    .photo-hover-wrap{
        height: 280px;
    }

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
    #sync2 .owl-item{
        margin-right: 1px;
    }
    #sync2 .owl-next{
        right: -24px;
    }




    .header-phone {
        font-size: 20px;
    }
    .header-search-btn{
        width: 25px;
    }
    .header-search {
        width: 123px;
    }
    .work-time,
    .cart-wrap,
    .header-input-wrap{
        margin: auto;
    }
    .hide-wrap,
    .inCart-wrap{
        display: none;
    }
    .inCart-inner-wrap{
        padding-left: 20px;
    }
    .main-mnu li{
        width: 25%;
    }
    .main-mnu:after{
        display: block;
    }
    .main-mnu{
        min-height: 80px;
    }
    .main-mnu li{
        border-radius: 0!important;
    }
    .shop-item:nth-of-type(3n){
        margin-right: 0;
    }
    .shop-item,
    .shop-item:nth-of-type(4n){
        margin: 31px 15px 31px 0;
        width: 240px;
    }
    .item-hover-wrap{
        height: 340px;
    }
    .filter-side-bar{
        display: none;
    }
    .padding-right-zero{
        padding: 0;
    }
    .fmr-img-wrap{
        max-width: 300px;
        margin: auto auto 10px;
    }
    .second-mode-review .shop-item, .second-mode-review .shop-item:nth-of-type(4n) {
        width: 220px;
        margin: 0 45px -20px 0;
    }

    .staff-item,
    .staff-item:nth-of-type(4n){
        margin: 10px 15px 10px 0;
        width: 240px;
    }
    .staf-hover-wrap{
        height: 285px;
    }

    .photo-item,
    .photo-item:nth-of-type(4n){
        margin: 10px 15px 10px 0;
        width: 240px;
    }
    .photo-hover-wrap{
        height: 285px;
    }


}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
}

	body{
        padding-bottom: 0;
    }
	/*Disable Animation on Mobile Devices*/
	.animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
    #sync2 .owl-item {
        margin-right: 3px;
    }


    .header-bar>.container{
        padding: 0 15px;
    }
    .cart-wrap,
    .d_none-768,
    .header-input-wrap{
        display: none;
    }
    .work-time{
        margin-top: 10px;
        float: right;
    }
    .header-phone{
        font-size:24px;
    }
    .top-nav{
        background: #fff;
    }
    .top-nav-wrap{
        background: #efefef;
    }
    .fixed-mnu{
        position: relative;
        box-shadow: none;
    }
    .fixed-wrap-item{
        border: none;
        text-align: left;
        display: inline-block;
        padding: 0;
    }
    .mob-wrap{
        float: none;
    }
    .mob-wrap:nth-of-type(2){
        float: right;
    }
    .main-mnu{
        display: none;
    }
    .main-mnu-btn{
        display: block;
    }
    .info-img-wrap {
        float: none;
    }
    .info-wrap{
        text-align: center;
    }
    .text-wrap{
        float: none;
        max-width: 768px;
        width:auto;
    }
    .text-wrap h2{
        font-size:20px;
    }
    .text-wrap p{
        font-size: 15px;
    }
    footer{
        margin-top: 20px;
    }
    .footer-social-list{
        margin: 20px 0 0;
    }
    .shop-item:nth-of-type(3n),
    .shop-item, .shop-item:nth-of-type(4n) {
        margin: 20px 10px 75px 10px;
        width: 300px;
    }
    .shop-container{
        justify-content: space-around;
    }
    .item-hover-wrap{
        height: 346px;
    }
    .main-nav-list{
        display: block;
    }
    .preview-section h2{
        text-align: center;
        padding: 0 20px;
    }
    .buy-block{
        max-width: 400px;
        margin: 30px auto;
    }
    .service-block{
        text-align: center;
        max-width: 400px;
        margin: auto auto 30px;
    }
    .social-share{
        text-align: center;
    }
    .description-wrap{
        margin: 0 20px 20px;
    }
    .description-wrap .img-wrap{
        text-align: center;
        margin-bottom: 10px;
    }
    .blog-section h2{
        padding-left: 20px;
    }
    .fmr-item{
        margin: 10px;
    }
    .main-filter-section h2{
        margin: 10px 0 10px 20px;
    }
    .second-mode-review .shop-item,
    .second-mode-review .shop-item:nth-of-type(4n),
    .second-mode-review .shop-item:nth-of-type(3n) {
        width: 220px;
        margin: auto;
    }
    .second-mode-review .shop-container{
        padding: 0 10px;
    }
    .top-nav-wrap>.container,
    .fixed-mnu>.container,
    footer>.container{
        padding: 0 15px;
    }

    .staff-item:nth-of-type(3n),
    .staff-item, .shop-item:nth-of-type(4n) {
        margin: 20px 10px 75px 10px;
        width: 300px;
    }
    .staff-container{
        justify-content: space-around;
    }
    .staff-hover-wrap{
        height: 280px;
    }


    .photo-item:nth-of-type(3n),
    .photo-item, .shop-item:nth-of-type(4n) {
        margin: 20px 10px 75px 10px;
        width: 300px;
    }
    .photo-container{
        justify-content: space-around;
    }
    .photo-hover-wrap{
        height: 280px;
    }


}
@media only screen and (max-width : 690px) {
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
}

    .mob-wrap{
        display: block;
        line-height: 1;
    }
    .fixed-wrap-item{
        margin: 10px 0;
    }
    .mob-wrap:nth-of-type(2){
        float: none;
        position: absolute;
        right: 0;
        top: 0;
    }
    .mob-wrap .comparison-wrap{
       margin-left: 5px;
    }
    .fmr-item{
        margin: 10px;
    }
    .top-sort-mnu div{
        display: block;
        float: none;
        margin: 5px 0;
    }
    .main-filter-section h2{
        margin: 10px;
    }
    #sync2 .owl-wrapper-outer {
        width: 102%;
        left: -3px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
}

    .work-time{
        float: none;
    }
    .logo-link,
    .work-time-mobile{
        display: block;
        margin: auto;
        width: auto;
        float: none;
        text-align: center;
    }
    .main-mnu-btn{
        width: 100%;
    }
    .main-mobile-mnu{
        width: auto;
        max-width: 450px;
        margin: auto;
    }
    .description-block{
        padding-left: 0;
    }
    .feedback-name{
        margin-bottom: 8px;
    }
    .description-wrap{
        margin: 0 10px 20px;
    }
    #sync2 .owl-item {
        margin-right: 2px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    .main-mobile-mnu{
        margin-left: -5px;
    }
    #sync2 .owl-item {
        margin-right: 1px;
    }
    #sync2 .owl-wrapper-outer {
        width: 101%;
    }
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 991px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
/* End */


/* Start:/bitrix/templates/new/libs/colorbox/colorbox.css?17600554362835*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:99999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#747A84;}
#colorbox{outline:0;}
    #cboxContent{margin-top:32px; overflow:visible; background:#FFFFFF; border-radius:5px;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#FFFFFF; border-radius:5px; padding: 24px;}
        #cboxLoadingGraphic{background:url(/bitrix/templates/new/libs/colorbox/images/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#FFFFFF; border-radius:5px;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:22px; height:30px; position:absolute; top:-20px; background:url(/bitrix/templates/new/libs/colorbox/images/controls.png) no-repeat 0 0;}

        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
         #cboxClose:active {outline:0;}


        #cboxClose{background-position:-50px 0px; right:20px; border-radius: 5px 5px 0 0;}
        #cboxClose:hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}

/* End */


/* Start:/bitrix/templates/new/libs/chosen/chosen.css?176005543612517*/
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 32px;
  border: 1px solid #aaa;
  border-radius: 4px;
  background-color: #fff;
  background: #FCFCFC;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 30px;
  font-size: 16px;
  text-transform: uppercase;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/bitrix/templates/new/libs/chosen/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 31px;
    height: 100%;
    border-left: 1px solid #ccc;
    padding-left: 10px;
    padding-top: 4px;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/bitrix/templates/new/libs/chosen/chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('/bitrix/templates/new/libs/chosen/chosen-sprite.png') no-repeat 100% -20px;
  background: url('/bitrix/templates/new/libs/chosen/chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/bitrix/templates/new/libs/chosen/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('/bitrix/templates/new/libs/chosen/chosen-sprite.png') no-repeat -30px -20px;
  background: url('/bitrix/templates/new/libs/chosen/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('/bitrix/templates/new/libs/chosen/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */

/* End */


/* Start:/bitrix/templates/new/libs/sweetalert/sweet-alert.css?176005543615015*/
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);
.sweet-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 99999999999; }

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 999999999999; }
  @media all and (max-width: 540px) {
    .sweet-alert {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      left: 15px;
      right: 15px; } }
  .sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block; }
  .sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal; }
  .sweet-alert button {
    background-color: #AEDEF4;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer; }
    .sweet-alert button:focus {
      outline: none;
      box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
    .sweet-alert button:hover {
      background-color: #a1d9f2; }
    .sweet-alert button:active {
      background-color: #81ccee; }
    .sweet-alert button.cancel {
      background-color: #D0D0D0; }
      .sweet-alert button.cancel:hover {
        background-color: #c8c8c8; }
      .sweet-alert button.cancel:active {
        background-color: #b6b6b6; }
      .sweet-alert button.cancel:focus {
        box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
    .sweet-alert button::-moz-focus-inner {
      border: 0; }
  .sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }
  .sweet-alert .icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }
    .sweet-alert .icon.error {
      border-color: #F27474; }
      .sweet-alert .icon.error .x-mark {
        position: relative;
        display: block; }
      .sweet-alert .icon.error .line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #F27474;
        display: block;
        top: 37px;
        border-radius: 2px; }
        .sweet-alert .icon.error .line.left {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          left: 17px; }
        .sweet-alert .icon.error .line.right {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          right: 16px; }
    .sweet-alert .icon.warning {
      border-color: #F8BB86; }
      .sweet-alert .icon.warning .body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #F8BB86; }
      .sweet-alert .icon.warning .dot {
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #F8BB86; }
    .sweet-alert .icon.info {
      border-color: #C9DAE1; }
      .sweet-alert .icon.info::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #C9DAE1; }
      .sweet-alert .icon.info::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #C9DAE1; }
    .sweet-alert .icon.success {
      border-color: #A5DC86; }
      .sweet-alert .icon.success::before, .sweet-alert .icon.success::after {
        content: '';
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .sweet-alert .icon.success::before {
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
        transform-origin: 60px 60px; }
      .sweet-alert .icon.success::after {
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0px 60px;
        transform-origin: 0px 60px; }
      .sweet-alert .icon.success .placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
      .sweet-alert .icon.success .fix {
        width: 5px;
        height: 90px;
        background-color: white;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .sweet-alert .icon.success .line {
        height: 5px;
        background-color: #A5DC86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
        .sweet-alert .icon.success .line.tip {
          width: 25px;
          left: 14px;
          top: 46px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .sweet-alert .icon.success .line.long {
          width: 47px;
          right: 8px;
          top: 38px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .sweet-alert .icon.custom {
      background-size: contain;
      border-radius: 0;
      border: none;
      background-position: center center;
      background-repeat: no-repeat; }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-tranform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
@-moz-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-tranform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-tranform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }
@-moz-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }
.showSweetAlert {
  -webkit-animation: showSweetAlert 0.3s;
  -moz-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }

.hideSweetAlert {
  -webkit-animation: hideSweetAlert 0.2s;
  -moz-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s; }

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }
@-moz-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }
@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }
@-moz-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }
@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }
@-moz-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  -moz-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  -moz-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

.icon.success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  -moz-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }
@-moz-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }
.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  -moz-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s; }

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }
@-moz-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }
@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }
.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  -moz-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s; }

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }
@-moz-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }
@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }
.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  -moz-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate; }

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }
@-moz-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }
.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  -moz-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate; }

/* End */


/* Start:/bitrix/components/niges/cookiesaccept/templates/.default/style.css?17600553982915*/
/* NIGES.COOKIESACCEPT */

.nca-cookiesaccept-line {
    font-size: inherit;
    font-family: inherit;
    line-height: 1;
    padding: 10px;
}


.nca-cookiesaccept-line.style-1 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-3 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-5 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-7 .nca-cookiesaccept-line-text {
    color:#111;
}
.nca-cookiesaccept-line.style-2 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-4 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-6 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-8 .nca-cookiesaccept-line-text {
    color:#eee;
}

.nca-cookiesaccept-line.style-1 {
    /* background-position: center;
    background-repeat: repeat-x;
	background-image: url(/bitrix/components/niges/cookiesaccept/templates/.default/images/style-1-2.svg);
    background-size: contain; */
    background-color: rgb(61, 168, 255); 
}

.nca-cookiesaccept-line.style-2 {
    background-color: rgb(13, 62, 102);
}


.nca-cookiesaccept-line.style-3 {
    background-color: rgb(197, 197, 197);
}

.nca-cookiesaccept-line.style-4 {
    background-color: rgb(71, 71, 71);
}

.nca-cookiesaccept-line.style-5 {
    background-color: rgb(61, 255, 158);
}

.nca-cookiesaccept-line.style-6 {
    background-color: rgb(9, 92, 50);
}

.nca-cookiesaccept-line.style-7 {
    background-color: rgb(84, 255, 61);
}

.nca-cookiesaccept-line.style-8 {
    background-color: rgb(92, 5, 5);
}

.nca-cookiesaccept-line.style-9 {
    background-color: rgb(203, 255, 61);
}

.nca-cookiesaccept-line.style-10 {
    background-color: rgb(70, 94, 4);
}

.nca-cookiesaccept-line.style-11 {
    background-color: rgb(255, 148, 61);
}

.nca-cookiesaccept-line.style-12 {
    background-color: rgb(138, 70, 14);
}

.nca-cookiesaccept-line.style-13 {
    background-color: rgb(255, 61, 61);
}

.nca-cookiesaccept-line.style-14 {
    background-color: rgb(119, 22, 22);
}

.nca-cookiesaccept-line.style-15 {
    background-color: rgb(255, 61, 152);
}

.nca-cookiesaccept-line.style-16 {
    background-color: rgb(85, 10, 45);
}

.nca-cookiesaccept-line.style-17 {
    background-color: rgb(83, 129, 255);
}

.nca-cookiesaccept-line.style-18 {
    background-color: rgb(6, 37, 122);
}

 
.nca-cookiesaccept-line.style-19 {
    background-color: rgb(255, 255, 255);
}

.nca-cookiesaccept-line.style-20 {
    background-color: rgb(0, 0, 0);
}

.nca-cookiesaccept-line-accept-btn{
    padding: 6px;
    border-radius: 6px;
    background-color: deepskyblue;
    border: 1px solid;
    cursor: pointer;
    color: #fff;
}
 

@media screen and (min-width:767.01px) {
	.nca-hidden-pc {display: none !important;}
}
@media screen and (max-width:767px) {
	.nca-hidden-mobile {display: none !important;}
}
/* End */


/* Start:/bitrix/templates/new/template_styles.css?176005543637873*/
@font-face {
    font-family: 'Roboto Slab';
    src: url('/bitrix/templates/new/font/RobotoSlab-Regular.eot');
    src: local('font/Roboto Slab Regular'), local('font/RobotoSlab-Regular'),
        url('/bitrix/templates/new/font/RobotoSlab-Regular.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/new/font/RobotoSlab-Regular.woff2') format('woff2'),
        url('/bitrix/templates/new/font/RobotoSlab-Regular.woff') format('woff'),
        url('/bitrix/templates/new/font/RobotoSlab-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gothic A1';
    src: local('font/Gothic A1 Regular'), local('font/Gothic-A1-Regular'),
        url('/bitrix/templates/new/font/GothicA1-Regular.woff2') format('woff2'),
        url('/bitrix/templates/new/font/GothicA1-Regular.woff') format('woff'),
        url('/bitrix/templates/new/font/GothicA1-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: local('font/Roboto Regular'), local('font/Roboto-Regular'),
        url('/bitrix/templates/new/font/Roboto-Regular.woff2') format('woff2'),
        url('/bitrix/templates/new/font/Roboto-Regular.woff') format('woff'),
        url('/bitrix/templates/new/font/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
} 
#bx-panel-back{height: 39px;}
/*base*/
html, body{width:100%; overflow-x:hidden}

body{
    font-family: Gothic A1;
    font-style: normal;
    background: #fff;
    color:#4F4F4F;
    position: relative;
    margin: 0px;
    padding: 0px;
}

h1{
    font-size: 26px;
    color: #006699;
    margin: 10px 0 40px 0;
}

h2{
    font-size: 22px;
    color: #373737;
    margin: 30px 0 15px 0;
}

.img-res {
    display: block;
    width: 100%;
    height: auto;
}

p {
  line-height:22px;
  margin-bottom: 15px;
}

label {
  font-weight: normal;
}

a:focus {
  outline: none;
}

.pseudo {
  text-decoration: none;
  border-bottom: 1px dashed;
  cursor: pointer;
}
.pseudo:hover {
  text-decoration: none;
  border-bottom: 1px dashed;
  cursor: pointer;
}
.pseudo:focus {
  text-decoration: none;
  border-bottom: 1px dashed;
  cursor: pointer;
}

.content {
  line-height: 22px;
}

blockquote {
  line-height: 22px;
}
/*end base*/

/* Rectangle 60 */


.header{
    position: relative;
    width: 100%;
    min-height: 120px;
    left: 0px;
    top: 0px;
    display: flex;
    padding-bottom: 10px;
    background: linear-gradient(0deg, rgba(27, 130, 214, 0.85), rgba(27, 130, 214, 0.85)), url(/bitrix/templates/new/img/orig.jpg);
}
.header-box{
    margin-top: 34px;
}
.header .site-logo{
    margin-bottom: 20px;
}
.header .site-name{
    position: relative;
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.header .site-name1{
    position: relative;
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #FFFFFF;
}

.header .top-menu{
    margin-left: 0;
    padding-left: 0;
    position: relative;
}

.header .top-menu li{
    list-style-type: none;
    display: inline;
    padding-left: 7px;
    padding-right: 7px;
}

.header .top-menu li a{
    font-family: Gothic A1;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    white-space: nowrap;
}
#navbarNav.collapsing, #navbarNav.show{
    display: none;
}
#navbarNav.show1{
    position: fixed;
    display: block;
    left: 0px;
    top: 0px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 3px 0px 4px rgba(0, 0, 0, 0.1);
    padding: 50px;
    width: 70%;
    z-index: 999;
    opacity: 0.9;
    height: 100%;
}
#navbarNav.show1 .nav-item{
    margin-bottom: 10px;
}
#navbarNav.show1 .nav-item.active{
    border-bottom: 1px solid #121212;
}
#navbarNav.show1 a{
    color: #1B7AC8;
    font-size: 30px;
    line-height: 50px;
}
.overlay{
    opacity: 0.2;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 950;
    background: #000;
    display: none;
}
.close-btn{
    position: absolute;
    top: 10px;
    right: 20px;
    color: #fff;
    font-size: 20px;
}
.header .top-phone a{
    position: relative;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    font-feature-settings: 'tnum' on, 'lnum' on;
    color: #FFFFFF;
    text-align: left;
}

.navbar-toggler{
    right: -30px;
    position: relative;
}

.header .top-contacts-link{
    position: relative;
    font-family: Gothic A1;
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
}
.header .top-contacts-link a{
    color: #FFFFFF;
}

.header .user-box{
    margin: 10px -10px;
}
.header .top-likes{
    position: relative;
    width: 16px;
    font-family: Gothic A1;
    font-style: normal;
    font-weight: 900;
    font-size: 13px;
    color: #FFFFFF;
    width: 100%;
    text-align: right;
}
.header .top-login{
    position: relative;
    font-family: Gothic A1;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    float: right;
    color: #FFFFFF;
}

.header .top-login::before{
    content: url(/bitrix/templates/new/img/top-man-icon.png);
    position: absolute;
    left: -23px;
    top: 0px;
}
#my_search_form_filter{
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.16);
    border-radius: 15px;
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 24px 30px;
}
#my_search_form_filter select option{
    text-transform: uppercase;
}
.filtrmp-bl{
    margin-bottom: 10px;
}
.filtrmp-prop-lsnn{
    list-style: none;
    text-align: left;
    margin-left: 0;
    padding-left: 0;
}
#rootsection-styler, #sectionid-styler, #fltrrooms-styler{
    width: 100%;
}
.top-region-box{
    text-align: left;
}
.top-go2map-box{
    text-align: right !important;
    margin-right: -30px;
}
.fltrbord{
    height: 33px;
    border-right: 1px solid #000;
}
.col-12.fltrbord{
    border: none;
}
#my_search_form_filter .jq-selectbox__select, #my_search_form_filter .jq-selectbox__trigger, #main-title-filter-styler .jq-selectbox__select, #main-title-filter-styler .jq-selectbox__trigger{
    border: none;
}
.jq-selectbox__select-text, .jq-selectbox__dropdown ul li, .filtrmp-prop-lsnn input{
    text-transform: uppercase;
    color: #000;
}
.fltrbottomrow{
    position: absolute;
    width: 100%;
    margin-top: 34px;
    color: #FFF;
    text-align: center;
    left: 0px;
}
.fltrbottomrow a{
    color: #FFF;
    text-decoration: underline;
}
.fltrbottomrow a:hover{
    color:#FFF;
    text-decoration: none;
}
.buttonsender{
    margin-top: 2px;
    font-weight: bold;
    text-align: center;
}
.buttonsender a{
    color: #000;
}
.buttonsender sup{
    color: red;
}
.fltrsearchmap{
    text-align: center;
}
.main-main-title{
    font-family: Gothic A1;
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    margin-top: 100px;
}
.main-title1{
    margin-top: 20px;
}
.main-title1, .main-title1 p, .main-title1 .jq-selectbox__select-text, .main-title1 .jq-selectbox__dropdown ul li{
    text-transform: none;
    font-family: Gothic A1;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 45px;
    text-align: center;
    color: #313131;
}
.main-title1 .jq-selectbox__select{
    height: auto;
}
.main-title1 .jq-selectbox__trigger-arrow{
    top: 20px;
}
.filtrmp-count-txt{
    display: none;
}
.main-sort, .main-sort1{
    font-family: Gothic A1;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    color: #313131;
    margin-bottom: 18px;
    text-align: center;
}
.main-sort span:hover, .main-sort1 span:hover{
    cursor: pointer;
    border-bottom: 5px solid #1B82D6;
}
.main-sort a, .main-sort a:hover, .color-black, .color-black:hover{
    color: #000;
    text-decoration: none;
}
.main-sort1{
    margin-top: -4px;
}
.main-sort .active{
    border-bottom: 5px solid #1B82D6;
}
.main-obj-box{
    background: #FFFFFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1), 0px 0px 10px rgba(0, 0, 0, 0.04);
    border-radius: 15px;
    height: 440px;
    overflow-y: hidden;
    margin-bottom: 60px;
}
.main-obj-text-box{
    padding: 0px 20px;
    font-family: Gothic A1;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #313131;
}
.main-obj-box .stiker, .catalog-section-item .stiker{
    position: absolute;
    width: 110px;
    height: 34px;
    background: rgba(32, 160, 45, 0.75);
    border-radius: 5px;
    left: 0px;
    margin-top: -46px;
    font-family: Gothic A1;
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    padding-top: 10px;
    text-transform: uppercase;
    text-align: center;
}
.main-obj-box .stiker1, .catalog-section-item .stiker1{
    background: rgba(92, 98, 249, 0.75);
    margin-top: -92px;
}
.main-obj-box .stiker2, .catalog-section-item .stiker2{
    background: lightcoral;
    margin-top: -138px;
}

.main-obj-box .stiker, .catalog-section-item .stiker{clip-path: 
polygon(
      100% 100%,     /* верхняя левая */
      0% 0%,     /* верхняя левая */
      95% 0%,    /* верхняя правая */
      100% 50%,   /* верхняя правая */
      100% 50%,  /* нижняя правая */
      95% 100%,  /* нижняя правая */
      0% 100%,   /* нижняя левая */
      0 0%      /* нижняя левая */
    );
}
.main-obj-favicon{
    position: absolute;
    margin-top: -40px;
    right: 30px;
}
.main-obj-box h3{
    font-family: Gothic A1;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #121212;
}
.main-obj-text-box a{
    font-family: Gothic A1;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #313131;
}
.main-obj-props{
    min-height: 24px;
    margin-bottom: 10px;
}
.main-obj-text-address{
    margin-left: 21px;
    height: 110px;
}
.main-obj-text-address img{
    margin-left: -19px;
    margin-right: 2px;
}
.main-obj-metro-box{
    position: absolute;
    bottom: 84px;
    white-space: nowrap;
    font-size: 11px;
}
.main-obj-box .price{
    padding: 10px;
    position: absolute;
    bottom: 32px;
    top: 420px;
    left: 13%;
    width: 74%;
    text-align: center;
    background: #1B82D6;
    box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.1), 0px 10px 10px rgba(0, 0, 0, 0.04);
    border-radius: 15px;
    color: #fff;
    font-family: Gothic A1;
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    height: 50px;
}
.main-ban1{
    background: #000C29;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1), 0px 0px 10px rgba(0, 0, 0, 0.04);
    border-radius: 15px;
    padding: 44px;
    height: 440px;
    margin-bottom: 40px;
}
.main-ban1 .p1{
    font-family: Gothic A1;
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 60px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.main-ban1 .p2{
    font-family: Gothic A1;
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 45px;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.main-ban1 .p3{
    background: #EB3939;
    border-radius: 15px;
    font-family: Gothic A1;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    text-align: center;
    padding: 20px 10px;
    cursor: pointer;
}
.main-ban1 .p3 a{
    color: #FFF;
    display: block;
}
.main-ban2{
    background: #000C29;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1), 0px 0px 10px rgba(0, 0, 0, 0.04);
    border-radius: 15px;
    margin-bottom: 40px;
    font-family: Gothic A1;
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 60px;
    color: #FFFFFF;
    padding: 44px;
    cursor: pointer;
}
.main-ban3{
    background: #B2B7C5;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1), 0px 0px 10px rgba(0, 0, 0, 0.04);
    border-radius: 15px;
    font-family: Gothic A1;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 30px;
    color: #000C29;
    padding: 44px;
    height: 440px;
    margin-bottom: 40px;
}
.main-ban3-title{
    margin-bottom: 30px;
}
.main-banks img{
    margin-right: 14px;
    margin-bottom: 20px;
}
@media (max-width: 1100px) {
  .main-banks img {
    width: 52px;
  }
}
@media (max-width: 768px) {
  .main-banks img {
    width: 48px;
  }
}
.main-show-more{
    text-align: center;
    width: 100%;
    text-transform: uppercase;    
    font-family: Gothic A1;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #313131;
    margin-top: 20px;
}
.main-show-more div{
    min-height: 80px;
    
}
.main-show-more span{
    border: 2px solid #1B82D6;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 16px;
    cursor: pointer;
}
.main-show-reviews{
    text-align: center;
    width: 100%;
    text-transform: uppercase;    
    font-family: Gothic A1;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #313131;
    margin-top: 20px;
    color: #1B82D6;
}
.main-show-reviews span{
    background: #FFFFFF;
    box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.1), 0px 0px 10px rgba(0, 0, 0, 0.04);
    border-radius: 15px;
    padding: 16px;
    cursor: pointer;
}
.main-title{
    font-family: Gothic A1;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 45px;
    text-align: center;
    color: #313131;
    margin-top: 30px;
    margin-bottom: 20px;
}
.slider_wrap {
    height: 190px;
    position:relative;
    overflow:hidden;
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
}

.slider_wrap span {
    margin-top:-13px;
    width:25px;
    height:26px;
    display:block;
    position:absolute;
    top:50%;
    cursor:pointer;
    background:url(/bitrix/templates/new/img/slider_arrow.png) no-repeat;
}
.slider_wrap span.next {
    right:0;
    background-position:-25px 0;
}
.slider_wrap span.prev {
    left: 0;
    background-position: 0 0;
}
.slider-item{
    padding: 20px;
}
.main-news-item{
    margin-bottom: 40px;
}
.main-news-img-wrap .zatemnenie{
    background: #000;
    opacity: 0.3;
    width: auto;
    height: auto;
    position: absolute;
    left: 15px;
    top: 0px;
    right: 15px;
    bottom: 0px;
    border-radius: 15px;
}
.main-news-img-wrap{
    border-radius: 15px;
}
.main-news-item img{
    width: 100%;
    border-radius: 15px;    
}
.main-news-text{
    position: absolute;
    top: 20%;
    padding: 20px;
}
.main-news-text .main-news-date{
    font-family: Gothic A1;
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.main-news-text .main-news-title{
    font-family: Gothic A1;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;    
    color: #FFFFFF;
}
.main-bott-ban{
    position: relative;
    width: 100%;
    min-height: 488px;
    left: 0px;
    top: 0px;
    display: flex;
    padding: 40px;
    background: linear-gradient(0deg, rgba(27, 130, 214, 0.25), rgba(27, 130, 214, 0.25)), url(/bitrix/templates/new/img/back1.png);
}
.main-bott-ban h3{
    font-family: Roboto Slab;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.main-bott-ban p{
    font-family: Gothic A1;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
}







.bread{
    /*margin-bottom: 30px;*/
}

.lk-title{
    font-family: Gothic A1;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #313131;
}
.lk-subtitle{
    font-family: Gothic A1;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #313131;
    margin-bottom: 30px;
}
.lk-btn{
    position: relative;
    width: 100%;
    height: 70px;
    background: #1B82D6;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1), 0px 0px 10px rgba(0, 0, 0, 0.04);
    border-radius: 15px;
    text-align: center;
    display: table;
    margin-bottom: 30px;
}
.lk-btn a{
    font-family: Gothic A1;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    vertical-align: middle;
    display: table-cell;
    color: #FFFFFF;
}
.lk-btn a:hover{
    color: #FFFFFF;
    text-decoration: none;
}
.lk-btn1{
    position: relative;
    width: 100%;
    height: 70px;
    border: 1px solid #1B82D6;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1), 0px 0px 10px rgba(0, 0, 0, 0.04);
    border-radius: 15px;
    text-align: center;
    display: table;
    margin-bottom: 30px;
}
.lk-btn1 a{
    font-family: Gothic A1;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #1B82D6;
    vertical-align: middle;
    display: table-cell;
}
.lk-btn1 a:hover{
    color: #1B82D6;
    text-decoration: none;
}
.lk-btn-bottom{
    margin-bottom: -20px;
    border-radius: 0px 0px 15px 15px;
    margin-top: 20px;
    box-shadow: none;
}
.lk-box, .lk-box1{
    position: relative;
    background: #FFFFFF;    
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1), 0px 0px 10px rgba(0, 0, 0, 0.04);
    border-radius: 15px;
    display: inline-block;
    padding: 20px 0px;
    margin-bottom: 30px;
}
.lk-box{
    width: 100%;
}
.lk-box .title{
    position: relative;    
    font-family: Gothic A1;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #313131;
    margin-bottom: 16px;
    text-align: center;
}
.lk-box1 .title{
    position: relative;    
    font-family: Gothic A1;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #313131;
    margin-bottom: 16px;
    text-align: center;
}
.lk-box .subtitle{
    font-family: Gothic A1;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 34px;
    color: #1B82D6;
}
.lk-box .text div{
    float: left;
    white-space: nowrap;
    font-family: Gothic A1;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    padding: 0px;
}
.lk-box .text div a{
    color: #1B82D6;
}
.rating-box{
    padding: 16px;
}
.rating-box table{
    width: 100%;
}
.rating-box table td{
    border: 1px solid #1B82D6;
    padding: 6px 20px;
}
.rating-box table td.sub-title{
    text-align: center;
    background: aliceblue;
    font-weight: 500;
}
.rating-box table td.no-border{
    border: none;
}
.height366{
    height: 366px;
} 
.date1, .date2, .date3, .date4{
    display: none;
}
#date1, #date2, #date3, #date4{
    border: 2px solid #1B82D6;
    box-sizing: border-box;
    border-radius: 3px;
    text-align: center;
}
.duty_filter_button{
    margin-left: 10px;
    background: no-repeat;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    color: #1B82D6;
    font-weight: 500;
}
.duty_list{
    width: 100%;
}
.duty_list th{
    text-align: center;
    font-family: Gothic A1;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #1B82D6;
    padding: 4px;
}
.duty_list td, .duty_list th{
    border: 1px solid #1B82D6;
    padding: 4px;
}
#duty_modal_form, #agent_text_add, #notice_prepay_form, #busines_day_form {
    width: 300px;
    border-radius: 5px;
    border: 3px #000 solid;
    background: #fff;
    position: fixed;
    top: 45%;
    left: 50%;
    margin-top: -150px;
    margin-left: -150px;
    display: none;
    opacity: 0;
    z-index: 555;
    padding: 30px 10px 20px 10px;
}
#overlay {
    z-index: 550;
    position: fixed;
    background-color: #000;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}
.nav-tabs {
    background: aliceblue;
}
.lk-box1.lk-duty-box{
    padding: 0px 0px 20px 0px;
}
.lk-duty-box{
    overflow-x: auto;
}
.lk-duty-box .title{
    margin-left: 20px;
}
.lk-duty-box .calendar{
    margin-left: 20px;
    display: inline-block;
}
.lk-raspisanie-box div{
    float: left;
    font-family: Gothic A1;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #313131;
    white-space: nowrap;
    text-align: center;
}
.lk-raspisanie-box div .jq-selectbox__select-text{
    line-height: 32px;
}
.show_stuff{
    display: none;
    background-color: #fff;
    padding: 10px;
    border: 1px solid;
    border-radius: 6px;
    position: absolute;
    z-index: 9;
    margin-top: 6px;
}

/* TABS */

/* END TABS */

.text-left{
    text-align: left;
    padding-left: 20px !important;
    box-sizing: border-box;
}
.text-right{
    text-align: right;
    padding-right: 20px !important;
    box-sizing: border-box;
}
.lk-raspisanie-box .lk-raspisanie-calendar div{
    font-family: Gothic A1;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}
.rass-descr{
    margin-top: 20px;
}
.rass-descr div{
    padding: 4px 0px;
}
.lk-green{
    background: #B5E61D;
}
.lk-pink{
    background: #FFAEC9;
}
.lk-blue{
    background: #7092BE;
}
.lk-orange{
    background: #FFC90E;
}
.lk-purple{
    background: #A349A4;
}

.footer{
    position: relative;
    width: 100%;
    left: 0px;
    bottom: 0px;
    padding: 40px 0px;
    background: #EFEFEF;
    box-sizing: border-box;
}
.footer ul li{
    list-style-type: none;
}
.footer ul li a{
    font-family: Gothic A1;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;    
    color: #313131;
}

.footer .col-2, .footer .col-3{
    padding-right: 0px;
    padding-left: 0px;
}

.footer .copy{
    width: 100%;
    text-align: center;
    font-family: Gothic A1;
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 26px;
    /* identical to box height, or 217% */
    
    text-transform: uppercase;
    
    /* #323232 */
    
    color: #313131;
}

.footer .agreement{
    width: 100%;
    text-align: center;
    font-family: Gothic A1;
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    line-height: 26px;
    /* identical to box height, or 289% */
    
    text-transform: uppercase;
    
}
.footer .agreement a{
    color: #313131;
}
.red{
    color: red;
}

@media (max-width: 768px){
    .main-obj-box {
        height: 480px;
    }
    .main-obj-box .price{
        top: 460px;
    }
    .main-ban1{
        height: 560px;
    }
    .main-ban3{
        height: 500px;
    }
    .top-region-box{
        text-align: center;
    }
    .top-go2map-box{
        text-align: center !important;
        margin-right: auto;
    }
    .lk-box1{
        width: 100%;
    }
    #modal_object{
        width: 100%;
        overflow-x: auto;
        left: 0px;
        margin-left: 0px;
    }
}

.main-logo-link, .main-logo-link:hover{
    color: #fff;
}
.go2map-link2{
    color: #000;
}
.go2map-link2:hover{
    text-decoration: none;
}
/** METRO COLORS **/
.main-obj-metro-name.metro-line1:before,
.main-obj-metro-name.metro-line2:before,
.main-obj-metro-name.metro-line3:before,
.main-obj-metro-name.metro-line4:before,
.main-obj-metro-name.metro-line5:before,
.main-obj-metro-name.metro-line6:before,
.main-obj-metro-name.metro-line7:before,
.main-obj-metro-name.metro-line8:before,
.main-obj-metro-name.metro-line9:before,
.main-obj-metro-name.metro-line10:before,
.main-obj-metro-name.metro-line11:before,
.main-obj-metro-name.metro-line12:before,
.main-obj-metro-name.metro-line13:before,
.main-obj-metro-name.metro-line14:before,
.main-obj-metro-name.metro-line15:before,
.main-obj-metro-name.metro-line16:before,
.main-obj-metro-name.metro-line17:before,
.main-obj-metro-name.metro-line18:before{
    content: "\25CF";
    margin-right: 4px;
}

.main-obj-metro-name.metro-line1:before{
    color: #d2160a;
}
.main-obj-metro-name.metro-line2:before{
    color: #218a4f;
}
.main-obj-metro-name.metro-line3:before{
    color: #1f40a2;
}
.main-obj-metro-name.metro-line4:before{
    color: #3399cd;
}
.main-obj-metro-name.metro-line5:before{
    color: #6b3911;
}
.main-obj-metro-name.metro-line6:before{
    color: #fb961c;
}
.main-obj-metro-name.metro-line7:before{
    color: #a93385;
}
.main-obj-metro-name.metro-line8:before{
    color: #eacb2b;
}
.main-obj-metro-name.metro-line9:before{
    color: #5b5b5b;
}
.main-obj-metro-name.metro-line10:before{
    color: #81b734;
}
.main-obj-metro-name.metro-line11:before{
    color: #50a6a4;
}
.main-obj-metro-name.metro-line12:before{
    color: #b9c7e7;
}
.main-obj-metro-name.metro-line13:before{
    color: #2c75c4;
}
.main-obj-metro-name.metro-line14:before{
    color: #ffa8af;
}
.main-obj-metro-name.metro-line15:before{
    color: #de64a1;
}
.main-obj-metro-name.metro-line16:before{
    color: #29b1a6;
}
.main-obj-metro-name.metro-line17:before{
    color: #f90;
}
.main-obj-metro-name.metro-line18:before{
    color: #e94282;
}
/******************/
.top-user-box{
    text-align: right;
}
.top-user-box a, .top-user-box a:hover{
    color: #fff;
    font-family: Gothic A1;
    font-style: normal;
    font-weight: 800;
}
#carttopcnt{
    color: #fff;
}
.opener-a:hover{
    text-decoration: none;
}
.col-1-7{
     width: 14.285714285714285714285714285714%;
}
.ymaps-label{
    height: 140px;
}
.round-border{
    padding: 6px 20px;
    border-radius: 10px;
}
.dni-nedeli{
    margin-bottom: 16px;
}
.duty_start, .duty_add{
    border:none;
    top: 0px;
}
.lk-admin-box{
    padding: 20px;
    font-size: 20px;
}
.lk-main-work-box{
    background: #fff;
    position: absolute !important;
    max-width: 1130px !important;
    z-index: 999;
    border: 1px solid;
    display: none;
    top: 200px;
}
.close-main-work-box{
    position: absolute;
    right: 20px;
    top: 0px;
    font-size: 40px;
    cursor: pointer;
    color: red;
}
.show_main_work{
    font-weight: bold;
    font-size: 18px;
    color: #1B82D6;
}

/* object page */
.obj-box{
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.04), 0px 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    margin-bottom: 40px;
    padding: 20px;
    font-family: Gothic A1;
}
.obj-box h1{
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}
.obj-metro-box{
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}
.obj-box table{
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
}
.obj-box table tr td:first-child{
    font-weight: 600;
    color: #1B82D6;
    min-width: 160px;
}
.obj-desc-box{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #313131;
}
.obj-fav-icon{
    position: absolute;
    right: 30px;
    margin-top: -170px;
}
.obj_sign_up{
    text-align: center;
    font-size: 24px;
    color: #1B82D6;
    border-radius: 15px;
    text-align: center;
    padding: 13px;
    border: 2px solid #1B82D6;
    font-weight: 800;
    text-transform: uppercase;
    margin: 20px 0px;
    cursor: pointer;
    width: 380px;
    max-width: 100%;
}
#obj_sign_up_pop{
    width: 380px;
}
#obj_sign_up_pop input{
    width: 366px;
    margin-top: 20px;
    height: 40px;
    font-size: 20px;
}
#obj_sign_up_pop input[type='submit']{
    border: 1px solid #ccc;
}
.obj_sign_up_send_text{
    text-align: center;
    margin-top: 20px;
    font-size: 24px;
}

.lSSlideWrapper{
    border: none !important;
}
.lSSlideWrapper img{
    border-radius: 15px;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery img{
    border-radius: 15px;
    width: 100px;
}
.lSSlideOuter .lSPager.lSGallery li.active img{
    border: 5px solid #1B82D6;
    box-sizing: border-box;
    border-radius: 15px;
}

.obj_similar_obj{
    text-align: center;
}
.news-detail{
    padding: 0px 15px;
}
.main-obj-text-box a:hover{
    text-decoration: none;
    color: inherit;
}
.agent-page-title{
    font-family: Gothic A1;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 45px;
    text-align: center;
}
.agent-page-top-box{
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 4%), 0px 0px 25px rgb(0 0 0 / 10%);
    border-radius: 15px;
    padding: 30px 10px;
    margin: 20px 0px;
}
.agent-page-review-box{
    margin-bottom: 40px;
}
.agent-page-review-box-item{
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 4%), 0px 0px 25px rgb(0 0 0 / 10%);
    border-radius: 15px;
    padding: 40px;
    margin: 20px 0px;
}
.agent-page-review-box-item .review-img{
    border-radius: 50%;
    float: left;
    margin-bottom: 20px;
    max-width: 120px;
}
.main-obj-box .obj_sign_up_agent{
    position: absolute;
    width: 157px;
    height: 25px;
    background: #fff;
    border-radius: 100px;
    left: 28px;
    margin-top: -46px;
    text-transform: uppercase;
    font-family: Gothic A1;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    color: #1B7AC8;
    padding: 7px;
    text-align: center;
}

@media (max-width: 767px) {
  .smartfilter {
    display: none;
  }
}

/*
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}*/

#stat-content{
    width: 100%;
}

#JIMP input{
    width: 50%;
    height: 40px;
    border: 1px solid #1B82D6;
    font-size: 20px;
    float: left;
}
#JIMP a{
    display: block;
    width: 44%;
    height: 40px;
    border: 1px solid #1B82D6;
    font-size: 20px;
    background: #1B82D6;
    color: #FFF;
    text-align: center;
    float: left;
    margin-left: 10px;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 10%), 0px 0px 10px rgb(0 0 0 / 4%);
    border-radius: 6px;
}

.class2map .row .content-form.login-form{
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
}

.class2map .row .content-form.login-form .submit{
    width: 190px;
}

.news-page-title{
    font-family: Gothic A1;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 45px;
    text-align: center;
    color: #313131;
    width: 100%;
    margin-bottom: 20px;
}
.news-page-item-over{
    margin-bottom: 30px;
}

.news-page-item-box{
    height: 100%;
    width: 100%
}

.news-page-item-box a{
    display: block;
    height: 100%;
    width: 100%;
}

.news-page-item-box img{
    width: 100%;
    height: 100%;
    border-radius: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.04), 0px 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    filter: brightness(40%);
}
.news-page-item-date{
    font-family: Gothic A1;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    position: absolute;
    width: 100%;
    display: block;
    top: 20%;
    padding: 22px;
    padding-right: 40px;
}
.news-page-item-name{
    font-family: Gothic A1;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    position: absolute;
    width: 100%;
    display: block;
    top: 40%;
    padding: 22px;
    padding-right: 40px;
}
.bx-pagination{
    margin: 40px;
    text-align: center;
    width: 100%;
}
.news-wraper{
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.04), 0px 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 40px;
}
.news-detail-title{
    font-family: Gothic A1;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 45px;
    text-align: center;
    color: #313131;
    margin-bottom: 20px;
}
.news-detail-content-date{
    width: 100%;
    text-align: right;
    font-family: Gothic A1;
    font-style: normal;
    font-weight: bold;
}

.news-detail-content-img img{
    width: 40%;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.news-detail-content-text img{
    padding: 20px;
}
.news-detail-see-also{
    font-family: Gothic A1;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 45px;
    text-align: center;
    color: #313131;
    width: 100%;
    margin-bottom: 40px;
}
.catalog-section-item{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.04), 0px 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}
.catalog-section-item .dop-info{
    position: absolute;
    bottom: 0px;
}
.catalog-section-item a:hover{
    text-decoration: none;
}
.w100{
    width: 100%;
    height: 32px;
    border-radius: 4px;
    border: 1px solid #1B82D6;
}
#modal_form, #modal_card_form {
    width: 400px;
	border-radius: 5px;
	border: 3px #000 solid;
	background: #fff;
	position: fixed;
	top: 100px;
	left: 50%;
	margin-left: -200px;
	display: none;
	opacity: 0;
	z-index: 5555555555;
	padding: 40px;
}
#modal_form #modal_close, #modal_card_form #modal_close {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	display: block;
}
#modal_form h2, #modal_card_form h2{
    font-family: Gothic A1;
    font-style: normal;
    font-weight: bold;
    font-size: 22px !important;
    line-height: 40px;
    color: #313131;
    margin-top: -10px;
    margin-bottom: 8px;
    text-align: center;
}
#modal_form input[type=text], #modal_card_form input[type=text]{
    width: 100%;
    margin: 0px;
    border: 1px solid #959595;
    background: transparent;
    height: 40px;
    font-size: 14px !important;
    padding: 6px;
    margin-bottom: 12px;
}
#modal_form input[type=submit], #modal_card_form input[type=submit]{
    width: 100%;
    height: 40px;
    font-size: 18px !important;
    background: #1B82D6;
    color: #fff;
    background-image: none !important;
}
.success_mortgage_send{
    color: darkgreen;
    text-align: center;
    margin-top: 20px;
    border: 1px solid;
    padding: 14px;
    font-size: 18px;
    font-weight: 600;
    background: honeydew;
    border-radius: 6px;
}
.lk-box-unload{
    padding-top: 0px;
}
.events-tabs{
    padding-right: 0px !important;
    padding-left: 0px !important;
    display: inline-flex;
}
.events-tabs span{
    display: block;
    width: 50%;
    padding: 20px 0px 16px 0px;
    cursor: pointer;
    background: #f5f5f5;
    color: gray;
}
.events-tabs span.active{
    background: #fff;
    color: #313131;
    cursor: default;
}
.unload-scroll-box{
    text-align: center;
    height: 270px;
    overflow-y: auto;
}
.unload-scroll-box img{
    width: 40px;
    margin-bottom: 20px;
}
.unload-box-img{
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.accordeon{
    padding: 0px 10px;
}
.accordeon dt{
    cursor: pointer;
}
.accordeon dl{
    margin-bottom: 0px;
    padding: 6px 0px;
}
.accordeon dd{
    margin-top: 10px;
}
.accordeon dd ul{
    text-align: left;
    list-style: decimal;
    padding-left: 20px;
}
.color-green{
    color: green;
}
.color-orange{
    color: orange;
}
.color-red{
    color: red;
}
#unload_box{
    display: none;
}
.nca-cookiesaccept-line-accept-btn{
    padding: 6px;
    border-radius: 6px;
    background-color: deepskyblue;
    border: 1px solid;
    cursor: pointer;
}
/* End */
/* /bitrix/templates/new/components/bitrix/breadcrumb/.default/style.css?1760055437525 */
/* /bitrix/templates/new/css/reset.css?17600554361288 */
/* /bitrix/templates/new/css/main.css?176005543654503 */
/* /bitrix/templates/new/css/media.css?17600554368917 */
/* /bitrix/templates/new/libs/colorbox/colorbox.css?17600554362835 */
/* /bitrix/templates/new/libs/chosen/chosen.css?176005543612517 */
/* /bitrix/templates/new/libs/sweetalert/sweet-alert.css?176005543615015 */
/* /bitrix/components/niges/cookiesaccept/templates/.default/style.css?17600553982915 */
/* /bitrix/templates/new/template_styles.css?176005543637873 */
