


@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap");
@font-face {
    font-family: "Mont";
    src: url("../fonts/Mont-Bold.eot");
    src: local("Mont Bold"), local("Mont-Bold"), url("../fonts/Mont-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Mont-Bold.woff2") format("woff2"), url("../fonts/Mont-Bold.woff") format("woff"),
        url("../fonts/Mont-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Mont";
    src: url("../fonts/Mont-SemiBold.eot");
    src: local("Mont SemiBold"), local("Mont-SemiBold"), url("../fonts/Mont-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Mont-SemiBold.woff2") format("woff2"), url("../fonts/Mont-SemiBold.woff") format("woff"),
        url("../fonts/Mont-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Mont";
    src: url("../fonts/Mont-Regular.eot");
    src: local("Mont Regular"), local("Mont-Regular"), url("../fonts/Mont-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Mont-Regular.woff2") format("woff2"), url("../fonts/Mont-Regular.woff") format("woff"),
        url("../fonts/Mont-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Mont";
    src: url("../fonts/Mont-Light.eot");
    src: local("Mont Light"), local("Mont-Light"), url("../fonts/Mont-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Mont-Light.woff2") format("woff2"), url("../fonts/Mont-Light.woff") format("woff"),
        url("../fonts/Mont-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:root {
    --plyr-color-main: #cecece;
}
*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
body,
html {
    height: 100%;
}
a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    color: inherit;
}
button:focus,
input:focus {
    outline: transparent;
}
li {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
    margin: 0;
    padding: 0;
}
body {
    position: relative;
    overflow-x: hidden;
    min-width: 320px;
    max-width: 100vw;
    cursor: default;
    font-family: "Mont";
    font-weight: 400;
    color: var(--Black, #050505);
    background: var(--Light-grey-shade-8, #f6f6f6);
}
.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.pagewrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
h1 {
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.25px;
}
.secttitle {
    color: var(--Black, #050505);
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}
.greenbtn {
    border-radius: 100px;
    background: var(--Accent-green, #22f100);
    color: var(--Black, #050505);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.15px;
    padding: 10px 24px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}
.greenbtn img {
    margin-right: 8px;
    width: 18px;
    height: 18px;
}
.greenbtn:hover {
    background: #25d009;
}
.whitebtn {
    padding: 10px 16px;
    color: var(--Black, #050505);
    font-family: Mont;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.15px;
    border-radius: 100px;
    border: 1px solid var(--Black, #050505);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
}
.whitebtn img {
    margin-right: 8px;
    width: 18px;
    height: 18px;
}
.whitebtn:hover {
    background: var(--Light-grey-shade-5, #e8e8e8);
}
.whitebtn:active {
    background: var(--Light-grey-shade-5, #e3e3e3);
}
.blackbtn {
    border-radius: 100px;
    background: var(--Black, #050505);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.15px;
    height: 40px;
    cursor: pointer;
    border: none;
}
.blackbtn img {
    margin-right: 8px;
    width: 18px;
    height: 18px;
    background-size: cover;
}
.blackbtn:hover {
    background: rgba(5, 5, 5, 0.9);
    color: #fff;
}
.sendbtn {
    position: relative;
    cursor: pointer;
}
.sendbtn.sending:before {
    content: "";
    background-image: url(../img/svg/circle-load.svg) !important;
    width: 14px;
    height: 14px;
    background-size: cover;
    z-index: 10;
    -webkit-animation: 2s linear infinite loading;
    animation: 2s linear infinite loading;
}
.sendbtn .done-text {
    display: none;
}
.sendbtn.done:before {
    display: none !important;
}
.sendbtn.done .done-text {
    position: absolute;
    font-size: 14px;
    background: #22f100;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: 0.15px;
    border-radius: 100px;
}
@-webkit-keyframes loading {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loading {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.has-dropdown {
    position: relative;
    cursor: pointer;
}
.has-dropdown:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 13px;
    width: 18px;
    height: 18px;
    background-image: url(../img/svg/lang_arrow.svg);
    background-size: cover;
}
.has-dropdown.active:after {
    -webkit-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%);
}
@media (min-width: 1440px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1384px;
    }
}
@media (max-width: 1439.8px) {
    h1 {
        font-size: 57px;
    }
}
@media (max-width: 1399.8px) {
    .secttitle {
        font-size: 36px;
    }
    h1 {
        font-size: 45px;
    }
}
@media (max-width: 991.8px) {
    .secttitle {
        font-size: 32px;
    }
    h1 {
        font-size: 36px;
    }
}
@media (max-width: 767.8px) {
    .secttitle {
        font-size: 28px;
    }
    h1 {
        font-size: 32px;
    }
}
.heroscreen {
    position: relative;
    min-height: 650px;
    margin-bottom: 150px;
}
.heroscreen__inner {
    padding-top: 15%;
    position: relative;
}
.heroscreen__title {
    color: #000;
    margin-bottom: 32px;
}
.heroscreen__bg {
    position: absolute;
    width: 860px;
    top: 8%;
    right: 0;
}
.heroscreen__bg-mobile {
    display: none;
}
.heroscreen__video {
    position: absolute;
    width: 94%;
    top: 15%;
    right: 0;
    z-index: -1;
}
.heroscreen__descr p {
    color: #696969;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 24px;
}
.heroscreen__btn a {
    width: 327px;
    height: 48px;
    color: #fff;
    border-radius: 100px;
    background: var(--Accent-darker-green, #159e34);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--White, #fbfbfb);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.15px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.heroscreen__btn a:hover {
    background: #1fa83e;
}
.heroscreen__btn a img {
    width: 18px;
    height: 18px;
    background-size: cover;
    margin-right: 8px;
    margin-bottom: 3px;
}
.heroscreen__search > p {
    color: var(--Black-shade-4, #696969);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
    margin-bottom: 16px;
}
.heroscreen__filter {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 48px;
    border-radius: 16px;
    border: 1px solid var(--Mid-black, #212121);
    background: var(--Black, #050505);
    -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.09);
}
.heroscreen__filter .filter-btn {
    height: 40px;
    width: 136px;
    margin-left: 32px;
}
.heroscreen__filter-item {
    margin-right: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.heroscreen__filter-item .icon {
    margin-right: 8px;
    border-radius: 50%;
    background: var(--Black-shade-1, #1e1e1e);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}
.heroscreen__filter-item input {
    border-radius: 100px;
    border: 1px solid var(--Mid-black, #212121);
    background: var(--White, #fbfbfb);
    height: 40px;
    width: 138px;
    color: var(--Mid-black, #212121);
    font-family: Mont;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1px;
    padding: 7px 20px 7px 24px;
    cursor: pointer;
}
.heroscreen__filter-item input::-webkit-input-placeholder {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: var(--Mid-black, #212121);
    font-family: Mont;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.heroscreen__filter-item input::-moz-placeholder {
    -moz-transition: 0.3s;
    transition: 0.3s;
    color: var(--Mid-black, #212121);
    font-family: Mont;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.heroscreen__filter-item input:-ms-input-placeholder {
    -ms-transition: 0.3s;
    transition: 0.3s;
    color: var(--Mid-black, #212121);
    font-family: Mont;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.heroscreen__filter-item input::-ms-input-placeholder {
    -ms-transition: 0.3s;
    transition: 0.3s;
    color: var(--Mid-black, #212121);
    font-family: Mont;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.heroscreen__filter-item input::placeholder {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: var(--Mid-black, #212121);
    font-family: Mont;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.heroscreen__filter-item .inputfield {
    position: relative;
    cursor: pointer;
}
.heroscreen__filter-item:first-child .dropdown-box {
    width: 150px;
    padding: 8px;
}
.heroscreen__filter-item:nth-child(2) .dropdown-box {
    width: 288px;
    padding: 24px 16px;
}
.heroscreen__filter-item:nth-child(3) .dropdown-box {
    padding: 24px 16px;
    width: 288px;
}
.dropdown-box {
    border-radius: 16px;
    background: var(--White, #fbfbfb);
    -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.09);
    position: absolute;
    z-index: 25;
    top: calc(100% + 2px);
    left: 0;
    display: none;
}
.dropdown-box ul li {
    padding: 8px 15px 8px 15px;
    width: 100%;
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 8px;
}
.dropdown-box ul li:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 8px;
    background-image: url(../img/svg/done_icon.svg);
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.dropdown-box ul li.active:before {
    opacity: 1;
}
.dropdown-box ul li:hover {
    background: rgba(209, 209, 209, 0.3);
}
.dropdown-box .dropdown-row + .dropdown-row {
    margin-top: 10px;
}
.dropdown-box .dropdown-row button {
    width: 100%;
}
.dropdown-box .dropdown-row .extra-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
}
.dropdown-box .dropdown-row .area-field,
.dropdown-box .dropdown-row .budget-field,
.dropdown-box .dropdown-row .year-field {
    position: relative;
    width: 45%;
}
.dropdown-box .dropdown-row .area-field input,
.dropdown-box .dropdown-row .budget-field input,
.dropdown-box .dropdown-row .year-field input {
    width: 100%;
}
.dropdown-box .dropdown-row .area-field:after,
.dropdown-box .dropdown-row .budget-field:after,
.dropdown-box .dropdown-row .year-field:after {
    color: var(--Mid-black, #212121);
    font-family: Mont;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dropdown-box .dropdown-row .year-field:after {
    content: "Років";
}
.dropdown-box .dropdown-row .budget-field:after {
    content: "$";
}
.dropdown-box .dropdown-row .area-field:after {
    content: "м²";
}
.dropdown-box .dropdown-row .range-slider {
    padding: 0 11px;
}
.dropdown-box .dropdown-row .irs-from,
.dropdown-box .dropdown-row .irs-to {
    visibility: visible !important;
}
.dropdown-box .dropdown-row .irs--round {
    padding: 0 -10px;
}
.dropdown-box .dropdown-row .irs--round .irs-handle {
    top: 31px;
    width: 12px;
    height: 12px;
    border: none;
    background-color: #050505;
    border-radius: 24px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dropdown-box .dropdown-row .irs--round .irs-bar {
    top: 36px;
    height: 2px;
    background-color: #050505;
}
.dropdown-box .dropdown-row .irs--round .irs-line {
    top: 36px;
    height: 2px;
    background-color: #d1d1d1;
}
.dropdown-box .dropdown-row .irs--round .irs-from,
.dropdown-box .dropdown-row .irs--round .irs-single,
.dropdown-box .dropdown-row .irs--round .irs-to {
    font-size: 0px;
    line-height: 0;
    background-color: transparent;
    color: white;
    border-radius: 4px;
    width: 32px;
    height: 28px;
    cursor: pointer;
}
.dropdown-box .dropdown-row .irs--round .irs-from {
    background-image: url(../img/svg/range-prev.svg);
}
.dropdown-box .dropdown-row .irs--round .irs-to {
    background-image: url(../img/svg/range-next.svg);
}
.dropdown-box .dropdown-row .irs--round .irs-from:before,
.dropdown-box .dropdown-row .irs--round .irs-max,
.dropdown-box .dropdown-row .irs--round .irs-min,
.dropdown-box .dropdown-row .irs--round .irs-single:before,
.dropdown-box .dropdown-row .irs--round .irs-to:before {
    display: none;
}
.proposition {
    padding: 0px 0 120px;
}
.wiew-all-mobile {
    display: none;
}
.proposition__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 48px;
}
.proposition__head .wiew-all {
    color: var(--Black, #050505);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
}
.proposition__head .wiew-all img {
    margin-left: 8px;
    width: 24px;
    height: 24px;
    background-size: cover;
}
.proposition__slider {
    overflow: hidden;
}
.proposition__slider > .swiper-wrapper > .swiper-slide {
    max-width: 322px;
    width: 100%;
}
.proposition__slide {
    max-width: 322px;
    width: 100%;
    border-radius: 16px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border: 3px solid transparent;
    position: relative;
}
.proposition__slide:before {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    border: 3px solid #159e34;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 17px;
}
.proposition__slide:hover:before {
    opacity: 1;
}
.proposition__slide-image {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    height: 136px;
    border-radius: 16px 16px 0 0;
    border-bottom: none;
    overflow: hidden;
    position: relative;
}
.proposition__slide-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}
.proposition__slide-image .top-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 16px);
    padding: 8px 0;
}
.proposition__slide-image .top-row span {
    border-radius: 50px;
    background: #159e34;
    color: #fbfbfb;
    font-family: Mont;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 6px 12px;
}
.proposition__slide-info {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: var(--White, #fbfbfb);
    padding: 0 16px 24px;
    height: 308px;
    position: relative;
    border: 1px solid var(--Light-grey, #d1d1d1);
    border-top: none;
    border-radius: 0 0 16px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.proposition__slide-head {
    padding: 8px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 8px;
}
.proposition__slide-head p {
    color: rgba(60, 60, 60, 0.7);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.proposition__slide-row {
    height: 85px;
}
.proposition__slide-row h4 {
    color: var(--Black, #050505);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 2px;
}
.proposition__slide-row p {
    overflow: hidden;
    color: var(--Grey, #3c3c3c);
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.proposition__slide-row span {
    color: rgba(60, 60, 60, 0.7);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
}
.proposition__slide-row span:after {
    content: "";
    display: inline-block;
    margin-left: 8px;
    background-color: rgba(60, 60, 60, 0.7);
    border-radius: 50%;
    width: 2px;
    height: 2px;
    vertical-align: middle;
}
.proposition__slide-row span + span {
    margin-left: 8px;
}
.proposition__slide-row span:last-child:after {
    display: none;
}
.proposition__slide-detailed li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
}
.proposition__slide-detailed span {
    color: var(--Grey, #3c3c3c);
    font-family: Mont;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: 8px;
}
.proposition__slide-detailed span:last-child {
    margin-right: 0;
}
.proposition__slide-detailed img {
    margin-right: 8px;
    width: 12px;
    height: 12px;
    background-size: cover;
}
.proposition__slide-btn {
    margin: auto auto 0px;
    width: 100%;
}
.proposition__slide-btn img {
    margin-right: 8px;
    width: 18px;
    height: 18px;
    background-size: cover;
}
.proposition__slider-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    margin-top: 24px;
}
.proposition__slider-arrows .swiper-button-next,
.proposition__slider-arrows .swiper-button-prev {
    border-radius: 100px;
    border: 1px solid rgba(5, 5, 5, 0.3);
    width: 64px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
    margin: 0 28px;
    transition: 0.3s;
}
.proposition__slider-arrows .swiper-button-next svg path,
.proposition__slider-arrows .swiper-button-prev svg path {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.proposition__slider-arrows .swiper-button-next:hover,
.proposition__slider-arrows .swiper-button-prev:hover {
    border: 1px solid rgb(5, 5, 5);
    background: var(--Black, #050505);
}
.proposition__slider-arrows .swiper-button-next:hover svg path,
.proposition__slider-arrows .swiper-button-prev:hover svg path {
    fill: #fff;
    fill-opacity: 1;
}
.proposition__slider-arrows .swiper-button-next:after,
.proposition__slider-arrows .swiper-button-prev:after {
    display: none;
}
.advantages {
    padding-bottom: 40px;
}
.advantages__title {
    margin-bottom: 48px;
}
.advantages__item {
    width: 100%;
    padding: 24px;
    border-radius: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    min-height: 328px;
    margin-bottom: 56px;
}
.advantages__item h5 {
    color: var(--Black, #050505);
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.advantages__item h5.accordeon-head {
    pointer-events: none;
}
.advantages__item p {
    color: rgba(5, 5, 5, 0.7);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    letter-spacing: 0.5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.advantages__item:hover {
    background: var(--Black, #050505);
}
.advantages__item:hover .advantages__icon svg path {
    fill: #22f100;
}
.advantages__item:hover h5,
.advantages__item:hover p {
    color: #fbfbfb;
}
.advantages__icon {
    width: 48px;
    height: 48px;
    background: rgba(21, 158, 52, 0.2);
    border-radius: 50%;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.advantages__icon svg path {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.count {
    padding-bottom: 120px;
}
.count__title {
    margin-bottom: 48px;
}
.count__inner {
    position: relative;
}
.count__inner img {
    width: 100%;
    background-size: cover;
}
.count__inner-content {
    position: absolute;
    bottom: 114px;
    right: 54px;
}
.count__inner-content > h3 {
    color: var(--Black, #050505);
    font-size: 72px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 16px;
}
.count__inner-content > span {
    color: rgba(60, 60, 60, 0.7);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.1px;
}
.count__inner-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 48px;
}
.count__inner-row li + li {
    margin-left: 48px;
}
.count__inner-row li p {
    color: var(--Black, #050505);
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 115%;
}
.count__inner-row li span {
    color: rgba(60, 60, 60, 0.7);
    text-align: center;
    font-family: Mont;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1px;
}
.selection {
    padding: 75px 0;
    background-color: #050505;
    position: relative;
}
.selection:after {
    content: "";
    background-image: url(../img/svg/frame_form.svg);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.selection__left {
    position: relative;
    z-index: 2;
}
.selection__left h2 {
    color: var(--White, #fbfbfb);
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    margin-bottom: 16px;
}
.selection__left p {
    color: var(--Light-grey, #d1d1d1);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.3px;
}
.selection__right {
    position: relative;
    z-index: 2;
}
.selection__right .info-text {
    color: var(--White, #fbfbfb);
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.01px;
}
.selection__right .form {
    max-width: 438px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.selection__right .inputrow {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.selection__right .inputrow .checkfield,
.selection__right .inputrow .info-text {
    width: 206px;
    text-align: left;
}
.selection__right .inputrow .checkfield.long,
.selection__right .inputrow .info-text.long {
    width: 100%;
}
.selection__right .inputfield {
    width: 206px;
    margin-bottom: 32px;
    position: relative;
}
.selection__right .inputfield .error-text {
    display: none;
}
.selection__right .inputfield.error p {
    color: #ef333d;
}
.selection__right .inputfield.error input,
.selection__right .inputfield.error textarea {
    border: 1px solid #ef333d !important;
}
.selection__right .inputfield.error .error-text {
    display: block;
    position: absolute;
    bottom: -25px;
    left: 0;
    color: var(--Red---black-bg, #ef333d);
    font-family: Mont;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1px;
}
.selection__right .inputfield .dropdown-box {
    border-radius: 16px;
    background: var(--White, #fbfbfb);
    -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.09);
    position: absolute;
    z-index: 25;
    top: calc(100% + 2px);
    left: 0;
    display: none;
}
.selection__right .inputfield .dropdown-box.scroll-box {
    height: 200px;
    overflow-y: scroll;
}
.selection__right .inputfield .dropdown-box.scroll-box::-webkit-scrollbar {
    width: 12px;
    cursor: pointer;
}
.selection__right .inputfield .dropdown-box ul {
    padding: 8px;
}
.selection__right .inputfield .dropdown-box ul li {
    width: 100%;
    display: inline-block;
    border-radius: 8px;
    padding: 8px 15px 8px 15px;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 8px;
    cursor: pointer;
}
.selection__right .inputfield .dropdown-box ul li:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 8px;
    background-image: url(../img/svg/done_icon.svg);
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.selection__right .inputfield .dropdown-box ul li.active:before {
    opacity: 1;
}
.selection__right .inputfield .dropdown-box ul li:hover {
    background: rgba(209, 209, 209, 0.3);
}
.selection__right .inputfield.area:after,
.selection__right .inputfield.price:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    right: 16px;
    top: 65%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
}
.selection__right .inputfield.price:after {
    background-image: url(../img/svg/dollar-icon.svg);
}
.selection__right .inputfield.area:after {
    background-image: url(../img/svg/area_metres.svg);
}
.selection__right .inputfield.operation .has-dropdown:after {
    background-image: url(../img/svg/lang_arrow_white.svg);
    top: 70%;
}
.selection__right .inputfield.operation input {
    cursor: pointer;
}
.selection__right .inputfield.file,
.selection__right .inputfield.text {
    width: 100%;
}
.selection__right .inputfield.file {
    position: relative;
    height: 64px;
}
.selection__right .inputfield.file input {
    opacity: 0;
}
.selection__right .inputfield.file .fake-input {
    position: absolute;
    top: 25px;
    left: 0;
}
.selection__right .inputfield.file .fake-input p {
    cursor: pointer;
    color: var(--White, #fbfbfb);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.selection__right .inputfield.file .fake-input p:before {
    content: "";
    background-image: url(../img/svg/loaded_file.svg);
    width: 15px;
    height: 15px;
    background-size: cover;
    -webkit-animation: 2s linear infinite loading;
    animation: 2s linear infinite loading;
    margin-right: 8px;
    display: none;
}
.selection__right .inputfield.file .fake-input p.loaded:before {
    display: inline-block;
}
.selection__right .inputfield.file .fake-input p img {
    width: 18px;
    margin-right: 8px;
}
.selection__right .inputfield.file .fake-input span {
    color: var(--Light-grey, #d1d1d1);
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.01px;
}
.selection__right .inputfield p {
    color: var(--White, #fbfbfb);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1px;
    margin-bottom: 4px;
}
.selection__right .inputfield textarea {
    resize: none;
    height: 110px;
    width: 100%;
    border-radius: 16px;
    border: 1px solid rgba(209, 209, 209, 0.8);
    color: rgba(209, 209, 209, 0.8);
    font-family: Mont;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1px;
    padding: 9px 16px;
    background: transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    outline: none;
}
.selection__right .inputfield textarea::-webkit-input-placeholder {
    color: rgba(209, 209, 209, 0.8);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.selection__right .inputfield textarea::-moz-placeholder {
    color: rgba(209, 209, 209, 0.8);
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.selection__right .inputfield textarea:-ms-input-placeholder {
    color: rgba(209, 209, 209, 0.8);
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.selection__right .inputfield textarea::-ms-input-placeholder {
    color: rgba(209, 209, 209, 0.8);
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.selection__right .inputfield textarea::placeholder {
    color: rgba(209, 209, 209, 0.8);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.selection__right .inputfield textarea:hover {
    border: 1px solid #fbfbfb;
    color: #fbfbfb;
}
.selection__right .inputfield textarea:hover::-webkit-input-placeholder {
    color: #fbfbfb;
}
.selection__right .inputfield textarea:hover::-moz-placeholder {
    color: #fbfbfb;
}
.selection__right .inputfield textarea:hover:-ms-input-placeholder {
    color: #fbfbfb;
}
.selection__right .inputfield textarea:hover::-ms-input-placeholder {
    color: #fbfbfb;
}
.selection__right .inputfield textarea:hover::placeholder {
    color: #fbfbfb;
}
.selection__right .inputfield textarea:focus {
    border: 1px solid #159e34;
    -webkit-box-shadow: 0px 0px 1px 0px #159e34;
    box-shadow: 0px 0px 1px 0px #159e34;
    color: #fbfbfb;
}
.selection__right .inputfield textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}
.selection__right .inputfield textarea:focus::-moz-placeholder {
    opacity: 0;
}
.selection__right .inputfield textarea:focus:-ms-input-placeholder {
    opacity: 0;
}
.selection__right .inputfield textarea:focus::-ms-input-placeholder {
    opacity: 0;
}
.selection__right .inputfield textarea:focus::placeholder {
    opacity: 0;
}
.selection__right .inputfield input[type="text"] {
    width: 100%;
    height: 40px;
    border-radius: 100px;
    border: 1px solid rgba(209, 209, 209, 0.8);
    color: rgba(209, 209, 209, 0.8);
    font-family: Mont;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1px;
    padding: 9px 16px;
    background: transparent;
}
.selection__right .inputfield input::-webkit-input-placeholder {
    color: rgba(209, 209, 209, 0.8);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.selection__right .inputfield input::-moz-placeholder {
    color: rgba(209, 209, 209, 0.8);
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.selection__right .inputfield input:-ms-input-placeholder {
    color: rgba(209, 209, 209, 0.8);
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.selection__right .inputfield input::-ms-input-placeholder {
    color: rgba(209, 209, 209, 0.8);
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.selection__right .inputfield input::placeholder {
    color: rgba(209, 209, 209, 0.8);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.selection__right .inputfield input:hover {
    border: 1px solid #fbfbfb;
    color: #fbfbfb;
}
.selection__right .inputfield input:hover::-webkit-input-placeholder {
    color: #fbfbfb;
}
.selection__right .inputfield input:hover::-moz-placeholder {
    color: #fbfbfb;
}
.selection__right .inputfield input:hover:-ms-input-placeholder {
    color: #fbfbfb;
}
.selection__right .inputfield input:hover::-ms-input-placeholder {
    color: #fbfbfb;
}
.selection__right .inputfield input:hover::placeholder {
    color: #fbfbfb;
}
.selection__right .inputfield input:focus {
    border: 1px solid var(--Accent-darker-green, #159e34);
    -webkit-box-shadow: 0px 0px 1px 0px #159e34;
    box-shadow: 0px 0px 1px 0px #159e34;
    color: #fbfbfb;
}
.selection__right .inputfield input:focus::-webkit-input-placeholder {
    opacity: 0;
}
.selection__right .inputfield input:focus::-moz-placeholder {
    opacity: 0;
}
.selection__right .inputfield input:focus:-ms-input-placeholder {
    opacity: 0;
}
.selection__right .inputfield input:focus::-ms-input-placeholder {
    opacity: 0;
}
.selection__right .inputfield input:focus::placeholder {
    opacity: 0;
}
.selection__right .inputfield.phone-field {
    position: relative;
    cursor: pointer;
}
.selection__right .inputfield.phone-field .triger {
    width: 50px;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer;
    z-index: 3;
    background-color: #fff;
    border-radius: 100px 0 0 100px;
    background: transparent;
}
.selection__right .inputfield.phone-field .flag {
    position: absolute;
    width: 16px;
    height: 11px;
    background-size: cover;
    top: 38px;
    left: 16px;
}
.selection__right .inputfield.phone-field label:after {
    content: "";
    position: absolute;
    background-image: url(../img/svg/arrow-field-phone.svg);
    width: 18px;
    height: 18px;
    left: 36px;
    top: 35px;
    cursor: pointer;
}
.selection__right .inputfield.phone-field input {
    padding-left: 62px;
    cursor: pointer;
}
.selection__right .inputfield.phone-field ul {
    border-radius: 16px;
    background: var(--White, #fbfbfb);
    -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.04);
    padding: 8px;
    width: 290px;
    position: absolute;
    z-index: 9;
    top: calc(100% + 10px);
    display: none;
}
.selection__right .inputfield.phone-field ul li {
    padding: 8px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 8px;
}
.selection__right .inputfield.phone-field ul li:hover {
    background: rgba(209, 209, 209, 0.3);
}
.selection__right .inputfield.phone-field ul li p {
    margin: 0 auto 0 0;
    color: #050505;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.1px;
}
.selection__right .inputfield.phone-field ul li img {
    width: 16px;
    height: 11px;
    margin-left: 4px;
    -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.15));
}
.selection__right .form-slide {
    width: 100%;
}
.selection__right .form-slide > span {
    display: block;
    margin-bottom: 16px;
    color: var(--White, #fbfbfb);
    font-family: Mont;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1px;
}
.selection__right .form-slide .extra-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
}
.selection__right .form-slide .extra-controls .budget-field {
    position: relative;
    width: 45%;
}
.selection__right .form-slide .extra-controls .budget-field input {
    width: 100%;
}
.selection__right .form-slide .extra-controls .budget-field:after {
    color: rgba(209, 209, 209, 0.8);
    font-family: Mont;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.selection__right .form-slide .extra-controls .budget-field:after {
    content: "$";
}
.selection__right .form-slide .extra-controls span {
    font-size: 16px;
    color: #d1d1d1;
}
.selection__right .form-slide .extra-controls input {
    width: 206px;
    border-radius: 100px;
    border: 1px solid rgba(209, 209, 209, 0.8);
    padding: 8px 16px;
    height: 40px;
    background-color: transparent;
    color: rgba(209, 209, 209, 0.8);
    font-family: Mont;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.1px;
}
.selection__right .form-slide .range-slider {
    padding: 0 11px;
}
.selection__right .form-slide .irs-from,
.selection__right .form-slide .irs-to {
    visibility: visible !important;
}
.selection__right .form-slide .irs--round {
    padding: 0 -10px;
}
.selection__right .form-slide .irs--round .irs-handle {
    top: 31px;
    width: 12px;
    height: 12px;
    border: none;
    background-color: #fbfbfb;
    border-radius: 24px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.selection__right .form-slide .irs--round .irs-bar {
    top: 36px;
    height: 2px;
    background-color: #fbfbfb;
}
.selection__right .form-slide .irs--round .irs-line {
    top: 36px;
    height: 2px;
    background-color: #d1d1d1;
}
.selection__right .form-slide .irs--round .irs-from,
.selection__right .form-slide .irs--round .irs-single,
.selection__right .form-slide .irs--round .irs-to {
    font-size: 0px;
    line-height: 0;
    background-color: transparent;
    color: white;
    border-radius: 4px;
    width: 32px;
    height: 28px;
    cursor: pointer;
    background-repeat: no-repeat;
}
.selection__right .form-slide .irs--round .irs-from {
    background-image: url(../img/svg/range-prev-white.svg);
}
.selection__right .form-slide .irs--round .irs-to {
    background-image: url(../img/svg/range-next-white.svg);
}
.selection__right .form-slide .irs--round .irs-from:before,
.selection__right .form-slide .irs--round .irs-max,
.selection__right .form-slide .irs--round .irs-min,
.selection__right .form-slide .irs--round .irs-single:before,
.selection__right .form-slide .irs--round .irs-to:before {
    display: none;
}
.selection__right .formbtn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 80px;
}
.selection__right .formbtn:before {
    content: "";
    background-image: url(../img/svg/form_btn_icon.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.checkfield {
    width: 206px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    position: relative;
}
.checkfield .error-text {
    display: none;
}
.checkfield.error .error-text {
    display: block;
    position: absolute;
    left: 0;
    bottom: -20px;
    color: var(--Red---black-bg, #ef333d);
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.01px;
}
.checkfield span {
    color: var(--White, #fbfbfb);
    text-align: center;
    font-family: Mont;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1px;
}
.checkfield span:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    margin-right: 11px;
    vertical-align: middle;
    background-position: center;
}
.checkfield input {
    opacity: 0;
    position: absolute;
}
.checkfield input:checked + span:before {
    background-image: url(../img/svg/checked.svg);
}
.textimonials {
    padding: 120px 0 160px;
}
.textimonials__title {
    margin-bottom: 52px;
}
.textimonials__slider {
    margin-bottom: 48px;
}
.textimonials__slide {
    max-width: 553px;
    width: 100%;
}
.textimonials__slide-descr {
    margin-bottom: 32px;
}
.textimonials__slide-descr p {
    color: var(--Black, #050505);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.5px;
}
.textimonials__slide-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.textimonials__slide-row .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.textimonials__slide-row .author img {
    border-radius: 50%;
    width: 56px;
    height: 56px;
    margin-right: 16px;
}
.textimonials__slide-row .author .author-info p {
    color: var(--Black, #050505);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
    margin-bottom: 4px;
}
.textimonials__slide-row .author .author-info span {
    color: rgba(5, 5, 5, 0.6);
    font-family: Mont;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.5px;
}
.textimonials__slide-row .company img {
    height: 40px;
    background-size: cover;
}
.textimonials__slider-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    margin-top: 24px;
}
.textimonials__slider-arrows .textimonials__slider-next,
.textimonials__slider-arrows .textimonials__slider-prev {
    border-radius: 100px;
    border: 1px solid rgba(5, 5, 5, 0.3);
    width: 64px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
    margin: 0 28px;
    transition: 0.3s;
}
.textimonials__slider-arrows .textimonials__slider-next.swiper-button-disabled,
.textimonials__slider-arrows .textimonials__slider-prev.swiper-button-disabled {
    opacity: 0.35;
    pointer-events: none;
}
.textimonials__slider-arrows .textimonials__slider-next svg path,
.textimonials__slider-arrows .textimonials__slider-prev svg path {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.textimonials__slider-arrows .textimonials__slider-next:hover,
.textimonials__slider-arrows .textimonials__slider-prev:hover {
    border: 1px solid rgb(5, 5, 5);
    background: var(--Black, #050505);
}
.textimonials__slider-arrows .textimonials__slider-next:hover svg path,
.textimonials__slider-arrows .textimonials__slider-prev:hover svg path {
    fill: #fff;
    fill-opacity: 1;
}
.textimonials__slider-arrows .textimonials__slider-next:after,
.textimonials__slider-arrows .textimonials__slider-prev:after {
    display: none;
}
.partners {
    padding-bottom: 100px;
    text-align: center;
}
.partners__title {
    color: var(--Black, #050505);
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    margin-bottom: 80px;
}
.partners__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1050px;
    margin: 0 auto;
    -webkit-column-gap: 48px;
    -moz-column-gap: 48px;
    column-gap: 48px;
}
.partners__item {
    position: relative;
    height: 40px;
    margin-bottom: 56px;
}
.partners__item:last-child {
    margin-right: 0;
}
.partners__item img {
    height: 100%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.partners__item .hover {
    position: absolute;
    height: 100%;
    background-size: cover;
    top: 0;
    left: 0;
    opacity: 0;
}
.partners__item:hover .hover {
    opacity: 1;
}
.partners__item:hover .static {
    opacity: 0;
}
.widget {
    margin-bottom: 48px;
}
.widget__inner {
    position: relative;
}
.widget__inner img {
    width: 100%;
    background-size: cover;
}
.widget__inner-content {
    position: absolute;
    max-width: 60%;
    left: 115px;
    bottom: 93px;
}
.widget__inner-content h2 {
    color: var(--White, #fbfbfb);
    font-family: Mont;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}
.widget__inner-content p {
    color: rgba(255, 255, 255, 0.7);
    font-family: Mont;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.3px;
    margin-bottom: 25px;
}
.widget__btn {
    width: 273px;
    height: 40px;
}
.widget__btn img {
    margin-right: 8px;
    width: 20px;
    background-size: cover;
}
@media (max-width: 1399.8px) {
    .heroscreen__title {
        margin-bottom: 110px;
    }
    .heroscreen__bg {
        width: 750px;
    }
    .heroscreen {
        margin-bottom: 90px;
    }
    .proposition {
        padding: 0 0 90px;
    }
    .advantages__item {
        padding: 15px;
        margin-bottom: 45px;
    }
    .advantages__item h5 {
        font-size: 24px;
        line-height: 133%;
    }
    .count {
        padding-bottom: 90px;
    }
    .count__inner-row li p {
        font-size: 36px;
    }
    .count__inner-row {
        margin-top: 30px;
    }
    .count__inner-row li + li {
        margin-left: 28px;
    }
    .count__inner-content > h3 {
        font-size: 45px;
        margin-bottom: 10px;
    }
    .count__inner-content {
        padding-right: 20px;
        bottom: 80px;
        right: 0px;
    }
    .textimonials {
        padding: 120px 0 120px;
    }
    .partners {
        padding-bottom: 90px;
    }
    .widget__inner-content {
        max-width: 60%;
        left: 90px;
        bottom: 40px;
    }
}
@media (max-width: 1199.8px) {
    .heroscreen__bg {
        top: 70px;
        width: 650px;
    }
    .heroscreen {
        min-height: auto;
    }
    .heroscreen__filter {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .heroscreen__filter-item {
        margin-right: 0;
    }
    .heroscreen__search {
        width: 100%;
    }
    .heroscreen__search form {
        width: 100%;
    }
    .heroscreen__search .heroscreen__filter {
        width: 100%;
    }
    .advantages__item {
        margin-bottom: 10px;
    }
    .count__inner-content > h3 {
        font-size: 40px;
    }
    .count__inner-content {
        bottom: 60px;
        padding-right: 0;
    }
    .count__inner-content > span {
        font-size: 18px;
    }
    .count__inner-row {
        margin-top: 20px;
    }
    .count__inner-row li {
        width: 100px;
    }
    .count__inner-row li + li {
        margin-left: 20px;
    }
    .selection:after {
        height: 80%;
    }
    .selection__left h2 {
        font-size: 26px;
    }
    .partners {
        padding-bottom: 50px;
    }
    .widget__inner-content h2 {
        font-size: 28px;
    }
}
@media (max-width: 991.8px) {
    .selection__right .inputrow .checkfield,
    .selection__right .inputrow .info-text {
        width: 47%;
    }
    .selection__right .form-slide .extra-controls input {
        width: 47%;
    }
    .heroscreen__filter .filter-btn {
        width: 280px;
        margin: 0;
    }
    .proposition {
        padding: 0 0 70px;
    }
    .heroscreen__filter {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .heroscreen__filter-item {
        width: 47%;
        margin-bottom: 10px;
    }
    .heroscreen__filter-item .inputfield {
        width: calc(100% - 56px);
    }
    .heroscreen__filter-item input {
        width: 100%;
    }
    .heroscreen__filter button {
        width: 48%;
        margin-left: 0;
    }
    .heroscreen {
        margin-bottom: 70px;
    }
    .heroscreen__bg {
        top: 70px;
        width: 50%;
    }
    .advantages__item h5 {
        font-size: 20px;
    }
    .count__inner {
        height: 770px;
        overflow: hidden;
        border-radius: 30px;
    }
    .count__inner img {
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .count__inner-content {
        bottom: initial;
        top: 0;
        width: 100%;
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        padding: 50px 16px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .count__inner-row {
        margin-top: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .count__inner-row li {
        text-align: center;
        width: 100%;
    }
    .count__inner-row li + li {
        margin: 30px 0 0;
    }
    .selection__right button {
        margin-top: 45px;
    }
    .selection__right .inputfield {
        width: 47%;
    }
    .selection:after {
        height: 75%;
    }
    .selection__left {
        max-width: 500px;
        margin: 0 auto 30px;
    }
    .selection__right .form {
        max-width: 500px;
        margin: 0 auto;
    }
    .textimonials__title {
        margin-bottom: 35px;
    }
    .textimonials__slide-descr p {
        font-size: 16px;
        line-height: 130%;
    }
    .textimonials {
        padding: 90px 0 90px;
    }
    .partners__item {
        height: 30px;
        margin-bottom: 45px;
    }
    .partners__title {
        font-size: 28px;
        line-height: 130%;
        margin-bottom: 50px;
    }
    .widget__inner-content {
        max-width: 60%;
        left: 40px;
        bottom: 15px;
    }
    .widget__inner-content h2 {
        font-size: 24px;
    }
    .widget__inner-content p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .widget__btn {
        width: 245px;
        height: 35px;
    }
}
@media (max-width: 767.8px) {
    .selection__right .inputfield .dropdown-box {
        width: 100%;
    }
    .selection__right .inputrow {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .selection__right .inputrow .checkfield,
    .selection__right .inputrow .info-text {
        width: 100%;
    }
    .selection__right .inputfield.phone-field ul {
        width: 100%;
    }
    .selection__right .inputfield {
        margin-bottom: 30px;
        width: 100%;
    }
    .heroscreen__filter-item:first-child .dropdown-box {
        width: 100%;
    }
    .heroscreen__filter-item:nth-child(2) .dropdown-box,
    .heroscreen__filter-item:nth-child(3) .dropdown-box {
        width: 100%;
    }
    .heroscreen__filter .filter-btn {
        width: 100%;
    }
    .advantages__item h5.accordeon-head {
        pointer-events: initial;
    }
    .heroscreen__video {
        display: none;
    }
    .heroscreen__title {
        margin-bottom: 45px;
    }
    .heroscreen__bg {
        display: none;
    }
    .heroscreen__inner {
        padding-top: 155px;
    }
    .heroscreen__btn a {
        width: 223px;
        height: 38px;
        margin-bottom: 70px;
    }
    .heroscreen {
        position: relative;
    }
    .heroscreen__bg-mobile {
        position: absolute;
        display: block;
        top: 30px;
        left: 0;
        width: 100%;
        background-size: cover;
    }
    .proposition {
        padding: 0 0 70px;
    }
    .heroscreen__filter button {
        width: 100%;
        margin-top: 8px;
    }
    .heroscreen__filter-item {
        width: 100%;
        margin-bottom: 24px;
    }
    .proposition__head .wiew-all {
        display: none;
    }
    .proposition__slider-arrows {
        display: none;
    }
    .wiew-all-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 14px;
        padding: 10px 0;
    }
    .wiew-all-mobile img {
        margin-right: 8px;
    }
    .wiew-all-mobile a {
        color: var(--Black, #050505);
        text-align: center;
        font-family: Mont;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 170%;
        letter-spacing: 0.15px;
    }
    .advantages__item {
        -webkit-transition: none;
        transition: none;
        padding: 0 0 45px;
        min-height: auto;
    }
    .advantages__item .descr {
        display: none;
    }
    .advantages__item:hover {
        background: transparent;
    }
    .advantages__item:hover .advantages__icon svg path {
        fill: #159e34;
    }
    .advantages__item:hover h5,
    .advantages__item:hover p {
        color: #050505;
    }
    .advantages__item h5 {
        position: relative;
        padding-right: 20%;
        cursor: pointer;
        -webkit-transition: none;
        transition: none;
    }
    .advantages__item h5 i {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        border: 1px solid var(--Black-shade-9, #e6e6e6);
    }
    .advantages__item h5 i:after,
    .advantages__item h5 i:before {
        content: "";
        width: 14px;
        height: 1px;
        background-color: #050505;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: 0.4s;
        transition: 0.4s;
        -webkit-transform-origin: center;
        transform-origin: center;
    }
    .advantages__item h5 i:before {
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        transform: translate(-50%, -50%) rotate(-90deg);
    }
    .advantages__item h5.active i:before {
        -webkit-transform: rotate(0deg) translate(0%, 0%);
        transform: rotate(0deg) translate(0%, 0%);
        left: 32%;
    }
    .advantages__title {
        margin-bottom: 34px;
    }
    .count__inner-content > span {
        font-size: 16px;
        line-height: 142%;
    }
    .count__inner-row li + li {
        margin: 15px 0 0;
    }
    .count__inner-row li p {
        font-size: 32px;
        line-height: 162%;
    }
    .count__inner {
        height: 660px;
        border-radius: 25px;
    }
    .selection {
        padding: 64px 0 48px;
    }
    .selection__right button {
        margin-top: 18px;
    }
    .checkfield {
        margin-bottom: 16px;
    }
    .selection:after {
        height: 40%;
    }
    .selection__left h2 {
        font-size: 24px;
        margin-bottom: 16px;
    }
    .selection__left p {
        font-size: 12px;
        line-height: 16px;
    }
    .textimonials__title {
        margin-bottom: 24px;
    }
    .textimonials__slider-arrows .textimonials__slider-next,
    .textimonials__slider-arrows .textimonials__slider-prev {
        width: 48px;
        height: 32px;
        margin: 0 16px;
    }
    .textimonials__slide {
        width: 97%;
    }
    .partners__title {
        font-size: 24px;
    }
    .partners__item {
        margin-bottom: 32px;
    }
    .partners {
        padding-bottom: 60px;
        text-align: center;
    }
    .widget__inner-content {
        max-width: 80%;
        width: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: initial;
        top: 110px;
    }
    .widget__inner-content h2 {
        margin-bottom: 20px;
        font-size: 28px;
    }
    .widget__inner-content p {
        margin-bottom: 30px;
    }
    .widget__btn {
        width: 100%;
        height: 40px;
    }
}
@media (max-width: 575.8px) {
    .heroscreen__title {
        margin-bottom: 24px;
    }
    .heroscreen__inner {
        padding-top: 115px;
    }
    .heroscreen__descr p {
        margin-bottom: 16px;
    }
    .heroscreen__filter {
        padding: 24px 16px;
    }
    .proposition__head {
        margin-bottom: 24px;
    }
    .proposition {
        padding: 0 0 56px;
    }
    .advantages__title {
        margin-bottom: 24px;
    }
    .advantages__icon {
        width: 40px;
        height: 40px;
    }
    .advantages__item {
        padding: 0 0 32px;
        margin-bottom: 0px;
    }
    .advantages__item h5 {
        font-size: 18px;
    }
    .count__title {
        margin-bottom: 24px;
    }
    .count {
        padding-bottom: 56px;
    }
    .count__inner-row {
        margin-top: 8px;
    }
    .count__inner-content > h3 {
        margin-bottom: 0;
        line-height: 130%;
    }
    .count__inner-content {
        padding: 24px 16px 0;
    }
    .count__inner img {
        position: relative;
        bottom: 0;
        left: 0;
    }
    .count__inner {
        height: auto;
    }
    .count__inner-row li + li {
        margin: 8px 0 0;
    }
    .textimonials__slide-row .author .author-info p {
        font-size: 14px;
        margin-bottom: 0;
        line-height: 145%;
    }
    .textimonials__slide-row .author .author-info span {
        font-size: 11px;
        line-height: 145%;
    }
    .textimonials__slide-row .author img {
        width: 40px;
        height: 40px;
        margin-right: 8px;
    }
    .textimonials__slide-row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .textimonials__slide-row .company img {
        height: 24px;
    }
    .textimonials__slide-descr p {
        font-size: 14px;
    }
    .textimonials {
        padding: 56px 0 56px;
    }
    .partners__title {
        margin-bottom: 32px;
    }
    .partners__item {
        height: 24px;
    }
    .widget__inner-content {
        top: 40px;
    }
    .widget__inner-content p {
        font-size: 12px;
        line-height: 16px;
    }
    .widget__inner-content h2 {
        font-size: 24px;
        margin-bottom: 8px;
    }
    .widget__inner {
        border-radius: 20px;
        overflow: hidden;
    }
    .partners {
        padding-bottom: 24px;
        text-align: center;
    }
}
@media (max-width: 350px) {
    .proposition__slide {
        max-width: 290px;
    }
    .count__inner-content > h3 {
        font-size: 35px;
    }
    .count__inner-row li p {
        font-size: 30px;
        line-height: 120%;
    }
    .widget__inner-content {
        top: 30px;
    }
    .widget__inner-content p {
        margin-bottom: 15px;
    }
}
.own-heroscreen {
    position: relative;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 600px;
}
.own-heroscreen:after {
    content: "";
    position: absolute;
    top: 0;
    left: -20%;
    background: radial-gradient(43.06% 30.55% at 49.7% 45.82%, #050505 0%, rgba(5, 5, 5, 0) 100%);
    z-index: 1;
    width: 100%;
    height: 100%;
}
.own-heroscreen__inner {
    position: relative;
    z-index: 2;
}
.own-heroscreen__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}
.own-heroscreen__title {
    color: #fbfbfb;
    margin-bottom: 29px;
    max-width: 790px;
}
.own-heroscreen__descr {
    max-width: 360px;
}
.own-heroscreen__descr p {
    color: #d1d1d1;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.3px;
    margin-bottom: 29px;
}
.own-heroscreen__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 206px;
}
.own-heroscreen__btn img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}
.numbers {
    padding: 160px 0 40px;
}
.numbers__item {
    margin-bottom: 95px;
}
.numbers__item-count p {
    color: var(--Black, #050505);
    font-size: 80px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.numbers__item-descr {
    color: rgba(60, 60, 60, 0.7);
    font-family: Mont;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.steps {
    padding-bottom: 194px;
}
.steps .steps__title {
    color: var(--Black, #050505);
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 120px;
}
.steps__inner .linesect {
    position: relative;
}
.steps__inner .linesect:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #050505;
    z-index: 1;
}
.steps__inner-row {
    position: relative;
}
.steps__inner-row .col-lg-5 {
    margin-bottom: 180px;
}
.steps__inner-row:first-child .col-lg-5 {
    margin-bottom: 80px;
}
.steps__inner-row .step-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: #050505;
    border-radius: 50%;
    position: absolute;
    font-size: 18px;
    line-height: 130%;
    color: #fbfbfb;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
}
.steps__inner-row:last-child {
    padding-top: 128px;
}
.steps__inner-img {
    text-align: center;
}
.steps__inner-img img {
    max-width: 100%;
}
.steps__inner-content h4 {
    color: var(--Black, #050505);
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.steps__inner-content > ul {
    margin-top: 40px;
}
.steps__inner-content > ul > li {
    padding: 32px 0;
    border-bottom: 1px solid #d1d1d1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.steps__inner-content > ul > li .row-info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px;
}
.steps__inner-content > ul > li .row-info span {
    padding: 4px 16px;
    border-radius: 100px;
    border: 1px solid var(--Black, #050505);
    color: var(--Black, #050505);
    font-family: Mont;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.15px;
}
.steps__inner-content > ul > li .row-info span + span {
    margin-left: 8px;
}
.steps__inner-content > ul > li .descr {
    width: calc(100% - 48px);
}
.steps__inner-content > ul > li:first-child {
    border-top: 1px solid #d1d1d1;
}
.steps__inner-content > ul > li ul {
    padding-left: 20px;
}
.steps__inner-content > ul > li ul li {
    list-style: disc;
}
.steps__inner-content > ul > li ul li::marker {
    font-size: 12px;
}
.steps__inner-content > ul > li p + p {
    margin-top: 16px;
}
.steps__inner-content > ul img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 16px;
}
.steps__inner-content p {
    color: var(--Black, #050505);
    font-family: Mont;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.3px;
}
.steps__inner-content > p {
    padding-top: 8px;
    color: var(--Black-shade-5, #828282);
    font-family: Mont;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.1px;
}
.steps__inner-btn {
    margin-top: 72px;
    width: 246px;
}
.objects {
    padding: 0 0 120px;
}
.objects__title {
    margin-bottom: 48px;
}
.objects__slider .swiper-slide {
    max-width: 322px;
}
.objects__slide {
    width: 100%;
    border-radius: 16px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border: 3px solid transparent;
    position: relative;
}
.objects__slide:before {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    border: 3px solid #159e34;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 17px;
}
.objects__slide:hover:before {
    opacity: 1;
}
.objects__slide-image {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    height: 197px;
    border-radius: 16px 16px 0 0;
    border-bottom: none;
    overflow: hidden;
}
.objects__slide-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}
.gallery-slider {
    width: 100%;
    height: 100%;
}
.gallery-slider .slider-prev {
    background-image: url(../img/svg/slider-arrow-prev.svg);
    left: 0;
}
.gallery-slider .slider-next {
    background-image: url(../img/svg/slider-arrow-next.svg);
    right: 0;
}
.gallery-slider .slider-next,
.gallery-slider .slider-prev {
    position: absolute;
    z-index: 22;
    width: 40px;
    height: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: cover;
}
.gallery-slider .slider-next:after,
.gallery-slider .slider-prev:after {
    display: none;
}
.gallery-slider .swiper-pagination-fraction {
    bottom: 0;
    padding-bottom: 5px;
    left: 0;
    width: 100%;
    color: var(--White, #fbfbfb);
    text-align: center;
    font-family: Mont;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 23, 58, 0)), to(rgba(5, 5, 5, 0.7)));
    background: linear-gradient(180deg, rgba(7, 23, 58, 0) 0%, rgba(5, 5, 5, 0.7) 100%);
}
.objects__slide-info {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: var(--White, #fbfbfb);
    padding: 16px 24px;
    height: 150px;
    position: relative;
    border: 1px solid var(--Light-grey, #d1d1d1);
    border-top: none;
    border-radius: 0 0 16px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.objects__slide-head {
    padding-bottom: 8px;
    border-bottom: 1px solid #d9d9d9;
}
.objects__slide-head p {
    color: var(--Black, #050505);
    font-family: Mont;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.15px;
}
.objects__slide-head span {
    color: rgba(60, 60, 60, 0.8);
    font-family: Mont;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.objects__slide-bottom {
    margin: auto 0 0 0;
}
.objects__slide-bottom p {
    overflow: hidden;
    color: rgba(60, 60, 60, 0.7);
    text-overflow: ellipsis;
    font-family: Mont;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 4px;
}
.objects__slide-bottom span {
    color: rgba(60, 60, 60, 0.7);
    font-family: Mont;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0.1px;
}
.objects__slide-row span {
    margin-right: 8px;
}
.objects__slide-row span:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    margin-left: 8px;
    background: rgba(60, 60, 60, 0.7);
}
.objects__slide-row span:last-child {
    margin-right: 0;
}
.objects__slide-row span:last-child:after {
    display: none;
}
.objects__slider-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    margin-top: 24px;
}
.objects__slider-arrows .swiper-button-next,
.objects__slider-arrows .swiper-button-prev {
    border-radius: 100px;
    border: 1px solid rgba(5, 5, 5, 0.3);
    width: 64px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
    margin: 0 28px;
    transition: 0.3s;
}
.objects__slider-arrows .swiper-button-next svg path,
.objects__slider-arrows .swiper-button-prev svg path {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.objects__slider-arrows .swiper-button-next:hover,
.objects__slider-arrows .swiper-button-prev:hover {
    border: 1px solid rgb(5, 5, 5);
    background: var(--Black, #050505);
}
.objects__slider-arrows .swiper-button-next:hover svg path,
.objects__slider-arrows .swiper-button-prev:hover svg path {
    fill: #fff;
    fill-opacity: 1;
}
.objects__slider-arrows .swiper-button-next:after,
.objects__slider-arrows .swiper-button-prev:after {
    display: none;
}
.questions {
    padding: 160px 0 120px;
}
.questions__title {
    margin-bottom: 54px;
}
.questions__item {
    padding: 40px 0;
    border-bottom: 1px solid #d1d1d1;
}
.questions__item:first-child {
    border-top: 1px solid #d1d1d1;
}
.questions__item .descr {
    padding-top: 50px;
    display: none;
}
.questions__item .descr ol,
.questions__item .descr ul {
    padding-left: 20px;
}
.questions__item .descr li,
.questions__item .descr p {
    color: rgba(33, 33, 33, 0.8);
    font-family: Mont;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
}
.questions__item-head {
    padding-right: 50px;
    position: relative;
    color: var(--Black, #050505);
    font-family: Mont;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    cursor: pointer;
}
.questions__item-head i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid var(--Black-shade-9, #e6e6e6);
}
.questions__item-head i:after,
.questions__item-head i:before {
    content: "";
    width: 14px;
    height: 1px;
    background-color: #050505;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform-origin: center;
    transform-origin: center;
}
.questions__item-head i:before {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
}
.questions__item-head.active i:before {
    -webkit-transform: rotate(0deg) translate(-50%, -50%);
    transform: rotate(0deg) translate(-50%, -50%);
    left: 50%;
}
.popup__window {
    width: 100%;
    height: 100vh;
    position: fixed;
    overflow-y: scroll;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    background: rgba(33, 33, 33, 0.25);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 90;
}
.popup__window.popup-call .form-btn {
    margin: 8px 0 0 auto;
}
.popup__window::-webkit-scrollbar {
    width: 0px;
    background: rgba(255, 255, 255, 0);
}
.popup__window.active {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}
.popup__window.active .popup__body {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.popup__wrapper {
    min-height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.popup__body {
    background: #050505;
    -webkit-box-shadow: 0px 4px 4px rgba(28, 75, 133, 0.05);
    box-shadow: 0px 4px 4px rgba(28, 75, 133, 0.05);
    border-radius: 8px;
    max-width: 668px;
    width: 100%;
    padding: 100px 63px 85px;
    position: relative;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    overflow: hidden;
}
.popup__body .popup-frame {
    position: absolute;
    top: 0;
    left: 0;
}
.popup__body .popup__close {
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}
.popup__body .popup__close img {
    width: 24px;
    height: 24px;
}
.popup__head {
    margin: 0 auto 24px;
    max-width: 550px;
}
.popup__head h2 {
    color: var(--White, #fbfbfb);
    text-align: center;
    font-family: Mont;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 16px;
}
.popup__head p {
    color: var(--Light-grey, #d1d1d1);
    text-align: center;
    font-family: Mont;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.3px;
}
.popup__content {
    max-width: 436px;
    margin: 0 auto;
}
.popup__content .form {
    max-width: 438px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.popup__content .form .infotext {
    color: #fbfbfb;
    text-align: right;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1px;
    width: 100%;
    margin-top: 8px;
}
.popup__content .inputfield {
    width: 206px;
    margin-top: 32px;
    position: relative;
}
.popup__content .inputfield.has-dropdown {
    cursor: pointer;
}
.popup__content .inputfield .dropdown-box {
    border-radius: 16px;
    background: var(--White, #fbfbfb);
    -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.09);
    position: absolute;
    z-index: 25;
    top: calc(100% + 2px);
    left: 0;
    display: none;
}
.popup__content .inputfield .dropdown-box ul {
    padding: 8px;
}
.popup__content .inputfield .dropdown-box ul li {
    width: 100%;
    display: inline-block;
    border-radius: 8px;
    padding: 8px 15px 8px 15px;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 8px;
    cursor: pointer;
}
.popup__content .inputfield .dropdown-box ul li:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 8px;
    background-image: url(../img/svg/done_icon.svg);
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.popup__content .inputfield .dropdown-box ul li.active:before {
    opacity: 1;
}
.popup__content .inputfield .dropdown-box ul li:hover {
    background: rgba(209, 209, 209, 0.3);
}
.popup__content .inputfield.area:after,
.popup__content .inputfield.price:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    right: 16px;
    top: 65%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
}
.popup__content .inputfield.text {
    width: 100%;
}
.popup__content .inputfield.price:after {
    background-image: url(../img/svg/dollar-icon.svg);
}
.popup__content .inputfield.area:after {
    background-image: url(../img/svg/area_metres.svg);
}
.popup__content .inputfield.operation .has-dropdown:after {
    background-image: url(../img/svg/lang_arrow_white.svg);
    top: 70%;
}
.popup__content .inputfield p {
    color: var(--White, #fbfbfb);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1px;
    margin-bottom: 4px;
}
.popup__content .inputfield textarea {
    resize: none;
    height: 110px;
    width: 100%;
    border-radius: 16px;
    border: 1px solid rgba(209, 209, 209, 0.8);
    color: rgba(209, 209, 209, 0.8);
    font-family: Mont;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1px;
    padding: 9px 16px;
    background: transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    outline: none;
}
.popup__content .inputfield textarea::-webkit-input-placeholder {
    color: rgba(209, 209, 209, 0.8);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.popup__content .inputfield textarea::-moz-placeholder {
    color: rgba(209, 209, 209, 0.8);
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.popup__content .inputfield textarea:-ms-input-placeholder {
    color: rgba(209, 209, 209, 0.8);
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.popup__content .inputfield textarea::-ms-input-placeholder {
    color: rgba(209, 209, 209, 0.8);
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.popup__content .inputfield textarea::placeholder {
    color: rgba(209, 209, 209, 0.8);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.popup__content .inputfield textarea:hover {
    border: 1px solid #fbfbfb;
    color: #fbfbfb;
}
.popup__content .inputfield textarea:hover::-webkit-input-placeholder {
    color: #fbfbfb;
}
.popup__content .inputfield textarea:hover::-moz-placeholder {
    color: #fbfbfb;
}
.popup__content .inputfield textarea:hover:-ms-input-placeholder {
    color: #fbfbfb;
}
.popup__content .inputfield textarea:hover::-ms-input-placeholder {
    color: #fbfbfb;
}
.popup__content .inputfield textarea:hover::placeholder {
    color: #fbfbfb;
}
.popup__content .inputfield textarea:focus {
    border: 1px solid #159e34;
    -webkit-box-shadow: 0px 0px 1px 0px #159e34;
    box-shadow: 0px 0px 1px 0px #159e34;
    color: #fbfbfb;
}
.popup__content .inputfield textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}
.popup__content .inputfield textarea:focus::-moz-placeholder {
    opacity: 0;
}
.popup__content .inputfield textarea:focus:-ms-input-placeholder {
    opacity: 0;
}
.popup__content .inputfield textarea:focus::-ms-input-placeholder {
    opacity: 0;
}
.popup__content .inputfield textarea:focus::placeholder {
    opacity: 0;
}
.popup__content .inputfield input[type="text"] {
    width: 100%;
    border-radius: 100px;
    border: 1px solid rgba(209, 209, 209, 0.8);
    color: rgba(209, 209, 209, 0.8);
    font-family: Mont;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1px;
    padding: 10px 16px;
    background: transparent;
    cursor: pointer;
}
.popup__content .inputfield input[type="text"]::-webkit-input-placeholder {
    color: rgba(209, 209, 209, 0.8);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.popup__content .inputfield input[type="text"]::-moz-placeholder {
    color: rgba(209, 209, 209, 0.8);
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.popup__content .inputfield input[type="text"]:-ms-input-placeholder {
    color: rgba(209, 209, 209, 0.8);
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.popup__content .inputfield input[type="text"]::-ms-input-placeholder {
    color: rgba(209, 209, 209, 0.8);
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.popup__content .inputfield input[type="text"]::placeholder {
    color: rgba(209, 209, 209, 0.8);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.popup__content .inputfield input[type="text"]:focus::-webkit-input-placeholder {
    opacity: 0;
}
.popup__content .inputfield input[type="text"]:focus::-moz-placeholder {
    opacity: 0;
}
.popup__content .inputfield input[type="text"]:focus:-ms-input-placeholder {
    opacity: 0;
}
.popup__content .inputfield input[type="text"]:focus::-ms-input-placeholder {
    opacity: 0;
}
.popup__content .inputfield input[type="text"]:focus::placeholder {
    opacity: 0;
}
.popup__content .inputfield input::-webkit-input-placeholder {
    color: rgba(209, 209, 209, 0.8);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.popup__content .inputfield input::-moz-placeholder {
    color: rgba(209, 209, 209, 0.8);
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.popup__content .inputfield input:-ms-input-placeholder {
    color: rgba(209, 209, 209, 0.8);
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.popup__content .inputfield input::-ms-input-placeholder {
    color: rgba(209, 209, 209, 0.8);
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.popup__content .inputfield input::placeholder {
    color: rgba(209, 209, 209, 0.8);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.popup__content .inputfield input:hover {
    border: 1px solid #fbfbfb;
    color: #fbfbfb;
}
.popup__content .inputfield input:hover::-webkit-input-placeholder {
    color: #fbfbfb;
}
.popup__content .inputfield input:hover::-moz-placeholder {
    color: #fbfbfb;
}
.popup__content .inputfield input:hover:-ms-input-placeholder {
    color: #fbfbfb;
}
.popup__content .inputfield input:hover::-ms-input-placeholder {
    color: #fbfbfb;
}
.popup__content .inputfield input:hover::placeholder {
    color: #fbfbfb;
}
.popup__content .inputfield input:focus {
    border: 1px solid var(--Accent-darker-green, #159e34);
    -webkit-box-shadow: 0px 0px 1px 0px #159e34;
    box-shadow: 0px 0px 1px 0px #159e34;
    color: #fbfbfb;
}
.popup__content .inputfield input:focus::-webkit-input-placeholder {
    opacity: 0;
}
.popup__content .inputfield input:focus::-moz-placeholder {
    opacity: 0;
}
.popup__content .inputfield input:focus:-ms-input-placeholder {
    opacity: 0;
}
.popup__content .inputfield input:focus::-ms-input-placeholder {
    opacity: 0;
}
.popup__content .inputfield input:focus::placeholder {
    opacity: 0;
}
.popup__content .inputfield.phone-field {
    cursor: pointer;
}
.popup__content .inputfield.phone-field .triger {
    width: 50px;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer;
    z-index: 3;
    background-color: #fff;
    border-radius: 100px 0 0 100px;
    background: transparent;
}
.popup__content .inputfield.phone-field .flag {
    position: absolute;
    width: 16px;
    height: 11px;
    background-size: cover;
    top: 38px;
    left: 16px;
}
.popup__content .inputfield.phone-field label:after {
    content: "";
    position: absolute;
    background-image: url(../img/svg/arrow-field-phone.svg);
    width: 18px;
    height: 18px;
    left: 36px;
    top: 35px;
    cursor: pointer;
}
.popup__content .inputfield.phone-field input {
    padding-left: 62px;
    cursor: pointer;
}
.popup__content .inputfield.phone-field ul {
    border-radius: 16px;
    background: var(--White, #fbfbfb);
    -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.04);
    padding: 8px;
    width: 290px;
    position: absolute;
    z-index: 9;
    top: calc(100% + 10px);
    display: none;
}
.popup__content .inputfield.phone-field ul li {
    padding: 8px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 8px;
}
.popup__content .inputfield.phone-field ul li:hover {
    background: rgba(209, 209, 209, 0.3);
}
.popup__content .inputfield.phone-field ul li p {
    margin: 0 auto 0 0;
    color: #050505;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.1px;
}
.popup__content .inputfield.phone-field ul li img {
    width: 16px;
    height: 11px;
    margin-left: 4px;
    -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.15));
}
.form-btn {
    width: 204px;
    height: 38px;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px 0 0 auto;
}
.form-btn:before {
    content: "";
    background-image: url(../img/svg/form_btn_icon.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
@media (max-width: 1439.8px) {
    .own-heroscreen__title {
        max-width: 700px;
    }
}
@media (max-width: 1399.8px) {
    .steps .steps__title {
        font-size: 32px;
        margin-bottom: 90px;
    }
    .numbers {
        padding: 140px 0 40px;
    }
    .numbers__item-count p {
        font-size: 68px;
    }
    .own-heroscreen__title {
        max-width: 550px;
    }
}
@media (max-width: 1199.8px) {
    .steps {
        padding-bottom: 120px;
    }
    .steps__inner-row .col-lg-5 {
        margin-bottom: 100px;
    }
    .steps__inner-content h4 {
        font-size: 22px;
    }
    .steps__inner-btn {
        margin-top: 50px;
    }
    .steps__inner-content > ul {
        margin-top: 32px;
    }
    .steps__inner-content > ul > li {
        padding: 25px 0;
    }
    .questions {
        padding: 130px 0 100px;
    }
}
@media (max-width: 991.8px) {
    .popup__head {
        margin: 0px auto 40px;
    }
    .popup__head h2 {
        font-size: 30px;
    }
    .popup__body {
        padding: 80px 20px 45px;
    }
    .steps__inner-row .step-number {
        position: relative;
    }
    .steps__inner-row .step-number:after,
    .steps__inner-row .step-number:before {
        content: "";
        position: absolute;
        z-index: 1;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 3px;
        height: 61px;
        border-radius: 4px;
        background-color: #050505;
    }
    .steps__inner-row .step-number:before {
        top: -60px;
    }
    .steps__inner-row .step-number:after {
        bottom: -60px;
    }
    .steps__inner-row:first-child .step-number:before {
        display: none;
    }
    .steps__inner-row:first-child .col-lg-5 {
        margin-bottom: 92px;
    }
    .steps__inner-row:last-child {
        padding-top: 0;
    }
    .steps__inner-row .col-lg-5 {
        padding-top: 92px;
        margin-bottom: 92px;
    }
    .steps__inner-row .col-lg-6 {
        padding-top: 92px;
    }
    .steps .steps__title {
        font-size: 28px;
        margin-bottom: 80px;
    }
    .steps {
        padding-bottom: 90px;
    }
    .col-lg-5.image-col {
        display: none;
    }
    .steps__inner .linesect:after {
        display: none;
    }
    .questions__item .descr {
        padding-top: 35px;
    }
    .objects {
        padding: 0 0 90px;
    }
    .numbers {
        padding: 100px 0 40px;
    }
    .numbers__item-count p {
        font-size: 52px;
    }
    .numbers__item {
        margin-bottom: 60px;
    }
    .own-heroscreen__title {
        max-width: 440px;
    }
    .own-heroscreen:after {
        background: -webkit-gradient(linear, left top, right top, from(#050505), color-stop(151.53%, rgba(5, 5, 5, 0)));
        background: linear-gradient(90deg, #050505 0%, rgba(5, 5, 5, 0) 151.53%);
        left: 0;
    }
}
@media (max-width: 767.8px) {
    .popup__body .popup__close {
        top: 0;
        right: 0;
    }
    .popup__window {
        background: #050505;
    }
    .popup__body .popup-frame {
        display: none;
    }
    .popup__content button {
        width: 100%;
        height: 40px;
    }
    .popup__body {
        padding: 75px 10px 45px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .popup__head {
        margin: 0px auto 0px;
    }
    .popup__head p {
        font-size: 12px;
    }
    .popup__head h2 {
        font-size: 24px;
    }
    .popup__content .inputfield {
        width: 100%;
        margin-top: 30px;
    }
    .steps__inner-content h4 {
        text-align: center;
    }
    .steps__inner-content > p {
        text-align: center;
    }
    .steps__inner-content > ul > li .row-info {
        margin-bottom: 24px;
    }
    .steps__inner-content > ul > li .row-info span {
        padding: 2px 16px;
    }
    .steps__inner-btn {
        margin-top: 32px;
        width: 100%;
    }
    .steps__inner-content > ul > li {
        padding: 16px 0;
    }
    .steps__inner-row .step-number {
        width: 40px;
        height: 40px;
    }
    .steps .steps__title {
        margin-bottom: 22px;
    }
    .questions__item-head {
        font-size: 22px;
    }
    .questions {
        padding: 90px 0 70px;
    }
    .questions__title {
        margin-bottom: 40px;
    }
    .objects__slider-arrows .swiper-button-next,
    .objects__slider-arrows .swiper-button-prev {
        width: 48px;
        height: 32px;
        margin: 0 16px;
    }
    .numbers__item-count p {
        font-size: 45px;
    }
}
@media (max-width: 575.8px) {
    .steps {
        padding-bottom: 65px;
    }
    .questions__item .descr {
        padding-top: 24px;
    }
    .questions__title {
        margin-bottom: 27px;
    }
    .questions__item-head {
        font-size: 18px;
    }
    .questions {
        padding: 48px 0 40px;
    }
    .objects__title {
        margin-bottom: 24px;
    }
    .objects {
        padding: 0 0 64px;
    }
    .numbers {
        padding: 32px 0 30px;
    }
    .numbers__item {
        margin-bottom: 24px;
    }
    .numbers__item-count p {
        font-size: 45px;
    }
    .numbers__item-count p {
        font-size: 32px;
    }
}
@media (max-width: 359.8px) {
    .steps__inner-content > ul > li .row-info span {
        padding: 2px 14px;
        font-size: 16px;
    }
}
.cp-heroscreen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 236px;
    height: 626px;
}
.cp-heroscreen__inner {
    text-align: center;
}
.cp-heroscreen__inner h1 {
    text-align: center;
    font-weight: 500;
    margin-bottom: 27px;
}
.cp-heroscreen__inner p {
    color: rgba(5, 5, 5, 0.7);
    text-align: center;
    font-family: Mont;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.15px;
    margin-bottom: 34px;
}
.cp-heroscreen__inner a {
    width: 225px;
    height: 48px;
    margin: 0 auto;
    color: #fff;
    border-radius: 100px;
    background: var(--Accent-darker-green, #159e34);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--White, #fbfbfb);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.15px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.cp-heroscreen__inner a:hover {
    background: #1fa83e;
}
.cp-heroscreen__inner a img {
    width: 18px;
    height: 18px;
    background-size: cover;
    margin-right: 8px;
    margin-bottom: 3px;
}
.cp-services {
    background: var(--Black, #050505);
    padding: 64px 0 86px;
}
.cp-services__title {
    max-width: 670px;
    color: var(--Light-grey, #d1d1d1);
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin: 0 auto 104px;
}
.cp-services__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cp-services__item .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(34, 241, 0, 0.2);
    margin-right: 24px;
    width: 48px;
    height: 48px;
}
.cp-services__item p {
    color: var(--White, #fbfbfb);
    font-family: Mont;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    max-width: 350px;
    width: calc(100% - 72px);
}
.cp-values {
    padding: 120px 0 140px;
}
.cp-values__content li {
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #d1d1d1;
}
.cp-values__content li span {
    margin-right: 24px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-weight: 500;
    background: var(--Black, #050505);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
}
.cp-values__content li p {
    color: var(--Black, #050505);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    width: calc(100% - 72px);
}
.cp-feedback {
    padding-bottom: 120px;
}
.cp-feedback__title {
    margin-bottom: 54px;
}
.cp-feedback__title h2 {
    text-align: center;
}
.cp-feedback__video {
    border-radius: 16px;
    overflow: hidden;
}
.cp-feedback__video .plyr--video {
    height: 380px;
}
.cp-feedback__image {
    border-radius: 16px;
    overflow: hidden;
}
.cp-feedback__image img {
    width: 100%;
    height: 380px;
    -o-object-fit: cover;
    object-fit: cover;
}
.cp-corporate {
    padding-bottom: 100px;
}
.cp-corporate__top {
    margin-bottom: 104px;
}
.cp-corporate__descr p {
    color: var(--Black, #050505);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.3px;
}
.cp-corporate__gallery-mobile {
    display: none;
}
.cp-corporate__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 27px;
}
.cp-corporate__img {
    border-radius: 16px;
    overflow: hidden;
}
.cp-corporate__img img {
    height: 227px;
    background-size: cover;
}
.cp-vacancies {
    padding-bottom: 120px;
}
.cp-vacancies__title {
    margin-bottom: 24px;
    max-width: 550px;
}
.cp-vacancies__descr {
    max-width: 500px;
}
.cp-vacancies__descr p {
    color: rgba(5, 5, 5, 0.7);
    font-family: Mont;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.15px;
}
.cp-vacancies__descr p + p {
    margin-top: 15px;
}
.cp-vacancies__descr a {
    color: #387feb;
    font-family: Mont;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    line-height: 24px;
    letter-spacing: 0.15px;
    text-decoration-line: underline;
}
.cp-vacancies__box {
    width: 100%;
    border-radius: 16px;
    border: 1px solid var(--Light-grey, #d1d1d1);
    background: var(--White, #fbfbfb);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 219px;
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 24px;
    margin-bottom: 24px;
}
.cp-vacancies__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.cp-vacancies__row h3 {
    color: var(--Black, #050505);
    font-family: Mont;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.cp-vacancies__row span {
    color: rgba(5, 5, 5, 0.7);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.15px;
}
.cp-vacancies__row a {
    padding: 10px 24px 10px 16px;
    margin: 0 0 0 auto;
}
.cp-faq {
    padding-bottom: 120px;
}
.cp-faq__title {
    max-width: 550px;
    margin-bottom: 24px;
}
.cp-faq__descr {
    max-width: 500px;
}
.cp-faq__descr p {
    color: rgba(5, 5, 5, 0.7);
    font-family: Mont;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.15px;
}
.cp-faq__descr p + p {
    margin-top: 15px;
}
.cp-faq__descr a {
    color: #387feb;
    font-family: Mont;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    line-height: 24px;
    letter-spacing: 0.15px;
    text-decoration-line: underline;
}
.cp-faq__row {
    padding-right: 70px;
    border-bottom: 1px solid #d1d1d1;
}
.cp-faq__row .accordeon-head {
    padding: 40px 0;
    position: relative;
    cursor: pointer;
}
.cp-faq__row .accordeon-head h4 {
    color: var(--Black, #050505);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.cp-faq__row .accordeon-head i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -70px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid var(--Black-shade-9, #e6e6e6);
}
.cp-faq__row .accordeon-head i:after,
.cp-faq__row .accordeon-head i:before {
    content: "";
    width: 14px;
    height: 1px;
    background-color: #050505;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform-origin: center;
    transform-origin: center;
}
.cp-faq__row .accordeon-head i:before {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
}
.cp-faq__row .accordeon-head.active i:before {
    -webkit-transform: rotate(0deg) translate(-50%, -50%);
    transform: rotate(0deg) translate(-50%, -50%);
    left: 50%;
}
.cp-faq__row .descr {
    display: none;
    padding: 16px 0 40px;
}
.cp-faq__row .descr ol {
    padding-left: 25px;
}
.cp-faq__row .descr li,
.cp-faq__row .descr p {
    color: rgba(5, 5, 5, 0.7);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.3px;
}
.cp-faq__row .descr .big-list li + li {
    margin-top: 25px;
}
.cp-faq__row .descr p + p {
    margin-top: 20px;
}
.cp-faq__row .descr ol,
.cp-faq__row .descr ul {
    margin-bottom: 20px;
}
.cp-form {
    margin-bottom: 120px;
}
.cp-form__inner {
    position: relative;
    padding: 60px 0 88px;
    border-radius: 16px;
    overflow: hidden;
    background-color: #050505;
}
.cp-form__inner:after {
    content: "";
    background-image: url(../img/svg/frame_form.svg);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.cp-form__inner .selection__right .formbtn {
    margin-top: 56px;
}
.remove-file {
    border: none;
    background-color: transparent;
    width: 18px;
    height: 18px;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}
.remove-file img {
    margin: 0;
    width: 100%;
    height: 100%;
}
.popup__window.popup-not-supported {
    background: rgba(33, 33, 33, 0.25);
}
.popup__window.popup-not-supported .popup__body {
    max-width: 700px;
    border-radius: 16px;
    background: var(--Light-grey-shade-8, #f6f6f6);
    -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
    padding: 32px 24px;
}
.popup__window.popup-not-supported .popup__content {
    max-width: 100%;
}
.popup__window.popup-not-supported .popup__content p {
    color: rgba(5, 5, 5, 0.7);
    font-family: Mont;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.15px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #d1d1d1;
}
.popup__window.popup-not-supported .popup__content .popup__close {
    text-align: right;
    display: block;
    position: relative;
    right: initial;
    width: 100%;
}
.popup__window.popup-not-supported .popup__content .popup__close span {
    color: var(--Black, #050505);
    font-family: Mont;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.15px;
    display: inline-block;
    margin: 0 0 0 auto;
    padding: 10px 24px;
    border-radius: 100px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.popup__window.popup-not-supported .popup__content .popup__close span:hover {
    background: var(--Light-grey-shade-5, #e8e8e8);
}
@media (max-width: 1599.8px) {
    .cp-feedback__video .plyr--video {
        height: 344px;
    }
    .cp-feedback__image img {
        height: 344px;
    }
}
@media (max-width: 1399.8px) {
    .cp-feedback__video .plyr--video {
        height: 320px;
    }
    .cp-feedback__image img {
        height: 320px;
    }
    .cp-services__title {
        margin: 0 auto 70px;
    }
    .cp-form__inner {
        padding: 60px 50px 88px;
    }
    .cp-services__item p {
        font-size: 18px;
    }
}
@media (max-width: 1199.8px) {
    .cp-faq__row .accordeon-head h4 {
        font-size: 22px;
    }
    .cp-faq__descr,
    .cp-faq__title {
        padding-right: 30px;
    }
    .cp-feedback__video .plyr--video {
        height: 300px;
    }
    .cp-feedback__image img {
        height: 300px;
    }
}
@media (max-width: 991.8px) {
    .cp-faq__descr {
        margin-bottom: 40px;
    }
    .cp-vacancies {
        padding-bottom: 90px;
    }
    .cp-vacancies__descr {
        margin-bottom: 24px;
    }
    .cp-corporate__top {
        margin-bottom: 60px;
    }
    .cp-corporate__title {
        margin-bottom: 24px;
    }
    .cp-feedback {
        padding-bottom: 90px;
    }
    .cp-feedback__video .plyr--video {
        height: 340px;
    }
    .cp-feedback__image img {
        height: 340px;
    }
    .cp-feedback__video {
        margin-bottom: 20px;
    }
    .cp-values {
        padding: 100px 0;
    }
    .cp-services__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
        margin-bottom: 40px;
    }
    .cp-services__item .icon {
        margin: 0 auto 25px;
    }
    .cp-services__item p {
        width: 100%;
        max-width: 100%;
    }
    .cp-services {
        padding: 64px 0 50px;
    }
}
@media (max-width: 767.8px) {
    .cp-form {
        position: relative;
        padding: 64px 0 55px;
        margin: 0;
        background-color: #050505;
    }
    .cp-form:after {
        content: "";
        background-image: url(../img/svg/frame_form.svg);
        width: 100%;
        height: 40%;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
    }
    .cp-form__inner {
        padding: 0;
    }
    .cp-form__inner:after {
        display: none;
    }
    .cp-feedback__video .plyr--video {
        height: 300px;
    }
    .cp-feedback__image img {
        height: 300px;
    }
    .cp-values {
        padding: 70px 0 100px;
    }
    .cp-services__item p {
        font-size: 16px;
    }
}
@media (max-width: 575.8px) {
    .cp-heroscreen__inner a {
        width: 223px;
        height: 38px;
    }
    .cp-form .checkfield span {
        text-align: left;
    }
    .cp-faq {
        padding-bottom: 90px;
    }
    .cp-faq__row .accordeon-head i {
        right: -45px;
    }
    .cp-faq__row {
        padding-right: 45px;
    }
    .cp-faq__row .descr {
        padding-left: 20px;
    }
    .cp-vacancies {
        padding-bottom: 50px;
    }
    .cp-vacancies__box {
        height: auto;
    }
    .cp-vacancies__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .cp-vacancies__row h3 {
        margin-bottom: 8px;
    }
    .cp-vacancies__row span {
        width: 100%;
        margin-bottom: 43px;
    }
    .cp-vacancies__row a {
        width: 100%;
    }
    .cp-corporate__img {
        height: 213px;
        width: 100%;
        max-width: 328px;
    }
    .cp-corporate__img img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .cp-corporate__gallery-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 8px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .cp-corporate__gallery {
        display: none;
    }
    .cp-corporate__img.narrow {
        width: 160px;
    }
    .cp-corporate__img.wide {
        width: 100%;
    }
    .cp-corporate__top {
        margin-bottom: 24px;
    }
    .cp-feedback {
        padding-bottom: 50px;
    }
    .cp-feedback__video {
        margin-bottom: 16px;
    }
    .cp-feedback__video .plyr--video {
        height: 200px;
    }
    .cp-feedback__image img {
        height: 200px;
    }
    .cp-feedback__title {
        margin-bottom: 24px;
    }
    .cp-feedback__title h2 {
        font-size: 24px;
    }
    .cp-values {
        padding: 56px 0;
    }
    .cp-values__content li span {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    .cp-values__content li {
        padding: 16px 0;
    }
    .cp-values__content li p {
        font-size: 16px;
    }
    .cp-services__item {
        margin-bottom: 32px;
    }
    .cp-services__item .icon {
        margin: 0px auto 16px;
    }
    .cp-services__item p {
        font-size: 14px;
    }
    .cp-services {
        padding: 32px 0 0;
    }
    .cp-services__title {
        font-size: 16px;
        margin: 0 auto 40px;
    }
    .cp-heroscreen {
        padding: 80px 0 50px;
        height: auto;
    }
    .cp-heroscreen__inner h1 {
        margin-bottom: 16px;
    }
    .cp-heroscreen__inner p {
        margin: 0 auto 24px;
        max-width: 60%;
        font-size: 12px;
    }
}
@media (max-width: 355.8px) {
    .cp-corporate__img.wide {
        width: 310px;
    }
    .cp-corporate__img.narrow {
        width: 144px;
    }
}
.about-heroscreen {
    position: relative;
    min-height: 650px;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.about-heroscreen:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-62%, -45%);
    transform: translate(-62%, -45%);
    background: radial-gradient(43.06% 30.55% at 49.7% 45.82%, #050505 0%, rgba(5, 5, 5, 0) 100%);
}
.about-heroscreen__bg {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.about-heroscreen__inner h1 {
    color: var(--White, #fbfbfb);
    font-weight: 500;
}
.about-heroscreen__inner p {
    color: var(--White, #fbfbfb);
    font-family: Mont;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.about-info {
    padding: 60px 0 0;
}
.about-info__inner-content {
    margin-bottom: 120px;
}
.about-info__inner-content h2 {
    margin-bottom: 16px;
}
.about-info__inner-content p {
    color: rgba(5, 5, 5, 0.7);
    font-family: Mont;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.3px;
}
.about-info__inner-image {
    margin-bottom: 120px;
}
.about-info__inner-image img {
    width: 100%;
    background-size: cover;
}
.about-agents {
    padding-bottom: 120px;
}
.about-agents__title {
    margin-bottom: 46px;
}
.about-agents__slider {
    width: 100%;
}
.about-agents__slider .swiper-wrapper {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.about-agents__item {
    width: 100%;
    padding: 24px 16px;
    border-radius: 16px;
    border: 1px solid var(--Light-grey, #d1d1d1);
    background: var(--White, #fbfbfb);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
}
.about-agents__item-left p {
    color: var(--Black, #050505);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.15px;
    margin-bottom: 8px;
}
.about-agents__item-left span {
    color: rgba(5, 5, 5, 0.7);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 18px;
    display: block;
}
.about-agents__item-right {
    border-radius: 8px;
    overflow: hidden;
    width: 110px;
    height: 110px;
}
.about-agents__item-right img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.about-agents__slider-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    margin-top: 24px;
}
.about-agents__slider-arrows .swiper-button-next,
.about-agents__slider-arrows .swiper-button-prev {
    border-radius: 100px;
    border: 1px solid rgba(5, 5, 5, 0.3);
    width: 64px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    bottom: initial;
    margin: 0 28px;
    transition: 0.3s;
}
.about-agents__slider-arrows .swiper-button-next svg path,
.about-agents__slider-arrows .swiper-button-prev svg path {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.about-agents__slider-arrows .swiper-button-next:hover,
.about-agents__slider-arrows .swiper-button-prev:hover {
    border: 1px solid rgb(5, 5, 5);
    background: var(--Black, #050505);
}
.about-agents__slider-arrows .swiper-button-next:hover svg path,
.about-agents__slider-arrows .swiper-button-prev:hover svg path {
    fill: #fff;
    fill-opacity: 1;
}
.about-agents__slider-arrows .swiper-button-next:after,
.about-agents__slider-arrows .swiper-button-prev:after {
    display: none;
}
.office {
    padding-bottom: 160px;
}
.office__title {
    margin-bottom: 46px;
}
.office__inner {
    position: relative;
}
.office__inner-img {
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid var(--Light-grey, #d1d1d1);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.office__inner-img img {
    width: 100%;
    background-size: cover;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.office__inner-img:hover {
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
}
.office__inner-img:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.office__box {
    position: absolute;
    right: 31px;
    top: -100px;
    z-index: 2;
}
.office__box h4 {
    margin-bottom: 24px;
    color: var(--White, #fbfbfb);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.office__box-info {
    border-radius: 16px;
    background: var(--Black, #050505);
    margin-bottom: 32px;
    padding: 24px;
    width: 320px;
}
.office__box-info li {
    margin-bottom: 16px;
}
.office__box-info li:last-child {
    margin-bottom: 0;
}
.office__box-info span {
    color: rgba(255, 255, 255, 0.7);
    font-family: Mont;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.15px;
}
.office__box-info p {
    color: var(--White, #fbfbfb);
    font-family: Mont;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.15px;
}
.office__box-btn a,
.office__box-btn--mobile a {
    padding: 9px 24px 9px 16px;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.office__box-btn--mobile {
    display: none;
}
@media (max-width: 1399.8px) {
    .about-agents__item-left p {
        font-size: 16px;
        padding-right: 20px;
    }
    .about-agents__item-right {
        width: 90px;
        height: 90px;
    }
    .about-heroscreen__inner h1 {
        margin-bottom: 16px;
    }
    .about-heroscreen__inner p {
        font-size: 30px;
    }
}
@media (max-width: 1199.8px) {
    .office {
        padding-bottom: 120px;
    }
    .about-info__inner-content,
    .about-info__inner-image {
        margin-bottom: 90px;
    }
}
@media (max-width: 991.8px) {
    .office__box h4 {
        font-size: 20px;
    }
    .office__box-info span {
        font-size: 14px;
    }
    .office__box-info li {
        margin-bottom: 8px;
    }
    .office__box {
        right: 20px;
        top: -100px;
    }
    .office__box-info {
        margin-bottom: 10px;
        width: 300px;
    }
    .about-info__inner-content {
        margin-bottom: 40px;
    }
    .about-info__inner-image {
        margin-bottom: 60px;
    }
    .about-heroscreen:after {
        background: -webkit-gradient(linear, left top, right top, from(#050505), color-stop(151.53%, rgba(5, 5, 5, 0)));
        background: linear-gradient(90deg, #050505 0%, rgba(5, 5, 5, 0) 151.53%);
        left: 0;
        top: 0;
        -webkit-transform: none;
        transform: none;
    }
    .about-heroscreen__inner p {
        font-size: 22px;
    }
}
@media (max-width: 767.8px) {
    .office {
        padding-bottom: 56px;
    }
    .office__inner-img {
        margin-bottom: 24px;
    }
    .office__box-btn--mobile {
        display: block;
    }
    .office__box-btn--mobile a {
        width: 100%;
    }
    .office__box-btn a {
        display: none;
    }
    .office__box-info {
        margin-bottom: 24px;
        width: 100%;
    }
    .office__box {
        position: relative;
        right: initial;
        top: initial;
    }
    .about-agents__slider-arrows .swiper-button-next,
    .about-agents__slider-arrows .swiper-button-prev {
        width: 48px;
        height: 32px;
        margin: 0px 16px;
    }
    .about-agents__item-right {
        width: 90px;
        height: 90px;
    }
    .about-heroscreen__inner p {
        font-size: 18px;
    }
}
@media (max-width: 575.8px) {
    .about-agents {
        padding-bottom: 55px;
    }
    .about-agents__item-left {
        width: calc(100% - 56px);
        position: relative;
    }
    .about-agents__item-left a {
        font-size: 0;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        right: 8px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .about-agents__item-left a img {
        margin-right: 0;
        margin-left: 3px;
    }
    .about-agents__item-right {
        border-radius: 50%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 48px;
        height: 48px;
    }
    .about-agents__item-left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .about-agents__item {
        padding: 11px 8px;
        margin-bottom: 8px;
    }
    .about-info__inner-content {
        margin-bottom: 24px;
    }
    .about-info__inner-image {
        margin-bottom: 56px;
    }
    .about-info {
        padding: 56px 0 0;
    }
    .about-heroscreen__inner p {
        font-size: 14px;
    }
}
.agent {
    padding-top: 115px;
}
.agent__btn {
    margin-bottom: 16px;
}
.agent__btn a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 16px;
    color: var(--Black, #050505);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.15px;
}
.agent__btn a img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}
.agent__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 16px;
    border: 1px solid var(--Light-grey, #d1d1d1);
    background: var(--White, #fbfbfb);
    padding: 40px;
}
.agent__inner-photo {
    position: relative;
    margin-right: 32px;
}
.agent__inner-photo > img {
    width: 395px;
    height: 395px;
    border-radius: 16px;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
}
.agent__inner-photo .video-btn {
    position: absolute;
    top: 16px;
    left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 24px 10px 16px;
    border-radius: 100px;
    background: var(--White, #fbfbfb);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.agent__inner-photo .video-btn img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}
.agent__inner-photo .video-btn:hover {
    background: var(--Light-grey-shade-7, #f1f1f1);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
}
.agent__inner-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.agent__inner-head {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 23px;
    border-bottom: 1px solid #d1d1d1;
}
.agent__inner-head .info h3 {
    color: var(--Black, #050505);
    margin-bottom: 8px;
    font-family: Mont;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.agent__inner-head .info p {
    color: rgba(5, 5, 5, 0.7);
    font-family: Mont;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.15px;
}
.agent__inner-head .contacts ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.agent__inner-head .contacts ul li + li {
    margin-left: 24px;
}
.agent__inner-head .contacts ul a {
    height: 40px;
    width: 40px;
    border-radius: 100px;
    background: var(--Black, #050505);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--m-3-sys-light-on-primary, #fff);
    text-align: center;
    font-family: Mont;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.agent__inner-head .contacts ul a img {
    width: 18px;
    height: 18px;
    background-size: cover;
}
.agent__inner-head .contacts ul a.phone {
    width: auto;
    padding: 5px 16px;
}
.agent__inner-head .contacts ul a.phone img {
    margin-right: 8px;
}
.agent__inner-head .contacts ul a:hover {
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
}
.agent__inner-text {
    padding-top: 24px;
    margin-bottom: 20px;
}
.agent__inner-text h3 {
    color: var(--Black, #050505);
    font-family: Mont;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 16px;
}
.agent__inner-text p {
    color: rgba(5, 5, 5, 0.7);
    font-family: Mont;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.1px;
}
.agent__inner-bottom {
    margin: auto 0 0;
}
.agent__inner-bottom ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.agent__inner-bottom ul li + li {
    margin-left: 24px;
}
.agent__inner-bottom ul li + li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 19px;
    width: 1px;
    background: #d1d1d1;
    margin-right: 23px;
}
.agent__inner-bottom ul p,
.agent__inner-bottom ul span {
    color: var(--Black, #050505);
    font-family: Mont;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.5px;
    display: inline-block;
    vertical-align: middle;
}
.agent__inner-bottom ul span {
    margin-left: 8px;
}
.agent-object {
    padding: 40px 0 54px;
}
.agent-object .proposition__slider,
.agent-object .proposition__slider-arrows {
    display: none;
}
.agent-object__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 48px;
}
.agent-object__head > span {
    color: var(--Black, #050505);
    text-align: center;
    font-family: Mont;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.15px;
}
.agent-object__inner .proposition__slide {
    margin-bottom: 48px;
}
.pagination {
    width: 100%;
}
.pagination ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pagination ul li {
    margin: 0 8px;
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pagination ul li.next,
.pagination ul li.prev {
    border-radius: 100px;
    border: 1px solid rgba(5, 5, 5, 0.3);
    width: 64px;
    height: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 0 8px;
    transition: 0.3s;
}
.pagination ul li.next.inactive,
.pagination ul li.prev.inactive {
    pointer-events: none;
}
.pagination ul li.next svg path,
.pagination ul li.prev svg path {
    -webkit-transform: 0.3s;
    transform: 0.3s;
}
.pagination ul li.next:hover,
.pagination ul li.prev:hover {
    border: 1px solid rgb(5, 5, 5);
    background: var(--Black, #050505);
}
.pagination ul li.next:hover svg path,
.pagination ul li.next:hover svg path,
.pagination ul li.prev:hover svg path,
.pagination ul li.prev:hover svg path {
    fill: #fff;
    fill-opacity: 1;
}
.pagination ul a {
    color: var(--Mid-Grey, #5c6476);
    text-align: center;
    font-family: Mont;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.pagination ul a.active,
.pagination ul a:hover {
    color: var(--Dark-Grey, #22232a);
}
.broker-form {
    margin-bottom: 92px;
}
.broker-form__inner {
    position: relative;
    padding: 60px 0px 88px;
    border-radius: 16px;
    overflow: hidden;
    background-color: #050505;
}
.broker-form__inner:after {
    content: "";
    background-image: url(../img/svg/frame_form.svg);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.broker-form__inner .selection__right .formbtn {
    margin-top: 57px;
}
.broker-form__inner .checkfield {
    margin: 0 0 0 auto;
}
@media (max-width: 1399.8px) {
    .broker-form__inner {
        padding: 60px 50px 88px;
    }
    .agent__inner {
        padding: 20px;
    }
    .agent__inner-photo {
        margin-right: 25px;
    }
    .agent__inner-head .info h3 {
        font-size: 26px;
    }
    .agent__inner-head .info {
        width: 50%;
    }
    .agent__inner-head .contacts {
        width: 50%;
    }
    .agent__inner-photo > img {
        width: 350px;
        height: 350px;
    }
}
@media (max-width: 1199.8px) {
    .agent-object__inner .proposition__slide {
        margin-bottom: 30px;
    }
    .agent__inner-photo > img {
        width: 250px;
        height: 250px;
    }
}
@media (max-width: 991.8px) {
    .agent-object .proposition__slider,
    .agent-object .proposition__slider-arrows {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .agent-object .row {
        display: none;
    }
    .agent-object .pagination {
        display: none;
    }
    .agent__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .agent__inner-photo {
        margin: 0 0 40px 0;
    }
    .agent__inner-photo img {
        width: 350px;
        height: 350px;
    }
}
@media (max-width: 767.8px) {
    .broker-form {
        position: relative;
        padding: 64px 0 55px;
        margin: 0;
        background-color: #050505;
    }
    .broker-form:after {
        content: "";
        background-image: url(../img/svg/frame_form.svg);
        width: 100%;
        height: 40%;
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
    }
    .broker-form__inner {
        padding: 0;
    }
    .broker-form__inner:after {
        display: none;
    }
    .broker-form__inner .selection__right .formbtn {
        margin-top: 32px;
    }
    .agent-object .proposition__slider-arrows {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .agent__inner-head .contacts ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .agent__inner-head .contacts ul li {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .agent__inner-head .contacts ul li + li {
        margin-left: 24px;
    }
    .agent__inner-head .contacts ul li:last-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0;
        width: 100%;
        text-align: right;
        margin-bottom: 16px;
    }
    .agent__inner-head .contacts ul li:last-child a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    .agent__inner-bottom ul {
        display: block;
    }
    .agent__inner-bottom ul li + li {
        margin: 9px 0 0 0;
    }
    .agent__inner-bottom ul li + li:before {
        display: none;
    }
    .agent__inner-photo img {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 575.8px) {
    .agent-object__head {
        display: block;
        margin-bottom: 24px;
    }
    .agent {
        padding-top: 65px;
    }
    .agent__inner {
        padding: 16px;
    }
    .agent__inner-head .info h3 {
        font-size: 22px;
    }
    .agent__inner-head .info p {
        font-size: 12px;
    }
    .agent__inner-head {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .agent__inner-head .contacts {
        width: 100%;
    }
    .agent__inner-head .info {
        margin-bottom: 24px;
        width: 100%;
    }
    .agent__inner-head .contacts ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .agent__inner-head .contacts ul li:last-child {
        text-align: left;
    }
    .agent__inner-head {
        padding-bottom: 16px;
    }
    .agent__inner-photo {
        margin: 0px 0 24px 0;
    }
    .agent__inner-text h3 {
        font-size: 20px;
    }
}
.errorpage {
    height: 100vh;
    min-height: 750px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.errorpage__bg {
    margin-bottom: 95px;
    text-align: center;
}
.errorpage__bg img {
    width: 100%;
    background-size: cover;
}
.errorpage__content {
    margin-bottom: 44px;
}
.errorpage__content p {
    color: rgba(5, 5, 5, 0.7);
    font-family: Mont;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.errorpage__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.errorpage__buttons .blackbtn {
    padding: 10px 32px;
    margin-right: 16px;
}
.errorpage__buttons .whitebtn {
    padding: 10px 32px;
}
@media (max-width: 575.8px) {
    .errorpage__bg {
        margin-bottom: 40px;
        text-align: center;
    }
    .errorpage__bg img {
        width: 70%;
    }
    .errorpage {
        min-height: 650px;
    }
}
.estpage {
    padding: 96px 0 0;
    background: #f6f6f6;
    width: 100%;
}
.estpage__top {
    margin-bottom: 16px;
}
.estcard__content {
    position: relative;
}
.estcard__content .estcard__back {
    display: none;
}
.estpage__top-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}
.estpage__top-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 72px 71px;
    position: relative;
    border-radius: 8px;
    background: #fbfbfb;
    -webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.03), 2px 0px 11px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.03), 2px 0px 11px 0px rgba(0, 0, 0, 0.03);
    height: 558px;
    width: 100%;
    position: relative;
}
.estpage__top-left h2 {
    color: #22232a;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    position: relative;
    max-width: 460px;
    margin: 0 auto;
}
.estpage__top-left h2:after,
.estpage__top-left h2:before {
    content: "";
    position: absolute;
    height: 123px;
    width: 163px;
    background-size: cover;
    right: -15%;
    background-repeat: no-repeat;
}
.estpage__top-left h2:before {
    background-image: url(../img/svg/estpage_top_arrow1.svg);
    top: -120%;
}
.estpage__top-left h2:after {
    background-image: url(../img/svg/estpage_top_arrow2.svg);
    bottom: -130%;
}
.hidden-fragment {
    position: relative;
    color: transparent !important;
    margin: 0 2px;
}
.hidden-fragment:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/hidden-fragment.png);
}
.estcard__hidden-img {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 510px;
}
.estcard__hidden-img p {
    color: var(--White, #fbfbfb);
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    position: relative;
    z-index: 1;
}
.estcard__hidden-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.estpage__top-mobile {
    display: none;
}
.estpage__top-right {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: #0e1e40;
    height: calc(50% - 10px);
    padding: 26px 31px 24px 40px;
}
.estpage__top-right > h3 {
    color: #fbfbfb;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 68px;
}
.estpage__top-right:nth-child(odd) .estpage__top-descr {
    margin: 0 20px 0 auto;
}
.estpage__top-right:nth-child(odd) .estpage__top-descr img {
    top: -120px;
    right: -15px;
    width: 131px;
    background-size: cover;
}
.estpage__top-right:nth-child(odd) .estpage__top-descr img.like-icon {
    width: 56px;
    background-size: cover;
    position: absolute;
    right: 5%;
    top: -30%;
}
.estpage__top-right:nth-child(2n) > h3 {
    text-align: right;
}
.estpage__top-descr {
    position: relative;
    padding: 16px;
    border-radius: 8px;
    background: #fbfbfb;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08), 2px 0px 3px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08), 2px 0px 3px 0px rgba(0, 0, 0, 0.08);
    width: 330px;
}
.estpage__top-descr h5 {
    color: #22232a;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 8px;
}
.estpage__top-descr p {
    color: rgba(34, 35, 42, 0.6);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.estpage__top-descr img {
    position: absolute;
    top: -35px;
    right: 15px;
    width: 72px;
    background-size: cover;
}
.estpage__row {
    border-radius: 8px;
    background: #fbfbfb;
    padding: 16px;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08), 2px 0px 3px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08), 2px 0px 3px 0px rgba(0, 0, 0, 0.08);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.estpage__row .col-lg-2 {
    padding-left: 5px;
    padding-right: 5px;
}
.estpage__row:hover {
    background: rgba(217, 217, 217, 0.5);
}
.estpage__row + .estpage__row {
    margin-top: 16px;
}
.estcard__slider {
    height: 480px;
    width: 100%;
    margin-bottom: 9px;
}
.estcard__slider .swiper-slide {
    width: auto;
}
.estcard__slider-item {
    border-radius: 8px;
    height: 100%;
    overflow: hidden;
    display: inline-block;
    width: auto;
}
.estcard__slider-item a {
    display: inline-block;
    position: relative;
    height: 100%;
    width: auto;
}
.estcard__slider-item img {
    height: 100%;
    background-size: cover;
}
.estcard__slider .swiper-button-prev,
.estcard__slider .swiper-rtl .swiper-button-next {
    background-image: url(../img/svg/estacard_slider_arrow_prev.svg);
}
.estcard__slider .swiper-button-next,
.estcard__slider .swiper-rtl .swiper-button-prev {
    background-image: url(../img/svg/estacard_slider_arrow_next.svg);
}
.estcard__slider .swiper-button-next,
.estcard__slider .swiper-button-prev,
.estcard__slider .swiper-rtl .swiper-button-next,
.estcard__slider .swiper-rtl .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    outline: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.estcard__slider .swiper-button-next:hover,
.estcard__slider .swiper-button-prev:hover,
.estcard__slider .swiper-rtl .swiper-button-next:hover,
.estcard__slider .swiper-rtl .swiper-button-prev:hover {
    -webkit-filter: brightness(85%);
    filter: brightness(85%);
}
.estcard__slider .swiper-button-next:after,
.estcard__slider .swiper-button-prev:after,
.estcard__slider .swiper-rtl .swiper-button-next:after,
.estcard__slider .swiper-rtl .swiper-button-prev:after {
    display: none;
}
.estpage__slider-mobilepanel {
    display: none;
}
.estcard__slider .swiper-pagination {
    width: auto;
    height: 23px;
    border-radius: 100px;
    background: #fbfbfb;
    padding: 4px 12px;
    color: #5c6476;
    font-family: Mont;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    left: 17px;
    bottom: 16px;
    text-align: left;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.estcard__slider .swiper-pagination:before {
    content: "Фото";
    display: inline-block;
    vertical-align: middle;
    color: #5c6476;
    text-align: center;
    font-family: Mont;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-right: 18px;
}
.full-view {
    position: absolute;
    width: 40px;
    height: 40px;
    background-size: cover;
    right: 16px;
    bottom: 16px;
    z-index: 9;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-image: url(../img/svg/full-view.svg);
}
.full-view:hover {
    -webkit-filter: brightness(85%);
    filter: brightness(85%);
}
.video-view {
    position: absolute;
    z-index: 9;
    bottom: 16px;
    right: 88px;
    padding: 5px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 37px;
    border-radius: 200px;
    background: #fbfbfb;
    color: #22232a;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.video-view:hover {
    -webkit-filter: brightness(85%);
    filter: brightness(85%);
}
.estcard__planbox {
    width: 100%;
    height: 230px;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.estcard__planbox a {
    display: none;
}
.estcard__planbox .frame {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fbfbfb;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.estcard__planbox .frame img {
    width: 40px;
    height: 40px;
    background-size: cover;
    margin: 0 auto 8px;
    display: block;
}
.estcard__planbox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.estcard__mapbox {
    width: 100%;
    height: 230px;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.estcard__mapbox .street-view {
    position: absolute;
    z-index: 5;
    bottom: 16px;
    right: 16px;
    width: 142px;
    height: 80px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.estcard__mapbox .street-view span {
    text-align: center;
    bottom: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    color: #fbfbfb;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
}
.estcard__mapbox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.estcard__mapbox .full-view {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 11px;
    right: 9px;
}
.estcard__mapbox-map {
    position: relative;
    display: block;
}
.estcard__userbox {
    width: 100%;
    padding: 24px;
    border-radius: 16px;
    background: var(--Black, #050505);
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08), 2px 0px 3px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08), 2px 0px 3px 0px rgba(0, 0, 0, 0.08);
}
.estcard__user {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
}
.estcard__user-img {
    width: 64px;
    height: 64px;
    margin-right: 16px;
    border-radius: 50%;
    border: 1px solid #fbfbfb;
    overflow: hidden;
}
.estcard__user-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.estcard__user-info {
    width: calc(100% - 80px);
}
.estcard__user-info p {
    color: var(--Light-grey, #d1d1d1);
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.5px;
    margin: 0 0 4px;
}
.estcard__user-info h3 {
    color: var(--White, #fbfbfb);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.3px;
}
.estcard__head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 16px;
    padding: 32px 0px;
    border-bottom: 1px solid #d1d1d1;
    position: relative;
    z-index: 55;
}
.estcard__head p {
    color: #5c6476;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}
.estcard__head .dot {
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #5c6476;
    margin: 0 7px;
}
.estate__card-headcheck {
    color: #72aa00;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}
.estate__card-headcheck img {
    width: 16px;
    height: 16px;
    background-size: cover;
    margin-right: 4px;
}
.estcard__head-left,
.estcard__head-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.estcard__box {
    width: 100%;
    margin-bottom: 64px;
}
.estcard__box > h3 {
    color: var(--Black, #050505);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 24px;
}
.estcard__box .more-btn__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.estcard__box .more-btn {
    padding: 24px 0;
    margin: 0 auto;
    cursor: pointer;
}
.estcard__box .more-btn .less {
    display: none;
}
.estcard__box .more-btn.active .less {
    display: inline-block;
}
.estcard__box .more-btn.active .more {
    display: none;
}
.estcard__box .more-btn.active img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.estcard__box .more-btn span {
    color: var(--Black, #050505);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.15px;
}
.estcard__box .more-btn span img {
    width: 18px;
    height: 18px;
}
.estcard__box-content p {
    overflow: hidden;
    color: rgba(5, 5, 5, 0.7);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.3px;
    margin-bottom: 0;
}
.estcard__box-moretext {
    display: none;
}
.estcard__box-head {
    margin-bottom: 17px;
}
.estcard__box-head h2 {
    color: #22232a;
    font-size: 32px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 8px;
}
.estcard__box-head p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.estcard__box-head span {
    color: rgba(5, 5, 5, 0.7);
    font-family: Mont;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.15px;
}
.estcard__box-head span:after {
    content: "";
    width: 2px;
    height: 2px;
    display: inline-block;
    background-color: rgba(5, 5, 5, 0.7);
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 8px;
}
.estcard__box-head span + span {
    padding-left: 8px;
}
.estcard__box-head span:last-child:after {
    display: none;
}
.estcard__box-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.estcard__box-row .whitebtn {
    margin: 0 0 0 auto;
}
.estcard__box-row .whitebtn svg {
    margin-right: 8px;
}
.estcard__box-row b {
    color: #22232a;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}
.estcard__box-row p {
    color: #22232a;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-right: 20px;
    padding-right: 24px;
    position: relative;
    margin-bottom: 0;
}
.estcard__box-row p:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 4px;
    height: 4px;
    background: #22232a;
    border-radius: 50%;
}
.estcard__box-row p:last-of-type:before {
    display: none;
}
.estcard__box-row b {
    margin-right: 20px;
    padding-right: 24px;
    position: relative;
}
.estcard__box-row b:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 4px;
    height: 4px;
    background: #22232a;
    border-radius: 50%;
}
.estcard__box-info {
    padding: 17px 0;
}
.estcard__box-info .mobile-info {
    display: none;
}
.estcard__box-info .mobile-list {
    display: none;
}
.estcard__box-info .mobile-btn {
    display: none;
}
.estcard__box-info ul li {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.estcard__box-info ul li + li {
    margin-top: 17px;
}
.estcard__box-info ul li img {
    width: 20px;
    background-size: cover;
    margin-right: 16px;
}
.estcard__box-info ul li p {
    color: #22232a;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    position: relative;
    margin-bottom: 0;
    margin-right: 16px;
    padding-right: 18px;
}
/* .estcard__box-info ul li p:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #22232a;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
} */
.estcard__box-info ul li p:last-child:after {
    display: none;
}
.estcard__box-parametres ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 650px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.estcard__box-parametres li {
    width: 50%;
    color: var(--Black, #050505);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.3px;
    padding-left: 36px;
    padding-right: 10px;
    position: relative;
    margin-top: 25px;
}
.estcard__box-parametres li:first-child,
.estcard__box-parametres li:nth-child(2) {
    /* margin-top: 0; */
}
.estcard__box-parametres li:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-size: cover;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../img/svg/done_icon.svg);
}
.estcard__consultation {
    width: 100%;
    padding: 32px 32px 44px;
    background-color: #050505;
    border-radius: 16px;
    margin-bottom: 40px;
}
.estcard__consultation-head {
    margin-bottom: 32px;
}
.estcard__consultation-head h2 {
    color: var(--White, #fbfbfb);
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.estcard__consultation-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.estcard__consultation-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
}
.estcard__consultation-info .photo {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid var(--White, #fbfbfb);
    margin-right: 16px;
}
.estcard__consultation-info .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.estcard__consultation-info .information p {
    color: var(--Light-grey, #d1d1d1);
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}
.estcard__consultation-info .information h3 {
    color: var(--White, #fbfbfb);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.3px;
}
.estcard__consultation-form .form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
}
.estcard__consultation-form label {
    display: block;
}
.estcard__consultation-form .inputfield {
    width: 206px;
    margin-bottom: 0px;
    position: relative;
    margin-right: 24px;
}
.estcard__consultation-form .inputfield .error-text {
    display: none;
}
.estcard__consultation-form .inputfield.error p {
    color: #ef333d;
}
.estcard__consultation-form .inputfield.error input,
.estcard__consultation-form .inputfield.error textarea {
    border: 1px solid #ef333d !important;
}
.estcard__consultation-form .inputfield.error .error-text {
    display: block;
    position: absolute;
    bottom: -25px;
    left: 0;
    color: var(--Red---black-bg, #ef333d);
    font-family: Mont;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1px;
}
.estcard__consultation-form .inputfield p {
    color: var(--White, #fbfbfb);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1px;
    margin-bottom: 4px;
}
.estcard__consultation-form .inputfield.phone-field {
    position: relative;
    cursor: pointer;
}
.estcard__consultation-form .inputfield.phone-field .triger {
    width: 50px;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer;
    z-index: 3;
    background-color: #fff;
    border-radius: 100px 0 0 100px;
    background: transparent;
}
.estcard__consultation-form .inputfield.phone-field .flag {
    position: absolute;
    width: 16px;
    height: 11px;
    background-size: cover;
    top: 38px;
    left: 16px;
}
.estcard__consultation-form .inputfield.phone-field label:after {
    content: "";
    position: absolute;
    background-image: url(../img/svg/arrow-field-phone.svg);
    width: 18px;
    height: 18px;
    left: 36px;
    top: 35px;
    cursor: pointer;
}
.estcard__consultation-form .inputfield.phone-field input {
    padding-left: 62px;
    cursor: pointer;
}
.estcard__consultation-form .inputfield.phone-field ul {
    border-radius: 16px;
    background: var(--White, #fbfbfb);
    -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.04);
    padding: 8px;
    width: 290px;
    position: absolute;
    z-index: 9;
    top: calc(100% + 10px);
    display: none;
}
.estcard__consultation-form .inputfield.phone-field ul li {
    padding: 8px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 8px;
}
.estcard__consultation-form .inputfield.phone-field ul li:hover {
    background: rgba(209, 209, 209, 0.3);
}
.estcard__consultation-form .inputfield.phone-field ul li p {
    margin: 0 auto 0 0;
    color: #050505;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.1px;
}
.estcard__consultation-form .inputfield.phone-field ul li img {
    width: 16px;
    height: 11px;
    margin-left: 4px;
    -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.15));
}
.estcard__consultation-form input {
    width: 100%;
    height: 40px;
    border-radius: 100px;
    border: 1px solid rgba(209, 209, 209, 0.8);
    color: rgba(209, 209, 209, 0.8);
    font-family: Mont;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1px;
    padding: 9px 16px;
    background: transparent;
}
.estcard__consultation-form input::-webkit-input-placeholder {
    color: rgba(209, 209, 209, 0.8);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.estcard__consultation-form input::-moz-placeholder {
    color: rgba(209, 209, 209, 0.8);
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.estcard__consultation-form input:-ms-input-placeholder {
    color: rgba(209, 209, 209, 0.8);
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.estcard__consultation-form input::-ms-input-placeholder {
    color: rgba(209, 209, 209, 0.8);
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.estcard__consultation-form input::placeholder {
    color: rgba(209, 209, 209, 0.8);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.estcard__consultation-form input:hover {
    border: 1px solid #fbfbfb;
    color: #fbfbfb;
}
.estcard__consultation-form input:hover::-webkit-input-placeholder {
    color: #fbfbfb;
}
.estcard__consultation-form input:hover::-moz-placeholder {
    color: #fbfbfb;
}
.estcard__consultation-form input:hover:-ms-input-placeholder {
    color: #fbfbfb;
}
.estcard__consultation-form input:hover::-ms-input-placeholder {
    color: #fbfbfb;
}
.estcard__consultation-form input:hover::placeholder {
    color: #fbfbfb;
}
.estcard__consultation-form input:focus {
    border: 1px solid var(--Accent-darker-green, #159e34);
    -webkit-box-shadow: 0px 0px 1px 0px #159e34;
    box-shadow: 0px 0px 1px 0px #159e34;
    color: #fbfbfb;
}
.estcard__consultation-form input:focus::-webkit-input-placeholder {
    opacity: 0;
}
.estcard__consultation-form input:focus::-moz-placeholder {
    opacity: 0;
}
.estcard__consultation-form input:focus:-ms-input-placeholder {
    opacity: 0;
}
.estcard__consultation-form input:focus::-ms-input-placeholder {
    opacity: 0;
}
.estcard__consultation-form input:focus::placeholder {
    opacity: 0;
}
.estcard__consultation-form .formbtn {
    margin-top: 0px;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background: #22f100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    outline: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}
.estcard__consultation-form .formbtn .hidebtn {
    display: none;
}
.estcard__consultation-form .formbtn:after {
    content: "";
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -45%);
    transform: translate(-40%, -45%);
    background-image: url(../img/svg/form_btn_icon.svg);
    width: 20px;
    height: 20px;
}
.estcard__consultation-form .formbtn.sending:after {
    display: none;
}
.estcard__consultation-form .formbtn:hover {
    background: #25d009;
}
.estcard__box .map {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 32px;
    position: relative;
}
.estcard__box .map > iframe,
.estcard__box .map > img {
    width: 100%;
    height: 350px;
    background-size: cover;
}
.estcard__box .map .street-view {
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 146px;
    height: 84px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.estcard__box .map .street-view span {
    text-align: center;
    bottom: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    color: #fbfbfb;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
}
.proposition.object-proposition {
    padding: 0 0 80px;
}
.proposition.object-proposition .proposition__head {
    margin-bottom: 24px;
}
.proposition.object-proposition .proposition__head h2 {
    font-size: 22px;
    font-weight: 500;
    line-height: 120%;
}
.hidden-slide-img {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background-image: url(../img/hidden-slide-img.png);
    background-size: cover;
}
.hidden-slide-img p {
    color: var(--White, #fbfbfb);
    font-family: Mont;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.hidden-slide .gallery-slider {
    opacity: 0;
}
.fancybox-infobar {
    opacity: 0 !important;
}
.fancybox-slide {
    padding: 0;
}
.fancybox-is-open .fancybox-bg {
    opacity: 1;
    background: #050a15;
}
.fancybox-thumbs__list a {
    float: initial;
    display: block;
    max-width: 152px;
    width: 100%;
    height: 80px;
    margin-bottom: 8px;
    border-radius: 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.6;
}
.fancybox-thumbs__list a:before {
    border: 2px solid #fbfbfb;
    border-radius: 8px;
}
.fancybox-thumbs__list a.fancybox-thumbs-active {
    opacity: 1;
}
.fancybox-thumbs {
    width: 170px;
    background: rgba(255, 255, 255, 0);
}
.fancybox-thumbs__list::-webkit-scrollbar {
    width: 4px !important;
    cursor: pointer;
}
.fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #d9d9d9 !important;
    cursor: pointer;
    border-radius: 20px;
}
.fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background-color: #050505 !important;
    cursor: pointer;
    border-radius: 20px;
}
.fancybox-navigation .fancybox-button {
    padding: 0;
    width: 36px;
    height: 36px;
    background-size: cover;
    border-radius: 50%;
    background-repeat: no-repeat;
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;
}
.fancybox-navigation .fancybox-button div {
    background: rgba(0, 0, 0, 0);
}
.fancybox-navigation .fancybox-button svg {
    display: none;
}
.fancybox-navigation .fancybox-button:disabled {
    opacity: 0.5 !important;
}
.fancybox-navigation .fancybox-button:hover:not(:disabled) {
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
    background-image: url(../img/svg/estacard_slider_arrow_prev.svg);
    left: 5%;
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
    background-image: url(../img/svg/estacard_slider_arrow_next.svg);
    right: 5%;
}
.fancybox-button.fancybox-button--play,
.fancybox-button.fancybox-button--thumbs,
.fancybox-button.fancybox-button--zoom {
    display: none !important;
}
.fancybox-button.fancybox-button--close {
    background: transparent;
    width: 0;
    height: 0;
}
.fancybox-button.fancybox-button--close svg {
    display: none;
}
.fancybox-button.fancybox-button--close div {
    background: rgba(0, 0, 0, 0);
}
.fancybox-button.fancybox-button--close:before {
    content: "Назад";
    color: #383d54;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: fixed;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 17px 15px 50px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    cursor: pointer;
    width: 120px;
    height: 52px;
    top: 32px;
    left: 40px;
    border-radius: 4px;
    background: #fbfbfb;
    background-image: url(../img/svg/gallery_back.svg);
    background-repeat: no-repeat;
    background-position: 18px 17px;
    -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.05), 2px 0px 9px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.05), 2px 0px 9px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1399.8px) {
    .estcard__consultation-form .inputfield {
        width: 195px;
    }
    .estcard__consultation-info {
        margin-right: 0;
    }
    .estcard__consultation-info .information {
        width: 190px;
    }
    .estcard__hidden-img {
        height: 450px;
    }
    .estcard__mapbox {
        height: 180px;
    }
    .estcard__planbox {
        height: 160px;
        margin-bottom: 20px;
    }
    .estcard__slider {
        height: 360px;
        width: 100%;
        margin-bottom: 9px;
    }
    .estcard__box-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .estcard__box-row .whitebtn {
        margin: 20px auto 0 0;
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (max-width: 1199.8px) {
    .estcard__consultation-info .information {
        width: auto;
    }
    .estcard__consultation-form .inputfield {
        width: 206px;
    }
    .estcard__consultation-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .estcard__consultation-info {
        margin-bottom: 20px;
    }
    .estcard__box-head h2 {
        font-size: 26px;
    }
}
@media (max-width: 991.8px) {
    .estcard__hidden-img {
        height: 400px;
    }
    .estcard__box {
        margin-bottom: 40px;
    }
    .estcard__box-parametres ul {
        max-width: 700px;
    }
    .estcard__userbox {
        margin-bottom: 40px;
    }
    .estcard__mapbox,
    .estcard__planbox {
        display: none;
    }
}
@media (max-width: 767.8px) {
    .estcard__box .map > iframe,
    .estcard__box .map > img {
        height: 300px;
    }
    .estcard__box-info .mobile-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 5px;
        width: 100%;
        border-radius: 100px;
        background: rgba(209, 209, 209, 0.2);
        height: 32px;
        margin-top: 32px;
    }
    .estcard__box-info .mobile-info p {
        color: var(--Grey, #3c3c3c);
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
    }
    .estcard__box-info .mobile-info p + p {
        padding-left: 10px;
    }
    .estcard__box-info .mobile-info p + p:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        margin-right: 6px;
        width: 2px;
        height: 2px;
        border-radius: 50%;
        background-color: #3c3c3c;
    }
    .estcard__box-info ul {
        display: none;
    }
    .estcard__box-info ul.mobile-list {
        display: block;
    }
    .estcard__box-info ul.mobile-list li img {
        width: 12px;
        margin-right: 8px;
    }
    .estcard__box-info ul.mobile-list li p {
        font-size: 14px;
    }
    .estcard__userbox {
        width: calc(100% - 32px);
        margin: 0 16px 40px;
    }
    .estcard__box-row b {
        width: 100%;
        font-size: 24px;
    }
    .estcard__box-row b:before {
        display: none;
    }
    .estcard__box-row p {
        color: rgba(34, 35, 42, 0.6);
        font-size: 14px;
        margin-left: 0;
        padding-left: 0;
        margin-bottom: 8px;
    }
    .estcard__box-row p:before {
        width: 2px;
        height: 2px;
        background-color: rgba(34, 35, 42, 0.6);
    }
    .estcard__box-head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 8px;
        border-bottom: 1px solid #d1d1d1;
    }
    .estcard__box-head h2 {
        font-size: 24px;
    }
    .estcard__box-row {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .estcard__head {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 8px;
        border-radius: 16px 16px 0px 0px;
        margin-top: -20px;
        background: #f4f4f4;
    }
    .estcard__head .estate__card-headcheck {
        color: #72aa00;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
    }
    .estcard__head-right {
        display: none;
    }
    .estcard__content .estcard__back {
        display: block;
    }
    .estcard__slider .swiper-button-next,
    .estcard__slider .swiper-button-prev,
    .estcard__slider .swiper-rtl .swiper-button-next,
    .estcard__slider .swiper-rtl .swiper-button-prev {
        width: 70px;
        height: 70px;
        background-size: cover;
    }
    .estcard__slider .swiper-button-next,
    .estcard__slider .swiper-rtl .swiper-button-prev {
        background-image: url(../img/svg/mobile-slide-btn-next.svg);
    }
    .estcard__slider .swiper-button-prev,
    .estcard__slider .swiper-rtl .swiper-button-next {
        background-image: url(../img/svg/mobile-slide-btn-prev.svg);
    }
    .estcard__slider .swiper-pagination {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: initial;
        top: 15px;
        color: #fbfbfb;
        background: transparent;
    }
    .estcard__slider .swiper-pagination:before {
        display: none;
    }
    .fancybox-thumbs__list::-webkit-scrollbar {
        width: 0 !important;
    }
    .fancybox-thumbs {
        width: 100%;
        padding: 0;
    }
    .fancybox-thumbs__list a {
        max-width: 100%;
        height: inherit;
        border-radius: 0;
        margin-bottom: 0;
        border-bottom: 5px solid #050a15;
        opacity: 1;
        margin: 0;
    }
    .fancybox-thumbs__list a:before {
        border: none;
        border-radius: 0;
    }
    .fancybox-button.fancybox-button--close:before {
        display: none;
    }
    .fancybox-toolbar {
        width: 100%;
    }
    .fancybox-button.fancybox-button--close {
        position: absolute;
        left: 20px;
        top: 20px;
        width: 32px;
        height: 32px;
        background-size: cover;
        background-image: url(../img/svg/close_gallery_mobile.svg);
    }
    .fancybox-navigation {
        display: none;
    }
    .estpage {
        padding: 88px 0 0;
    }
    .estcard .agent__btn {
        display: none;
    }
    .estcard__back {
        display: block;
        position: absolute;
        left: 16px;
        top: 47px;
        width: 32px;
        height: 32px;
        background-size: cover;
        z-index: 10;
    }
    .estpage__slider-mobilepanel .mobilepanel__plan img {
        display: none;
    }
    .estpage__slider-mobilepanel .mobilepanel__video {
        width: 87px;
        height: 32px;
        background-size: cover;
        margin-right: 8px;
        background-image: url(../img/svg/estpage_mobilepanel_video.svg);
    }
    .estpage__slider-mobilepanel .mobilepanel__plan {
        width: 129px;
        height: 32px;
        background-size: cover;
        background-image: url(../img/svg/estpage_mobilepanel_plan.svg);
    }
    .estpage__slider-mobilepanel .mobilepanel__location {
        width: 32px;
        height: 32px;
        background-size: cover;
        margin: 0 0 0 auto;
        background-image: url(../img/svg/estpage_mobilepanel_location.svg);
    }
    .estcard .container {
        max-width: 100%;
        padding: 0;
    }
    .estpage .estcard__slider-item img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .estpage .estcard__slider-item a {
        width: 100%;
    }
    .estpage .estcard__slider-item {
        width: 100%;
    }
    .estcard__slider .full-view,
    .estcard__slider .video-view {
        display: none;
    }
    .estpage__slider-mobilepanel {
        position: absolute;
        z-index: 999;
        bottom: 0;
        width: 100%;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 28px 16px;
    }
    .estpage .estcard__slider {
        margin-bottom: 0px;
        height: 60vw;
    }
    .estcard__box .more-btn {
        padding: 12px 0;
    }
    .estcard__box-info ul {
        margin-bottom: 32px;
    }
    .estcard__box-row .whitebtn {
        display: none;
    }
    .estcard__box-info .mobile-btn {
        display: block;
    }
    .estcard__box-info .mobile-btn .whitebtn {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .estcard__box-info .mobile-btn .whitebtn svg {
        margin-right: 8px;
    }
    .estcard__box-parametres li {
        width: 100%;
        margin-top: 20px;
    }
    .estcard__box-parametres li:nth-child(2) {
        margin-top: 20px;
    }
    .object-proposition .proposition__slider-arrows {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .estcard__consultation-info {
        margin-right: 0;
    }
    .estcard__consultation-info .information {
        width: calc(100% - 80px);
    }
    .estcard__consultation-head h2 {
        font-size: 24px;
    }
    .estcard__consultation-form .inputfield.phone-field ul {
        width: 100%;
    }
    .estcard__consultation-form .formbtn {
        width: 100%;
        height: 38px;
    }
    .estcard__consultation-form .formbtn .hidebtn {
        display: block;
        color: var(--Black, #050505);
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        letter-spacing: 0.15px;
    }
    .estcard__consultation-form .formbtn:before {
        content: "";
        margin-right: 8px;
        position: relative;
        top: initial;
        left: initial;
        -webkit-transform: none;
        transform: none;
    }
    .estcard__consultation-form .inputfield {
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0;
    }
    .estcard__consultation-form .form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .estcard__box {
        padding: 0 16px;
        margin-bottom: 40px;
    }
    .estcard__consultation {
        border-radius: 0;
        padding: 32px 16px;
    }
}
@media (max-width: 576.8px) {
    .estcard__back {
        top: 7px;
        left: 16px;
    }
    .estpage {
        padding: 48px 0 0;
    }
    .estcard__hidden-img p {
        font-size: 22px;
    }
    .estcard__hidden-img {
        height: 70vw;
    }
    .estcard__box-info {
        padding: 0;
    }
    .estcard__box-head span {
        font-size: 12px;
    }
    .estcard__box-head h2 {
        font-size: 22px;
    }
    .estate__card-headcheck {
        font-size: 12px;
    }
    .estcard__head p {
        font-size: 12px;
    }
    .estcard__head .dot {
        width: 2px;
        height: 2px;
    }
    .estcard__slider .swiper-button-next,
    .estcard__slider .swiper-button-prev,
    .estcard__slider .swiper-rtl .swiper-button-next,
    .estcard__slider .swiper-rtl .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
    .estcard__box-content p {
        font-size: 14px;
    }
    .estcard__box {
        margin-bottom: 24px;
    }
    .estcard__box > h3 {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .estcard__box-parametres li {
        font-size: 14px;
        margin-top: 8px;
        padding-left: 20px;
    }
    .estcard__box-parametres li:nth-child(2) {
        margin-top: 8px;
    }
    .estcard__box-parametres li:before {
        width: 12px;
        height: 12px;
    }
}
@media (max-width: 359.8px) {
    .estcard__box-head span {
        font-size: 10px;
    }
}
.estate {
    padding-top: 88px;
}
.estate__head {
    border-bottom: 1px solid var(--Light-grey, #d1d1d1);
}
.estate__mobile {
    display: none;
}
.estate__objects-head--mobile {
    display: none;
}
.estate__mobile-buttons {
    display: none;
}
.mobile-sort-dropdown {
    display: none;
}
.estate__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 72px;
}
.estate__filter input {
    border-radius: 100px;
    border: 1px solid var(--Mid-black, #212121);
    background: #fbfbfb;
    height: 40px;
    width: 100%;
    color: var(--Mid-black, #212121);
    font-family: Mont;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1px;
    padding: 7px 10px 7px 24px;
    cursor: pointer;
}
.estate__filter input::-webkit-input-placeholder {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: var(--Mid-black, #212121);
    font-family: Mont;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.estate__filter input::-moz-placeholder {
    -moz-transition: 0.3s;
    transition: 0.3s;
    color: var(--Mid-black, #212121);
    font-family: Mont;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.estate__filter input:-ms-input-placeholder {
    -ms-transition: 0.3s;
    transition: 0.3s;
    color: var(--Mid-black, #212121);
    font-family: Mont;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.estate__filter input::-ms-input-placeholder {
    -ms-transition: 0.3s;
    transition: 0.3s;
    color: var(--Mid-black, #212121);
    font-family: Mont;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.estate__filter input::placeholder {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: var(--Mid-black, #212121);
    font-family: Mont;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.estate__filter .inputfield {
    margin-right: 8px;
    position: relative;
    cursor: pointer;
}
.estate__filter .inputfield:first-child {
    width: 109px;
}
.estate__filter .inputfield:first-child .dropdown-box {
    width: 226px;
    padding: 16px;
}
.estate__filter .inputfield:nth-child(2) {
    width: 91px;
}
.estate__filter .inputfield:nth-child(2) .dropdown-box {
    width: 186px;
    padding: 16px;
}
.estate__filter .inputfield:nth-child(3) {
    width: 130px;
}
.estate__filter .inputfield:nth-child(3) .dropdown-box {
    width: 288px;
    padding: 16px 16px 24px;
}
.estate__filter .inputfield:nth-child(4) {
    width: 116px;
}
.estate__filter .inputfield:nth-child(4) .dropdown-box {
    width: 288px;
    padding: 16px 16px 24px;
}
.estate__filter .inputfield:nth-child(5) {
    width: 139px;
}
.estate__filter .inputfield:nth-child(5) .dropdown-box {
    width: 288px;
    padding: 16px 16px 24px;
}
.estate__filter .inputfield.grey-field .close {
    position: absolute;
    top: 50%;
    right: 16px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 6;
}
.estate__filter .inputfield.grey-field.active {
    position: relative;
    width: 148px;
}
.estate__filter .inputfield.grey-field.active input {
    cursor: default;
    background: var(--Light-grey-shade-4, #e3e3e3);
    padding-left: 40px;
}
.estate__filter .inputfield.grey-field.active:before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../img/svg/done_icon.svg);
    width: 18px;
    height: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 16px;
    z-index: 2;
    cursor: default;
}
.estate__filter .inputfield.grey-field.active .has-dropdown:after {
    display: none;
}
.estate__filter .checkfield {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    border-radius: 8px;
    padding: 7px 16px;
    height: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.estate__filter .checkfield:hover {
    background: rgba(209, 209, 209, 0.5);
}
.estate__filter .checkfield span {
    color: #050505;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.1px;
}
.estate__filter .checkfield span:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    margin-right: 13px;
    vertical-align: middle;
    background-position: center;
}
.estate__filter .checkfield input {
    opacity: 0;
    position: absolute;
}
.estate__filter .checkfield input:checked + span:before {
    background-image: url(../img/svg/checked-white.svg);
}
.estate__filter .clearbtn {
    padding: 10px 24px;
    color: var(--Black, #050505);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.15px;
    border-radius: 100px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: none;
    background: transparent;
}
.estate__filter .clearbtn:hover {
    background: #e8e8e8;
}
.estate__filter-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.estate__filter-tabs {
    border-radius: 100px;
    border: 1px solid var(--Black, #050505);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 0 0;
}
.estate__filter-tabs .estate-tab {
    border-radius: 100px;
    height: 37px;
    padding: 9px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--Black, #050505);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.15px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.estate__filter-tabs .estate-tab + .estate-tab {
    margin-left: 4px;
}
.estate__filter-tabs .estate-tab.active {
    border: 1px solid #050505;
    background-color: #050505;
    color: #fff;
}
.estate__inner {
    height: calc(100vh - 161px);
    min-height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.estate__map {
    width: 55%;
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}
.estate__map img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.estate__map iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.estate__map-btn {
    position: absolute;
    z-index: 22;
    padding: 9px 24px 9px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    background: var(--White, #fbfbfb);
    -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    left: 70px;
    bottom: 60px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.estate__map-btn:hover {
    border-radius: 100px;
    background: #f1f1f1;
}
.estate__map-btn img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}
.estate__map-btn p {
    color: var(--Black, #050505);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.15px;
    margin: 0;
}
.estate__map-btn .less {
    display: none;
}
.estate__map-btn.active .less {
    display: block;
}
.estate__map-btn.active .more {
    display: none;
}
.estate__objects {
    height: 100%;
    width: 45%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-left: 26px;
    padding-right: 16px;
    position: relative;
}
.estate__inner.active-objects .estate__map {
    width: 0;
    overflow: hidden;
}
.estate__inner.active-objects .estate__objects {
    max-width: 1360px;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
}
.estate__inner.active-objects .estate__objects .estate__objects-button {
    left: -7px;
}
.estate__inner.active-objects .estate__objects .estate__objects-button img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.estate__inner.active-objects .estate__objects .estate__objects-wrapper .proposition__slide {
    max-width: 24%;
}
.estate__inner.active-objects .estate__objects .estate__objects-wrapper {
    gap: 15px;
}
.estate__inner.active-objects .estate__objects-btnwrap:before {
    display: none;
}
.estate__inner.active-objects .estate__objects-button {
    left: -20px;
}
.estate__inner.active-map .estate__map {
    width: 100%;
}
.estate__inner.active-map .estate__objects {
    width: 0;
    padding: 0 !important;
    overflow: hidden;
}
.estate__objects-btnwrap {
    height: 252px;
    position: absolute;
    width: 57px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -40px;
    z-index: 9;
}
.estate__objects-btnwrap:before {
    content: "";
    position: absolute;
    background-image: url(../img/element_btn_objects_btn.png);
    right: 17px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    background-size: cover;
    width: 45px;
    z-index: 2;
}
.estate__objects-button {
    position: absolute;
    top: 33%;
    left: 10px;
    z-index: 999;
    cursor: pointer;
    height: 80px;
    width: 50px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.estate__objects-button img {
    width: 24px;
    height: 24px;
    background-size: cover;
}
.estate__objects-head {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 20px 17px 0;
}
.estate__objects-head p {
    color: rgba(60, 60, 60, 0.7);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-right: 4px;
}
.estate__objects-head span {
    color: #050505;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.estate__objects-found {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.estate__objects-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-right: 22px;
}
.estate__objects-sort span {
    cursor: pointer;
}
.estate__objects-sort:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../img/svg/lang_arrow.svg);
    background-size: cover;
}
.estate__objects-sort ul {
    width: 211px;
    border-radius: 16px;
    background: var(--White, #fbfbfb);
    -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.09);
    position: absolute;
    z-index: 25;
    top: calc(100% + 2px);
    right: 0;
    display: none;
    padding: 8px;
}
.estate__objects-sort ul li {
    padding: 8px 15px 8px 15px;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 8px;
    color: #050505;
    font-family: Mont;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 171%;
    letter-spacing: 0.15px;
    cursor: pointer;
    transition: 0.3s;
}
.estate__objects-sort ul li:hover {
    background: rgba(209, 209, 209, 0.3);
}
.estate__objects-sort ul li:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 8px;
    background-image: url(../img/svg/done_icon.svg);
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.estate__objects-sort ul li.active:before {
    opacity: 1;
}
.estate__objects-inner {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}
.estate__objects-inner::-webkit-scrollbar {
    width: 4px;
    cursor: pointer;
}
.estate__objects-inner::-webkit-scrollbar-track {
    background: rgba(209, 209, 209, 0.5019607843);
    cursor: pointer;
}
.estate__objects-inner::-webkit-scrollbar-thumb {
    background-color: #3c3c3c;
    cursor: pointer;
    border-radius: 20px;
}
.estate__objects-inner .pagination {
    margin-bottom: 56px;
}
.estate .selection {
    padding: 56px 55px 78px;
    border-radius: 16px;
    margin: 80px 0;
}
.estate .selection .selection__left h2 {
    margin-bottom: 16px;
    color: var(--White, #fbfbfb);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.estate .selection .selection__left p {
    margin-bottom: 56px;
    color: var(--Light-grey, #d1d1d1);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.3px;
}
.estate .selection .selection__right .form {
    max-width: 500px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
}
.estate .selection .selection__right .inputfield {
    margin-bottom: 0;
}
.estate .selection .selection__right .formbtn {
    margin-top: 0px;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background: #22f100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    outline: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}
.estate .selection .selection__right .formbtn span {
    display: none;
}
.estate .selection .selection__right .formbtn:before {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -45%);
    transform: translate(-40%, -45%);
}
.estate .selection .selection__right .formbtn:hover {
    background: #25d009;
}
.estate__objects-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px;
    width: 100%;
    margin-bottom: 24px;
}
.estate__objects-wrapper .proposition__slide {
    max-width: 48%;
    width: 100%;
    margin: 0;
    border: 2px solid transparent;
}
.estate__objects-wrapper .proposition__slide:before {
    width: calc(100% + 4px);
}
.estate__objects-wrapper .proposition__slide:hover .proposition__slide-image {
    border: 1px solid #159e34;
    border-bottom: none;
}
.estate__objects-wrapper .proposition__slide:hover .proposition__slide-info {
    border: 1px solid #159e34;
    border-top: none;
}
.estate__objects-wrapper .proposition__slide-image {
    width: 100%;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 160px;
}
.estate__objects-wrapper .proposition__slide-info {
    width: 100%;
}
.estate-formsect .selection__left {
    max-width: 700px;
    margin: 0 auto;
}
@media (max-width: 1800px) {
    .estate__objects {
        width: 48%;
    }
    .estate__map {
        width: 52%;
    }
    .estate__objects-wrapper {
        gap: 20px;
    }
}
@media (max-width: 1600.8px) {
    .estate__objects-wrapper .proposition__slide-image {
        height: 136px;
    }
    .estate__objects {
        width: 50%;
        padding-left: 16px;
    }
    .estate__map {
        width: 50%;
    }
    .estate__objects-wrapper {
        gap: 8px;
    }
}
@media (max-width: 1439.8px) {
    .estate__inner.active-objects .estate__objects {
        max-width: 1300px;
    }
    .estate__objects {
        width: 53%;
    }
    .estate__map {
        width: 47%;
    }
}
@media (max-width: 1399.8px) {
    .estate__inner.active-objects .estate__objects .estate__objects-wrapper .proposition__slide {
        max-width: 32%;
    }
    .estate__inner.active-objects .estate__objects {
        max-width: 1116px;
    }
    .estate__objects {
        width: 60%;
    }
    .estate__map {
        width: 40%;
    }
}
@media (max-width: 1199.8px) {
    .estate__objects-head {
        display: none;
    }
    .estate__objects-head--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 24px 0 16px;
    }
    .estate__objects-head--mobile p {
        color: var(--Grey, #3c3c3c);
        font-family: Mont;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .mobile-sort-dropdown {
        display: block;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        background: #f6f6f6;
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .mobile-sort-dropdown.active {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    .mobile-sort-dropdown .head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding: 12px 8px 8px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom: 0.5px solid var(--Light-grey, #d1d1d1);
        position: relative;
    }
    .mobile-sort-dropdown .head h4 {
        color: var(--Black, #050505);
        font-family: Mont;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
    }
    .mobile-sort-dropdown .head .close-sort {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 16px;
    }
    .mobile-sort-dropdown ul {
        height: 100%;
        padding: 24px 16px 0;
    }
    .mobile-sort-dropdown ul li {
        border-bottom: 1px solid rgba(209, 209, 209, 0.5);
        padding: 8px 8px 8px 36px;
        margin-bottom: 16px;
        position: relative;
    }
    .mobile-sort-dropdown ul li.active:before {
        content: "";
        position: absolute;
        width: 18px;
        height: 18px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        background-image: url(../img/svg/done_icon.svg);
    }
    .estate__objects-wrapper .proposition__slide-image {
        width: 100%;
    }
    .estate__objects-wrapper .proposition__slide-info {
        width: 100%;
    }
    .estate__inner.active-objects .estate__objects {
        max-width: 936px;
        display: block;
    }
    .estate__inner.active-objects .estate__map {
        display: none;
    }
    .estate__inner.active-objects .obj-map,
    .estate__inner.active-objects .obj-sort {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    .estate__inner.active-objects .obj-list {
        display: none;
    }
    .estate__inner.active-map .estate__objects {
        display: none;
    }
    .estate__inner.active-map .estate__map {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    .estate__inner.active-map .obj-map,
    .estate__inner.active-map .obj-sort {
        display: none;
    }
    .estate__inner.active-map .obj-list {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    .estate__objects-button {
        display: none;
    }
    .estate__inner {
        height: calc(100vh - 208px);
        min-height: 650px;
    }
    .estate__mobile-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0px 8px 0px 0;
        height: 38px;
        border-radius: 100px;
        background: var(--White, #fbfbfb);
        -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
        position: fixed;
        z-index: 55;
        bottom: 20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        cursor: pointer;
    }
    .estate__mobile-buttons a {
        color: var(--Black, #050505);
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        letter-spacing: 0.15px;
        padding: 9px 16px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .estate__mobile-buttons img {
        margin-right: 8px;
        width: 18px;
        height: 18px;
    }
    .estate__mobile-buttons .obj-map,
    .estate__mobile-buttons .obj-sort {
        display: none;
    }
    .estate__map {
        width: 100%;
    }
    .estate__objects {
        display: none;
    }
    .estate__map-btn {
        display: none;
    }
    .estate__filter {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        margin-bottom: 20px;
    }
    .estate__filter-left {
        margin-bottom: 20px;
    }
}
@media (max-width: 991.8px) {
    .estate__inner {
        height: calc(100vh - 133px);
        
    }
    .estate__inner.active-objects .estate__objects .estate__objects-wrapper {
        gap: 10px;
    }
    .estate__inner.active-objects .estate__objects .estate__objects-wrapper .proposition__slide {
        max-width: 49%;
    }
    .estate .selection {
        padding: 50px 30px 65px;
        border-radius: 16px;
        margin: 50px 0;
    }
    .estate .selection .selection__right form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 350px;
        width: 100%;
    }
    .estate .selection .selection__right .inputfield {
        margin-bottom: 30px;
        width: 100%;
    }
    .estate .selection .selection__right .formbtn {
        margin-top: 0px;
        width: 100%;
        margin-top: 10px;
    }
    .estate .selection .selection__right .formbtn span {
        display: block;
    }
    .estate .selection .selection__right .formbtn:before {
        position: relative;
        vertical-align: middle;
        display: inline-block;
        margin-right: 8px;
        top: initial;
        left: initial;
        -webkit-transform: none;
        transform: none;
    }
    .estate__inner.active-objects .estate__objects {
        max-width: 696px;
    }
    .estate__filter {
        display: none;
    }
    .estate__mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 7px 0;
    }
    .estate__mobile-filter,
    .estate__mobile-type {
        cursor: pointer;
    }
    .estate__mobile-filter p,
    .estate__mobile-type p {
        color: var(--Mid-black, #212121);
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: 0.1px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 11px 42px 11px 24px;
        border-radius: 100px;
        border: 1px solid var(--Mid-black, #212121);
        height: 40px;
        margin-right: 8px;
    }
    .estate__mobile-filter p:after,
    .estate__mobile-type p:after {
        content: "";
        width: 18px;
        height: 18px;
        background-size: cover;
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 16px;
        background-image: url(../img/svg/lang_arrow.svg);
    }
    .estate__mobile-type .type-dropdown {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9999;
        width: 100%;
        height: 100vh;
        background: #f6f6f6;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
    .estate__mobile-type .type-dropdown.active {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .estate__mobile-type .type-dropdown .type-dropdown__head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 12px 8px 8px;
        position: relative;
        border-bottom: 0.5px solid var(--Light-grey, #d1d1d1);
    }
    .estate__mobile-type .type-dropdown .type-dropdown__head .close-btn {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 16px;
        z-index: 99;
        width: 24px;
        height: 24px;
        cursor: pointer;
    }
    .estate__mobile-type .type-dropdown .type-dropdown__head h4 {
        color: var(--Black, #050505);
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
    }
    .estate__mobile-type .type-dropdown .type-dropdown__list {
        height: 100%;
        padding: 28px 20px;
    }
    .estate__mobile-type .type-dropdown .type-dropdown__list li {
        padding: 8px;
    }
    .estate__mobile-type .type-dropdown .type-dropdown__list li span {
        color: var(--Grey, #3c3c3c);
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: 0.1px;
    }
    .estate__mobile-type .type-dropdown .type-dropdown__list li input {
        position: absolute;
        opacity: 0;
        z-index: -1;
    }
    .estate__mobile-type .type-dropdown .type-dropdown__list li input + span:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 1px solid #3c3c3c;
        margin-right: 12px;
    }
    .estate__mobile-type .type-dropdown .type-dropdown__list li input:checked + span:before {
        background-color: #3c3c3c;
        border: 3px solid #f6f6f6;
        -webkit-box-shadow: 0 0 0 2px #3c3c3c;
        box-shadow: 0 0 0 2px #3c3c3c;
    }
    .estate__mobile-type .type-dropdown .type-dropdown__bottom {
        padding: 24px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-top: 0.5px solid var(--Light-grey, #d1d1d1);
    }
    .estate__mobile-type .type-dropdown .type-dropdown__bottom .typebtn {
        height: 40px;
        max-width: 360px;
        width: 100%;
        margin: 0 auto;
    }
    .estate__mobile-filter p > span {
        border-radius: 100px;
        background: var(--Black, #050505);
        width: 20px;
        height: 20px;
        color: var(--White, #fbfbfb);
        text-align: center;
        font-family: Mont;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0.1px;
        margin-left: 8px;
    }
    .estate__mobile-filter .filter-dropdown {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9999;
        width: 100%;
        height: 100vh;
        background: #f6f6f6;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
    .estate__mobile-filter .filter-dropdown .checkfield {
        margin-bottom: 16px;
    }
    .estate__mobile-filter .filter-dropdown.active {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .estate__mobile-filter .filter-dropdown .filter-dropdown__head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 12px 8px 8px;
        position: relative;
        border-bottom: 0.5px solid var(--Light-grey, #d1d1d1);
    }
    .estate__mobile-filter .filter-dropdown .filter-dropdown__head .close-btn {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 16px;
        z-index: 99;
        width: 24px;
        height: 24px;
        cursor: pointer;
    }
    .estate__mobile-filter .filter-dropdown .filter-dropdown__head h4 {
        color: var(--Black, #050505);
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
    }
    .estate__mobile-filter .filter-dropdown .filter-dropdown__list {
        height: 100%;
        padding: 24px 16px 100px;
        overflow: auto;
    }
    .estate__mobile-filter .filter-dropdown .filter-dropdown__list .dropdown-row {
        margin-bottom: 24px;
    }
    .estate__mobile-filter .filter-dropdown .filter-dropdown__list .dropdown-row > span {
        color: var(--Black, #050505);
        text-align: center;
        font-family: Mont;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: 0.1px;
        margin-bottom: 16px;
        display: inline-block;
    }
    .estate__mobile-filter .filter-dropdown .filter-dropdown__list .dropdown-row .checkfield input:checked + span:before {
        background-image: url(../img/svg/checked-white.svg);
    }
    .estate__mobile-filter .filter-dropdown .filter-dropdown__list .dropdown-row .checkfield span {
        color: #050505;
        text-align: center;
        font-family: Mont;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: 0.1px;
    }
    .estate__mobile-filter .filter-dropdown .filter-dropdown__list .dropdown-box {
        display: block;
        position: relative;
        top: initial;
        left: initial;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .estate__mobile-filter .filter-dropdown .filter-dropdown__list .dropdown-box > span {
        color: var(--Black, #050505);
        text-align: center;
        font-family: Mont;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: 0.1px;
        margin-bottom: 8px;
        display: inline-block;
    }
    .estate__mobile-filter .filter-dropdown .filter-dropdown__list .dropdown-box input {
        border-radius: 100px;
        border: 1px solid var(--Light-grey, #d1d1d1);
        height: 40px;
        width: 100%;
        color: var(--Black-shade-2, #373737);
        font-family: Mont;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: 0.1px;
        padding: 10px 16px;
        background: transparent;
    }
    .estate__mobile-filter .filter-dropdown .filter-dropdown__list .dropdown-box .dropdown-row .extra-controls {
        margin-bottom: 0;
    }
    .estate__mobile-filter .filter-dropdown .filter-dropdown__list .dropdown-box .dropdown-row .irs--round .irs-from,
    .estate__mobile-filter .filter-dropdown .filter-dropdown__list .dropdown-box .dropdown-row .irs--round .irs-to {
        display: none;
    }
    .estate__mobile-filter .filter-dropdown .filter-dropdown__bottom {
        padding: 24px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-top: 0.5px solid var(--Light-grey, #d1d1d1);
        position: fixed;
        bottom: 12%;
        left: 0;
        background-color: #f6f6f6;
        width: 100%;
        z-index: 99;
    }
    .estate__mobile-filter .filter-dropdown .filter-dropdown__bottom .clearbtn {
        height: 40px;
        margin-right: 16px;
        padding: 10px 28px;
    }
    .estate__mobile-filter .filter-dropdown .filter-dropdown__bottom .filtrbtn {
        height: 40px;
        padding: 10px 30px;
    }
}
@media (max-width: 767.8px) {
    .estate__inner.active-objects .estate__objects .estate__objects-wrapper .proposition__slide {
        max-width: 400px;
    }
    .estate__objects-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .estate__inner.active-objects .estate__objects {
        max-width: 516px;
    }
    .estate .selection .selection__left h2 {
        font-size: 28px;
    }
    .estate .selection .selection__left p {
        margin-bottom: 40px;
        font-size: 14px;
    }
    .estate .selection {
        margin: 32px 0 0;
    }
    .estate-formsect {
        background: #050505;
    }
    .estate .selection .selection__right .form {
        max-width: 100%;
    }
    .estate__objects-inner::-webkit-scrollbar {
        width: 2px;
    }
    .estate__objects-inner::-webkit-scrollbar-track {
        background: transparent;
    }
    .estate__objects-inner::-webkit-scrollbar-thumb {
        background-color: transparent;
        border-radius: 20px;
    }
}
@media (max-width: 575.8px) {
    .estate__inner {
        /* height: calc(100vh - 105px); */
        height: 580px;
    }
    .estate__objects-inner {
        overflow-y: auto;
        overflow-x: hidden;
        height: calc(100% - 90px);
    }
    .estate {
        padding-top: 50px;
    }
    .estate .selection .selection__left h2 {
        font-size: 24px;
    }
    .estate .selection .selection__left p {
        margin-bottom: 32px;
        font-size: 12px;
    }
    .estate .selection {
        padding: 64px 0 59px;
        margin: 0px 0 0;
    }
    .estate__objects-wrapper .proposition__slide {
        width: 100%;
    }
    .estate__inner.active-objects .estate__objects {
        padding: 0 16px;
    }
}
.privacy {
    padding: 236px 0 160px;
}
.privacy__inner {
    padding-bottom: 80px;
}
.privacy__inner h1 {
    color: var(--Black, #050505);
    font-weight: 500;
    letter-spacing: -0.25px;
    margin-bottom: 112px;
}
.privacy__inner h2 {
    color: var(--Black, #050505);
    font-family: Mont;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-top: 80px;
    margin-bottom: 24px;
}
.privacy__inner p {
    color: rgba(5, 5, 5, 0.7);
    font-family: Mont;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
}
.privacy__inner ul {
    padding-left: 20px;
    margin-bottom: 20px;
}
.privacy__inner ul li {
    list-style: disc;
    color: rgba(5, 5, 5, 0.7);
    font-family: Mont;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.3px;
}
.privacy__inner ul li::marker {
    font-size: 12px;
}
.privacy__inner a {
    color: #387feb;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.3px;
    text-decoration-line: underline;
}
.privacy__inner-bottom {
    padding-top: 80px;
    border-top: 1px solid rgba(5, 5, 5, 0.5);
}
.privacy__inner-bottom h2 {
    color: var(--Black, #050505);
    font-family: Mont;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 24px;
}
.privacy__inner-bottom p {
    color: rgba(5, 5, 5, 0.7);
    font-family: Mont;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.3px;
}
@media (max-width: 1399.8px) {
    .privacy {
        padding: 180px 0 120px;
    }
    .privacy__inner h1 {
        margin-bottom: 70px;
    }
    .privacy__inner h2 {
        font-size: 36px;
        margin-top: 70px;
    }
    .privacy__inner-bottom h2 {
        font-size: 36px;
    }
    .privacy__inner {
        padding-bottom: 60px;
    }
}
@media (max-width: 991.8px) {
    .privacy {
        padding: 160px 0 90px;
    }
    .privacy__inner h1 {
        margin-bottom: 50px;
    }
    .privacy__inner-bottom h2 {
        font-size: 32px;
    }
    .privacy__inner h2 {
        font-size: 32px;
        margin-top: 50px;
    }
}
@media (max-width: 767.8px) {
    .privacy {
        padding: 100px 0 100px;
    }
}
@media (max-width: 575.8px) {
    .privacy__inner {
        padding-bottom: 40px;
    }
    .privacy__inner h2 {
        margin-bottom: 16px;
    }
    .privacy__inner h1 {
        margin-bottom: 40px;
    }
    .privacy__inner-bottom {
        padding-top: 56px;
        border-top: 1px solid rgba(5, 5, 5, 0.5);
    }
    .privacy__inner-bottom h2 {
        font-size: 24px;
    }
    .privacy__inner h2 {
        font-size: 24px;
    }
    .privacy {
        padding: 70px 0 100px;
    }
}
.header {
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
    left: 0;
}
.header.change-bg {
    background-color: #f6f6f6;
}
.header .white-logo {
    display: none;
}
.header.white {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 5, 5, 0.88)), color-stop(90.34%, rgba(5, 5, 5, 0)));
    background: linear-gradient(180deg, rgba(5, 5, 5, 0.88) 0%, rgba(5, 5, 5, 0) 90.34%);
}
.header.white .black-logo {
    display: none;
}
.header.white .white-logo {
    display: block;
}
.header.white .header__menu a {
    color: #fbfbfb;
}
.header.white .header__menu li.active:after {
    background-color: #fbfbfb;
}
.header.white .header__lang p {
    color: #fbfbfb;
}
.header.white .header__lang p:after {
    background-image: url(../img/svg/lang_arrow_white.svg);
}
.header.white .header__lang p:before {
    background-image: url(../img/svg/lang_icon_white.svg);
}
.header.white .header__btn {
    border: 1px solid #fbfbfb;
    color: #fbfbfb;
}
.header.white .burger span {
    background: #fbfbfb;
}
.header.white.change-bg {
    background: #f6f6f6;
}
.header.white.change-bg .burger span {
    background: #050505;
}
.header.white.change-bg .black-logo {
    display: block;
}
.header.white.change-bg .white-logo {
    display: none;
}
.header.white.change-bg .header__btn {
    color: #050505;
    border: 1px solid #050505;
}
.header.white.change-bg .header__lang p,
.header.white.change-bg .header__menu a {
    color: #050505;
}
.header.white.change-bg .header__lang p:after {
    background-image: url(../img/svg/lang_arrow.svg);
}
.header.white.change-bg .header__lang p:before {
    background-image: url(../img/svg/lang_icon.svg);
}
.header.white.change-bg li.active:after {
    background-color: #050505;
}
.burger {
    display: none;
}
.header__inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 88px;
}
.header__logo {
    position: relative;
    z-index: 9;
}
.header__logo a {
    display: block;
}
.header__logo img {
    width: 153px;
    background-size: cover;
}
.header__nav {
    width: calc(100% - 153px);
}
.header__nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
    margin: 0 0 0 auto;
}
.header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 12px;
    margin: 0 0 0 auto;
}
.header__menu li + li {
    margin-left: 12px;
}
.header__menu li {
    position: relative;
    background: rgba(218, 218, 218, 0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.header__menu li.active:after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 0;
    background-color: #050505;
    width: 100%;
    height: 3px;
    border-radius: 3px;
}
.header__menu a {
    color: var(--Black, #050505);
    font-family: Mont;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.15px;
    padding: 4px 16px;
    border-radius: 8px;
    height: 32px;
}
.header__menu a:hover {
    background: rgba(218, 218, 218, 0.5);
}
.header__lang {
    margin: 0 auto 0 0;
}
.header__lang,
.header__lang-mobile {
    cursor: pointer;
    position: relative;
}
.header__lang p,
.header__lang-mobile p {
    position: relative;
    border-radius: 8px;
    background: rgba(218, 218, 218, 0);
    padding: 4px 8px;
    width: 87px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-transform: uppercase;
}
.header__lang p:before,
.header__lang-mobile p:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../img/svg/lang_icon.svg);
}
.header__lang p:after,
.header__lang-mobile p:after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../img/svg/lang_arrow.svg);
}
.header__lang-mobile > ul a,
.header__lang > ul a {
    display: block;
    padding: 8px 15px 8px 43px;
    color: #050505;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
    cursor: pointer;
    text-align: left;
    border-radius: 8px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
}
.header__lang-mobile > ul a:before,
.header__lang > ul a:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 11px;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 10px;
    background-image: url(../img/svg/done_icon.svg);
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.header__lang-mobile > ul li.active a:before,
.header__lang > ul li.active a:before {
    opacity: 1;
}
.header__lang > ul {
    position: absolute;
    width: 196px;
    top: 110%;
    left: -10px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 16px;
    background: var(--White, #fbfbfb);
    -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.04);
    padding: 8px;
}
.header__lang > ul a:hover {
    background: rgba(209, 209, 209, 0.3);
}
.header__lang p:hover {
    background: rgba(218, 218, 218, 0.5);
}
.header__lang:hover > ul {
    visibility: visible;
    opacity: 1;
    z-index: 2;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.header__lang-mobile {
    display: none;
}
.header__lang-mobile > ul {
    display: none;
}
.header__btn {
    padding: 8px 59px;
    color: var(--Black, #050505);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.15px;
    border: 1px solid #050505;
    border-radius: 30px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.header__btn:hover {
    background: var(--Light-grey, #e8e8e8);
}
@media (max-width: 1399.8px) {
    .header__btn {
        margin-left: 30px;
        padding: 8px 40px;
    }
    .header__menu li + li {
        margin-left: 5px;
    }
    .header__menu li {
        border-radius: 8px;
        background: rgba(218, 218, 218, 0);
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .header__menu li a {
        height: 32px;
        padding: 4px 12px;
    }
}
@media (max-width: 1199.8px) {
    .burger {
        display: inline-block;
        border: none;
        background-color: transparent;
        outline: none;
        padding: 0;
        width: 24px;
        height: 24px;
        overflow: hidden;
        z-index: 22;
    }
    .burger span {
        display: block;
        height: 2px;
        background: #050505;
        margin: 4px 0;
        border-radius: 5px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    .burger.open span {
        background: #050505;
    }
    .burger.open span:first-child {
        -webkit-transform: translateX(4px) translateY(-2px) rotate(45deg);
        transform: translateX(4px) translateY(-2px) rotate(45deg);
    }
    .burger.open span:nth-child(2) {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }
    .burger.open span:nth-child(3) {
        -webkit-transform: translateX(2px) translateY(3px) rotate(-45deg);
        transform: translateX(2px) translateY(3px) rotate(-45deg);
    }
    .header.white .burger.open span {
        background: #050505;
    }
    .header__nav {
        background-color: #f6f6f6;
        position: fixed;
        width: 35%;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        opacity: 0;
        top: 0;
        right: 0;
        height: 100vh;
        padding: 88px 0 80px;
        overflow: auto;
    }
    .header__nav.open {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }
    .header__nav-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-height: -webkit-fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content;
    }
    .header__lang {
        display: none;
    }
    .header__lang-mobile {
        display: block;
        width: 100%;
        padding: 32px 16px 0px;
        border-bottom: 1px solid rgba(209, 209, 209, 0.5);
        margin: 0 16px 48px;
    }
    .header__lang-mobile > ul {
        padding-bottom: 16px;
    }
    .header__lang-mobile p {
        margin-bottom: 16px;
    }
    .header__lang-mobile li {
        margin-bottom: 16px;
    }
    .header__lang-mobile li:last-child {
        margin-bottom: 0;
    }
    .header__btn {
        margin: 0 16px;
        width: 100%;
    }
    .header.white .header__menu,
    .header__menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        padding: 10px 16px 0;
        margin: 0;
    }
    .header.white .header__menu li,
    .header__menu li {
        width: 100%;
        padding: 32px 16px 16px;
        border-bottom: 1px solid rgba(209, 209, 209, 0.5);
        height: auto;
        border-radius: 0;
    }
    .header.white .header__menu li + li,
    .header__menu li + li {
        margin: 0;
    }
    .header.white .header__menu li a,
    .header__menu li a {
        color: #050505;
    }
    .header.white .header__menu li.active:after,
    .header__menu li.active:after {
        display: none;
    }
    .header.white .header__btn {
        color: #050505;
        border: 1px solid #050505;
    }
}
@media (max-width: 991.8px) {
    .header__logo img {
        width: 130px;
    }
    .header__nav {
        width: 45%;
    }
}
@media (max-width: 767.8px) {
    .header {
        border-bottom: 0.5px solid var(--Light-grey, #d1d1d1);
    }
    .header.white {
        border-bottom: none;
    }
    .header.white .header__nav.open {
        border-top: 0.5px solid var(--Light-grey, #d1d1d1);
        top: 88px;
    }
    .header.white-bg {
        background-color: #f6f6f6;
    }
    .header__menu li:first-child {
        border-top: none;
    }
    .header__logo img {
        width: 110px;
    }
    .header__nav {
        width: 100%;
        top: 89px;
        padding: 0 0 100px;
    }
}
@media (max-width: 575.8px) {
    .header.white .header__nav.open {
        top: 48px;
    }
    .header__nav {
        top: 49px;
    }
    .header__inner {
        height: 48px;
    }
    .header__logo img {
        width: 92px;
    }
}
.footer {
    background-color: #050505;
    padding-top: 76px;
}
.footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer__col:first-child a,
.footer__col:nth-child(2) a {
    position: relative;
    padding-bottom: 1px;
}
.footer__col:first-child a:after,
.footer__col:nth-child(2) a:after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.footer__col:first-child a:hover:after,
.footer__col:nth-child(2) a:hover:after {
    width: 100%;
}
.footer__col h5 {
    color: var(--White, #fbfbfb);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.15px;
    margin-bottom: 16px;
}
.footer__col a {
    color: rgba(255, 255, 255, 0.8);
    font-family: Mont;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    letter-spacing: 0.5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.footer__col a:hover {
    color: #fff;
}
.footer__col p {
    color: rgba(255, 255, 255, 0.7);
    font-family: Mont;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.footer__col:first-child {
    width: 7%;
}
.footer__col:nth-child(2) {
    width: 12%;
}
.footer__col:nth-child(3) {
    width: 21%;
}
.footer__col:nth-child(4) {
    width: 27%;
}
.footer__col:nth-child(5) {
    width: 13%;
}
.footer__col li {
    margin-bottom: 16px;
}
.footer__col li.title {
    margin-bottom: 24px;
}
.google__analytics .google__analytics-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
}
.google__analytics .google__analytics-row img {
    width: 24px;
    height: 24px;
}
.google__analytics .google__analytics-row img + img {
    margin-left: 8px;
}
.google__analytics .info p {
    color: var(--White, #fbfbfb);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1px;
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 4px;
}
.google__analytics .info span {
    color: var(--White, #fbfbfb);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.15px;
}
.google__analytics .info a {
    color: var(--White, #fbfbfb);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.15px;
    display: block;
}
.footer__logo {
    margin: 16px 0 30px;
    text-align: right;
}
.footer__logo a {
    display: inline-block;
    width: 93px;
}
.footer__logo img {
    width: 100%;
    background-size: cover;
}
.footer__bottom {
    padding: 36px 0;
    border-top: 1px solid #d1d1d1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer__bottom a {
    color: rgba(255, 255, 255, 0.7);
    font-family: Mont;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}
.footer__bottom p {
    color: rgba(255, 255, 255, 0.7);
    font-family: Mont;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
@media (max-width: 1399.8px) {
    .footer__col:first-child {
        width: 12%;
    }
}
@media (max-width: 991.8px) {
    .footer {
        padding-top: 60px;
    }
    .footer__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer__col:first-child {
        width: 33%;
        margin-bottom: 20px;
    }
    .footer__col:nth-child(2) {
        width: 33%;
    }
    .footer__col:nth-child(3) {
        width: 34%;
    }
    .footer__col:nth-child(4) {
        width: 33%;
    }
    .footer__col:nth-child(5) {
        width: 34%;
    }
}
@media (max-width: 767.8px) {
    .footer {
        padding-top: 48px;
    }
    .footer__col:first-child {
        width: 50%;
        margin-bottom: 24px;
    }
    .footer__col:nth-child(2) {
        width: 50%;
    }
    .footer__col:nth-child(3) {
        width: 100%;
        margin-bottom: 24px;
    }
    .footer__col:nth-child(4) {
        width: 100%;
        margin-bottom: 40px;
    }
    .footer__col:nth-child(5) {
        width: 100%;
        margin-bottom: 24px;
    }
    .footer__logo {
        display: none;
    }
}
@media (max-width: 575.8px) {
    .footer__bottom {
        padding: 24px 0 48px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer__bottom a {
        margin-bottom: 8px;
    }
}




.map-marker-img {
    width: 32px;
    height: 48px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 8px
}

.map-marker {
    z-index: 9999999;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.map-marker.show .info,.map-marker:hover .info {
    border-color: #D0B9FC;
    color: #D0B9FC
}

.map-marker.show .price,.map-marker:hover .price {
    background-color: #D0B9FC
}

.map-marker.show .price:after,.map-marker:hover .price:after {
    border-top: 7px solid #D0B9FC
}

.map-marker .close {
    position: absolute;
    right: 9px;
    top: 8px;
    background-image: url(../img/svg_icons/close.svg);
    width: 9px;
    height: 9px;
    background-size: cover;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    display: block;
    z-index: 2;
    
}
   

.map-marker .close:hover {
    opacity: 0.5
}

.map-marker .info {
    -webkit-box-shadow: 2px 0 3px 0 rgba(0,0,0,0.1);
    box-shadow: 2px 0 3px 0 rgba(0,0,0,0.1);
    position: absolute;
    font-weight: 800;
    font-size: 6px;
    background-color: #fff;
    color: #159e34;
    border: 2px solid #159e34;
    border-radius: 50px;
    padding: 1px 4px 1px 4px;
    top: -11px;
    right: 0;
    text-transform: uppercase;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease
}

.map-marker .price {
    width:100%;
    overflow: hidden; white-space: nowrap;
    text-align: center;
        border-radius: 50px;
    background-color: #159e34;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    padding: 4px 9px 3px;
    -webkit-box-shadow: 2px 0 3px 0 rgba(0,0,0,0.1);
    box-shadow: 2px 0 3px 0 rgba(0,0,0,0.1);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease
}

.map-marker .price:after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #159e34;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease
}

.map-marker .marker-dropdown {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: calc(100% + 2px);
    background-color: #fff;
    padding: 9px 8px 3px;
    -webkit-box-shadow: 2px 3px 3px 0 rgba(0,0,0,0.08);
    box-shadow: 2px 3px 3px 0 rgba(0,0,0,0.08);
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    width: 220px
}

.map-marker .marker-dropdown .map-card-image {
    width: 32px;
    height: 48px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 8px
}

.map-marker .marker-dropdown ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.map-marker .marker-dropdown ul li+li {
    margin-top: 4px
}

.map-marker .marker-dropdown ul li p {
    color: #383D54;
    font-size: 10px;
    line-height: 110%;
    margin-left: 4px;
    white-space: nowrap
}

.map-marker.new .marker-dropdown {
    bottom: calc(100% + 12px)
}

.map-marker.show .marker-dropdown {
    visibility: visible;
    opacity: 1;
    z-index: 10
}

.map-marker .swiper-button-next,.map-marker .swiper-button-prev {
    top: 22%;
    height: 100%;
    background-color: white!important
}

.map-marker .swiper-button-next.swiper-button-disabled,.map-marker .swiper-button-prev.swiper-button-disabled {
    opacity: 1!important
}

.map-marker .swiper-button-next.swiper-button-disabled:after,.map-marker .swiper-button-prev.swiper-button-disabled:after {
    opacity: 0.35
}

.map-marker .swiper-button-prev,.map-marker .swiper-rtl .swiper-button-next {
    left: 0px
}

.map-marker .swiper-button-next,.map-marker .swiper-rtl .swiper-button-prev {
    right: 0px
}

.map-marker .swiper-button-next:after,.map-marker .swiper-button-prev:after,.map-marker .swiper-rtl .swiper-button-next:after,.map-marker .swiper-rtl .swiper-button-prev:after {
    width: 8px;
    height: 14px;
    background-size: cover
}

.map-marker .swiper-button-next:after,.map-marker .swiper-rtl .swiper-button-prev:after {
    content: "";
    background-image: url(../img/svg_icons/arrow_slide_next_black.svg)
}

.map-marker .swiper-button-prev:after,.map-marker .swiper-rtl .swiper-button-next:after {
    content: "";
    background-image: url(../img/svg_icons/arrow_slide_prev_black.svg)
}

.map-marker .swiper-pagination-fraction {
    bottom: 0px;
    font-size: 10px
}

.map-card-slider {
    padding: 0 0px 20px
}

.map-card-slide {
    width: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}



.dot-b:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #22232A;
    left: -20px   ;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dot-b2:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #22232A;
    left: -15px   ;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

