@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1440px;
}
}
/*common*/
body {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    color: #333;
    background: #fff;
    font-weight: 300;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{margin-bottom: 15px;}
.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;
}
.rel{position: relative;}
button:focus{outline: 0; }
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #666;
    border-color: #666;
}
[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;
}
.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: 6px;
    border:0;
}
.modal-body{padding: 30px;}
.cusom-close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #333;
    opacity: 1;
    font-size: 15px;
    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;
}
.btn{
border: 0;
    height: 44px;
    line-height: 44px;
    text-decoration: none;
    padding: 0px 15px;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus{box-shadow: 0 0 0;}
.btn.focus, .btn:focus{box-shadow: 0 0 0; border:0;}
.btn-primary.focus, .btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{background: #bc2d2d;}
.btn-primary {
    background-color: #cc3333;
}
.btn-info {
    background-color: #3d8dd1;
}
.btn-info:hover {background-color:#3380c2;}
.btn-primary:hover {background: #bc2d2d;}
hr{border-top: 1px solid #e4e4e4;}
.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:#ddd;
    border-radius: 4px;
}
.form-control:focus{box-shadow: 0 0 0; border-color: #ccc;}
.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);}
/*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);
}

/*header*/
header{
    padding-top: 20px;
    padding-bottom: 20px;
}
.logo{
display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
}
.logo_element{margin-right: 10px;}
.logo_element img{height: 68px; width: auto;}
footer .logo_element img{height: 54px;}
footer .logo_text img {height: 26px;}
footer .slogan{font-size: 14px;}
.logo_text{
    display: flex;
    flex-direction: column;
}
.logo_text img{height: 32px; width: auto;}
.slogan{text-transform: uppercase; font-size: 17px; line-height: 1.8em;}
header .contact_wrapper{}
header .wrapper_address span{display: block;}
header .contact_wrapper .phone{
  font-weight: bold;
  text-decoration: none;
  color:#333;
}
header .contact_wrapper .phone:hover{
  color:#1381cf;
}
/*main menu*/
#search_btn{background: #fff; margin-left: 10px;}
.main_menu_wrapper{margin-bottom: 30px;}
.main_menu{background: #2c2c8b; padding: 12px 0px;}
.is-sticky .main_menu{z-index: 999 !important;}
#main_menu{
    margin-bottom: 0px;
    margin-right: -15px;
    margin-left: -15px; 
    justify-content: space-between;
}
.mobile-button{
  display: none;
}
.mobile-button .btn{text-transform: uppercase;}
.mobile-button .btn i{margin-right: 5px; font-size: 11px;}
.main_menu .nav>li {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.main_menu .nav>li>a {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    line-height: 34px;
    display: inline-block;
    border-radius: 6px;
    padding: 0px 10px;
    text-transform: uppercase;
}
.main_menu .nav>li:hover>a{
color: #333;
    background: #fff;
}
.main_menu .nav>li.dropdown1>a{padding-right: 20px;}
.main_menu .nav>li.dropdown1>a i{
position: absolute;
    font-size: 11px;
    top: 10px;
    margin-left: 3px;
}
@media (min-width: 979px){
li.dropdown:hover > ul.dropdown-menu {
    display: block;
    margin-top: 0;
    padding: 15px 15px;
    width: 230px;
    border: 0px solid;
    background: #fff;
    border-radius: 0;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
}
}
.main_menu .nav>li:not(:last-child):after {
display: inline-block;
    content: '//';
    position: absolute;
    font-size: 9px;
    color: #8585bc;
    right: -20px;
    height: 14px;
    margin-top: -12px;
    top: 50%;
}
.main_menu .nav li.active a{background: #fff; color:#333;}
.main_menu .nav .sub_menu_header_menu_wrap li a{
    color: #333;
    padding: 12px 0px;
    text-decoration: none;
    display: inline-block;
    /* font-size: 15px; */
    color:#666;
    width: 100%;
}
.main_menu .nav .sub_menu_header_menu_wrap li:not(:last-child) a{
    border-bottom: 1px solid #eee;
}
.main_menu .nav .sub_menu_header_menu_wrap li:hover a{color:#1381cf;}
.sub_menu_header_menu_wrap{
background: #fff;
    position: absolute;
    left: 15px;
    transition: all .2s;
    padding: 15px 30px;
    min-width: 280px;
    opacity: 0;
    list-style-type: none;
    margin: 0;
    visibility: hidden;
    z-index: 9;
    box-shadow: 0px 10px 30px rgb(0 0 0 / 15%);
}
.main_menu .nav>li.dropdown1:hover .sub_menu_header_menu_wrap {
    opacity: 1;
    visibility: visible;
}
.box{
  padding: 30px;
      border-radius: 6px;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(0,0,0,.15);
}
/*search*/
.search{margin-bottom: 30px;}
.search .form-group{position: relative;}
.search .title{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}
.search .checkbox:not(checked) + label{font-size: inherit;}
.block-wrapper-price{position: relative;}
.right_sidebar .close_btn_side_modal{display: none;}
.close_btn_side_modal{
border: 0;
    background: transparent;
    position: absolute;
    left: 25px;
    top: 15px;
}
.nav-modal-wrap .close_btn_side_modal{
    right: 25px;
    left:initial;
}
#price-currency{
    position: absolute;
    right: 10px;
    top: 15px;
    color: #c4c4c4;
}
.block-wrapper-price .price_to{margin-left: -1px;}
.block-wrapper-price .price_to .form-control{border-radius: 0px 4px 4px 0px;}
.block-wrapper-price .price_from .form-control{border-radius: 4px 0px 0px 4px;}
.search .btn-primary{
width: 100%;
    height: 52px;
    text-transform: uppercase;
}
.search .apType{display: none;}
.search .delimiter{
padding: 0px 5px;
    font-size: 11px;
    color: #c4c4c4;
    font-weight: 300;
}
.search .measurement{
color: #c4c4c4;
    padding-left: 5px;
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 11px;
}
/*list item*/
#appartment_box{margin-bottom: 30px;}
.list-items{}
.catalog .item_wrapper{}
.catalog .item{
position: relative;
    padding: 15px 20px 20px 20px;
}
.catalog .item:not(:last-child){margin-bottom: 15px;}
.catalog .item:not(:last-child):after{
display: inline-block;
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e6e6e6;
    left: 0;
    bottom: 0px;
}
.catalog .item.hot:not(:last-child):after{background: rgba(236,141,48,.1);}
.catalog .item.hot{background: rgba(236,141,48,.1);}
.catalog .item.hot:hover{background: rgba(236,141,48,.15);}
.catalog .item .title{
margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.catalog .item .title .number, .view-apartment-main-block h1 .number{
background: #fff;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 15%);
    font-size: 11px;
    padding: 0px 10px;
    height: 24px;
    line-height: 24px;
    border-radius: 36px;
    margin-right: 10px;
    color:#666;
}
.catalog .item:hover .title .number{box-shadow: 0px 0px 30px rgb(0 0 0 / 25%); color:#333;}
.item .title a{
color: #333;
font-size: 17px;
font-weight: 400;
}
.labels{
    list-style-type: none;
    padding: 0px;
    margin: 0px 0px 15px;
}
.labels li{
display: inline-block;
    font-size: 10px;
    padding: 6px 8px;
    color: #fff;
    border-radius: 36px;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 300;
}
.labels .hot{background: rgba(236,141,48,1);}
.labels .exclusive{background: rgba(84,203,176,1);}
.item .description{    opacity: .5; margin-top: 10px;}
.item .description a{margin-left: 10px;}
.item:hover .description{opacity: 1;}
.item .price{font-weight: bold;font-size:18px;}
.item .wrapper_price .for_m2 , .view-apartment-main-block .wrapper_price .for_m2{color:#c4c4c4;}
.item .teaser_info span, .item .address span{font-weight: 400;}
.item .address{    margin-bottom: 10px;}
.sorter-wrapper{padding: 15px; margin-bottom: 30px;}
.item .photo_link{
    display: block;
    margin-bottom: 15px;
}
.item .no_img{
    border-radius: 6px;
    overflow: hidden;
}
.item .more_photo{font-size:13px; color:#a4a4a4; text-align: center;}
/*products__item-img */
.products__item-img, .products__item-tile {
    display: block;
    position: relative;
}
.products__item-img {
text-align: center;
    width: 100%;
    height: 240px;
    border-radius: 6px;
    overflow: hidden;
}
.products__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.products__img {
    opacity: 0;
    transition: opacity .3s ease-out;
}
.products__img_active {
    opacity: 1;
}
.p-tile__items_full {
    left: -15px;
    right: -15px;
}
.p-tile__items {
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    transition: opacity .2s ease-out;
    z-index: 2;
}
.p-tile__items {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0px;
    padding: 0px;
}
.p-tile__item {
    -ms-flex: 1;
    flex: 1;
    position: relative;
}   
.p-tile__item:after {
    background-color: #ccc;
    content: "";
    left: 1px;
    right: 1px;
    bottom: -10px;
    position: absolute;
    transition: background-color .3s ease-out;
    height: 3px;
}
.p-tile__item_active:after {
    background-color: #cc3333;
}
.catalog .item:hover .p-tile__items {
    opacity: 1;
}
#ymap{height: 450px;}
/*footer*/
footer{color: #fff;margin-top: 50px;}
footer .logo{color:#fff;}
.footer-top{
background: #2c2c8b;
padding: 30px 0px;
}
.footer-bottom{
    background: #25257e;
    padding: 15px 0px;
    font-size: 11px;
}
footer .contact_wrapper span.t{
    color: #8181c2;
    font-size: 11px;
    display: block;
}
footer .contact_wrapper a{color:#fff; text-decoration: none;}
footer .contact_wrapper .row{}
footer .contact_wrapper .col-auto{}
footer .contact_wrapper .col-auto:not(:last-child){
    border-right: 1px solid #25257e; 
}
/*category_module*/
.category_module{}
.item_cat{
     position: relative;
    height: 250px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 30px;
}
.item_cat .text{

}
.item_cat:after{
    display: inline-block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    background: rgba(0,0,0,.5);
}
.item_cat .img{position: absolute; left: 0; top:0; width: 100%; height: 100%;}
.item_cat .img img{
    transition: .5s ease;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.item_cat:hover .img img{
        -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.item_cat .main_link{
display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    z-index: 2;
}
.item_cat ul{
}
.item_cat .h3{font-size: 30px; font-weight: bold;}
.item_cat .h3, .item_cat a{color:#fff;text-decoration: none;line-height: 1em;}
.hot .item_cat .h3{font-size:25px; line-height: 1.2em;}
.item_cat  ul{
margin: 0px -5px 0px;
    list-style-type: none;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    width: 100%;
    padding: 0px 30px;
}
.item_cat  ul li{
    display: inline-block;
    padding: 0px 5px 10px;
}
.item_cat ul li a{
    display: inline-block;
    border: 1px solid #fff;
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 36px;
    font-size: 14px;
}
.item_cat ul li a:hover{background: #fff; color:#333;}
.exclusive .item_cat:after {background: rgba(84,203,176,.8);}
.hot .item_cat:after {background: rgba(236,141,48,.8)}
.hot  .item_cat .main_link, .exclusive .item_cat .main_link{
    display: flex;
    flex-direction: column;justify-content: center;
}
/*view-apartment-main-block*/
.view-apartment-main-block{}
.view-apartment-main-block h1{
display: flex;
align-items: center;
justify-content: center;
}
.view-apartment-main-block h1 .number{}
.view-apartment-main-block h1 .text{font-weight: bold;}
.view-apartment-main-block #light-slider{}
.view-apartment-main-block #light-slider li{
    height: 560px;
    overflow: hidden;
    border-radius: 6px;
}
.view-apartment-main-block #light-slider li img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.view-apartment-main-block .lSGallery{
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.view-apartment-main-block .lSSlideOuter{position: relative;}
.light-slider-wrapper{position: relative;}
.lSSlideOuter .lSPager.lSGallery li{
    width: auto !important;
    border: 2px solid transparent;
    border-radius: 6px;
}
.lSSlideOuter .lSPager.lSGallery li.active{border-color:#fff;}
.lSSlideOuter .lSPager.lSGallery img{
    opacity: .9;
        -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}
.lSSlideOuter .lSPager.lSGallery li:hover img{opacity: 1;}
.lSSlideOuter .lSPager.lSGallery li.active{}
.lSAction > a{
    background: #fff;
    width: 46px;
    height: 46px;
    margin-top: -23px;
    text-align: center;
    line-height: 46px;
    border-radius: 50%;
}
.lSAction > a svg{
width: 10px;
    height: 18px;
}
.lSAction > .lSPrev{left:20px;}
.lSAction > .lSNext{right:20px;}
.apartment-view-topinfo{margin-bottom: 30px;}
.apartment-view-topinfo .right_teaser_info{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
        border-radius: 6px;
        padding:50px 30px;
        text-align: center;
}
.apartment-view-topinfo .right_teaser_info .number{
        position: absolute;
    bottom: 30px;
    text-align: center;
    width: 100%;
    left: 0;
}
.apartment-view-topinfo .price_info{    margin-bottom: 30px;}
.mediaslider-tabgalleryexpand{
position: absolute;
cursor: pointer;
    right: 20px;
    top: 20px;
    z-index: 9;
    width: 46px;
    height: 46px;
    background: rgba(255,255,255,.5);
    text-align: center;
    border-radius: 50%;
    line-height: 46px;
}
.mediaslider-tabgalleryexpand:hover{background: rgba(255,255,255,1);}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after{border-color:#fff; border-width: 2px;}
.view-apartment-main-block .price{
font-size: 26px;
    font-weight: bold;
}
.view-apartment-main-block .right_teaser_info .wrapper_price{margin-bottom: 15px;}
#fancybox-content{background: #fff; padding:30px !important;}
.view-apartment-main-block .propert_contact{
border: 1px solid #e4e4e4;
padding: 30px;
border-radius: 6px;
text-align: center;
}
.view-apartment-main-block .user_info{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.view-apartment-main-block .user_info .name{
font-weight: bold;
font-size: 17px;
}
.view-apartment-main-block .user_info .list-inline a{color:#333; text-decoration: none;}
.view-apartment-main-block .user_info .list-inline a.phone{font-weight: bold;}
.view-apartment-main-block .user_info .list-inline .small{color: #c4c4c4;}
.view-apartment-main-block .user_info .list-inline a.phone:hover{color:#34628b;}
.view-apartment-main-block .user_info .list-inline a.whatsapp{color:#3ae35b;}
.view-apartment-main-block .user_info .list-inline a.viber{color:#665cac;}
.view-apartment-main-block .user_info .ava{border-radius: 50%; overflow: hidden;     margin-bottom: 15px;}
.view-apartment-main-block .user_info .ava img{}
.view-apartment-main-block .list-flex{
        list-style: none;
    padding: 0;
    margin: 0 0px 30px;
}
.view-apartment-main-block .list-flex li{
    display: flex;
    padding-bottom: 10px;
    font-weight: 700;
}
.view-apartment-main-block .list-flex li .elements__leader{
border-bottom: 1px dotted #e3e3e3;
    height: 17px;
    margin: 0 4px;
    flex: 1;
}
.view-apartment-main-block .list-flex li span:first-child{}
.view-apartment-main-block .list-flex li span{
}
.view-apartment-main-block .list-flex li span:last-child{
    width: 30%;
}
.view-apartment-main-block .option_field {}
.view-apartment-main-block .option_field strong{font-weight: 500; margin-bottom: 10px;}
#map_block{margin-top: 30px; margin-bottom: 30px;}
.view-apartment-main-block .similarads .item-wrapper{margin-bottom: 30px;}

/*similarads*/
.right_sidebar .similarads .item:not(:last-child){
margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
}
.similarads .item .title{margin-top: 15px;}
.similarads .item .photo_link{
    position: relative;
        margin-bottom: 0;
}
.similarads .item .photo-wrapper{border-radius: 6px; overflow: hidden;}
.similarads .info-wrapper{
    position: absolute;
    z-index: 8;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
}
.similarads .info-wrapper .price_info{
display: flex;
    font-size: 13px;
    color: #333;
}
.similarads .item .number{
background: rgba(255,255,255,1);
    border-radius: 36px;
    padding: 5px 15px;
}
.similarads .item .number, .similarads .item .price{
 
    line-height: 1em;
}
.similarads .item .wrapper_price{
background: rgba(255,255,255,.8);
    padding: 5px 15px 5px 25px;
    margin-left: -15px;
    border-radius: 0px 36px 36px 0px;
}
.similarads .item .price{

font-weight: normal;
font-size: 13px;
}
.similarads .labels{margin-bottom: 10px;}
.view-apartment-main-block .similarads .list-items{
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: center;
}
.view-apartment-main-block .similarads .item{
    padding-right: 15px;
    padding-left: 15px;
    flex:0 0 25%;
    max-width: 25%;
}
.view-apartment-main-block .similarads .h5{text-align: center;}
/*reviews*/
.reviews_item{
margin-bottom: 15px;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 15%);
    background: #fff;
    padding: 20px;
}
.reviews_item p:last-child{margin-bottom: 0px;}
.reviews_item .review-date{color:#333;}
.reviews_item .icon-calendar{color:#c4c4c4;}
#map_y{height: 400px;}
.page-contact{}
.page-contact .col-sm-4{}
.page-contact .col-sm-4 h5 a{
color: #333;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-weight: 300;
}
.page-contact .ava{}
.page-contact .ava img{border-radius: 50%;width: 80px; height: 80px;}
.page-contact .col-sm-4 h5{margin-bottom: 10px;}
.page-contact .m_link{text-decoration: none; padding: 0px 2px;}
.viber{color:#665cac;}
.whatsapp{color:#3ae35b;}
.page-contact .phones a span.btn-small{
    font-size: 11px;
    height: auto;
    padding: 3px 10px;
    line-height: 1em;
    border-radius: 36px;
    background: #666;
    display: block;
    margin-top: 3px;
}
.page-contact .phones .phone{
color: #333;
    font-weight: bold;
    text-decoration: none;
}
.page-contact .phones a span.btn-small:hover{background: #333;}
.page-contact .col-sm-4 h5 a:hover, .page-contact .phones .phone:hover{color:#007bff;}

/*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: #2c2c8b;
}
.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: #c4c4c4; border-color: transparent;}
.active .page-link, .page-item.active .page-link{background: #2c2c8b; border-color:#2c2c8b; color: #fff;}
.page-link{
    color: #333;
    line-height: 44px;
    padding: 0px 15px;
    border-color: transparent;
    border-radius: 6px;
}
/*right_sidebar*/
.right_sidebar.open,{
        right: 0;
    visibility: visible;
}
.nav-open .side-nav-overlay{
    display: block;
}
.nav-modal-wrap{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    left: -40%;
    visibility: hidden;
    z-index: 1001;
    background-color: #fff;
        overflow: auto;
    padding: 0px 30px;
    -webkit-transition: all .6s cubic-bezier(.645,.045,.355,1);
    transition: all .6s cubic-bezier(.645,.045,.355,1);
}
.nav-modal-wrap .add-object{margin-top:30px; }
.nav-modal-wrap.open {
    left: 0;
    visibility: visible;
}
/*side-menu*/
.wrapper-side-content {
    flex-direction: column;
    display: flex;
    justify-content: center;
    height: 100%;
}
.side-menu {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.side-menu>li {
    padding: 15px 0px 15px;
    border-bottom: 1px solid #f1f1f1;
}
.side-menu>li>.slow {
    display: flex;
    align-items: center;
    position: relative;
        text-decoration: none;
    color: #333;
}
.side-menu .sub_menu {
    overflow: hidden;
    max-height: 0;
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    margin: 0;
}
.side-menu .open .sub_menu, .side-menu .alias-parent-active.open .sub_menu {
    max-height: 1500px;
   padding-top: 15px;
}
.side-menu .title {
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.side-menu>li>.slow .title {
    font-size: 19px;
    line-height: 1em;
    font-weight: bold;
}
.side-menu>li>.slow .title .arrow {
    display: flex;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 0px;
    top: -4px;
    background: #2c2c8b;
    color: #fff;
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}
.side-menu>li.open>.slow .title .arrow{background: #cc3333}
.side-menu .sub_menu ul {
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0;
padding: 0;
    list-style-type: none;
}
.side-menu .sub_menu ul li {
    margin-bottom: 8px;
    padding: 1px 15px;
}
.side-menu .sub_menu li .slow {
    color: #333;
    text-decoration: none;
    font-size: 16px;
}
.side-menu>li.active>.slow{color:#cc3333;}
.content_entries .search_index{display: none}
 
.obj_view .right_sidebar{display: none;}
.text-in-logo{}
.text-in-logo p{margin-bottom: 0px;}
.video iframe{width: 100%; height: 60vh; border:0;}