body {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 15px;
    line-height: 21px;
    color: #333;
    background: #f3f3f3;
    margin-bottom: 33vh;
}

/*common*/
#update_overlay {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #CCCCCC;
    z-index: 9999;
    display: none;
    opacity: 0.5;
}

ul.apartment-description-ul {
    list-style-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTFweCIgaGVpZ2h0PSI4cHgiIHZpZXdCb3g9IjAgMCAxMSA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMSA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiM2MUFBMDAiIGQ9Ik00LjAyLDUuOTFMMS4wNTMsMi45NTRMMC4wMDQsMy45OTlMNC4wMiw4bDYuOTg0LTYuOTU2TDkuOTU1LTAuMDAyTDQuMDIsNS45MXoiLz4NCjwvc3ZnPg0K);
}

.viewapartment-subheader {
    font-weight: 900;
}

.breadcrumb {
    text-align: right;
}

.breadcrumb a {
    color: #666;
    text-decoration: none;
    font-size: 13px;
}

div#messages:empty {
    z-index: 0;
}

.h1, .h2, .h3, h1, h2, h3 {
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 20px;
}

.clear, .clr {
    clear: both;
    height: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px solid;
}

.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;
}

a {
    color: #43b3dd;
    text-decoration: underline;
}

.btn {
    text-decoration: none;
}

.btn-primary {
    background: #4f6288;
    border-color: #4f6288;
}

.btn-primary:hover, .btn-primary:focus {
    background: #f0ad4e;
    border-color: #f0ad4e;
}

.btn {
    cursor: pointer;
}

.form-control {
    border-color: #d5d5d5;
    box-shadow: 0px 0px 0px;
    height: 36px;
}

.flash-success {
    background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
    background-image: -webkit-gradient(linear, right top, right bottom, from(#dff0d8), to(#c8e5bc));
    background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    background-repeat: repeat-x;
    border-color: #b2dba1;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

#toTop {
    padding: 0px;
    left: 20px;
    width: 40px;
    line-height: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    bottom: 40px;
    color: #4f6288;
    border-radius: 50%;
    font-size: 45px;
    display: none;
}

#toTop:hover {
    color: #43b3dd;
}

#toTop, .admin-menu-small {
    z-index: 1000;
    position: fixed;
}

.admin-menu-small {
    width: 50px;
    height: 50px;
    background: #ff074d;
    left: 20px;
    z-index: 999;
    top: 120px;
    line-height: 50px;
    padding: 0px;
    border-radius: 50%;
    text-align: center;
}

.admin-menu-small a {
    display: inline-block;
}

.admin-menu-small svg {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.admin-menu-small:hover {
    background: #b70034;
}

.admin-menu-small svg path {
    fill: #fff;
}

/*sidebar */
.sidebar {
    position: fixed;
    z-index: 1002;
    top: 0px;
    height: 100%;
    bottom: 0;
    width: 16.66666667%;
    background: #fff;
    padding: 0px;
    transition: .2s linear;
    right: 0;
}

.sidebar_inner {
    position: relative;
    padding: 50px 0px;
    height: 100%;
}

.mCustomScrollBox {
    padding: 0px 20px;
}

.mCSB_scrollTools {
}

/*logo*/
.logo {
    text-align: center;
    margin-bottom: 30px;
}

.logo-img {
    margin-bottom: 10px;
}

.logo-text {
    color: #4f6288;
    font-size: 19px;
    font-weight: 900;
}

.logo a {
    text-decoration: none;
}

.logo a:hover .logo-text {
    color: #43b3dd;
}

.logo-slogan {
    color: #b3b3b3;
    font-size: 13px;
    font-weight: 100;
    text-transform: uppercase;
}

/*search*/
.span-btn-group {
    display: block;
}

.btn-group1 > .btn-default.active, .btn-group1 > .btn-default:active, .btn-group1 > .btn-default.active:hover {
    background: #43b3dd;
    color: #fff;
    border-color: #43b3dd;
}

.btn-group1 .btn {
    line-height: 36px;
    margin: 0px 5px 5px;
}

.search_index .btn-group1 {
    margin-right: -5px;
}

.btn-group1 .btn, .input-group-btn > .btn {
    padding: 0px 12px;
}

.input-group-btn > .btn {
    line-height: 34px;
}

.search .btn-primary {
    width: 100%;
    padding: 15px 16px;
    font-weight: bold;
}

.search_btn {
    width: 100%;
    font-weight: 900;
}

.search_btn i {
    font-size: 80%;
}

.search label {
    font-weight: 100;
    font-size: 12px;
}

.search .form-group {
    margin-bottom: 5px;
}

.search hr {
    margin-top: 15px;
    margin-bottom: 10px;
}

.search .btn-search {
    margin-top: 30px;
}

.search .btn-search {
    margin-top: 15px;
    text-align: center;
}

.more_bl ul {
    margin-bottom: 0px;
}

.more_bl_a {
    display: table;
    margin: 0px auto 15px;
    text-decoration: none;
    position: relative;
    font-size: 16px;
    font-weight: bold;
}

.more_bl_a .next:after, .more_bl_a .prev:after {
    display: inline-block;
    font-family: Font Awesome\ 5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    top: 7%;
    font-size: 16px;
    line-height: 1;
    font-weight: 900;
    content: "\f053";
}

.more_bl_a .next:after {
    left: -20px;
}

.more_bl_a .prev:after {
    right: -20px;
    content: "\f054";
}

.more_bl_a a {
    text-decoration: none;
}

.more_bl_a span {
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px dashed #43b3dd;
}

.more_bl_a a:hover {
    color: #43b3dd;
}

.more_bl_a a:hover span {
    border-bottom: 1px solid;
}

/*select2*/
.search_index .select2-container {
    width: 100%;
    font-family: inherit;
}

.search_index .select2-container .select2-choice {
    border-radius: 4px;
    box-shadow: 0px 0px 0px;
    background: transparent;
    border: 1px solid #d5d5d5;
    padding: 0px 12px;
}

.search_index .select2-container .select2-choice .select2-arrow b:after {
    display: inline-block;
    font-family: Font Awesome\ 5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    position: absolute;
    width: 100%;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    font-weight: 900;
    content: "\f0d7";
    color: #666;
}

.search_index .select2-container, .select2-results li {
    font-family: inherit !important;
}

.search_index .select2-container .select2-choice .select2-arrow {
    background: transparent;
}

.search_index .select2-container .select2-choice .select2-arrow b {
    background: transparent !important;
}

.optWrapper .filter {
    margin: 10px;
}

.search_index .h3 {
    display: none;
}

#Apartment-form .select2-container.span3.form-control a {
    padding: 3px 15px 3px 5px !important;
    color: #555 !important;
}

.select2-container.search-input-new.searchField, .select2-container.span3.form-control {
    color: #000;
}

.select2-container.search-input-new.searchField a {
    height: 26px;
    line-height: 26px;
    background: none;
}

.select2-container.search-input-new.searchField .select2-choice {
    border: none;
}

.select2-container.search-input-new.searchField a .select2-arrow,
.select2-container.span3.form-control a .select2-arrow {
    display: none;
}

.select2-container.search-input-new.searchField.select2-container-active .select2-choice,
.select2-container.search-input-new.searchField.select2-container-active .select2-choices,
.select2-container.span3.form-control.select2-container-active .select2-choice,
.select2-container.span3.form-control.select2-container-active .select2-choices {
    border: none;
    outline: none;

    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-container.span3.form-control {
    width: 20%;
    min-width: 240px;
    border: 1px solid #AAAAAA;
    outline: none;
    height: 32px;
    line-height: 20px;
}

.select2-container.span3.form-control a {
    height: 24px;
    line-height: 20px;
    background: none;
    color: #000;
}

.select2-container.span3.form-control .select2-choice {
    color: #000;
    padding-right: 4px;
    border: none;
}

/*content column right*/
.col_right {
    position: relative;
    right: 16.66666667%;
    width: 83.33333333%;
    padding-right: 30px;
    padding-left: 30px;
    float: right;

    height: 100%;
}

.main_content {
    display: flex;
    min-height: 42vh;
    flex-direction: column;
}

.wrapper_top_link {
    margin-bottom: 15px;
    margin-top: 15px;
}

.top_link_bl {
    float: right;
    padding: 0px 15px;
}

.top_link_bl1 ul {
    float: right;
}

/*top menu*/
.wrapper_top_link .btn {
    line-height: 40px;
    padding: 0px 15px;
    border-color: transparent;
}

.top_menu .navbar-nav > li {
    padding-left: 5px;
    padding-right: 5px;
}

.top_menu .navbar-nav > li:first-child {
    padding-right: 0px;
}

.top_menu .navbar-nav > li:last-child {
    padding-left: 0px;
}

.top_menu .navbar-nav > li > a {
    line-height: 42px;
    padding: 0px 15px;
    color: #333;
    background: #fff;
    border-radius: 4px;
    border-color: transparent;
    text-decoration: none;
}

.top_menu .navbar-nav > li > a:hover {
    background-color: #31b0d5;
    border-color: #269abc;
    color: #fff;
}

.top_menu .navbar-nav > li.depth_item_numb_0 > a {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.top_menu .navbar-nav > li.depth_item_numb_0 > a:hover {
    background-color: #ec971f;
    border-color: #d58512;
}

.top_menu .navbar-nav > li:last-child {
}

/*main menu*/
.wrapper_main_menu {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
}

.main_menu .nav-pills > li > a {
    color: #333333;
    font-weight: 300;
    font-size: 16px;
    padding: 0px 15px;
    line-height: 44px;
    text-decoration: none;
}

.main_menu .nav-pills > li.active > a, .main_menu .nav-pills > li:hover > a, .dropdown-menu > li > a:hover {
    border-bottom-color: transparent;
    background: #4f6288;
    color: #fff;
}

@media (min-width: 979px) {
    /*for hover dropdown*/
    li.dropdown:hover > ul.dropdown-menu {
        display: block;
        margin-top: 0;
        border: 0px solid;
        border-radius: 0;
    }
}

.dropdown-menu > li > a {
    color: #666;
    padding: 7px 20px;
    text-decoration: none;
    font-size: 13px;
    border-bottom: 1px solid #eee;
}

.dropdown-menu > li:last-child a {
    border-bottom: 0px solid;
}

.mobile-button button span {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}

.mobile-button {
    margin-left: 10px;
    float: right;
}

.mobile-button {
    display: none;
}

.mobile-button button {
    height: 44px;
    padding: 0px 12px;
    line-height: 1em;
}

.mobile-button ul {
    margin-bottom: 0px;
}

.header-wrapper .btn-main-menu {
}

.header-wrapper .btn-search {
    display: none;
    border-color: #f0ad4e;
    color: #fff;
    background: #f0ad4e;
}

/*slider*/
/*.slider{
    position: relative;
    margin-bottom: 30px;
}
#slider{
width: 100%;
}
.slider .slick-slide{
    height: 665px;
    background-size: cover;
    width: 100%;
}
.slider .slick-initialized .slick-slide{
  background-size: cover;
}
.slider button.slick-next, .slider button.slick-prev{
    position: absolute;
    border: 0px;
    z-index: 9;
    font-size: 28px;
    bottom: 20px;
    color: rgba(255,255,255,.7);
    background-color: transparent;
}
.slider button.slick-next{
    right: 10px;
}
.slider button.slick-prev{
right: 40px;
}
.slider button.slick-next:hover, .slider button.slick-prev:hover{
    color: rgba(255,255,255,1);
}
.slider .slick-prev:before, .slider .slick-next:before {
  font-size: 70px;
  color: #EA8496;
  line-height: inherit;
  font-weight: bold;
}
.slider .slide-controls{
position: absolute;
    width: 40%;
    z-index: 9;
    left: 30px;
    bottom: 10px;
}
.slider .custom-dots{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.slider .custom-dots li{
    display: inline-block;
    padding: 0px 5px;
}
.slider .slide-controls .custom-dots .dot {
display: block;
    width: 40px;
    height: 6px;
    text-decoration: none;
    background-color: rgba(255,255,255,.8);
    cursor: pointer;
    border-radius: 6px;
}
.slider .slide-controls .custom-dots .slick-active .dot, .slider .slide-controls .custom-dots .dot:hover{
background-color: #43b3dd;
}
.slider .slide-controls .custom-dots .dot .string {
    position: absolute;
    left: -99999px;
    line-height: 0;
    opacity: 0;
}
.slider .slide_content{
    background: rgba(79,98,136,.85);
    color: #fff;
    position: absolute;
    width: 40%;
    bottom: 0px;
    left: 0px;
    padding: 30px 30px 50px;
}
.slider .slide_content .text{
    font-size: 18px;
    font-weight: 100;
    overflow: hidden;
    height: 192px;
    line-height: 1.5em;
}
.slider .slide_content .h3{

}*/

.city-slick {
    display: none;
}

.city-slick.slick-initialized {
    display: block;
}

/*city module*/
.city-object-slick {
    display: none;
}

.city-object-slick.slick-initialized {
    display: block;
}

.city-object-slick .obj_bg {
    height: 130px;
    background-size: cover;
}

.city_module {
    position: relative;
    width: 100%;
    margin: 30px 0px;
}

.fint {
    color: #4c78ab;
    text-transform: uppercase;
    position: relative;
    text-align: right;
}

.l_fint:after {
    position: absolute;
    right: -20px;
    top: 0px;
    display: inline-block;
    width: 5px;
    height: 100%;
    content: '';
    background: #4c78ab;
}

.item-city {
    position: relative;
    width: 444px;
    height: 400px;
    overflow: hidden;
}

.item-city.slick-center {
    width: 640px;
}

.item-city img {
    height: 100%;
    width: 100%;
}

.city-slick .slick-track {
    transition: transform 1s;
}

.city-slick .slick-slide {
    transition: width .5s;
}

.item-city.slick-center {
    overflow: hidden;
}

.item-city:after, .item_obj:after {

    display: inline-block;
    content: '';
    position: absolute;
    width: 100%;
    right: 0px;
    top: 0px;
    height: 100%;
    background: rgba(45, 66, 107, .4);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.item_obj:hover:after {
    background: rgba(45, 66, 107, .9);
    transition: background-color 0.5s ease;
}

.item-city.slick-center:after {
    background: rgba(45, 66, 107, 0);
}

.item-city .text {
    position: absolute;
    width: 100%;
    color: #fff;
    bottom: 0px;
    right: 0px;
    padding: 30px;
}

.item-city .text a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    border-bottom: 1px solid;
    font-weight: 400;
    text-shadow: 0px 0px 40px #000;
}

.item-city .text a:hover {
    border-color: transparent;
}

.item-city.slick-center .text {
    bottom: 30px;
    z-index: 9;
}

.item-city .h3 {
    font-size: 32px;
    font-weight: 900;
}

.item-city.slick-center .h3 {
    font-size: 45px;
    text-shadow: 0px 0px 40px #000;
}

.city-slick .slick-arrow, .city-object-slick .slick-arrow {
    position: absolute;
    top: 50%;
    background: rgba(255, 255, 255, .8);
    color: #4f6288;
    font-size: 20px;
    border: 0px;
    padding: 10px 14px;
    border-radius: 5px;
    z-index: 9;
}

.city-slick .slick-arrow:hover {
    background: rgba(255, 255, 255, 1);
}

/* @noflip */
.city-slick .slick-arrow.slick-next {
    right: 20px;
}

/* @noflip */
.city-slick .slick-arrow.slick-prev {
    left: 20px;
}

.item_obj .obj_bg img {
    width: 100%;
}

.item_obj {
    position: relative;
}

.item_obj .text {
    position: absolute;
    top: 0px;
    height: 100%;
    z-index: 9;
    padding: 20px;
    width: 100%;
}

.item_obj a {
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.5em;
    display: inline-block;
    text-decoration: underline;
}

.item_obj a:hover {
    text-decoration: none;
}

.item_obj .price {
    background: #102144;
    display: inline-block;
    font-size: 11px;
    padding: 1px 10px;
    color: #fff;
}

.item_obj .price.hot {
    background: #e1b01c
}

.city-object-slick .slick-arrow {
    top: 38%;
    font-size: 15px;
    background: #fff;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, .2);
    padding: 4px 10px;
}

/* @noflip */
.city-object-slick .slick-arrow.slick-next {
    right: -15px;
}

/* @noflip */
.city-object-slick .slick-arrow.slick-prev {
    left: -15px;
}

/*effect*/


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 *100);
    filter: alpha(opacity=0 *100);
}

.activate {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 *100);
    filter: alpha(opacity=1 *100);
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@keyframes scale-kenburns {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(1.2)
    }
}

@-webkit-keyframes move {
    0% {
        -webkit-transform: bottom right;
        -moz-transform: bottom right;
        -ms-transform: bottom right;
        -o-transform: bottom right;
        transform: bottom right;
        transform: scale(1.0);
        -ms-transform: scale(1.0);
        /* IE 9 */

        -webkit-transform: scale(1.0);
        /* Safari and Chrome */

        -o-transform: scale(1.0);
        /* Opera */

        -moz-transform: scale(1.0);
        /* Firefox */
    }
    100% {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        /* IE 9 */

        -webkit-transform: scale(1.2);
        /* Safari and Chrome */

        -o-transform: scale(1.2);
        /* Opera */

        -moz-transform: scale(1.2);
        /* Firefox */
    }
}

.animation-kenburns {
    animation-name: scale-kenburns;
    animation-duration: 15s
}

.animation-reverse {
    animation-direction: reverse;
    animation-timing-function: ease-in;
}

/*catalog table*/
#ap-view-table-list {
    background: #fff;
}

/*catalog object*/
.apartment_list_map {
    margin-bottom: 30px;
}

.catalog {
    padding-top: 10px;
}

.catalog .apartment_item {
    margin-bottom: 30px;
}

.catalog .item {
    background: #fff;
    height: 595px;
    position: relative;
}

.similar_block .catalog .item {
    border: 10px solid #f3f3f3;
}

.child_obj_list .catalog .item {
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
}

.catalog .item_content {
    padding: 40px 20px 0px;
    position: relative;
}

.catalog svg {
    height: 24px;
    width: 24px;
    margin-left: 8px;
    vertical-align: middle;
}

.catalog .apartment_item .slick-arrow {
    opacity: 1;
    position: absolute;
    top: 50%;
    background-color: transparent;
    color: #fff;
    font-size: 25px;
    border: 0px;
    z-index: 9;
}

/* @noflip */
.catalog .apartment_item .slick-arrow.slick-prev {
    left: 15px;
}

/* @noflip */
.catalog .apartment_item .slick-arrow.slick-next {
    right: 15px;
}

.catalog .apartment_item:hover .slick-arrow {
    opacity: 1;
}

.catalog .photo_block {
    position: relative;
}

.apartment_item_edit {
    position: absolute;
    top: 0px;
    right: 0px;
    background: rgba(255, 255, 255, .8);
    padding: 10px;
}

.apartment_item_edit a {
}

.catalog .bl_wrapper {
    position: absolute;
    top: 20px;
    left: 20px;
}

.catalog .bl {
    background: rgba(255, 255, 255, .8);
    font-size: 13px;
    padding: 5px 8px;
    float: left;
    clear: both;
    margin-bottom: 5px;
}

.catalog .bl_hot {
    background: rgba(224, 175, 28, .8);
}

.catalog .ava {
    position: absolute;
    top: -40px;
    left: 20px;
}

.catalog .ava img {
    border-radius: 50%;
    width: 75px;
    height: 75px;
}

.catalog hr {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.catalog .adress {
    margin-bottom: 8px;
}

.catalog .adress img {
    vertical-align: middle;
    margin-left: 5px;
}

.catalog .price {
    font-size: 19px;
    color: #f23047;
    font-weight: 900;
}

.catalog .spec_info li {
    padding-left: 3px;
    padding-right: 3px;
}

.catalog .spec_info {
    font-size: 12px;
}

.catalog .spec_info img {
    margin-left: 5px;
}

.spec_info {
}

.more_info {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.more_bl {
    width: 50%;
    float: right;
}

.catalog .more_info .btn {
    border-radius: 0px;
    padding: 10px 0px;
    text-decoration: none;
}

.catalog .more_info .btn-default {
    background: #5bc0de;
    border-color: transparent;
    color: #fff;
}

.catalog .more_info .btn-default:hover {
    background: #4cb3d2;
}

.catalog .more_info a {
    width: 100%;
    text-transform: uppercase;
}

.compare .pretty {
    width: 100%;
}

.comments_list_bl {
    position: absolute;
    bottom: 0px;
    background: rgba(255, 255, 255, .9);
    padding: 15px;
    right: 0px;
    margin: 0px;
}

.comments_list_bl a {
}

/*content*/
.content {
    background: #fff;
    padding: 20px;
}

.btn-light {
    background: #f4f4f4;
    color: #666;
    border: 1px solid #ddd;
}

.btn-light.active {
    background: #43b3dd;
    color: #fff;
    border-color: #43b3dd;
}

/*news*/
.news_block {
    margin-top: 30px;
}

.item_news {

}

.item_news .img_news {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.item_news .img_news a {
    display: inline-block;
    background-size: cover;
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.item_news:hover .img_news > a {
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}

.item_news .tags {
    position: absolute;
    bottom: 10px;
    margin: 0px;
    right: 8px;
}

.item_news .tags li {
    padding-right: 2px;
    padding-left: 2px;
}

.item_news .tags a {
    background: rgba(255, 255, 255, .8);
    color: #333;
    font-size: 10px;
    padding: 0px 10px;
    text-decoration: none;
    border-radius: 6px;
}

.item_news .tags a:hover {
    background: rgba(255, 255, 255, 1);
}

.item_news .date_news {
    color: #a2a2a2;
    margin-right: 10px;
    font-weight: 100;
    font-size: 11px;
    font-style: italic;
}

/*footer*/
.footer {
    padding: 30px;
    background: #fff;
    margin-top: 30px;
}

footer .row{
    background-color: #fff;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.pagination > li > a, .pagination > li > span {
    color: #333;
}

/*feature_block*/
.feature_block {
    overflow: hidden;
    color: #fff;
    margin-top: 30px;
}

.f-bl {
    padding: 30px;
    text-align: center;
}

.f-bl1 {
    background: #527dae;
}

.f-bl2 {
    background: #4570a1;
}

.f-bl3 {
    background: #3c689a;
}

.f-bl4 {
    background: #335f92;
}

.f-bl .h4 {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.f-bl .icon {
    margin-bottom: 20px;
}

.f-bl .text {
    font-size: 16px;
}

.f-bl .text p {
    margin-bottom: 8px;
}

.feature_block .download {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.footer_bottom {
    background: #fff;
    padding: 15px;
    border-top: 1px solid #eee;
}

.footer_bl3 li {
    margin-bottom: 5px;
}

#googleMap, #ymap, #osmap {
    width: 100%;
    height: 450px;
}

#gmap-panorama, .ymap-panorama {
    height: 400px;
    width: 100%;
    padding: 0;
    margin: 30px 0 0 0;
}

#gmap-panorama img {
    max-width: none !important;
}

#gmap-panorama label {
    width: auto;
    display: inline;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background: #4f6288;
}

.content_box {
    margin-top: 30px;
    margin-bottom: 30px;
}

/*articles*/
.b_entries__item {
    margin-bottom: 15px;
}

/*object view full*/
.full_property .nav-tabs > li > a {
    text-decoration: none;
    background: #fff;
    border: 1px solid #ccc;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 4px;
    color: #666;
}

.full_property .nav-tabs > li.active > a, .full_property .nav-tabs > li.active > a:focus, .full_property .nav-tabs > li.active > a:hover {
    background: #43b3dd;
    border-color: #43b3dd;
    color: #fff;
}

.full_property .nav-tabs > li a:hover {
    background: #43b3dd;
    color: #fff;
}

.full_property .nav-tabs > li.active a:before {
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    bottom: -7px;
    right: 40%;
    position: absolute;
    border-top: 7px solid #43b3dd;
    z-index: 10;
}

.full_property .nav-tabs {
    border: 0px;
    background: #f3f3f3;
    padding: 15px;
}

.full_property .nav-tabs > li {
    margin-left: 5px;
}

.full_property .title {
    position: relative;
}

.full_property .title ul {
    position: absolute;
    top: -20px;
    right: 5px;
}

#second_tabs {
    margin-top: 30px;
}

.full_property .hot_label {
    background: rgba(224, 175, 28, 1);
    margin-bottom: 15px;
    padding: 10px 10px;
    color: #fff;
    display: inline-block;
}

.full_property .hot_label_wrapper i {
    font-size: 80%;
}

.select2-container .select2-choice {
    width: 100%;
    min-width: 250px;
}

.usercpanel-right .select2-container .select2-choice {
    background: transparent;
    height: 36px;
    line-height: 36px;
    top: 0px;
    position: absolute;
    padding: 0px;
}

.ui-widget-content .btn-primary {
    color: #fff;
}

.noblock {
    display: inline !important;
}

.width70 {
    width: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important;
}

div.apartment-description-item label, div.apartment-description-multy label {
    display: inline !important;
}

div.apartment-description-item label {
    font-weight: 400 !important;
    margin-right: 5px;
}

div.apartment-description-item label.viewapartment-subheader {
    font-weight: 700 !important;
    margin-right: 5px;
}

.no-disk {
    list-style-type: none;
    padding-right: 0;
    padding-top: 5px;
    margin: 2px 0;
}

.column3 {
    width: 205px;
    float: right;
    padding-bottom: 20px;
    padding-right: 0;
    padding-bottom: 0;
}

.no-disk li label {
    display: inline;
    vertical-align: top;
    cursor: pointer;
}

.ui-widget-header {
    background: #f1f1f1;
}

.ui-widget-content {
    border-color: #f1f1f1;
}

/*hot module*/
.hot_block .tab_header {
    display: table;
    margin: 0px auto 20px;
    border-bottom: 0px;
}

.tab_header .nav-tabs > li {
    margin: 0px 5px;
}

.tab_header .nav-tabs > li a {
    line-height: 58px;
    text-decoration: none;
    color: #fff;
    background-color: #4f6288;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 900;
    padding: 0px 30px;
    border: 0px;
    border-radius: 0px 0px 0px 0px;
}

.tab_header .nav-tabs > li.active > a, .tab_header .nav-tabs > li.active > a:focus, .tab_header .nav-tabs > li.active > a:hover, .tab_header .nav-tabs > li a:hover {
    border: 0px solid;
    background-color: #43b3dd;
    color: #fff;
}

/*feedback & map module*/
.map_block {
    margin-top: 30px;
    margin-bottom: 30px;
}

#contactMap, .feedback_wrapper {
    height: 450px;
}

.feedback_wrapper {
    padding-left: 0px;
}

.map_wrapper {
    padding-right: 0px;
}

#feedbackForm {
    height: 100%;
    padding: 20px;
    background: #fff;
}

#feedbackForm .h3 {
    margin-top: 0px;
}

#feedbackForm .get-new-ver-code {
    display: block;
}

#contactMap .olControlAttribution {
    position: absolute;
    bottom: 10px;
    font-size: 11px;
    left: 10px;
}

.olControlNoSelect {
    margin: 10px 10px;
}

.olButton {
    display: inline-block;
    padding: 2px 8px;
    margin-bottom: 0;
    margin: 6px 3px;
    font-size: 18px;
    background: #fff;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
}

.olButton:hover {
    text-decoration: none;
}

/*page : list news*/
.block_entries .item_news {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

/*compare*/
.compare_block {
    z-index: 999;
    position: fixed;
    left: 10px;
    top: 12px;
}

#comparison_top .btn-primary,
#comparison_top_header .btn-primary {
    background: #eea236;
    color: #fff;
    border: 0px solid;
}

#comparison_top .btn-primary:hover, #comparison_top_header .btn-primary:hover {
    background: #5bc0de;
}

.price-search-select, .square-search-select, .floor-search-select {
    padding: 0 8px;
}

.vals .left {
    float: right;
    font-size: 13px;
}

.vals .right {
    float: left;
    font-size: 13px;
}

.modal-backdrop {
    z-index: 1;
}

a.compare-label, div.more_bl a {
    font-size: 10px;
}

.category_title {
    margin-top: 0px;
}

div.translate_button, div.copylang_button {
    float: left;
}

div.translate_button {
    padding-right: 3px;
}

div.translate_button input, div.copylang_button input {
    background-color: #426288;
    border: 0;
    color: #fff;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 15px;
    padding: 0 3px;
    margin: 0 0 5px 0;
    cursor: pointer;
}

.SumoSelect > .CaptionCont > span {
    font-size: 14px;
    font-family: 'Roboto', Arial, sans-serif;
}

.list-unstyled {
    text-align: right;
}

.agent_info .list-unstyled li {
    margin-bottom: 10px;
}

.qrcode_block {
    margin-top: 10px;
}

.switcher-view-box {
    float: right;
    text-align: right;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: default;
}

.flash-error, .flash-notice, .flash-success {
    clear: both;
    padding: 10px;
    margin: 0 0 20px;
    border: 2px solid #ddd;
    display: block;
}

.flash-error {
    background: #FBE3E4;
    color: #8a1f11;
    border-color: #FBC2C4;
}

.flash-notice {
    background: #fcf8e3;
    color: #8a6d3b;
    border-color: #faebcc;
}

.flash-success {
    background: #E6EFC2;
    color: #264409;
    border-color: #C6D880;
}

.flash-error a {
    color: #8a1f11;
}

.flash-notice a {
    color: #8a6d3b;
}

.flash-success a {
    color: #264409;
}

.phone-show-alert {
    display: block;
    margin: 32px 0 20px 0 !important;
}

.mCustomScrollBox .mCSB_container {
    overflow: hidden;
}

h2.resp-accordion {
    cursor: pointer;
    display: none;
}

.resp-tab-content {
    display: none;
}

.table.main-table-additional-tab > tbody > tr > td,
.table.main-table-additional-tab > tbody > tr > th,
.table.main-table-additional-tab > tfoot > tr > td,
.table.main-table-additional-tab > tfoot > tr > th,
.table.main-table-additional-tab > thead > tr > td,
.table.main-table-additional-tab > thead > tr > th {
    border: 0;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #4c78ab !important;
    width: 6px;
}

.slinky-menu a {
    padding: 8px 15px;
}

.qq-upload-button {
    background: #426288;
}

.width45 {
    width: 45px !important;
}

.width50 {
    width: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
}

.width70 {
    width: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important;
}

.width75 {
    width: 75px !important;
}

.width80 {
    width: 80px !important;
}

.width90 {
    width: 90px !important;
    min-width: 90px !important;
    max-width: 90px !important;
}

.width96 {
    width: 96px !important;
}

.width100 {
    width: 100px !important;
    min-width: 100px !important;
    max-width: 100px !important;
}

.width120 {
    width: 120px !important;
}

.width135 {
    width: 135px;
}

.width150 {
    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;
}

.width175 {
    width: 175px;
}

.width200 {
    width: 200px;
}

.width240 {
    width: 240px;
}

.width250 {
    width: 250px;
}

.width285 {
    width: 285px;
}

#search_form .search-input-new {
    width: 275px;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    box-shadow: 0px 0px 0px;
    height: 36px;
    padding: 6px 12px;
}

.width290 {
    width: 290px;
}

.width300 {
    width: 300px;
}

.width450 {
    width: 450px;
}

.width460 {
    width: 460px;
}

.width500 {
    width: 500px;
}

.min-fancy-width {
    max-width: 900px;
    overflow: hidden;
}

.chosen-container {
    width: 100% !important;
}

#Apartment-form .form-control {
    max-width: 400px;
}

.select2-container {
    font-family: 'Roboto', Arial, sans-serif !important;
}

.select2-container .select2-choice>.select2-chosen {font-size: 14px;}

.center {
    text-align: center;
}

.btn-primary, .button-blue {
    background: #4f6288;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 0 !important;
}

.btn-primary:hover, .button-blue:hover {
    background: #f0ad4e;
    color: #fff;
}

.index-header-form .SumoSelect > .optWrapper.open {
      top: -15px;
      position: relative;
  }

.apartment_item .slick-list {
    max-height: 290px;
}

ul.way2blogging-social {
    padding-right: 0;
    text-align: right;
}

.footer_content .list-unstyled {
    text-align: unset;
}

.padding-top-20{
    padding-top: 20px;
}

.summary-site-ads-information .item-info {
    height: 150px;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    color: #000000;
}

h3.author .badge {
    margin-bottom: 5px;
}

.bg-green {
    background-color: #00a65a !important;
}

.bg-red {
    background-color: #d33724 !important;
}

.video-html-block {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 10px;
}

.video-html-block iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.video-file-block {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 10px;
}

.video-js {
    position: absolute !important;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

#cookiesDisabledAlert {
    overflow: hidden;
}
.up_in_search {
    background-color: #FFFF77;
}
