/*   
Theme Name: Melita
Version: 1.0
*/

@font-face {
    font-family: 'Aeroport';
    src: url('fonts/aeroport/Aeroport-Light.eot');
    src: local('Aeroport Light'), local('Aeroport-Light'),
        url('fonts/aeroport/Aeroport-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/aeroport/Aeroport-Light.woff2') format('woff2'),
        url('fonts/aeroport/Aeroport-Light.woff') format('woff'),
        url('fonts/aeroport/Aeroport-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Aeroport Mono';
    src: url('fonts/aeroport/AeroportMono.eot');
    src: local('Aeroport Mono'), local('AeroportMono'),
        url('fonts/aeroport/AeroportMono.eot?#iefix') format('embedded-opentype'),
        url('fonts/aeroport/AeroportMono.woff2') format('woff2'),
        url('fonts/aeroport/AeroportMono.woff') format('woff'),
        url('fonts/aeroport/AeroportMono.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Aeroport';
    src: url('fonts/aeroport/Aeroport-Bold.eot');
    src: local('Aeroport Bold'), local('Aeroport-Bold'),
        url('fonts/aeroport/Aeroport-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/aeroport/Aeroport-Bold.woff2') format('woff2'),
        url('fonts/aeroport/Aeroport-Bold.woff') format('woff'),
        url('fonts/aeroport/Aeroport-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Aeroport';
    src: url('fonts/aeroport/Aeroport.eot');
    src: local('Aeroport'),
        url('fonts/aeroport/Aeroport.eot?#iefix') format('embedded-opentype'),
        url('fonts/aeroport/Aeroport.woff2') format('woff2'),
        url('fonts/aeroport/Aeroport.woff') format('woff'),
        url('fonts/aeroport/Aeroport.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Aeroport';
    src: url('fonts/aeroport/Aeroport-Medium.eot');
    src: local('Aeroport Medium'), local('Aeroport-Medium'),
        url('fonts/aeroport/Aeroport-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/aeroport/Aeroport-Medium.woff2') format('woff2'),
        url('fonts/aeroport/Aeroport-Medium.woff') format('woff'),
        url('fonts/aeroport/Aeroport-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

html{
    height: 100%;
}
body {
    position: relative;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
    font-family: 'Aeroport', sans-serif;
    color: #222222;
    background-color: #F9F9F9;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    height: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-decoration: none;
    color: #1873C2;
    outline: 0 !important;
}
a:hover, a:focus {
    text-decoration: none;
    color: #FFC732;
}
button, input, textarea, select {
    border: none;
    border-radius: 0;
    background: none;
}
h1, h2 {
    font-weight: bold;
    line-height: 1.3;
}
h1 {
    font-size: 60px;
    letter-spacing: -0.045em;
}
h2 {
    font-size: 50px;
}
h3 {
    font-size: 45px;
}
article {
    margin-bottom: 80px;
}
article ul li {
    list-style-type: none;
}
article ul li:before {
    font-weight: 400;
    color: #FF9A24;
    content: "•";
    padding-right: .9rem;
    margin-left: -1.5rem;
}
article ol {
    counter-reset: myCounter;
}
article ol li{
    list-style: none;
}
article ol li:before {
    counter-increment: myCounter;
    content:counter(myCounter) '.';
    color: #FF9A24;
    display: inline-block;
    text-align: center;
    padding-right: .9rem;
    margin-left: -1.5rem;
}
.page-bg {
    background-image: url(./img/bg.svg);
    background-position: top -120px left 0;
    background-repeat: no-repeat;
}
@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1180px;
    }
}
@media (min-width: 1600px) {
    .container {
        max-width: 1560px;
    }
}
@media (max-width: 1199px) {
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 33px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 18px;
    }
    article {
        margin-bottom: 60px;
    }
}
@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 25px;
        letter-spacing: 0;
    }
    h2 {
        font-size: 25px;
    }
    h3 {
        font-size: 18px;
    }
    article {
        margin-bottom: 40px;
    }
    .page-bg {
        background-image: none;
    }
}


.custom_input {
    width: 170px;
    color: #222222;
    /* z-index: 99; */
}
.custom_input.types{
    display: none;
}
.crazy-select__clear {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 5px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s linear;
}

.crazy-select__clear.active {
    visibility: visible;
    opacity: 1;
}

.crazy-select__clear svg {
    display: inline-block;
    width: 9px;
    margin-right: 5px;
}

.input-text .crazy-select__visible {
    padding-right: 35px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    line-height: 48px;
    overflow: hidden;
}
.custom_input.street input[type=text],
.custom_input.wide-street input[type=text] {
    width: 100%;
    background-color: #ffffff;
    border: none;
    border-bottom: 1px solid #f3f3f3;
    border-radius: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 10px 17px 10px;
    color: #787878;
    margin: 0 auto;
    z-index: 4;
    outline: 0 !important;
    font-size: 14px;
}

.custom_input.street ::-webkit-input-placeholder,
.custom_input.wide-street ::-webkit-input-placeholder { /* WebKit browsers */    color:    #787878; }
.custom_input.street :-moz-placeholder,
.custom_input.wide-street :-moz-placeholder { /* Mozilla Firefox 4 to 18 */    color:    #787878; }
.custom_input.street ::-moz-placeholder,
.custom_input.wide-street ::-moz-placeholder { /* Mozilla Firefox 19+ */    color:    #787878; }
.custom_input.street :-ms-input-placeholder,
.custom_input.wide-street :-ms-input-placeholder { /* Internet Explorer 10+ */    color:    #787878; }

.custom_input.choice input[type=checkbox] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom_input.choice input[type=checkbox] + label {
    font-size: 14px;
    cursor: pointer;
    line-height: 50px;
    letter-spacing: 0.02em;
    color: #5B5B5B;
    position: relative;
    padding-left: 30px;
}
.custom_input.choice input[type=checkbox] + label::before {
    display: block;
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid #EEEEEE;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.custom_input.choice input[type=checkbox]:checked + label::before {
    background-image: url("./img/check.svg");
    background-size: 10px 8px;
    background-repeat: no-repeat;
    background-position: 5px;
}
.custom_input.district, .custom_input.cost, .custom_input.square, .custom_input.tabs {
    display: block;
}
.custom_input.square, .custom_input.wide-etage, .custom_input.wide-maxet {
    width: 200px;
}
.custom_input .select {
    width: 100%;
    position: relative;
    z-index: 1;
}
.custom_input .select.active {
    z-index: 2;
    border-radius: 25px 25px 0 0;
}
.custom_input .select.active .crazy-select__visible::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.custom_input .crazy-select {
    height: 50px;
    border-radius: 50px;
    padding: 0 22px;
    cursor: pointer;
    position: relative;
    background-color: #ffffff;
}
.custom_input.street .crazy-select,
.custom_input.wide-street .crazy-select {
    padding: 0 5px 0 22px;
}
.custom_input .crazy-select__choices {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    z-index: 2;
    height: auto;
    background-color: #ffffff;
    max-height: 250px;
    overflow-y: auto;
    border: 1px solid #eeeeee;
    border-radius: 0 0 25px 25px;
}
.custom_input .crazy-select__choices::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: transparent;
}
.custom_input .crazy-select__choices::-webkit-scrollbar-track {
    background-color: transparent;
}
.custom_input .crazy-select__choices::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #acacac;
}
.custom_input .crazy-select__visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: normal;
    font-size: 18px;
    height: 100%;
    position: relative;
}
.custom_input .crazy-select__visible.active::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.custom_input .crazy-select__visible.mobile {
    display: none;
}
.custom_input .crazy-select__visible::after {
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 7px;
    background-image: url("./img/select.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -8px;
    margin-top: 2px;
}
.custom_input.street .crazy-select__visible::after,
.custom_input.wide-street .crazy-select__visible::after {
    right: 8px;
}
.custom_input .crazy-select__item {
    border-bottom: 1px solid #eeeeee;
    padding: 10px 17px 4px;
    position: relative;
    z-index: 3;
}
.custom_input .crazy-select__item.inactive {
    display: none;
}
.custom_input .crazy-select__item label span {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #0d0d0d;
    cursor: pointer;
}
.custom_input .double.crazy-select {
    border: none;
    padding: 0;
}
.custom_input .double.crazy-select .crazy-select__visible {
    display: none;
}
.custom_input .double.crazy-select .crazy-select__choices {
    position: relative;
    display: block;
    top: unset;
    border: none;
    left: unset;
}
.custom_input .double.crazy-select .crazy-select__choices span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
}
.custom_input .double input {
    width: calc(100% / 2 - 1px);
    font-weight: 500;
    color: #0d0d0d;
    -webkit-appearance: none;
    -webkit-appearance-color: #0d0d0d;
    -webkit-appearance-font-weight: 500;
}
.select [type="checkbox"], .select [type="radio"] {
    display: none;
}
.select [type="checkbox"]:checked + label span, .select [type="radio"]:checked + label span {
    color: #1873C2;
}
.select.crazy-select--multi label span::after, .select.crazy-select--multi label span::after {
    display: block;
    width: 15px;
    height: 15px;
    content: '';
    position: absolute;
    right: 11px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 6px;
    border: 1px solid #eeeeee;
}
.select.crazy-select--multi [type="checkbox"]:checked + label span::after, .select.crazy-select--multi [type="radio"]:checked + label span::after {
    background-image: url("./img/checks.svg");
    background-position: center;
    background-size: 9px 11px;
    background-repeat: no-repeat;
}




.crazy-select__clear.change {
    opacity: 1;
    visibility: visible;
}

.crazy-select__clear span {
    font-weight: 500;
    font-size: 14px;
}





/* header
-------------------------------------------------------------- */
header {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 130px;
    z-index: 333;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.separator {
    margin-top: 130px;
}
.admin-bar .separator {
    margin-top: 98px;
}
header .box  {
    position: relative;
    padding: 22px 29px 21px 22px;
    max-width: 1920px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
header .logo img {
    width: 100%;
    max-width: 221px;
    min-width: 221px;
}
header .h-description {
    max-width: 175px;
    margin-top: 15px;
    margin-left: 51px;
    font-weight: 500;
    font-size: 12px;
    line-height: 19px;
    text-transform: uppercase;
}
header .h-text {
    max-width: 206px;
    padding-left: 31px;
    margin-top: 15px;
    margin-left: 31px;
    border-left: 1px solid #D0D0D0;
    min-height: 64px;
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
}
header .h-contacts .h-phone {
    display: block;
    position: relative;
    padding-left: 27px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #222222;
}
header .h-contacts .phone {
    margin-left: 32px;
}
header .h-contacts .h-phone::before {
    content: '';
    position: absolute;
    left: 0;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
header .h-contacts .phone2:before {
    background-image: url(./img/icon-m-phone.svg);
    width: 15px;
    height: 28px;
    top: -2px;
}
header .h-contacts .phone:before {
    background-image: url(./img/icon-phone.svg);
    width: 19px;
    height: 19px;
    top: 2px;
}
header .h-buttons {
    margin-left: 46px;
}
.h-buttons .h-btn {
    display: inline-block;
    position: relative;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    background: #0FAF32;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    border-radius: 20px;
}
.h-buttons .h-btn:hover {
    opacity: .8;
}
.h-buttons .btn-cm {
    padding-right: 26px;
    padding-left: 47px;
}
.h-buttons .btn-whatsapp {
    padding-right: 20px;
    padding-left: 50px;
    margin-left: 17px;
}
.h-buttons .h-btn::before {
    content: '';
    position: absolute;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.h-buttons .btn-cm:before {
    background-image: url(./img/icon-phone3.svg);
    width: 20px;
    height: 20px;
    top: 10px;
    left: 17px;
}
.h-buttons .btn-whatsapp:before {
    background-image: url(./img/icon-whatsapp.svg);
    width: 25px;
    height: 25px;
    top: 8px;
    left: 14px;
}
@media (max-width: 1199px) {
    header {
        height: 73.55px;
    }
    .separator {
        margin-top: 73.55px;
    }
    .admin-bar .separator {
        margin-top: 27.55px;
    }
    header .box {
        padding: 15px 29px 14px 24px;
    }
    header .left {
        margin-top: -3px;
    }
    header .logo img {
        max-width: 142px;
        min-width: 142px;
    }

    header .h-text {
        display: none !important;
    }
    header .h-description {
        max-width: 119px;
        margin-top: 10px;
        margin-left: 28px;
        font-size: 8px;
        line-height: 12px;
        text-transform: uppercase;
    }
    header .h-contacts .h-phone {
        padding-left: 22px;
        font-size: 14px;
        line-height: 17px;
    }
    header .h-contacts .phone {
        margin-left: 22px;
    }
    header .h-contacts .phone2:before {
        width: 12px;
        height: 22px;
    }
    header .h-contacts .phone:before {
        width: 15px;
        height: 15px;
    }
    header .navbar-toggler {
        padding: 0;
        margin-left: 70px;
        font-size: 0;
        line-height: 1;
        border: none;
        border-radius: 0;
        outline: 0 !important;
    }
}
@media (max-width: 767px) {
    header {
        height: 61px;
    }
    .separator {
        margin-top: 61px;
    }
    header .box {
        padding: 13px 15px 14px 15px;
    }
    header .left {
        margin-top: -6px;
    }
    header .logo img {
        max-width: 107px;
        min-width: 107px;
    }
    header .h-description {
        display: none !important;
    }
    header .h-contacts {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    header .h-contacts .h-phone {
        padding-left: 15px;
        font-size: 10px;
    }
    header .h-contacts .phone {
        margin-left: 0;
    }
    header .h-contacts .phone:before {
        width: 9px;
        height: 9px;
        top: 4px;
    }
    header .h-contacts .phone2:before {
        width: 6px;
        height: 11px;
        top: 2px;
    }
    header .navbar-toggler {
        margin-left: 32px;
    }
    .mob-menu .box {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .mob-menu .h-buttons {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .mob-menu .h-buttons .h-btn {
        width: 100%;
        margin-top: 25px;
    }
    .mob-menu .h-buttons .btn-whatsapp {
        margin-left: 0;
        margin-top: 10px;
    }
    .menu_toggled .navbar-toggler {
        margin-left: auto;
    }
    .menu_toggled .navbar-toggler img {
        width: 16px;
    }
}


/* header-menu
-------------------------------------------------------------- */
@media (min-width: 1200px) {
    header .header-menu {
        padding: 17px 2% 0 0;
    }
    header .header-menu ul {
        display: -ms-flexbox;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    header .header-menu ul > li > a {
        font-size: 20px;
        color: #222222;
    }
    header .header-menu ul > li > a:hover {
        color: #1873C2;
    }
}
@media (max-width: 1199px) {
    .mob-menu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        padding: 22px 24px;
        z-index: 999;
    }
    .menu_toggled .mob-menu {
        display: block;
    }
    .mob-menu .navbar {
        padding: 0;
    }
    .mob-menu .box-menu {
        padding: 20px 0;
    }
    .menu_toggled .navbar-toggler {
        padding: 0;
        font-size: 0;
        line-height: 1;
        border: none;
        border-radius: 0;
        outline: 0 !important;
    }
    .mob-menu ul.top-menu {
        margin: 0;
        padding: 0;
    }
    .mob-menu ul.top-menu > li {
        list-style-type: none;
    }
    .mob-menu ul.top-menu > li > a {
        font-size: 20px;
        line-height: 35px;
        color: #222222;
    }
    .mob-menu ul.top-menu > li > a:hover {
        color: #1873C2;
    }
}
@media (max-width: 767px) {
    .mob-menu {
        padding: 16px 15px;
    }
    .mob-menu .box-menu {
        padding: 25px 0;
    }
    .mob-menu ul.top-menu {
        text-align: center;
    }
    .mob-menu ul.top-menu > li > a {
        font-size: 16px;
        line-height: 35px;
    }
}


/* page-content
-------------------------------------------------------------- */
.page-content {
    position: relative;
    max-width: 1920px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}


/* s-pagetitle
-------------------------------------------------------------- */
.s-pagetitle {

}
.s-pagetitle .page-title {
    margin-bottom: 20px;
}
@media (max-width: 1199px) {
    .s-pagetitle .page-title {
        margin-bottom: 16px;
        margin-top: 29px;
    }
}
@media (max-width: 767px) {
    .s-pagetitle .page-title {
        margin-bottom: 13px;
        margin-top: 13px;
    }
}

/* rank-math-breadcrumb
-------------------------------------------------------------- */
.rank-math-breadcrumb {
    margin: 0 0 22px;
    padding: 19px 0 0;
    font-weight: 300;
    font-size: 12px;
    color: #A5A5A5;
}
.rank-math-breadcrumb p {
    margin: 0;
}
.rank-math-breadcrumb a {
    color: #A5A5A5;
}
.rank-math-breadcrumb .separator {
    padding: 0 5px;
}
.rank-math-breadcrumb .last {
    color: #1873C2;;
}
@media (max-width: 1199px) {
    .rank-math-breadcrumb {
        display: none;
    }
}


/* s-slider
-------------------------------------------------------------- */
.s-slider {
    position: relative;
    min-height: 747px;
    overflow: hidden;
}
.s-slider .box-slider,
.s-slider .slick-slider .slick-track,
.s-slider .slick-slider .slick-list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.s-slider .box-slider .item {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    outline: none!important;
}
.s-slider .box-slider .slick-dots {
    position: absolute;
    list-style: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    bottom: 53px;
    padding: 0;
    margin: 0 0;
    z-index: 5;
}
.s-slider .box-slider .slick-dots li {
    margin: 0 8px;
}
.s-slider .box-slider .slick-dots li:first-child {
    margin-left: 0;
}
.s-slider .box-slider .slick-dots li.slick-active button {
    background: #1873C2;
}
.s-slider .box-slider .slick-dots button {
    display: block;
    width: 23px;
    height: 23px;
    border: none;
    background: #FFFFFF;
    text-indent: -9999px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    padding: 0;
    outline: 0 !important;
}
.s-slider .container-slider {
    position: absolute;
    left: 30px;
    right: 30px;
    top: 40px;
    bottom: 40px;
    color: #FFFFFF;
    z-index: 10;
}
.s-slider .content {
    padding-top: 65px;
}
.s-slider .content .slider-title {
    font-weight: bold;
    font-size: 45px;
    line-height: 100%;
    margin: 0 0 36px;
}
.s-slider .content .filters {
    padding: 35px 24px 5px 32px;
    border-radius: 30px;
    background-color: #D5D5D5;
    min-height: 121px;
}
.s-slider .content .filters .right_filters {
    min-width: auto;
}
.s-slider .content .filters .js-filter-submit {
    position: relative;
    display: inline-block;
    width: 238px;
    padding: 8px 25px 8px 45px;
    border-radius: 50px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #1873C2;
    outline: 0 !important;
    box-shadow: none;
}
.s-slider .content .filters .js-filter-submit::before {
    content: '';
    position: absolute;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(./img/icon-filter-submit.svg);
    width: 23px;
    height: 23px;
    top: 13px;
    left: 22px;
}
.s-slider .content .filters .js-filter-submit .btn-subtitle {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.05em;
    opacity: 0.6;
}
.s-slider .content .filters .js-filter-submit:hover {
    background: #1E7DD0;
}
@media (max-width: 1199px) {
    .s-slider {
        min-height: 468px;
    }
    .s-slider .box-slider .slick-dots {
        bottom: 31px;
    }
    .s-slider .box-slider .slick-dots li {
        margin: 0 11px;
    }
    .s-slider .box-slider .slick-dots button {
        width: 17px;
        height: 17px;
    }
    .s-slider .container-slider {
        left: 0;
        right: 0;
    }
    .s-slider .content {
        padding-top: 0;
        margin-top: -20px;
    }
    .s-slider .content .slider-title {
        font-size: 35px;
        margin: 0 0 30px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    }
    .s-slider .content .filters {
        padding: 30px 15px;
        border-radius: 30px;
        min-height: 256px;
    }
}
@media (max-width: 767px) {
    .s-slider {
        min-height: 696px;
    }
    .s-slider .box-slider .slick-dots button {
        width: 10px;
        height: 10px;
    }
    .s-slider .box-slider .slick-dots li {
        margin: 0 6px;
    }
    .s-slider .box-slider .slick-dots {
        bottom: 42px;
    }
    .s-slider .container-slider {
        left: 8px;
        right: 8px;
    }
    .s-slider .content {
        margin-top: -40px;
    }
    .s-slider .content .slider-title {
        font-size: 25px;
        line-height: 30px;
        margin: 0 0 25px;
    }
    .s-slider .content .filters {
        padding: 9px 7px;
        min-height: 506px;
    }
    .s-slider .content .filters .custom_input.square {
        width: 100%;
    }
    .s-slider .content .filters .custom_input.cost {
        margin-left: 20px;
    }
    .s-slider .content .filters .right_filters {
        margin-left: 0;
    }
    .s-slider .content .filters .js-filter-submit {
        width: 100%;
    }
    .s-slider .content .filters .js-filter-submit::before {
        left: 48px;
    }
}


/* s-slider-map
-------------------------------------------------------------- */
.s-slider-map {
    position: relative;
    background-color: #D5D5D5;
    min-height: 663px;
    overflow: hidden;
}
.s-slider-map .map-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.s-slider-map .map-box-left {
    margin-top: 30px;
    width: 363px;
    background-color: #FFFFFF;
    border-radius: 0 5px 0 0;
    overflow: hidden;
    z-index: 8;
}
.s-slider-map .lots-map {

}
.s-slider-map .lots-map .item {
    position: relative;
    background-color: #FFFFFF;
    padding: 16px 24px 12px 25px;
    outline: 0 !important;
}
.s-slider-map .lots-map .item .toggle-box {
    position: absolute;
    top: 23px;
    right: 23px;
}
.s-slider-map .lots-map .item .toggle-box a {
    display: block;
    width: 11px;
    height: 11px;
    background-image: url(./img/icon-favorite-toggle.svg);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.s-slider-map .lots-map .item .toggle-box a:hover {
    opacity: .6;
}
.s-slider-map .lots-map .image-slider {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 9px;
}
.s-slider-map .lots-map .image-slider .image-item {
    height: 245px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    outline: 0!important;
}
.s-slider-map .lots-map .image-slider .slick-dots {
    position: absolute;
    bottom: 25px;
    width: 100%;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    z-index: 11;
}
.s-slider-map .lots-map .image-slider .slick-dots li {
    margin: 0 4px;
}
.s-slider-map .lots-map .image-slider .slick-dots li:first-child {
    margin-left: 0;
}
.s-slider-map .lots-map .image-slider .slick-dots li.slick-active button {
    background: #1873C2;
}
.s-slider-map .lots-map .image-slider .slick-dots button {
    display: block;
    width: 12px;
    height: 12px;
    border: none;
    background: #FFFFFF;
    text-indent: -9999px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    padding: 0;
    outline: 0 !important;
}
.s-slider-map .lots-map .item .text {
    margin: 0 -5px;
}
.s-slider-map .lots-map .item .text .left,
.s-slider-map .lots-map .item .text .right {
    max-width: calc(100%/2 - 10px);
    margin: 0 5px;
}
.s-slider-map .lots-map .item .text .right {
    padding-right: 4px;
}
.s-slider-map .lots-map .item .text .title {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    text-decoration-line: underline;
    color: #222222;
    margin-bottom: 3px;
}
.s-slider-map .lots-map .item .text .title:hover {
    text-decoration-line: none;
}
.s-slider-map .lots-map .item .top .adress {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    padding-right: 30px;
}
.s-slider-map .lots-map .item .top .district {
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    color: #3F3D4A;
    margin: 5px 0 15px;
}
.s-slider-map .lots-map .item .text .floor {
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    color: #3F3D4A;
}
.s-slider-map .lots-map .item .text .price {
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
}
.s-slider-map .lots-map .item .text .price-kvm {
    font-size: 14px;
    line-height: 120%;
    margin-top: 4px;
}
.s-slider-map .lots-map .item .f-item {
    margin-top: 17px;
}
.s-slider-map .lots-map .item .f-item .tags .tag+.tag {
    margin-left: 25px;
}
.s-slider-map .lots-map .item .f-item .other_block {
    margin-right: 14px;
}
.s-slider-map .lots-map .item .f-item .other_block a+a {
    margin-left: 20px;
}
.s-slider-map .lots-map .item .f-item .other_block a img,
.s-slider-map .lots-map .item .f-item .other_block a svg {
    min-width: 13px;
    max-width: 16px;
    min-height: 11px;
    max-height: 16px;
}
.s-slider-map .lots-map .item .f-item .other_block a:hover svg path {
    fill: #1873C2;
}
.s-slider-map .lots-map .item .f-item .other_block a span {
    font-size: 12px;
    line-height: 16px;
    color: #8E8E8E;
    padding-left: 5px;
}
.s-slider-map .lots-map .item .f-item .other_block a:hover span {
    color: #1873C2;
}
.s-slider-map .lots-map .item .f-item .other_block a.num-views {
    color: #8E8E8E !important;
    cursor: auto;
}
.s-slider-map .lots-map .item .f-item .other_block a.num-views span {
    color: #8E8E8E !important;
}
.s-slider-map .map-box-right {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #D5D5D5;
}
.s-slider-map .map-box-right.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}
.s-slider-map .map-box-right.bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    top: unset;
}

.s-slider-map .buttons-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.s-slider-map .buttons-box .btn-price {
    position: relative;
    height: 50px;
    line-height: 50px;
    padding: 0 45px 0 80px;
    border-radius: 25px 25px 0 0;
    color: #FFFFFF;
    background-color: #363636;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.s-slider-map .buttons-box .btn-price::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 33px;
    width: 31px;
    height: 31px;
    background-image: url(img/icon-price.svg);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.s-slider-map .buttons-box .btn-price:hover {
    opacity: .9;
}
.s-slider-map .buttons-box .btn-price img {
    margin-right: 16px;
}
.s-slider-map .buttons-box .inner {
    background-color: #363636;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 25px;
    width: 238px;
    height: 50px;
    margin: 0 auto 9px;
    z-index: 99;
    position: relative;
}
.map-show-prices .s-slider-map .buttons-box .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.s-slider-map .buttons-box .inner label {
    cursor: pointer;
    color: #FFFFFF;
    margin: 0;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.s-slider-map .buttons-box .inner label.map-prices-toggle-min {
    padding: 0 15px 0 20px;
}
.s-slider-map .buttons-box .inner input {
    display: none;
}
.s-slider-map .buttons-box .inner label.map-prices-toggle {
    width: 37px;
    height: 17px;
    border-radius: 8px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    background-color: #5C5C5C;
}
.s-slider-map .buttons-box .inner label.map-prices-toggle::after {
    width: 17px;
    height: 17px;
    border-radius: 9px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #1873C2;
    position: absolute;
    display: block;
    content: '';
    top: 0;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.map-show-prices-from .s-slider-map .buttons-box .inner label.map-prices-toggle::after {
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
}
.s-slider-map .buttons-box .inner label.map-prices-toggle-max {
    padding: 0 20px 0 15px;
}
@media (max-width: 1199px) {
    .s-slider-map .map-box {
        min-height: 473px;
    }
    .s-slider-map .buttons-box .btn-price {
        height: 41px;
        line-height: 41px;
        padding: 0 37px 0 64px;
        border-radius: 19px 19px 0 0;
        font-size: 10px;
    }
    .s-slider-map .buttons-box .btn-price::before {
        top: 9px;
        left: 27px;
        width: 25px;
        height: 25px;
    }
    .s-slider-map .map-box-left {
        margin-top: 30px;
        width: 249px;
    }
    .s-slider-map .lots-map .item {
        padding: 6px 15px 12px 12px;
    }
    .s-slider-map .lots-map .item .toggle-box {
        top: 11px;
        right: 12px;
    }
    .s-slider-map .lots-map .item .top {
        padding: 0 0 0 4px;
    }
    .s-slider-map .lots-map .item .top .adress {
        font-size: 14px;
        padding-right: 15px;
    }
    .s-slider-map .lots-map .item .top .district {
        font-size: 12px;
        margin: 7px 0 10px;
    }
    .s-slider-map .lots-map .image-slider {
        margin-bottom: 15px;
    }
    .s-slider-map .lots-map .image-slider .image-item {
        height: 173px;
    }
    .s-slider-map .lots-map .image-slider .slick-dots {
        bottom: 23px;
    }
    .s-slider-map .lots-map .image-slider .slick-dots li {
        margin: 0 3px;
    }
    .s-slider-map .lots-map .image-slider .slick-dots button {
        width: 9px;
        height: 9px;
    }
    .s-slider-map .lots-map .item .text {
        margin: 0;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .s-slider-map .lots-map .item .text .left, .s-slider-map .lots-map .item .text .right {
        max-width: 100%;
        margin: 0;
    }
    .s-slider-map .lots-map .item .text .title {
        font-size: 14px;
        line-height: 140%;
        margin-bottom: 11px;
    }
    .s-slider-map .lots-map .item .text .floor {
        font-size: 12px;
    }
    .s-slider-map .lots-map .item .text .right {
        padding-right: 0;
        margin-top: 6px;
    }
    .s-slider-map .lots-map .item .text .price {
        font-size: 16px;
        line-height: 22px;
    }
    .s-slider-map .lots-map .item .text .price-kvm {
        font-size: 12px;
        margin-top: 7px;
    }
    .s-slider-map .lots-map .item .f-item .other_block a+a {
        margin-left: 5px;
    }
}
@media (max-width: 767px) {
    .s-slider-map .map-box {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .s-slider-map .map-box-left {
        margin-top: 0;
        width: 100%;
        border-radius: 0;
    }
    .s-slider-map .lots-map {
        padding: 20px 15px;
        background-color: #F8F8F8;
    }
    .s-slider-map .map-box-right {
        position: relative !important;
        height: 471px;
    }
    .s-slider-map .lots-map .item {
        padding: 17px 18px 31px 18px;
        border-radius: 5px;
        background-color: #FFFFFF;
    }
    .s-slider-map .lots-map .item+.item {
        margin-top: 20px;
    }
    .s-slider-map .lots-map .item .toggle-box {
        top: 14px;
        right: 18px;
    }
    .s-slider-map .lots-map .item .top {
        padding: 0;
    }
    .s-slider-map .lots-map .item .top .adress {
        font-size: 16px;
    }
    .s-slider-map .lots-map .item .top .district {
        margin: 4px 0 16px;
    }
    .s-slider-map .lots-map .image-slider .image-item {
        height: 199px;
    }
    .s-slider-map .lots-map .item .text .title {
        font-size: 16px;
        line-height: 140%;
        margin-bottom: 10px;
    }
    .s-slider-map .lots-map .item .text .right {
        margin-top: 6px;
    }
    .s-slider-map .lots-map .item .text .price {
        font-size: 18px;
        line-height: 25px;
    }
    .s-slider-map .lots-map .item .text .price-kvm {
        margin-top: 6px;
    }
    .s-slider-map .lots-map .item .f-item {
        margin-top: 12px;
    }
    .s-slider-map .lots-map .item .f-item .other_block a+a {
        margin-left: 17px;
    }
}




.s-slider-map .buttons-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.s-slider-map .buttons-box .btn-price {
    min-width: 238px;
    height: 50px;
    line-height: 50px;
    padding: 0 45px 0 80px;
    border-radius: 25px 25px 0 0;
    color: #FFFFFF;
    background-color: #363636;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.s-slider-map .buttons-box .btn-price:hover {
    opacity: .9;
}
.s-slider-map .buttons-box .btn-price img {
    margin-right: 16px;
}
@media (max-width: 1199px) {
    .s-slider-map .map-box {
        min-height: 473px;
    }
    .s-slider-map .buttons-box .btn-price {
        min-width: 194px;
        height: 41px;
        line-height: 41px;
        padding: 0 37px 0 64px;
        border-radius: 19px 19px 0 0;
        font-size: 10px;
    }
    .s-slider-map .buttons-box .btn-price img {
        min-width: 25px;
        min-height: 25px;
        width: 25px;
        height: 25px;
        margin-right: 12px;
    }
}
@media (max-width: 767px) {
    .s-slider-map .map-box {
        min-height: 471px;
    }
}


/* s-blocks
-------------------------------------------------------------- */
.s-blocks {
    position: relative;
    overflow: hidden;
}
.s-blocks .box-blocks {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #ffffff;
    margin: -8px 23px 31px;
}
.s-blocks .box-blocks .blocks-item {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000000;
    color: #FFFFFF;
    padding: 35px 22px;
    margin-left: 41px;
    margin-top: 41px;
    height: 350px;
    width: calc(68% / 2 - 41px);
    z-index: 1;
}
.s-blocks .box-blocks .blocks-item:nth-child(5n + 1) {
    width: 32%;
    background-color: #000000;
    height: auto;
    padding: 34px 49px;
    margin-left: 0;
    margin-bottom: -392px;
}
.s-blocks .box-blocks .blocks-item:nth-child(5n + 2) {
    color: #222222;
}
.s-blocks .box-blocks .blocks-item:nth-child(5n + 4) {
    padding: 35px 44px;
}
.s-blocks .box-blocks .blocks-item:nth-child(5n + 5) {
    padding: 35px 44px;
}
.s-blocks .box-blocks .blocks-item:before {
    background: #000000;
    content: "";
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.s-blocks .box-blocks .blocks-item:hover:before {
    opacity: .5;
}
.s-blocks .box-blocks .blocks-item:nth-child(5n + 1):before {
    opacity: 0.2;
}
.s-blocks .box-blocks .blocks-item:hover:nth-child(5n + 1):before {
    opacity: 0.1;
}
.s-blocks .box-blocks .blocks-item:nth-child(5n + 2):before {
    background: #FFFFFF;
}
.s-blocks .box-blocks .blocks-item:nth-child(5n + 4):before {
    background: #0A518E;
    opacity: 0.5;
}
.s-blocks .box-blocks .blocks-item:hover:nth-child(5n + 4):before {
    opacity: .4;
}
.s-blocks .box-blocks .blocks-item .title {
    font-weight: bold;
    font-size: 45px;
    line-height: 100%;
}
.s-blocks .box-blocks .blocks-item .description {
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    margin-top: 15px;
    margin-left: 5px;
}
@media (max-width: 1650px) {
    .s-blocks .box-blocks .blocks-item .title {
        font-size: 35px;
    }
}
@media (max-width: 1439px) {
    .s-blocks .box-blocks .blocks-item .title {
        font-size: 30px;
    }
    .s-blocks .box-blocks .blocks-item {
        height: 270px;
    }
    .s-blocks .box-blocks .blocks-item:nth-child(5n + 1) {
        margin-bottom: -312px;
    }
}
@media (max-width: 1199px) {
    .s-blocks .box-blocks {
        margin: 14px 23px 31px;
    }
    .s-blocks .box-blocks .blocks-item {
        padding: 21px 20px;
        margin-left: 16px;
        margin-top: 16px;
        height: 136px;
        width: calc(68% / 2 - 16px);
        z-index: 1;
    }
    .s-blocks .box-blocks .blocks-item:nth-child(5n + 1) {
        width: 32%;
        background-color: #000000;
        height: auto;
        padding: 21px 20px;
        margin-left: 0;
        margin-bottom: -152px;
    }
    .s-blocks .box-blocks .blocks-item:nth-child(5n + 4) {
        padding: 21px 19px;
    }
    .s-blocks .box-blocks .blocks-item:nth-child(5n + 5) {
        padding: 21px 20px;
    }
    .s-blocks .box-blocks .blocks-item .title {
        font-size: 18px;
    }
    .s-blocks .box-blocks .blocks-item .description {
        font-size: 12px;
        line-height: 16px;
        margin-top: 13px;
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .s-blocks .box-blocks {
        margin: 11px 15px 31px;
    }
    .s-blocks .box-blocks .blocks-item {
        width: 100%;
        height: 155px;
        margin-left: 0;
        margin-top: 10px;
    }
    .s-blocks .box-blocks .blocks-item:nth-child(5n + 1) {
        width: 100%;
        height: 155px;
        margin-bottom: 0;
        margin-top: 16px;
    }
}


/* s-seealso
-------------------------------------------------------------- */
.s-seealso {
    position: relative;
    background-image: url(./img/bg3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    min-height: 702px;
    padding: 49px 0 103px;
}
.s-seealso .container {
    max-width: 1289px;
}
.s-seealso .seealso-title {
    font-weight: bold;
    font-size: 60px;
    line-height: 100%;
    color: #222222;
    margin: 0;
}
.s-seealso .crazy-form {
    margin-top: 73px;
    padding-left: 6px;
}
.s-seealso .crazy-form .form-item + .form-item {
    margin-top: 42px;
}
.s-seealso .crazy-form .form-title {
    width: 197px;
    padding-right: 25px;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
}
.s-seealso .crazy-form .form-box {
    margin-right: 28px;
    margin-top: 11px;
    font-size: 16px;
    line-height: 22px;
}
.s-seealso .crazy-form label {
    margin-right: 10px;
}
.s-seealso .crazy-form label span {
    margin-right: 10px;
}
.s-seealso .crazy-form input[type="number"] {
    width: 91px;
    padding: 0 5px 1px;
    border: 1px solid transparent;
    border-bottom-color: #B1B1B1;
    border-radius: 0;
    background-color: transparent;
    margin-right: 13px;
    font-size: 16px;
}
.s-seealso .crazy-form input[type="submit"] {
    min-width: 143px;
    line-height: 50px;
    height: 50px;
    padding: 0 23px;
    border-radius: 25px;
}
@media (max-width: 1199px) {
    .s-seealso {
        background-position: center right -310px;
        min-height: 672px;
        padding: 29px 0 29px;
    }
    .s-seealso .container {
        max-width: 750px;
    }
    .s-seealso .seealso-title {
        font-size: 35px;
    }
    .s-seealso .crazy-form {
        margin-top: 41px;
        padding-left: 0;
        font-size: 16px;
        line-height: 22px;
    }
    .s-seealso .crazy-form .form-title {
        width: auto;
    }
    .s-seealso .crazy-form .form-box {
        margin-right: 17px;
        margin-top: 19px;
    }
    .s-seealso .crazy-form label {
        margin-bottom: 0;
    }
    .s-seealso .crazy-form input[type="number"] {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .s-seealso {
        background-image: none;
        background-color: #FFFFFF;
        min-height: 605px;
        padding: 17px 0 23px;
    }
    .s-seealso .container {
        max-width: 100%;
    }
    .s-seealso .seealso-title {
        font-size: 25px;
    }
    .s-seealso .crazy-form {
        margin-top: 18px;
    }
    .s-seealso .crazy-form .form-item + .form-item {
        margin-top: 25px;
    }
    .s-seealso .crazy-form .form-box {
        margin-right: 0;
        margin-top: 0;
        font-size: 14px;
    }
    .s-seealso .crazy-form .right {
        margin-top: 11px;
    }
    .s-seealso .crazy-form label {
        margin-right: 5px;
    }
    .s-seealso .crazy-form label span {
        line-height: 19px;
        margin-right: 5px;
    }
    .s-seealso .crazy-form input[type="number"] {
        width: 40px;
        margin-right: 5px;
        height: 23px;
        font-size: 14px;
    }
    .s-seealso .crazy-form input[type="submit"] {
        min-width: 98px;
        line-height: 40px;
        height: 40px;
        padding: 0 15px;
        border-radius: 20px;
        font-size: 10px;
        letter-spacing: 0.05em;
    }
}


/* s-benefits
-------------------------------------------------------------- */
.s-benefits {
    position: relative;
    background-image: url(./img/bg-benefits.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    outline: none;
    color: #FFFFFF;
    padding: 126px 0 134px;
}
.s-benefits .left {
    padding-right: 3%;
}
.s-benefits .benefits-title {
    font-weight: bold;
    font-size: 60px;
    line-height: 65px;
    letter-spacing: -0.045em;
    margin: 0 0 53px;
}
.s-benefits .benefits-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
}
.s-benefits .btn-about {
    display: inline-block;
    position: relative;
    min-width: 228px;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 21px 35px;
    height: 62px;
    background: #1873C2;
    color: #FFFFFF;
    border: 1px solid #1873C2;
    border-radius: 31px;
    margin-top: 50px;
}
.s-benefits .btn-about:focus {
    background: #1873C2;
    color: #FFFFFF;
    border: 1px solid #1873C2;
}
.s-benefits .btn-about:hover {
    background: #1E7DD0;
    color: #FFFFFF;
    border: 1px solid #1E7DD0;
}
.s-benefits .btn-about:hover:focus {
    background: #1E7DD0;
    color: #FFFFFF;
    border: 1px solid #1E7DD0;
}
.s-benefits .benefits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 5px -5.5px 0;
    list-style: none;
}
.s-benefits .benefits .item {
    width: 100%;
    max-width: calc(100%/2 - 30px);
    margin: 0 5.5px 26px;
}
.s-benefits .benefits .item .img {
    width: 63px;
    height: 57px;
    max-width: 63px;
    max-height: 57px;
    margin-bottom: 39px;
}
.s-benefits .benefits .item .title {
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 10px;
}
.s-benefits .benefits .item .text {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    max-width: 270px;
}
@media (max-width: 1199px) {
    .s-benefits {
        padding: 61px 0 60px;
    }
    .s-benefits .left {
        padding-right: 0;
    }
    .s-benefits .benefits-title {
        font-size: 33px;
        line-height: 35px;
        margin: 0 0 35px;
    }
    .s-benefits .benefits-text {
        font-size: 14px;
        line-height: 20px;
    }
    .s-benefits .btn-about {
        min-width: 196px;
        padding: 15px 25px;
        height: 50px;
        border-radius: 25px;
        margin-top: 52px;
    }
    .s-benefits .benefits {
        margin: 3px -15px 0;
    }
    .s-benefits .benefits .item {
        max-width: calc(100%/2 - 30px);
        margin: 0 15px 22px;
    }
    .s-benefits .benefits .item .img {
        width: 36px;
        height: 36px;
        max-width: 36px;
        max-height: 36px;
        margin-bottom: 11px;
    }
    .s-benefits .benefits .item .title {
        font-size: 16px;
        margin-bottom: 5px;
        padding-right: 25px;
    }
    .s-benefits .benefits .item .text {
        font-size: 14px;
        line-height: 20px;
        max-width: 270px;
    }
}
@media (max-width: 767px) {
    .s-benefits {
        padding: 27px 0 30px;
    }
    .s-benefits .left {
        padding-left: 11px;
    }
    .s-benefits .benefits-title {
        font-size: 25px;
        line-height: 30px;
        margin: 0 0 14px;
    }
    .s-benefits .btn-about {
        min-width: 290px;
        margin-top: 25px;
    }
    .s-benefits .benefits {
        margin: 26px 0 0;
    }
    .s-benefits .benefits .item {
        max-width: 100%;
        margin: 0 10px 21px;
    }
    .s-benefits .benefits .item .img {
        width: 43px;
        height: 36px;
        max-width: 43px;
        max-height: 36px;
        margin-bottom: 16px;
    }
    .s-benefits .benefits .item .title {
        font-size: 18px;
        line-height: 120%;
        margin-bottom: 5px;
        padding-right: 0;
    }
    .s-benefits .benefits .item .text {

    }
}


/* s-benefits2
-------------------------------------------------------------- */
.s-benefits2 {
    position: relative;
    background-image: url(./img/bg-benefits2.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #F9F9F9;
    outline: none;
    padding: 93px 0 122px;
}
.s-benefits2 .benefits2-title {
    font-weight: bold;
    font-size: 60px;
    line-height: 65px;
    letter-spacing: -0.045em;
    margin: 0 0 82px;
}
.s-benefits2 .benefits2 .item .img {
    width: 63px;
    height: 57px;
    max-width: 63px;
    max-height: 57px;
    margin-bottom: 39px;
}
.s-benefits2 .benefits2 .item .title {
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 10px;
}
.s-benefits2 .benefits2 .item .text {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    max-width: 270px;
}
@media (max-width: 1199px) {
    .s-benefits2 {
        padding: 40px 0 85px;
    }
    .s-benefits2 .benefits2-title {
        font-size: 33px;
        line-height: 35px;
        margin: 0 0 48px;
    }
    .s-benefits2 .benefits2 .item .img {
        width: 36px;
        height: 36px;
        max-width: 36px;
        max-height: 36px;
        margin-bottom: 10px;
    }
    .s-benefits2 .benefits2 .item .title {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .s-benefits2 .benefits2 .item .text {
        font-size: 14px;
        line-height: 20px;
    }
}
@media (max-width: 767px) {
    .s-benefits2 {
        padding: 21px 0 18px;
    }
    .s-benefits2 .benefits2-title {
        font-size: 25px;
        line-height: 100%;
        letter-spacing: 0;
        margin: 0 0 22px;
    }
    .s-benefits2 .benefits2 .item {
        margin-bottom: 20px;
    }
    .s-benefits2 .benefits2 .item .img {
        width: 43px;
        height: 36px;
        max-width: 43px;
        max-height: 36px;
        margin-bottom: 16px;
    }
    .s-benefits2 .benefits2 .item .title {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .s-benefits2 .benefits2 .item .text {
        font-size: 14px;
        line-height: 20px;
    }
}




/* s-about
-------------------------------------------------------------- */
.s-about {
    position: relative;
    background-image: url(./img/bg-about.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    outline: none;
    padding: 120px 0 185px;
}
.s-about .about-title {
    width: 100%;
    min-width: 42.6%;
    font-weight: bold;
    font-size: 50px;
    line-height: 55px;
    letter-spacing: -0.045em;
    margin: 0;
}
.s-about .about-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    margin-top: 8px;
    columns: 2;
    column-gap: 50px;
}
@media (max-width: 1199px) {
    .s-about {
        padding: 41px 0 29px;
    }
    .s-about .about-title {
        font-size: 33px;
        line-height: 35px;
    }
    .s-about .about-text {
        font-size: 14px;
        line-height: 20px;
        margin-top: 15px;
        columns: 2;
        column-gap: 30px;
    }
}
@media (max-width: 767px) {
    .s-about {
        background-image: none;
        background-color: #FFFFFF;
        padding: 20px 0 2px;
    }
    .s-about .about-title {
        font-size: 25px;
        line-height: 30px;
    }
    .s-about .about-text {
        columns: 1;
        column-gap: 0;
    }
}


/* s-contacts
-------------------------------------------------------------- */
.s-contacts {
    position: relative;
    overflow: hidden;
    margin-bottom: 34px;
}
.s-contacts .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 17px 24px 24px 24px;
    margin: 0;
    list-style: none;
    background-color: #FFFFFF;
    border-radius: 15px;
}
.s-contacts .box .left {
    width: 100%;
    max-width: calc(100%/2 - 13px);
    margin: 0;
}
.s-contacts .box .foto {
    min-height: 463px;
    background-color: #F9F9F9;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
    overflow: hidden;
}
.s-contacts .box .right {
    width: 100%;
    max-width: calc(100%/2 + 13px);
    padding: 34px 30px;
}
.s-contacts .box .item {
    font-weight: 300;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 29px;
}
.s-contacts .box .item .title {
    color: #A5A5A5;
    margin-bottom: 19px;
}
.s-contacts .box .item a {
    color: #222222 !important;
}
.s-contacts .box .item .phone {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: -10px;
}
.s-contacts .box .item .phone+.phone {
    margin-left: 32px;
}
.s-contacts .box .item .phone::before {
    content: '';
    position: absolute;
    left: 0;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.s-contacts .box .item .phone2:before {
    background-image: url(./img/icon-m-phone.svg);
    width: 12px;
    height: 22px;
    top: -2px;
}
.s-contacts .box .item .phone1:before {
    background-image: url(./img/icon-phone.svg);
    width: 21px;
    height: 21px;
    top: -2px;
    left: -7px;
}
.s-contacts .box .mail span:last-child {
    display: none;
}
.s-contacts-map {
    height: 671px;
}
@media (max-width: 1199px) {
    .s-contacts {
        margin-bottom: 30px;
    }
    .s-contacts .box {
        padding: 10px 12px 12px 12px;
    }
    .s-contacts .box .foto {
        min-height: 245px;
    }
    .s-contacts .box .item {
        font-size: 14px;
        margin-bottom: 19px;
    }
    .s-contacts .box .left {
        max-width: calc(100%/2 - 15px);
    }
    .s-contacts .box .right {
        max-width: calc(100%/2 + 15px);
        padding: 14px 14px 5px 30px;
    }
    .s-contacts .box .item .title {
        margin-bottom: 16px;
    }
    .s-contacts .box .item .phone {
        padding-left: 19px;
        margin-bottom: -3px;
    }
    .s-contacts .box .item .phone+.phone {
        margin-left: 33px;
    }
    .s-contacts .box .item .phone2:before {
        width: 9px;
        height: 16px;
        top: 0;
    }
    .s-contacts .box .item .phone1:before {
        width: 14px;
        height: 14px;
        top: 1px;
        left: -3px;
    }
    .s-contacts-map {
        height: 357px;
    }
    .s-contacts-map .ymaps-2-1-76-image {
        width: 187px !important;
        height: 106px !important;
        background-size: cover !important;
        background-position: center !important;
        left: -110px !important;
        top: -95px !important;
    }
}
@media (max-width: 767px) {
    .s-contacts {
        margin-bottom: 20px;
    }
    .s-contacts .box {
        padding: 11px;
    }
    .s-contacts .box .left {
        max-width: 100%;
    }
    .s-contacts .box .foto {
        min-height: 196px;
        border-radius: 10px;
    }
    .s-contacts .box .right {
        max-width: 100%;
        padding: 23px 0 8px;
    }
    .s-contacts .box .phones {
        margin-bottom: 17px;
    }
    .s-contacts .box .phones .value {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .s-contacts .box .item .phone+.phone {
        margin-left: 0;
        margin-top: 28px;
    }
    .s-contacts .box .timework {
        margin-bottom: 25px;
    }
}


/* s-contactform
-------------------------------------------------------------- */
.s-contactform {
    position: relative;
    background-image: url(./img/bg2.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    outline: none;
    color: #FFFFFF;
    padding: 97px 0 121px;
}
.s-contactform .contactform-title {
    font-weight: bold;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -0.045em;
    margin: 0;
}
.s-contactform .form {
    width: 100%;
    margin-top: 21px;
}
.s-contactform .form .top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.s-contactform .form .top label {
    width: calc(100% / 3 - 15px);
    margin-bottom: 0;
}
.s-contactform .form .bottom {
    width: 100%;
    margin: 20px 0 12px;
}
.s-contactform .form .bottom label {
    width: 100%;
    margin-bottom: 0;
}
.s-contactform .form .wrap {
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.s-contactform .form .wrap .other {
    max-width: 351px;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    text-align: right;
    color: #FFFFFF;
    opacity: 0.7;
    margin-right: 15px;
    margin-top: 4px;
}
.s-contactform .form .wrap .other a {
    color: #FFFFFF !important;
}
.s-contactform .form .wrap .other a:hover {
    opacity: 1;
}
.s-contactform .crazy-form input[type="text"],
.s-contactform .crazy-form input[type="tel"],
.s-contactform .crazy-form input[type="number"],
.s-contactform .crazy-form input[type="mail"],
.s-contactform .crazy-form textarea {
    padding: 13.5px 25px;
    border-radius: 25px;
    background: #084D89;
    border: 1px solid #084D89;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    opacity: 0.7;
}
.s-contactform .crazy-form textarea {
    border-radius: 15px;
}
.s-contactform .crazy-form input[type="submit"] {
    min-width: 219px;
    height: 50px;
    line-height: 50px;
    color: #222222 !important;
    background: #FFFFFF !important;
    border: 1px solid #FFFFFF !important;
}
.s-contactform .crazy-form input[type="submit"]:hover {
    opacity: .9;
}
.s-contactform .crazy-form ::-webkit-input-placeholder { color: #FFFFFF; }
.s-contactform .crazy-form :-moz-placeholder { color: #FFFFFF; }
.s-contactform .crazy-form ::-moz-placeholder { color: #FFFFFF; }
.s-contactform .crazy-form :-ms-input-placeholder { color: #FFFFFF; }
@media (max-width: 1199px) {
    .s-contactform {
        padding: 49px 0 39px;
    }
    .s-contactform .contactform-title {
        font-size: 33px;
        line-height: 35px;
    }
    .s-contactform .form {
        margin-top: 35px;
    }
    .s-contactform .form .bottom {
        margin: 20px 0 25px;
    }
}
@media (max-width: 767px) {
    .s-contactform {
        padding: 20px 0 49px;
    }
    .s-contactform .contactform-title {
        font-size: 25px;
        line-height: 100%;
        letter-spacing: 0;
    }
    .s-contactform .form {
        margin-top: 27px;
    }
    .s-contactform .form .top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .s-contactform .form .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 auto;
    }
    .s-contactform .form .top label {
        width: 100%;
        margin-bottom: 19px;
    }
    .s-contactform .form .bottom {
        margin: 0 0 15px;
    }
    .s-contactform .form .wrap .other {
        max-width: 100%;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        margin-right: 0;
        margin-top: 11px;
    }
}


/* s-aboutinfo
-------------------------------------------------------------- */
.s-aboutinfo {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.s-aboutinfo .left {
    -ms-flex: 0 0 50.7%;
    flex: 0 0 50.7%;
    max-width: 50.7%;
}
.s-aboutinfo .wrap {
    padding-left: 15px;
    margin-left: 17.7%;
    padding-right: 30px;
}
.s-aboutinfo .wrap article {
    margin-bottom: 73px;
}
.s-aboutinfo .right {
    -ms-flex: 0 0 49.3%;
    flex: 0 0 49.3%;
    max-width: 49.3%;
}
.s-aboutinfo .bg-aboutinfo {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #A5A5A5;
}
@media (max-width: 1199px) {
    .s-aboutinfo .left {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .s-aboutinfo .wrap {
        margin-left: 2.2%;
        padding-right: 15px;
    }
    .s-aboutinfo .wrap article {
        margin-bottom: 23px;
    }
    .s-aboutinfo .right {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 767px) {
    .page-about {

    }
    .s-aboutinfo {
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-about .page-title {
        margin: 13px 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .s-aboutinfo .left {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -ms-flex-order: 2;
        order: 2;
    }
    .s-aboutinfo .wrap {
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .s-aboutinfo .wrap article {
        margin-bottom: 35px;
    }
    .s-aboutinfo .right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        min-height: 201px;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 13px;
    }
}


/* s-infographic
-------------------------------------------------------------- */
.s-infographic {
    position: relative;
    background-image: url(./img/bg2.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    outline: none;
    color: #FFFFFF;
    padding: 90px 0 50px;
}
.s-infographic .infographic-title {
    max-width: 1000px;
    font-weight: bold;
    font-size: 60px;
    line-height: 55px;
    letter-spacing: -0.045em;
    margin: 0 0 84px;
}
.s-infographic .infographic .box {
    max-width: 360px;
    margin-bottom: 70px;
}
.s-infographic .infographic .title {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -0.045em;
}
.s-infographic .infographic .text {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    margin-top: 19px;
}
@media (max-width: 1199px) {
    .s-infographic {
        padding: 50px 0 55px;
    }
    .s-infographic .infographic-title {
        max-width: 600px;
        font-size: 33px;
        line-height: 35px;
        margin: 0 0 52px;
    }
    .s-infographic .infographic .box {
        margin-bottom: 40px;
    }
    .s-infographic .infographic .title {
        font-size: 18px;
        line-height: 1.2;
    }
    .s-infographic .infographic .text {
        font-size: 14px;
        margin-top: 12px;
    }
}
@media (max-width: 767px) {
    .s-infographic {
        padding: 21px 0 28px;
    }
    .s-infographic .infographic-title {
        font-size: 25px;
        line-height: 100%;
        letter-spacing: 0;
        margin: 0 0 19px;
    }
    .s-infographic .infographic .box {
        margin-bottom: 19px;
    }
    .s-infographic .infographic .title {
        font-size: 18px;
        line-height: 1.2;
    }
    .s-infographic .infographic .text {
        font-size: 14px;
        margin-top: 12px;
    }
}


/* s-filters
-------------------------------------------------------------- */
.s-filters {
    position: relative;
    background-image: url(./img/bg-xl-catalog.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #EAEAEA;
    padding: 53px 22px 19px;
}
.block_filters {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.block_filters .left_filters {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.block_filters .right_filters {
    min-width: 302px;
}
.custom_input {
    margin-right: 10px;
    margin-bottom: 19px;
}
.custom_input.square {
    width: min-content;
    margin-left: 40px;
    margin-right: 0;
    margin-top: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.custom_input.cost {
    width: min-content;
    margin-left: 25px;
    margin-right: 0;
    margin-top: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: space-between;
}
.custom_input span.label {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #222222;
    margin-right: 22px;
}
.custom_input .range-slider {
    margin-top: 10px;
}
.custom_input .ui-slider {
    width: 150px;
    position: relative;
    background: #003C67;
    height: 5px;
    border-radius: 3px;
    box-shadow: none;
}
.custom_input .ui-slider .ui-slider-range {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
    border: 0;
    background: #1873C2;
    border-radius: 5px;
}
.custom_input .ui-slider .ui-slider-handle {
    display: block;
    position: absolute;
    margin-left: -12.5px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    top: -11px;
    background: #1873C2;
    z-index: 1;
    outline: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, border 0.4s;
}
.custom_input .input-range,
.custom_input .input-range {
    width: 50%;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    padding: 0;
    margin-top: 20px;
    box-sizing: border-box;
    outline: none;
    -moz-appearance:textfield;
}
.custom_input .input-range::-webkit-outer-spin-button,
.custom_input .input-range::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.custom_input #range-la_area-start,
.custom_input #range-la_price-start {
    float: left;
    text-align: left;
}
.custom_input #range-la_price-end,
.custom_input #range-la_area-end {
    float: right;
    text-align: right;
}





.s-filters .js-filter-submit {
    position: relative;
    display: inline-block;
    min-width: 145px;
    min-height: 50px;
    padding: 0 25px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #1873C2;
    outline: 0 !important;
    box-shadow: none;
}
.s-filters .js-filter-submit:hover {
    background: #1E7DD0;
}
.s-filters .js-filter-submit+.js-filter-submit {
    margin-left: 8px;
}
.s-filters .btn--gray {
    color: #7C7C7C;
    background: #C9C9C9;
}
.s-filters .btn--gray:hover {
    background: #cccccc;
}
.polzunok-container-5 * {
    box-sizing: border-box;
    outline: none;
}
.custom_input .polzunok-container-5 {
    margin-left: 15px;
    margin-top: 9px;
    width: 100%;
    max-width: calc(100% - 93px);
    z-index: 1;
}
.custom_input.cost .polzunok-container-5 {
    max-width: calc(100% - 140px);
}
.polzunok-container-5:after {
    content: "";
    clear: both;
    display: table;
}
.polzunok-container-5 .ui-slider {
    position: relative;
    background: #003C67;
    height: 5px;
    border-radius: 3px;
    box-shadow: none;
}
.polzunok-container-5 .ui-slider .ui-slider-handle {
    position: absolute;
    margin-left: -12.5px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    border-radius: 50%;
    top: -11px;
    background: #1873C2;
    z-index: 2;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, border 0.4s;
}
.polzunok-input-5-left,
.polzunok-input-5-right {
    width: 50%;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    padding: 0;
    margin-top: 20px;
}
.polzunok-input-5-left {
    float: left;
    text-align: left;
}
.polzunok-input-5-right {
    float: right;
    text-align: right;
}
.polzunok-container-5 .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 5px;
    border: 0;
    background: #1873C2;
    border-radius: 5px;
}
@media (max-width: 1199px) {
    .s-filters {
        background-image: url(./img/bg-md-catalog.jpg);
        padding: 20px 15px 21px 24px;
    }
    .block_filters {
        display: block;
    }
    .block_filters .right_filters {
        text-align: center;
        margin-top: 8px;
        margin-left: -4px;
    }
    .custom_input {
        margin-right: 10px;
    }
    .custom_input.square {
        margin-left: 0;
        margin-right: 40px;
        margin-top: 9px;
    }
    .custom_input.cost {
        margin-left: 0;
        margin-right: 40px;
        margin-top: 9px;
    }
    .custom_input span.label {
        font-size: 14px;
        line-height: 19px;
    }
    .polzunok-container-5 .ui-slider .ui-slider-handle {
        margin-left: -10.5px;
        width: 21px;
        height: 21px;
        top: -9px;
    }
    .polzunok-input-5-left, .polzunok-input-5-right {
        font-size: 12px;
        line-height: 16px;
        margin-top: 14px;
    }
    .custom_input.cost .polzunok-container-5 {
        max-width: 124px;
    }
}
@media (max-width: 767px) {
    .s-filters {
        background-image: url(./img/bg-sm-catalog.jpg);
        padding: 20px 15px 33px;
        min-height: 546px;
    }
    .custom_input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .custom_input.square {
        width: 100%;
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 20px;
    }
    .custom_input span.label {
        font-size: 12px;
    }
    .custom_input .polzunok-container-5 {
        margin-left: 25px;
        margin-top: 9px;
        width: 100%;
        max-width: calc(100% - 95px);
    }
    .custom_input.cost .polzunok-container-5 {
        max-width: calc(100% - 98px);
        margin-left: 6px;
    }
    .custom_input.cost {
        width: 100%;
        margin-left: 10px;
        margin-right: 20px;
        margin-top: 8px;
    }
    .block_filters .right_filters {
        margin-top: 16px;
    }
    .custom_input .range-slider {
        width: 100%;
    }
    .custom_input .ui-slider {
        width: 100%;
    }

}



/* s-sort
-------------------------------------------------------------- */
.s-sort {
    position: relative;
}
.s-sort .cat_header-sort {
    position: relative;
    background-color: #1873C2;
    border-radius: 15px;
    padding: 40px 44px 30px 44px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 1;
}
.s-sort .custom_input {
    width: 260px;
    margin-right: 0;
    margin-bottom: 0;
}
.s-sort .catalog_tags {
    width: calc(100% - 260px);
    margin-left: 31px;
    margin-top: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.s-sort .catalog_tags .crazy-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.s-sort .catalog_tags .crazy-tags .tag {
    margin-bottom: 10px;
    margin-right: 10px;
}
.s-sort .catalog_tags .crazy-tags .tag input {
    display: none;
}
.s-sort .catalog_tags .crazy-tags .tag label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 15px;
    background-color: #1667AF;
    margin-bottom: 0;
}
.s-sort .catalog_tags .crazy-tags .tag label span {
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    opacity: 1;
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 23px;
}
.s-sort .catalog_tags .crazy-tags .tag input:checked + label {
    background-color: #FFFFFF;
}
.s-sort .catalog_tags .crazy-tags .tag input:checked + label span {
    color: #222222;
    opacity: 0.7;
}
@media (max-width: 1199px) {
    .s-sort .cat_header-sort {
        padding: 44px 25px 24px 25px;
        margin-bottom: 20px;
    }
    .s-sort .catalog_tags {
        margin-top: -10px;
        margin-left: 90px;
    }
    .s-sort .catalog_tags .crazy-tags .tag label {
        border-radius: 12px;
    }
    .s-sort .catalog_tags .crazy-tags .tag label span {
        font-size: 12px;
        line-height: 16px;
        padding: 7px 18px;
    }
}
@media (max-width: 767px) {
    .s-sort .cat_header-sort {
        padding: 19px 23px 16px 23px;
        margin-bottom: 30px;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .s-sort .js-sort-listing {
        width: 100%;
    }
    .s-sort .catalog_tags {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }
    .s-sort .custom_input {
        width: 100%;
    }
    .s-sort .catalog_tags .crazy-tags .tag {
        margin-right: 6px;
        margin-bottom: 8px;
    }
    .s-sort .catalog_tags .crazy-tags .tag label {
        border-radius: 11px;
    }
    .s-sort .catalog_tags .crazy-tags .tag label span {
        padding: 5px 9px;
    }
}


/* page-catalog
-------------------------------------------------------------- */
.page-catalog .box-page-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 35px;
    margin-bottom: 42px;
}
.page-catalog .box-page-title .page-title {
    font-weight: bold;
    font-size: 60px;
    line-height: 55px;
    letter-spacing: -0.045em;
    color: #3F3D4A;
    margin: 0 13px 0 0;
}
.page-catalog .box-page-title .count {
    font-weight: 300;
    font-size: 25px;
    line-height: 115%;
    color: #A5A5A5;
}
.catalogMore {
    margin: 60px 0 49px;
}
.btn-load-more {
    display: inline-block;
    position: relative;
    min-width: 196px;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 15px 25px;
    height: 50px;
    background: transparent;
    color: #1873C2;
    border: 1px solid #1873C2;
    border-radius: 25px;
}
.btn-load-more:focus {
    color: #1873C2;
}
.btn-load-more:hover {
    background: #1E7DD0;
    color: #FFFFFF;
    border: 1px solid #1E7DD0;
}
.btn-load-more:hover:focus {
    color: #FFFFFF;
}
@media (max-width: 1199px) {
    .page-catalog .box-page-title {
        margin-top: 31px;
        margin-bottom: 21px;
    }
    .page-catalog .box-page-title .page-title {
        font-size: 25px;
        line-height: 35px;
        color: #222222;
        margin: 0 11px 0 0;
    }
    .page-catalog .box-page-title .count {
        font-size: 16px;
        line-height: 190%;
    }
    .catalogMore {
        margin: 30px 0 45px;
    }
}
@media (max-width: 767px) {
    .page-catalog .box-page-title {
        margin-top: 21px;
        margin-bottom: 29px;
    }
    .page-catalog .box-page-title .page-title {
        font-size: 25px;
        line-height: 35px;
        margin: 0 11px 0 0;
    }
    .page-catalog .box-page-title .count {
        line-height: 100%;
        margin-top: 14px;
    }
}


/* s-catform
-------------------------------------------------------------- */
.s-catform {
    position: relative;
    background-image: url(./img/bg-catform.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    outline: none;
    color: #FFFFFF;
    min-height: 693px;
    padding: 127px 0 138px;
}
.s-catform .sub-title {
    font-weight: 300;
    font-size: 40px;
    line-height: 55px;
    letter-spacing: -0.045em;
}
.s-catform .s-title {
    font-weight: bold;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -0.045em;
    margin: 45px 0 0;
}
.s-catform .text {
    font-weight: 300;
    font-size: 25px;
    line-height: 140%;
    margin-top: 125px;
    padding-right: 15%;
}
.s-catform .crazy-form {
    max-width: 540px;
    margin-top: 87px;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.s-catform .crazy-form .wrap {
    margin-left: -98px;
}
.s-catform .crazy-form input[type="tel"] {
    width: 349px;
    padding: 17.5px 110px 17.5px 25px;
}
@media (max-width: 1199px) {
    .s-catform {
        min-height: 403px;
        padding: 52px 0 63px;
    }
    .s-catform .sub-title {
        font-size: 22px;
    }
    .s-catform .s-title {
        font-size: 33px;
        line-height: 35px;
        margin: 10px 0 0;
    }
    .s-catform .text {
        font-size: 14px;
        line-height: 20px;
        margin-top: 15px;
        padding-right: 0;
        max-width: 660px;
    }
    .s-catform .crazy-form {
        max-width: 444px;
        margin-top: 38px;
    }
    .s-catform .crazy-form {
        max-width: 444px;
        margin-top: 38px;
    }
    .s-catform .crazy-form input[type="tel"] {
        width: 344px;
        padding: 13px 110px 13px 25px;
    }
}
@media (max-width: 767px) {
    .s-catform {
        padding: 34px 0 27px;
    }
    .s-catform .sub-title {
        font-size: 18px;
        line-height: 1.5;
    }
    .s-catform .s-title {
        font-size: 25px;
        line-height: 100%;
        margin: 24px 10px 0 0;
        letter-spacing: 0;
    }
    .s-catform .text {
        font-size: 14px;
        line-height: 20px;
        margin-top: 15px;
    }
    .s-catform .crazy-form {
        margin-top: 26px;
    }
    .s-catform .crazy-form input[type="tel"] {
        width: 260px;
    }
}





/* crazy-form
-------------------------------------------------------------- */
.crazy-form input[type="text"], .crazy-form input[type="tel"], .crazy-form input[type="number"], .crazy-form input[type="mail"], .crazy-form textarea {
    width: 100%;
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    color: #222222;
    background: #ffffff;
    padding: 17.5px 25px;
    border: 1px solid #ffffff;
    border-radius: 30px;
    outline: 0 !important;
}
.crazy-form textarea {
    height: 138px;
    border-radius: 15px;
}
.crazy-form input[type="submit"] {
    min-width: 193px;
    font-weight: bold;
    font-size: 14px;
    line-height: 62px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #1873C2;
    border: 1px solid #1873C2;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 62px;
    display: block;
    cursor: pointer;
    padding: 0 23px;
    border-radius: 50px;
    outline: 0 !important;
    box-shadow: none !important;
}
.crazy-form input[type="submit"]:hover {
    background: #1E7DD0;
    border: 1px solid #1E7DD0;
}
::-webkit-input-placeholder { color: #222222; }
:-moz-placeholder { color: #222222; }
::-moz-placeholder { color: #222222; }
:-ms-input-placeholder { color: #222222; }
@media (max-width: 1199px) {
    .crazy-form input[type="text"], .crazy-form input[type="tel"], .crazy-form input[type="number"], .crazy-form input[type="mail"], .crazy-form textarea {
        font-size: 16px;
        padding: 13px 25px;
    }
    .crazy-form input[type="submit"] {
        font-size: 12px;
        line-height: 50px;
        height: 50px;
    }
}
@media (max-width: 767px) {
    .crazy-form input[type="submit"] {
        min-width: 127px;
    }
    .crazy-form textarea {
        height: 106px;
    }
}


/* property-list
-------------------------------------------------------------- */
.property-list .item {
    position: relative;
    background: #FFFFFF;
    border-radius: 15px;
    padding: 15px 43px 15px 13px;
    overflow: hidden;
}
.property-list .item+.item {
    margin-top: 20px;
}
.property-list .item .img-box {
    width: 332px;
    min-width: 332px;
    height: 332px;
    min-height: 332px;
    border-radius: 5px;
    background-color: #EAEAEA;
    overflow: hidden;
}
.property-list .image-slider .image-item {
    height: 332px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    outline: 0!important;
}
.property-list .item .img-box .slick-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    z-index: 11;
}
.property-list .item .img-box .slick-dots li {
    margin: 0 4px;
}
.property-list .item .img-box .slick-dots li:first-child {
    margin-left: 0;
}
.property-list .item .img-box .slick-dots li.slick-active button {
    background: #1873C2;
}
.property-list .item .img-box .slick-dots button {
    display: block;
    width: 12px;
    height: 12px;
    border: none;
    background: #FFFFFF;
    text-indent: -9999px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    padding: 0;
    outline: 0 !important;
}
.property-list .item .content {
    width: 100%;
    margin-left: 34px;
    padding-top: 28px;
}
.property-list .item .title-box .title {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    text-decoration-line: underline;
    color: #222222;
    margin-bottom: 15px;
}
.property-list .item .title-box .title:hover {
    text-decoration-line: none;
}
.property-list .item .title-box .tags {
    margin: 8px -14px 0;
}
.property-list .item .title-box .tags .tag {
    margin: 0 14px;
}
.property-list .item .title-box .tags .tag img {
    min-width: 20px;
    width: 20px;
}
.property-list .item .adress {
    font-weight: bold;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 4px;
}
.property-list .item .floor {
    font-weight: bold;
    font-size: 20px;
    line-height: 140%;
}
.property-list .item .h-content .right {
    min-width: 200px;
    margin: -4px 0 0 75px;
}
.property-list .item .price {
    font-weight: 500;
    font-size: 28px;
    line-height: 41px;
}
.property-list .item .price-kvm {
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    margin-top: 9px;
}
.property-list .item .text {
    margin-top: 20px;
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
}
.property-list .item .f-content {
    margin-top: 39px;
}
.property-list .other_block a {
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #8E8E8E;
}
.property-list .other_block a:hover,
.property-list .other_block a.active {
    color: #1873C2;
}
.property-list .other_block a:hover svg path,
.property-list .other_block a.active svg path {
    fill: #1873C2;
}
.property-list .other_block a+a {
    margin-left: 50px;
}
.property-list .other_block a .label {
    padding-left: 15px;
}
.property-list .other_block a.num-views {
    color: #8E8E8E !important;
    cursor: auto;
}
.property-list .other_block a.num-views span {
    color: #8E8E8E !important;
}
@media (max-width: 1199px) {
    .property-list .item {
        background: #F8F8F8;
        border-radius: 5px;
        padding: 0;
    }
    .property-list .item .content {
        margin-left: 30px;
        padding-top: 8px;
    }
    .property-list .item .img-box {
        width: 220px;
        min-width: 220px;
        height: 220px;
        min-height: 220px;
    }
    .property-list .image-slider .image-item {
        height: 220px;
    }
    .property-list .item .img-box .slick-dots {
        bottom: 18px;
    }
    .property-list .item .img-box .slick-dots li {
        margin: 0 3px;
    }
    .property-list .item .img-box .slick-dots button {
        width: 9px;
        height: 9px;
    }
    .property-list .item .h-content .left {
        width: 100%;
    }
    .property-list .item .title-box .title {
        font-weight: 500;
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 7px;
        margin-right: 15px;
    }
    .property-list .item .adress {
        font-size: 12px;
        margin-bottom: 8px;
    }
    .property-list .item .floor {
        font-size: 12px;
    }
    .property-list .item .h-content .right {
        margin: -1px 0 0 60px;
        min-width: 164px;
    }
    .property-list .item .price {
        font-size: 22px;
        line-height: 30px;
    }
    .property-list .item .price-kvm {
        font-size: 14px;
        line-height: 120%;
        margin-top: 4px;
        margin-bottom: 25px;
    }
    .property-list .other_block a {
        font-size: 12px;
        line-height: 16px;
    }
    .property-list .other_block a+a {
        margin-left: 25px;
    }
    .property-list .other_block a .label {
        padding-left: 9px;
    }
    .property-list .other_block a img,
    .property-list .other_block a svg {
        min-width: 13px;
        max-width: 16px;
        min-height: 11px;
        max-height: 15px;
    }
    .property-list .item .text {
        margin-top: 20px;
        font-size: 12px;
    }
    .property-list .item .f-content {
        margin-top: 0;
    }
    .property-list .item .title-box .tags {
        margin: 8px -12px 0;
    }
    .property-list .item .title-box .tags .tag {
        margin: 0 12px;
    }
}
@media (max-width: 767px) {
    .property-list .item {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .property-list .item .img-box {
        width: 100%;
        min-width: 100%;
    }
    .property-list .item .content {
        margin-left: 0;
        padding-top: 12px;
    }
    .property-list .item .h-content {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .property-list .item .title-box .title {
        font-size: 16px;
        margin-bottom: 6px;
    }
    .property-list .item .adress {
        margin-bottom: 7px;
    }
    .property-list .item .h-content .right {
        margin: 5px 0 0;
        width: 100%;
    }
    .property-list .item .h-content .mob-flex-box {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 4px;
    }
    .property-list .item .price-kvm {
        font-size: 14px;
        line-height: 120%;
        margin-top: 0;
        margin-bottom: 0;
    }
    .property-list .item .text {
        margin-top: 17px;
    }
}


/* s-newproperty
-------------------------------------------------------------- */
.s-newproperty {
    position: relative;
    overflow: hidden;
    padding: 71px 0 44px;
    background: #FFFFFF;
}
.s-newproperty .container {
    max-width: 1300px;
}
.s-newproperty .newproperty-title {
    font-weight: 300;
    font-size: 50px;
    line-height: 100%;
    color: #222222;
    margin: 0;
}
.s-newproperty .nav-newproperty {
    margin-top: 10px;
    margin-left: 92px;
}
.s-newproperty .nav-newproperty > li.nav-item-prodazha {
    margin-left: -30px;
}
.s-newproperty .nav-newproperty > li > a {
    position: relative;
    min-width: 196px;
    min-height: 50px;
    padding: 15px 25px;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #222222;
    background: #F5F5F5;
    border-radius: 25px;
    z-index: 1;
}
.s-newproperty .nav-newproperty > li > a:hover {
    background: #ececec;
}
.s-newproperty .nav-newproperty > li > a.active {
    color: #FFFFFF;
    background: #1873C2;
    z-index: 2;
}
.s-newproperty .nav-newproperty > li > a.active:hover {
    background: #1E7DD0;
}
.s-newproperty .property-list {
    max-width: 1152px;
    margin: 83px 0 0 5px;
}
.s-newproperty .property-list .item {
    padding: 0 16px 0 0;
    border-radius: 0;
}
.s-newproperty .property-list .item+.item {
    margin-top: 49px;
}
.s-newproperty .property-list .item .content {
    margin-left: 35px;
    padding-top: 9px;
}
.s-newproperty .property-list .item .title-box .title {
    font-size: 25px;
    margin-bottom: 15px;
}
.s-newproperty .property-list .item .adress {
    font-size: 16px;
    margin-bottom: 2px;
    margin-top: 42px;
}
.s-newproperty .property-list .item .floor {
    font-size: 16px;
}
.s-newproperty .property-list .item .price-kvm {
    font-size: 16px;
}
.s-newproperty .property-list .item .text {
    margin-top: 30px;
    font-size: 16px;
}
.s-newproperty .property-list .item .f-content {
    margin-top: 25px;
}
.s-newproperty .property-list .other_block a {
    font-size: 12px;
    line-height: 16px;
}
.s-newproperty .property-list .other_block a+a {
    margin-left: 35px;
}
.s-newproperty .property-list .other_block a img,
.s-newproperty .property-list .other_block a svg {
    min-width: 13px;
    max-width: 16px;
    min-height: 11px;
    max-height: 15px;
}
.s-newproperty .property-list .other_block a .label {
    padding-left: 9px;
}
.s-newproperty .catalogMore {
    margin: 68px 0 0;
}
@media (max-width: 1199px) {
    .s-newproperty {
        padding: 65px 0 42px;
    }
    .s-newproperty .container {
        max-width: 750px;
    }
    .s-newproperty .newproperty-title {
        font-size: 30px;
    }
    .s-newproperty .nav-newproperty {
        margin-top: -12px;
        margin-left: 0;
    }
    .s-newproperty .property-list {
        margin: 30px 0 0 0;
    }
    .s-newproperty .property-list .item {
        padding: 0;
        background: #FFFFFF;
    }
    .s-newproperty .property-list .item+.item {
        margin-top: 20px;
    }
    .s-newproperty .property-list .item .content {
        margin-left: 30px;
        padding-top: 7px;
    }
    .s-newproperty .property-list .item .title-box .title {
        font-size: 18px;
        line-height: 1.5;
        margin-top: 5px;
        margin-bottom: 15px;
    }
    .s-newproperty .property-list .item .adress {
        font-size: 12px;
        margin-bottom: 7px;
        margin-top: 0;
    }
    .s-newproperty .property-list .item .floor {
        font-size: 12px;
    }
    .s-newproperty .property-list .item .price-kvm {
        font-size: 14px;
    }
    .s-newproperty .property-list .item .text {
        margin-top: 17px;
        font-size: 12px;
    }
    .s-newproperty .property-list .other_block a+a {
        margin-left: 25px;
    }
    .s-newproperty .catalogMore {
        margin: 38px 0 0;
    }
}
@media (max-width: 767px) {
    .s-newproperty {
        padding: 30px 0 42px;
    }
    .s-newproperty .container {
        max-width: 100%;
    }
    .s-newproperty .newproperty-title {
        font-size: 25px;
    }
    .s-newproperty .h-newproperty-box {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .s-newproperty .nav-newproperty {
        margin-top: 17px;
        margin-bottom: 17px;
    }
    .s-newproperty .nav-newproperty > li {
        width: 50%;
    }
    .s-newproperty .nav-newproperty > li.nav-item-prodazha {
        margin-left: -20px;
    }
    .s-newproperty .nav-newproperty > li > a {
        min-width: 157px;
        min-height: 40px;
        padding: 13px 15px;
        font-size: 10px;
        line-height: 14px;
        border-radius: 20px;
    }
    .s-newproperty .property-list {
        margin: 5px 0 0 0;
    }
    .s-newproperty .property-list .item+.item {
        margin-top: 24px;
    }
    .s-newproperty .property-list .item .content {
        margin-left: 0;
        padding-top: 10px;
    }
    .s-newproperty .property-list .item .title-box .title {
        font-size: 16px;
        margin-top: 8px;
        margin-bottom: 14px;
    }
    .s-newproperty .property-list .item .price {
        font-size: 20px;
        line-height: 27px;
    }
    .s-newproperty .property-list .item .text {
        margin-top: 20px;
        font-size: 12px;
        line-height: 140%;
    }
    .s-newproperty .catalogMore {
        margin: 18px 0 0;
    }
}


/* page-lot
-------------------------------------------------------------- */
.page-lot .page-title {
    font-weight: bold;
    font-size: 45px;
    line-height: 55px;
    margin-top: 35px;
    margin-bottom: 19px;
}
.h-lots {
    margin-bottom: 22px;
}
.h-lots .left {
    padding: 0 15px;
    -ms-flex: 0 0 66.7%;
    flex: 0 0 66.7%;
    max-width: 66.7%;
}
.h-lots .right {
    padding: 0 2.8% 0 15px;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
}
.h-lots .adress-box {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
}
.h-lots .adress-box .adress {
    position: relative;
    padding-left: 35px;
}
.h-lots .adress-box .adress::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url(./img/icon-adress2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.h-lots .adress-box .district {
    color: #747474;
    margin-left: 15px;
}
.h-lots .btn-map {
    position: relative;
    min-width: 196px;
    min-height: 50px;
    padding: 15px 25px;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #1873C2;
    border-radius: 25px;
}
.h-lots .btn-map:hover {
    background: #1E7DD0;
}
.h-lots .other_block a {
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #8E8E8E;
}
.h-lots .other_block a:hover,
.h-lots .other_block a.active {
    color: #1873C2;
}
.h-lots .other_block a:hover svg path,
.h-lots .other_block a.active svg path {
    fill: #1873C2;
}
.h-lots .other_block a.num-views {
    color: #8E8E8E;
    cursor: auto;
}
.h-lots .other_block a+a {
    margin-left: 30px;
}
.h-lots .other_block a .label {
    padding-left: 10px;
}
.b-lots .left {
    padding: 0 15px;
    -ms-flex: 0 0 66.7%;
    flex: 0 0 66.7%;
    max-width: 66.7%;
}
.b-lots .right {
    padding: 0 15px;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
}
.b-lots .lot-tags {
    position: absolute;
    z-index: 2;
    left: 28px;
    top: 29px;
}
.b-lots .lot-tags .tag {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #FFFFFF;
    padding: 8px 20px;
    font-size: 16px;
    line-height: 22px;
    border-radius: 15px;
}
.b-lots .gallery {
    margin-bottom: 35px;
}
.b-lots .gallery-big {
    height: 623px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 32px;
}
.b-lots .gallery-big .gallery-big-item {
    width: 100%;
    height: 623px;
    position: relative;
    z-index: 1;
    outline: 0 !important;
}
.b-lots .gallery-big .gallery-big-item img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 3px;
}
.b-lots .gallery-big .slick-arrow ,
.b-lots .gallery-big--view .slick-arrow {
    position: absolute;
    top: 50%;
    text-indent: -9999px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 66px;
    height: 66px;
    background: #000000;
    opacity: 0.5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 2;
}
.b-lots .gallery-big--view .slick-arrow:hover,
.b-lots .gallery-big .slick-arrow:hover {
    opacity: 0.6;
}
.b-lots .gallery-big--view .slick-arrow.slick-prev,
.b-lots .gallery-big .slick-arrow.slick-prev {
    left: 0;
    border-radius: 0 15px 15px 0;
}
.b-lots .gallery-big--view .slick-arrow.slick-next, 
.b-lots .gallery-big .slick-arrow.slick-next {
    right: 0;
    border-radius: 15px 0 0 15px;
}
.b-lots .gallery-big--view .slick-arrow::before ,
.b-lots .gallery-big .slick-arrow::before {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 8px);
    width: 25px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.b-lots .gallery-big--view .slick-arrow.slick-prev::before ,
.b-lots .gallery-big .slick-arrow.slick-prev::before {
    background-image: url(./img/gallerybig-arrows.svg);
    right: 23px;
}
.b-lots .gallery-big--view .slick-arrow.slick-next::before ,
.b-lots .gallery-big .slick-arrow.slick-next::before {
    background-image: url(./img/gallerybig-arrows2.svg);
    right: 20px
}
.b-lots .gallery-big--view,
.b-lots .gallery-big--review,
.b-lots .gallery-big--video{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 623px;
    border-radius: 15px;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
}
.b-lots .gallery-big--video .view-wide,
.b-lots .gallery-big--video iframe{width:100%;height:100%}

.b-lots .gallery-link-item .gallery-mini-item .gallery-mini-img {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 15px;
  width: 100%;
    height: 100%;
}
.b-lots .gallery-big--view {
    background-color: #5a6268;
}
.b-lots .gallery-big--video,
.b-lots .gallery-big--review {
    background-color: #1b1e21;
}
.b-lots .gallery-big--video.active,
.b-lots .gallery-big--view.active,
.b-lots .gallery-big--review.active {
    z-index: 3;
    opacity: 1;
}
.b-lots .links {
    margin-left: -22px;
    width: 38.5%;
}
.b-lots .gallery-box-mini {
    width: 61.5%;
    margin-left: 22px;
}
.b-lots .links .gallery-link-item {
    display: inline-block;
    position: relative;
    width: calc( 100% / 3 - 25px);
    margin-left: 22px;
}
.b-lots .links .gallery-link-item::before {
    content: '';
    display: block;
    padding-top: 100%;
}
.b-lots .links .gallery-link-item .link {
    background-color: #FFFFFF;
    color: #1873C2;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    border-radius: 15px;
}
.b-lots .links .gallery-link-item .link:hover {
    background-color: #1873C2;
    color: #FFFFFF;
}
.b-lots .links .gallery-link-item .link svg path {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.b-lots .links .gallery-link-item .link:hover svg path {
    fill: #FFFFFF;
}
.b-lots .links .gallery-link-item .link span {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    margin-top: 9px;
}
.b-lots .links .gallery-link-item .link.floor_plans svg path {
    fill: #ffffff;
    stroke: #1873C2;
}
.b-lots .links .gallery-link-item .link.floor_plans:hover svg path {
    fill: #1873C2;
    stroke: #ffffff;
}

.b-lots .gallery-mini {
    overflow: hidden;
    font-size: 0;
    white-space: nowrap;
    margin: 0 -11px;
}
.b-lots .gallery-mini .gallery-mini-item {
    display: inline-block;
    transition: all .3s;
    cursor: pointer;
    outline: 0 !important;
    margin: 0 11px;
    opacity: .5;
}
.b-lots .gallery-mini .slick-current {
    opacity: 1;
}
.b-lots .gallery-mini .gallery-mini-item .gallery-mini-img {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 15px;
}
.b-lots .gallery-mini .gallery-mini-item .gallery-mini-img::before {
    content: '';
    display: block;
    padding-top: 100%;
}
.b-lots article {
    padding: 24px 26px 20px 39px;
    margin-bottom: 35px;
    background-color: #FFFFFF;
    border-radius: 15px;
    font-size:18px;
}
.b-lots article .title-desc-lot {
    font-weight: bold;
    font-size: 22px;
    line-height: 55px;
}
.b-lots .info {
    background-color: #FFFFFF;
    border-radius: 15px;
    padding: 29px 58px 58px 38px;
    margin: 0 0 55px;
}
.b-lots .info .price {
    font-weight: 500;
    font-size: 35px;
    line-height: 48px;
    color: #1873C2;
}
.b-lots .info .price-kvm {
    font-size: 20px;
    line-height: 120%;
    color: #3F3D4A;
}
.b-lots .info .feature {
    margin-top: 34px;
}
.b-lots .info .feature .item {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.2;
}
.b-lots .info .feature .item+.item {
    margin-top: 16px;
}
.b-lots .info .feature .item .label {
    color: #A5A5A5;
}
.b-lots .callback {
    min-height: 250px;
    padding: 37px 28px 27px 32px;
    margin: 0 0 30px;
    background-color: #1873C2;
    border-radius: 15px;
}
.b-lots .callback .crazy-form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.b-lots .callback .crazy-form .other {
    max-width: 351px;
    margin: 0 auto;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.7;
}
.b-lots .callback .crazy-form .other a {
    color: #FFFFFF;
}
.b-lots .callback .crazy-form label {
    width: calc(100% / 2 - 10px);
    margin-bottom: 0;
}
.b-lots .callback .crazy-form input[type="text"],
.b-lots .callback .crazy-form input[type="tel"] {
    padding: 13.5px 25px;
    border-radius: 25px;
    background: #084D89;
    border: 1px solid #084D89;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    opacity: 0.7;
}
.b-lots .callback .crazy-form input[type="submit"] {
    min-width: 100%;
    height: 50px;
    line-height: 50px;
    color: #222222;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    margin: 23px 0 10px;
}
.b-lots .callback .crazy-form input[type="submit"]:hover {
    opacity: .9;
}
.b-lots .callback .crazy-form ::-webkit-input-placeholder { color: #FFFFFF; }
.b-lots .callback .crazy-form :-moz-placeholder { color: #FFFFFF; }
.b-lots .callback .crazy-form ::-moz-placeholder { color: #FFFFFF; }
.b-lots .callback .crazy-form :-ms-input-placeholder { color: #FFFFFF; }

.b-lots .btn-present {
    display: inline-block;
    position: relative;
    width: 100%;
    font-weight: normal;
    font-size: 22px;
    line-height: 87px;
    text-align: center;
    padding: 0 25px;
    height: 87px;
    background: transparent;
    color: #1873C2;
    border: 1px solid #1873C2;
    border-radius: 15px;
}
.b-lots .btn-present:focus {
    color: #1873C2;
}
.b-lots .btn-present:hover {
    background: #1E7DD0;
    color: #FFFFFF;
    border: 1px solid #1E7DD0;
}
.b-lots .btn-present:hover:focus {
    color: #FFFFFF;
}
.b-lots .btn-present+.btn-present {
    margin-top: 20px;
}
.map-lots {
    height: 671px;
    background-color: #5a6268;
}
@media (max-width: 1599px) {
    .b-lots .links .gallery-link-item .view_wide img {
        max-width: 34px;
        max-height: 28px;
    }
    .b-lots .links .gallery-link-item .link img {
        max-width: 24px;
        max-height: 24px;
    }
    .b-lots .links .gallery-link-item .link span {
        font-size: 10px;
        line-height: 11px;
        margin-top: 6px;
    }
    .h-lots .other_block a {
        font-size: 16px;
    }
    .h-lots .other_block a+a {
        margin-left: 20px;
    }
    .h-lots .other_block img,
    .h-lots .other_block svg {
        min-width: 13px;
        max-width: 18px;
        min-height: 13px;
        max-height: 18px;
    }
    .h-lots .other_block a .label {
        padding-left: 5px;
    }
    .b-lots .callback .crazy-form .other {
        font-size: 12px;
    }
}
@media (max-width: 1199px) {
    .page-lot .page-title {
        font-size: 33px;
        line-height: 35px;
        margin-top: 29px;
        margin-bottom: 18px;
    }
    .h-lots {
        margin-bottom: 34px;
    }
    .h-lots .left {
        padding: 0 15px;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .h-lots .right {
        padding: 0 22px 0 15px;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .h-lots .adress-box {
        font-size: 14px;
    }
    .h-lots .other_block a {
        font-size: 14px;
        line-height: 19px;
    }
    .h-lots .other_block a+a {
        margin-left: 10px;
    }
    .b-lots .left {
        padding: 0 15px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .b-lots .right {
        padding: 0 15px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .b-lots .gallery {
        margin-bottom: 18px;
    }
    .b-lots .lot-tags {
        left: 20px;
        top: 21px;
    }
    .b-lots .lot-tags .tag {
        margin-right: 8px;
        margin-bottom: 8px;
        padding: 6px 15px;
        font-size: 12px;
        line-height: 16px;
        border-radius: 15px;
    }
    .b-lots .gallery-big {
        height: 443.5px;
        margin-bottom: 20px;
    }
    .b-lots .gallery-big--view .slick-arrow,
    .b-lots .gallery-big .slick-arrow {
        width: 47px;
        height: 47px;
    }
    
    .b-lots .gallery-big--view .slick-arrow::before,
    .b-lots .gallery-big .slick-arrow::before {
        top: calc(50% - 7px);
        width: 19px;
        height: 12px;
    }
    .b-lots .gallery-big--view .slick-arrow.slick-prev::before ,
    .b-lots .gallery-big .slick-arrow.slick-prev::before {
        right: 15px;
    }
    .b-lots .gallery-big--view .slick-arrow.slick-next::before ,
    .b-lots .gallery-big .slick-arrow.slick-next::before {
        right: 15px;
    }
    .b-lots .gallery-big .gallery-big-item {
        height: 443.5px;
    }
    .b-lots .gallery-big--video,
    .b-lots .gallery-big--view,
    .b-lots .gallery-big--review {
        height: 443.5px;
    }
    .b-lots .links {
        margin-left: -15px;
    }
    .b-lots .links .gallery-link-item {
        width: calc( 100% / 3 - 18px);
        margin-left: 15px;
    }
    .b-lots .gallery-box-mini {
        margin-left: 15px;
    }
    .b-lots .gallery-mini .gallery-mini-item {
        margin: 0 7.5px;
    }
    .b-lots article {
        margin-bottom: 30px;
    }
    .b-lots .info {
        padding: 29px 34px 34px 32px;
    }
    .b-lots .info .price {
        font-size: 30px;
        line-height: 41px;
    }
    .b-lots .info .price-kvm {
        font-size: 16px;
        margin-top: 9px;
    }
    .b-lots .info .feature .item {
        font-size: 14px;
    }
    .b-lots .info .feature .item+.item {
        margin-top: 14px;
    }
    .b-lots .callback {
        min-height: 225px;
        margin: 0 0 20px;
    }
    .b-lots .btn-present {
        font-size: 18px;
        line-height: 52px;
        height: 52px;
    }
    .b-lots .btn-present+.btn-present {
        margin-top: 12px;
    }
    .map-lots {
        height: 357px;
    }
    .b-lots .callback .crazy-form label {
        width: calc(100% / 2 - 5px);
        margin-bottom: 0;
    }
    .b-lots .callback .crazy-form input[type="text"], .b-lots .callback .crazy-form input[type="tel"] {
        padding: 13.5px 20px;
        font-size: 14px;
    }
    .b-lots .callback .crazy-form input[type="submit"] {
        margin: 20px 0 8px;
    }
}
@media (max-width: 767px) {
    .page-lot .page-title {
        font-size: 25px;
        line-height: 100%;
        margin-top: 19px;
        margin-bottom: 17px;
    }
    .h-lots {
        margin-bottom: 16px;
    }
    .h-lots .left {
        padding: 0 15px;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
    .h-lots .right {
        padding: 0 15px 0 15px;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
    .h-lots .adress-box {
        font-size: 12px;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .h-lots .adress-box .adress {
        padding-left: 25px;
    }
    .h-lots .adress-box .adress::before {
        top: 0;
        width: 19px;
        height: 19px;
    }
    .h-lots .adress-box .district {
        margin-left: 25px;
        margin-top: 2px;
    }
    .h-lots .other_block a {
        font-size: 12px;
        line-height: 16px;
    }
    .b-lots .gallery {
        margin-bottom: 10px;
    }
    .b-lots .gallery-big {
        height: 178.88px;
        border-radius: 5px;
        margin-bottom: 6.5px;
    }
    .b-lots .gallery-big .gallery-big-item {
        height: 178.88px;
    }
    .b-lots .gallery-big--view .slick-arrow ,
    .b-lots .gallery-big .slick-arrow {
        width: 30px;
        height: 30px;
    }
    .b-lots .gallery-big--view .slick-arrow.slick-prev ,
    .b-lots .gallery-big .slick-arrow.slick-prev {
        border-radius: 0 5px 5px 0;
    }
    .b-lots .gallery-big--view .slick-arrow.slick-next,
    .b-lots .gallery-big .slick-arrow.slick-next {
        border-radius: 5px 0 0 5px;
    }
    .b-lots .gallery-big--view .slick-arrow::before ,
    .b-lots .gallery-big .slick-arrow::before {
        top: calc(50% - 3px);
        width: 12px;
        height: 7px;
    }
    .b-lots .gallery-big--view .slick-arrow.slick-prev::before ,
    .b-lots .gallery-big .slick-arrow.slick-prev::before {
        right: 10px;
    }
    .b-lots .gallery-big--view .slick-arrow.slick-next::before ,
    .b-lots .gallery-big .slick-arrow.slick-next::before {
        right: 10px;
    }
    .b-lots .gallery-big--video,
    .b-lots .gallery-big--view,
    .b-lots .gallery-big--review {
        height: 178.88px;
    }
    .b-lots .links {
        display: block;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .b-lots .links .gallery-link-item {
        width: calc( 100% / 3 - 3px);
        margin-left: 0;
    }
    .b-lots .links .gallery-link-item .link {
        top: 7.5px;
        bottom: 7.5px;
        right: 7.5px;
        left: 7.5px;
    }
    .b-lots .gallery-box-mini {
        display: none;
    }
    .b-lots .info {
        padding: 28px 26px 24px 22px;
        margin: 0 0 25px;
    }
    .b-lots .info .price {
        font-size: 22px;
        line-height: 30px;
    }
    .b-lots .info .price-kvm {
        font-size: 14px;
        margin-top: 3px;
    }
    .b-lots .info .feature {
        margin-top: 19px;
    }
    .b-lots .info .feature .item {
        font-size: 12px;
    }
    .b-lots .info .feature .item+.item {
        margin-top: 11px;
    }
    .b-lots .callback {
        min-height: 290px;
        padding: 28px 23px 27px 23px;
        margin: 0 0 20px;
    }
    .b-lots .btn-present+.btn-present {
        margin-top: 20px;
    }
    .b-lots article {
        padding: 0;
        background-color: #F9F9F9;
        border-radius: 0;
        margin-top: 20px;
        margin-bottom: 25px;
    }
    .map-lots {
        height: 357px;
    }
    .b-lots .callback .crazy-form label {
        width: 100%;
        margin-bottom: 19px;
    }
    .b-lots .callback .crazy-form input[type="submit"] {
        margin: 0 0 11px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .b-lots .right-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: 30px;
    }
    .b-lots .info,
    .b-lots .form-wrap {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: calc(50% - 30px);
        margin: 0 15px;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
}


/* lots-other
-------------------------------------------------------------- */
.lots-other {
    margin: 50px 0;
}
.lots-other .lots-other-title {
    font-weight: bold;
    font-size: 60px;
    line-height: 100%;
    margin: 0 0 30px;
}
.lots-other .lots-other-slider {
    margin: 0 -15px;
}
.lots-other .lots-other-slider .item {
    outline: 0 !important;
    margin:  0 15px;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 16px 14px 25px;
}
.lots-other .image-slider {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 17px;
}
.lots-other .image-slider .image-item {
    height: 259px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    outline: 0!important;
}
.lots-other .slick-dots {
    position: absolute;
    bottom: 25px;
    width: 100%;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    z-index: 11;
}
.lots-other .slick-dots .slick-track {
    width: auto !important;
}
.lots-other .slick-dots li {
    margin: 0 4px;
}
.lots-other .slick-dots li:first-child {
    margin-left: 0;
}
.lots-other .slick-dots li.slick-active button {
    background: #1873C2;
}
.lots-other .slick-dots button {
    display: block;
    width: 12px;
    height: 12px;
    border: none;
    background: #FFFFFF;
    text-indent: -9999px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    padding: 0;
    outline: 0 !important;
}
.lots-other .slick-dots.image-slider-dots  li.slick-active button {
    background: #FFFFFF;
}
.lots-other .slick-dots.image-slider-dots li.slick-current button {
    background: #1873C2;
}
.lots-other .item .text {
    margin: 0 -5px;
}
.lots-other .item .text .left,
.lots-other .item .text .right {
    max-width: calc(100%/2 - 10px);
    margin: 0 5px;
}
.lots-other .item .text .right {
    padding-right: 11px;
}
.lots-other .item .text .title {
    display: block;
    font-weight: 500;
    font-size: 20px;
    text-decoration-line: underline;
    color: #222222;
    margin-bottom: 20px;
}
.lots-other .item .text .title:hover {
    text-decoration-line: none;
}
.lots-other .item .text .adress,
.lots-other .item .text .floor {
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    color: #3F3D4A;
}
.lots-other .item .text .price {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
}
.lots-other .item .text .price-kvm {
    font-size: 14px;
    line-height: 120%;
    margin-top: 4px;
}
.lots-other .item .f-item {
    margin-top: 20px;
}
.lots-other .item .f-item .tags .tag+.tag {
    margin-left: 25px;
}
.lots-other .item .f-item .other_block {
    margin-right: 14px;
}
.lots-other .item .f-item .other_block a+a {
    margin-left: 14px;
}
.lots-other .item .f-item .other_block a img,
.lots-other .item .f-item .other_block a svg {
    min-width: 13px;
    max-width: 16px;
    min-height: 11px;
    max-height: 16px;
}
.lots-other .item .f-item .other_block a:hover svg path,
.lots-other .item .f-item .other_block a.active svg path {
    fill: #1873C2;
}
.lots-other .item .f-item .other_block a span {
    font-size: 12px;
    line-height: 16px;
    color: #8E8E8E;
    padding-left: 5px;
}
.lots-other .item .f-item .other_block a:hover span,
.lots-other .item .f-item .other_block a.active span {
    color: #1873C2;
}
.lots-other .item .f-item .other_block a.num-views {
    color: #8E8E8E !important;
    cursor: auto;
}
.lots-other .item .f-item .other_block a.num-views span {
    color: #8E8E8E !important;
}


.s-slider-map__modal {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 30px;
    max-width: 365px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #FFFFFF;
    padding: 17px 25px 0px;
    transition: opacity 0.3s;
}

.s-slider-map__modal::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: transparent;
}
.s-slider-map__modal::-webkit-scrollbar-track {
    background-color: transparent;
}
.s-slider-map__modal::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #acacac;
}

.s-slider-map__modal.active {
    opacity: 1;
    visibility: visible;
}

.map-modal__header {
    position: relative;
    margin-bottom: 15px;
}

.map-modal__close {
    cursor: pointer;
    position: absolute;
    right: -16px;
    top: 0;
    display: flex;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-modal__close span {
    width: 100%;
    height: 100%;
    position: relative;
}

.map-modal__close span::before,
.map-modal__close span::after {
    content: '';
    display: block;
    width: 100%;
    height: 1.5px;
    background-color: #1873C2;
    position: absolute;
}

.map-modal__close span::before {
    transform: rotate(-45deg);
}
.map-modal__close span::after {
    transform: rotate(45deg);
}

.map-modal__address {
    font-weight: 500;
    font-size: 18px;
    color: #222222;
    margin-bottom: 5px;
}

.map-modal__subTitle {
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    color: #3F3D4A;
}

.map-modal__body .lots-other {
    margin: 0;
}
.map-modal__body .lots-other .lots-other-slider .item {
    padding: 0;
    margin: 0 0 30px;
}

.map-modal__body .lots-other .lots-other-slider {
    margin: 0;
}

.map-modal__body .lots-other .item .text .title {
    font-size: 18px;
}

@media (min-width: 768px) {
    .lots-other .lots-other-slider > .slick-dots {
        display: none !important;
    }
}
@media (max-width: 1199px) {
    .lots-other {
        margin: 40px 0;
    }
    .lots-other .lots-other-title {
        font-size: 33px;
        line-height: 35px;
        letter-spacing: -0.045em;
        margin: 0 0 25px;
    }
    .lots-other .lots-other-slider {
        margin: 0 -7.5px;
    }
    .lots-other .lots-other-slider .item {
        margin:  0 7.5px;
        padding: 16px 14px 20px;
    }
    .lots-other .image-slider {
        margin-bottom: 15px;
    }
    .lots-other .image-slider .image-item {
        height: 158px;
    }
    .lots-other .image-slider .slick-dots {
        bottom: 9px;
    }
    .lots-other .image-slider .slick-dots li {
        margin: 0 2px;
    }
    .lots-other .image-slider .slick-dots button {
        width: 7px;
        height: 7px;
    }
    .lots-other .item .text {
        margin: 0;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .lots-other .item .text .left,
    .lots-other .item .text .right {
        max-width: 100%;
        margin: 0;
    }
    .lots-other .item .text .right {
        padding-right: 0;
    }
    .lots-other .item .text .title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .lots-other .item .text .adress,
    .lots-other .item .text .floor {
        font-size: 12px;
    }
    .lots-other .item .text .price {
        font-size: 18px;
        line-height: 25px;
    }
    .lots-other .item .text .price-kvm {
        font-size: 12px;
        margin-top: 6px;
    }
    .lots-other .item .f-item {
        margin-top: 16px;
    }
    .lots-other .item .f-item .tags .tag {
        max-width: 20px;
    }
    .lots-other .item .f-item .tags .tag+.tag {
        margin-left: 15px;
    }
    .lots-other .item .f-item .other_block {
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    .lots-other {
        margin: 30px 0 118px;
    }
    .lots-other .lots-other-title {
        font-size: 25px;
        line-height: 100%;
        letter-spacing: 0;
        margin: 0 0 20px;
    }
    .lots-other .lots-other-slider .item {
        padding: 16px 17px 25px;
    }
    .lots-other .image-slider {
        margin-bottom: 15px;
    }
    .lots-other .image-slider .image-item {
        height: 199px;
    }
    .lots-other .image-slider .slick-dots {
        bottom: 12px;
    }
    .lots-other .image-slider .slick-dots li {
        margin: 0 3px;
    }
    .lots-other .image-slider .slick-dots button {
        width: 9px;
        height: 9px;
    }
    .lots-other .item .text .right {
        margin-top: 5px;
    }
    .lots-other .item .f-item .other_block {
        margin-left: 25px;
    }
    .lots-other .lots-other-slider > .slick-dots {
        position: absolute;
        bottom: -32px;
        width: 100%;
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
        margin: 0;
        z-index: 11;
    }
    .lots-other .lots-other-slider > .slick-dots li {
        margin: 0 5px;
    }
    .lots-other .lots-other-slider > .slick-dots li:first-child {
        margin-left: 0;
    }
    .lots-other .lots-other-slider > .slick-dots li.slick-active button {
        background: #1873C2;
    }
    .lots-other .lots-other-slider > .slick-dots button {
        display: block;
        width: 10px;
        height: 10px;
        border: none;
        background: #C4C4C4;
        text-indent: -9999px;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 50%;
        padding: 0;
        outline: 0 !important;
    }
}



/* s-h-favorite
-------------------------------------------------------------- */
.favorite_header--button {
    margin-top: 35px;
    margin-bottom: 48px;
    -ms-flex-align: center;
    align-items: center;
}
.favorite_header--button .btn-left {
    position: relative;
    display: inline-block;
    min-height: 48px;
    padding: 0 30px 0 48px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 12px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #1873C2;
    border: 1px solid #1873C2;
    background: transparent;
    z-index: 1;
}
.favorite_header--button .btn-left::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 25px;
    width: 14px;
    height: 14px;
    background-image: url(./img/icon-present.svg);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.favorite_header--button .btn-left:hover {
    color: #1E7DD0;
    border: 1px solid #1E7DD0;
}
.favorite_header--button .btn-left+.btn-left {
    margin-left: 7px;
}
.favorite_header--button .btn-presentmail {
    padding: 0 30px 0 30px;
}
.favorite_header--button .btn-presentmail::before {
    background-image: none;
}
.favorite_header--button .btn-right {
    position: relative;
    display: inline-block;
    min-width: 181px;
    min-height: 50px;
    padding: 0 25px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 12px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #8E8E8E;
    background: #EDEDED;
    z-index: 1;
}
.favorite_header--button .btn-right:hover {
    background: #f1f1f1;
}

.favorite_header--button .btn-right+.btn-right {
    margin-left: 20px;
}
.favorite_header--button .btn-list {
    color: #FFFFFF;
    background: #1873C2;
    z-index: 2;
}
.favorite_header--button .btn-list:hover {
    background: #1E7DD0;
}
.s-izbrannoe {
    margin-bottom: 100px;
}
.s-izbrannoe .property-list .item .content {
    margin-right: 91px;
}
.s-izbrannoe .property-list .item .favorite-toggle-box {
    position: absolute;
    top: 20px;
    right: 20px;
}
.s-izbrannoe .property-list .item .favorite-toggle-box a {
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(./img/icon-favorite-toggle.svg);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.s-izbrannoe .property-list .item .favorite-toggle-box a:hover {
    opacity: .6;
}
@media (max-width: 1600px) {
    .favorite_header--button .right {
        margin-top: 20px;
    }
    .s-izbrannoe .property-list .item .content {
        margin-right: 14px;
    }
    .s-izbrannoe .property-list .item .h-content .right {
        margin: -4px 0 0 35px;
    }
}
@media (max-width: 1199px) {
    .favorite_header--button {
        margin-top: 21px;
        margin-bottom: 32px;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .favorite_header--button .btn-left {
        min-height: 38px;
        padding: 0 22px;
        border-radius: 20px;
        font-size: 10px;
        line-height: 38px;
        color: #1873C2;
    }
    .favorite_header--button .btn-left::before {
        background-image: none;
    }
    .favorite_header--button .btn-left+.btn-left {
        margin-left: 5px;
    }
    .favorite_header--button .right {
        margin-left: auto;
    }
    .favorite_header--button .btn-right+.btn-right {
        margin-left: 7px;
    }
    .s-izbrannoe .property-list .item .content {
        margin-right: 24px;
    }
    .s-izbrannoe .property-list .item .h-content .right {
        margin: -4px 0 0 25px;
    }
    .s-izbrannoe .property-list .item .favorite-toggle-box {
        position: absolute;
        top: 12px;
        right: 9px;
    }
    .s-izbrannoe .property-list .item .favorite-toggle-box a {
        width: 14px;
        height: 14px;
    }
}
@media (max-width: 767px) {
    .favorite_header--button {
        margin-top: 23px;
        margin-bottom: 28px;
    }
    .favorite_header--button .btn-left {
        width: 100%;
    }
    .favorite_header--button .btn-left+.btn-left {
        margin-left: 0;
        margin-top: 20px;
    }
    .favorite_header--button .right {
        margin-left: 0;
        width: 100%;
    }
    .favorite_header--button .btn-right {
        width: 100%;
        max-width: calc(100%/2 - 6px);
        min-width: auto;
    }
    .s-izbrannoe .property-list .item .favorite-toggle-box {
        position: absolute;
        top: 11px;
        right: 10px;
    }
    .s-izbrannoe .property-list .item .favorite-toggle-box a {
        background-image: url(./img/icon-favorite-toggle2.svg);
        width: 28px;
        height: 28px;
    }
    .s-izbrannoe .property-list .item .content {
        margin-right: 0;
    }
    .s-izbrannoe .property-list .item .h-content .right {
        margin: 5px 0 0;
    }
    .s-izbrannoe .property-list .item .price {
        font-size: 20px;
        line-height: 27px;
    }
}


/* s-h-sravnenie
-------------------------------------------------------------- */
.s-h-sravnenie .button_wrap {
    margin-top: 35px;
    margin-bottom: 48px;
}
.s-h-sravnenie .btn-sravnenie {
    position: relative;
    display: inline-block;
    min-width: 177px;
    min-height: 48px;
    padding: 0 25px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 12px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #1873C2;
    border: 1px solid #1873C2;
    background: transparent;
    z-index: 1;
}
.s-h-sravnenie .btn-download {
    padding: 0 25px 0 40px;
}
.s-h-sravnenie .btn-download::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 25px;
    width: 14px;
    height: 14px;
    background-image: url(./img/icon-present.svg);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.s-h-sravnenie .btn-sravnenie+.btn-sravnenie {
    margin-left: 10px;
}
@media (max-width: 1199px) {
    .s-h-sravnenie .button_wrap {
        margin-top: 19px;
        margin-bottom: 49px;
    }
}
@media (max-width: 767px) {
    .s-h-sravnenie .button_wrap {
        margin-top: 24px;
        margin-bottom: 29px;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .s-h-sravnenie .btn-sravnenie {
        width: 100%;
    }
    .s-h-sravnenie .btn-download {
        padding: 0 25px;
    }
    .s-h-sravnenie .btn-download::before {
        background-image: none;
    }
    .s-h-sravnenie .btn-sravnenie+.btn-sravnenie {
        margin-left: 0;
        margin-top: 20px;
    }
}


/* comparisons_catalog
-------------------------------------------------------------- */
.comparisons_catalog {
    width: 100%;
    margin-bottom: 240px;
}
.comparisons_catalog .catalog_table-wrap {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.comparisons_catalog .catalog_table-cell {
    width: 361px;
    min-width: 361px;
    margin-right: 29px;
    border-radius: 5px;
    background-color: #FFFFFF;
    padding-bottom: 24px;
    margin-bottom: 34px;
}
.comparisons_catalog .catalog_table-cell--wrap {
    overflow-x: auto;
    width: calc(100% - 390px);
    margin-left: auto;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.comparisons_catalog .catalog_table-cell.filters {
    position: absolute;
    top: 336px;
    bottom: 0;
    left: 0;
    padding-left: 55px;
    margin-right: 5px;
    margin-bottom: 50px;
    background-color: #FFFFFF;
    z-index: 2;
}
.comparisons_catalog .catalog_table-cell.filters .catalog_table-row {
    font-weight: normal;
    font-size: 20px;
    line-height: 50px;
    text-align: left;
}
.comparisons_catalog .catalog_table-cell.filters .catalog_table-h {
    padding: 13px;
}
.comparisons_catalog .catalog_table-cell .check {
    display: inline-block;
    width: 11px;
    height: 9px;
    background-image: url(./img/icon-check3.svg);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.comparisons_catalog .catalog_table-row {
    position: relative;
    padding: 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
}
.comparisons_catalog .catalog_table-h {
    padding: 15px 14px 26px;
}
.comparisons_catalog .catalog_table-row .js-add-comparisons {
    position: absolute;
    top: 21px;
    right: 16px;
}
.comparisons_catalog .catalog_table-row .js-add-comparisons a {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(./img/icon-favorite-toggle.svg);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.comparisons_catalog .catalog_table-row .image {
    margin-bottom: 0;
}
.comparisons_catalog .catalog_table-row .image-item {
    width: 100%;
    height: 259px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #5a6268;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    outline: 0!important;
}
.comparisons_catalog .catalog_table-row .slick-dots {
    position: absolute;
    bottom: 17px;
    width: 100%;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    z-index: 11;
}
.comparisons_catalog .catalog_table-row .slick-dots li {
    margin: 0 4px;
}
.comparisons_catalog .catalog_table-row .slick-dots li:first-child {
    margin-left: 0;
}
.comparisons_catalog .catalog_table-row .slick-dots li.slick-active button {
    background: #1873C2;
}
.comparisons_catalog .catalog_table-row .slick-dots button {
    display: block;
    width: 12px;
    height: 12px;
    border: none;
    background: #FFFFFF;
    text-indent: -9999px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    padding: 0;
    outline: 0 !important;
}
.comparisons_catalog .catalog_table-row .text {
    display: block;
    height: 44px;
    padding-right: 25px;
    overflow-y: hidden;
    margin-bottom: 18px;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    text-align: left;
    color: #000000;
}




.comparisons_catalog ::-webkit-scrollbar-button {
    background-image: url('');
    background-repeat: no-repeat;
    width: 0;
    height: 0;
}
.comparisons_catalog ::-webkit-scrollbar-track {
    background-color: #EFEFEF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.comparisons_catalog ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #1873C2;
}
.comparisons_catalog ::-webkit-resizer{
    background-image: url('');
    background-repeat: no-repeat;
    width: 7px;
    height: 0;
}
.comparisons_catalog ::-webkit-scrollbar{
    width: 11px;
}



@media (max-width: 1199px) {
    .comparisons_catalog {
        margin-bottom: 165px;
    }
    .comparisons_catalog .catalog_table-cell {
        width: 220px;
        min-width: 220px;
        margin-right: 29px;
    }
    .comparisons_catalog .catalog_table-cell--wrap {
        width: calc(100% - 188px);
    }
    .comparisons_catalog .catalog_table-cell {
        background-color: transparent;
    }
    .comparisons_catalog .catalog_table-cell.filters {
        padding-left: 0;
        margin-right: 0;
        background-color: transparent;
        top: 221px;
        left: auto;
        width: 158px;
        max-width: 158px;
        min-width: 158px;
    }
    .comparisons_catalog .catalog_table-row {
        font-size: 14px;
        line-height: 35px;
    }
    .comparisons_catalog .catalog_table-h {
        padding: 0 0 15px;
    }
    .comparisons_catalog .catalog_table-row .text {
        height: 51px;
        padding-right: 25px;
        overflow-y: hidden;
        margin-bottom: 9px;
        font-size: 12px;
        line-height: 143%;
    }
    .comparisons_catalog .catalog_table-cell.filters .catalog_table-row {
        font-size: 14px;
        line-height: 35px;
    }
    .comparisons_catalog .catalog_table-row .image-item {
        height: 172px;
    }
    .comparisons_catalog .catalog_table-row .slick-dots {
        bottom: 23px;
    }
    .comparisons_catalog .catalog_table-row .slick-dots li {
        margin: 0 3px;
    }
    .comparisons_catalog .catalog_table-row .slick-dots button {
        width: 9px;
        height: 9px;
    }
    .comparisons_catalog .catalog_table-row .js-add-comparisons {
        top: 4px;
        right: 8px;
    }
    .comparisons_catalog .catalog_table-row .js-add-comparisons a {
        width: 12px;
        height: 12px;
    }
}
@media (max-width: 767px) {
    .comparisons_catalog {
        margin-bottom: 90px;
    }
    .comparisons_catalog .catalog_table-cell {
        width: 130px;
        min-width: 130px;
        margin-right: 30px;
    }
    .comparisons_catalog .catalog_table-cell--wrap {
        width: calc(100% - 160px);
    }
    .comparisons_catalog .catalog_table-cell.filters {
        top: 201px;
        width: 130px;
        max-width: 130px;
        min-width: 130px;
    }
    .comparisons_catalog .catalog_table-cell .catalog_table-row {
        font-size: 12px;
        line-height: 20px;
        padding: 10px 0 0;
    }
    .comparisons_catalog .catalog_table-cell.filters .catalog_table-row {
        font-size: 12px;
        line-height: 20px;
    }
    .comparisons_catalog .catalog_table-cell.filters .catalog_table-h {
        padding: 10px;
    }
    .comparisons_catalog .catalog_table-row.catalog_table-h {
        padding: 0 0 28px;
    }
    .comparisons_catalog .catalog_table-row .image-item {
        height: 102px;
    }
    .comparisons_catalog .catalog_table-row .slick-dots {
        bottom: 13px;
    }
    .comparisons_catalog .catalog_table-row .slick-dots button {
        width: 7px;
        height: 7px;
    }
    .comparisons_catalog .catalog_table-row .text {
        height: 83px;
        padding-right: 5px;
        padding-top: 15px;
    }
    .comparisons_catalog .catalog_table-row .js-add-comparisons {
        right: calc(50% - 6px);
        top: -2px;
    }
}


/* page-404
-------------------------------------------------------------- */
.page-404 .s-404 {
    min-height: 613px;
}
.page-404 .content {
    margin-top: -95px;
}
.page-404 h1 {
    font-weight: bold;
    font-size: 140px;
    text-align: center;
    letter-spacing: -0.045em;
    color: #1873C2;
    margin-bottom: 0;
}
.page-404 .text-box {
    width: 100%;
    max-width: 552px;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #0D0D0D;
}
@media (max-width: 1199px) {
    .page-404 .s-404 {
        min-height: 413px;
    }
    .page-404 .content {
        margin-top: -65px;
    }
}
@media (max-width: 767px) {
    .page-404 .s-404 {
        min-height: 313px;
    }
    .page-404 .content {
        margin-top: -35px;
    }
    .page-404 h1 {
        font-size: 80px;
    }
}




.placemark_layout {
    white-space: nowrap;
    font-weight: 500;
    font-size: 14px;
    background: #ffffff;
    display: block;
    color: #000000;
    position: relative;
    border-radius: 19px;
    margin-left: -19px;
    margin-top: -19px
}
.placemark_layout .count {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #FFFFFF;
    border: 5px solid #1873C2;
    font-size: 12px;
    line-height: 15px;
    color: #222222;
    font-weight: 500;
}
.placemark_layout .map-price {
    display: none;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 5px 20px 5px 40px;
    border-radius: 15px;
    background-color: #1873C2;
}
.map-show-prices.map-show-prices-from .placemark_layout .map-price.map-price-from {
    display: block
}
.map-show-prices.map-show-prices-to .placemark_layout .map-price.map-price-to {
    display: block
}
ymaps[class*="-placemark-overlay"] {
    height: auto!important;
    width: auto!important
}






.block-slider-dots {
    display: block;
    max-width: 74px;
    margin: -39px auto 39px;
}
.block-slider-dots .item-dots {
    cursor: pointer;
    outline: 0 !important;
}
.block-slider-dots .item-dots .dots {
    width: 12px;
    height: 12px;
    margin: auto;
    background-color: #FFFFFF;
    border-radius: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    outline: 0 !important;
}
.block-slider-dots .item-dots.slick-current .dots {
    background-color: #23A5FF;
}
@media (max-width: 767px){
    .block-slider-dots {
        margin: -29px auto 29px;
    }
}


/* footer
-------------------------------------------------------------- */
footer {
    background-color: #292722;
    color: #ffffff;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
footer a {
    color: #ffffff !important;
}
footer a:hover {
    color: #a5a5a5 !important;
}
footer .box  {
    position: relative;
    padding: 54px 0 95px;
    max-width: 1920px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
footer .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
footer .top .left {
    min-width: 350px;
    margin-right: 140px;
}
footer .top .left .phone {
    font-size: 35px;
    letter-spacing: -0.045em;
}
footer .top .left .phone .whatsapp {
    margin-top: -4px;
    margin-left: 34px;
}
footer .top .left .but-callbac {
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    text-decoration: underline;
    margin-bottom: 22px;
}
footer .top .left .but-callbac:hover {
    text-decoration: none;
}
footer .top .left .contact {
    display: block;
    position: relative;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    padding-left: 35px;
}
footer .top .left .contact+.contact {
    margin-top: 14px;
}
footer .top .left .contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
footer .top .left .address::before {
    background-image: url(./img/icon-address.svg);
}
footer .top .left .mail::before {
    background-image: url(./img/icon-mail.svg);
}
footer .top .left .mail span:last-child {
    display: none;
}
footer .top .left .copyright {
    font-weight: 300;
    font-size: 16px;
    margin-top: 20px;
}
footer .top .left .policy ul {
    margin: 43px 0 0;
    padding: 0;
    list-style-type: none;
}
footer .top .left .policy ul > li+li {
    margin-top: 3px;
}
footer .top .left .policy ul > li > a {
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #a5a5a5;
    text-decoration: underline;
}
footer .top .left .policy ul > li > a:hover {
    text-decoration: none;
}
footer .top .center {
    padding-top: 11px;
    padding-right: 220px;
}
footer .top .center .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
footer .top .center .footer-menu > li {
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    margin-right: 12%;
}
footer .top .center .footer-menu > li > .sub-menu {
    padding-top: 2px;
    padding-left: 0;
    list-style-type: none;
}
footer .top .center .footer-menu > li > .sub-menu .menu-item {
    font-weight: 300;
    font-size: 16px;
    line-height: 35px;
}
footer .top .right {
    position: absolute;
    top: 68px;
    bottom: 92px;
    right: 3.66%;
}
footer .top .right .site4all {
    color: #a5a5a5;
    width: 122px;
    font-weight: 300;
    font-size: 14px;
    line-height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
footer .top .right .f-buttons a {
    font-weight: bold;
    font-size: 16px;
    line-height: 35px;
}
footer .top .right .f-buttons a .count {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
}
footer .top .right .f-buttons a:hover {
    color: #FFFFFF;
    opacity: .6;
}
footer .top .right .f-buttons a+a {
    margin-left: 40px;
}
footer .top .right .f-buttons a img {
    padding: 0 10px;
}
footer .f-text {
    font-weight: 300;
    font-size: 14px;
    margin-top: 30px;
    color: #a5a5a5;
}
@media (max-width: 1199px) {
    footer .box {
        padding: 24px 0 41px;
    }
    footer .top .left {
        min-width: 300px;
        margin-right: 110px;
    }
    footer .top .left .phone {
        font-size: 30px;
    }
    footer .top .left .but-callbac {
        font-size: 14px;
        margin-bottom: 17px;
    }
    footer .top .left .contact {
        font-size: 14px;
    }
    footer .top .left .contact+.contact {
        margin-top: 17px;
    }
    footer .top .left .copyright {
        font-size: 14px;
        margin-top: 24px;
    }
    footer .top .left .policy ul {
        margin: 12px 0 0;
    }
    footer .top .left .policy ul > li > a {
        font-size: 14px;
    }
    footer .top .center {
        padding-top: 0;
        padding-right: 0;
    }
    footer .top .center .footer-menu > li {
        font-size: 18px;
        margin-right: 0;
    }
    footer .top .center .footer-menu > li+li {
        margin-left: 75px;
    }
    footer .top .center .footer-menu > li > .sub-menu .menu-item {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    footer .box {
        padding: 19px 0 33px;
    }
    footer .top .left .phone {
        font-size: 22px;
    }
    footer .top .left .but-callbac {
        margin-bottom: 26px;
    }
    footer .top .left .contact {
        font-size: 12px;
        padding-left: 36px;
    }
    footer .top .left .contact::before {
        top: -4px;
    }
    footer .top .left .contact+.contact {
        margin-top: 23px;
    }
    footer .top .left .copyright {
        margin-top: 23px;
    }
    footer .top .left .policy ul {
        margin: 16px 0 0;
    }
    footer .top .left .policy ul > li > a {
        font-size: 12px;
    }
    footer .f-text {
        font-size: 12px;
        margin-top: 14px;
    }
}


/* Modal
-------------------------------------------------------------- */
.modal-callback {
    z-index: 9999;
}
.modal-callback .modal-sm, .modal-callback .modal-md {
    width: auto;
    margin: 10px auto auto;
}
.modal-callback .modal-sm {
    max-width: 354px;
    min-width: 354px;
}
.modal-callback .modal-md {
    max-width: 750px;
}
.modal-callback .modal-content {
    border-radius: 1px;
    border: none;
    background-color: #1873C2;
    color: #ffffff;
}
.modal-callback button.close {
    position: absolute;
    top: -5px;
    right: 8px;
    outline: 0;
    padding: 0;
    margin: 0;
    z-index: 99;
    cursor: pointer;
    font-size: 35px;
    font-weight: 300;
    line-height: 1;
    color: #ffffff;
    text-shadow: none;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.modal-callback button.close:hover {
    color: #000000;
    outline: 0 !important;
}
.modal-callback button.close:focus {
    outline: 0 !important;
}
.modal-callback button.close span {
    outline: 0 !important;
}
.modal-callback .modal-content .modal-header {
    flex-direction: column;
    padding: 41px 47px 25px;
    width: 100%;
    margin: auto;
    border: none;
}
.modal-callback .callback {
    display: block;
    width: 100%;
}
.modal-callback .title-form-callback {
    font-weight: bold;
    font-size: 25px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.modal-callback .text-form-callback {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 30px;
}
.modal-callback .crazy-form label {
    display: block;
    margin-bottom: 20px;
}
.modal-callback .crazy-form input[type="text"],
.modal-callback .crazy-form input[type="tel"] {
    padding: 13px 15px;
    font-size: 16px;
    line-height: 22px;
}
.modal-callback .crazy-form input[type="submit"] {
    min-width: 238px;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
    background: #ffffff;
    border: 1px solid #ffffff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 50px;
    display: inline-block;
    padding: 0 23px;
    margin-top: 16px;
    border-radius: 50px;
    outline: 0 !important;
    box-shadow: none !important;
}
.modal-callback .modal-content .modal-header .callme-politics {
    display: inline-block;
    max-width: 265px;
    margin-top: 15px;
    font-weight: 300;
    font-size: 12px;
    line-height: 140%;
}
.modal-callback .modal-content .modal-header .callme-politics a {
    color: #ffffff;
}
.modal-callback .modal-content .modal-header .callme-politics a:hover {
    color: #ffffff;
}
@media (min-width: 768px) {
    .modal-callback .modal-sm, .modal-callback .modal-md {
        margin-top: 80px;
    }
}



/* notebook
-------------------------------------------------------------- */
@media (min-width: 1200px) and (max-width: 1649px) {
    body {
        font-size: 12px;
    }
    h1 {
        font-size: 44px;
    }
    p {
        margin-bottom: .5rem;
    }
    .s-pagetitle .page-title {
        margin-bottom: 11px;
    }
    .separator {
        margin-top: 84px;
    }
    header {
        height: 84px;
    }
    header .box {
        padding: 10px 6px 10px 13px;
    }
    header .logo img {
        max-width: 166px;
        min-width: 166px;
    }
    header .h-description {
        max-width: 155px;
        margin-top: 5px;
        margin-left: 39px;
        font-size: 9px;
        line-height: 13px;
    }
    header .h-text {
        max-width: 140px;
        padding-left: 22px;
        margin-top: 0;
        margin-left: 0;
        min-height: 48px;
        font-size: 10px;
        line-height: 14px;
    }
    header .h-contacts .h-phone {
        padding-left: 17px;
        margin-left: 0;
        font-size: 14px;
        line-height: 14px;
    }
    header .h-contacts .h-phone+.h-phone {
        margin-left: 24px;
    }
    header .h-contacts .phone:before {
        width: 16px;
        height: 16px;
        top: 1px;
    }
    header .h-contacts .phone2:before {
        width: 13px;
        height: 21px;
        top: -2px;
    }
    header .h-buttons {
        margin-left: 34px;
    }
    .h-buttons .h-btn {
        height: 30px;
        line-height: 30px;
        font-size: 9px;
        border-radius: 15px;
    }
    .h-buttons .btn-cm {
        padding-right: 20px;
        padding-left: 35px;
    }
    .h-buttons .btn-cm:before {
        width: 17px;
        height: 17px;
        top: 6px;
        left: 11px;
    }
    .h-buttons .btn-whatsapp {
        padding-right: 15px;
        padding-left: 37px;
        margin-left: 12px;
    }
    .h-buttons .btn-whatsapp:before {
        width: 17px;
        height: 17px;
        top: 6px;
        left: 11px;
    }
    header .header-menu {
        padding: 10px 2% 0 0;
    }
    header .header-menu ul > li > a {
        font-size: 15px;
    }
    .rank-math-breadcrumb {
        margin: 0 0 16px;
        padding: 18px 0 0;
        font-size: 10px;
    }
    .rank-math-breadcrumb .separator {
        padding: 0 4px;
    }
    .page-lot .page-title {
        font-size: 35px;
        line-height: 45px;
        margin-top: 23px;
        margin-bottom: 13px;
    }
    .h-lots {
        margin-bottom: 17px;
    }
    .h-lots .adress-box {
        font-size: 12px;
        line-height: 130%;
    }
    .h-lots .adress-box .adress {
        padding-left: 30px;
    }
    .h-lots .adress-box .adress::before {
        width: 20px;
        height: 20px;
    }
    .h-lots .btn-map {
        min-width: 144px;
        min-height: 30px;
        padding: 9px 9px;
        font-size: 10px;
        line-height: 19px;
        border-radius: 25px;
    }
    .h-lots .other_block a {
        font-size: 13px;
    }
    .h-lots .other_block a+a {
        margin-left: 30px;
    }
    .b-lots .info {
        padding: 21px 42px 46px 24px;
        margin: 0 0 38px;
    }
    .b-lots .info .price {
        font-size: 27px;
        line-height: 1.4;
    }
    .b-lots .info .price-kvm {
        font-size: 15px;
    }
    .b-lots .info .feature {
        margin-top: 25px;
    }
    .b-lots .info .feature .item {
        font-size: 16px;
    }
    .b-lots .info .feature .item+.item {
        margin-top: 11px;
    }
    .b-lots .gallery {
        margin-bottom: 20px;
    }
    .b-lots .gallery-big {
        height: 467px;
        margin-bottom: 25px;
    }
    .b-lots .gallery-big--video,
    .b-lots .gallery-big--view,
    .b-lots .gallery-big--review {
        height: 467px;
    }
    .b-lots .gallery-big .gallery-big-item {
        height: 467px;
    }
    .b-lots .gallery-big--view .slick-arrow ,
    .b-lots .gallery-big .slick-arrow {
        width: 50px;
        height: 50px;
    }
    .b-lots .gallery-big--view .slick-arrow::before ,
    .b-lots .gallery-big .slick-arrow::before {
        top: calc(50% - 7px);
        width: 20px;
        height: 14px;
    }
    .b-lots .gallery-big--view .slick-arrow.slick-prev::before ,
    .b-lots .gallery-big .slick-arrow.slick-prev::before {
        left: 15px;
        right: auto;
    }
    .b-lots .gallery-big--view .slick-arrow.slick-next::before ,
    .b-lots .gallery-big .slick-arrow.slick-next::before {
        right: 15px;
    }
    .b-lots .gallery-mini {
        margin: 0 -9px;
    }
    .b-lots .gallery-mini .gallery-mini-item {
        margin: 0 9px;
    }
    .b-lots .links {
        margin-left: -13px;
    }
    .b-lots .links .gallery-link-item {
        width: calc( 100% / 3 - 16px);
        margin-left: 13px;
    }
    .b-lots .links .gallery-link-item .link svg {
        width: 30px;
    }
    .b-lots .links .gallery-link-item .link.view_wide svg {
        width: 40px;
    }
    .b-lots .links .gallery-link-item .link span {
        margin-top: 2px;
    }
    .b-lots article {
        padding: 16px 16px 10px 31px;
        font-size: 12px;
        margin-bottom: 25px;
    }
    .b-lots article .title-desc-lot {
        font-size: 17px;
        line-height: 47px;
    }
    .b-lots .callback {
        min-height: auto;
        padding: 27px 18px 26px 22px;
        margin: 0 0 23px;
    }
    .b-lots .callback .crazy-form input[type="text"], .b-lots .callback .crazy-form input[type="tel"] {
        padding: 8px 15px;
        font-size: 14px;
    }
    .b-lots .callback .crazy-form input[type="submit"] {
        height: 38px;
        line-height: 38px;
        font-size: 11px;
        margin: 16px 0 8px;
    }
    .b-lots .btn-present {
        font-size: 17px;
        line-height: 67px;
        height: 67px;
    }
    .b-lots .btn-present+.btn-present {
        margin-top: 15px;
    }
    .map-lots {
        height: 504px;
    }
    .lots-other {
        margin: 38px 0;
    }
    .lots-other .lots-other-title {
        font-size: 45px;
        margin: 0 0 22px;
    }
    .s-catform {
        min-height: auto;
        padding: 97px 0 94px;
    }
    .s-catform .sub-title {
        font-size: 30px;
        line-height: 35px;
    }
    .s-catform .s-title {
        font-size: 45px;
        line-height: 45px;
        margin: 40px 0 0;
    }
    .s-catform .crazy-form {
        max-width: 540px;
        margin-top: 63px;
    }
    .s-catform .crazy-form input[type="tel"] {
        width: 359px;
        padding: 13.5px 110px 13.5px 22px;
        font-size: 14px;
    }
    .crazy-form input[type="submit"] {
        min-width: 146px;
        font-size: 10px;
        line-height: 48px;
        height: 48px;
        padding: 0 15px;
    }
    .s-catform .text {
        font-size: 18px;
        margin-top: 93px;
        padding-right: 23%;
    }
    footer .box {
        padding: 40px 0 57px;
    }
    footer .top .left {
        min-width: 280px;
        margin-right: 90px;
    }
    footer .top .left .phone {
        font-size: 27px;
    }
    footer .top .left .phone .whatsapp {
        margin-left: 23px;
        width: 23px;
    }
    footer .top .left .but-callbac {
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 15px;
    }
    footer .top .left .contact {
        font-size: 12px;
        padding-left: 31px;
    }
    footer .top .left .contact+.contact {
        margin-top: 11px;
    }
    footer .top .left .contact::before {
        width: 20px;
        height: 20px;
    }
    footer .top .left .copyright {
        font-size: 13px;
        margin-top: 15px;
    }
    footer .top .left .policy ul {
        margin: 26px 0 0;
    }
    footer .top .left .policy ul > li > a {
        font-size: 12px;
        line-height: 18px;
    }
    footer .top .center .footer-menu > li {
        font-size: 16px;
        line-height: 26px;
        margin-right: 12%;
    }
    footer .top .center .footer-menu > li > .sub-menu .menu-item {
        font-size: 13px;
        line-height: 25px;
    }
    footer .top .right {
        top: 48px;
        bottom: 48px;
        right: 3%;
    }
    footer .top .right .f-buttons a {
        font-size: 12px;
        line-height: 25px;
    }
    footer .top .right .f-buttons a+a {
        margin-left: 20px;
    }
    footer .top .right .f-buttons a img {
        padding: 0 5px;
        width: 23px;
    }
    footer .top .right .f-buttons a .count {
        font-size: 12px;
        line-height: 16px;
    }
    footer .f-text {
        font-size: 10px;
        margin-top: 28px;
    }
    .lots-other .lots-other-slider .item {
        padding: 10px 10px 15px;
    }
    .lots-other .item .text .title {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .lots-other .item .text .right {
        padding-right: 0;
    }
    .lots-other .item .text .price {
        font-size: 18px;
        line-height: 24px;
    }
    .lots-other .item .text .price-kvm {
        font-size: 11px;
    }
    .lots-other .item .text .adress, .lots-other .item .text .floor {
        font-size: 12px;
    }
    .s-filters {
        padding: 43px 5px 35px 10px;
    }
    .block_filters .right_filters {
        min-width: 208px;
    }
    .s-filters .js-filter-submit+.js-filter-submit {
        margin-left: 4px;
    }
    .s-filters .js-filter-submit {
        min-width: 100px;
        min-height: 38px;
        padding: 0 15px;
        font-size: 10px;
        line-height: 38px;
    }
    .custom_input {
        width: 115px;
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .custom_input .crazy-select__visible {
        font-size: 12px;
    }
    .custom_input .crazy-select {
        height: 39px;
        padding: 0 15px;
    }
    .custom_input.cost {
        max-width: 180px;
        margin-left: 0;
        margin-right: 20px;
        margin-top: 5px;
    }
    .custom_input.square {
        margin-left: 0;
        margin-right: 20px;
    }
    .custom_input span.label {
        font-size: 12px;
        line-height: 1.5;
        margin-right: 0;
    }
    .custom_input .range-slider {
        margin-top: 7px;
        margin-left: 15px;
    }
    .custom_input .ui-slider {
        width: 90px;
        height: 4px;
    }
    .custom_input .ui-slider .ui-slider-handle {
        margin-left: -9.5px;
        width: 19px;
        height: 19px;
        top: -8px;
    }
    .custom_input .input-range, .custom_input .input-range {
        font-size: 10px;
        line-height: 1.5;
        margin-top: 15px;
    }
    .custom_input .crazy-select__item label {
        line-height: 1.1;
    }
    .custom_input .crazy-select__item label span {
        font-size: 10px;
        line-height: 1.1;
    }
    .select.crazy-select--multi label span::after, .select.crazy-select--multi label span::after {
        width: 12px;
        height: 12px;
        top: 45%;
        padding: 5px;
    }
    .custom_input .crazy-select__item {
        padding: 7px 10px 4px;
    }
    .custom_input.street input[type=text], .custom_input.wide-street input[type=text] {
        padding: 7px 10px 7px;
        font-size: 11px;
    }
    .page-catalog .box-page-title {
        margin-top: 10px;
        margin-bottom: 32px;
    }
    .page-catalog .box-page-title .page-title {
        font-size: 45px;
        line-height: 40px;
        margin: 0 10px 0 0;
    }
    .page-catalog .box-page-title .count {
        font-size: 18px;
    }
    .s-sort .cat_header-sort {
        padding: 30px 34px 30px 34px;
        margin-bottom: 20px;
    }
    .s-sort .custom_input {
        width: 197px;
    }
    .s-sort .catalog_tags {
        width: calc(100% - 197px);
        margin-left: 23px;
        margin-top: 6px;
    }
    .s-sort .catalog_tags .crazy-tags .tag label span {
        font-size: 12px;
        line-height: 1.5;
        padding: 6px 15px;
    }
    .b-lots .lot-tags {
        left: 20px;
        top: 20px;
    }
    .b-lots .lot-tags .tag {
        padding: 6px 15px;
        font-size: 12px;
        line-height: 1.5;
    }
    .property-list .item .img-box {
        width: 250px;
        min-width: 250px;
        height: 250px;
        min-height: 250px;
    }
    .property-list .image-slider .image-item {
        height: 250px;
    }
    .property-list .item .content {
        margin-left: 24px;
        padding-top: 18px;
    }
    .property-list .item .title-box .title {
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 12px;
    }
    .property-list .item .adress {
        font-size: 16px;
        margin-bottom: 4px;
    }
    .property-list .item .floor {
        font-size: 16px;
    }
    .property-list .item .text {
        margin-top: 12px;
        font-size: 14px;
    }
    .property-list .item .price {
        font-size: 22px;
        line-height: 1.5;
    }
    .property-list .item .h-content .right {
        min-width: 150px;
        margin: -2px 0 0 45px;
    }
    .property-list .item .price-kvm {
        font-size: 14px;
        margin-top: 4px;
    }
    .property-list .other_block a {
        font-size: 14px;
        line-height: 1.5;
    }
    .property-list .other_block a+a {
        margin-left: 30px;
    }
    .property-list .other_block a .label {
        padding-left: 8px;
    }
    .property-list .other_block a svg,
    .property-list .other_block a img {
        width: 15px;
    }
    .s-contacts .box {
        padding: 17px 20px 20px 20px;
    }
    .s-contacts .box .left {
        max-width: calc(100%/2 - 10px);
    }
    .s-contacts .box .foto {
        min-height: 348px;
    }
    .s-contacts .box .right {
        max-width: calc(100%/2 + 10px);
        padding: 24px 22px;
    }
    .s-contacts .box .item {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .s-contacts .box .item .title {
        margin-bottom: 15px;
    }
    .s-contacts .box .item .phone {
        padding-left: 15px;
    }
    .s-contacts .box .item .phone+.phone {
        margin-left: 18px;
    }
    .s-contacts .box .item .phone2:before {
        width: 10px;
        height: 18px;
    }
    .s-contacts .box .item .phone1:before {
        width: 17px;
        height: 17px;
    }
    .s-contacts .box .item.timework {
        padding-top: 3px;
    }
    .s-contacts-map {
        height: 493px;
    }
    .s-contactform {
        padding: 67px 0 88px;
    }
    .s-contactform .contactform-title {
        font-size: 46px;
        line-height: 1.1;
    }
    .s-contactform .crazy-form input[type="text"], .s-contactform .crazy-form input[type="tel"], .s-contactform .crazy-form input[type="number"], .s-contactform .crazy-form input[type="mail"], .s-contactform .crazy-form textarea {
        padding: 11.5px 15px;
        font-size: 12px;
        line-height: 1.3;
    }
    .s-contactform .form .bottom {
        margin: 15px 0 7px;
    }
    .crazy-form textarea {
        height: 103px;
    }
    .s-contactform .crazy-form input[type="submit"] {
        min-width: 164px;
        height: 40px;
        line-height: 40px;
    }
    .s-contactform .form .wrap .other {
        max-width: 240px;
        font-size: 12px;
        margin-right: 11px;
        margin-top: 4px;
    }
    .s-aboutinfo .left {
        -ms-flex: 0 0 51%;
        flex: 0 0 51%;
        max-width: 51%;
    }
    .s-aboutinfo .wrap {
        margin-left: 16.3%;
        padding-right: 25px;
    }
    .s-aboutinfo .wrap article {
        margin-bottom: 45px;
    }
    .s-aboutinfo .right {
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        max-width: 49%;
    }
    .s-infographic {
        padding: 65px 0 33px;
    }
    .s-infographic .infographic .box {
        max-width: 270px;
        margin-bottom: 56px;
    }
    .s-infographic .infographic-title {
        max-width: 800px;
        font-size: 46px;
        line-height: 1;
        margin: 0 0 56px;
    }
    .s-infographic .infographic .title {
        font-size: 23px;
    }
    .s-infographic .infographic .text {
        font-size: 12px;
        margin-top: 16px;
    }
    .s-benefits2 {
        padding: 70px 0 90px;
    }
    .s-benefits2 .benefits2-title {
        font-size: 46px;
        line-height: 1.1;
        margin: 0 0 60px;
    }
    .s-benefits2 .benefits2 .item .img {
        width: 50px;
        height: auto;
        max-width: 50px;
        max-height: 50px;
        margin-bottom: 22px;
    }
    .s-benefits2 .benefits2 .item .title {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .s-benefits2 .benefits2 .item .text {
        font-size: 12px;
        max-width: 200px;
    }
    .s-slider {
        min-height: 560px;
    }
    .s-slider .container-slider {
        left: 15px;
        right: 10px;
        top: 20px;
        bottom: 20px;
    }
    .s-slider .content {
        padding-top: 57px;
    }
    .s-slider .content .slider-title {
        font-size: 34px;
        margin: 0 0 27px;
    }
    .s-slider .content .filters {
        padding: 25px 15px 5px 15px;
        min-height: auto;
    }
    .s-slider .content .filters .js-filter-submit {
        width: 165px;
        padding: 6.5px 15px 6.5px 40px;
        border-radius: 50px;
        font-size: 9px;
        line-height: 1.4;
    }
    .s-slider .content .filters .js-filter-submit .btn-subtitle {
        font-size: 8px;
        line-height: 1.4;
    }
    .s-slider .content .filters .js-filter-submit::before {
        width: 19px;
        height: 19px;
        top: 8px;
        left: 15px;
    }
    .s-slider .content .filters .custom_input {
        margin-bottom: 10px;
    }
    .s-slider .box-slider .slick-dots {
        bottom: 39px;
    }
    .s-slider .box-slider .slick-dots button {
        width: 18px;
        height: 18px;
    }
    .s-slider-map {
        min-height: 497px;
    }
    .s-slider-map .map-box {
        height: 497px !important;
    }
    .s-slider-map .buttons-box .btn-price {
        min-width: 178px;
        height: 38px;
        line-height: 38px;
        padding: 0 35px 0 57px;
        border-radius: 15px 15px 0 0;
        font-size: 9px;
    }
    .s-slider-map .buttons-box .btn-price::before {
        top: 9px;
        left: 26px;
        width: 23px;
        height: 23px;
    }
    .s-blocks .box-blocks {
        margin: -8px 11px 21px;
    }
    .s-blocks .box-blocks .blocks-item {
        padding: 32px 22px;
        margin-left: 31px;
        margin-top: 31px;
        height: 265px;
        width: calc(68% / 2 - 31px);
    }
    .s-blocks .box-blocks .blocks-item .description {
        font-size: 16px;
        line-height: 1.3;
        margin-top: 10px;
        margin-left: 0;
    }
    .s-blocks .box-blocks .blocks-item:nth-child(5n + 1) {
        margin-bottom: -297px;
        padding: 29px 39px;
    }
    .s-blocks .box-blocks .blocks-item:nth-child(5n + 4) {
        padding: 28px 34px;
    }
    .s-blocks .box-blocks .blocks-item:nth-child(5n + 5) {
        padding: 28px 39px;
    }
    .s-seealso {
        min-height: auto;
        padding: 35px 0 70px;
    }
    .s-seealso .container {
        max-width: 972px;
    }
    .s-seealso .seealso-title {
        font-size: 45px;
    }
    .s-seealso .crazy-form {
        margin-top: 56px;
    }
    .s-seealso .crazy-form .form-title {
        width: 200px;
        padding-right: 15px;
        font-size: 14px;
    }
    .s-seealso .crazy-form .form-item + .form-item {
        margin-top: 28px;
    }
    .s-seealso .crazy-form .form-box {
        margin-right: 9px;
        margin-top: 5px;
        font-size: 13px;
        line-height: 1.3;
    }
    .s-seealso .crazy-form label {
        margin-right: 10px;
    }
    .s-seealso .crazy-form input[type="number"] {
        width: 71px;
        margin-right: 5px;
        font-size: 13px;
    }
    .s-seealso .crazy-form input[type="submit"] {
        min-width: 103px;
        line-height: 38px;
        height: 38px;
        padding: 0 15px;
    }
    .s-newproperty .container {
        max-width: 1180px;
    }
    .s-newproperty .newproperty-title {
        font-size: 36px;
    }
    .s-newproperty .nav-newproperty {
        margin-top: 5px;
        margin-left: 82px;
    }
    .s-newproperty .nav-newproperty > li > a {
        min-width: 146px;
        min-height: 38px;
        padding: 10px 15px;
        font-size: 10px;
        line-height: 1.5;
    }
    .s-newproperty .property-list .item+.item {
        margin-top: 35px;
    }
    .s-newproperty .property-list .item .content {
        margin-left: 25px;
        padding-top: 5px;
    }
    .s-newproperty .property-list .item .title-box .title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .s-newproperty .property-list .item .adress {
        font-size: 14px;
        margin-bottom: 2px;
        margin-top: 15px;
    }
    .s-newproperty .property-list .item .floor {
        font-size: 14px;
    }
    .s-newproperty .property-list .item .text {
        margin-top: 20px;
        font-size: 14px;
    }
    .s-newproperty .catalogMore {
        margin: 38px 0 0;
    }
    .s-benefits {
        padding: 95px 0 103px;
    }
    .s-benefits .left {
        padding-right: 5%;
    }
    .s-benefits .benefits-title {
        font-size: 44px;
        line-height: 1.1;
        margin: 0 0 42px;
    }
    .s-benefits .benefits-text {
        font-size: 13px;
    }
    .s-benefits .btn-about {
        min-width: 172px;
        font-size: 10px;
        line-height: 19px;
        padding: 13px 25px;
        height: 44px;
        margin-top: 35px;
    }
    .s-benefits .benefits .item {
        margin: 0 5.5px 18px;
    }
    .s-benefits .benefits .item .img {
        width: 50px;
        height: 50px;
        max-width: 50px;
        max-height: 50px;
        margin-bottom: 19px;
    }
    .s-benefits .benefits .item .title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .s-benefits .benefits .item .text {
        font-size: 12px;
        max-width: 200px;
    }
    .s-about {
        padding: 90px 0 147px;
    }
    .s-about .about-title {
        font-size: 38px;
        line-height: 1.1;
    }
    .s-about .about-text {
        font-size: 12px;
        margin-top: 8px;
        column-gap: 35px;
    }
    .s-izbrannoe {
        margin-bottom: 76px;
    }
    .favorite_header--button {
        margin-top: 27px;
        margin-bottom: 36px;
    }
    .favorite_header--button .btn-left {
        min-height: 36px;
        padding: 0 23px 0 36px;
        font-size: 9px;
        line-height: 36px;
    }
    .favorite_header--button .btn-presentmail {
        padding: 0 25px;
    }
    .favorite_header--button .btn-left+.btn-left {
        margin-left: 5px;
    }
    .favorite_header--button .btn-left::before {
        top: 11px;
        left: 17px;
        width: 12px;
        height: 12px;
    }
    .favorite_header--button .right {
        margin-top: 0;
    }
    .favorite_header--button .btn-right {
        min-width: 140px;
        min-height: 38px;
        padding: 0 15px;
        border-radius: 25px;
        font-size: 9px;
        line-height: 38px;
    }
    .favorite_header--button .btn-right+.btn-right {
        margin-left: 10px;
    }
    .s-h-sravnenie .button_wrap {
        margin-top: 26px;
        margin-bottom: 28px;
    }
    .s-h-sravnenie .btn-sravnenie {
        min-width: 132px;
        min-height: 37px;
        padding: 0 15px;
        font-size: 10px;
        line-height: 37px;
    }
    .s-h-sravnenie .btn-sravnenie+.btn-sravnenie {
        margin-left: 8px;
    }
    .s-h-sravnenie .btn-download {
        padding: 0 15px 0 30px;
    }
    .s-h-sravnenie .btn-download::before {
        top: 12px;
        left: 18px;
        width: 12px;
        height: 12px;
    }
    .comparisons_catalog {
        margin-bottom: 120px;
    }
    .comparisons_catalog .catalog_table-cell {
        width: 272px;
        min-width: 272px;
        margin-right: 22px;
        padding-bottom: 24px;
        margin-bottom: 24px;
    }
    .comparisons_catalog .catalog_table-cell.filters {
        top: 266px;
        padding-left: 25px;
        margin-right: 5px;
        margin-bottom: 40px;
    }
    .comparisons_catalog .catalog_table-cell--wrap {
        width: calc(100% - 294px);
    }
    .comparisons_catalog .catalog_table-row .text {
        height: 38px;
        padding-right: 25px;
        margin-bottom: 12px;
        font-size: 14px;
    }
    .comparisons_catalog .catalog_table-row .image-item {
        height: 195px;
    }
    .comparisons_catalog .catalog_table-h {
        padding: 15px 12px 26px;
    }
    .comparisons_catalog .catalog_table-row {
        font-size: 14px;
        line-height: 37px;
    }
    .comparisons_catalog .catalog_table-cell.filters .catalog_table-h {
        padding: 8px;
    }
    .comparisons_catalog .catalog_table-cell.filters .catalog_table-row {
        font-size: 16px;
        line-height: 37px;
    }
}

@media (min-width: 1280px) and (max-width: 1649px) {
    .custom_input.cost {
        margin-left: 10px;
        margin-right: 25px;
    }
    .custom_input {
        width: 125px;
        margin-right: 7px;
    }

    .s-slider .content .filters .js-filter-submit {
        width: 170px;
    }
    .s-slider .content .filters .js-filter-submit::before {
        left: 17px;
    }
}

@media (min-width: 1650px) and (max-width: 1850px) {
    .custom_input {
        width: 150px;
    }
    .custom_input .crazy-select {
        height: 40px;
    }
    .custom_input .crazy-select__visible {
        font-size: 16px;
    }
    .custom_input .crazy-select__item label {
        line-height: 14px;
    }
    .custom_input .crazy-select__item label span {
        font-size: 12px;
        line-height: 14px;
    }
    .custom_input.cost {
        margin-left: 5px;
        margin-right: 30px;
        margin-top: 5px;
    }
    .custom_input.square {
        margin-left: 0;
        margin-right: 25px;
    }
    .custom_input .ui-slider {
        width: 130px;
    }
    .custom_input span.label {
        margin-right: 15px;
    }
    .block_filters .right_filters {
        min-width: auto;
    }
    .s-filters .js-filter-submit {
        min-width: 125px;
        min-height: 40px;
        line-height: 40px;
        padding: 0 20px;
        font-size: 12px;
    }
    .s-sort .catalog_tags .crazy-tags .tag label span {
        font-size: 14px;
        line-height: 18px;
        padding: 8px 18px;
    }
    .s-slider .content .filters .js-filter-submit {
        width: 215px;
        padding: 8px 5px 8px 35px;
    }
    .s-slider .content .filters .js-filter-submit::before {
        top: 12px;
        left: 17px;
    }
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.icon_play{position:absolute}
