/*common*/
body {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #333;
    background: #e4edf8;
    font-weight: 300;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{margin-bottom: 20px;}
.h1, h1{font-size: 30px;}
.h2, h2{font-size: 28px;}
.h3, h3{font-size: 25px;}
.item .slick-dots button{outline: 0; box-shadow: 0 0 0 ;}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon/icomoon.eot?wffx0s');
  src:  url('../fonts/icomoon/icomoon.eot?wffx0s#iefix') format('embedded-opentype'),
    url('../fonts/icomoon/icomoon.ttf?wffx0s') format('truetype'),
    url('../fonts/icomoon/icomoon.woff?wffx0s') format('woff'),
    url('../fonts/icomoon/icomoon.svg?wffx0s#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
    font-family: 'Raleway';
    src: local('Raleway Black'), local('Raleway-Black'), url('../fonts/raleway/900.woff2') format('woff2'), url('../fonts/raleway/900.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway';
    src: local('Raleway-ExtraLight'), local('Raleway-ExtraLight'), url('../fonts/raleway/200.woff2') format('woff2'), url('../fonts/raleway/200.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway';
    src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url('../fonts/raleway/500.woff2') format('woff2'), url('../fonts/raleway/600.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway';
    src: local('Raleway Medium'), local('Raleway-Medium'), url('../fonts/raleway/500.woff2') format('woff2'), url('../fonts/raleway/500.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
b, strong {font-weight: 600;}
.modal{background: rgba(19,29,48,.9);}
.rel{position: relative;}
button:focus{outline: 0; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.x2{font-size: 150%;}
.icon-add-outline:before {content: "\e91d";}
.icon-zoom-out:before {content: "\e900";}
.icon-zoom-in:before {content: "\e901";}
.icon-search:before {content: "\e902";}
.icon-arrow-right:before {content: "\e903";}
.icon-arrow-left:before {content: "\e904";}
.icon-arrow-down:before {content: "\e905";}
.icon-arrow-up:before {content: "\e906";}
.icon-menu:before {content: "\e907";}
.icon-chevrons-up:before {content: "\e908";}
.icon-chevrons-right:before {content: "\e909";}
.icon-chevrons-left:before {content: "\e90a";}
.icon-chevrons-down:before {content: "\e90b";}
.icon-chevron-right:before {content: "\e90c";}
.icon-chevron-left:before {content: "\e90d";}
.icon-chevron-down:before {content: "\e90e";}
.icon-chevron-up:before {content: "\e90f";}
.icon-viber:before {content: "\e910";}
.icon-caret-right:before {content: "\e919";}
.icon-caret-left:before {content: "\e91a";}
.icon-caret-up:before {content: "\e91b";}
.icon-caret-down:before {content: "\e91c";}
.icon-rouble:before {content: "\e911";}
.icon-eye:before {content: "\e912";}
.icon-vk:before {content: "\e913";}
.icon-phone:before {content: "\e914";}
.icon-map-marker:before {content: "\e915";}
.icon-envelope-o:before {content: "\e916";}
.icon-envelope:before {content: "\e917";}
.icon-calendar:before {content: "\e918";}
.icon-date:before {content: "\e918";}
.icon-schedule:before {content: "\e918";}
.icon-close-outline:before {content: "\e91e";}
.icon-close:before {content: "\e91f";}
.icon-whatsapp:before {content: "\ea93";}
.icon-telegram:before {content: "\ea95";}
.modal-content{
    border-radius: 30px;
    border:0;
}
.cusom-close{
position: absolute;
    right: 30px;
    top: 30px;
    color: #384E77;
    opacity: 1;
    z-index: 9;
}
.slow{
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
hr{border-top: 1px solid #dce6f6;}
.clr, .clear{clear: both;}
a {color: #6192df; text-decoration: underline;}
a:hover {color: #34628b; text-decoration: none;} 
div#messages {
    display: none;
    position: fixed;
    top: 50px;
    right: 0px;
    width: 250px;
    margin: 0px;
    padding: 7px;
    background: transparent;
    z-index: 2;
}
div#messages:empty {z-index: 0;}
.form-control{
    height: 46px;
    padding: 10px 15px;
    border-color:#cad6e9;
}
.btn{
    padding: 0px 15px; 
    line-height: 44px; 
    box-shadow: 0px 0px 0px; 
    text-decoration: none; 
    border-radius: 36px; 
    border:0;
    color:#fff;
}
.btn.btn-sm{
    line-height: 28px;
}
.btn-info{
    background: transparent;
    border: 1px solid #6192df;
    color: #6192df;
}
.btn.focus, .btn:focus{box-shadow: 0 0 0;}
.btn-primary.focus, .btn-primary:focus, .btn-default.focus, .btn-default:focus{
    box-shadow: 0 0 0;
}
.btn-primary{
    background: #6192df;
}
.btn-default{
    background: #edc41d;
}
.btn-secondary{
    background: #384e77;
}
.btn-default:hover, .btn-primary:hover{color:#fff;}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
    background-color: #6192df;
}


.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active:focus{
    background: #4e80ce;
    box-shadow: 0 0 0;
}
.btn-default:hover, .btn-default:not(:disabled):not(.disabled):active, .btn-default:focus, .btn-default:not(:disabled):not(.disabled):active:focus{
    background: #deb613;
    box-shadow: 0 0 0;
}
.btn-info:hover , .btn-info.focus, .btn-info:focus{
    background-color: #6192df;
    border-color:#6192df;
    box-shadow: 0 0 0 ;
}
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 ;
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #6192df;
    border-color: #6192df;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #384e77;
    border-color: #384e77;
}
.btn-secondary:hover , .btn-secondary.focus, .btn-secondary:focus{
    background-color: #384e77;
    border-color:#384e77;
    box-shadow: 0 0 0 ;
}

.admin-menu-small {
    position: fixed;
    width: 70px;
    z-index: 999999;
    bottom: 0px;
    background: rgba(255,255,255,.5);
    right: 0px;
    padding: 10px 10px;
    box-shadow: 0px 0px 41px rgba(0,0,0,.2);
}
.admin-menu-small:hover{box-shadow: 0px 0px 41px rgba(0,0,0,.3); background: rgba(255,255,255,1);}
.module{margin-bottom: 20px;}
/*header*/
.header-wrap>*{padding: 0px 15px;}
.header_top{border-bottom: 1px solid #dce6f6; font-size: 15px; font-weight: 300;}
.header_bottom{padding: 20px 0px;}
.dropdown-toggle::after{
    border-top: .2em solid;
    border-right: .2em solid transparent;
    border-left: .2em solid transparent;
}
.top-menu .nav>li>a .caret{}
.top-menu .nav li a:hover{color:#6192df;}
.top-menu .nav>li.active a{background: #dce6f6; color:#333;}
.header_top i.icon-map-marker, .header_top i.icon-envelope, .header_top i.icon-phone{margin-right: 5px; color:#dce6f6;}
.header_top .email a{color:#333; text-decoration: none;}
.header_top .email a:hover{color:#6192df;}
.is-sticky .header_top{background: rgba(255,255,255,1); }
.modal-body{padding: 30px;}
.logo_main{
    height: 52px;
    width: auto;
}
.logo-slogan{
    position: absolute;
    bottom: -2px;
    left: 86px;
    font-size: 14px;
    color: #8995a9;
    line-height: 1.2em;
    font-weight: 300;
}
.main_phone .t_link{
    color:#333;
    font-size: 18px;
    font-weight: bold;
}
.mobile_phone{display: none;}
.is-sticky .mobile_phone a{
     text-decoration: none;
    color: #384e77;
    font-size: 25px;
}
.main_phone .mobile_t_link{display: none;}
.main_phone a{text-decoration: none;}
.hover_more_phone .btn-primary {
    width: 100%;
    text-transform: uppercase;
    padding: 0px 0px;
}
.ud_header_contact .main_phone a:hover{text-decoration: none; color: #6192df;}
.ud_header_contact .main_phone .t_link span{
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-size: 9px;
    margin-left: 5px;
    text-align: center;
    line-height: 16px;
    border: 1px solid #dce6f6;
    color:#dce6f6;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    transition: .2s ease-out;
   
}
.main_phone a.m_link{margin-right: 5px;}
.main_phone:hover .t_link span{
    background: #6192df;
    border-color: #6192df;
    color: #fff;
}

#sticker{
    border-bottom: 0px solid #d9ddeb;
    box-shadow: 0px 0px 100px rgb(0 0 0 / 20%);
    background: #fff;
    z-index: 99 !important;
}
.is-sticky #sticker{box-shadow: 0px 0px 100px rgba(0,0,0,.3); }
.sticky-wrapper.open-search{height: 160px !important;}
#sticker-sticky-wrapper{
    position: relative;
    z-index: 999;
}
@media (min-width: 992px){
    .modal-lg, .modal-xl {
    }
}
/*city menu*/
#topMenu4Items{}
#topMenu4Items>ul{
    padding: 0px;
    margin: 0px;
    display: flex;
    list-style-type: none;
}
#topMenu4Items>ul>li{width: 30%;}
#topMenu4Items>ul>li:nth-child(2){width: 70%;}
#topMenu4Items>ul>li>a{
    text-decoration: none;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 15px;
}
#topMenu4Items>ul>li ul{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
#topMenu4Items>ul>li ul a{
    padding: 5px 10px;
    font-size: 17px;
    font-weight: 300;
    display: inline-block;
    border-radius: 30px;
}
#topMenu4Items>ul>li ul a:hover{text-decoration: none;}
#topMenu4Items>ul>li ul li.active a{
background: #6192df;
color: #fff;
text-decoration: none;
}
.close:hover {
    color: #6192df;
opacity: 1;
}
/*main_menu*/
.main_menu{}
.main_menu .nav a{
    font-size: 17px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    line-height: 44px;
    display: inline-block;
    border-radius: 36px;
    padding: 0px 15px;
}
.main_menu .nav .active a{background: #384e77; color:#fff;}
.main_menu .nav .active:hover a{color:#fff;}
.main_menu .nav a:hover{color:#6192df;}
/*promo*/
.promo {
    height: 100vh;
    width: 100%;
    background: url(/video/poster.webp) center center no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 30px;
}
.bg-video {
    z-index: 1;
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left:0;
    right: 0;
    bottom: 0;
}
.bg-video_visible {
    display: block;
}
.bg-video__media {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
}
.promo::after {
    display: inline-block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0,0,0,0);
}
.promo-container{
    position: relative;
    z-index: 4;
}
.promo-container .inner_promo{
    padding-top: 45vh;
}
.promo-container .promo-big-logo{
    transition: all 1.5s ease;
    height: 5.5vh;
    text-align: center;
}
.promo-container .mini-slogan{
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-family: 'Raleway';
    font-size: 2.2vh;
    text-shadow: 0px 0px 10px rgba(0,0,0,.5);
    font-weight: 400;
    margin-top: 15px;
}
.promo-container .promo-big-logo img{
    height: 100%;
    max-width: 100%;
}
/*logo*/
.logo{
position: relative;
}
.logo a{text-decoration: none;}
.logo a:hover img.cube {
    -webkit-animation: ministorm .5s ease;
    -moz-animation: ministorm .5s ease;
    -o-animation: ministorm .5s ease;
    -ms-animation: ministorm .5s ease;
    animation: ministorm .5s ease;
}
.logo .img{position: relative;}
/*happy new year*/
/*.logo .img:after{
display: inline-block;
    content: '';
    width: 56px;
    height: 61px;
    background: url(../images/ny_shapka.png) no-repeat;
    position: absolute;
    left: -10px;
    top: -13px;
}*/
.logo-slogan img{height: 27px; width: auto;}
.logo_mobile{display: none;}
#footer .logo-slogan{    
    color: #fff;
    left: 71px;
}
.footer_logo .logo{margin-bottom: 15px;}
.footer_logo a{text-decoration: none;}
.footer_logo img{height: 52px;}
#footer .h4{font-size: 20px; margin-bottom: 15px;}
.footer_contact a{color:#fff; text-decoration: none; margin-bottom: 15px;}
.footer_contact a:hover{color:#edc41d;}
.menu-toggle{
    display: none;
    position: relative;
    height: 46px;
    padding: 0px 10px;
    cursor: pointer;
    color: #fff;
    -ms-flex-pack-align-items: center;
    align-items: center;
    border-radius: .25rem;
}
.ud_header_contact{
    position: relative;
}
.menu-toggle:hover{}
.mobile-button{display: none;}
.mobile-button .btn{
    height: 44px;
    line-height: 44px;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    padding: 0px 15px;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.mobile-button .btn i{margin-right: 5px;}
.add_object, .city_modal_block button, .search-btn-wrapper .search-btn{
    display: flex;
    align-items: center;
}
.search-btn-wrapper .search-btn{
    background: #384e77
}
.search-btn-wrapper .search-btn:hover{
    background: #253a62;
}
.add_object i, .city_modal_block i, .search-btn-wrapper .search-btn i{
    margin-right: 18px;
    position: relative;
}
.city_modal_block{}
.city_modal_block button i, .add_object i, .search-btn-wrapper .search-btn i{
    background: url(../images/city.svg) no-repeat center center;
    width: 20px;
    display: inline-block;
    height: 20px;
}
.add_object i{background: url(../images/plus.svg) no-repeat center center;}
.search-btn-wrapper .search-btn i{background: url(../images/search_icon.svg) no-repeat center center;}

.add_object i:after, .city_modal_block i:after, .search-btn-wrapper .search-btn i:after{
    display: inline-block;
    content: '';
    height: 16px;
    width: 1px;
    position: absolute;
    right: -10px;
    top: 2px;
    background: #4678c7;
}
.add_object i:after{background:#d0ab12;}
.search-btn-wrapper .search-btn i:after{background:#253a62;}
.top-menu .nav-pills .dropdown-menu a{
    width: 100%;
    padding: 8px 20px;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.3em;
    font-weight: 300;
}
.top-menu .nav-pills>li a {
    color: #333;
    outline: 0;
    display: inline-block;
    width: 100%;
    line-height: 50px;
    padding: 0px 10px;
    font-weight: 400;
    text-decoration: none;
}
.top-menu .nav-pills .dropdown-menu li:last-child a{
    border-bottom-color: transparent;
}
.top-menu .nav-pills li.active a{color:#6192df;}
.top-menu .nav-pills>li:hover:not(.active)>a{
    color:#6192df;
}
@media (min-width: 979px){
li.dropdown:hover > ul.dropdown-menu {
    display: block;
    margin-top: 0;
    padding: 20px 0px;
    width: 250px;
    border: 0px solid;
    background: #fff;
    border-radius: 0;
    box-shadow: 0px 0px 30px rgba(0,0,0,.1);
}
}
.btn-show-search .icon-search1{font-size: 13px;}
.btn-show-search .icon-caret{font-size: 12px; color: #666;}
.btn-show-search:hover .icon-caret{color:#4cb8f3;}
 
.hover_more_phone {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    color: #333;
    background: #fff;
    padding: 30px 0px;
    box-shadow: 0px 10px 30px rgba(0,0,0,.15);
    text-align: left;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    transition: .2s ease-out;
    line-height: 1.5em;
    z-index: 9;
    font-size: 15px;
    width: 280px;
}
.active .hover_more_phone{opacity: 1; visibility: visible;}
.hover_more_phone hr{
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #dce6f6;
}
.hover_more_phone .bl_hover{padding: 0px 30px;}
.hover_more_phone .bl_hover:last-child{margin-top: 30px;}
.hover_more_phone .bl_hover.address{}
.hover_more_phone ul li{
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0px 0px 5px;
}
.hover_more_phone a{text-decoration: none;}

.hover_more_phone a.m_link{
padding: 0px 3px;
font-size: 14px;
line-height: 1em;
}
.hover_more_phone a.t_link:hover{color:#6192df;}
.hover_more_phone a.t_link{
color: #373a44;
font-size: 18px;
font-weight: bold;
margin-right: 5px;
}
.icon-viber{color: #665cac;}
.icon-viber:hover{color: #4b4197;}
.icon-whatsapp{color: #3ae35b;}
.icon-whatsapp:hover{color: #27c946;}
#toTop {
    position: fixed;
    right: 10px;
    bottom: 90px;
    z-index: 9;
    color: #fff;
    width: 50px;
    line-height: 50px;
    font-size: 22px;
    text-align: center;
    height: 50px;
    display: block;
    cursor: pointer;
    text-decoration: none;
    border-radius: 50%;
    background: #6192df;
}
#toTop:hover{background: #4e80ce;}
/*search index*/
.search_index{
    padding: 30px 50px;
    position: relative;
    background: rgba(255,255,255,.25);
    margin-top: 150px;
    display: table;
    margin: 0px auto;
    border-radius: 30px;
    color: #333;
}
.is-sticky .search_index{background: #fff;}
.search_index .form-group, .search_index #search_form{margin-bottom: 15px;}
#search-form .delimiter{margin: -15px 5px 0px; color:#cad6e9;}
.block-floor input{max-width: 100px;}
.block-square input{max-width: 170px;}
.search_index .form-group.byId .form-control{border-color:#fcca07; max-width: 160px; background: #fff; border-width: 2px;}
.search_index .form-group.byId .form-control::-webkit-input-placeholder{color:#333; font-weight: bold;}
.search_index .form-group.byId .form-control:-ms-input-placeholder{color:#333; font-weight: bold;}
.search_index .form-group.byId .form-control::-ms-input-placeholder{color:#333; font-weight: bold;}
.search_index .form-group.byId .form-control::placeholder{color:#333; font-weight: bold;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.block-type.bl-index{padding-right: 0px; padding-left: 0px;}
.search_index label{font-weight: 300; display: none;}
.search_index .form-control{
    background: transparent;
    height: 52px;
    line-height: 52px;
    border: 1px solid #dce6f6;
    box-shadow: 0px 0px 0px;
    cursor: pointer;
    border-radius: 30px;
    font-weight: 300;
}
   .form-control::-webkit-input-placeholder {font-weight: 300;}
   .form-control:-ms-input-placeholder {font-weight: 300;}
   .form-control::-ms-input-placeholder {font-weight: 300;}
   .form-control::placeholder {font-weight: 300;}

.search_index .block_price .form-control{background: #fff;}
.search_index select.form-control{
    background: #dce6f6;
}
.search_index select.form-control option{font-weight: 300;}
.form-control:focus{
    box-shadow: 0 0 0 0 black;
    outline: 0;
    border-color: #b3bfde;
}
 #price-currency{
position: absolute;
    top: 16px;
    right: 15px;
    color: #9ba9bf;
}
.search_index .title{
    font-size: 20px;
    /*display: flex;*/
    display: none;
    align-items: center;
    margin-bottom: 20px;
    color: #333;
    font-weight: 500;
}
.search_index .title img{
    width: auto;
    height: 29px;
    margin-right: 5px;
}
.search .block_price{max-width: 150px; position: relative;}
.block_price.price_from{margin-right: 10px;}
.search_index .bl-index:last-child .block-price:last-child .form-control{border-right: 0px;}
.search_index #search-btn{
    line-height: 60px;
    padding: 0px 50px;
    font-size: 18px;
}
.search_index #search-btn i{margin-left: 10px;}
.search_index #search-btn:hover{border-color:#ff7655;}
.chosen-container-multi .chosen-choices{
    margin: 0;
    background: #dce6f6;
    height: auto;
    border-radius: 30px;
    padding: 10px 15px;
    border: 1px solid #dce6f6;
}
.chosen-container-active .chosen-choices{
    box-shadow: 0 0 0;
    border-color: #b3bfde;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text]{
    font-family: 'Roboto';
    font-size: 16px;
    color:#333;
    font-weight:300;
}
.chosen-container-multi .chosen-choices li.search-choice{
border: 0;
    background: #384e77;
    color: #fff;
    border-radius: 30px;
    margin: 1px 3px;
    box-shadow: 0 0 0;
    font-size: 12px;
    padding: 5px 20px 5px 7px;
    cursor: pointer;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{
        background: transparent;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after{
    position: absolute;
    top: 2px;
    display: inline-block;
    font-family: 'icomoon' !important;
    content: "\ea0d";
    font-size: 11px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;     
}
.chosen-container-multi .chosen-choices li.search-choice:hover .search-choice-close:after{color:red;}
/*search side nav*/
.side-filter .bl-index{width: 100%;}
.side-filter .index-form.d-flex, .side-filter #search_form, .side-filter #search-form{-ms-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap;}
/*.side-filter #search-form{padding: 0px 30px; justify-content: flex-start !important;}*/
.side-filter .title{padding: 0px; margin-bottom: 10px;}
.side-filter .block-wrapper-price .form-group{margin-right:-10px; margin-left:-10px; }
.side-filter .index-form{-ms-justify-content: center; -webkit-justify-content: center; justify-content: center;}
.search .landSquare{position: relative;}
.search .measurement{
    position: absolute;
    right: 19px;
    top: 14px;
    font-weight: 300;
    border-left: 1px solid #cad6e9;
    padding-left: 8px;
        font-size: 13px;
    color: #9ba9bf;
}
.search #search-mobile-form .measurement{top:11px;}
.side_contact{padding: 15px 30px 0px; }
.side_contact a{text-decoration: none;}
.side_contact a.t_link:hover{color:#6192df;}
.side_contact a.t_link{
color: #333;
    font-size: 17px;
    font-weight: bold;
}
.side_contact .address{margin-bottom: 15px;}
/*content*/
.main-content-wrapper{}
.inner .main-content-wrapper{min-height: 700px;}
.main-content-wrapper img{max-width: 100%;}
.alert-info {color: #333;background-color: #e8f3ff;border-color: #e8f3ff;}
.main_content{margin-top: 30px; min-height: 600px;}
.main_content img, .banner-add-advert img{max-width: 100%;}
.fint{
    font-family: 'Raleway', 'Roboto', serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.2em;
    margin-bottom: 15px;
}
/*.fint.yellow, .fint.yellow span{position: relative; z-index: 9;}
.fint.yellow span:after{
    display: inline-block;
    content: '';
    background: #f8ee56;
    height: 8px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: scaleX(1.05);
    margin-top: -4px;
    z-index: -2;
}*/
.hot-block {margin-top: 20px;}
.content-wrapper{}
/*list-items*/
.list-items{}
.list-items .item-wrapper{margin-bottom: 20px;}
.sidebar .search-btn button{width: 100%;}
.sidebar .search-btn button i{margin-right: 5px;}
.sidebar .similar-ads .list-items .item{
    border:1px solid #f1c20b;
    margin-bottom: 15px;
}
.sidebar .similar-ads .item .title{
    font-weight: 400;
    font-size: 17px;
    line-height: 1.3em;
}
.sidebar .h5{
    font-size: 20px;
    font-weight: 600;
    font-family: Raleway;
}
.sidebar .item .photo{margin-bottom: 10px;}
.sidebar .item .labels{
top: 15px;
left: 15px;
position: absolute;
}
.sidebar  .item .labels li{
    font-size: 13px;
    padding: 0px 12px;
}
.list-items .item{
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    padding: 15px;
    height: 100%;
    border:1px solid transparent;
}
.list-items .item.hot{border-color:#fcca07;}
.user_info a{text-decoration: none;}
.user_info a.phone{color:#333; font-weight: 500;}
.user_info a.phone:hover{color:#6192df;}

.list-items .item .mobile_link{}
.teaser_info .m2{margin-left:5px;}
.list-items .item .item-info{
    padding: 0px 0px 0px;
    position: relative;
    height: 100%;
}
.item .photo{
    position: relative;
    height: auto;
    border-radius: 6px;
    overflow: hidden;
}
.item .photo img{
    object-fit: cover;
    height: 100%;
}
.item .slick-arrow, .room_item .slick-arrow {
    opacity: 0;
    position: absolute;
    top: 50%;
    outline: 0;
    box-shadow: 0px 0px 15px rgba(0,0,0,.3);
    background-color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #333;
    margin-top: -16px;
    font-size: 14px;
    border-radius: 50%;
    border: 0px;
    z-index: 9;
}
.slick-arrow:hover{background: #6192df; color:#fff;}
.item:hover .slick-arrow {opacity: 1;}
.item .slick-arrow.slick-prev{left: 15px;}
.item .slick-arrow.slick-next{right: 15px;}
.item .slick-dots{
    display: flex;
    position: absolute;
    bottom: 20px;
    list-style-type: none;
    justify-content: center;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.item .slick-dots li{
    width: 8px;
    height: 8px;
    margin: 0px 2px;

}
.item .slick-dots button{
    display: inline-block;
    text-indent: -90000px;
    padding: 0px;
    border: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.9);
    border-radius: 50%;
}
.item .slick-dots .slick-active button{background: #f1c20b;}
.item .teaser_info, .pdg-apartment-block .teaser_info{margin-bottom: 10px;}
.teaser_info span{font-weight: 500;}
.item .title{
    margin-bottom: 15px;
    font-size: 19px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 500;
}
.number{
    font-size: 13px;
    font-weight: 400;
    font-family: 'Roboto';
    border-radius: 30px;
    line-height: 1em;
    border: 1px solid #d7d7d7;
    padding: 8px 8px;
    display: inline-block;
    margin-right: 10px;
    color: #333;
}
.sidebar .similar-ads .h5 span{display: block;}
.sidebar .similar-ads .number{
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 9;
    margin-right: 0;
    background: #fff;
    border: 0;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 30%);
}
.sidebar .similar-ads .item .teaser_info{font-size: 15px;}
.item .title a:hover{text-decoration: none;}
.item .description{
    border-top: 1px solid #e8edf4;
    padding-top: 15px;
    margin-bottom: 15px;
    height: 90px;
    overflow: hidden;
    color: #8b8b8b;
    margin-top: 15px;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}
.item:hover .description{color:#333;}
.teaser_info li{
    border-right: 1px solid #c0cfe8;
    line-height: 1em;
    padding-right: .5rem;
}
.item .labels{
    display: table;
    list-style-type: none;
    padding: 0px;
    border-radius: 36px;
    overflow: hidden;
    margin: 0px 0px 15px;
}
.item .labels li{
    display: inline-block;
    background: #f48971;
    border-right-color: #fff;
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    padding: 0px 15px;
}
.item ul.labels li:first-child{}
.item ul.labels li:last-child{padding: 0px 10px;}
.item ul.labels li.hot{background: #fcca07;}
.item ul.labels li.tender{background: #384e77;}
.item ul.labels li.vtour{background: #00cc7b; }

.teaser_info li:last-child{border-right: 0px; padding-right: 0;}
.item .wrapper_sticker{
position: absolute;
right: 20px;
top: 20px;
z-index: 4;
}
.item .wrapper_sticker>*{
    display: block;
    background: #99be75;
    color: #fff;
    border-radius: 3px;
    font-size: 13px;
    padding: 2px 10px;
    margin-bottom: 5px;
}
.item .price, .view-apartment-main-block .price{
color: #fb5e3a;
font-size: 19px;
line-height: 1em;
font-weight: bold;
}
.wrapper_price .for_m2{color:#8d8d8d;}
.wrapper_price{margin-right: 20px;}
.item .courses, .view-apartment-main-block .courses{
    font-size: 14px;
    color: #666;
    cursor: pointer;
    text-decoration: underline;
    margin-left: 10px;
}
.item .courses:hover, .view-apartment-main-block .courses:hover{text-decoration: none;}
.item .courses:hover, .view-apartment-main-block .courses:hover{border-color: transparent;}
.item  ul, .teaser_info ul{margin-bottom: 5px;}
.item .item-info .bottom_wrapper ul {margin-bottom: 0px;}
.item .bottom_wrapper{

}
.item .bottom_wrapper .right_bottom i{color:#cfd9e4;margin-right: 5px;}
.item-info .name{
    border-right: 1px solid #cad6e9;
    padding-right: 15px;
    line-height: 1em;
}
 
.item hr{margin-bottom: 10px; margin-top: 10px;  border-color: #e5e7f5;}
.item .in_usd, .view-apartment-main-block .in_usd{
    color: #333;
    line-height: 30px;
    background: #dce6f6;
    font-size: 13px;
    padding: 0px 10px;
    font-weight: 400;
    border-radius: 30px;
}
.item .is_special_offer{background: #d8ac6a;}
.slick-initialized .slick-slide{outline: 0;}
.slick-dots{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: table; 
    margin: 0px auto;
}
.slick-dots li{display: inline-block; margin: 0px 2px;}
.slick-dots li.slick-active button{background: #6192df;}
.slick-dots button{
    border:0;
    border: 0;
    background: #70849e;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-block;
    text-indent: -90000px;
}
/*footer*/
#footer{
    padding: 50px 0px;
    background: #243f63;
    color: #fff;
}
#footer_bottom .studio a{color:#fff;}
#footer_bottom .studio a:hover{text-decoration: none;}
#footer_bottom{
    padding: 5px 0px;
    background: #193457;
    font-size: 12px;
    color: #fff;
}
/*userform*/
.userform{
    background: #e8f3ff;
    padding: 30px;
}
.form_feedback textarea{
    height: 170px;
}
/*checkbox stylization*/
.checkbox {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 17px;
  height: 17px;
}
.checkbox + label {
  cursor: pointer;
}
.checkbox:not(checked) {
  position: absolute;
  opacity: 0;
}
.checkbox:not(checked) + label {
position: relative;
padding: 2px 0 0 45px;
font-weight: 300;
font-size: 13px;
margin: 0px;
}
.checkbox:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 35px;
    height: 19px;
    border-radius: 20px;
    background: #CDD1DA;
    box-shadow: inset 0 2px 3px rgba(0,0,0,.2);

}
.checkbox:not(checked) + label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 14px;
    width: 18px;
    height: 15px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    transition: all .2s;
}
.checkbox:checked + label:before {
     background: #7eaf38;
}
.checkbox:checked + label:after {
    left: 3px;
}
.checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(255,255,0,.5);
}

/*effect*/
@-webkit-keyframes ministorm{
    0%,100%{
        -webkit-tranform:rotate(0deg);
    }
    30%{
        -webkit-transform:rotate(8deg);
    }
    70%{
        -webkit-transform:rotate(-8deg);    
    }
}
@keyframes ministorm{
    0%,100%{
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        -ms-transform:rotate(0deg);
        transform:rotate(0deg);
    }
    30%{
        -moz-transform:rotate(8deg);
        -o-transform:rotate(8deg);
        -ms-transform:rotate(8deg);
        transform:rotate(8deg);
    }
    70%{
        -moz-transform:rotate(-8deg);
        -o-transform:rotate(-8deg);
        -ms-transform:rotate(-8deg);
        transform:rotate(-8deg);    
    }
}
/*object full*/
.tooltip.show{opacity: 1;}
.tooltip-inner {
    max-width: 270px;
    padding: 8px 17px;
    color: #333;
    text-align: left;
    background:#fff; 
    box-shadow: 1px 2px 8px rgba(0,0,0,.2);
    border-radius: .25rem;
}
.bs-tooltip-bottom .tooltip-inner{border-top: 4px solid #6192df;}
.bs-tooltip-top .tooltip-inner{border-bottom: 4px solid #6192df;}
.bs-tooltip-right .tooltip-inner{border-left: 4px solid #6192df;}
.bs-tooltip-left .tooltip-inner{border-right: 4px solid #6192df;}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before{border-bottom-color: #6192df;}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before{border-top-color: #6192df;}
.tooltip[x-placement^=right] .arrow::before{border-right-color: #6192df;}
.tooltip[x-placement^=left] .arrow::before{border-left-color: #6192df;}
.tooltip-inner ul{margin-bottom: 0px;}
.tooltip-inner li{padding: 4px 0px;}
.tooltip-inner li:not(:last-child){border-bottom: 1px solid #ddd; }
/*object full*/
.view-apartment-main-block .user_info a{text-decoration: none;}
.view-apartment-main-block .block_contact li{padding:0px; }
.view-apartment-main-block .date-wrapper{font-size: 14px; color: #9b9b9b;}
.view-apartment-main-block .teaser_info_caption{margin-bottom: 15px;}
.view-apartment-main-block h1{
font-size: 25px;
display: flex;
    flex-wrap: wrap;
align-items: center;
}
.view-apartment-main-block .tour3d_link{
    display: inline-block;
    border-radius: 6px;
    overflow: hidden;
}
.tour3d iframe{
    border: 0;
    width: 100%;
    height: 80vh;
    border-radius: 10px;
}
.tour3d iframe:not(:last-child), .video_list{margin-bottom: 50px;}
.breadcrumbs a{color:#9b9b9b; text-decoration: none;}
.breadcrumbs a:hover{color:#333;}
.breadcrumbs i{margin: 0px 5px; color:#dce6f6;}
.view-apartment-main-block .number{
background: #fff;
    border: 0;
}
.view-apartment-main-block .right_teaser_info{height: 100%;}
.view-apartment-main-block .block-full{}
.view-apartment-main-block .block-full#dop{margin-top:30px;}
.view-apartment-main-block .option_field strong{font-weight: 700;margin-bottom: 10px;}
.view-apartment-main-block .option_field{
}
.view-apartment-main-block .option_field p{
border-bottom: 1px dotted #d9dfef;
padding-bottom: 10px;
color: #333;
}
.view-apartment-main-block .option_field ul{}
.view-apartment-main-block .option_field li{color:#d9dfef;}
.view-apartment-main-block .option_field li span{color:#333;}
/*cube list*/
.cube-list{
    list-style-type: none;
    padding: 0px 0px 0px 10px;
    margin: 0px 0px 20px;
}
.cube-list li{
    background: url(../images/cube_list.png) no-repeat 0px center;
    padding-left: 12px;
    padding-bottom: 2px;
    padding-top: 2px;
}
.cube-list li:nth-child(even){
background: url(../images/cube_list_even.png) no-repeat 0px center;
}
/*map*/
#ymap{height: 400px;}
.content_entries .ava{padding: 0px 15px;}
.listing_special_item{}
.listing_special_item .fint img, .hot-block .fint img{
    width: 32px;
    height: 32px;
    margin-right: 10px;
}
.social_link{}
.social_link li{margin: 0px !important;}
.social_link a{text-decoration: none;}
/*footer menu*/
.footer_menu{}
.footer_menu ul.list-unstyled{
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer_menu ul.list-unstyled>li{
    width: 25%;
    padding: 0px 15px;
}
.footer_menu ul.list-unstyled>li>a{
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 18px;
}
.footer_menu ul li ul {padding: 0px; margin: 10px 0px 0px;}
.footer_menu ul li ul li{display: inline-block;}
.footer_menu ul li ul li a{padding: 0px 5px;}
.footer_menu ul li ul li a:hover{text-decoration: none;}
#fancybox-content{
    padding: 20px !important;
    background: #fff;
}
.form_feedback{
    background: #243f63;
    color: #fff;
    border-radius: 10px;
}
/*reviews*/
.add-review-link{margin-bottom: 15px;}
.reviews_item .review-date{font-size: 14px; color:#9b9b9b;}
.reviews_item{
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0px 10px 11px rgb(0 0 0 / 5%);
}
.reviews_item:hover{
    box-shadow: 0px 10px 11px rgba(0,0,0,.1);
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    position: relative;
}
/*pagination-block*/
.pagination-block .pagination li{margin: 0px 3px;}
.pagination-block .pagination li.previous a, .pagination-block .pagination li.next a{
background: transparent;
    border-color: transparent;
    font-size: 20px;
    color: #384e77;
}
.pagination-block .pagination li.disabled a{background: transparent; font-size: 20px; color:#c4c4c4;}
.page-link:focus{box-shadow: 0 0 0;}
.pagination-block .pagination li.previous a:hover, .pagination-block .pagination li.next a:hover{color:#6192df;}
.pagination-block{display: table; margin: 30px auto 0px;}
.pagination-block.pagination-bottom{margin-top: 15px; }
.pagination-block.pagination-top{margin-bottom: 15px; }
.page-link{
    text-decoration: none;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}
.page-link:hover{color: #fff; background: #6192df; border-color: transparent;}
.active .page-link, .page-item.active .page-link{background: #384e77; border-color:#384e77; color: #fff;}
.page-link{
    color: #333;
    line-height: 44px;
    padding: 0px 15px;
    border-color: transparent;
    border-radius: 6px;
}

.content_entries .user_info a{
    text-decoration: none;
    color:#333;
}
.content_entries .user_info a.t_link{
    font-weight: bold;
    font-size: 20px;
}
.content_entries .user_info a.t_link:hover{color:#d8ac6a;}
/*custom-block-recomended*/
.custom-block-recomended{}
.custom-block-recomended .item-block{
    position: relative;
    display: block;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border-radius: 10px;
    max-height: 550px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0px 0px 20px rgba(0,0,0,.15);
}
.custom-block-recomended .item-block .text{padding: 50px;}
.custom-block-recomended .item-block:hover .btn-primary{background-color: #99be75;}
.custom-block-recomended .item-block .title{
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 40px;
    font-family: 'Raleway';
    color:#d8ac6a;
     text-decoration: underline;
}
.custom-block-recomended .item-block:hover .title{color: #99be75; text-decoration: none;}
.text-slide ul{
    padding: 0px 0px 30px;
    margin: 0px;
    list-style-type: none;
}
.text-slide li{margin-bottom: 15px;}
.text-slide img{
    height: 30px;
    width: 30px;
    margin-right: 10px;
}
.custom-block-recomended .item-block .wrapper_image {padding: 0px; overflow: hidden;}
.custom-block-recomended .item-block .wrapper_image img{
    transition: all 1s ease;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.custom-block-recomended .item-block:hover .wrapper_image img{-webkit-transform: scale(1.1);transform: scale(1.1);}
.custom-block-recomended .item-block:nth-child(even) .col-sm-4{order:1;}
.custom-block-recomended .item-block .price{
    font-weight: bold;
    color:#333;
    font-size: 20px;
}


.lightgallery-grid{
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}
.lightgallery-grid>*{
    margin: 0px 5px;
    position: relative;
    overflow: hidden;
}
.lightgallery-grid img{max-height: 150px;}
.lightgallery-grid a:before{
    opacity: 0;
    display: flex;
    position: absolute;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0px;
    left: 0px;
    color: #fff;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e903";
    font-size: 28px;
    -webkit-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
}
.lightgallery-grid a:hover:before{opacity: 1;}
.mb-0{margin-bottom: 0px;}
.flex-wrap{
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.house_page .item{margin-bottom: 30px;}

.justified-gallery {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.justified-gallery > a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}
.justified-gallery>a, .justified-gallery>div {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}
.justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}
.justified-gallery>a>img, .justified-gallery>div>img, .justified-gallery>a>a>img, .justified-gallery>div>a>img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    border: 0;
}
.justified-gallery > a .demo-gallery-poster > i, .justified-gallery > a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    color: #fff;
    font-size: 25px;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.justified-gallery > a:hover .demo-gallery-poster > i, .justified-gallery > a:hover .demo-gallery-poster > img {
    opacity: 1;
}
.justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
.justified-gallery > a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}
#map_y{height: 550px; width: 100%; margin-top: 30px;}
.btn-group-wrapper{}
.search_index .btn-group-wrapper{
    border-radius: 6px;
    overflow: hidden;
    background: #dce6f6;
}
.btn-group-wrapper button{
    padding: 0px 15px;
    line-height: 44px;
    background: #dce6f6;
    border-color: transparent;
    color: #333333;
    border-radius: 0;
    font-weight: 300;
    position: relative;
}
/*inner search */
#search-mobile-form .btn-group-wrapper{
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -10px;
}
#search-mobile-form .btn-group-wrapper button{ 
    margin: 0px 5px 10px;
    border-radius: 6px;
}

.search_index .btn-group-wrapper button:after{
    display: inline-block;
    content: '';
    height: 24px;
    top: 14px;
    width: 1px;
    background: #c0cfe8;
    position: absolute;
    right: 0;
}
.search_index .btn-group-wrapper button:last-child:after, .search_index .btn-group-wrapper button:hover:after{display: none;}
.search_index .btn-group-wrapper button.active:after{background: #384e77;}
.search_index .btn-group-wrapper button{
    line-height: 52px;
}
.inner_search_button .btn-info:hover{border-color:#99be75; color:#99be75;}
.inner .content-wrapper .search {
    background: #fff;
    padding: 30px;
}
#search-mobile-form .formalabel{margin-bottom: 5px;}
#search-mobile-form #price-currency{
        top: 12px;
}
.inner_search_button .btn{
width: 100%;
    font-weight: bold;
    padding: 5px 0px;
}
#search-mobile-form select.form-control{
background: #dce6f6;
font-weight: 300;
}
#search-mobile-form .form-control{
    border-color: #dce6f6;
    height: 44px;
    line-height: 44px;
    border-radius: 30px;
}
#search-mobile-form .byId .form-control{
    border-color: #fcca07;
}
.inner .item .teaser_info>*{margin-bottom: 5px;}

/*slick slider*/
.b_item__slider .slick-slider{border-radius: 6px; overflow: hidden;}
.slider .slick-arrow{
display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    outline: 0;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    z-index: 99;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
    border: 0px;
    color: #333;
    font-size: 16px;
    background: #fff;
}
.slider .slick-arrow:hover{
color: #fff;
background: #6192df;
}
.slider .slick-arrow.slick-prev{
    left: 15px;
}
.slider .slick-arrow.slick-next{
    right:15px;
}
.slick_item_fit{
    display: inline-block;
    height: 60vh;
    width:100%;
    background-size: cover;
    background-position: center;
}
.slider-nav-thumbnails{
margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
}

.slider-nav-thumbnails img{
    cursor:pointer;    padding: 0px 1px;
}
.slider-nav-thumbnails img:hover{
    opacity: .9;
}
.slider-nav-thumbnails-wrapper {
    position: relative;
}
.slider-nav-thumbnails-wrapper .slider__control {
    outline: 0;
    margin: 0;
    width: 45px;
    height: 100%;
    top: 0px;
    border: 0px;
    padding: 0;
    position: absolute;
    color: #fff;
    background: #384e77;
    bottom: 30px;
    font-size: 30px;
    border-radius: 6px 0px 0px 6px;
}
.slider-nav-thumbnails-wrapper .slider__control:hover{background: #6192df;}
.slider-nav-thumbnails-wrapper .slider__control--next{
    right: 0px;
    border-radius: 0px 6px 6px 0px;
}
.slider .slick-slide{background: #e4edf8;}
.slick-slide a:focus{outline: 0;}
.slider a img{
    object-fit: cover;
    height: 100%;
    width: auto;
    margin: 0px auto;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #edc41d;
}
.content_entries .box-wrapper{}
.content_entries .box-wrapper>*{margin-bottom: 20px;}
.box{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.footer-menu{}
.footer-menu li{padding: 0px 5px;}
.footer-menu a{color:#fff;}
.footer-menu a:hover{text-decoration: none;}
.obj_view{padding:30px 0px;}
/*module-about*/
.module-about{}
.module-about .box{
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
}
.module-about .col-auto{padding-left: 10px; padding-right: 10px;}
.module-about .fint img{
    height: 30px; 
    width: auto;
}
/*virtual-tour*/
.virtual-tour{}
.virtual-tour a{
    position: relative;
    display: inline-block;
    height: 300px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}
.virtual-tour a img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.virtual-tour a .wrapper_text{
    background: rgba(56,78,119,.95);
    padding: 80px 30px;
    position: absolute;
    color: #fff;
    right: 0px;
    top: 0px;
    height: 100%;
}
.virtual-tour a .fint{
    line-height: 1.2em;
}
.virtual-tour a .btn{
    padding: 5px 25px;
    font-size: 22px;
}
/*newsm module*/
#news-block{}
.item_news{}
.sidebar .item_news{margin-bottom: 20px;}
.sidebar .item_news .title{
text-align: left;
font-size: 16px;
height: auto;
margin-bottom: 5px;
}
.item_news .title{
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 15px;
    height: 48px;
    display: inline-block;
    overflow: hidden;
}
.item_news img{
object-fit: cover;
width: 100%;
height: auto;
border-radius: 8px;
}
.item_news .img{position: relative;}
.item_news .date i{color:#c4c4c4;}
.item_news .date{
    position: absolute;
    background: #ffffff;
    color: #333;
    font-size: 13px;
    padding: 3px 10px;
    border-radius: 30px;
    bottom: 15px;
        left: 15px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
}
.modal.show .modal-dialog{margin: 30vh auto 0px;}
.sorter-wrapper .selected_city{color:#9c9c9c;}
.virtual-3d-small, #list_map_block{border-radius: 10px; overflow: hidden;}
.custom_text_link{}
.custom_text_link  a.active{color: #333; text-decoration: none;}
.custom_text_link li i{color:#d1dff1;}
.custom_text_link ul li:first-child{color: #333; font-weight: 500;}
.custom_text_link ul li{color:#333;}
.virtual-3d-small img{width: 100%;}
/*page-contact*/
.page-contact{}
.page-contact .box{height: 100%;}
.page-contact a{text-decoration: none;}
.page-contact a.phone{
    color: #333;
    font-weight: 400;
}
.page-contact a.phone:hover{color:#6192df;}
.inner #sticker-sticky-wrapper{margin-bottom: 30px;}
iframe{
    border: 0;
    display: table;
    width: 80%;
    height: 70vh;
    margin: 0px auto;
}
/*block_news_page*/
.block_news_page{position: relative;}
.block_news_page h1.fint{margin-top: 20px;}
.block_news_page .posted{
    position: absolute;
    right: 20px;
    color:#9b9b9b;
    font-size: 14px;
}
.main-content-wrapper .small_3d_banner img{border-radius: 6px;}
.main-content-wrapper .small_3d_banner{
    display: none;
}
.side .small_3d_banner img{max-width: 100%;}
.content_entries #tour3d iframe{
    height: 70vh;
    width: 100%;
    border-radius: 6px;
}

.beach-page{}
.beach-page .row{margin-bottom: 30px;}
.beach-page a.box{
    display: block;
    height: auto;
    margin-bottom: 30px;
}
.beach-page .img{
    display: block;
    height: 250px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
        border-radius: 6px;

}
.beach-page .img img{
    position: relative;
    transition: all 1s ease;
    object-fit: cover;
}
.beach-page a.box:hover img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.beach-page a.box>span{display: block;}
.beach-page a.box>span span:first-child{
    font-weight:600; font-size: 22px;
    text-decoration: underline;
}
.beach-page a.box:hover>span span+span{text-decoration: none;}
.beach-page a.box span span+span{
    font-size: 17px;
    font-weight: 300;
    display: block;
    color:#333;
}
.video_list{}
.video_list .video:not(:last-child){margin-bottom: 50px;}
.video_list .video iframe{}
.banner_rounded{display: inline-block; border-radius: 8px; overflow: hidden; }

@keyframes scrolling{
0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
}
100% {
    transform: translateX(-800px);
    -webkit-transform: translateX(-800px);
}
}
.running_line_module {
    position: fixed;
    width: 100%;
    z-index: 9;
    height: 60px;
    bottom: 0;
    left: 0;
    background: #384e77;
    color:#fff;
}

.running_line {
    list-style: none;
    height: 100%;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-duration: 8.36s;
    animation-name: scrolling;
    gap: 0px 30px;
    align-items: center;
}
.running_line .item{
        white-space: nowrap;
    pointer-events: all;
}