@charset "UTF-8";
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
}

/*===============Header=============*/
.header {
    padding: 7.5px 0;
    margin-bottom: 10px;
    position: relative;
    z-index: 10;
}

.header_landing {
    z-index: 25;
}

.header_landing .header__company {
    border-right: 1px solid #f0f0f0;
    padding: 10.5px 16.5px 10.5px 0;
}

.header_landing .header__phone {
    color: #ffffff;
}

.header_landing .burger:before, .header_landing .burger:after {
    background-color: #ffffff;
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__col {
    display: flex;
    align-items: center;
    margin-right: 60px;
}

.header__logo {
    border-right: 1px solid #f0f0f0;
    padding: 3.5px 16.5px 3.5px 0;
    margin-right: 13px;
}

.header__company {
    display: block;
}

.header__company span {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 8px;
    font-weight: 500;
    color: #000;
    line-height: 1.25;
    letter-spacing: 1.42px;
    text-transform: uppercase;
    margin-bottom: 6.5px;
}

.header__newbild {
    display: inline-flex;
    align-items: center;
    margin-left: 20px;
}

.header__newbild-burger {
    width: 22px;
    height: 14px;
    position: relative;
    margin-right: 8px;
}

.header__newbild-burger-item {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #ffffff;
}

.header__newbild-burger:before, .header__newbild-burger:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.header__newbild-burger:after {
    top: auto;
    bottom: 0;
}

.header__newbild span {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.21;
}

.header__nav {
    display: flex;
    align-items: center;
    margin-right: 17px;
}

.header__link {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.21;
    color: #000;
    margin-right: 30px;
    transition: all 0.2s linear;
}

.header__link:hover {
    color: #e52124;
}

.header__menu {
    display: flex;
    align-items: center;
}

.header__menu > * {
    margin-right: 4px;
}

.header__menu > *:last-child {
    margin-right: 0;
}

.header__phone {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.21;
    color: #000;
    margin-right: 5px;
    transition: all 0.2s linear;
}

.header__phone:hover {
    color: #e52124;
}

.header__call {
    display: flex;
    align-items: center;
    padding: 9px 14.5px 9px 15px;
    border-radius: 33px;
    background: #eff1f3;
    transition: all 0.2s linear;
}

.header__call:hover span {
    color: #e52124;
}

.header__call:hover svg {
    fill: #e52124;
}

.header__call svg {
    width: 18px;
    height: 18px;
    fill: #000;
    margin-right: 8.5px;
    transition: all 0.2s linear;
}

.header__call span {
    font-family: "Montserrat", sans-serif;
    font-size: 9px;
    font-weight: 500;
    color: #000;
    line-height: 1;
    transition: all 0.2s linear;
}

.header__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    flex: 0 0 36px;
    height: 36px;
    border-radius: 50%;
    background: #5c606d;
}

.header__icon svg {
    width: 19px;
    height: 17px;
    fill: #ffffff;
    transition: all 0.2s linear;
}

.header__icon:hover svg {
    fill: #e52124;
}

.header__search {
    display: flex;
    align-items: center;
    padding: 9px 12.5px 9px 12px;
    border-radius: 19px;
    background: #e52124;
}

.header__search svg {
    width: 17px;
    height: 17px;
    fill: #ffffff;
    margin-right: 6px;
}

.header__search span {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.25;
}

/*===============/header=============*/
/*===========Burger===========*/
.burger {
    display: none;
    margin-right: 26px;
    width: 26px;
    height: 10px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.burger:before, .burger:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    z-index: 1;
    transition: all 0.2s linear;
}

.burger:before {
    top: 0;
}

.burger:after {
    bottom: 0;
}

.burger.active:before {
    top: 3px;
}

.burger.active:after {
    bottom: 3px;
}

/*==========/burger===========*/
/*============Menu=============*/
.menu {
    display: none;
    width: 100%;
    height: calc(100vh - 60px);
    overflow: auto;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    background-color: #ffffff;
}

.menu__inner {
    padding: 16px 15px 40px;
}

.menu .search {
    margin-bottom: 10px;
}

.menu__links {
    display: flex;
    margin-left: -6px;
}

.menu__links > * {
    flex: 1 1 auto;
    margin-left: 6px;
}

.menu__link {
    border-radius: 18px;
    background: #f7f7f7;
    padding: 19px 18px 12px;
    margin-bottom: 10px;
}

.menu__link-icon {
    margin-bottom: 9px;
    position: relative;
    display: inline-block;
}

.menu__link-icon svg {
    width: 19px;
    height: 17px;
    fill: #5c606d;
}

.menu__link-desc {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #464e55;
    line-height: 1.21;
}

.menu__link-counter {
    display: inline-block;
    border-radius: 9px;
    background-color: #e52124;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.21;
    padding: 1.3px 6.2px;
    position: absolute;
    top: -8px;
    right: -20px;
    z-index: 1;
}

.menu__nav {
    margin-bottom: 20px;
}

.menu__nav-item {
    padding: 10px 20px 10px 0;
    border-top: 1px solid #eff1f3;
}

.menu__nav-item:last-child {
    padding-bottom: 0;
}

.menu__nav-name {
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    line-height: 1.21;
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.menu__nav-name_drop:after, .menu__nav-name_drop:before {
    content: "";
    width: 8px;
    height: 1px;
    background-color: #000;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: all 0.3s linear;
}

.menu__nav-name_drop:before {
    transform: translateY(-50%) rotate(90deg);
}

.menu__nav-name_drop.active:before {
    transform: translateY(-50%) rotate(0deg);
}

.menu__nav-name_link:after, .menu__nav-name_link:before {
    content: "";
    width: 8px;
    height: 9px;
    background: url("../images/arrow_thin.svg") center no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    z-index: 1;
}

.menu__nav-qt {
    color: #a0a5b5;
    margin-right: 15px;
}

.menu__nav-list {
    display: none;
    padding: 20px 0 10px;
}

.menu__nav-list li {
    margin-bottom: 15px;
}

.menu__nav-list li:last-child {
    margin-bottom: 0;
}

.menu__nav-list a {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #5c606d;
    line-height: 1.21;
}

.menu__sale {
    display: flex;
    margin-left: -10px;
    margin-bottom: 15px;
}

.menu__sale-box {
    margin-left: 10px;
    flex: 1 1 auto;
    border-radius: 16px;
    background: #f7f7f7;
    padding: 15px 11px 10px;
    min-height: 62px;
    position: relative;
}

.menu__sale-box:after {
    content: "";
    width: 22px;
    height: 22px;
    background: url("../images/arrow_go_red.svg") center no-repeat;
    background-size: contain;
    position: absolute;
    top: 10px;
    right: 7px;
    z-index: 1;
}

.menu__sale-desc {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #464e55;
    line-height: 1.21;
}

.menu .contactbox {
    border-radius: 18px;
    background: #f7f7f7;
    margin-bottom: 26px;
}

.menu .contactbox__title {
    color: #5c606d;
    font-size: 14px;
    margin-bottom: 17px;
}

.menu .contactbox__link span {
    color: #5c606d;
}

.menu .contactbox__link svg {
    fill: #5c606d;
}

.menu .contactbox__icon {
    margin-right: 14px;
}

.menu__social {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu__social-link {
    margin-right: 30px;
}

.menu__social-link:last-child {
    margin-right: 0;
}

.menu__social-link svg {
    width: 22px;
    height: 22px;
    fill: #e52124;
}

/*============/menu=============*/
.main {
    background-color: #ffffff;
    padding-bottom: 54px;
    border-radius: 0 0 44px 44px;
    margin-bottom: -54px;
    position: relative;
    z-index: 15;
}

.main.hidden {
    z-index: 6;
}

/*==============Breacrumbs===========*/
.breadcrumbs {
    margin-top: 25px;
    margin-bottom: 12px;
}

.breadcrumbs__item {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.21;
    color: #757575;
    position: relative;
    margin-right: 10px;
    transition: all 0.2s linear;
}

.breadcrumbs__item:after {
    content: "";
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #757575;
    position: absolute;
    top: 50%;
    right: -7px;
    z-index: 1;
    transform: translateY(-50%);
    pointer-events: none;
}

.breadcrumbs__item:hover {
    color: #e52124;
}

.breadcrumbs__item:last-child {
    margin-right: 0;
    color: #a5a5a5;
}

.breadcrumbs__item:last-child:after {
    display: none;
}

/*==============/breacrumbs===========*/
/*===============Footer=============*/
.footer {
    background: linear-gradient(180deg, #252135, #2c323d 100%);
    padding: 84px 0 50px;
}

.footer__contact {
    margin-bottom: 33px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.05);
    padding: 23px 27px;
}

.footer__contact-col {
    display: flex;
    align-items: center;
}

.footer__contact-col:nth-child(2) {
    flex: 1 1 auto;
    margin-right: 15px;
}

.footer__contact .btn {
    font-size: 12px;
    padding: 12px;
}

.footer__logo {
    display: inline-block;
    margin-right: 24px;
    position: relative;
    padding-right: 24px;
    margin-right: 15px;
}

.footer__logo:after {
    content: "";
    width: 1px;
    height: 48px;
    background-color: #ffffff;
    opacity: 0.09;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    transform: translateY(-50%);
}

.footer__logo img {
    width: 100px;
}

.footer__social {
    display: flex;
    align-items: center;
}

.footer__social-item {
    margin-right: 30px;
    position: relative;
    transition: all 0.2s linear;
}

.footer__social-item svg {
    width: 24px;
    height: 24px;
    fill: #ffffff;
    transition: all 0.2s linear;
}

.footer__social-item:after {
    content: "";
    width: 1px;
    height: 48px;
    background-color: #ffffff;
    opacity: 0.09;
    position: absolute;
    top: 50%;
    right: -15px;
    z-index: 1;
    transform: translateY(-50%);
    pointer-events: none;
}

@media (min-width: 1025px) {
    .footer__social-item:hover svg {
        fill: #e52124;
    }
}

.footer__address {
    display: inline-flex;
    align-items: center;
}

.footer__address svg {
    width: 15px;
    height: 20px;
    fill: #ffffff;
    margin-right: 16px;
    transition: all 0.2s linear;
}

.footer__address span {
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.6;
    color: #a0a5b5;
}

.footer__address:hover svg {
    fill: #a0a5b5;
}

.footer__phone {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.21;
    margin-right: 25px;
    transition: all 0.2s linear;
}

@media (max-width: 1920px) {
    .footer__phone {
        font-size: calc(16px + 4 * ((100vw - 390px) / 1530));
    }
}

@media (min-width: 1025px) {
    .footer__phone:hover {
        color: #e52124;
    }
}

.footer__menu {
    display: flex;
    margin-left: -42px;
    margin-bottom: 33px;
}

.footer__menu > * {
    width: calc(20% - 42px);
    margin-left: 42px;
}

.footer__menu-name {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.64;
    margin-bottom: 15px;
}

.footer__menu-name_link {
    transition: all 0.2s linear;
}

.footer__menu-name_link:hover {
    color: #a0a5b5;
}

.footer__menu-list li {
    margin-bottom: 15px;
}

.footer__menu-list li:last-child {
    margin-bottom: 0;
}

.footer__menu-list a {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #a0a5b5;
    line-height: 1.21;
    transition: all 0.2s linear;
}

.footer__menu-list a:hover {
    color: #ffffff;
}

.footer__qr {
    border: 3px solid rgba(255, 255, 255, 0.05);
    border-radius: 32px;
    padding: 50px 38px;
    text-align: center;
}

.footer__qr img {
    max-width: 100%;
    margin-bottom: 38px;
}

.footer__qr div {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.21;
}

.footer .selectcheckbox__select {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.09);
    text-align: center;
    padding: 10px 30px 10px 10px;
}

.footer .selectcheckbox__select span {
    font-weight: 400;
    color: #ffffff;
    font-size: 12px;
}

.footer .selectcheckbox__select:after {
    background: url("../images/arrow-icon_wh.svg") center no-repeat;
}

.footer .selectcheckbox__dropdown {
    background: #3E444E;
}

.footer .selectcheckbox__option {
    border-color: rgba(255, 255, 255, 0.09);
}

.footer .selectcheckbox__option span {
    color: #ffffff;
    font-weight: 400;
    font-size: 12px;
}

.footer__subscribe {
    margin-bottom: 25px;
}

.footer__subscribe .btn {
    font-size: 12px;
    padding: 11px 27px;
}

.footer__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer__copyright {
    font-family: "Montserrat", sans-serif;
    font-size: 8px;
    font-weight: 500;
    line-height: 1.21;
    color: #6e7481;
}

.footer__copyright span {
    display: inline-block;
    margin-right: 17px;
}

.footer__design {
    font-family: "Montserrat", sans-serif;
    font-size: 8px;
    font-weight: 500;
    line-height: 1.21;
    color: #6e7481;
}

.footer__design span {
    margin-right: 4px;
    vertical-align: middle;
}

/*===============/footer=============*/
/*===============Adaptive==============*/
@media (max-width: 1400px) {
    .header__nav {
        display: none;
    }

    .header__phone {
        display: none;
    }

    .header__col {
        margin-right: 0;
    }

    .header__logo {
        padding-right: 10px;
        margin-right: 10px;
    }

    .burger {
        display: block;
    }

    .main {
        border-radius: 0 0 24px 24px;
    }
}

@media (max-width: 1200px) {
    .footer__qr {
        border-radius: 24px;
        padding: 30px 10px;
    }

    .footer__qr div {
        font-size: 10px;
    }
}

@media (max-width: 991px) {
    .footer__contact {
        flex-direction: column;
        align-items: flex-start;
        padding: 25px 0 20px;
        margin-bottom: 15px;
    }

    .footer__contact-col {
        width: 100%;
        margin-bottom: 14px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.09);
        padding: 0 20px 20px;
        margin-right: 0;
    }

    .footer__contact-col:nth-child(2) {
        order: 1;
        margin-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .footer__address {
        align-items: flex-start;
    }

    .footer__menu {
        margin-left: -20px;
        margin-bottom: 15px;
    }

    .footer__menu-col {
        margin-left: 20px;
        width: calc(20% - 20px);
    }
}

@media (max-width: 765px) {
    .header {
        padding: 6px 0;
    }

    .header_landing .header__logo {
        border-right: 1px solid #D8D8D8;
    }

    .header_landing .header__company {
        display: block;
        border-right: none;
    }

    .header_landing .header__company img {
        width: 77px;
    }

    .header_landing .header__icon {
        display: none;
    }

    .header_landing .header__call svg {
        fill: #ffffff;
    }

    .header__newbild {
        display: none;
    }

    .header__logo {
        border-right: none;
    }

    .header__logo img {
        width: 74px;
    }

    .header__company {
        display: none;
    }

    .header__call {
        padding: 0;
        background-color: transparent;
        margin-right: 0;
    }

    .header__call svg {
        fill: #5c606d;
        margin-right: 0;
    }

    .header__call span {
        display: none;
    }

    .header__search {
        margin-left: 17px;
        padding: 9.5px;
    }

    .header__search span {
        display: none;
    }

    .header__search svg {
        margin-right: 0;
    }

    .header__icon {
        width: 19px;
        flex: 0 0 19px;
        background-color: transparent;
        margin-left: 23px;
        margin-right: 0;
        position: relative;
    }

    .header__icon:before {
        content: "";
        width: 1px;
        height: 36px;
        background-color: #eff1f3;
        position: absolute;
        top: 50%;
        left: -11.5px;
        z-index: 1;
        transform: translateY(-50%);
    }

    .header__icon svg {
        fill: #5c606d;
    }

    .breadcrumbs {
        display: none;
    }

    .breadcrumbs_mob {
        margin-top: 10px;
        display: block;
    }

    .breadcrumbs_mob .breadcrumbs__item {
        font-size: 8px;
    }

    .menu {
        height: calc(100vh - 40px);
    }

    .main {
        padding-bottom: 18px;
        margin-bottom: -18px;
    }

    .footer {
        padding-top: 52px;
    }

    .footer__menu {
        display: block;
        margin-left: 0;
    }

    .footer__menu-col {
        width: 100%;
        margin-left: 0;
    }

    .footer__menu-item {
        padding: 10px 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.09);
    }

    .footer__menu-name {
        font-size: 14px;
        width: 100%;
        margin-bottom: 0;
        position: relative;
    }

    .footer__menu-name_drop:after, .footer__menu-name_drop:before {
        content: "";
        width: 8px;
        height: 1px;
        background-color: #ffffff;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
        transition: all 0.3s linear;
    }

    .footer__menu-name_drop:before {
        transform: translateY(-50%) rotate(90deg);
    }

    .footer__menu-name_drop.active:before {
        transform: translateY(-50%) rotate(0deg);
    }

    .footer__menu-name_link:after, .footer__menu-name_link:before {
        content: "";
        width: 8px;
        height: 9px;
        background: url("../images/arrow-icon_wh.svg") center no-repeat;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%) rotate(-90deg);
        z-index: 1;
    }

    .footer__menu-list {
        display: none;
        padding: 20px 0 10px;
    }

    .footer__menu-list a {
        font-size: 12px;
    }

    .footer__qr {
        display: none;
    }
}

@media (max-width: 540px) {
    .footer__row {
        display: block;
    }

    .footer__copyright {
        margin-bottom: 14px;
    }

    .footer__subscribe {
        margin-bottom: 15px;
    }

    .footer__contact-col:nth-child(3) {
        justify-content: space-between;
    }

    .footer__contact .btn {
        padding: 10px;
    }

    .footer__phone {
        margin-right: 8px;
    }
}

@media (max-width: 360px) {
    .burger {
        width: 15px;
        margin-right: 10px;
    }

    .footer__phone {
        font-size: 12px;
    }

    .footer__contact-col {
        padding: 0 10px 20px;
    }

    .footer__logo {
        padding-right: 10px;
        margin-right: 10px;
    }
}

/*===============/adaptive==============*/
/*================Form==============*/
.form__inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: -11px;
}

.form__inner > * {
    margin-left: 11px;
    margin-bottom: 13px;
}

.form__item {
    width: calc(100% - 11px);
}

.form__item_half {
    width: calc(50% - 11px);
}

.form__input {
    position: relative;
}

.form__input input, .form__input textarea {
    width: 100%;
    border-radius: 8px;
    background: transparent;
    border: 1px solid #e9e9e9;
    padding: 14px 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.21;
    color: #000;
}

.form__input input::placeholder, .form__input textarea::placeholder {
    color: #000;
    opacity: 1;
}

.form__input textarea {
    resize: none;
    height: 45px;
}

.form__input textarea::placeholder {
    color: #939393;
}

.form__label {
    font-family: "Montserrat", sans-serif;
    font-size: 9px;
    font-weight: 500;
    color: #5c606d;
    line-height: 1.21;
    position: absolute;
    top: 3px;
    left: 10px;
    z-index: 1;
}

.form__description {
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 500;
    color: #000;
    line-height: 1.21;
}

.form__description span {
    display: inline-block;
    padding-top: 6px;
    font-size: 14px;
    vertical-align: middle;
}

.form__agree {
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 500;
    color: #939393;
    line-height: 1.21;
}

.form__agree span {
    color: #000;
}

.form__agree a {
    color: #2b6ea2;
    text-decoration: underline;
    transition: all 0.2s linear;
}

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

.form__row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.form__col {
    margin-right: 20px;
}

/*===============/form==============*/
/*================Radiobox==============*/
.radiobox {
    display: inline-flex;
    background-color: #eff1f3;
    border-radius: 8px;
}

.radiobox-btn {
    position: relative;
    flex: 1 1 auto;
}

.radiobox-btn label {
    width: 100%;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #eff1f3;
    border: 1px solid #eff1f3;
    padding: 14px 15px;
    border-radius: 8px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #464e55;
    line-height: 1.21;
    transition: all 0.2s linear;
}

.radiobox-btn label:after {
    content: "";
    width: 1px;
    height: 21px;
    background-color: #DADDE0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
}

.radiobox-btn:last-child label:after {
    display: none;
}

.radiobox-btn.unborder label:after {
    display: none;
}

.radiobox-btn input {
    display: none;
}

.radiobox-btn input:checked + label {
    color: #e52124;
    border-color: #e52124;
    background-color: #ffffff;
}

.radiobox-btn input:checked + label:after {
    display: none;
}

/*===============/radiobox==============*/
/*==========Selectcheckbox=========*/
.selectcheckbox {
    cursor: pointer;
    display: block;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 190px;
}

.selectcheckbox_top .selectcheckbox__dropdown {
    top: auto;
    bottom: calc(100% + 5px);
}

.selectcheckbox_right .selectcheckbox__dropdown {
    left: auto;
    right: 0;
}

.selectcheckbox_big .selectcheckbox__dropdown {
    min-width: 345px;
    max-width: 100%;
}

.selectcheckbox_checkbox .selectcheckbox__option {
    justify-content: flex-start;
}

.selectcheckbox__label {
    font-family: "Montserrat", sans-serif;
    font-size: 9px;
    font-weight: 500;
    color: #5c606d;
    line-height: 1.21;
    position: absolute;
    top: 3px;
    left: 10px;
    z-index: 1;
}

.selectcheckbox__select {
    width: 100%;
    height: 100%;
    transition: all 0.2s linear;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #f7f7fa;
    padding: 14px 30px 14px 10px;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    background-color: transparent;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.21;
    color: #000;
}

.selectcheckbox__select:after {
    content: "";
    width: 9px;
    height: 15px;
    background: url("../images/arrow_thin.svg") center no-repeat;
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 1;
    transform: translateY(-50%);
    transition: all 0.3s linear;
}

.selectcheckbox__select.active:after {
    transform: translateY(-50%) rotate(180deg);
}

.selectcheckbox__option {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    padding: 10px 11px;
    transition: all 0.2s linear;
    border-bottom: 1px solid #eff1f3;
}

.selectcheckbox__option:last-child {
    border-bottom: none;
}

.selectcheckbox__option:hover span, .selectcheckbox__option:hover div {
    color: #e52124;
}

.selectcheckbox__option span {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.21;
    color: #000;
    color: #464e55;
    transition: all 0.2s linear;
}

.selectcheckbox__option div {
    color: #bdc6ce;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.21;
    transition: all 0.2s linear;
}

.selectcheckbox__option-checkbox {
    margin-right: 9px;
    display: inline-block;
    width: 21px;
    height: 20px;
    border: 1px solid #464e55;
    border-radius: 4px;
    transition: all 0.2s linear;
    position: relative;
}

.selectcheckbox__option-checkbox:after {
    content: "";
    width: 11px;
    height: 9px;
    background: url("../images/check-icon.svg") center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: all 0.2s linear;
    opacity: 0;
}

.selectcheckbox__option.selected .selectcheckbox__option-checkbox {
    border-color: #e52124;
    background-color: #e52124;
}

.selectcheckbox__option.selected .selectcheckbox__option-checkbox:after {
    opacity: 1;
}

.selectcheckbox__dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    z-index: 50;
    background-color: transparent;
    width: 100%;
    min-width: 270px;
    border-radius: 13px;
    box-shadow: 0px 2px 27px 0px rgba(92, 98, 118, 0.23);
    background-color: #ffffff;
    padding: 12px 0;
}

.selectcheckbox__dropdown ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.selectcheckbox__dropdown ::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom right, #5c606d 0%, #5c606d 100%);
    border-radius: 3px;
}

.selectcheckbox__dropdown ::-webkit-scrollbar-track {
    background-color: rgba(92, 96, 109, 0.12);
}

.selectcheckbox__dropdown-wrapper {
    max-height: 300px;
    overflow: auto;
}

.selectcheckbox__dropdown-header {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
}

.selectcheckbox__dropdown-close {
    flex: 0 0 auto;
}

.selectcheckbox__dropdown-close img {
    width: 18px;
    margin-right: 24px;
}

.selectcheckbox__dropdown-title {
    flex: 1 1 auto;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #000;
    line-height: 1.21;
    margin-right: 8px;
}

.selectcheckbox__dropdown-reset {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #e52124;
    line-height: 1.21;
    background-color: #ffffff;
}

.selectcheckbox__dropdown-btn {
    display: none;
    padding: 19px 33px;
    border-radius: 14px 14px 0px 0px;
    box-shadow: 0px 2px 27px 0px rgba(92, 98, 118, 0.23);
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

.selectcheckbox__dropdown-btn .btn {
    width: 100%;
}

.selectcheckbox__inner {
    display: flex;
    flex-direction: column;
}

.selectcheckbox__nav {
    padding: 0 15px 13px;
    border-bottom: 1px solid #eff1f3;
}

.selectcheckbox__nav .tabs-nav {
    width: 100%;
}

.selectcheckbox__nav .tabs-nav a {
    flex: 1 1 auto;
    padding: 8px;
}

.selectcheckbox__nav .tabs-nav a:after {
    height: 19px;
}

/*=========/selectcheckbox=========*/
/*=========Range=========*/
.range_multi .range__input {
    width: 100px;
}

.range_multi .range__input input {
    width: 28px;
}

.range_multi .range__row {
    display: flex;
    align-items: center;
}

.range__row {
    margin-bottom: 20px;
}

.range__item {
    margin-right: 30px;
    position: relative;
}

.range__item:after {
    content: "––";
    width: 18px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.21;
    color: #000;
    position: absolute;
    top: 50%;
    right: -27px;
    z-index: 1;
    transform: translateY(-50%);
}

.range__item:last-child {
    margin-right: 0;
}

.range__item:last-child:after {
    display: none;
}

.range__input {
    width: 100%;
    border: 1px solid gainsboro;
    border-radius: 6px;
    padding: 9px 10px;
    display: flex;
    align-items: center;
}

.range__input input {
    display: inline-block;
    width: 45px;
    margin-right: 1px;
    background-color: transparent;
    flex: 0 0 auto;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.21;
    color: #000;
}

.range__input input::placeholder {
    color: #000;
    opacity: 1;
}

.range__input label {
    flex: 1 1 auto;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.21;
    color: #000;
}

.range-line {
    position: relative;
    width: 100%;
    margin-top: 7px;
    margin-bottom: 7px;
}

.range-line .range-line-wrapper {
    background: #eff1f3;
    padding-right: 7.5px;
    margin-bottom: 4px;
    border-radius: 0;
    position: relative;
    z-index: 3;
}

.range-line .range-line-wrapper.multirange {
    padding-left: 7.5px;
}

.range-line .range-line-wrapper.multirange .ui-slider .ui-slider-handle {
    margin-left: -7.5px;
}

.range-line .range-line-wrapper.multirange .ui-slider .ui-slider-handle:last-child {
    margin-right: 20px;
}

.range-line .ui-widget.ui-widget-content {
    position: relative;
    height: 4px;
}

.range-line .ui-slider .ui-slider-handle {
    height: 13px;
    width: 30px;
    border-radius: 7px;
    border: 1px solid #979797;
    background: #ffffff;
    position: absolute;
    top: -5.5px;
}

.range-line .ui-widget-header,
.range-line .ui-slider-range {
    height: 100%;
    border-radius: 0;
    background: #e52124;
    position: absolute;
    margin-left: -6.5px;
}

/*=========/range=========*/
/*===========Search===========*/
.search {
    display: flex;
    align-items: center;
}

.search__input {
    flex: 1 1 auto;
    margin-right: 8px;
}

.search__input input {
    width: 100%;
    border-radius: 18px;
    background: #f7f7f7;
    padding: 10.5px 14px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    line-height: 1.21;
}

.search__input input::placeholder {
    color: #464e55;
}

.search__btn {
    width: 36px;
    height: 36px;
    background-color: #e52124;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.search__btn svg {
    width: 17px;
    height: 17px;
    fill: #ffffff;
}

/*===========/search===========*/
/*==============Adaptive===========*/
@media (max-width: 414px) {
    .form__item_half {
        width: 100%;
    }
}

/*==============/adaptive===========*/
/*============Popup==========*/
.popup {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    display: none;
    overflow: auto;
    left: 0px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    background: rgba(149, 149, 157, 0.38);
    padding-bottom: 30px;
    z-index: 2000;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.popup ::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.popup__inner {
    opacity: 1;
    width: 95%;
    max-width: 756px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    display: none;
    z-index: 600;
}

.popup .closex {
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 600;
}

.popup__box {
    background-color: #ffffff;
    border-radius: 24px;
    max-height: calc(100vh - 80px);
    overflow-x: auto;
}

.popup__content {
    padding: 53px 15px 88px;
}

.popup.show {
    visibility: visible;
    opacity: 1;
    transition: all 1.7s linear;
}

.popup__close {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    transition: all 0.3s linear;
    position: absolute;
    top: 24px;
    right: 26px;
    z-index: 1;
}

.popup__close svg {
    width: 22.65px;
    height: 22.65px;
    stroke: #000;
    transition: all 0.1s linear;
}

.popup__close:hover svg {
    stroke: #e52124;
}

.popup .title {
    max-width: 580px;
    margin: 0 auto 45px;
}

.popup .form {
    max-width: 580px;
    margin: 0 auto;
}

.popup .form__col {
    margin-right: 40px;
}

.popup .btn {
    min-width: 145px;
}

/*============/popup==========*/
@media (max-width: 760px) {
    .popup .form__row {
        display: block;
    }

    .popup .form__col {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

/*===========Complex============*/
.complex_between {
    margin-top: 30px;
}

.complex_between .complex__item {
    justify-content: space-between;
}

.complex__slider {
    border-radius: 44px;
}

.complex__item {
    border-radius: 44px;
    background: #d8d8d8;
    position: relative;
    overflow: hidden;
    height: calc(100vh - 90px);
    max-height: 790px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 22px 30px 60px 30px;
}

@media (min-width: 1025px) {
    .complex__item:hover .complex__photo {
        transform: translate(-50%, -50%) scale(1.1, 1.1);
    }
}

.complex__photo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: all 0.3s linear;
}

.complex__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}

.complex__photo:before {
    content: "";
    width: 100%;
    height: 61.5%;
    background: linear-gradient(180deg, rgba(44, 48, 61, 0), #2c303d 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.complex__title {
    font-family: "Montserrat", sans-serif;
    font-size: 56px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 15px;
}

@media (max-width: 1920px) {
    .complex__title {
        font-size: calc(28px + 28 * ((100vw - 390px) / 1530));
    }
}

.complex__logo {
    margin-bottom: 28px;
}

.complex__logo img {
    width: 32%;
    max-width: 376px;
    min-width: 224px;
}

.complex__buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.complex__marks {
    margin-right: 20px;
}

.complex__icons {
    display: flex;
}

.complex__icons > * {
    margin-right: 13px;
}

.complex__icons > *:last-child {
    margin-right: 0;
}

.complex__description {
    font-family: "Montserrat", sans-serif;
    font-size: 29px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.21;
    margin-bottom: 16px;
}

@media (max-width: 1920px) {
    .complex__description {
        font-size: calc(18px + 11 * ((100vw - 390px) / 1530));
    }
}

.complex__id {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.21;
    opacity: 0.5;
    margin-bottom: 25px;
}

.complex__content {
    margin-bottom: 30px;
}

.complex__content:last-child {
    margin-bottom: 0;
}

.complex .btn {
    min-width: 213px;
    padding: 13px 25px;
}

.complex .tags {
    margin-left: auto;
}

.complex .tags__item {
    font-size: 10px;
}

.complex .tags__item:first-child img {
    margin-top: -3px;
}

.complex .swiper-pagination {
    top: auto;
    bottom: 38px;
}

/*==========/complex============*/
/*=============Info=============*/
.info__inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-bottom: -10px;
}

.info__inner > * {
    width: calc(33.33333% - 20px);
    margin-left: 20px;
    margin-bottom: 10px;
}

.info__item {
    border-radius: 24px;
    padding: 25px 30px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
}

.info__icon {
    margin-right: 30px;
}

.info__icon img {
    max-width: 85px;
}

.info__description {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #000;
    line-height: 1.3;
}

@media (max-width: 1920px) {
    .info__description {
        font-size: calc(18px + 6 * ((100vw - 390px) / 1530));
    }
}

.info__contact {
    display: flex;
    align-items: center;
    position: relative;
    padding: 13px 25px;
    border-radius: 24px;
    background: linear-gradient(270deg, #ff8183, #cd0a0d 100%), #242424;
}

@media (min-width: 1025px) {
    .info__contact:hover .info__contact-btn {
        transform: scale(1.2, 1.2);
    }
}

.info__contact-photo {
    width: 89px;
    height: 89px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #dbdbdb;
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    position: relative;
    margin-right: 20px;
}

.info__contact-photo img {
    max-width: 100%;
    position: relative;
    z-index: 2;
}

.info__contact-photo:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.info__contact-name {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.5;
    margin-bottom: 2px;
}

@media (max-width: 1920px) {
    .info__contact-name {
        font-size: calc(14px + 4 * ((100vw - 390px) / 1530));
    }
}

.info__contact-phone {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.21;
    margin-bottom: 7px;
}

@media (max-width: 1920px) {
    .info__contact-phone {
        font-size: calc(18px + 6 * ((100vw - 390px) / 1530));
    }
}

.info__contact-status {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.21;
    padding: 3px 6px;
    opacity: 0.7;
    border: 1px solid #ffffff;
    border-radius: 4px;
}

.info__contact-btn {
    transition: all 0.3s linear;
    width: 48px;
    height: 48px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0px 10px 22px 0px rgba(0, 0, 0, 0.15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.info__contact-btn svg {
    width: 18px;
    height: 18px;
    fill: #000;
}

/*=============/info=============*/
/*===============Demonstration============*/
.demonstration {
    margin-bottom: 55px;
}

.demonstration__box {
    border-radius: 24px;
    background-color: #ffffff;
    padding: 35px 35px 50px;
}

.demonstration__inner {
    display: flex;
    margin-bottom: 62px;
}

.demonstration__photo {
    width: calc(50% - 50px);
    min-height: 436px;
    position: relative;
}

.demonstration__photo img {
    border-radius: 24px;
    width: 71.5%;
    height: 280px;
    object-fit: cover;
    position: absolute;
}

.demonstration__photo img:first-child {
    bottom: 0;
    left: 0;
    z-index: 1;
}

.demonstration__photo img:nth-child(2) {
    top: 0;
    right: 0;
    z-index: 2;
    box-shadow: -16px 37px 32px 0px rgba(0, 0, 0, 0.21);
}

.demonstration__info {
    width: calc(50% + 50px);
    padding-left: 50px;
}

.demonstration__description {
    max-width: 590px;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #000;
    line-height: 1.3;
    margin-bottom: 40px;
}

@media (max-width: 1920px) {
    .demonstration__description {
        font-size: calc(18px + 6 * ((100vw - 390px) / 1530));
    }
}

.demonstration__buttons {
    display: flex;
}

.demonstration__buttons .btn {
    font-size: 18px;
    margin-right: 13px;
    padding: 20px 24px;
}

.demonstration__buttons .btn svg {
    width: 32px;
    height: 28px;
    margin-right: 16px;
}

.demonstration__buttons .btn_bl {
    padding: 8px 24px 8px 8px;
}

.demonstration__buttons .btn:last-child {
    margin-right: 0;
}

.demonstration__buttons .btn img {
    margin-right: 16px;
}

.demonstration .btn {
    border-radius: 47px;
}

.demonstration .btn img {
    margin-right: 13px;
}

.demonstration .btn svg {
    margin-right: 13px;
}

.demonstration .btn_bl img {
    border-radius: 50%;
}

.demonstration__row {
    display: flex;
}

.demonstration__arrow {
    margin-top: 7px;
    flex: 0 0 62px;
    margin-right: 30px;
}

.demonstration__text {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #5c606d;
    line-height: 1.5;
    margin-bottom: 14px;
}

@media (max-width: 1920px) {
    .demonstration__text {
        font-size: calc(14px + 4 * ((100vw - 390px) / 1530));
    }
}

.demonstration__flex {
    display: flex;
}

.demonstration__flex .btn {
    margin-right: 9px;
}

.demonstration__flex .btn:last-child {
    margin-right: 0;
}

/*==============/demonstration============*/
/*=============Infrastructure=============*/
.infrastructure {
    margin-bottom: 55px;
}

.infrastructure__inner {
    position: relative;
    margin-top: 60px;
}

.infrastructure .slider-arrow {
    top: 50%;
    transform: translateY(-50%);
}

.infrastructure__slider {
    border-radius: 24px;
}

.infrastructure__item {
    border-radius: 24px;
    position: relative;
    z-index: 1;
    height: 495px;
    padding: 21px 30px 92px 48px;
}

.infrastructure__item:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #242424;
    border-radius: 24px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s linear;
}

.infrastructure__item.active .infrastructure__btn {
    background-color: #5c606d;
}

.infrastructure__item.active .infrastructure__btn:after {
    transform: translate(-50%, -50%) rotate(0);
}

.infrastructure__item.active:after {
    opacity: 1;
}

.infrastructure__photo {
    width: 100%;
    height: 100%;
    background: #242424;
    border-radius: 24px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 24px;
    overflow: hidden;
}

.infrastructure__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.infrastructure__photo:after {
    content: "";
    width: 100%;
    height: 30%;
    background: linear-gradient(180deg, rgba(92, 96, 109, 0.74), rgba(71, 71, 71, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.infrastructure__content {
    position: relative;
    z-index: 2;
    height: 355px;
    overflow: auto;
    scrollbar-width: none;
}

.infrastructure__content ::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.infrastructure__title {
    font-family: "Montserrat", sans-serif;
    font-size: 29px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.21;
    margin-bottom: 28px;
}

@media (max-width: 1920px) {
    .infrastructure__title {
        font-size: calc(24px + 5 * ((100vw - 390px) / 1530));
    }
}

.infrastructure__description {
    display: none;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.5;
}

@media (max-width: 1920px) {
    .infrastructure__description {
        font-size: calc(12px + 6 * ((100vw - 390px) / 1530));
    }
}

.infrastructure__btn {
    cursor: pointer;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background-color: #e52124;
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 2;
    transition: all 0.3s linear;
}

.infrastructure__btn:after, .infrastructure__btn:before {
    content: "";
    width: 26px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: all 0.3s linear;
}

.infrastructure__btn:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

/*=============/infrastructure=============*/
/*=============Gallery=============*/
.gallery {
    margin-bottom: 20px;
}

.gallery__inner {
    position: relative;
}

.gallery .slider-arrow {
    top: 50%;
    transform: translateY(-50%);
}

.gallery__slider {
    border-radius: 44px;
}

.gallery__item {
    background-color: #ffffff;
    border-radius: 44px;
    height: 530px;
    overflow: hidden;
}

.gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery .section__info {
    min-width: 35.5%;
}

.gallery .tabs-nav {
    width: 100%;
}

.gallery .tabs-nav a {
    flex: 1 1 auto;
}

/*=============/gallery=============*/
/*=============Features=============*/
.features__inner {
    border-top: 1px solid #C4CAD1;
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -38px;
}

.features__inner > * {
    width: calc(25% - 38px);
    margin-left: 38px;
    margin-bottom: 45px;
}

.features__title {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    line-height: 1.4;
    margin-bottom: 24px;
}

.features__description {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #5c606d;
    line-height: 1.68;
}

@media (max-width: 1920px) {
    .features__description {
        font-size: calc(14px + 2 * ((100vw - 390px) / 1530));
    }
}

/*=============/features=============*/
/*=============Readiness=============*/
.readiness {
    margin-bottom: 40px;
}

.readiness__box {
    background-color: #ffffff;
    border-radius: 44px;
    display: flex;
}

.readiness__col {
    width: 50%;
    display: flex;
    padding: 42px;
    border-right: 1px solid #eff1f3;
    display: flex;
    align-items: center;
}

.readiness__col:last-child {
    border-right: none;
}

.readiness__progress {
    flex: 0 0 auto;
    width: 237px;
    height: 237px;
    border-radius: 50%;
    margin-right: 42px;
    font-family: "Montserrat", sans-serif;
    font-size: 66px;
    font-weight: 600;
    line-height: 1.21;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 20px solid #eff1f3;
    position: relative;
}

.readiness__progress:after {
    content: "";
    width: 128px;
    height: 128px;
    background: url("../images/progress.svg") center no-repeat;
    background-size: contain;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 1;
}

.readiness__title {
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.21;
}

@media (max-width: 1920px) {
    .readiness__title {
        font-size: calc(34px + 4 * ((100vw - 390px) / 1530));
    }
}

.readiness__title span {
    display: block;
    font-weight: 600;
}

.readiness__item {
    margin-right: 100px;
    min-width: 217px;
}

.readiness__item:last-child {
    margin-right: 0;
}

.readiness__item:last-child .readiness__icon:after {
    display: none;
}

.readiness__icon {
    width: 88px;
    height: 88px;
    background-color: #eff1f3;
    border-radius: 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 28px;
}

.readiness__icon:after {
    content: "";
    width: 180px;
    height: 1px;
    background-color: #c4cad1;
    position: absolute;
    top: 50%;
    right: -24px;
    transform: translate(100%, -50%);
}

.readiness__icon img {
    width: 40px;
}

.readiness__description {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}

@media (max-width: 1920px) {
    .readiness__description {
        font-size: calc(14px + 4 * ((100vw - 390px) / 1530));
    }
}

.readiness__description span {
    display: block;
    font-weight: 600;
}

/*=============/readiness=============*/
/*=============Installment=============*/
.installment {
    margin-bottom: 90px;
}

.installment__inner {
    margin-top: 30px;
    display: flex;
}

.installment__inner > * {
    width: 33.33333%;
}

.installment__item {
    border-right: 1px solid #C7C8CB;
    padding: 62px 62px 30px;
    text-align: center;
}

.installment__item:last-child {
    border-right: none;
}

.installment__num {
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
}

.installment__num-data {
    font-family: "Montserrat", sans-serif;
    font-size: 123px;
    font-weight: 500;
    color: #000;
    line-height: 1;
}

@media (max-width: 1920px) {
    .installment__num-data {
        font-size: calc(80px + 43 * ((100vw - 390px) / 1530));
    }
}

.installment__num-subtext {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.9;
    padding: 2px 18px;
    width: 70px;
    border-radius: 16px;
    background: #11d47d;
    position: absolute;
    top: -7px;
    right: 0;
    transform: translateX(50%);
    z-index: 1;
}

.installment__description {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 1.5;
}

/*=============/installment=============*/
/*=============Application=============*/
.application {
    margin-bottom: 55px;
}

.application_landing .application__box {
    right: 90px;
}

.application .title-medium {
    margin-bottom: 25px;
}

.application__title {
    font-family: "Montserrat", sans-serif;
    font-size: 29px;
    font-weight: 600;
    color: #000;
    line-height: 1.21;
    margin-bottom: 30px;
}

@media (max-width: 1920px) {
    .application__title {
        font-size: calc(24px + 5 * ((100vw - 390px) / 1530));
    }
}

.application__inner {
    position: relative;
}

.application__map {
    position: relative;
    border-radius: 44px;
    overflow: hidden;
}

.application__map > * {
    width: 100%;
    height: 534px;
}

.application__map_gray > * {
    filter: grayscale(1);
}

.application__map_gray:after {
    content: "";
    width: 39%;
    height: 100%;
    background: linear-gradient(270deg, #354a58, rgba(47, 95, 124, 0) 100%);
    opacity: 0.27;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.application__box {
    max-width: 440px;
    background-color: #ffffff;
    border-radius: 24px;
    box-shadow: 0px 10px 26px 0px rgba(0, 0, 0, 0.15);
    padding: 35px;
    position: absolute;
    top: 50%;
    right: 42px;
    transform: translateY(-50%);
    z-index: 2;
}

.application .btn {
    margin-bottom: 25px;
}

/*=============/application=============*/
/*=============Presentation=============*/
.presentation {
    margin-bottom: 20px;
}

.presentation .section__header {
    margin-bottom: 40px;
}

.presentation_min {
    margin-bottom: 20px;
}

.presentation_min .presentation__box {
    min-height: 385px;
    border-radius: 24px;
}

.presentation_min .presentation__photo {
    width: 100%;
    border-radius: 24px;
}

.presentation_min .presentation__photo:before {
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, black, rgba(0, 0, 0, 0) 97.727%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.presentation_min .presentation__title {
    margin-bottom: 20px;
}

.presentation__box {
    display: flex;
    border-radius: 44px;
    overflow: hidden;
    position: relative;
}

.presentation__info {
    width: 32.2%;
    min-width: 360px;
    border-radius: 44px;
    background: #242424;
    padding: 60px 50px;
    min-height: 530px;
    position: relative;
    z-index: 2;
}

.presentation__photo {
    width: 73%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.presentation__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.presentation__title {
    font-family: "Montserrat", sans-serif;
    font-size: 29px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.21;
    margin-bottom: 25px;
}

@media (max-width: 1920px) {
    .presentation__title {
        font-size: calc(24px + 5 * ((100vw - 390px) / 1530));
    }
}

.presentation__description {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.21;
    margin-bottom: 28px;
}

@media (max-width: 1920px) {
    .presentation__description {
        font-size: calc(12px + 2 * ((100vw - 390px) / 1530));
    }
}

.presentation__content {
    padding: 48px 28px;
    position: relative;
    z-index: 2;
}

.presentation .btn {
    min-width: 180px;
}

/*=============/presentation=============*/
/*=============Object=============*/
.object__title {
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    font-weight: 500;
    color: #000;
    line-height: 1.21;
    margin-bottom: 20px;
}

@media (max-width: 1920px) {
    .object__title {
        font-size: calc(18px + 18 * ((100vw - 390px) / 1530));
    }
}

.object .object__marks_mobile {
    display: none;
}

.object__head {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.object__address {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    line-height: 1.21;
    margin-right: 5px;
}

.object__link {
    display: inline-block;
    margin-right: 20px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #e52124;
    line-height: 1.21;
    transition: all 0.2s linear;
    position: relative;
}

.object__link:hover {
    text-decoration: underline;
}

.object__link:after {
    content: "";
    width: 2px;
    height: 26px;
    background-color: #E9E9E9;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    z-index: 1;
}

.object__inner {
    display: flex;
    align-items: flex-start;
}

.object__visual {
    width: 72.3%;
    position: relative;
    z-index: 1;
}

.object__nav {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    border-radius: 26px;
    backdrop-filter: blur(27.18px);
    -webkit-backdrop-filter: blur(27.18px);
    background: rgba(176, 176, 176, 0.33);
    display: flex;
}

.object__nav-item {
    flex: 1 1 auto;
    padding: 9px 19px;
    border-radius: 26px;
    display: inline-flex;
    align-items: center;
}

.object__nav-item img {
    margin-right: 8px;
}

.object__nav-item span {
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.21;
    color: #ffffff;
    transition: all 0.2s linear;
}

.object__nav-item:hover span {
    color: #000;
}

.object__nav-item.active {
    background-color: #ffffff;
}

.object__nav-item.active span {
    color: #000;
}

.object__slider {
    border-radius: 44px;
}

.object__item {
    border-radius: 44px;
    padding: 18px 24px 24px 45px;
    position: relative;
    min-height: 565px;
    overflow: hidden;
}

@media (min-width: 1025px) {
    .object__item:hover .object__photo {
        transform: translate(-50%, -50%) scale(1.1, 1.1);
    }
}

.object__buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.object__photo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: all 0.3s linear;
}

.object__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.object__slider_card {
    border-right: 44px;
    height: 100%;

    .object__item {
        min-height: unset;
        height: 100%;
        border-radius: 24px;
    }
    .swiper-pagination {
        top: 85%;
    }
}
.object__photo:after {
    content: "";
    width: 100%;
    height: 20.4%;
    background: linear-gradient(180deg, rgba(44, 48, 61, 0), #2c303d 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.object__size {
    cursor: pointer;
    backdrop-filter: blur(27.18px);
    -webkit-backdrop-filter: blur(27.18px);
    background: rgba(176, 176, 176, 0.33);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.object__size img {
    max-width: 95%;
}

.object .swiper-pagination {
    top: auto;
    bottom: 24px;
    z-index: 1;
}

.object__info {
    width: 27.8%;
    padding-left: 48px;
}

.object__info .radiobox {
    width: 100%;
    margin-bottom: 12px;
}

.object__info .btn {
    width: 100%;
    margin-bottom: 10px;
}

.object__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.object__share {
    margin-right: 12px;
}

.object__id {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.21;
    color: #000;
    margin-right: 15px;
}

.object__price {
    font-family: "Montserrat", sans-serif;
    font-size: 33px;
    font-weight: 500;
    color: #000;
    line-height: 1.21;
    margin-bottom: 15px;
}

.object__characteristics {
    margin-bottom: 20px;
}

/*=============/object=============*/
.about-object {
    margin-bottom: 20px;
}

.about-object__content {
    border-bottom: 1px solid #DCDCDC;
}

.about-object__content > * {
    width: 72.3%;
}

.about-object .application__map {
    border-radius: 24px;
}

/*=============Characteristics=============*/
.characteristics.mb-30 {
    margin-bottom: 30px;
}

.characteristics__item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.characteristics__item:last-child {
    margin-bottom: 0;
}

.characteristics__desc {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #5c606d;
    line-height: 1.21;
    margin-right: 15px;
}

.characteristics__data {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    line-height: 1.21;
    text-align: right;
}

.characteristics__box {
    border: 1px solid #c4cad1;
    border-radius: 24px;
    padding: 13px 28px 44px;
}

.object__info .characteristics__box {
    border: unset;
    border-radius: unset;
    padding: unset;
}

.characteristics__title {
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #000;
    line-height: 1.21;
    margin-bottom: 20px;
}

@media (max-width: 1920px) {
    .characteristics__title {
        font-size: calc(24px + 4 * ((100vw - 390px) / 1530));
    }
}

.characteristics__inner {
    display: flex;
    margin-left: -48px;
}

.characteristics__inner > * {
    width: calc(50% - 48px);
    margin-left: 48px;
}

.object__info .characteristics__inner > * {
    width: 100%;
}

.characteristics__block {
    border-top: 1px solid #DBDFE4;
    border-bottom: 1px solid #DBDFE4;
    padding: 50px 0;
    display: flex;
}

.characteristics__block .characteristics__inner {
    width: 69.5%;
    padding-left: 40px;
}

.characteristics__block .characteristics__title {
    font-size: 36px;
}

@media (max-width: 1920px) {
    .characteristics__block .characteristics__title {
        font-size: calc(24px + 12 * ((100vw - 390px) / 1530));
    }
}

.characteristics__block .btn-more {
    display: none;
}

.characteristics__header {
    width: 30.5%;
}

/*=============/characteristics=============*/
/*=============Visitcard===============*/
.visitcard {
    display: flex;
    align-items: center;
    position: relative;
    padding: 13px 15px;
    border-radius: 24px;
    background: #f6f9fb;
}

@media (min-width: 1025px) {
    .visitcard:hover .visitcard__btn {
        transform: scale(1.2, 1.2);
    }
}

.visitcard__photo {
    width: 77px;
    height: 77px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #dbdbdb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
}

.visitcard__photo img {
    max-width: 100%;
    position: relative;
    z-index: 2;
}

.visitcard__photo .visitcard__logo {
    max-width: 80%;
}
.visitcard__photo:has(.visitcard__logo) {
    background: white;
}

.visitcard__photo:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.visitcard__name {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 1.5;
    margin-bottom: 4px;
}

.visitcard__phone {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 1.21;
    margin-bottom: 7px;
}

.visitcard__status {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #9297a9;
    line-height: 1.21;
    padding: 3px 6px;
    border: 1px solid #9297a9;
    border-radius: 4px;
}

.visitcard__btn {
    transition: all 0.3s linear;
    width: 48px;
    height: 48px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0px 10px 22px 0px rgba(0, 0, 0, 0.15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.visitcard__btn svg {
    width: 18px;
    height: 18px;
    fill: #000;
}

/*=============/visitcard===============*/
/*=============Shorts===============*/
.shorts {
    margin-bottom: 20px;
}

.shorts_gray .shorts__item {
    border-radius: 24px;
    background: #f6f9fb;
}

.shorts__inner {
    flex: 1 1 auto;
    display: flex;
    margin-left: -10px;
    margin-bottom: -10px;
}

.shorts__inner > * {
    width: calc(25% - 10px);
    margin-left: 10px;
    margin-bottom: 10px;
}

.shorts__item {
    padding: 19px;
    display: inline-flex;
    align-items: center;
    flex: 1 1 auto;
}

.shorts__icon {
    margin-right: 18px;
}

.shorts__icon img {
    width: 46px;
}

.shorts__desc {
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 500;
    color: #000;
    line-height: 1.21;
    margin-bottom: 2px;
}

.shorts__data {
    font-family: "Montserrat", sans-serif;
    font-size: 29px;
    font-weight: 500;
    color: #000;
    line-height: 1.21;
}

@media (max-width: 1920px) {
    .shorts__data {
        font-size: calc(18px + 11 * ((100vw - 390px) / 1530));
    }
}

.shorts__box {
    display: flex;
    align-items: center;
    padding: 34px 34px 34px 58px;
    border: 1px solid #c4cad1;
    border-radius: 24px;
}

.shorts__box .shorts__inner {
    margin-right: 55px;
}

.shorts__box .shorts__item {
    width: auto;
    padding: 0;
}

.shorts__box .shorts__icon img {
    width: 40px;
}

.shorts__box .shorts__data {
    font-size: 24px;
}

@media (max-width: 1920px) {
    .shorts__box .shorts__data {
        font-size: calc(18px + 6 * ((100vw - 390px) / 1530));
    }
}

.shorts__box .btn {
    min-width: 220px;
}

/*=============/shorts===============*/
/*=============Textbox===============*/
.textbox {
    margin-bottom: 20px;
}

.textbox.mb-30 {
    margin-bottom: 30px;
}

.textbox__box {
    padding: 28px;
    border: 1px solid #c4cad1;
    border-radius: 24px;
}

.desc__box {
    border: 1px solid #c4cad1;
    border-radius: 24px;
    margin-bottom: 20px;
}

.textbox__text {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.21;
    color: #000;
    line-height: 1.42;
    margin-bottom: 20px;
}

.textbox__text:last-child {
    margin-bottom: 0;
}

.textbox__btn-more {
    display: inline-flex;
    align-items: center;
}

.textbox__btn-more span {
    display: inline-block;
    margin-right: 5px;
}

.textbox__btn-more span:first-child {
    width: 19px;
    height: 19px;
    flex: 0 0 auto;
    border: 1px solid #e52124;
    border-radius: 50%;
    position: relative;
}

.textbox__btn-more span:first-child:before, .textbox__btn-more span:first-child:after {
    content: "";
    width: 8px;
    height: 1px;
    background-color: #e52124;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    transition: all 0.3s linear;
}

.textbox__btn-more span:first-child:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.textbox__btn-more span:nth-child(2) {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #e52124;
    line-height: 1.21;
}

.textbox__btn-more.active span:first-child:after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.textbox__more {
    margin-top: 20px;
    display: none;
}

.textbox__inner {
    display: flex;
}

.textbox__title {
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    font-weight: 500;
    color: #000;
    line-height: 1.21;
    width: 30.5%;
}

@media (max-width: 1920px) {
    .textbox__title {
        font-size: calc(24px + 12 * ((100vw - 390px) / 1530));
    }
}

.textbox__info {
    width: 69.5%;
    padding-left: 40px;
}

.textbox__info .textbox__text {
    color: #5c606d;
}

/*=============/textbox===============*/
/*=============Watched===============*/
.watched {
    position: relative;
}

.watched:before {
    content: "";
    width: 100%;
    height: 98%;
    background: linear-gradient(180deg, white, #eff1f3 100%);
    position: absolute;
    bottom: -54px;
    left: 0;
    z-index: -1;
    pointer-events: none;
    border-radius: 0 0 44px 44px;
}

.watched .title {
    margin-bottom: 38px;
}

.watched__inner {
    position: relative;
}

.watched .slider-arrow {
    top: 50%;
    transform: translateY(-50%);
}

.watched__wrapper {
    align-items: center;
}

.watched__slide {
    min-height: 345px;
    border-radius: 24px;
    background: rgba(69, 98, 133, 0.05);
}

.watched .card {
    min-height: 345px;
    border: none;
}

.watched .card__visual {
    min-height: 236px;
}

/*=============/watched===============*/
/*=============Infoblock===============*/
.infoblock {
    margin-top: 48px;
    margin-bottom: 40px;
}

.infoblock__inner {
    display: flex;
    margin-left: -60px;
}

.infoblock__col {
    flex: 1 1 auto;
    margin-left: 60px;
}

.infoblock .radiobox {
    min-width: 300px;
    margin-bottom: 15px;
}

.infoblock__price {
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #000;
    line-height: 1.21;
    margin-bottom: 2px;
}

.infoblock__description {
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 500;
    color: #000;
    line-height: 2.1;
    margin-bottom: 5px;
}

.infoblock__text {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 25px;
}

@media (max-width: 1920px) {
    .infoblock__text {
        font-size: calc(14px + 2 * ((100vw - 390px) / 1530));
    }
}

.infoblock__map {
    width: 444px;
    height: 160px;
    border-radius: 24px;
    overflow: hidden;
}

.infoblock__map > * {
    width: 100%;
    height: 100%;
}

/*=============/infoblock===============*/
/*=============Offers===============*/
.offers__inner {
    margin-top: 35px;
}

.offers__inner:first-child {
    margin-top: 0;
}

.offers__box {
    margin-bottom: 10px;
}

.offers__box:last-child {
    margin-bottom: 0;
}

.offers__item {
    padding: 14px 36px 14px 50px;
    border-radius: 24px;
    background: #f6f7f9;
    display: flex;
    transition: all 0.2s linear;
}

.offers__item:hover {
    background: #edf0f4;
}

.offers__col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8px;
    border-right: 1px solid #d9dde1;
}

.offers__col:first-child {
    padding-left: 0;
    width: 25.5%;
}

.offers__col:nth-child(2), .offers__col:nth-child(3) {
    width: 19.7%;
    align-items: center;
}

.offers__col:nth-child(3) {
    border-right: none;
}

.offers__col:nth-child(4) {
    flex: 1 1 auto;
    border-right: none;
}

.offers__rooms {
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #000;
    line-height: 1.21;
    margin-bottom: 9px;
}

@media (max-width: 1920px) {
    .offers__rooms {
        font-size: calc(22px + 6 * ((100vw - 390px) / 1530));
    }
}

.offers__characteristic {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 9px;
}

.offers__characteristic:last-child {
    margin-bottom: 0;
}

.offers__characteristic-desc {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #5c606d;
    line-height: 1.21;
    margin-right: 12px;
}

.offers__characteristic-data {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    line-height: 1.21;
}

.offers__characteristic_big .offers__characteristic-desc {
    display: none;
}

.offers__characteristic_big .offers__characteristic-data {
    font-weight: 500;
    font-size: 28px;
}

@media (max-width: 1920px) {
    .offers__characteristic_big .offers__characteristic-data {
        font-size: calc(22px + 6 * ((100vw - 390px) / 1530));
    }
}

.offers__characteristic_col {
    display: block;
}

.offers__buttons {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
}

.offers__buttons > * {
    margin-right: 13px;
}

.offers__buttons > *:last-child {
    margin-right: 0;
}

.offers__buttons-col {
    display: flex;
    align-items: center;
}

.offers__buttons-col > * {
    margin-right: 13px;
}

.offers__buttons-col > *:last-child {
    margin-right: 0;
}

.offers .btn {
    border-radius: 26px;
    padding: 9px;
    background: #242424;
    border: none;
}

.offers .btn span {
    font-size: 10px;
}

.offers .btn img {
    margin-right: 9px;
}

.offers .btn:hover {
    background-color: #e52124;
}

.offers .btn:hover span {
    color: #ffffff;
}

.offers__btn-more {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
    border-radius: 13px;
    background: #e5eaf0;
    transition: all 0.2s linear;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    line-height: 1.21;
    text-align: center;
}

.offers__btn-more span {
    margin-right: 8px;
}

.offers__btn-more img {
    margin-bottom: 2px;
}

.offers__btn-more:hover {
    background: #f6f7f9;
}

/*=============/offers===============*/
/*=============Filters===============*/
.filters {
    background-color: #ffffff;
    padding-bottom: 30px;
    border-radius: 0px 0px 24px 24px;
    margin-bottom: -30px;
    position: relative;
    z-index: 2;
}

.filters .title {
    margin-bottom: 20px;
}

.filters__open {
    margin-top: 18px;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #000;
    padding: 12px;
}

.filters__open span {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    line-height: 1.21;
}

.filters__open span:first-child {
    margin-right: 14px;
    position: relative;
}

.filters__open span:first-child:after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #e52124;
    border: 2px solid #ffffff;
    position: absolute;
    top: -2px;
    right: -7px;
    z-index: 1;
}

.filters__header {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 16px 34px;
}

.filters__header-title {
    flex: 1 1 auto;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #000;
    line-height: 1.21;
    margin-right: 8px;
}

.filters__header-reset {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #e52124;
    line-height: 1.21;
    background-color: #ffffff;
}

.filters__close {
    flex: 0 0 auto;
}

.filters__close img {
    width: 18px;
    margin-right: 24px;
}

.filters__mobbtn {
    display: none;
    padding: 19px 33px;
    border-radius: 14px 14px 0px 0px;
    box-shadow: 0px 2px 27px 0px rgba(92, 98, 118, 0.23);
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

.filters__mobbtn .btn {
    width: 100%;
}

.filters__row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -12px;
    margin-left: -8px;
}

.filters__item {
    margin-left: 8px;
    margin-bottom: 12px;
    flex: 1 1 auto;
}

.filters__item > * {
    width: 100%;
}

.filters__item_flex {
    flex: 1 1 25%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.filters__item_flex .radiobox {
    width: auto;
    min-width: 150px;
}

.filters__item_third {
    width: calc(33.33333% - 8px);
}

.filters__item-description {
    display: none;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    line-height: 1.21;
    margin-bottom: 10px;
}

.filters__more {
    display: none;
    margin-top: 12px;
}

.filters__more .filters__item {
    width: calc(20% - 8px);
}

.filters__more .filters__item_third {
    width: calc(33.33333% - 8px);
}

.filters .btn-more {
    margin-top: 18px;
    margin-bottom: 20px;
}

.filters__desc {
    width: auto;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.21;
    color: #000;
    margin-right: 15px;
    text-align: right;
}

.filters .dropbox, .filters .selectcheckbox {
    min-width: 140px;
}

.filters__tags {
    display: flex;
    margin-left: -7px;
    margin-right: 15px;
}

.filters__tags > * {
    margin-left: 7px;
}

.filters__tag label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 32px 10px 18px;
    background-color: #eff1f3;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    line-height: 1.21;
    border-radius: 18px;
    transition: all 0.2s linear;
    position: relative;
}

.filters__tag label:after {
    content: "";
    width: 16px;
    height: 16px;
    background: url("../images/x-icon.svg") center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 9px;
    z-index: 1;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.2s linear;
}

.filters__tag label svg {
    width: 15px;
    height: 15px;
    fill: #000;
    margin-right: 9px;
    transition: all 0.2s linear;
}

.filters__tag input {
    display: none;
}

.filters__tag input:checked + label {
    background-color: #e52124;
    color: #ffffff;
}

.filters__tag input:checked + label svg {
    fill: #ffffff;
}

.filters__tag input:checked + label:after {
    opacity: 1;
}

.filters__buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*=============/filters===============*/
/*=============Result===============*/
.result {
    margin-bottom: 36px;
}

.result__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 36px;
}

.result__title {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #000;
    line-height: 1.21;
    margin-right: 15px;
}

@media (max-width: 1920px) {
    .result__title {
        font-size: calc(16px + 8 * ((100vw - 390px) / 1530));
    }
}

.result__sort {
    display: flex;
}

.result__sort > * {
    margin-right: 7px;
}

.result__sort > *:last-child {
    margin-right: 0;
}

.result__sort .selectcheckbox__select {
    border: none;
}

.result__sort .selectcheckbox__select, .result__sort .selectcheckbox__option {
    background-color: #ffffff;
    font-size: 12px;
    padding: 8px 30px 8px 10px;
}

.result__sort .selectcheckbox__select span, .result__sort .selectcheckbox__option span {
    font-size: 12px;
}

.result__sort-btn {
    padding: 6px 8px;
    border-radius: 8px;
    background-color: #ffffff;
    transition: all 0.2s linear;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.result__sort-btn svg {
    width: 16px;
    height: 16px;
    fill: #000;
    transition: all 0.2s linear;
    margin-right: 12px;
}

.result__sort-btn svg:last-child {
    margin-right: 0;
}

.result__sort-btn span {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    line-height: 1.21;
    transition: all 0.2s linear;
}

.result__sort-btn.active {
    background-color: #e52124;
}

.result__sort-btn.active svg {
    fill: #ffffff;
}

.result__sort-btn.active span {
    color: #ffffff;
}

.result__sort-btn_st svg {
    fill: none;
    stroke: #000;
}

.result__sort-btn_st.active svg {
    fill: none;
    stroke: #ffffff;
}

.result__inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: -18px;
    margin-bottom: -22px;
}

.result__inner > * {
    width: calc(33.33333% - 18px);
    margin-left: 18px;
    margin-bottom: 22px;
}

.result__inner .card {
    border: none;
}

.result__inner .card__text {
    display: none;
}

@media (min-width: 766px) {
    .result__inner_row > * {
        width: 100%;
    }

    .result__inner_row .card:nth-child(n+6) {
        display: none;
    }

    .result__inner_row .card__inner {
        display: flex;
    }

    .result__inner_row .card__visual {
        width: 32.5%;
    }

    .result__inner_row .card__info {
        width: 67.5%;
        padding: 22px 36px 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .result__inner_row .card__block {
        display: flex;
        flex-direction: column-reverse;
    }

    .result__inner_row .card__position {
        margin-bottom: 6px;
    }

    .result__inner_row .card__description {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .result__inner_row .card__price {
        margin-bottom: 22px;
    }

    .result__inner_row .card__text {
        display: block;
        order: -1;
    }
}

.result__map {
    display: none;
    border: 1px solid rgba(227, 227, 227, 0);
    border-radius: 24px;
    overflow: hidden;
    height: 640px;
}

.result__map > * {
    width: 100%;
    height: 100%;
}

.result__nav {
    margin-top: 24px;
}

.result__btn-more {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
    border-radius: 13px;
    background: #e5eaf0;
    transition: all 0.2s linear;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    line-height: 1.21;
    text-align: center;
}

.result__btn-more span {
    margin-right: 8px;
}

.result__btn-more img {
    margin-bottom: 2px;
}

.result__btn-more:hover {
    background: #f6f7f9;
}

.result__pagin {
    display: flex;
    justify-content: center;
}

.result__pagin-item {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dbdde3;
    border-radius: 13px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    transition: all 0.2s linear;
    margin-right: 6px;
}

.result__pagin-item:last-child {
    margin-right: 0;
}

.result__pagin-item svg {
    width: 7px;
    height: 10px;
    fill: #000;
    transition: all 0.2s linear;
}

@media (min-width: 1025px) {
    .result__pagin-item:hover {
        background-color: #000;
        color: #ffffff;
        border-color: #000;
    }

    .result__pagin-item:hover svg {
        fill: #ffffff;
    }
}

.result__pagin-item.active {
    background-color: #000;
    border-color: #000;
    color: #ffffff;
}

/*=============/result===============*/
/*================Adaptive================*/
@media (max-width: 1400px) {
    .complex__slider {
        border-radius: 24px;
    }

    .complex__item {
        border-radius: 24px;
    }

    .infrastructure__slider {
        border-radius: 0;
        margin-right: -15px;
        padding-right: 15px;
    }

    .infrastructure__item {
        padding: 22px 24px;
    }

    .gallery__slider {
        margin-right: -15px;
        padding-right: 15px;
        border-radius: 0;
    }

    .gallery__item {
        border-radius: 24px;
    }

    .readiness__box {
        border-radius: 24px;
    }

    .presentation__box {
        border-radius: 24px;
    }

    .presentation__info {
        border-radius: 24px;
        min-height: 400px;
    }

    .application__map {
        border-radius: 24px;
    }

    .object__slider {
        border-radius: 24px;
    }

    .object__item {
        border-radius: 24px;
        padding: 18px 24px;
    }

    .object__info {
        padding-left: 15px;
    }

    .watched:before {
        border-radius: 0 0 24px 24px;
    }

    .shorts__box {
        padding: 24px;
    }

    .shorts__box .shorts__inner {
        margin-right: 20px;
    }
}

@media (max-width: 1200px) {
    .info__inner > * {
        width: calc(50% - 20px);
    }

    .info__item {
        padding: 15px 25px;
    }

    .info__icon {
        margin-right: 25px;
    }

    .info__icon img {
        width: 58px;
    }

    .info__contact {
        width: 100%;
        padding: 14px;
    }

    .demonstration__box {
        padding: 20px;
    }

    .demonstration__info {
        padding-left: 20px;
    }

    .readiness__col {
        flex-direction: column;
        justify-content: center;
        padding: 30px 20px;
    }

    .readiness__col:first-child {
        flex-direction: column-reverse;
    }

    .readiness__progress {
        margin-right: 0;
    }

    .readiness__title {
        margin-bottom: 28px;
        text-align: center;
    }

    .readiness__item {
        display: flex;
        align-items: center;
        min-width: auto;
        margin-right: 0;
        margin-bottom: 56px;
    }

    .readiness__item:last-child {
        margin-bottom: 0;
    }

    .readiness__icon {
        margin-bottom: 0;
        margin-right: 15px;
    }

    .readiness__icon:after {
        top: calc(100% + 8px);
        left: 50%;
        transform: translate(-50%, 0);
        height: 40px;
        width: 1px;
    }

    .object__visual {
        width: 65%;
    }

    .object__info {
        width: 35%;
    }

    .about-object__content > * {
        width: 100%;
    }

    .shorts__box .shorts__inner {
        flex-wrap: wrap;
        margin-left: -25px;
        margin-bottom: -25px;
    }

    .shorts__box .shorts__item {
        flex: 0 0 auto;
        width: calc(50% - 25px);
        margin-left: 25px;
        margin-bottom: 25px;
    }

    .shorts__box .shorts__item:nth-child(5) {
        display: none;
    }

    .infoblock__inner {
        margin-left: -20px;
        flex-wrap: wrap;
    }

    .infoblock__col {
        margin-left: 20px;
        margin-bottom: 16px;
    }

    .infoblock__col:last-child {
        margin-top: 14px;
        margin-bottom: 0;
        width: 100%;
    }

    .infoblock__map {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .selectcheckbox__dropdown {
        top: calc(100% + 50px);
    }

    .complex__slider {
        margin: 0 -15px;
    }

    .complex__item {
        padding: 20px 15px 68px 15px;
    }

    .complex__id {
        margin-bottom: 10px;
    }

    .complex .swiper-pagination {
        padding: 4px 15px;
    }

    .demonstration {
        margin-bottom: 35px;
    }

    .demonstration__inner {
        display: block;
        margin-bottom: 24px;
    }

    .demonstration__photo {
        width: 100%;
        margin-bottom: 24px;
    }

    .demonstration__info {
        width: 100%;
        padding-left: 0;
    }

    .demonstration__description {
        max-width: none;
        margin-bottom: 24px;
    }

    .gallery__item {
        height: 400px;
    }

    .features__inner {
        padding-top: 0;
        margin-left: 0;
        border-top: none;
    }

    .features__inner > * {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .features__item {
        border-top: 1px solid #C4CAD1;
        padding-top: 20px;
    }

    .installment__item {
        padding: 30px 0;
    }

    .object__inner {
        display: block;
        position: relative;
        padding-top: 52px;
    }

    .object__row {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .object__visual {
        width: 100%;
        margin-bottom: 20px;
    }

    .object__info {
        width: 100%;
        padding-left: 0;
    }

    .object__slider {
        border-radius: 0;
        margin-right: -15px;
        padding-right: 15px;
    }

    .object .swiper-pagination {
        display: none;
    }

    .object__id {
        font-size: 12px;
    }

    .object__nav {
        left: 45%;
    }

    .shorts__inner {
        flex-wrap: wrap;
    }

    .shorts__inner > * {
        width: calc(50% - 10px);
    }

    .watched__slider {
        margin-right: -15px;
        padding-right: 15px;
    }

    .textbox.mb-30 {
        margin-bottom: 20px;
    }

    .textbox__inner {
        display: block;
    }

    .textbox__title {
        width: 100%;
        margin-bottom: 20px;
    }

    .textbox__info {
        width: 100%;
        padding-left: 0;
    }

    .infoblock {
        margin-top: 18px;
    }

    .characteristics__block {
        padding: 25px 0;
        display: block;
    }

    .characteristics__block .characteristics__inner {
        width: auto;
        padding-left: 0;
    }

    .characteristics__block .btn-go {
        display: none;
    }

    .characteristics__block .btn-more {
        margin-top: 15px;
        display: inline-flex;
    }

    .characteristics__head {
        width: 100%;
        margin-bottom: 30px;
    }

    .offers__item {
        padding: 18px 24px 24px;
    }

    .result__inner > * {
        width: calc(50% - 18px);
    }

    .result__inner_row > * {
        width: 100%;
    }

    .result__map {
        height: 500px;
    }
}

@media (max-width: 991px) and (min-width: 765px) {
    .result__inner_row .card__visual {
        width: 50%;
    }

    .result__inner_row .card__info {
        width: 50%;
    }
}

@media (max-width: 765px) {
    .complex_between {
        margin-top: 0;
    }

    .complex__item {
        min-height: 545px;
    }

    .info__inner {
        margin-left: 0;
    }

    .info__inner > * {
        width: 100%;
        margin-left: 0;
    }

    .gallery__item {
        height: 260px;
    }

    .gallery .title-medium {
        margin-bottom: 20px;
    }

    .features {
        position: relative;
        padding-bottom: 55px;
        margin-bottom: 20px;
    }

    .features .btn-go {
        width: auto;
        position: absolute;
        bottom: 0;
        left: 15px;
        z-index: 1;
    }

    .features .btn-go span {
        margin-left: 0;
        margin-right: 7px;
    }

    .readiness {
        margin-bottom: 30px;
    }

    .readiness__box {
        display: block;
    }

    .readiness__col {
        width: 100%;
        border-right: none;
    }

    .readiness__col:nth-child(2) {
        align-items: flex-start;
        padding-top: 10px;
        padding-bottom: 45px;
    }

    .readiness__icon {
        width: 58px;
        height: 58px;
    }

    .readiness__icon img {
        width: 27px;
    }

    .presentation {
        margin-bottom: 20px;
    }

    .presentation .section__icon {
        display: none;
    }

    .presentation_min .presentation__box {
        min-height: 190px;
        flex-direction: column;
    }

    .presentation_min .presentation__photo {
        position: absolute;
        z-index: -1;
    }

    .presentation_min .presentation__photo:before {
        width: 80%;
    }

    .presentation_min .presentation__title {
        margin-bottom: 16px;
    }

    .presentation__content {
        padding: 20px 18px;
    }

    .presentation__box {
        flex-direction: column-reverse;
    }

    .presentation__info {
        padding: 40px 20px 28px;
        min-height: auto;
        width: 100%;
        border-radius: 0 0 24px 24px;
        margin-top: -25px;
    }

    .presentation__photo {
        position: relative;
        z-index: 2;
        width: 100%;
    }

    .presentation__photo img {
        border-radius: 24px;
        min-height: 190px;
        max-height: 300px;
    }

    .presentation__title {
        margin-bottom: 15px;
        font-weight: 500;
    }

    .presentation__description {
        margin-bottom: 15px;
    }

    .installment {
        margin-bottom: 40px;
    }

    .installment__inner {
        display: block;
        padding: 0 15px;
    }

    .installment__inner > * {
        width: 100%;
    }

    .installment__item {
        border-right: none;
        border-bottom: 1px solid #C7C8CB;
    }

    .installment__item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .installment__num-subtext {
        top: -10px;
        transform: translateX(70%);
    }

    .application {
        margin-bottom: 40px;
    }

    .application .title-medium {
        margin-bottom: 20px;
    }

    .application_landing .application__inner {
        margin: 0;
    }

    .application_landing .application__box {
        margin-top: -76px;
        width: 100%;
        max-width: none;
        position: relative;
        top: 0;
        left: 0;
        transform: translateY(0);
    }

    .application_landing .application__map > * {
        height: 470px;
    }

    .application__inner {
        padding: 0;
        margin: 0 -15px;
    }

    .application__title {
        margin-bottom: 16px;
        font-weight: 500;
    }

    .application__map > * {
        height: 650px;
    }

    .application__map:after {
        height: 56%;
        width: 100%;
        top: auto;
        bottom: 0;
        background: linear-gradient(0deg, #354a58, rgba(47, 95, 124, 0) 100%);
        opacity: 0.27;
    }

    .application__box {
        width: calc(100% - 30px);
        max-width: none;
        top: auto;
        bottom: 24px;
        left: 15px;
        transform: translateY(0);
        padding: 28px 15px;
    }

    .object__title {
        margin-bottom: 5px;
    }

    .object__head {
        display: block;
    }

    .object__address {
        margin-bottom: 5px;
        color: #757575;
        font-size: 10px;
    }

    .object__link {
        margin-bottom: 10px;
        font-size: 10px;
    }

    .object__link:after {
        display: none;
    }

    .object__position {
        border-top: 1px solid #E9E9E9;
        border-bottom: 1px solid #E9E9E9;
        padding: 15px 0 3px;
    }

    .object .position__item span {
        font-size: 10px;
    }

    .object .object__marks {
        display: none;
    }

    .object .object__marks_mobile {
        display: flex;
        margin-bottom: 12px;
        margin-left: -8px;
    }

    .object .object__marks_mobile .marks__item {
        margin-left: 8px;
    }

    .object__buttons {
        justify-content: flex-end;
    }

    .object__nav {
        bottom: 18px;
    }

    .object__nav-item:first-child, .object__nav-item:nth-child(3) {
        display: none;
    }

    .object__item {
        min-height: 280px;
    }

    .object__photo:after {
        background: linear-gradient(180deg, rgba(71, 71, 71, 0), #afb2bd 100%);
    }

    .characteristics__box {
        padding: 0;
        border: none;
    }

    .characteristics__inner {
        display: block;
        margin-left: 0;
    }

    .characteristics__col {
        width: 100%;
        margin-left: 0;
    }

    .characteristics__col .characteristics__item {
        margin-bottom: 0;
        padding: 10px 0;
        border-top: 1px solid #f1f1f1;
    }

    .characteristics__col .characteristics__item:last-child {
        border-bottom: 1px solid #f1f1f1;
    }

    .characteristics__col .characteristics__data, .characteristics__col .characteristics__desc {
        font-size: 12px;
    }

    .textbox__box {
        padding: 0;
        border-radius: 0;
        border: none;
    }

    .shorts__box {
        display: block;
    }

    .shorts__box .btn {
        border: none;
        padding: 0;
        margin: 20px auto 0;
        display: flex;
        width: 220px;
    }

    .watched:before {
        bottom: -18px;
    }

    .offers__inner {
        margin-top: 14px;
    }

    .offers__item {
        display: block;
    }

    .offers__col {
        width: 100%;
        border-right: none;
        padding: 0;
    }

    .offers__col:first-child {
        width: 100%;
    }

    .offers__col:nth-child(2), .offers__col:nth-child(3) {
        width: 100%;
        align-items: flex-start;
    }

    .offers__buttons {
        margin-top: 20px;
        justify-content: space-between;
    }

    .offers__rooms {
        margin-bottom: 10px;
    }

    .offers__characteristic {
        margin-bottom: 2px;
    }

    .offers__characteristic:last-child {
        margin-bottom: 2px;
    }

    .offers__characteristic-desc {
        min-width: 110px;
    }

    .offers__characteristic_big .offers__characteristic-desc {
        display: block;
    }

    .offers__characteristic_big .offers__characteristic-data {
        font-size: 14px;
        font-weight: 700;
    }

    .offers__characteristic_col {
        display: inline-flex;
    }

    .result__header {
        display: block;
        margin-bottom: 16px;
    }

    .result__title {
        font-weight: 600;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .result__sort {
        justify-content: space-between;
    }

    .result__sort-btn_row, .result__sort-btn_box {
        display: none;
    }

    .result__sort .selectcheckbox {
        margin-right: 15px;
        max-width: 60%;
    }

    .result__inner {
        margin-left: 0;
    }

    .result__inner > * {
        width: 100%;
        margin-left: 0;
    }

    .result__inner .card:nth-child(n+6) {
        display: none;
    }

    .result__pagin {
        position: relative;
        padding: 0 42px;
    }

    .result__pagin-item:nth-child(n+4) {
        display: none;
    }

    .result__pagin-item:nth-last-child(2) {
        margin-right: 0;
    }

    .result__pagin-item:nth-last-child(2), .result__pagin-item:nth-last-child(3) {
        display: inline-flex;
    }

    .result__pagin-item:last-child {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        display: inline-flex;
    }

    .filters__item {
        margin-bottom: 20px;
    }

    .filters__item:last-child {
        margin-bottom: 0;
    }

    .filters__item-description {
        display: block;
    }

    .filters__open {
        display: flex;
    }

    .filters__tags {
        margin-right: -15px;
        padding-right: 15px;
        margin-left: -23px;
        padding-left: 15px;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .filters__tags ::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .filters__tag {
        white-space: nowrap;
    }

    .filters__tag label {
        padding: 9px 32px 9px 15px;
    }

    .filters__tag label svg {
        margin-right: 4px;
    }

    .filters__buttons .btn-reset {
        display: none;
    }

    .filters__content {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        width: 100%;
        height: 100vh;
        overflow: auto;
        background-color: #ffffff;
        padding-bottom: 100px;
    }

    .filters__block {
        display: flex;
        flex-direction: column;
    }

    .filters__header {
        display: flex;
    }

    .filters__mobbtn {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .filters__mobbtn span {
        margin: 0 4px;
    }

    .filters__row {
        padding: 13px 34px;
        display: block;
        margin-left: 0;
        margin-bottom: 0;
    }

    .filters__row > * {
        margin-left: 0;
    }

    .filters .btn-more {
        padding: 20px 34px 0;
        margin-top: 10px;
        margin-bottom: 0;
        border-top: 1px solid #D8D8D8;
    }

    .filters__more {
        order: 1;
    }

    .filters__more .filters__item {
        margin-bottom: 10px;
        width: 100%;
    }

    .filters__more .filters__item_third {
        width: 100%;
    }

    .dropbox_mob .dropbox__select {
        display: none;
    }

    .dropbox_mob .dropbox__dropdown {
        display: block !important;
        position: static;
        width: 100%;
        box-shadow: none;
        border-radius: 0;
        padding: 0;
    }

    .dropbox_mob .dropbox__dropdown-wrapper {
        max-width: none;
    }

    .dropbox_mob .dropbox__inner {
        padding: 0;
    }

    .dropbox_fix .dropbox__dropdown {
        padding: 0;
        width: 100vw;
        height: 100vh;
        max-height: 100vh;
        border-radius: 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
    }

    .dropbox_fix .dropbox__dropdown-wrapper {
        max-height: 100vh;
        padding: 0 30px 95px;
    }

    .dropbox_fix .dropbox__dropdown-header {
        display: flex;
    }

    .dropbox_fix .dropbox__dropdown-btn {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
    }

    .selectcheckbox_fix .selectcheckbox__dropdown {
        padding: 0;
        width: 100vw;
        height: 100vh;
        max-height: 100vh;
        border-radius: 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
    }

    .selectcheckbox_fix .selectcheckbox__dropdown-wrapper {
        max-height: 100vh;
        padding: 0 30px 95px;
    }

    .selectcheckbox_fix .selectcheckbox__dropdown-header {
        display: flex;
    }

    .selectcheckbox_fix .selectcheckbox__dropdown-btn {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
    }

    .selectcheckbox_fix .selectcheckbox__nav {
        padding: 0 0 20px;
    }
}

@media (max-width: 540px) {
    .complex__logo {
        margin-bottom: 15px;
    }

    .complex__id {
        display: none;
    }

    .complex__marks {
        margin-right: 0;
    }

    .complex__icons {
        display: none;
    }

    .complex .tags {
        flex-direction: row-reverse;
    }

    .complex .tags__item:nth-child(3) {
        margin-right: 9px;
    }

    .info__contact-btn {
        display: none;
    }

    .info__contact-photo {
        width: 76px;
        height: 76px;
        margin-right: 16px;
    }

    .demonstration__text {
        margin-bottom: 20px;
    }

    .demonstration__inner {
        position: relative;
        padding-bottom: 234px;
    }

    .demonstration__inner .btn svg {
        width: 23px;
        height: 20px;
    }

    .demonstration__photo {
        position: static;
        min-height: 0;
    }

    .demonstration__photo img {
        width: 100%;
        height: 210px;
        border-radius: 18px;
    }

    .demonstration__photo img:first-child {
        position: static;
    }

    .demonstration__photo img:nth-child(2) {
        top: auto;
        bottom: 0;
        left: 0;
    }

    .demonstration .btn {
        font-size: 14px;
        padding: 12px;
    }

    .demonstration .btn_bl {
        font-size: 18px;
        position: absolute;
        left: 50%;
        bottom: 67px;
        z-index: 1;
        transform: translateX(-50%);
        z-index: 3;
        width: 265px;
        max-width: 95%;
        margin-right: 0;
        padding: 7px 8px;
        justify-content: flex-start;
    }

    .demonstration__row {
        display: block;
    }

    .demonstration__arrow {
        margin-right: 0;
        margin-bottom: 24px;
    }

    .demonstration__arrow img {
        width: 45px;
    }

    .infrastructure {
        margin-bottom: 30px;
    }

    .infrastructure__inner {
        margin-top: 20px;
    }

    .infrastructure__item {
        height: 360px;
    }

    .infrastructure__btn {
        width: 55px;
        height: 55px;
    }

    .infrastructure__btn:before, .infrastructure__btn:after {
        width: 18px;
    }

    .infrastructure__content {
        height: 255px;
    }

    .shorts_gray .shorts__item {
        border-radius: 12px;
    }

    .shorts__item {
        padding: 10px;
    }

    .shorts__icon {
        margin-right: 8px;
    }

    .shorts__icon img {
        width: 34px;
    }

    .infoblock {
        margin-bottom: 20px;
    }

    .infoblock .radiobox {
        width: 100%;
    }

    .infoblock__col {
        width: 100%;
    }

    .infoblock__map {
        height: 135px;
    }

    .filters .title {
        font-size: 28px;
    }

    .result__map {
        height: 350px;
    }
}

@media (max-width: 370px) {
    .demonstration__flex {
        display: block;
    }

    .demonstration__flex .btn {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

/*================/adaptive================*/
/*=========Reset==========*/
* {
    padding: 0;
    margin: 0;
    border: 0;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus, :active {
    outline: none;
}

a:focus, a:active {
    outline: none;
}

nav, footer, header, aside {
    display: block;
}

html, body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    font-family: "Montserrat", sans-serif;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    background-color: #ffffff;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input, button, textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a, a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: 400;
}

/*=========/reset==========*/
body.hidden {
    overflow: hidden;
}

.wrapper {
    overflow: hidden;
}

.container {
    width: 100%;
    max-width: 1400px;
    padding: 0 15px;
    margin: 0 auto;
}

.bg-gray {
    background-color: #eff1f3;
    position: relative;
    z-index: 1;
}

.bg-gray:before {
    content: "";
    width: 100%;
    height: 1550px;
    backdrop-filter: blur(65.24px);
    background: linear-gradient(180deg, #272637, #eff1f3 100%);
    position: absolute;
    top: -80px;
    left: 0;
    z-index: -1;
    pointer-events: none;
}

.bg-gray:after {
    content: "";
    width: 100%;
    height: 470px;
    background: linear-gradient(180deg, #eff1f3, white 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
}

.bg_dgray {
    background: #f2f2f2;
    padding-top: 52px;
}

.mb-45 {
    margin-bottom: 45px;
}

.title {
    font-family: "Montserrat", sans-serif;
    font-size: 56px;
    font-weight: 500;
    color: #000;
    line-height: 1.09;
}

@media (max-width: 1920px) {
    .title {
        font-size: calc(36px + 20 * ((100vw - 390px) / 1530));
    }
}

.title-medium {
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    font-weight: 500;
    color: #000;
    line-height: 1.21;
}

@media (max-width: 1920px) {
    .title-medium {
        font-size: calc(24px + 12 * ((100vw - 390px) / 1530));
    }
}

.btn {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.21;
    color: #ffffff;
    padding: 13px 10px;
    background-color: #e52124;
    border-radius: 8px;
    border: 1px solid #e52124;
    text-align: center;
    min-width: 140px;
    transition: all 0.2s linear;
}

.btn svg {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    fill: #ffffff;
    margin-right: 6px;
    margin-left: 6px;
    transition: all 0.2s linear;
}

.btn svg:first-child {
    margin-left: 0;
}

.btn svg:last-child {
    margin-right: 0;
}

.btn img {
    flex: 0 0 auto;
    margin-right: 6px;
    margin-left: 6px;
    transition: all 0.2s linear;
}

.btn img:first-child {
    margin-left: 0;
}

.btn img:last-child {
    margin-right: 0;
}

.btn:hover {
    color: #e52124;
    background-color: #ffffff;
}

.btn:hover svg {
    fill: #e52124;
}

.btn .bold {
    font-weight: 600;
    margin-left: 5px;
}

.btn_gray {
    background-color: #eff1f3;
    color: #000;
    border-color: #eff1f3;
}

.btn_gray svg {
    fill: #000;
}

.btn_gray:hover {
    border-color: #e52124;
}

.btn_bl {
    background-color: #242424;
    border: 1px solid #242424;
}

.btn_bl:hover {
    color: #242424;
}

.btn_transparent {
    background-color: transparent;
    border-color: #000;
    color: #000;
}

.btn_transparent svg {
    fill: #000;
}

.btn_transparent:hover {
    background-color: #000;
    color: #ffffff;
}

.btn_transparent:hover svg {
    fill: #ffffff;
}

.btn_border {
    background-color: transparent;
    color: #e52124;
}

@media (min-width: 1025px) {
    .btn_border:hover {
        background-color: #e52124;
        color: #ffffff;
    }
}

.btn-go {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.21;
    color: #000;
    padding: 13px 21px 13px 16px;
    background-color: transparent;
    border-radius: 24px;
    border: 1px solid #000;
    text-align: center;
}

.btn-go svg {
    width: 38px;
    height: 13px;
    fill: #000;
    transition: all 0.2s linear;
}

.btn-go span {
    margin-right: 9px;
}

.btn-go span:last-child {
    margin-right: 0;
}

.btn-go:hover svg {
    transform: translateX(5px);
}

.btn-transparent {
    border: 1px solid #ffffff;
    border-radius: 8px;
    padding: 16px 20px;
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.2s linear;
}

.btn-transparent img {
    margin-right: 8px;
}

.btn-transparent span {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.21;
}

.btn-transparent:hover {
    opacity: 0.7;
}

.btn-reset {
    display: inline-flex;
    align-items: center;
    background-color: transparent;
    transition: all 0.2s linear;
}

.btn-reset span {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #5c606d;
    line-height: 1.21;
    margin-right: 7px;
    transition: all 0.2s linear;
}

.btn-reset svg {
    width: 16px;
    height: 16px;
    fill: #5c606d;
    transition: all 0.2s linear;
}

@media (min-width: 1025px) {
    .btn-reset:hover span {
        color: #e52124;
    }

    .btn-reset:hover svg {
        fill: #e52124;
    }
}

.btn-more {
    display: inline-flex;
    align-items: center;
}

.btn-more span {
    display: inline-block;
    margin-right: 5px;
}

.btn-more span:first-child {
    width: 19px;
    height: 19px;
    flex: 0 0 auto;
    border: 1px solid #e52124;
    border-radius: 50%;
    position: relative;
}

.btn-more span:first-child:before, .btn-more span:first-child:after {
    content: "";
    width: 8px;
    height: 1px;
    background-color: #e52124;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    transition: all 0.3s linear;
}

.btn-more span:first-child:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.btn-more span:nth-child(2) {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #e52124;
    line-height: 1.21;
}

.btn-more.active span:first-child:after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.tags {
    display: flex;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.tags ::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.tags__item {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.21;
    color: #ffffff;
    padding: 9px 16px;
    border: 1px solid #ffffff;
    border-radius: 26px;
    position: relative;
    margin-right: 9px;
    white-space: nowrap;
    transition: all 0.2s linear;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.tags__item_bl {
    backdrop-filter: blur(27.18px);
    -webkit-backdrop-filter: blur(27.18px);
    background: rgba(176, 176, 176, 0.33);
    border: none;
}

.tags__item:hover {
    border-color: #e52124;
}

.tags__item:last-child {
    margin-right: 0;
}

.tags__item svg {
    width: 19px;
    height: 17px;
    fill: #ffffff;
    margin-left: 6px;
    margin-right: 6px;
}

.tags__item svg:last-child {
    margin-right: 0;
}

.tags__item svg:first-child {
    margin-left: 0;
}

.tags__item img {
    margin-right: 6px;
}

.tags__item img:last-child {
    margin-right: 0;
}

.marks {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-bottom: -7px;
    margin-right: 15px;
}

.marks:last-child {
    margin-right: 0;
}

.marks__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    margin-bottom: 7px;
    border-radius: 15px;
    background: rgba(131, 48, 255, 0.9);
    padding: 8px 10px;
}

.marks__item img {
    max-width: 13px;
    margin-right: 6.5px;
    vertical-align: middle;
}

.marks__item span {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.21;
    vertical-align: middle;
}

.marks__item_sale {
    background-color: rgba(38, 38, 38, 0.75);
}

.marks__item_sale span {
    color: #99ff2c;
}

.marks__item_exclusive {
    background-color: rgba(255, 88, 48, 0.9);
}

.marks__item_start {
    background-color: rgba(38, 38, 38, 0.75);
}

.marks__item_start span {
    color: #00ffdb;
}

.favorite {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    position: relative;
}

.favorite svg {
    width: 20px;
    height: 18px;
    fill: #000;
    transition: all 0.2s linear;
}

.favorite:after {
    content: "";
    width: 20px;
    height: 18px;
    background: url("../images/heart_filled.svg") center no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: all 0.2s linear;
    opacity: 0;
}

@media (min-width: 1025px) {
    .favorite:hover svg {
        fill: #e52124;
    }
}

.favorite.active svg {
    fill: #e52124;
}

.favorite.active:after {
    opacity: 1;
}

.position {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -12px;
}

.position__item {
    margin-right: 15px;
    margin-bottom: 12px;
    display: inline-flex;
    align-items: center;
}

.position__item img {
    margin-right: 6.5px;
}

.position__item span {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    line-height: 1.21;
}

.share {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    position: relative;
}

.share svg {
    width: 22px;
    height: 18px;
    fill: #000;
    transition: all 0.2s linear;
}

@media (min-width: 1025px) {
    .share:hover svg {
        fill: #e52124;
    }
}

.swiper-pagination {
    height: 10px;
    position: absolute;
    top: 24px;
    left: 0;
    z-index: 1;
    display: flex;
    padding: 4px 28px;
}

.swiper-pagination-bullet {
    flex: 1 1 auto;
    height: 4px;
    border-radius: 2px;
    background-color: #ffffff;
    opacity: 0.25;
    margin: 0 5px 0 0 !important;
}

.swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.slider-arrow {
    cursor: pointer;
    width: 49px;
    height: 49px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    box-shadow: 0px 10px 22px 0px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    position: absolute;
    right: -22px;
    z-index: 2;
}

.slider-arrow svg {
    width: 9px;
    height: 14px;
    fill: #000;
    transition: all 0.2s linear;
}

@media (min-width: 1025px) {
    .slider-arrow:hover svg {
        margin-left: 5px;
    }
}

/*==============Dropbox==========*/
.dropbox {
    cursor: pointer;
    display: inline-block;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.dropbox_top .dropbox__dropdown {
    top: auto;
    bottom: calc(100% + 5px);
}

.dropbox_right .dropbox__dropdown {
    left: auto;
    right: 0;
}

.dropbox_ico .dropbox__select {
    padding: 13px 30px 13px 10px;
}

.dropbox__select {
    width: 100%;
    height: 100%;
    transition: all 0.2s linear;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #f7f7fa;
    padding: 14px 30px 14px 10px;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    background-color: transparent;
    display: flex;
    align-items: center;
}

.dropbox__select span {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.21;
    color: #000;
}

.dropbox__select > span:first-child {
    margin-right: 3px;
}

.dropbox__select > span:last-child {
    margin-left: 3px;
}

.dropbox__select-item {
    border-radius: 5px;
    background: #eff1f3;
    padding: 4px 5px 1px;
    margin-left: 10px;
}

.dropbox__select-desc {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.21;
    color: #000;
    margin-right: 5px;
}

.dropbox__select-input span {
    position: relative;
    display: inline-block;
}

.dropbox__select-input span:after {
    content: " –– ";
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.21;
    color: #000;
    margin: 0 4px;
}

.dropbox__select-input span:last-child {
    margin-right: 0;
}

.dropbox__select-input span:last-child:after {
    display: none;
}

.dropbox__select-qt {
    min-width: 35px;
}

.dropbox__select:after {
    content: "";
    width: 9px;
    height: 15px;
    background: url("../images/arrow_thin.svg") center no-repeat;
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 1;
    transform: translateY(-50%);
    transition: all 0.3s linear;
}

.dropbox__select.active:after {
    transform: translateY(-50%) rotate(180deg);
}

.dropbox__dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    z-index: 50;
    background-color: transparent;
    width: 100%;
    min-width: 270px;
    border-radius: 13px;
    box-shadow: 0px 2px 27px 0px rgba(92, 98, 118, 0.23);
    background-color: #ffffff;
    padding: 12px 0;
}

.dropbox__dropdown ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.dropbox__dropdown ::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom right, #5c606d 0%, #5c606d 100%);
    border-radius: 3px;
}

.dropbox__dropdown ::-webkit-scrollbar-track {
    background-color: rgba(92, 96, 109, 0.12);
}

.dropbox__dropdown-wrapper {
    max-height: 270px;
    overflow: auto;
}

.dropbox__dropdown-header {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
}

.dropbox__dropdown-close {
    flex: 0 0 auto;
}

.dropbox__dropdown-close img {
    width: 18px;
    margin-right: 24px;
}

.dropbox__dropdown-title {
    flex: 1 1 auto;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #000;
    line-height: 1.21;
    margin-right: 8px;
}

.dropbox__dropdown-reset {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #e52124;
    line-height: 1.21;
    background-color: #ffffff;
}

.dropbox__dropdown-btn {
    display: none;
    padding: 19px 33px;
    border-radius: 14px 14px 0px 0px;
    box-shadow: 0px 2px 27px 0px rgba(92, 98, 118, 0.23);
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

.dropbox__dropdown-btn .btn {
    width: 100%;
}

.dropbox__inner {
    padding: 16px 20px;
}

.dropbox__option label {
    cursor: pointer;
    padding: 9px 11px;
    display: flex;
    align-items: center;
    border-top: 1px solid #eff1f3;
}

@media (min-width: 1025px) {
    .dropbox__option label:hover .dropbox__option-name {
        color: #e52124;
    }
}

.dropbox__option-checkbox {
    margin-right: 9px;
    display: inline-block;
    width: 21px;
    height: 20px;
    border: 1px solid #464e55;
    border-radius: 4px;
    transition: all 0.2s linear;
    position: relative;
}

.dropbox__option-checkbox:after {
    content: "";
    width: 11px;
    height: 9px;
    background: url("../images/check-icon.svg") center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: all 0.2s linear;
    opacity: 0;
}

.dropbox__option-name {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #464e55;
    line-height: 1.21;
    transition: all 0.2s linear;
}

.dropbox__option input {
    display: none;
}

.dropbox__option input:checked + label .dropbox__option-checkbox {
    border-color: #e52124;
    background-color: #e52124;
}

.dropbox__option input:checked + label .dropbox__option-checkbox:after {
    opacity: 1;
}

.dropbox__option input:checked + label .dropbox__option-name {
    color: #e52124;
}

.dropbox .radiobox {
    width: 100%;
    margin-top: 18px;
}

.dropbox .radiobox-btn label {
    padding: 8px;
}

/*==============/dropbox==========*/
/*===============Tabs=============*/
.tabs-nav {
    display: inline-flex;
    overflow: auto;
    background-color: #eff1f3;
    margin: 0 auto;
    border-radius: 8px;
    max-width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.tabs-nav ::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.tabs-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #eff1f3;
    background-color: #eff1f3;
    padding: 15px 30px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #464e55;
    line-height: 1.21;
    transition: all 0.2s linear;
    border-radius: 8px;
    position: relative;
}

.tabs-nav a:after {
    content: "";
    width: 1px;
    height: 29px;
    background-color: #DADDE0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
}

.tabs-nav a:last-child:after {
    display: none;
}

.tabs-nav a:hover {
    color: #e52124;
}

.tabs-nav a.active {
    border-color: #e52124;
    background-color: #ffffff;
    color: #e52124;
}

.tabs-nav a.active:after {
    display: none;
}

.tabs-nav a.unborder:after {
    display: none;
}

.tabs-nav_gray {
    background: rgba(86, 105, 124, 0.28);
}

.tabs-nav_gray a {
    background: transparent;
    border: none;
    color: #ffffff;
}

.tabs-nav_gray a:after {
    background-color: rgba(239, 241, 243, 0.44);
}

.tabs-nav_gray a:hover {
    color: #ffffff;
}

.tabs-nav_gray a.active {
    background: #2f323f;
    color: #ffffff;
}

.tab_2, .tab_3, .tab_4,
.tab_5, .tab_6, .tab_7 {
    display: none;
}

/*==============/tabs=============*/
/*================Section==========*/
.section {
    margin-bottom: 20px;
}

.section__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.section__header .title {
    margin-right: 30px;
}

.section__header .title:last-child {
    margin-right: 0;
}

.section__header_center {
    display: block;
    text-align: center;
}

.section__header_center .title {
    margin-bottom: 20px;
}

.section__header_center .section__text {
    max-width: 910px;
    margin: 0 auto;
}

.section__header_top {
    align-items: flex-start;
}

.section__link {
    display: flex;
    align-items: center;
    max-width: 440px;
}

@media (min-width: 1025px) {
    .section__link:hover svg {
        transform: translateX(2px);
    }
}

.section__link span:first-child {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.21;
    color: #000;
    text-align: right;
    margin-right: 7.5px;
}

.section__link span:nth-child(2) {
    background-color: #eff1f3;
    padding: 10px 7.5px;
    border-radius: 7px;
}

.section__link svg {
    width: 6px;
    height: 9px;
    fill: #000;
    transition: all 0.2s linear;
}

.section__text {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #5c606d;
    line-height: 1.5;
    max-width: 660px;
}

@media (max-width: 1920px) {
    .section__text {
        font-size: calc(14px + 4 * ((100vw - 390px) / 1530));
    }
}

.section__info_flex {
    display: flex;
}

.section__icon {
    margin-right: 28px;
}

.section__icon:last-child {
    margin-right: 0;
}

/*===============/section==========*/
/*================Intro=============*/
.intro {
    margin-bottom: 30px;
}

.intro__inner {
    border-radius: 44px;
    background: url("../images/intro-bg.png") center no-repeat, linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.61) 100%);
    background-size: cover;
    padding: 66px 30px 28px 30px;
}

.intro__box {
    max-width: 932px;
    margin: 0 auto;
    margin-bottom: 150px;
}

.intro__title {
    font-family: "Montserrat", sans-serif;
    font-size: 68px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.06;
    text-align: center;
    margin-bottom: 25px;
}

@media (max-width: 1920px) {
    .intro__title {
        font-size: calc(38px + 30 * ((100vw - 390px) / 1530));
    }
}

.intro__search {
    width: 350px;
    max-width: 100%;
    margin: 0 auto 60px;
    border-bottom: 1px solid #ffffff;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.intro__search svg {
    width: 15px;
    height: 15px;
    fill: #ffffff;
}

.intro__search input {
    width: 100%;
    background-color: transparent;
    border-radius: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.21;
    margin-right: 10px;
}

.intro__search input::placeholder {
    color: #ffffff;
    opacity: 1;
}

.intro__search button {
    background-color: transparent;
    border-radius: 0;
}

.intro__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.intro__stat {
    margin-right: 20px;
}

.intro__filters {
    margin-bottom: 24px;
}

.intro__filters-buttons {
    display: flex;
    align-items: center;
}

.intro__filters-buttons .btn_gray {
    margin-right: 12px;
    min-width: 113px;
}

.intro__filters-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.intro__filters-inner .radiobox {
    border-radius: 13px 13px 0 0;
    backdrop-filter: blur(65.24px);
    -webkit-backdrop-filter: blur(65.24px);
    background: rgba(3, 3, 3, 0.25);
}

.intro__filters-inner .radiobox-btn label {
    min-width: 138px;
    color: #ffffff;
    background-color: transparent;
    border: none;
    border-radius: 13px 13px 0 0;
    padding: 10px 32px;
    font-size: 14px;
}

.intro__filters-inner .radiobox-btn input:checked + label {
    color: #000;
}

.intro__filters-row {
    display: flex;
    background-color: #ffffff;
    border-radius: 0px 13px 13px 13px;
}

.intro__filters-item {
    position: relative;
}

.intro__filters-item:after {
    content: "";
    width: 1px;
    height: 46px;
    background-color: #eff1f3;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
}

.intro__filters .selectcheckbox {
    width: 190px;
}

.intro__filters .selectcheckbox_big {
    width: 220px;
}

.intro__filters .selectcheckbox_big .selectcheckbox__dropdown {
    width: 345px;
}

.intro__filters .selectcheckbox__select {
    padding: 28px 30px;
    border-radius: 13px;
    background-color: #ffffff;
    border: none;
}

.intro__filters .selectcheckbox__select.active {
    background-color: #eff1f3;
}

.intro__filters .dropbox {
    min-width: 125px;
}

.intro__filters .dropbox_r {
    margin-right: 5px;
}

.intro__filters .dropbox_r:after {
    display: none;
}

.intro__filters .dropbox__select {
    padding: 28px 28px 28px 13px;
    border-radius: 13px;
    background-color: #ffffff;
    border: none;
}

.intro__filters .dropbox__select.active {
    background-color: #eff1f3;
}

.intro__filters .selectcheckbox__dropdown-header, .intro__filters .dropbox__dropdown-header {
    display: none;
}

.intro__filters .selectcheckbox__dropdown-btn, .intro__filters .dropbox__dropdown-btn {
    display: none;
}

.intro__filters .btn-reset {
    display: none;
    opacity: 0.7;
}

.intro__filters .btn-reset span {
    color: #ffffff;
}

.intro__filters .btn-reset svg {
    fill: #ffffff;
}

@media (min-width: 1025px) {
    .intro__filters .btn-reset:hover {
        opacity: 1;
    }

    .intro__filters .btn-reset:hover span {
        color: #e52124;
    }

    .intro__filters .btn-reset:hover svg {
        fill: #e52124;
    }
}

.intro .tags__item {
    padding: 9px 35px 9px 16px;
}

.intro .tags__item:after {
    content: "";
    width: 12px;
    height: 12px;
    background: url("../images/arrow-top.svg") center no-repeat;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-55%);
}

/*===============/intro=============*/
/*================Stat=============*/
.stat {
    display: flex;
    align-items: center;
}

.stat__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
}

.stat__item:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.36;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
}

.stat__item:last-child {
    margin-right: 0;
    padding-right: 0;
}

.stat__item:last-child:after {
    display: none;
}

.stat__data {
    font-family: "Montserrat", sans-serif;
    font-size: 42px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.21;
    margin-bottom: 8px;
}

.stat__data img {
    width: 114px;
    vertical-align: baseline;
}

.stat__description {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.21;
    color: #ffffff;
    display: flex;
    align-items: center;
}

.stat__info {
    margin-left: 4px;
}

.stat__info img {
    vertical-align: middle;
}

/*===============/stat=============*/
/*================Contactbox=============*/
.contactbox {
    border-radius: 28px;
    backdrop-filter: blur(27.18px);
    -webkit-backdrop-filter: blur(27.18px);
    background: rgba(176, 176, 176, 0.33);
}

.contactbox__inner {
    padding: 28px 20px 28px 16px;
    display: flex;
    align-items: flex-start;
}

.contactbox__header {
    padding: 14px 20px 10px;
    border-bottom: 1px solid #eff1f3;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contactbox__phone {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.21;
    color: #000;
}

.contactbox__icon {
    margin-right: 16.5px;
}

.contactbox__title {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.21;
    margin-bottom: 12px;
}

.contactbox__title-main {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin-right: 5px;
}

.contactbox__links {
    display: flex;
}

.contactbox__link {
    display: flex;
    align-items: center;
    margin-right: 12.5px;
}

.contactbox__link:last-child {
    margin-right: 0;
}

.contactbox__link svg {
    width: 13px;
    height: 13px;
    fill: #ffffff;
    margin-right: 5px;
    transition: all 0.2s linear;
}

.contactbox__link span {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.21;
    color: #ffffff;
    transition: all 0.2s linear;
}

@media (min-width: 1025px) {
    .contactbox__link:hover svg {
        fill: #e52124;
    }

    .contactbox__link:hover span {
        color: #e52124;
    }
}

/*===============/contactbox=============*/
/*===============Block==============*/
.block {
    margin-bottom: 20px;
}

.block__flex {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #d5d5d5;
}

.block__flex > * {
    width: calc(50% - 12px);
}

.block__flex > *:first-child {
    margin-right: 24px;
}

.block .contactbox {
    display: none;
}

/*==============/block==============*/
/*================Stories=============*/
.stories {
    display: flex;
}

.stories__inner {
    display: block;
}

.stories__item:hover img {
    border: 0px solid #ffffff;
}

.stories__icon {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto 13px;
}

.stories__icon:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(to bottom, #b40001 0%, #fe6d6f 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.stories__icon img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 4px solid #ffffff;
    transition: all 0.2s linear;
}

.stories__description {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.21;
    color: #000;
    text-align: center;
}

.stories__arrow {
    margin-top: 7px;
    margin-left: 13px;
    cursor: pointer;
    width: 85px;
    flex: 0 0 85px;
    height: 85px;
    border-radius: 50%;
    background-color: #eff1f3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stories__arrow img {
    max-width: 100%;
    transition: all 0.2s linear;
    margin-left: 5px;
}

@media (min-width: 1025px) {
    .stories__arrow:hover img {
        margin-left: 12px;
    }
}

/*===============/stories=============*/
/*================Banner=============*/
.banner__box {
    border-radius: 35px;
    background: url("../images/homes.svg") right bottom no-repeat, linear-gradient(-270deg, #cd0a0d, #ff8183 100%), #c60205;
    padding: 26px 21px 22px;
}

.banner__inner {
    display: flex;
    max-width: 62.5%;
    margin-bottom: 13.5px;
}

.banner__link {
    display: block;
    width: calc(50% - 5px);
    border-radius: 16px;
    border: 1px solid #ffffff;
    padding: 42px 16px 15px 10px;
    position: relative;
    margin-right: 10px;
    transition: all 0.2s linear;
}

.banner__link:last-child {
    margin-right: 0;
}

@media (min-width: 1025px) {
    .banner__link:hover {
        /*border-color: $bl;
    svg {
    	fill: $bl;
    }
    .banner__description {
    	color: $bl;
    }*/
    }

    .banner__link:hover .banner__arrow {
        transform: scale(1.2, 1.2);
    }
}

.banner__description {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.21;
    transition: all 0.2s linear;
}

.banner__arrow {
    position: absolute;
    top: 10px;
    right: 14px;
    transition: all 0.2s linear;
}

.banner__arrow svg {
    width: 25px;
    height: 25px;
    fill: #ffffff;
    transition: all 0.2s linear;
}

.banner__subtext {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.21;
    color: #ffffff;
    opacity: 0.58;
}

/*===============/banner=============*/
/*===============Popular==============*/
.popular__inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-bottom: -20px;
}

.popular__inner > * {
    width: calc(33.33333% - 20px);
    margin-left: 20px;
    margin-bottom: 20px;
}

.popular__card {
    display: block;
    border-radius: 24px;
    padding: 28px;
    position: relative;
    overflow: hidden;
    min-height: 540px;
}

.popular__card:hover .popular__photo {
    transform: translate(-50%, -50%) scale(1.1, 1.1);
}

.popular__title {
    font-family: "Montserrat", sans-serif;
    font-size: 29px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.24;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

@media (max-width: 1920px) {
    .popular__title {
        font-size: calc(22px + 7 * ((100vw - 390px) / 1530));
    }
}

.popular__photo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: all 0.2s linear;
}

.popular__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.popular__photo:after {
    content: "";
    width: 100%;
    height: 215px;
    background: linear-gradient(180deg, rgba(92, 96, 109, 0.74), rgba(71, 71, 71, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.popular__banner {
    border-radius: 24px;
    padding: 28px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(270deg, #ff8183, #cd0a0d 100%);
    height: calc(50% - 10px);
    margin-bottom: 20px;
    transition: all 0.2s linear;
}

.popular__banner:last-child {
    margin-bottom: 0;
}

.popular__banner .popular__title {
    max-width: 220px;
}

.popular__banner_gray {
    background: linear-gradient(270deg, #7c858d, #464e55 100%);
}

.popular__banner:hover .popular__image {
    transform: scale(1.1, 1.1);
}

.popular__icon {
    position: relative;
    z-index: 2;
}

.popular__icon svg {
    width: 28px;
    height: 28px;
    fill: #ffffff;
}

.popular__image {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.2s linear;
}

.popular__image img {
    width: 100%;
}

.popular__slider {
    border-radius: 24px;
}

.popular__slider .popular__card {
    padding-top: 50px;
}

/*===============/popular==============*/
/*===============Exclusive==============*/
.exclusive {
    margin-bottom: 40px;
}

.exclusive .slider-arrow {
    top: 155px;
}

.exclusive .tabs-block {
    position: relative;
}

.exclusive .btn-go {
    margin-top: 15px;
    display: none;
}

.exclusive__slider {
    padding-left: 1px;
    margin-left: -1px;
}

.exclusive__wrapper {
    align-items: start;
}

/*==============/exclusive==============*/
/*===============Card=================*/
.card {
    border: 1px solid #e3e3e3;
    border-radius: 24px;
    background-color: #ffffff;
    margin-top: 2px;
}

.card__visual {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 22px 15px;
    border-radius: 24px;
    min-height: 344px;
}

.card__photo {
    overflow: hidden;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 1px);
    transform: translate(-50%, -50%);
    z-index: -1;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: 24px;
}

.card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s linear;
}

.card__photo:after {
    content: "";
    width: 100%;
    height: 70px;
    background: linear-gradient(180deg, rgba(71, 71, 71, 0), #afb2bd 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.card__photo:hover img {
    transform: scale(1.1, 1.1);
}

.card__buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.card__marks {
    margin-left: -7px;
}

.card__marks .marks__item {
    margin-left: 7px;
}

.card__id {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.21;
}

.card__info {
    padding: 11px 16.5px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.card__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card__price {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #000;
    line-height: 1.5;
    margin-bottom: 3px;
}

.card__description {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.21;
    color: #000;
    display: block;
    margin-bottom: 20px;
}

.card__description:last-child {
    margin-bottom: 0;
}

.card__position {
    display: flex;
    flex-wrap: wrap;
    margin-left: -14.5px;
    margin-bottom: -12px;
}

.card__position-item {
    margin-left: 14.5px;
    margin-bottom: 12px;
    display: inline-flex;
    align-items: center;
}

.card__position-item img {
    margin-right: 6.5px;
}

.card__position-item span, a {
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 500;
    color: #000;
    line-height: 1.21;
    color: inherit;
}

.card__block {
    margin-bottom: 12px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card__block:last-child {
    margin-bottom: 0;
}

.card__row {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e3e3e3;
    padding-top: 16px;
    flex-shrink: 0;
}

.card__row .card__price {
    margin-right: 10px;
    margin-bottom: 0;
}

.card__row .btn-go {
    &:hover {
        border-color: #e52124;
        color: #e52124;
        svg {
            fill: #e52124;
        }
    }

    span {
        @media (max-width: 500px) {
            margin-left: 15px;
        }
    }

    /*для кнопок на карточках загорода*/
    @media (max-width: 420px) {
        padding-left: 14px;
        padding-right: 35px;
        svg {
            right: 3px;
        }
       span {
           margin-left: 5px;
       }
    }
}

.card__data {
    min-width: 60px;
    margin-right: 10px;
    text-align: center;
}

.card__data:last-child {
    margin-right: 0;
}

.card__data-description {
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.21;
    color: #757575;
    margin-bottom: 2px;
}

.card__data-info {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    line-height: 2;
}

.card__location {
    width: 280px;
    max-width: 100%;
}

.card__location img {
    max-width: 100%;
}

.card__title {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 29px;
    font-weight: 500;
    color: #000;
    line-height: 1.24;
    margin-bottom: 12px;
}

@media (max-width: 1920px) {
    .card__title {
        font-size: calc(18px + 11 * ((100vw - 390px) / 1530));
    }
}

.card__text {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.21;
    color: #000;
    margin-bottom: 20px;
}

.card_big .card__visual {
    min-height: 400px;
    padding-bottom: 30px;
}

.card_big .card__photo:after {
    height: 260px;
}

.card_big .card__row {
    align-items: center;
}

/*==============/card=================*/
/*===============Start=================*/
.start__inner {
    position: relative;
}

.start .slider-arrow {
    top: 176px;
}

.start__slide {
    height: auto;
}

.start__slide .card {
    height: 100%;
}

.start__slide .card__inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.start__slide .card__info {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.start__slide .card__row {
    flex: 1 1 auto;
}

.start__wrapper {
    align-items: stretch;
    padding-bottom: 2px;
}

/*==============/start=================*/
/*===============Service=================*/
.service__inner {
    display: flex;
    padding: 48px;
    border-radius: 44px;
    background: #f7f7f7;
}

.service__info {
    width: 50%;
    padding-right: 70px;
}

.service__clients {
    width: 50%;
}

.service .title {
    margin-bottom: 24px;
}

.service__description {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.375;
    color: #5c606d;
    margin-bottom: 30px;
}

@media (max-width: 1920px) {
    .service__description {
        font-size: calc(12px + 4 * ((100vw - 390px) / 1530));
    }
}

.service__box {
    background-color: #ffffff;
    border-radius: 24px;
    background-color: #ffffff;
    padding: 5px 22px;
    margin-bottom: 10px;
}

.service__box:last-child {
    margin-bottom: 0;
}

.service__name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
    transition: all 0.3s linear;
}

.service__name.active {
    padding-top: 17px;
}

.service__name.active .service__plus:after {
    transform: translateY(-50%) rotate(0deg);
}

.service__col {
    display: flex;
    align-items: center;
}

.service__icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #464e55;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-right: 25px;
}

.service__icon img {
    max-width: 65%;
}

.service__person {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #000;
    line-height: 1.63;
}

@media (max-width: 1920px) {
    .service__person {
        font-size: calc(18px + 4 * ((100vw - 390px) / 1530));
    }
}

.service__plus {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
}

.service__plus:before, .service__plus:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    transform: translateY(-50%);
}

.service__plus:after {
    transform: translateY(-50%) rotate(90deg);
    transition: all 0.3s linear;
}

.service__list {
    display: none;
    padding: 10px 0 28px 105px;
}

.service__list li {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.21;
    color: #5c606d;
    position: relative;
    margin-bottom: 18px;
}

.service__list li:last-child {
    margin-bottom: 0;
}

.service__list li:before {
    content: "";
    width: 15px;
    height: 16px;
    background: url("../images/list-icon.svg") center no-repeat;
    position: absolute;
    top: 7px;
    left: -24px;
    z-index: 1;
}

/*==============/service=================*/
/*===============About=================*/
.about__inner {
    display: flex;
}

.about__slider {
    width: 80%;
    border-radius: 44px;
}

.about__box {
    border-radius: 44px;
    overflow: hidden;
    background: #141414;
    display: flex;
    position: relative;
}

.about__box:after {
    content: "";
    width: 100%;
    height: 138px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 1.06%, black 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.about__info {
    padding: 80px 45px 65px 48px;
    width: 44%;
    position: relative;
    z-index: 2;
}

.about__watch {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.about__watch-icon {
    width: 114px;
    height: 114px;
    flex: 0 0 auto;
    border-radius: 50%;
    background-color: #ffffff;
    display: inline-flex;
    align-items: center;
    margin-right: 27px;
    transition: all 0.2s linear;
}

.about__watch-icon svg {
    width: 40px;
    height: 40px;
    transition: all 0.2s linear;
    margin-left: 37%;
}

.about__watch-desc {
    font-family: "Montserrat", sans-serif;
    font-size: 42px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.05;
}

@media (max-width: 1920px) {
    .about__watch-desc {
        font-size: calc(28px + 14 * ((100vw - 390px) / 1530));
    }
}

.about__watch:hover svg {
    transform: scale(1.2, 1.2);
}

.about__description {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
    opacity: 0.5;
    margin-bottom: 15px;
}

@media (max-width: 1920px) {
    .about__description {
        font-size: calc(14px + 4 * ((100vw - 390px) / 1530));
    }
}

.about__photo {
    padding-top: 40px;
    width: 56%;
    display: flex;
    align-items: flex-end;
}

.about__photo img {
    max-width: 100%;
}

.about__more {
    display: block;
    width: calc(20% - 18px);
    margin-left: 18px;
    border-radius: 44px;
    background: url("../images/planet.svg") bottom right no-repeat, linear-gradient(270deg, #ff8183, #cd0a0d 100%), #e52124;
    padding: 52px 35px;
}

.about__more-desc {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.4;
    margin-bottom: 24px;
    transition: all 0.2s linear;
}

.about__more-icon svg {
    width: 83px;
    height: 45px;
    fill: #ffffff;
    transition: all 0.2s linear;
}

@media (min-width: 1025px) {
    .about__more:hover .about__more-desc {
        color: #000;
    }

    .about__more:hover svg {
        fill: #000;
    }
}

.about .swiper-pagination {
    top: auto;
    bottom: 65px;
    width: 44%;
    padding: 4px 45px 4px 48px;
}

.about .swiper-pagination-bullet {
    border-radius: 0;
    opacity: 0.13;
}

.about .swiper-pagination-bullet-active {
    opacity: 1;
}

/*==============/about=================*/
/*===============Contact=================*/
.contact {
    margin-bottom: 40px;
}

.contact_bg {
    margin-bottom: 0;
    position: relative;
}

.contact_bg:before {
    content: "";
    width: 100%;
    height: 185%;
    background: linear-gradient(180deg, white, #eff1f3 100%);
    position: absolute;
    bottom: -54px;
    left: 0;
    z-index: -1;
    pointer-events: none;
    border-radius: 0 0 44px 44px;
}

.contact_mb {
    margin-bottom: 0;
}

.contact__inner {
    display: flex;
    margin-left: -18px;
}

.contact__inner > * {
    width: calc(50% - 18px);
    margin-left: 18px;
}

.contact__box {
    border: 1px solid #d5d5d5;
    border-radius: 44px;
    background-color: #ffffff;
    padding: 43px 59px 53px;
}

.contact__title {
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    font-weight: 500;
    color: #000;
    line-height: 1.21;
    margin-bottom: 5px;
}

@media (max-width: 1920px) {
    .contact__title {
        font-size: calc(28px + 10 * ((100vw - 390px) / 1530));
    }
}

.contact__form {
    margin-top: 24px;
}

.contact__form .form__input input, .contact__form .form__input textarea {
    border: none;
    background: #f3f7fa;
    padding: 14.04px 20px;
}

.contact__subtext {
    font-family: 4ff;
    font-size: 14px;
    font-weight: 500;
    color: #939393;
    line-height: 1.21;
    margin-bottom: 14px;
}

.contact__description {
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 500;
    color: #000;
    line-height: 1.21;
}

.contact__description span {
    display: inline-block;
    padding-top: 6px;
    font-size: 14px;
    vertical-align: middle;
}

.contact__block {
    display: flex;
    border-radius: 24px;
    background-color: #ffffff;
    overflow: hidden;
}

.contact__block-inner {
    display: flex;
    width: 65.5%;
    padding: 45px 60px 45px 25px;
}

.contact__block-head {
    margin-right: 45px;
}

.contact__block .form {
    margin-top: 9px;
}

.contact__photo {
    padding-top: 10px;
    width: 35.5%;
    text-align: center;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.contact__photo img {
    max-width: 75%;
    position: relative;
    z-index: 2;
    margin-left: 20px;
}

.contact__photo:after {
    content: "";
    width: 427px;
    height: 427px;
    max-width: 90%;
    max-height: 125.5%;
    border-radius: 50%;
    background: linear-gradient(180deg, #ff3134, #f8f8f8 97.531%);
    position: absolute;
    bottom: 0;
    left: 25px;
    bottom: 0;
    transform: translateY(29%);
    z-index: -1;
}

.contact__photo:before {
    content: "";
    width: 97.5%;
    height: 82.3%;
    background: url("../images/line.svg") center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 30px;
    left: 3px;
    z-index: 1;
}

/*===============/contact=================*/
/*===============Offer=================*/
.offer {
    display: block;
    border-radius: 44px;
    background: url("../images/offer.png") bottom right no-repeat, linear-gradient(to right, #2C5C7A 0.374%, #89B5CE 99.556%), linear-gradient(180deg, #c60306 0.374%, #8d5166 100%);
    background-size: cover;
    padding: 57px 48px;
    min-height: 392px;
}

.offer__content {
    max-width: 58%;
}

.offer__title {
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.21;
    margin-bottom: 15px;
}

@media (max-width: 1920px) {
    .offer__title {
        font-size: calc(28px + 10 * ((100vw - 390px) / 1530));
    }
}

.offer__description {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
    opacity: 0.5;
    margin-bottom: 15px;
}

@media (max-width: 1920px) {
    .offer__description {
        font-size: calc(16px + 2 * ((100vw - 390px) / 1530));
    }
}

.offer__icon {
    transition: all 0.2s linear;
}

.offer__icon svg {
    width: 83px;
    height: 45px;
    fill: #ffffff;
    transition: all 0.2s linear;
}

@media (min-width: 1025px) {
    .offer:hover .offer__icon {
        margin-left: 12px;
    }
}

/*===============/offer=================*/
/*================Team=================*/
.team__inner {
    position: relative;
    padding-bottom: 50px;
    border-bottom: 1px solid #d5d5d5;
}

@media (min-width: 1025px) {
    .team__item:hover .team__photo {
        filter: grayscale(0);
    }

    .team__item:hover .team__photo:before {
        opacity: 1;
        width: 100%;
        height: 100%;
    }
}

.team__photo {
    height: 303px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 10px;
    border-radius: 44px 44px 44px 0px;
    background: #f7f7f7;
    transition: all 0.2s linear;
    overflow: hidden;
    position: relative;
    z-index: 1;
    filter: grayscale(1);
}

.team__photo:before {
    content: "";
    width: 0%;
    height: 0%;
    background: linear-gradient(0deg, #c5b7b7, #e70b0e 99.344%), linear-gradient(180deg, #c32424, #5b5b5b 100%);
    border-radius: 44px 44px 44px 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: all 0.2s linear;
    opacity: 0;
}

.team__photo img {
    max-width: 100%;
}

.team__photo_l img {
    margin-right: 9%;
}

.team__photo_r img {
    margin-left: 5%;
}

.team__photo_cr img {
    margin-left: 7%;
}

.team__name {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 1.21;
    padding: 5px 12px 3px 10px;
    border: 1px solid #000;
    border-radius: 16px 16px 16px 0px;
    margin-bottom: 7px;
}

.team__status {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.21;
    color: #464e55;
}

.team .slider-arrow {
    top: 127px;
}

/*===============/team=================*/
/*===============Reviews=================*/
.reviews .section__header {
    justify-content: center;
    text-align: center;
}

.reviews__inner {
    position: relative;
}

.reviews__wrapper {
    align-items: center;
}

.reviews .slider-arrow {
    top: 50%;
    transform: translateY(-50%);
}

.reviews__stat {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
}

.reviews__stat-col {
    padding-right: 30px;
    margin-right: 30px;
    position: relative;
    display: flex;
    align-items: center;
}

.reviews__stat-col:after {
    content: "";
    width: 1px;
    height: 70px;
    background-color: #d5d5d5;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    transform: translateY(-50%);
}

.reviews__stat-col:last-child:after {
    display: none;
}

.reviews__stat-num {
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    font-weight: 500;
    color: #000;
    line-height: 1.21;
    margin-right: 15px;
}

.reviews__stat-desc {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.375;
    color: #464e55;
}

.reviews__stat-desc img {
    margin-top: 5px;
    display: block;
}

.reviews__item {
    border-radius: 44px;
    background: #f7f7f7;
    padding: 36px 34px 24px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 307px;
    position: relative;
}

.reviews__item:after {
    content: "";
    width: 68px;
    height: 64px;
    background: url("../images/quote.svg") center no-repeat;
    position: absolute;
    bottom: 40px;
    right: 33px;
}

.reviews__text {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.375;
    color: #6d6d6d;
    margin-bottom: 10px;
}

.reviews__autor {
    display: flex;
    align-items: center;
}

.reviews__name {
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 1.21;
}

.reviews__icon {
    margin-right: 20px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background: #dbdbdb;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
}

.reviews__icon img {
    max-width: 100%;
    margin-bottom: -7px;
}

.reviews__rating {
    width: 127px;
    height: 21px;
    background: url("../images/star.svg") left center;
    margin-left: -2.5px;
}

.reviews__rating-fill {
    width: 100%;
    height: 21px;
    background: url("../images/star_fill.svg") left center;
}

/*===============/reviews=================*/
/*===============Meeting=================*/
.meeting__inner {
    display: flex;
    margin-left: -20px;
}

.meeting__inner > * {
    width: calc(50% - 20px);
    margin-left: 20px;
}

.meeting__box {
    border-radius: 44px;
    padding: 38px 42px 48px;
    min-height: 365px;
}

.meeting__box_meet {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: url("../images/meeting.png") center no-repeat, #302f3f;
    background-size: cover;
}

.meeting__box_awards {
    padding-top: 44px;
    padding-bottom: 24px;
    background: linear-gradient(180deg, #5f8da0 0.374%, #b5c3c7 99.556%);
}

.meeting__title {
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.21;
    margin-bottom: 16px;
}

@media (max-width: 1920px) {
    .meeting__title {
        font-size: calc(28px + 10 * ((100vw - 390px) / 1530));
    }
}

.meeting__buttons {
    margin-top: 24px;
    margin-bottom: 24px;
    display: flex;
}

.meeting__buttons > * {
    margin-right: 9px;
}

.meeting__buttons > *:last-child {
    margin-right: 0;
}

.meeting__buttons .btn-transparent {
    opacity: 0.74;
}

.meeting__buttons .btn-transparent:hover {
    opacity: 1;
}

.meeting__location {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.meeting__location-item {
    display: inline-flex;
    align-items: center;
    margin-bottom: 22px;
    transition: all 0.2s linear;
}

.meeting__location-item:last-child {
    margin-bottom: 0;
}

.meeting__location-item img {
    margin-right: 8px;
}

.meeting__location-item span {
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.21;
}

.meeting__location a:hover {
    opacity: 0.74;
}

.meeting__description {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.21;
    margin-bottom: 32px;
}

/*===============/meeting=================*/
/*===============Awards=================*/
.awards__item {
    text-align: center;
    padding-bottom: 46px;
}

.awards__icon {
    position: relative;
    min-height: 75px;
    padding: 0px 32px;
    margin-bottom: 20px;
    display: flex;
    align-items: cenetr;
    justify-content: center;
}

.awards__icon:before, .awards__icon:after {
    content: "";
    width: 32px;
    height: 75px;
    background: url("../images/awards.svg") center no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.awards__icon:before {
    left: 0;
}

.awards__icon:after {
    right: 0;
    transform: translateY(-50%) scaleX(-1);
}

.awards__icon img {
    max-width: 100%;
}

.awards__description {
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.21;
}

.awards .swiper-pagination {
    top: auto;
    bottom: -2px;
    width: 100%;
    padding: 4px 0;
}

/*===============/awards=================*/
/*===============Subscribe=================*/
.subscribe {
    display: flex;
    align-items: flex-start;
    border: 3px solid rgba(255, 255, 255, 0.05);
    border-radius: 32px;
    padding: 22px 48px 16px;
}

.subscribe__title {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.21;
    color: #ffffff;
    margin-right: 48px;
    max-width: 190px;
}

.subscribe__row {
    display: flex;
    flex-wrap: wrap;
}

.subscribe__row > * {
    margin-bottom: 15px;
    margin-right: 6px;
}

.subscribe__row > *:last-child {
    margin-right: 0;
}

.subscribe__radio {
    display: flex;
    border-radius: 9px;
    border: 1px solid rgba(255, 255, 255, 0.09);
}

.subscribe__radio-item {
    flex: 1 1 auto;
}

.subscribe__radio-item:first-child {
    margin-left: -1px;
}

.subscribe__radio-item:last-child {
    margin-right: -1px;
}

.subscribe__radio-item label {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 12px 27px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.21;
    border-radius: 9px;
    transition: all 0.2s linear;
    cursor: pointer;
    height: 100%;
}

.subscribe__radio-item input {
    display: none;
}

.subscribe__radio-item input:checked + label {
    background: rgba(255, 255, 255, 0.09);
}

.subscribe__input input {
    width: 100%;
    height: 100%;
    padding: 11px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 9px;
    background-color: transparent;
}

.subscribe__input input::placeholder {
    color: #a0a5b5;
    opacity: 1;
}

.subscribe__agree {
    font-family: "Montserrat", sans-serif;
    font-size: 8px;
    font-weight: 500;
    line-height: 1.21;
    color: #6e7481;
}

.subscribe__agree a {
    color: #a0a5b5;
    text-decoration: underline;
    transition: all 0.2s linear;
}

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

/*===============/subscribe=================*/
/*================Adaptive=================*/
@media (max-width: 1400px) {
    .block__flex {
        display: block;
        margin-left: 0;
    }

    .block__flex > * {
        width: 100%;
        margin-left: 0;
    }

    .block__flex > *:first-child {
        margin-right: auto;
    }

    .stories {
        margin: 0 auto 20px;
        max-width: 800px;
    }

    .card__data {
        min-width: 0;
    }

    .exclusive__slider {
        margin-right: -15px;
        padding-right: 15px;
    }

    .start__slider {
        margin-right: -15px;
        padding-right: 15px;
    }

    .reviews__slider {
        margin-right: -15px;
        padding-right: 15px;
    }

    .reviews__item {
        padding: 75px 20px 20px;
        min-height: 312px;
        border-radius: 24px;
    }

    .reviews__item:after {
        width: 45px;
        height: 42px;
        background-size: contain;
        top: 12px;
        left: 26px;
    }

    .reviews__text {
        font-size: 14px;
    }

    .reviews__icon {
        width: 68px;
        height: 68px;
    }

    .reviews__name {
        margin-bottom: 10px;
    }

    .meeting__box {
        border-radius: 24px;
        padding: 25px 15px 30px;
    }

    .meeting__box_meet {
        padding: 25px 15px 30px;
    }

    .meeting__box_awards {
        padding: 25px 15px 36px;
    }

    .contact_bg:before {
        border-radius: 0 0 24px 24px;
    }

    .slider-arrow {
        display: none;
    }
}

@media (max-width: 1200px) {
    .intro__inner {
        padding: 18px 15px 30px;
    }

    .card_big .card__row {
        display: block;
    }

    .card_big .card__price {
        margin-bottom: 8px;
    }

    .service__inner {
        padding: 32px 15px 20px;
        border-radius: 24px;
    }

    .service__box {
        border-radius: 8px;
        padding: 5px 17px 5px 12px;
    }

    .about__info {
        padding: 28px 15px 34px;
    }

    .about__more {
        padding: 28px 15px;
        border-radius: 24px;
    }

    .about__box, .about__slider {
        border-radius: 24px;
    }

    .about .swiper-pagination {
        padding: 4px 15px;
        bottom: 30px;
    }

    .contact__box {
        border-radius: 24px;
        padding: 28px 15px;
    }

    .offer {
        border-radius: 24px;
        padding: 28px 15px;
    }

    .team__photo {
        height: 250px;
    }

    .team__photo img {
        max-height: 85%;
    }

    .team__name {
        font-size: 16px;
    }

    .subscribe {
        padding: 30px 25px 25px;
        border-radius: 24px;
    }
}

@media (max-width: 1200px) and (min-width: 761px) {
    .contact__photo:after {
        width: 370px;
        height: 370px;
    }
}

@media (max-width: 991px) {
    .intro__inner {
        margin: 0 -15px;
        background-position: 15% 0%;
    }

    .intro__box {
        padding: 0 20px;
    }

    .intro__contactbox {
        display: none;
    }

    .intro__row {
        margin-right: 0;
        justify-content: center;
    }

    .intro__stat {
        margin-right: 0;
    }

    .intro .tags {
        margin-left: -35px;
        margin-right: -35px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .intro__filters-row {
        flex-wrap: wrap;
        padding: 11px 24px 19px;
    }

    .intro__filters-item {
        width: 100%;
        border-bottom: 1px solid #f0efef;
    }

    .intro__filters-item:after {
        display: none;
    }

    .intro__filters .selectbox, .intro__filters .selectcheckbox_big {
        width: 100%;
    }

    .intro__filters .selectcheckbox__select, .intro__filters .dropbox__select {
        padding: 13px 0;
        border-radius: 0;
    }

    .intro__filters .selectcheckbox__select.active, .intro__filters .dropbox__select.active {
        background-color: #ffffff;
    }

    .intro__filters .dropbox_r {
        margin-bottom: 19px;
        margin-right: 0;
    }

    .intro__filters .selectcheckbox__dropdown, .intro__filters .dropbox__dropdown {
        padding: 0;
        width: 100vw;
        height: 100vh;
        max-height: 100vh;
        border-radius: 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
    }

    .intro__filters .selectcheckbox__dropdown-wrapper, .intro__filters .dropbox__dropdown-wrapper {
        max-height: 100vh;
        padding: 0 30px 95px;
    }

    .intro__filters .selectcheckbox__dropdown-header, .intro__filters .dropbox__dropdown-header {
        display: flex;
    }

    .intro__filters .selectcheckbox__dropdown-btn, .intro__filters .dropbox__dropdown-btn {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
    }

    .intro__filters .selectcheckbox .selectcheckbox__nav, .intro__filters .dropbox .selectcheckbox__nav {
        padding: 0;
        margin-bottom: 18px;
    }

    .intro__filters .selectcheckbox_big .selectcheckbox__dropdown, .intro__filters .dropbox_big .selectcheckbox__dropdown {
        width: 100vw;
    }

    .block .contactbox {
        margin-top: 13px;
        display: block;
        background: #f7f7f7;
        border-radius: 18px;
    }

    .block .contactbox__title {
        color: #5c606d;
        font-size: 14px;
        margin-bottom: 17px;
    }

    .block .contactbox__link span {
        color: #5c606d;
    }

    .block .contactbox__link svg {
        fill: #5c606d;
    }

    .block .contactbox__icon {
        margin-right: 14px;
    }

    .stat__info {
        display: none;
    }

    .popular__card, .popular__banner {
        padding: 28px 20px;
    }

    .popular .swiper-pagination {
        padding: 4px 20px;
    }

    .card__visual {
        padding: 20px 17px 15px;
    }

    .about__inner {
        display: block;
        margin-left: 0;
    }

    .about__inner > * {
        margin-left: 0;
    }

    .about__slider {
        width: 100%;
        margin-bottom: 14px;
    }

    .about__more {
        width: 100%;
        min-height: 190px;
    }

    .about__more-desc {
        margin-bottom: 16px;
    }

    .about__watch-icon {
        width: 75px;
        height: 75px;
        margin-right: 15px;
    }

    .about__watch-icon svg {
        width: 22px;
        height: 22px;
    }

    .offer__content {
        max-width: 44%;
    }

    .contact__block-inner {
        width: 50%;
        display: block;
        padding: 10px 15px;
    }

    .contact__block-head {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .contact__photo {
        width: 50%;
    }

    .contact .form__row {
        display: block;
    }

    .contact .form__col {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .team__inner {
        margin-right: -15px;
    }

    .awards__item {
        padding-bottom: 24px;
    }

    .subscribe {
        display: block;
    }

    .subscribe__title {
        margin-bottom: 20px;
        margin-right: 0;
        max-width: none;
    }
}

@media (max-width: 760px) {
    .section__header {
        margin-bottom: 20px;
        display: block;
    }

    .section__header .title {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .section__header .title:last-child {
        margin-bottom: 0;
    }

    .block__flex {
        border-bottom: none;
        padding-bottom: 0;
    }

    .btn-go {
        position: relative;
        padding-right: 70px;
    }

    .btn-go span {
        margin-right: 0;
        margin-left: 38px;
    }

    .btn-go svg {
        position: absolute;
        right: 26px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }

    .stories__arrow {
        display: none;
    }

    .stories__description {
        font-size: 10px;
    }

    .stories__icon {
        width: 84px;
        height: 84px;
    }

    .stories__icon img {
        width: 79px;
        height: 79px;
        border: 2px solid #ffffff;
    }

    .banner__inner {
        display: block;
        margin-left: 0;
        margin-bottom: 7px;
    }

    .banner__link {
        width: 100%;
        margin-left: 0;
        margin-bottom: 4px;
        padding: 12px;
    }

    .banner__arrow {
        top: 7px;
        right: 7px;
    }

    .banner__description {
        font-size: 16px;
    }

    .banner__subtext {
        font-size: 12px;
    }

    .banner__box {
        border-radius: 18px;
    }

    .popular .section__link {
        display: none;
    }

    .popular__inner {
        flex-direction: column;
        margin-left: 0;
    }

    .popular__inner > * {
        width: 100%;
        margin-left: 0;
    }

    .popular__card {
        min-height: 365px;
    }

    .popular__card_h {
        display: none;
    }

    .popular__card .btn {
        display: none;
    }

    .popular__column {
        order: 1;
        display: flex;
    }

    .popular__column > * {
        width: calc(50% - 3px);
        margin-right: 6px;
    }

    .popular__column > *:last-child {
        margin-right: 0;
    }

    .popular__banner {
        min-height: 210px;
    }

    .popular__slider {
        width: calc(100% + 30px);
        margin: 0 -15px 20px;
        border-radius: 0;
    }

    .popular__slider .popular__card {
        padding-top: 28px;
    }

    .popular__slider .popular__title {
        position: relative;
    }

    .popular__slider .popular__title:after {
        content: "";
        width: 32px;
        height: 32px;
        background: url("../images/arrow_go.svg") center no-repeat;
        position: absolute;
        top: calc(100% + 8px);
        left: 0;
        z-index: 2;
    }

    .popular .swiper-pagination {
        display: none;
    }

    .card_big .card__title {
        min-height: 45px;
    }

    .start {
        position: relative;
        padding-bottom: 60px;
    }

    .start .btn-go {
        position: absolute;
        bottom: 0;
        left: 15px;
        width: calc(100% - 30px);
        z-index: 1;
    }

    .service__inner {
        display: block;
        position: relative;
        padding-bottom: 75px;
    }

    .service__info {
        width: 100%;
        padding-right: 0;
        margin-bottom: 25px;
    }

    .service__info .btn {
        width: calc(100% - 30px);
        position: absolute;
        bottom: 20px;
        left: 15px;
        z-index: 1;
    }

    .service__description {
        margin-bottom: 15px;
    }

    .service__clients {
        width: 100%;
    }

    .service__icon {
        width: 38px;
        height: 38px;
    }

    .service__plus {
        width: 21px;
        height: 21px;
    }

    .service__list {
        padding-left: 90px;
    }

    .contact__block {
        flex-direction: column-reverse;
    }

    .contact__block-inner {
        width: 100%;
    }

    .contact__block .form__row {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .contact__block .form__row .btn {
        min-width: 165px;
        margin-bottom: 14px;
    }

    .contact__photo {
        padding-top: 0;
        width: 100%;
    }

    .contact__photo:after {
        right: auto;
        left: 50%;
        transform: translate(-50%, 25%);
    }

    .contact_bg:before {
        bottom: -18px;
    }

    .contact__offer {
        margin-bottom: 15px;
    }

    .contact__inner {
        display: block;
        margin-left: 0;
    }

    .contact__inner > * {
        width: 100%;
        margin-left: 0;
    }

    .offer {
        position: relative;
    }

    .offer:after {
        content: "";
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, rgba(36, 22, 89, 0.46) 0.079%, rgba(0, 0, 0, 0) 100%);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        border-radius: 24px;
    }

    .offer__content {
        position: relative;
        z-index: 2;
    }

    .team__photo {
        height: 200px;
    }

    .team__inner {
        border-bottom: none;
        padding-bottom: 30px;
    }

    .reviews .section__header {
        text-align: left;
        justify-content: flex-start;
    }

    .reviews__stat {
        justify-content: flex-start;
    }

    .reviews__stat-num {
        font-size: 34px;
    }

    .reviews__stat-desc {
        font-size: 12px;
    }

    .reviews__stat-col {
        padding-right: 11px;
        margin-right: 11px;
    }

    .reviews__stat-col:after {
        height: 48px;
    }

    .meeting__inner {
        display: block;
        margin-left: 0;
    }

    .meeting__inner > * {
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
    }

    .meeting__inner > *:last-child {
        margin-bottom: 0;
    }

    .meeting__title {
        margin-bottom: 10px;
    }

    .meeting__buttons {
        margin-top: 10px;
    }

    .subscribe__radio label {
        padding: 12px 5px;
    }

    .subscribe__row > * {
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 540px) {
    .intro {
        margin-bottom: 20px;
    }

    .intro .btn-reset {
        position: absolute;
        bottom: 55px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }

    .intro__title {
        margin-bottom: 17px;
    }

    .intro__search {
        margin-bottom: 20px;
    }

    .intro__box {
        position: relative;
        margin-bottom: 25px;
    }

    .intro__filters-row {
        border-radius: 0 0 13px 13px;
        margin-bottom: 50px;
    }

    .intro__filters-radio {
        width: 100%;
    }

    .intro__filters-radio .radiobox {
        width: 100%;
    }

    .intro__filters-buttons {
        width: 100%;
    }

    .intro__filters-buttons > * {
        flex: 1 1 auto;
    }

    .contactbox__inner {
        padding: 27px 12px;
    }

    .stat__data {
        font-size: 34px;
    }

    .stat__data img {
        width: 86px;
    }

    .stat__description {
        font-size: 10px;
    }

    .stat__item {
        margin-right: 15px;
        padding-right: 15px;
    }

    .stories__slider {
        margin-right: -15px;
        padding-right: 15px;
    }

    .block {
        margin-bottom: 15px;
    }

    .tabs-nav {
        width: 100%;
    }

    .tabs-nav a {
        flex: 1 1 auto;
        padding: 15px 5px;
    }

    .tabs-nav a span {
        display: none;
    }

    .card__visual {
        min-height: 278px;
    }

    .card__id {
        display: none;
    }

    .card__data-description {
        font-size: 10px;
    }

    .card__data-info {
        font-size: 14px;
    }

    .exclusive .btn-go {
        display: inline-flex;
        width: 100%;
    }

    .exclusive .section__header {
        text-align: left;
    }

    .about__box {
        display: block;
    }

    .about__info {
        width: 100%;
    }

    .about__photo {
        padding-top: 0;
        width: 100%;
    }

    .about__photo img {
        width: 115%;
        max-width: none;
        margin-left: -10%;
    }

    .about .swiper-pagination {
        width: 100%;
    }

    .offer {
        background-position: 90% 0;
    }

    .offer__content {
        max-width: 50%;
    }
}

@media (max-width: 375px) {
    .team__name {
        font-size: 12px;
    }

    .reviews__text {
        font-size: 12px;
    }

    .reviews__name {
        font-size: 16px;
    }

    .subscribe {
        padding: 25px 15px;
    }
}

@media (max-width: 360px) {
    .intro__filters-row {
        padding: 11px 15px 19px;
    }

    .intro__filters-inner .radiobox label {
        min-width: 0;
        padding: 10px;
    }

    .intro__filters-buttons .btn {
        min-width: 0;
        padding: 13px 5px;
    }

    .contactbox__link {
        margin-right: 7px;
    }

    .contactbox__link span {
        font-size: 10px;
    }

    .contactbox__icon img {
        width: 110px;
    }
}

/*================/adaptive=================*/
.home {
    margin-bottom: 68px;
}

@media screen and (max-width: 768px) {
    .home {
        margin-bottom: 40px;
    }
}

.home-content {
    position: relative;
    z-index: 1;
    border-radius: 44px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 90px 40px 40px;
    height: 787px;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .home-content {
        height: 743px;
        border-radius: 24px;
        padding: 94px 12px 12px;
    }
}

.home-content__bg {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-content__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

@media screen and (max-width: 768px) {
    .home-content__head {
        width: 100%;
    }

    .home-content__head a {
        display: none;
    }
}

.home-content__head h2 {
    font-size: 68px;
    font-weight: 500;
    line-height: 72px;
    text-align: center;
    color: white;
}

@media screen and (max-width: 768px) {
    .home-content__head h2 {
        font-size: 38px;
        line-height: 40px;
    }
}

.home-content__skills {
    display: flex;
    align-items: center;
    gap: 41px;
    text-align: center;
    color: white;
}

@media screen and (max-width: 768px) {
    .home-content__skills {
        gap: 78px;
    }
}

.home-content__skills h3 {
    font-size: 42px;
    font-weight: 500;
    line-height: 51px;
    margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
    .home-content__skills h3 {
        font-size: 34px;
        line-height: 41px;
    }
}

.home-content__skills p {
    font-size: 14px;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .home-content__skills p {
        font-size: 10px;
    }
}

@media screen and (max-width: 768px) {
    .home-content__skills li {
        width: 100%;
    }
}

.home-content__skills li:not(:first-child) {
    position: relative;
}

.home-content__skills li:not(:first-child)::before {
    content: "";
    position: absolute;
    left: -21px;
    height: 89px;
    top: -8px;
    width: 1px;
    background: white;
    opacity: 0.36;
}

@media screen and (max-width: 768px) {
    .home-content__skills li:not(:first-child)::before {
        left: -39px;
    }
}

.home-content__bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .home-content__bottom {
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }
}

.home-content__bottom .networks {
    background: rgba(176, 176, 176, 0.3);
    border-radius: 28px;
    padding: 28px 20px 29px 19px;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    gap: 16.5px;
}

@media screen and (max-width: 768px) {
    .home-content__bottom .networks {
        width: 100%;
        justify-content: center;
    }
}

.home-content__bottom .networks-imgs {
    display: flex;
    align-items: center;
}

.home-content__bottom .networks-imgs img {
    width: 52px;
}

.home-content__bottom .networks-imgs li:not(:first-child) {
    margin-left: -11px;
}

.home-content__bottom .networks-text p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 11px;
    color: white;
}

.home-content__bottom .networks-text__links {
    display: flex;
    align-items: center;
    gap: 12.5px;
}

.home-content__bottom .networks-text__links a {
    display: flex;
    align-items: center;
    gap: 3.5px;
    font-size: 12px;
    font-weight: 500;
    color: white;
}

.home-list {
    display: grid;
    gap: 10px 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media screen and (max-width: 1090px) {
    .home-list {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

.home-list li {
    padding: 23px 30px 24px;
    display: flex;
    align-items: center;
    gap: 31px;
    background: #F6F9FB;
    border-radius: 24px;
}

@media screen and (max-width: 768px) {
    .home-list li {
        gap: 30px;
        padding: 25px 20px 21px;
    }
}

.home-list li img {
    flex-shrink: 0;
}

.home-list p {
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
}

@media screen and (max-width: 768px) {
    .home-list p {
        font-size: 16px;
    }
}

.contact-estate {
    margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
    .contact-estate {
        margin-bottom: 40px;
    }
}

.contact-estate__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
    .contact-estate__head {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

.contact-estate__head p {
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    color: #5C606D;
    max-width: 472px;
}

@media screen and (max-width: 768px) {
    .contact-estate__head p {
        font-size: 14px;
    }
}

.contact-estate__card {
    min-height: 320px;
    background: #F6F9FB;
    border-radius: 24px;
    padding: 20px;
}

@media screen and (max-width: 768px) {
    .contact-estate__card {
        min-height: auto;
    }
}

.contact-estate__card-wrap {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    margin-bottom: 22px;
}

@media screen and (max-width: 1200px) {
    .contact-estate__card-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 768px) {
    .contact-estate__card-wrap {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 10px;
        margin-bottom: 22px;
    }
}

.contact-estate__card-head {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 40px;
}

.contact-estate__card-head img {
    flex-shrink: 0;
}

.contact-estate__card-head h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
}

.contact-estate__card p {
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
    color: #5C606D;
}

.contact-estate .btn {
    width: 100%;
    font-size: 18px;
    line-height: 20px;
    padding: 19px 0;
    margin-bottom: 34px;
}

@media screen and (max-width: 768px) {
    .contact-estate .btn {
        margin-bottom: 40px;
    }
}

.contact-estate iframe {
    width: 100%;
    height: 600px;
    border-radius: 44px;
}

@media screen and (max-width: 768px) {
    .contact-estate iframe {
        width: calc(100% + 30px);
        margin-left: -15px;
        border-radius: 24px;
    }
}

.sold {
    margin-bottom: 30px;
}

.sold h2 {
    margin-bottom: 25px;
    line-height: 72px;
}

@media screen and (max-width: 768px) {
    .sold h2 {
        line-height: 36px;
        margin-bottom: 30px;
    }
}

.sold-swp {
    position: relative;
    z-index: 1;
    margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
    .sold-swp {
        margin-bottom: 40px;
    }
}

.sold-swp .slider-arrow {
    top: 178px;
    display: flex;
}

@media screen and (max-width: 768px) {
    .sold .swiper {
        overflow: visible;
    }
}

.sold .swiper-wrapper {
    align-items: stretch;
}

.sold-card {
    position: relative;
    z-index: 1;
    border-radius: 24px;
    border: 1px solid #E3E3E3;
    background: white;
    height: auto;
}

@media screen and (max-width: 768px) {
    .sold-card {
        width: 340px;
    }
}

.sold-card .alert {
    position: absolute;
    top: 21px;
    left: 26px;
    background: #E52124;
    color: white;
    padding: 7px 9px 8px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 500;
}

.sold-card__img {
    height: 400px;
    border-radius: 24px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .sold-card__img {
        height: 220px;
    }
}

.sold-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sold-card ul {
    padding: 25px 31px 23px 26px;
}

@media screen and (max-width: 768px) {
    .sold-card ul {
        padding: 20px;
    }
}

.sold-card ul li {
    font-size: 29px;
    font-weight: 500;
    line-height: 36px;
}

@media screen and (max-width: 768px) {
    .sold-card ul li {
        font-size: 20px;
        line-height: 120%;
    }
}

.sold-card ul li:not(:last-child) {
    padding-bottom: 11px;
    margin-bottom: 16px;
    border-bottom: 1px solid #E3E3E3;
}

@media screen and (max-width: 768px) {
    .sold-card ul li:not(:last-child) {
        padding-bottom: 74px;
        margin-bottom: 14px;
    }
}

.sold-bottom {
    display: flex;
    align-items: flex-start;
    gap: 46px;
}

@media screen and (max-width: 992px) {
    .sold-bottom {
        flex-direction: column;
        gap: 10px;
    }
}

.sold-bottom h3 {
    font-size: 36px;
    font-weight: 500;
    width: 426px;
    flex-shrink: 0;
}

@media screen and (max-width: 992px) {
    .sold-bottom h3 {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .sold-bottom h3 {
        font-size: 34px;
    }
}

.sold-bottom p {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    color: #5C606D;
}

@media screen and (max-width: 768px) {
    .sold-bottom p {
        font-size: 14px;
    }
}

.how_we_sell {
    margin-bottom: 70px;
}

@media screen and (max-width: 991px) {
    .how_we_sell {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 991px) {
    .how_we_sell .block_container {
        padding: 0;
    }
}

.how_we_sell_block {
    margin-bottom: 70px;
    border-radius: 44px;
    background: linear-gradient(90deg, #5F8DA0 0%, #B5C3C7 100%, #8D5166 100%);
    padding: 40px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 43px;
}

@media screen and (max-width: 991px) {
    .how_we_sell_block {
        margin-bottom: 40px;
        width: 100%;
        padding: 15px;
        border-radius: 24px;
        gap: 64px;
    }
}

.how_we_sell_block h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
    color: white;
    max-width: 702px;
}

@media screen and (max-width: 991px) {
    .how_we_sell_block h3 {
        font-size: 30px;
        line-height: 30px;
        margin-top: 44px;
    }
}

.how_we_sell_block p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19.5px;
    color: white;
    padding: 10px 20px;
    width: max-content;
    border: 1px solid white;
    border-radius: 35px;
}

@media screen and (max-width: 991px) {
    .how_we_sell_block p {
        margin-bottom: 213px;
    }
}

.how_we_sell_block span {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 3;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 14.63px;
    color: white;
    padding: 7px 16px;
    border-radius: 15px;
    background: #E52124;
    width: max-content;
}

@media screen and (max-width: 991px) {
    .how_we_sell_block span {
        right: auto;
        left: 15px;
        top: 15px;
    }
}

.how_we_sell_block .how_we_sell_hous {
    position: absolute;
    right: 0;
    bottom: -3px;
    z-index: 2;
}

.how_we_sell_block .how_we_sell_hous_icon {
    position: absolute;
    right: 0;
    top: -40px;
}

@media screen and (max-width: 991px) {
    .how_we_sell_block .how_we_sell_hous_icon {
        top: auto;
        bottom: 10px;
    }
}

.how_we_sell .title {
    margin-bottom: 30px;
}

.how_we_sell_cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

@media screen and (max-width: 991px) {
    .how_we_sell_cards {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
}

.how_we_sell_cards_two {
    margin-top: 22px;
    display: flex;
    gap: 22px;
}

@media screen and (max-width: 991px) {
    .how_we_sell_cards_two {
        flex-direction: column;
        gap: 10px;
        margin-top: 10px;
    }
}

.how_we_sell_card {
    padding: 20px;
    border-radius: 24px;
    background: #F6F9FB;
}

@media screen and (max-width: 991px) {
    .how_we_sell_card {
        position: relative;
    }
}

.how_we_sell_card_title {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 10px;
}

.how_we_sell_card .number {
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: linear-gradient(57.71deg, #9EB4BD 12.79%, #5F8CA0 80.64%);
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .how_we_sell_card .number {
        position: absolute;
        top: 10px;
        right: 10px;
    }
}

.how_we_sell_card .number span {
    position: absolute;
    bottom: -12px;
    right: 3px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 42px;
    line-height: 50.4px;
    color: #F6F9FB;
}

.how_we_sell_card .number.two span {
    bottom: -12px;
    right: -5px;
}

.how_we_sell_card h6 {
    max-width: 250px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
    color: black;
}

@media screen and (max-width: 991px) {
    .how_we_sell_card h6 {
        margin-right: 50px;
    }
}

.how_we_sell_card p {
    margin-top: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22.4px;
    color: #5C606D;
}

@media screen and (max-width: 991px) {
    .how_we_sell_card p {
        margin-top: 34px;
        font-size: 14px;
        line-height: 19px;
    }
}

.how_we_sell .left_card {
    max-width: 442px;
}

@media screen and (max-width: 991px) {
    .how_we_sell .left_card {
        max-width: 100%;
    }
}

.how_we_sell .center_card {
    max-width: 412px;
}

@media screen and (max-width: 991px) {
    .how_we_sell .center_card {
        max-width: 100%;
    }
}

.how_we_sell .right_card {
    max-width: 392px;
}

@media screen and (max-width: 991px) {
    .how_we_sell .right_card {
        max-width: 100%;
    }
}

.how_we_sell .more_btn_wrap {
    flex-shrink: 0;
    width: 54px;
    position: relative;
    min-height: 100%;
}

@media screen and (max-width: 991px) {
    .how_we_sell .more_btn_wrap {
        width: 100%;
        height: 54px;
    }
}

.how_we_sell .more_btn {
    width: 100%;
    height: 100%;
    background: #E52124;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
    border-radius: 10px 40px 50px 50px;
    position: relative;
}

@media screen and (max-width: 991px) {
    .how_we_sell .more_btn {
        border-radius: 40px 50px 50px 10px;
    }
}

.how_we_sell .more_btn span {
    transform: rotate(90deg) translate(50%, 140%);
    position: absolute;
    top: 20px;
    left: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17.07px;
    color: white;
}

@media screen and (max-width: 991px) {
    .how_we_sell .more_btn span {
        transform: none;
        margin-right: 50px;
    }
}

.how_we_sell .more_btn svg {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

@media screen and (max-width: 991px) {
    .how_we_sell .more_btn svg {
        top: 20px;
        right: 20px;
        left: auto;
        transform: rotate(-90deg);
    }
}

/*================Team=================*/
.team__inner {
    position: relative;
    padding-bottom: 90px;
}

.team .title {
    display: flex;
    align-items: center;
    gap: 180px;
}

.team .title span {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 21.6px;
    color: #5C606D;
}

@media (min-width: 1025px) {
    .team__item:hover .team__photo {
        filter: grayscale(0);
    }

    .team__item:hover .team__photo:before {
        opacity: 1;
        width: 100%;
        height: 100%;
    }
}

.team__photo {
    height: 303px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 10px;
    border-radius: 44px 44px 44px 0px;
    background: #f7f7f7;
    transition: all 0.2s linear;
    overflow: hidden;
    position: relative;
    z-index: 1;
    filter: grayscale(1);
}

.team__photo:before {
    content: "";
    width: 0%;
    height: 0%;
    background: linear-gradient(0deg, #c5b7b7, #e70b0e 99.344%), linear-gradient(180deg, #c32424, #5b5b5b 100%);
    border-radius: 44px 44px 44px 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: all 0.2s linear;
    opacity: 0;
}

.team__photo img {
    max-width: 100%;
}

.team__photo_l img {
    margin-right: 9%;
}

.team__photo_r img {
    margin-left: 5%;
}

.team__photo_cr img {
    margin-left: 7%;
}

.team__name {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 1.21;
    padding: 5px 12px 3px 10px;
    border: 1px solid #000;
    border-radius: 16px 16px 16px 0px;
    margin-bottom: 7px;
}

.team__status {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.21;
    color: #464e55;
    min-height: 29px;
}

.team a {
    margin-top: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17.07px;
    color: white;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 4px;
    background: #E52124;
    border-radius: 48px;
    width: max-content;
}

.team .slider-arrow {
    top: 127px;
}

@media (max-width: 1200px) {
    .team__photo {
        height: 250px;
    }

    .team__photo img {
        max-height: 85%;
    }

    .team__name {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .team__inner {
        margin-right: -15px;
        padding-bottom: 40px;
    }

    .team .section__header {
        margin-bottom: 30px;
    }

    .team .title {
        align-items: start;
        flex-direction: column;
        gap: 10px;
    }

    .team .title span {
        font-size: 14px;
        line-height: 16px;
    }
}

@media (max-width: 760px) {
    .team__photo {
        height: 200px;
    }

    .team__inner {
        border-bottom: none;
        padding-bottom: 30px;
    }
}

/*===============/team=================*/
.news_title {
    border-radius: 0 0 24px 24px;
    background: white;
}

.news_title .title {
    padding: 12px 0 22px 0;
}

.news_cards_title {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 29.26px;
    color: #000;
    margin: 30px 0 20px 0;
}

@media screen and (max-width: 993px) {
    .news_cards_title {
        display: none;
    }
}

.news_cards_in {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 18px;
}

@media screen and (max-width: 1200px) {
    .news_cards_in {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 993px) {
    .news_cards_in {
        gap: 10px;
        padding: 20px 0;
    }
}

@media screen and (max-width: 576px) {
    .news_cards_in {
        grid-template-columns: repeat(1, 1fr);
    }
}

.news_card {
    overflow: hidden;
    background: white;
    border-radius: 24px;
    position: relative;
}

.news_card_img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 24px;
}

@media screen and (max-width: 993px) {
    .news_card_img img {
        height: 220px;
    }
}

.news_card_content {
    padding: 10px 16px 16px 16px;
}

@media screen and (max-width: 993px) {
    .news_card_content {
        padding: 16px;
    }
}

.news_card span {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 12.19px;
    color: black;
    display: flex;
    align-items: center;
    gap: 6px;
    padding-bottom: 9px;
    border-bottom: 1px solid #E3E3E3;
}

.news_card h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: black;
    margin: 20px 0 10px 0;
    min-height: 48px;
}

@media screen and (max-width: 993px) {
    .news_card h6 {
        font-size: 20px;
        line-height: 20px;
        min-height: auto;
    }
}

.news_card p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17.07px;
    color: black;
    min-height: 68px;
    margin-bottom: 65px;
}

@media screen and (max-width: 993px) {
    .news_card p {
        margin-bottom: 55px;
        font-size: 12px;
        line-height: 14.63px;
    }
}

.news_card a {
    position: absolute;
    left: 16px;
    bottom: 16px;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17.07px;
    color: white;
    border-radius: 8px;
    background: #E52124;
    padding: 13px;
    width: 138px;
    height: 45px;
    text-align: center;
}

.news_card_more_btn {
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 17.07px;
    letter-spacing: 0px;
    text-align: center;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 45px;
    border-radius: 13px;
    background: #E5EAF0;
    padding: 13px;
}

@media screen and (max-width: 768px) {
    .news_card_more_btn {
        display: flex;
    }
}

.news .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 60px;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .news .pagination {
        margin-top: 40px;
    }
}

@media screen and (max-width: 766px) {
    .news .pagination {
        padding-bottom: 38px;
    }
}

.news .pagination a {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 14.63px;
    text-align: center;
    color: #AAB0B5;
    border-radius: 18px;
    height: 36px;
    width: 55px;
    border: 1px solid #D5DADF;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: 0.2s ease;
}

.news .pagination a:hover {
    color: #E52124;
    border: 1px solid #E52124;
}

.news .pagination a.active {
    color: #E52124;
    border: 1px solid #E52124;
}

.grey_bg {
    background: #EFF1F3;
}

.management_title {
    border-radius: 0 0 24px 24px;
    background: white;
}

.management_title .title {
    padding: 12px 0 50px 0;
}

@media screen and (max-width: 993px) {
    .management_title .title {
        padding: 12px 0 24px 0;
    }
}

.management_in {
    padding-top: 74px;
}

@media screen and (max-width: 993px) {
    .management_in {
        padding-top: 50px;
    }
}

.management_user_title {
    display: flex;
    align-items: start;
    gap: 120px;
}

@media screen and (max-width: 993px) {
    .management_user_title {
        flex-direction: column;
        gap: 10px;
    }
}

.management_user_title h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 56px;
    line-height: 55px;
    color: black;
}

@media screen and (max-width: 993px) {
    .management_user_title h3 {
        font-size: 34px;
        line-height: 34px;
    }
}

.management_user_title h3 span {
    color: #E52124;
}

.management_user_title p {
    max-width: 550px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 21.6px;
    color: #5C606D;
}

@media screen and (max-width: 993px) {
    .management_user_title p {
        font-size: 14px;
        line-height: 16px;
    }
}

.management_users {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 40px;
}

@media screen and (max-width: 993px) {
    .management_users {
        gap: 10px;
        grid-template-columns: repeat(1, 1fr);
        margin-top: 30px;
    }
}

.management_user {
    border-radius: 44px;
    background: #141414;
    position: relative;
    overflow: hidden;
    padding: 40px 40px 73px 40px;
}

@media screen and (max-width: 993px) {
    .management_user {
        padding: 20px;
        border-radius: 24px;
    }
}

.management_user_img {
    position: absolute;
    top: -19px;
    right: -31px;
    width: 246px;
    height: 246px;
    border-radius: 50%;
    background: linear-gradient(180deg, #E52124 0%, #D8D8D8 97.53%);
    overflow: hidden;
}

@media screen and (max-width: 993px) {
    .management_user_img {
        width: 130px;
        height: 130px;
        top: -20px;
        right: -20px;
    }
}

.management_user_img img {
    position: absolute;
    bottom: -5px;
    left: 5px;
    width: 199px;
    height: 210px;
}

@media screen and (max-width: 993px) {
    .management_user_img img {
        width: 97px;
        height: 112px;
    }
}

.management_user h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
    color: white;
    max-width: 345px;
    margin-bottom: 10px;
    margin-right: 200px;
}

@media screen and (max-width: 993px) {
    .management_user h6 {
        font-size: 24px;
        line-height: 24px;
        margin-right: 100px;
    }
}

.management_user span {
    margin-right: 200px;
    max-width: 360px;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20.8px;
    color: #FFFFFF80;
    min-height: 63px;
    margin-bottom: 76px;
}

@media screen and (max-width: 993px) {
    .management_user span {
        font-size: 14px;
        line-height: 18px;
        margin-right: 100px;
        margin-bottom: 50px;
    }
}

.management_user p {
    max-width: 562px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: white;
}

@media screen and (max-width: 993px) {
    .management_user p {
        max-width: 100%;
        font-size: 16px;
        line-height: 27px;
    }
}

.management_bottom {
    margin-top: 60px;
    background: linear-gradient(277.37deg, #B1CED8 -0.51%, #5F8DA0 64.03%);
    padding: 50px;
    border-radius: 44px 44px 14px 44px;
}

@media screen and (max-width: 993px) {
    .management_bottom {
        border-radius: 24px 24px 14px 24px;
        padding: 20px;
        margin-top: 40px;
    }
}

@media screen and (max-width: 766px) {
    .management_bottom {
        margin-bottom: 45px;
    }
}

.management_bottom p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 43.88px;
    color: white;
    margin-bottom: 64px;
}

@media screen and (max-width: 993px) {
    .management_bottom p {
        font-size: 20px;
        line-height: 24.38px;
        margin-bottom: 57px;
    }
}

.broker_title {
    border-radius: 0 0 24px 24px;
    background: white;
}

.broker_title .title {
    padding: 12px 0 50px 0;
}

@media screen and (max-width: 993px) {
    .broker_title .title {
        padding: 12px 0 24px 0;
    }
}

.broker_wrapper {
    display: flex;
    align-items: start;
    gap: 30px;
    margin-top: 60px;
    border-radius: 40px;
    background: white;
    padding: 50px;
}

@media screen and (max-width: 993px) {
    .broker_wrapper {
        margin-top: 40px;
        padding: 20px 20px 30px 20px;
        border-radius: 24px;
        flex-direction: column;
    }
}

@media screen and (max-width: 766px) {
    .broker_wrapper {
        margin-bottom: 35px;
    }
}

.broker_left {
    max-width: 909px;
}

.broker_left h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 19.6px;
    color: black;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #EFF1F3;
    max-width: 802px;
}

.broker_left ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 25px;
    padding-left: 20px;
    max-width: 802px;
}

.broker_left li {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 16.8px;
    color: #5C606D;
    list-style-type: disc;
}

.broker_left li b {
    font-weight: 600;
}

.broker_left h5 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: black;
    margin-top: 25px;
}

@media screen and (max-width: 993px) {
    .broker_left h5 {
        font-size: 16px;
        line-height: 20px;
        margin-top: 30px;
    }
}

.broker_user {
    position: sticky;
    top: 10px;
    min-width: 307px;
    border-radius: 30px;
    background: linear-gradient(10.37deg, #B1CED8 -0.51%, #5F8DA0 64.03%);
    padding: 20px;
    overflow: hidden;
}

@media screen and (max-width: 993px) {
    .broker_user {
        position: relative;
    }
}

.broker_user h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 39.01px;
    color: white;
}

.broker_user span {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 14.63px;
    color: white;
    opacity: 30%;
}

.broker_user h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 19px;
    line-height: 20.9px;
    color: white;
    margin: 27px 0 7px 0;
}

.broker_user p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 16.5px;
    color: white;
}

.broker_user .broker_btns {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 200px 0 12px 0;
}

.broker_user .broker_btns a {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 14.63px;
    border-radius: 8px;
    padding: 10px;
    white-space: nowrap;
    text-align: center;
}

.broker_user .broker_btns .one {
    color: #F4F4F4;
    background: #E52124;
}

.broker_user .broker_btns .two {
    color: #5C606D;
    background: white;
}

.broker_user .broker_hr {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 225px;
    height: 266px;
}

.broker_user .broker_bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.contact .breadcrumbs {
    margin-bottom: 30px;
}

.contact-head {
    height: 470px;
    position: relative;
    z-index: 1;
    border-radius: 44px;
    overflow: hidden;
    margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
    .contact-head {
        width: calc(100% + 30px);
        margin-left: -15px;
        border-radius: 24px;
        height: 400px;
        margin-bottom: 40px;
    }
}

.contact-head img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

.contact-head h2 {
    padding: 90px 95px;
    text-align: center;
    color: white;
    font-size: 68px;
    font-weight: 500;
    line-height: 72px;
}

@media screen and (max-width: 768px) {
    .contact-head h2 {
        padding: 94px 17px;
        font-size: 38px;
        line-height: 40px;
    }
}

.contact-body {
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .contact-body {
        margin-bottom: 40px;
    }
}

.contact-body h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 45px;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .contact-body h3 {
        font-size: 34px;
        line-height: 41px;
        margin-bottom: 20px;
    }
}

.contact-body__content {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

@media screen and (max-width: 1250px) {
    .contact-body__content {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 768px) {
    .contact-body__content {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 10px;
    }
}

.contact-body__content-item {
    background: white;
    border-radius: 24px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.1442);
    padding: 30px 27px 30px 30px;
}

@media screen and (max-width: 1250px) {
    .contact-body__content-item {
        grid-column: span 2;
    }
}

@media screen and (max-width: 768px) {
    .contact-body__content-item {
        grid-column: span 1;
        margin-bottom: 10px;
    }
}

.contact-body__content-item label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.contact-body__content-item label span {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.4;
}

.contact-body__content-item .phone-icon {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    color: black;
    margin-bottom: 20px;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .contact-body__content-item .phone-icon {
        font-size: 24px;
    }
}

.contact-body__content-item a:not(.phone-icon):not(.btn) {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: black;
    margin-bottom: 20px;
    display: inline-block;
}

.contact-body__content-item p {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 26px;
}

.contact-body__content-item .btn {
    gap: 12px;
    padding-right: 28px;
}

.contact-body__content .map {
    position: relative;
    z-index: 1;
    min-height: 477px;
    border-radius: 44px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .contact-body__content .map {
        min-height: 300px;
        border-radius: 24px;
    }
}

.contact-body__content .map p {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #2A2B3A;
    border-radius: 50px;
    border: 1px solid #464646;
    padding: 6px 11px;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    color: white;
}

.contact-body__content .map iframe {
    width: 100%;
    height: 100%;
}

.contact-foot {
    background: white;
    border-radius: 24px;
    position: relative;
    z-index: 1;
    padding: 45px 60px 45px 511px;
    display: flex;
    align-items: flex-start;
    gap: 11px;
    min-height: 340px;
}

@media screen and (max-width: 1250px) {
    .contact-foot {
        flex-direction: column;
        gap: 20px;
    }
}

@media screen and (max-width: 992px) {
    .contact-foot {
        padding: 19px 15px 235px;
    }
}

.contact-foot__main-img {
    position: absolute;
    bottom: 0;
    left: 31px;
}

@media screen and (max-width: 992px) {
    .contact-foot__main-img {
        left: 50%;
        transform: translateX(calc(-50% - 11px));
        z-index: -1;
    }
}

@media screen and (max-width: 992px) {
    .contact-foot__main-img img {
        width: 304px;
    }
}

.contact-foot__main-img img:nth-child(2) {
    position: absolute;
    left: -14px;
    bottom: 16px;
}

@media screen and (max-width: 992px) {
    .contact-foot__main-img img:nth-child(2) {
        width: 333px;
    }
}

.contact-foot__main-img img:nth-child(3) {
    position: absolute;
    left: 64px;
    bottom: 0;
    width: 346px;
}

@media screen and (max-width: 992px) {
    .contact-foot__main-img img:nth-child(3) {
        width: 242px;
        left: 38px;
    }
}

.contact-foot__left {
    width: 229px;
    flex-shrink: 0;
}

@media screen and (max-width: 1250px) {
    .contact-foot__left {
        width: 100%;
    }
}

.contact-foot__left h3 {
    font-size: 38px;
    font-weight: 500;
    line-height: 41px;
    margin-bottom: 24px;
}

@media screen and (max-width: 1250px) {
    .contact-foot__left h3 br {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .contact-foot__left h3 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 11px;
    }
}

.contact-foot__left p {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 10px;
    font-weight: 500;
    color: black;
}

.contact-foot__form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

@media screen and (max-width: 1250px) {
    .contact-foot__form {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .contact-foot__form {
        gap: 11px;
    }
}

.contact-foot__form .inp-group {
    display: flex;
    align-items: center;
    gap: 11px;
}

@media screen and (max-width: 992px) {
    .contact-foot__form .inp-group {
        flex-direction: column;
    }
}

.contact-foot__form .form-inp {
    background: #F3F7FA;
    border-radius: 8px;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    color: black;
    line-height: 17px;
}

.contact-foot__form .form-inp::placeholder {
    color: black;
}

.contact-foot__form textarea.form-inp {
    padding: 14px;
    resize: none;
}

.contact-foot__form textarea.form-inp::placeholder {
    color: #939393;
}

.contact-foot__form-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

@media screen and (max-width: 992px) {
    .contact-foot__form-bottom {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 14px;
    }
}

.contact-foot__form-bottom p {
    font-size: 10px;
    font-weight: 500;
    color: #939393;
    line-height: 13px;
}

.contact-foot__form-bottom p span {
    color: black;
}

.contact-foot__form-bottom p a {
    display: inline;
    color: #2B6EA2;
    text-decoration: underline;
}

@media screen and (max-width: 992px) {
    .contact-foot__form-bottom p br {
        display: none;
    }
}

.main {
    overflow: hidden;
}

.main-bg__1 {
    position: absolute;
    left: 0;
    bottom: 405px;
    width: 100%;
    height: 217px;
    background: linear-gradient(to bottom, #FFFFFF, #EFF1F3);
    z-index: -1;
}

@media screen and (max-width: 992px) {
    .main-bg__1 {
        bottom: 732px;
    }
}

.main-bg__2 {
    position: absolute;
    width: 100%;
    height: 360px;
    left: 0;
    bottom: 46px;
    background: #EFF1F3;
    z-index: -1;
}

@media screen and (max-width: 992px) {
    .main-bg__2 {
        height: 680px;
        bottom: 52px;
    }
}

.main-bg__3 {
    position: absolute;
    z-index: -1;
    height: 53px;
    width: 100%;
    background: #EFF1F3;
    bottom: 0;
    left: 0;
}

.blog h2 {
    font-size: 56px;
    font-weight: 500;
    line-height: 72px;
    margin-bottom: 22.5px;
}

@media screen and (max-width: 768px) {
    .blog h2 {
        font-size: 38px;
        line-height: 40px;
        margin-bottom: 11px;
    }
}

.blog-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 35px;
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .blog-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 26px;
        padding-bottom: 10px;
        margin-bottom: 40px;
    }
}

.blog-head__wrap {
    position: relative;
    z-index: 2;
}

.blog-head__wrap::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    background: white;
    z-index: -1;
    border-radius: 0 0 24px 24px;
}

.blog-head__left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-head p {
    color: #5C606D;
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .blog-head p {
        font-size: 12px;
    }
}

.blog-hash {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 21px;
}

@media screen and (max-width: 768px) {
    .blog-hash {
        display: none;
    }
}

.blog-hash a {
    border: 1px solid #5C606D;
    border-radius: 40px;
    padding: 4px 9px;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    color: #5C606D;
}

.blog-card {
    height: 495px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    border-radius: 24px;
    overflow: hidden;
    padding: 20px;
}

@media screen and (max-width: 992px) {
    .blog-card {
        height: 400px;
    }
}

.blog-card__item {
    width: calc(100% / 3 - 38px / 3);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media screen and (max-width: 992px) {
    .blog-card__item {
        width: 100%;
        gap: 10px;
    }
}

.blog-card__wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 19px;
    margin-bottom: 70px;
}

@media screen and (max-width: 992px) {
    .blog-card__wrap {
        gap: 10px;
        margin-bottom: 40px;
    }
}

.blog-card .main-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #242424;
}

.blog-card .main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card ul {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 15px;
}

.blog-card ul li {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    font-weight: 500;
    color: white;
}

.blog-card h3 {
    font-size: 29px;
    font-weight: 500;
    line-height: 100%;
    color: #FDFDFD;
}

@media screen and (max-width: 992px) {
    .blog-card h3 {
        font-size: 20px;
    }
}

.blog-card p {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 40px;
    padding: 2px 6px;
    color: #5C606D;
    font-size: 12px;
    font-weight: 500;
    line-height: 140%;
}

.blog-card.light {
    border: 1px solid #E1E5E8;
    background: white;
    height: 100%;
}

@media screen and (max-width: 992px) {
    .blog-card.light {
        height: 238px;
    }
}

.blog-card.light ul li {
    color: black;
}

.blog-card.light h3 {
    color: black;
}

.blog-card.light p {
    background: #EFF1F3;
    color: #5C606D;
}

.blog-card__big {
    position: relative;
    z-index: 1;
    border-radius: 34px;
    overflow: hidden;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .blog-card__big {
        padding-bottom: 253px;
    }
}

.blog-card__big .bg-img {
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
}

.blog-card__big .bg-img.sm {
    display: none;
}

@media screen and (max-width: 768px) {
    .blog-card__big .bg-img {
        height: calc(100% - 216px);
        bottom: 0;
        top: auto;
        width: 100%;
        display: none;
    }

    .blog-card__big .bg-img.sm {
        display: block;
    }
}

.blog-card__big .blog-card {
    width: calc(100% / 3 - 38px / 3);
    height: 340px;
}

@media screen and (max-width: 768px) {
    .blog-card__big .blog-card {
        height: 240px;
        width: 100%;
    }
}

.blog-card__big p {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

.blog .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

@media screen and (max-width: 766px) {
    .blog .pagination {
        padding-bottom: 38px;
    }
}

.blog .pagination a {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 14.63px;
    text-align: center;
    color: #AAB0B5;
    border-radius: 18px;
    height: 36px;
    width: 55px;
    border: 1px solid #D5DADF;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: 0.2s ease;
}

.blog .pagination a:hover {
    color: #E52124;
    border: 1px solid #E52124;
}

.blog .pagination a.active {
    color: #E52124;
    border: 1px solid #E52124;
}

.form-select {
    position: relative;
}

.form-select__btn {
    background: #F6F9FB;
    border-radius: 8px;
    overflow: hidden;
    height: 32px;
    display: flex;
    align-items: center;
    padding: 0 9px 0 10px;
    font-size: 12px;
    font-weight: 500;
    color: #949BA0;
    cursor: pointer;
    user-select: none;
}

.form-select__btn span {
    color: black;
    margin-left: 5px;
}

.form-select__btn svg {
    margin-left: 9.42px;
    margin-top: 1px;
}

.form-select__list {
    position: absolute;
    background: white;
    border-radius: 8px;
    width: 100%;
    min-width: 160px;
    padding: 5px 0;
    font-size: 12px;
    font-weight: 500;
    display: none;
    z-index: 5;
    bottom: -5px;
    transform: translateY(100%);
}

.form-select__list li {
    padding: 5px 10px;
    cursor: pointer;
    user-select: none;
}

.form-select__list li:hover {
    background: #F6F9FB;
}

.form-select.active .form-select__btn svg {
    transform: rotateZ(180deg);
}

.form-select.active .form-select__list {
    display: block;
}

@media screen and (max-width: 768px) {
    .vacancies {
        padding-bottom: 30px;
    }
}

.vacancies-head {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .vacancies-head {
        margin-bottom: 40px;
        padding-bottom: 26px;
    }

    .vacancies-head .breadcrumbs {
        display: block;
        padding-top: 0;
        margin-bottom: 71px;
    }

    .vacancies-head .breadcrumbs__item {
        font-size: 8px;
        line-height: 10px;
    }
}

.vacancies-head::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100vw;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: white;
    border-radius: 0 0 24px 24px;
}

.vacancies-head h2 {
    font-size: 56px;
    line-height: 72px;
    font-weight: 500;
    color: black;
}

@media screen and (max-width: 768px) {
    .vacancies-head h2 {
        font-size: 38px;
        line-height: 40px;
    }
}

.vacancies h3 {
    font-size: 56px;
    line-height: 55px;
    font-weight: 500;
    color: black;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .vacancies h3 {
        margin-bottom: 14px;
        font-size: 34px;
        line-height: 41px;
    }
}

.vacancies .accordion {
    width: 100%;
    background: white;
    border-radius: 24px;
}

@media screen and (max-width: 768px) {
    .vacancies .accordion {
        border-radius: 8px;
    }
}

.vacancies .accordion-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media screen and (max-width: 768px) {
    .vacancies .accordion-wrap {
        gap: 10px;
    }
}

.vacancies .accordion-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 44px;
    padding: 9px 30px 9px 20px;
    user-select: none;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .vacancies .accordion-btn {
        gap: 10px;
        padding: 16px 16px 16px 13px;
    }
}

.vacancies .accordion-btn .main-img {
    flex-shrink: 0;
}

@media screen and (max-width: 768px) {
    .vacancies .accordion-btn .main-img {
        width: 37.88px;
    }
}

.vacancies .accordion-btn p {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .vacancies .accordion-btn p {
        font-size: 18px;
    }
}

.vacancies .accordion-btn span {
    flex-shrink: 0;
}

@media screen and (max-width: 768px) {
    .vacancies .accordion-btn span img {
        width: 20px;
    }
}

.vacancies .accordion-btn span img:nth-child(2) {
    display: none;
}

.vacancies .accordion-btn.active span img {
    display: none;
}

.vacancies .accordion-btn.active span img:nth-child(2) {
    display: block;
}

.vacancies .accordion-body {
    padding: 9px 118px 32px;
}

@media screen and (max-width: 768px) {
    .vacancies .accordion-body {
        padding: 14px 25px 15px 15px;
    }
}

.vacancies .accordion-body__wrap {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease-in-out;
}

.vacancies .accordion-body ul {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

@media screen and (max-width: 768px) {
    .vacancies .accordion-body ul {
        gap: 20px;
    }
}

.vacancies .accordion-body ul h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    color: black;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #EFF1F3;
}

.vacancies .accordion-body ul ul {
    gap: 10px;
    list-style-type: disc;
    padding-left: 20px;
}

.vacancies .accordion-body ul ul li {
    list-style-type: disc;
    font-size: 14px;
    font-weight: 500;
    color: #5C606D;
    line-height: 120%;
}

.vacancies .accordion-body h4 {
    margin: 35px 0 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    color: black;
    max-width: 909px;
}

@media screen and (max-width: 768px) {
    .vacancies .accordion-body h4 {
        margin: 29px 0 20px;
        font-size: 16px;
    }
}

.vacancies .accordion-body .btn {
    padding-right: 17px;
    padding-left: 16px;
    gap: 13px;
}

.area_main {
    padding-bottom: 0;
}

.area_home {
    margin-top: 27px;
}

@media screen and (max-width: 993px) {
    .area_home {
        margin-top: 0;
    }
}

.area_home_in {
    background-image: url("../images/area_home_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 35px;
    padding: 50px;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 993px) {
    .area_home_in {
        padding: 12px;
    }
}

.area_home_in::before {
    content: "";
    position: absolute;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.612653) 100%);
    left: 0;
    bottom: 0;
    width: 100%;
    height: 486px;
}

.area_home_in h3 {
    position: relative;
    z-index: 3;
    margin: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 68px;
    line-height: 72px;
    text-align: center;
    color: white;
    padding-bottom: 460px;
}

@media screen and (max-width: 993px) {
    .area_home_in h3 {
        margin: 82px 0 0 0;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 38px;
        line-height: 40px;
        padding-bottom: 210px;
    }
}

.area_home_in_bottom {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

@media screen and (max-width: 993px) {
    .area_home_in_bottom {
        flex-direction: column;
        gap: 32px;
    }
}

.area_home_left {
    display: flex;
    flex-direction: column;
    gap: 13px;
    max-width: 210px;
}

.area_home_left span {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 21.6px;
    text-align: center;
    color: white;
    text-transform: uppercase;
}

.area_home_left img {
    width: 210px;
}

.area_home_right {
    background: #B0B0B04D;
    backdrop-filter: blur(20px);
    border-radius: 28px;
    max-width: 668px;
}

@media screen and (max-width: 993px) {
    .area_home_right {
        max-width: 100%;
    }
}

.area_home_right p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 19.5px;
    color: white;
    padding: 25px 20px;
}

@media screen and (max-width: 993px) {
    .area_home_right p {
        font-size: 14px;
        line-height: 20px;
        padding: 20px;
    }
}

.area_association {
    margin: 80px 0 40px 0;
}

@media screen and (max-width: 993px) {
    .area_association {
        margin: 40px 0;
    }
}

.area_association .title {
    margin-bottom: 40px;
}

@media screen and (max-width: 993px) {
    .area_association .title {
        margin-bottom: 10px;
    }
}

.area_association_cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media screen and (max-width: 993px) {
    .area_association_cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 576px) {
    .area_association_cards {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
}

.area_association_card {
    border-radius: 24px;
    background: #F6F9FB;
    padding: 20px;
    position: relative;
}

.area_association_card span {
    position: absolute;
    top: 20px;
    right: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18.2px;
    color: #5C606D;
}

.area_association_card img {
    width: 54px;
    height: 54px;
    margin-bottom: 40px;
}

.area_association_card p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18.2px;
    color: #5C606D;
}

.area_committees_in {
    border-radius: 44px;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 993px) {
    .area_committees_in {
        border-radius: 24px;
        padding-bottom: 282px;
    }
}

.area_committees_img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    object-fit: cover;
    width: 70%;
}

@media screen and (max-width: 993px) {
    .area_committees_img {
        width: 100%;
        height: 350px;
        bottom: 0;
        top: auto;
        left: 0;
    }
}

.area_committees_block {
    background: #242424;
    padding: 50px;
    width: 470px;
    border-radius: 44px;
    display: flex;
    flex-direction: column;
    gap: 177px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 993px) {
    .area_committees_block {
        width: 100%;
        gap: 127px;
        border-radius: 24px;
        padding: 20px;
    }
}

.area_committees h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 29px;
    line-height: 29px;
    color: #fff;
}

.area_committees ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.area_committees ul li {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17.07px;
    color: #fff;
    border: 1px solid #464646;
    padding: 8px 12px;
    border-radius: 50px;
}

@media screen and (max-width: 993px) {
    .area_committees ul li {
        font-size: 12px;
        line-height: 14px;
    }
}

.area_date {
    padding: 80px 0;
}

@media screen and (max-width: 993px) {
    .area_date {
        padding: 40px 0;
    }
}

.area_date .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 993px) {
    .area_date .container {
        grid-template-columns: repeat(1, 1fr);
        gap: 100px;
    }
}

.area_date_block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.area_date .one_block {
    position: relative;
}

.area_date .one_block::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 310px;
    background: #C7C8CB;
}

@media screen and (max-width: 993px) {
    .area_date .one_block::before {
        width: 100%;
        height: 1px;
        top: auto;
        bottom: -50px;
    }
}

.area_date_icon {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: #11D47D;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -17px;
    right: -17px;
}

.area_date p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 43.88px;
    text-align: center;
    color: #000000;
    max-width: 421px;
}

@media screen and (max-width: 993px) {
    .area_date p {
        font-size: 24px;
        line-height: 29.26px;
    }
}

.area_date h6 {
    position: relative;
    margin-top: 61px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 123px;
    line-height: 98.4px;
    text-align: center;
    color: #000000;
}

@media screen and (max-width: 993px) {
    .area_date h6 {
        margin-top: 38px;
    }
}

.area_date span {
    text-align: center;
    margin-top: 17px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 23.4px;
    color: #000000;
    max-width: 386px;
}

.area_bottom {
    background: #EFF1F3;
    padding-bottom: 54px;
    border-radius: 44px;
    margin-bottom: -54px;
    padding: 60px 0 33px 0;
}

@media screen and (max-width: 993px) {
    .area_bottom {
        border-radius: 24px;
        padding: 40px 0 34px 0;
    }
}

.area_bottom .container {
    display: flex;
    align-items: start;
    gap: 50px;
}

@media screen and (max-width: 993px) {
    .area_bottom .container {
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }
}

.area_bottom h6 {
    max-width: 421px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 43.88px;
    color: #000000;
}

@media screen and (max-width: 993px) {
    .area_bottom h6 {
        font-size: 34px;
        line-height: 41px;
    }
}

.area_bottom_text {
    max-width: 906px;
}

.area_bottom_text p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: #5C606D;
    margin-bottom: 20px;
}

@media screen and (max-width: 993px) {
    .area_bottom_text p {
        font-size: 14px;
        line-height: 25px;
    }
}

.area_bottom_text button {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14.63px;
    color: #E52124;
}

.area_bottom_text button .icon {
    border: 1px solid #E52124;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.vacancy_title {
    border-radius: 0 0 24px 24px;
    background: white;
}

.vacancy_title .title {
    padding: 12px 0 50px 0;
}

.vacancy_slider {
    position: relative;
    padding-top: 70px;
}

@media screen and (max-width: 993px) {
    .vacancy_slider {
        padding-top: 40px;
    }
}

@media screen and (max-width: 993px) {
    .vacancy_slider .vacancy__slider {
        overflow: visible;
    }
}

.vacancy_slider .container {
    position: relative;
}

.vacancy_slider .slider-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -15px;
}

@media screen and (max-width: 1450px) {
    .vacancy_slider .vacancy_slider_arrow {
        display: flex !important;
        right: 15px;
    }
}

.vacancy_slider .vacancy_card {
    border-radius: 44px;
    background: #fff;
    padding: 30px;
    height: 100%;
    position: relative;
}

@media screen and (max-width: 993px) {
    .vacancy_slider .vacancy_card {
        border-radius: 24px;
        padding: 20px;
    }
}

.vacancy_slider .vacancy_card h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 10px;
}

@media screen and (max-width: 993px) {
    .vacancy_slider .vacancy_card h6 {
        font-size: 18px;
        line-height: 23px;
    }
}

.vacancy_slider .vacancy_card p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18.2px;
    margin-bottom: 82px;
    color: #5C606D;
}

.vacancy_slider .vacancy_card a {
    width: 150px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    position: absolute;
    bottom: 30px;
    left: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 14.63px;
    color: #E52124;
    border: 1px solid #E52124;
    border-radius: 8px;
}

.vacancy_slider .swiper-slide {
    height: auto;
}

.vacancy_img {
    margin: 60px 0;
}

@media screen and (max-width: 993px) {
    .vacancy_img {
        margin: 40px 0;
    }
}

.vacancy_img_in {
    border-radius: 44px;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 993px) {
    .vacancy_img_in {
        padding-bottom: 209px;
        border-radius: 24px;
    }
}

.vacancy_img img {
    position: absolute;
    top: 0;
    right: 0;
    object-fit: cover;
    width: 1112px;
    height: 100%;
}

@media screen and (max-width: 1200px) {
    .vacancy_img img {
        width: 80%;
    }
}

@media screen and (max-width: 993px) {
    .vacancy_img img {
        width: 100%;
        height: 260px;
        top: auto;
        bottom: 0;
        left: 0;
        right: auto;
        object-position: right;
    }
}

.vacancy_img_block {
    position: relative;
    z-index: 2;
    border-radius: 44px;
    padding: 60px 50px;
    background: #242424;
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 849px;
}

@media screen and (max-width: 1200px) {
    .vacancy_img_block {
        width: 60%;
    }
}

@media screen and (max-width: 993px) {
    .vacancy_img_block {
        width: 100%;
        max-width: 100%;
        padding: 20px;
        gap: 15px;
        border-radius: 24px;
    }
}

.vacancy_img_block h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 29px;
    line-height: 29px;
    color: #fff;
}

@media screen and (max-width: 993px) {
    .vacancy_img_block h6 {
        font-size: 20px;
        line-height: 20px;
    }
}

.vacancy_img_block p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18.2px;
    color: #fff;
    opacity: 60%;
}

.vacancy_bottom {
    background: #ffff;
    padding-bottom: 54px;
    border-radius: 44px;
    margin-bottom: -54px;
    padding: 60px 0 33px 0;
}

@media screen and (max-width: 993px) {
    .vacancy_bottom {
        border-radius: 24px;
        padding: 40px 0 34px 0;
    }
}

.vacancy_bottom .container {
    display: flex;
    align-items: start;
    gap: 50px;
}

@media screen and (max-width: 993px) {
    .vacancy_bottom .container {
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }
}

.vacancy_bottom h6 {
    max-width: 421px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 43.88px;
    color: #000000;
}

@media screen and (max-width: 993px) {
    .vacancy_bottom h6 {
        font-size: 34px;
        line-height: 41px;
    }
}

.vacancy_bottom_text {
    max-width: 906px;
}

.vacancy_bottom_text p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: #5C606D;
    margin-bottom: 20px;
}

@media screen and (max-width: 993px) {
    .vacancy_bottom_text p {
        font-size: 14px;
        line-height: 25px;
    }
}

.vacancy_bottom_text button {
    background: transparent;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14.63px;
    color: #E52124;
    text-align: left;
}

.vacancy_bottom_text button .icon {
    border: 1px solid #E52124;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.about-home {
    margin-top: 17px;
}

@media screen and (max-width: 993px) {
    .about-home {
        margin-top: 0;
    }
}

@media screen and (max-width: 993px) {
    .about-home .container {
        padding: 0;
    }
}

.about-home__content {
    border-radius: 44px;
    position: relative;
    z-index: 1;
    height: 340px;
    overflow: hidden;
}

@media screen and (max-width: 993px) {
    .about-home__content {
        border-radius: 24px;
    }
}

@media screen and (max-width: 768px) {
    .about-home__content {
        height: 400px;
    }
}

.about-home__content-wrap {
    background: #EFF1F3;
    border-radius: 44px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .about-home__content-wrap {
        border-radius: 24px;
    }
}

.about-home__content img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.about-home__content h3 {
    padding: 90px 95px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 68px;
    line-height: 72px;
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 993px) {
    .about-home__content h3 {
        font-size: 38px;
        line-height: 40px;
        padding: 94px 17px;
    }
}

.about-home ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
    padding: 27px;
}

@media screen and (max-width: 768px) {
    .about-home ul {
        padding: 12px 15px 21px;
        overflow-x: auto;
        justify-content: flex-start;
    }

    .about-home ul::-webkit-scrollbar {
        display: none;
    }
}

.about-home ul li {
    flex-shrink: 0;
}

.about-home ul a {
    font-size: 14px;
    font-weight: 500;
    color: black;
    display: inline-block;
    white-space: nowrap;
}

.about-home ul .btn-light {
    padding: 9px 13px;
    border-radius: 10px;
    border: 1px solid black;
}

.about-home ul .active {
    display: flex;
    align-items: center;
    gap: 3px;
    position: relative;
}

.about-home ul .active::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 1px;
    width: 100%;
    background: black;
}

.about_text_top {
    display: flex;
    align-items: start;
    gap: 50px;
    margin-top: 110px;
}

@media screen and (max-width: 993px) {
    .about_text_top {
        margin-top: 40px;
        gap: 10px;
        flex-direction: column;
        align-items: start;
    }
}

.about_text_top h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 43.88px;
    color: #000;
    max-width: 421px;
    flex-shrink: 0;
}

@media screen and (max-width: 993px) {
    .about_text_top h6 {
        font-size: 34px;
        line-height: 41px;
    }
}

.about_text_top p {
    max-width: 896px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: #5C606D;
}

@media screen and (max-width: 993px) {
    .about_text_top p {
        font-size: 14px;
        line-height: 25px;
    }
}

.about_img {
    margin-top: 70px;
}

@media screen and (max-width: 993px) {
    .about_img {
        margin-top: 40px;
    }
}

.about_img img {
    border-radius: 24px;
    height: 534px;
    object-fit: cover;
    width: 100%;
}

.about_slider {
    margin-top: 80px;
}

@media screen and (max-width: 993px) {
    .about_slider {
        margin-top: 40px;
    }
}

.about_slider .title {
    margin-bottom: 30px;
}

@media screen and (max-width: 993px) {
    .about_slider .about__slider_two {
        overflow: visible;
    }
}

.about_slider .slider-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -15px;
}

.about_slider .container {
    position: relative;
}

@media screen and (max-width: 1450px) {
    .about_slider .about_slider_arrow {
        display: flex !important;
        right: 15px;
    }
}

.about_slider .swiper-slide {
    height: auto;
}

.about_slider .about_card {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    padding: 20px 20px 40px 20px;
    background: #F6F9FB;
}

.about_slider .about_card h6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    color: #000;
    margin-bottom: 34px;
    word-wrap: break-word;
}

.about_slider .about_card p {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18.2px;
    color: #5C606D;
}

.services_title {
    border-radius: 0 0 24px 24px;
    background: white;
}

.services_title .title {
    padding: 12px 0 19px 0;
}

.services_btns {
    padding-bottom: 36px;
    overflow: scroll;
}

.services_btns .container {
    display: flex;
    gap: 10px;
}

.services_btns::-webkit-scrollbar {
    display: none;
}

.services_btns button {
    white-space: nowrap;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 14.63px;
    padding: 10px 13px;
    background: #EFF1F3;
    border-radius: 18px;
    transition: 0.2s ease;
}

.services_btns button:hover {
    background: #E52124;
    color: white;
}

.services_btns button.active {
    background: #E52124;
    color: white;
}

.service {
    margin-top: 70px;
}

@media screen and (max-width: 992px) {
    .service {
        margin-top: 30px;
    }
}

.service-card {
    background: #242424;
    border-radius: 44px;
    color: white;
    display: flex;
    align-items: stretch;
    overflow: hidden;
}

@media screen and (max-width: 992px) {
    .service-card {
        flex-direction: column;
        border-radius: 24px;
    }
}

.service-swp {
    width: 470px;
    height: auto;
    min-height: 381px;
}

@media screen and (max-width: 992px) {
    .service-swp {
        width: 100%;
        height: 381px;
    }
}

.service-swp .swiper {
    height: 100%;
    border-radius: 44px;
}

@media screen and (max-width: 992px) {
    .service-swp .swiper {
        border-radius: 24px;
    }
}

.service-swp .swiper-wrapper {
    height: 100%;
}

.service-swp .swiper-slide {
    height: 100%;
    position: relative;
    z-index: 1;
    background: black;
    padding: 40px;
}

@media screen and (max-width: 992px) {
    .service-swp .swiper-slide {
        padding: 20px;
    }
}

.service-swp .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.7;
}

.service-swp .swiper-slide h3 {
    font-size: 46px;
    line-height: 100%;
    font-weight: 500;
    margin-bottom: 16px;
}

@media screen and (max-width: 992px) {
    .service-swp .swiper-slide h3 {
        font-size: 34px;
        margin-bottom: 18px;
    }
}

.service-swp .swiper-slide p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    padding: 9px 15px 9px 13px;
    display: inline-block;
}

.service-swp .swiper .swp-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
}

@media screen and (max-width: 992px) {
    .service-swp .swiper .swp-pagination {
        padding: 20px;
        gap: 5px;
    }
}

.service-swp .swiper .swp-pagination span {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 4px;
    opacity: 0.35;
    background: white;
}

.service-swp .swiper .swp-pagination span.swiper-pagination-bullet-active {
    opacity: 1;
}

.service-content {
    padding: 55px 124px 55px 100px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

@media screen and (max-width: 1100px) {
    .service-content {
        padding: 40px 40px 40px 70px;
    }
}

@media screen and (max-width: 992px) {
    .service-content {
        padding: 30px 30px 35px 40px;
    }
}

.service-content li {
    list-style-type: disc;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
}

@media screen and (max-width: 992px) {
    .service-content li {
        font-size: 16px;
    }
}

.career-home__content {
    background: #EFF1F3;
    border-radius: 44px;
    overflow: hidden;
}

@media screen and (max-width: 992px) {
    .career-home__content {
        border-radius: 24px;
    }
}

.career-home .main-img {
    height: 340px;
    position: relative;
    z-index: 1;
    border-radius: 44px;
    overflow: hidden;
    padding: 90px 95px;
}

@media screen and (max-width: 992px) {
    .career-home .main-img {
        height: 400px;
        border-radius: 24px;
        padding: 94px 17px;
    }
}

.career-home .main-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.career-home .main-img h2 {
    text-align: center;
    font-size: 68px;
    line-height: 72px;
    font-weight: 500;
    color: white;
}

@media screen and (max-width: 992px) {
    .career-home .main-img h2 {
        font-size: 38px;
        line-height: 40px;
    }
}

.career-home ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    padding: 36px;
}

@media screen and (max-width: 1100px) {
    .career-home ul {
        overflow-x: auto;
        justify-content: flex-start;
        padding: 22px 15px 21px;
    }

    .career-home ul::-webkit-scrollbar {
        display: none;
    }
}

.career-home ul a {
    font-size: 14px;
    font-weight: 500;
    color: black;
    display: flex;
    align-items: flex-end;
    gap: 4px;
    white-space: nowrap;
    flex-shrink: 0;
}

.career-home ul a svg {
    margin-bottom: 3px;
    display: none;
}

.career-home ul a.active {
    position: relative;
}

.career-home ul a.active svg {
    display: block;
}

.career-home ul a.active::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 1px;
    background: black;
}

.career-contact {
    margin: 70px 0 -20px;
}

.career-contact__content {
    background: #F6F9FB;
    border-radius: 44px;
    padding: 48px 74px 48px 542px;
    display: flex;
    align-items: stretch;
    gap: 90px;
    position: relative;
    z-index: 1;
    min-height: 340px;
}

@media screen and (max-width: 1250px) {
    .career-contact__content {
        gap: 30px;
    }
}

@media screen and (max-width: 1150px) {
    .career-contact__content {
        flex-direction: column-reverse;
        gap: 30px;
        padding-top: 85px;
    }
}

@media screen and (max-width: 992px) {
    .career-contact__content {
        padding: 61px 20px 252px 15px;
        border-radius: 24px;
    }
}

.career-contact .bg-img {
    position: absolute;
    left: 31px;
    bottom: 0;
    z-index: -1;
}

@media screen and (max-width: 992px) {
    .career-contact .bg-img {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 992px) {
    .career-contact .bg-img img {
        width: 304px;
    }
}

.career-contact .bg-img img:nth-child(2) {
    position: absolute;
    left: -16px;
    bottom: 16px;
}

@media screen and (max-width: 992px) {
    .career-contact .bg-img img:nth-child(2) {
        width: 340px;
        left: -13px;
    }
}

.career-contact .bg-img .main-img {
    position: absolute;
    width: 287px;
    left: 62px;
    bottom: 0;
}

@media screen and (max-width: 992px) {
    .career-contact .bg-img .main-img {
        width: 204px;
    }
}

.career-contact__left {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    flex-shrink: 0;
}

.career-contact__left h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 110%;
    color: black;
    margin-bottom: 31px;
}

@media screen and (max-width: 1150px) {
    .career-contact__left h2 {
        position: absolute;
        top: 30px;
        margin-bottom: 0;
    }

    .career-contact__left h2 br {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .career-contact__left h2 {
        font-size: 28px;
        line-height: 32px;
    }
}

.career-contact__left h4 {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    color: black;
    margin-bottom: 20px;
}

.career-contact__left h4 span {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    opacity: 0.3;
}

@media screen and (max-width: 1150px) {
    .career-contact__left .datas {
        display: flex;
        align-items: flex-start;
        gap: 46px;
    }
}

.career-contact__left .datas-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.career-contact__left .phone-link {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: black;
    white-space: nowrap;
    margin-bottom: 7px;
}

.career-contact__left .mail-link {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: black;
}

.career-contact__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
}

.career-contact__right p {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    color: black;
}

@media screen and (max-width: 992px) {
    .career-contact__right p {
        font-size: 12px;
    }
}

.career_work {
    margin: 80px 0;
}

@media screen and (max-width: 993px) {
    .career_work {
        margin: 40px 0;
    }
}

.career_work .title {
    margin-bottom: 40px;
}

@media screen and (max-width: 993px) {
    .career_work .title {
        margin-bottom: 10px;
    }
}

.career_work_blocks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 30px;
}

@media screen and (max-width: 993px) {
    .career_work_blocks {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
}

.career_work_block {
    border-radius: 20px;
    background: #F6F9FB;
    padding: 14px 22px;
    display: flex;
    align-items: center;
    gap: 25px;
}

@media screen and (max-width: 993px) {
    .career_work_block {
        border-radius: 14px;
        padding: 10px;
        gap: 10px;
    }
}

.career_work_block img {
    width: 54px;
    height: 54px;
    flex-shrink: 0;
}

@media screen and (max-width: 993px) {
    .career_work_block img {
        width: 42px;
        height: 42px;
    }
}

.career_work_block span {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 36px;
    color: #000;
}

@media screen and (max-width: 993px) {
    .career_work_block span {
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (max-width: 768px) {
    .directions {
        padding-bottom: 30px;
    }
}

.directions h2 {
    font-size: 56px;
    font-weight: 500;
    line-height: 72px;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .directions h2 {
        font-size: 34px;
        line-height: 41px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 992px) {
    .directions .swiper {
        overflow: visible;
    }
}

.directions-card {
    position: relative;
    z-index: 1;
    height: 495px;
    border-radius: 24px;
    overflow: hidden;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .directions-card {
        height: 420px;
        padding: 20px;
    }
}

.directions-card::after {
    content: "";
    height: 307px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #101012, #10101200);
    z-index: -1;
}

.directions-card .main-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}

.directions-card p {
    font-size: 32px;
    line-height: 110%;
    color: white;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .directions-card p {
        font-size: 24px;
    }
}

.seo-text {
    padding-top: 30px;
    padding-bottom: 20px;
}

.seo-text h1, .html-content h1{
    margin: 20px 0;
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
}

.seo-text h2, .html-content h2 {
    margin: 20px 0;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
}

.seo-text p, .html-content p {
    font-size: 16px;
    line-height: 20px;
    margin: 20px 0;
}

.seo-text ul, .html-content ul {
    display: block;
    list-style-type: disc !important;
    margin-block-start: 1em !important;
    margin-block-end: 1em !important;
    padding-inline-start: 40px !important;
}

.seo-text ul li, .html-content ul li {
    display: list-item !important;
    text-align: -webkit-match-parent !important;
    list-style: disc !important;
    font-size: 16px;
    line-height: 20px;
    margin: 20px 0;
}


.spoiler {
    position: relative;
    background: #fff;
    border-radius: 24px;
    padding: 20px;
}

.spoiler__content {
    position: relative;
    overflow: hidden;
    transition: max-height 0.75s ease;
}

.spoiler[data-expanded="false"] .spoiler__content::after, .spoiler:not([data-expanded]) .spoiler__content::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 52px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    pointer-events: none;
}

.spoiler__toggle {
    position: relative;
    margin-top: 20px;
    margin-left: 23px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #e52124;
    line-height: 1.21;
}

.spoiler__toggle::before {
    position: absolute;
    top: -2px;
    left: -23px;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("https://kre.ru/assetsv2/images/btn-plus.svg");
    background-repeat: no-repeat;
}

.spoiler__toggle[aria-expanded="true"]::before {
    background-image: url("https://kre.ru/assetsv2/images/btn-minus.svg");
}

.spoiler__toggle[aria-expanded="false"]::before {
    background-image: url("https://kre.ru/assetsv2/images/btn-plus.svg");
}

.spoiler__toggle:hover {
    filter: brightness(0.98);
}

.spoiler__toggle:active {
    transform: translateY(1px);
}

.spoiler[data-expanded="true"] .spoiler__content {
    max-height: 9999px;
}
