@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Regular.woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Bold.woff2);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-SemiBold.woff2);
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Regular.woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Bold.woff2);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-SemiBold.woff2);
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
    max-width: 100%;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input {
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
    color: inherit;
}
body {
    font-family: "DM Sans", sans-serif;
    color: #000;
    font-weight: 400;
    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;
    min-height: 100vh;
    font-size: 15px;
    background: #fff;
}
body.bg {
    background: #fcfcfc;
}
body.scroll {
    overflow: hidden !important;
}
main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 80px;
}
@media screen and (max-width: 731px) {
    main {
        padding-top: 68px;
    }
}
main.pt {
    padding-top: 0;
}
.center-wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
    padding: 0px 24px;
}
@media screen and (max-width: 1439px) {
    .center-wrap {
        padding: 0 20px;
    }
}
@media screen and (max-width: 731px) {
    .center-wrap {
        padding: 0 12px;
    }
}
@media screen and (max-width: 1050px) {
    .center-wrap--mobile {
        padding: 0 2px;
    }
}
h1,
h2,
h3,
h4 {
    margin: 0px;
}
.simple-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 107%;
    letter-spacing: -0.7px;
    color: #000;
}
.title {
    font-weight: 700;
    font-size: 22px;
    line-height: 118%;
    letter-spacing: -0.6px;
    color: #000;
    margin-bottom: 20px;
}
.link-hover {
    position: relative;
}
.link-hover::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #000;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1),
        -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.link-hover:hover::after {
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
.img-wrap {
    width: 100%;
}
.img-wrap > div {
    position: relative;
    padding-bottom: 100%;
}
.img-wrap > div img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media screen and (min-width: 1051px) {
    .desktop--hide {
        display: none !important;
    }
}
@media screen and (max-width: 1050px) {
    .mobile--hide {
        display: none !important;
    }
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Regular.woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Bold.woff2);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-SemiBold.woff2);
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
.img-parallax {
    overflow: hidden;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Regular.woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Bold.woff2);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-SemiBold.woff2);
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
.btn {
    border: none;
    cursor: pointer;
    text-decoration: none;
    line-height: 1;
    height: 52px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    text-align: center;
    font-weight: 700;
    padding: 0 16px;
    color: #000;
    font-size: 16px;
    border: 1px solid #d9d9d9;
    position: relative;
    background: #d9ff00;
}
.btn__hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1),
        -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 2;
}
.btn__title {
    position: relative;
    z-index: 3;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
}
.btn:hover .btn__hover {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
}
.btn:hover .btn__title {
    color: #fff;
}
.btn svg {
    margin-right: 5px;
    width: 16px;
}
@media screen and (max-width: 1050px) {
    .btn svg {
        margin-right: 0;
    }
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Regular.woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Bold.woff2);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-SemiBold.woff2);
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
.content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    color: #000;
}
.content p + p {
    margin-top: 40px;
}
.content p + h2 {
    margin-top: 28px;
}
@media screen and (max-width: 480px) {
    .content p + h2 {
        margin-top: 20px;
    }
}
.content p + h3 {
    margin-top: 60px;
}
@media screen and (max-width: 480px) {
    .content p + h3 {
        margin-top: 44px;
    }
}
.content p + h4 {
    margin-top: 28px;
}
.content p a {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #000;
    -webkit-text-decoration-color: #000;
    text-decoration-color: #000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.content p a:hover {
    -webkit-text-decoration-color: rgba(0, 0, 0, 0);
    text-decoration-color: rgba(0, 0, 0, 0);
}
.content strong {
    font-weight: 600;
}
.content h2 {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 28px;
    letter-spacing: -0.7px;
    line-height: 107%;
    color: #000;
}
@media screen and (max-width: 480px) {
    .content h2 {
        margin-bottom: 20px;
    }
}
.content h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 118%;
    color: #000;
    letter-spacing: -0.6px;
    margin: 28px 0;
}
@media screen and (max-width: 480px) {
    .content h3 {
        margin: 20px 0;
    }
}
.content h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #000;
}
.content ul {
    margin: 28px 0;
    padding-left: 20px;
}
.content ul a {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #000;
    -webkit-text-decoration-color: #000;
    text-decoration-color: #000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.content ul a:hover {
    -webkit-text-decoration-color: rgba(0, 0, 0, 0);
    text-decoration-color: rgba(0, 0, 0, 0);
}
.content ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    margin: 0;
    list-style: initial;
}
.content ul ul {
    margin: 0;
}
.content li {
    font-weight: 400;
    font-size: 17px;
    color: rgba(11, 12, 14, 0.85);
    line-height: 165%;
    margin-bottom: 10px;
}
.content li:last-child {
    margin-bottom: 0px;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Regular.woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Bold.woff2);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-SemiBold.woff2);
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
.inputs {
    width: 100%;
}
.inputs__info {
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    color: #4a4a4a;
    margin-bottom: 16px;
}
.inputs__field {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: dimgray;
    padding-right: 16px;
    padding-left: 16px;
    background-color: inherit;
    line-height: 46px;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    border: 1px solid #d9d9d9;
}
.inputs__field::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: dimgray;
}
.inputs__field::-moz-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: dimgray;
}
.inputs__field:-ms-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: dimgray;
}
.inputs__field::-ms-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: dimgray;
}
.inputs__field::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: dimgray;
}
.inputs__field-error {
    font-weight: 400;
    font-size: 12px;
    line-height: 129%;
    color: #e00751;
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 22px;
    margin-top: 8px;
}
.inputs__field-error::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 16px;
    height: 16px;
    background-image: url(../images/svg/error-icon.svg);
    background-repeat: no-repeat;
}
.inputs__field-wrap {
    width: 100%;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 5px;
}
.inputs__field-wrap--textarea {
    margin-bottom: 11px;
    position: relative;
}
@media screen and (max-width: 731px) {
    .inputs__field-wrap--textarea {
        margin-bottom: 5px;
    }
}
.inputs__field-wrap--textarea.is-focused .inputs__content {
    top: 0;
    font-size: 1.2rem;
    border: none;
}
.inputs__field-wrap--textarea.is-focused .inputs__content::before {
    opacity: 0;
}
.inputs__field-wrap--textarea.inputs__field--invalid .inputs__content {
    top: 0;
    font-size: 1.6rem;
    color: red;
}
.inputs__field-wrap--textarea.inputs__field--invalid .inputs__content::before {
    opacity: 0;
}
.inputs__field-wrap--textarea .inputs__field {
    resize: none;
    padding: 0;
    line-height: 1.2;
    min-height: 120px;
    padding: 12px 16px 12px 16px;
    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
    overflow: auto;
    color: #72777b;
}
.inputs__field-wrap--textarea
    .inputs__field:invalid.inputs__field--invalid
    + .inputs__content {
    color: red;
    top: 0;
    font-size: 1.2rem;
}
.inputs__field-wrap--textarea
    .inputs__field:invalid.inputs__field--invalid
    + .inputs__content::before {
    opacity: 0;
}
.inputs__field-wrap--textarea .inputs__field::-webkit-scrollbar-thumb {
    background: #dbdee1 !important;
    border-radius: 10rem;
}
.inputs__field-wrap--textarea .inputs__field::-webkit-scrollbar {
    width: 0.5rem;
}
.inputs__field-wrap--textarea .inputs__field::-webkit-scrollbar-track {
    border-radius: 10rem;
    background: #fff;
}
.inputs__field-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
    .inputs__field-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.inputs__field-row .inputs__field-wrap {
    margin-bottom: 0;
    width: calc(50% - 12px);
}
@media screen and (max-width: 480px) {
    .inputs__field-row .inputs__field-wrap {
        width: 100%;
        margin-bottom: 50px;
    }
    .inputs__field-row .inputs__field-wrap:last-child {
        margin-bottom: 0px;
    }
}
.inputs__field:focus {
    border: 1px solid #0b0c0e;
}
.inputs__field:invalid.inputs__field--invalid + .inputs__field-error {
    display: block;
}
.inputs__field:valid.inputs__field--invalid + .inputs__field-error {
    display: none;
}
.inputs__field:focus + .inputs__label .inputs__content,
.inputs__field:valid + .inputs__label .inputs__content,
.inputs__field:invalid.inputs__field--invalid
    + .inputs__label
    .inputs__content {
    top: 0;
    font-size: 1.2rem;
    color: #ccc;
}
.inputs__field:focus + .inputs__label .inputs__content:before,
.inputs__field:valid + .inputs__label .inputs__content:before,
.inputs__field:invalid.inputs__field--invalid
    + .inputs__label
    .inputs__content::before {
    opacity: 0;
}
.inputs__field:focus + .inputs__label::after,
.inputs__field:valid + .inputs__label::after {
    right: 0;
    border-bottom-color: #ccc;
}
.inputs__field:invalid.inputs__field--invalid + .inputs__label::after {
    right: 0;
    border-bottom-color: red;
}
.inputs__field:invalid.inputs__field--invalid {
    color: red;
}
.inputs__field:invalid.inputs__field--invalid
    + .inputs__label
    .inputs__content {
    color: red;
}
.inputs__field:invalid.inputs__field--invalid
    + .inputs__label
    .inputs__content::before {
    color: red;
}
.inputs__label {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 160%;
    color: #000;
    margin-bottom: 5px;
}
.inputs__checkbox {
    max-width: 60rem;
    width: 100%;
    margin: 0 auto 5rem;
}
@media screen and (max-width: 1050px) {
    .inputs__checkbox {
        margin: 0 auto 3rem;
    }
}
.inputs__checkbox-input {
    position: absolute;
    width: 0px;
    height: 0px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}
.inputs__checkbox-input:checked + .inputs__checkbox-content {
    border-color: #ccc;
}
.inputs__checkbox-input:checked + .inputs__checkbox-content::before {
    background-color: #ccc;
}
.inputs__checkbox-label {
    padding-left: 4.7rem;
    font-size: 1.2rem;
    line-height: 160%;
    color: #ccc;
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.inputs__checkbox-content {
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 2rem;
    width: 2rem;
    border: 1px solid #ccc;
    background: inherit;
    display: inline-block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}
.inputs__field--invalid + .inputs__checkbox-content {
    border-color: red;
}
.inputs__checkbox-content::before {
    content: " ";
    position: absolute;
    height: 1.2rem;
    width: 1.2rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(204, 204, 204, 0);
    display: inline-block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
@media screen and (max-width: 1050px) {
    .inputs__checkbox-content: :before {
        width: 1rem;
        height: 1rem;
    }
}
.inputs__btn {
    margin-bottom: 28px;
    text-align: center;
}
.inputs__btn .btn {
    width: 100%;
}
.inputs__btn .btn--red {
    line-height: 56px;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Regular.woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Bold.woff2);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-SemiBold.woff2);
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
.popup-wrap {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    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;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.popup-wrap--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.popup-wrap--menu {
    -ms-touch-action: none;
    touch-action: none;
}
.popup-wrap--opacity1 {
    opacity: 1;
}
.popup-wrap--bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 20px;
}
.popup-wrap--top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 20px;
}
.popup-wrap .popup {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    opacity: 0;
    top: -15%;
    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;
    -webkit-transition: opacity 0.6s, top 0.6s;
    -o-transition: opacity 0.6s, top 0.6s;
    transition: opacity 0.6s, top 0.6s;
    max-height: 95%;
    max-width: 570px;
    width: 100%;
}
.popup-wrap .popup--100 {
    max-width: 1032px;
}
@media screen and (max-width: 1062px) {
    .popup-wrap .popup--100 {
        width: calc(100% - 60px);
    }
}
@media screen and (max-width: 731px) {
    .popup-wrap .popup--100 {
        max-width: 720px;
        width: 100%;
    }
}
@media screen and (max-width: 750px) {
    .popup-wrap .popup--100 {
        width: calc(100% - 60px);
    }
}
@media screen and (max-width: 480px) {
    .popup-wrap .popup--100 {
        width: calc(100% - 30px);
    }
}
.popup-wrap .popup--100 .popup__inner {
    max-width: 100%;
    padding: 24px;
}
.popup-wrap .popup--100 .popup__inner .popup__close {
    position: relative;
    margin-left: auto;
    top: initial;
    right: initial;
}
.popup-wrap .popup--100 .popup__inner .card {
    padding-top: 0px;
}
.popup-wrap .popup--100 .popup__inner .card__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.popup-wrap .popup--100 .popup__inner .card-house__like {
    top: initial;
    right: initial;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 10px;
}
.popup-wrap .popup--100 .popup__inner .card .center-wrap {
    max-width: 100%;
    padding: 0;
}
.popup-wrap .popup--black {
    max-width: 510px;
}
.popup-wrap .popup--black .popup__inner {
    padding: 16px 24px;
    background: rgba(11, 12, 14, 0.9);
}
.popup-wrap .popup--black .content p {
    color: #fff;
}
.popup-wrap .popup--menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: rgba(0, 0, 0, 0);
    padding: 0px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
    width: 100%;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.popup-wrap .popup--opacity1 {
    opacity: 1;
    top: 0px;
}
.popup-wrap .popup__close {
    position: absolute;
    width: 44px;
    height: 44px;
    background: #f6f6f6;
    border-radius: 0px 0px 0px 18px;
    top: 0;
    right: 15px;
    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;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 3;
}
@media screen and (max-width: 480px) {
    .popup-wrap .popup__close {
        right: 16px;
    }
}
.popup-wrap .popup__close:hover {
    background: #e0e0e0;
}
.popup-wrap .popup__close svg {
    width: 16px;
    fill: #000;
}
.popup-wrap .popup__inner {
    background: #fff;
    -webkit-box-shadow: 0px 3px 10px rgba(128, 128, 128, 0.18);
    box-shadow: 0px 3px 10px rgba(128, 128, 128, 0.18);
    padding: 80px 20px;
    max-width: calc(100% - 30px);
    width: 100%;
    max-height: 100%;
    overflow: auto;
    will-change: transform;
    text-align: center;
}
.popup-wrap .popup__inner--white {
    background: #fff;
}
@media screen and (max-width: 480px) {
    .popup-wrap .popup__inner {
        max-width: 100%;
        padding: 16px;
    }
}
.popup-wrap .popup__inner::-webkit-scrollbar {
    width: 5px;
}
.popup-wrap .popup__inner::-webkit-scrollbar-track {
    border-radius: 100px;
    background: #000;
}
.popup-wrap .popup__inner::-webkit-scrollbar-thumb {
    border-radius: 100px;
}
.popup-wrap .popup__inner::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}
@media screen and (max-width: 731px) {
    .popup-wrap .popup__inner .card__info {
        height: 100%;
        padding: 72px 12px 84px 12px;
        text-align: left;
    }
    .popup-wrap .popup__inner .card__info .title {
        font-size: 28px;
        text-align: left;
    }
    .popup-wrap .popup__inner .card__info-name {
        width: 45%;
        text-align: left;
    }
    .popup-wrap .popup__inner .card__info-value {
        width: 48%;
        text-align: right;
    }
    .popup-wrap .popup__inner .card__info .inputs__btn {
        margin-top: auto;
        width: calc(100% + 24px);
        margin-left: -12px;
        background: #fff;
        -webkit-box-shadow: 0px -1px 7px rgba(128, 128, 128, 0.11),
            inset 0px 1px 0px #d9d9d9;
        box-shadow: 0px -1px 7px rgba(128, 128, 128, 0.11),
            inset 0px 1px 0px #d9d9d9;
        padding: 16px 12px;
    }
}
.popup-wrap--search .popup__close {
    background: inherit;
    border-radius: 0;
    left: 4px;
    right: auto !important;
    top: 0;
    width: 40px;
    height: 68px;
}
.popup-wrap--search .popup__close:hover {
    background: inherit;
}
.popup-wrap--search .popup__close svg {
    width: 24px;
}
.popup-wrap--100 {
    background: rgba(0, 0, 0, 0);
}
.popup-wrap--100 .popup {
    top: 0;
    max-width: 100%;
    max-height: 100%;
}
.popup-wrap--100 .popup__inner {
    max-width: 100%;
    height: 100vh;
    padding: 0;
    background: #f6f6f6;
}
.popup-wrap--100 .popup__inner--white {
    background: #fff;
}
.popup-wrap--100 .popup__radio {
    background: #e9e9e9;
    -webkit-box-shadow: 0px 1px 0px #dbdbdb;
    box-shadow: 0px 1px 0px #dbdbdb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    width: 100%;
}
.popup-wrap--100 .popup__close {
    right: 0;
}
.popup-wrap--100 .search {
    border: none;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.popup-wrap--100 .search__input {
    border: none;
    padding: 0 56px 0 52px;
}
.popup-wrap--100 .search__input-wrap {
    height: 68px;
}
.popup-wrap--100 .search__input-close {
    background-image: url(../images/svg/close.svg);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    width: 40px;
    height: 68px;
    right: 8px;
}
.popup-wrap .selecotr-item {
    position: relative;
    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;
    height: 100%;
}
.popup-wrap .selector-item_radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none;
}
.popup-wrap .selector-item_label {
    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: relative;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    height: 100%;
    width: 68px;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
}
.popup-wrap .selector-item_radio:checked + .selector-item_label {
    border-bottom: 2px solid #000;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Regular.woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Bold.woff2);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-SemiBold.woff2);
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
.fancybox-infobar {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 10px;
    top: initial;
}
.fancybox-bg {
    background: #000;
}
.fancybox-toolbar {
    right: initial;
    left: 0;
}
.fancybox-button--close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 56px;
    width: 96px;
    background: inherit !important;
    top: 10px;
    left: 28px;
}
@media screen and (max-width: 731px) {
    .fancybox-button--close {
        left: 0;
    }
}
.fancybox-button--close svg {
    color: #fff;
}
.fancybox-button--close::before {
    content: "Close";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
    width: auto;
    height: auto;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
}
.fancybox-caption__body span {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
}
.fancybox-button--arrow_right,
.fancybox-button--arrow_left {
    width: 56px !important;
    height: 56px !important;
    padding: 0 !important;
    border: 1px solid #fff;
    border-radius: 100px;
    -webkit-transition: all 0.5s !important;
    -o-transition: all 0.5s !important;
    transition: all 0.5s !important;
}
@media screen and (max-width: 731px) {
    .fancybox-button--arrow_right,
    .fancybox-button--arrow_left {
        display: none;
    }
}
.fancybox-button--arrow_right:hover,
.fancybox-button--arrow_left:hover {
    background: #d9ff00;
    border: 1px solid #d9ff00;
}
.fancybox-button--arrow_right svg,
.fancybox-button--arrow_left svg {
    display: none;
}
.fancybox-button--arrow_left {
    left: 44px !important;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media screen and (max-width: 1050px) {
    .fancybox-button--arrow_left {
        left: 20px !important;
    }
}
.fancybox-button--arrow_left::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    background-image: url(../images/svg/chevron-right-large.svg);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.fancybox-button--arrow_left:hover::before {
    background-image: url(../images/svg/chevron-right-largeblack.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.fancybox-button--arrow_right {
    right: 44px !important;
}
@media screen and (max-width: 1050px) {
    .fancybox-button--arrow_right {
        right: 20px !important;
    }
}
.fancybox-button--arrow_right::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    background-image: url(../images/svg/chevron-right-large.svg);
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.fancybox-button--arrow_right:hover::before {
    background-image: url(../images/svg/chevron-right-largeblack.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Regular.woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Bold.woff2);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-SemiBold.woff2);
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
.header {
    position: fixed;
    top: 0px;
    width: 100%;
    opacity: 0;
    z-index: 500;
    -webkit-animation: header-opacity 1s;
    animation: header-opacity 1s;
    -webkit-animation-fill-mode: forwards !important;
    animation-fill-mode: forwards !important;
    background: rgba(255, 255, 255, 0.01);
    -webkit-box-shadow: inset 0px -1px 0px #000;
    box-shadow: inset 0px -1px 0px #000;
}
@media screen and (max-width: 731px) {
    .header {
        position: absolute;
    }
}
.header--fixed {
    position: fixed;
    opacity: 1;
    width: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    -webkit-box-shadow: inset 0px -1px 0px #d9d9d9;
    box-shadow: inset 0px -1px 0px #d9d9d9;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-animation: header-height 0.5s !important;
    animation: header-height 0.5s !important;
    -webkit-animation-fill-mode: forwards !important;
    animation-fill-mode: forwards !important;
    z-index: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
}
.header--height0 {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-animation: header-height0 0.5s !important;
    animation: header-height0 0.5s !important;
}
@-webkit-keyframes header-height {
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@keyframes header-height {
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@-webkit-keyframes header-height0 {
    100% {
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }
}
@keyframes header-height0 {
    100% {
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }
}
@-webkit-keyframes header-opacity {
    100% {
        opacity: 1;
    }
}
@keyframes header-opacity {
    100% {
        opacity: 1;
    }
}
.header--bg {
    background: #fff;
    -webkit-box-shadow: inset 0px -1px 0px #d9d9d9;
    box-shadow: inset 0px -1px 0px #d9d9d9;
}
.header .center-wrap {
    max-width: 100%;
}
.header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 12px 0;
}
.header__logo {
    padding: 10px 0;
    display: inline-block;
    max-width: 160px;
}
@media screen and (max-width: 731px) {
    .header__logo {
        /*max-width: 98px;*/
    }
}
.header__logo > div {
    padding-bottom: 22.5%;
}
.header__logo > div img {
    -o-object-fit: contain;
    object-fit: contain;
}
.header__logo svg {
    width: 166px;
    fill: #000;
}
@media screen and (max-width: 731px) {
    .header__logo svg {
        width: 98px;
    }
}
.header .main-screen__form {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-filter: drop-shadow(0px 1px 4px rgba(128, 128, 128, 0.11));
    filter: drop-shadow(0px 1px 4px rgba(128, 128, 128, 0.11));
}
.header .main-screen__form:hover {
    -webkit-filter: drop-shadow(0px 3px 7px rgba(128, 128, 128, 0.16));
    filter: drop-shadow(0px 3px 7px rgba(128, 128, 128, 0.16));
}
.header .main-screen__form .select__options {
    border: 1px solid #d9d9d9;
    border-top: none;
    width: 100%;
}
.header .main-screen__form .select__styled {
    border: 1px solid #d9d9d9;
}
@media screen and (max-width: 1050px) {
    .header .main-screen__form {
        position: relative;
        left: initial;
        top: initial;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        margin-left: 12px;
        max-width: 425px;
        height: 44px;
    }
}
@media screen and (max-width: 731px) {
    .header .main-screen__form .search {
        border: 1px solid #d9d9d9;
    }
}
.header .main-screen__form .search__input {
    border: 1px solid #d9d9d9;
    border-left: none;
}
@media screen and (max-width: 731px) {
    .header .main-screen__form .search__input {
        border: none;
    }
}
.header .main-screen__form .search__btn {
    border: 1px solid #d9d9d9;
    border-left: none;
}
@media screen and (max-width: 731px) {
    .header .main-screen__form .search__btn {
        border: none;
    }
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Regular.woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Bold.woff2);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-SemiBold.woff2);
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
.footer {
    background: #000;
    padding: 60px 0;
    position: relative;
    z-index: 11;
}
@media screen and (max-width: 731px) {
    .footer {
        padding: 28px 0;
    }
}
@media screen and (max-width: 731px) {
    .footer--mb {
        padding-bottom: 100px;
    }
}
.footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 28px;
}
@media screen and (max-width: 731px) {
    .footer__top {
        margin-bottom: 21px;
    }
}
.footer__top-left {
    display: flex;
    align-items: flex-end;
    max-width: 200px;
    width: 100%;
}
@media screen and (max-width: 731px) {
    .footer__top-left {
        max-width: 150px;
        align-items: baseline;
    }
}
@media screen and (max-width: 500px) {
    .footer__top-left {
        display: flex;
        flex-direction: column;
    }
}

.footer__copyr {
    margin-left: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    color: #e9e9e9;
}
@media screen and (max-width: 731px) {
    .footer__copyr {
        margin-left: 8px;
    }
}
.footer .header__logo {
    padding: 0;
    flex-shrink: 0;
}
@media screen and (max-width: 731px) {
    .footer .header__logo {
        margin-bottom: -3px;
    }
}
.footer .header__logo svg {
    fill: #fff;
}
.footer__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer__nav-item {
    padding: 10px 0;
    margin-right: 44px;
}
@media screen and (max-width: 731px) {
    .footer__nav-item {
        margin-right: 28px;
    }
}
.footer__nav-item:last-child {
    margin-right: 0px;
}
.footer__nav-link {
    position: relative;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
}
.footer__nav-link:hover {
    color: #d9ff00;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Regular.woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Bold.woff2);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-SemiBold.woff2);
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
.main-screen {
    position: relative;
}
.main-screen::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.08);
    z-index: 2;
}
.main-screen__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.main-screen__wrap {
    position: relative;
    z-index: 3;
    min-height: 100vh;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
@media screen and (max-width: 731px) {
    .main-screen__wrap {
        padding-top: 80px;
        padding-bottom: 200px;
    }
}
.main-screen__title {
    font-weight: 700;
    font-size: 52px;
    line-height: 108%;
    letter-spacing: -1px;
    color: #fff;
    text-shadow: 0px 3px 7px rgba(128, 128, 128, 0.16);
    margin-bottom: 28px;
    text-align: center;
}
@media screen and (max-width: 731px) {
    .main-screen__title {
        font-size: 28px;
        margin-bottom: 20px;
    }
}
.main-screen__select {
    height: 100%;
}
.main-screen__select .select__options {
    height: auto;
    padding-bottom: 0;
}
@media screen and (max-width: 731px) {
    .main-screen__select {
        display: none;
    }
}
.main-screen__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    max-width: 600px;
    width: 100%;
}
@media screen and (max-width: 731px) {
    .main-screen__form {
        max-width: 600px;
        height: 52px;
    }
}
@media screen and (max-width: 731px) {
    .main-screen__form .search {
        width: 100%;
        margin: 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}
.main-screen__form .select,
.main-screen__form .search {
    height: 100%;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Regular.woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Bold.woff2);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-SemiBold.woff2);
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
.error-bl {
    min-height: 100vh;
}
.error-bl .center-wrap {
    min-height: inherit;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.error-bl__wrap {
    text-align: center;
}
.error-bl__subtitle {
    font-size: 2.4rem;
    line-height: 140%;
    color: #ccc;
    margin-bottom: 2rem;
}
.error-bl__simple-title {
    font-size: 9.8rem;
    max-width: 105rem;
    width: 100%;
    margin: 0 auto 2.5rem;
}
@media screen and (max-width: 1050px) {
    .error-bl__simple-title {
        font-size: 6rem;
        max-width: 59rem;
    }
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Regular.woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Bold.woff2);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-SemiBold.woff2);
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
.select {
    cursor: pointer;
    position: relative;
    height: 44px;
    font-weight: 400;
    font-size: 15px;
    color: #0b0c0e;
    min-width: 92px;
}
.select__styled {
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f6f6f6;
    border: 1px solid #000;
    border-right: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.select__styled::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    width: 24px;
    height: 24px;
    background-image: url(../images/svg/arrow-select.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 8px 4px;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    will-change: transform;
}
.select__styled:active:after,
.select__styled.active:after {
    -webkit-transform: translateY(-50%) rotateX(180deg);
    transform: translateY(-50%) rotateX(180deg);
}
.select__options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #000;
    border-top: none;
    background: #fff;
    width: calc(100% + 1px);
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
@media screen and (max-width: 731px) {
    .select__options {
        height: 120px;
    }
}
.select__options::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0) !important;
}
.select__options::-webkit-scrollbar {
    width: 0;
}
.select__options::-webkit-scrollbar-track {
    background: color;
}
@media screen and (max-width: 731px) {
    .select__options {
        right: initial;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.select__options li {
    margin: 0;
    padding: 11px 10px 11px 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-align: left;
    position: relative;
    transition: all 0.5s;
    line-height: 150%;
}
.select__options li::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    width: 24px;
    height: 24px;
    background-image: url("../images/svg/select arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.select__options li.li-active {
    font-weight: 700;
}
.select__options li.li-active:hover {
    background: #e9e9e9;
}
.select__options li.li-active::before {
    opacity: 1;
    visibility: visible;
}
.select__options li:hover {
    background: #e9e9e9;
}
.select__options li[rel="hide"] {
    display: none;
}
.select__hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}
.custom-select .controller {
    background-color: #fff;
    padding: 10px 25px 10px 10px;
    position: relative;
    height: 40px;
    overflow: hidden;
    border: 1px solid red;
    border-radius: 100px;
    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: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.custom-select .controller:hover {
    border: 1px solid #0b0c0e;
}
.custom-select {
    position: relative;
    cursor: pointer;
    z-index: 4;
}
.custom-select .controller i {
    margin: 0 5px;
    font-size: 20px;
    color: #d20202;
}
.custom-select .controller.residential {
    min-width: 160px;
}
.custom-select .controller:after {
    content: "ï„ƒ";
    display: inline-block;
    font-family: "Collection-1";
    text-rendering: auto;
    font-size: 10px;
    line-height: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 10px;
    top: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.custom-select.active .controller:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.custom-select .option {
    background-color: #fff;
    max-height: initial;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    width: 100%;
    padding: 10px;
    z-index: 20;
    background: #fff;
    border: 0.5px solid #dbdee1;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
}
.custom-select .option ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #dbdee1;
    border-radius: 100px;
    padding: 12px 18px;
    width: calc(100% - 32px);
    margin: 0 auto;
}
.custom-select.active .option {
    opacity: 1;
    visibility: visible;
}
.custom-select.active .option--range {
    width: 400px;
    padding: 0;
}
.custom-select.active .option--row {
    width: 330px;
}
.custom-select.active .option__title {
    font-weight: 600;
    font-size: 15px;
    color: #0b0c0e;
    margin-bottom: 12px;
    padding: 0 16px;
}
.custom-select .option li {
    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
    color: #0b0c0e;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 2px solid rgba(11, 12, 14, 0);
    padding: 3px 10px;
}
.custom-select .option li:hover {
    background: rgba(115, 122, 142, 0.08);
    border: 2px solid #0b0c0e;
    border-radius: 100px;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Regular.woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Bold.woff2);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-SemiBold.woff2);
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
.breadcrumb__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.breadcrumb__item {
    position: relative;
}
.breadcrumb__item:last-child {
    pointer-events: none;
}
.breadcrumb__item:last-child .breadcrumb__link {
    background: inherit;
    margin-right: 0;
}
.breadcrumb__item:last-child .breadcrumb__link svg {
    display: none;
}
.breadcrumb__item:last-child::before {
    text-decoration: none;
    display: none;
}
.breadcrumb__link {
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    color: #000;
    position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 28px;
    padding: 5px 10px;
    margin-right: 10px;
}
@media screen and (max-width: 731px) {
    .breadcrumb__link {
        display: none;
    }
}
.breadcrumb__link p {
    margin-right: 10px;
    position: relative;
}
.breadcrumb__link svg {
    position: relative;
    z-index: 2;
}
.breadcrumb__link--mobile {
    display: none;
}
@media screen and (max-width: 731px) {
    .breadcrumb__link--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        height: 48px;
        background: inherit;
        position: relative;
        padding: 5px 10px 5px 0;
    }
    .breadcrumb__link--mobile::before {
        content: "";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        width: 100%;
        height: 24px;
        background: #f6f6f6;
    }
}
@media screen and (max-width: 731px) {
    .breadcrumb__link--mobile p {
        margin-right: 0;
    }
}
.breadcrumb__link--home {
    padding: 4px;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.breadcrumb__link--home:hover {
    background: #e0e0e0;
    border: 1px solid #000;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Regular.woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Bold.woff2);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-SemiBold.woff2);
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
.footer-menu {
    background: #e9e9e9;
    padding: 60px 0;
}
@media screen and (max-width: 731px) {
    .footer-menu {
        padding: 44px 0;
    }
}
.footer-menu__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 28px;
}
@media screen and (max-width: 731px) {
    .footer-menu__wrap {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.footer-menu .title {
    margin-bottom: 38px;
}
.footer-menu__column {
    width: 25%;
}
.footer-menu__column + .footer-menu__column {
    padding-left: 40px;
}
@media screen and (max-width: 731px) {
    .footer-menu__column + .footer-menu__column {
        padding-left: 20px;
    }
}
@media screen and (max-width: 731px) {
    .footer-menu__column {
        width: 50%;
    }
    .footer-menu__column:last-child {
        padding-right: 0;
    }
}
.footer-menu__column-title {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    color: dimgray;
}
.footer-menu__column--mobile {
    padding-top: 28px;
}
@media screen and (max-width: 731px) {
    .footer-menu__column--mobile {
        display: none;
    }
}
.footer-menu__item {
    padding: 13px 0;
}
.footer-menu__link {
    position: relative;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
    font-weight: 700;
    font-size: 14px;
    line-height: 129%;
    color: #000;
}
.footer-menu__link.link-hover::after {
    background: #4a4a4a;
}
.footer-menu__link:hover {
    color: #4a4a4a;
}
.footer-menu__powered-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    color: dimgray;
    margin-bottom: 5px;
}
.footer-menu__powered-img {
    max-width: 103px;
}
.footer-menu__powered-img > div {
    padding-bottom: 34.95%;
}
.footer-menu__powered-img > div img {
    -o-object-fit: contain;
    object-fit: contain;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Regular.woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Bold.woff2);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-SemiBold.woff2);
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
.search {
    width: 100%;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
@media screen and (max-width: 731px) {
    .search {
        border: 1px solid #000;
    }
}
.search__mask {
    display: none;
}
@media screen and (max-width: 731px) {
    .search__mask {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
    }
}
.search--active .search__input {
    opacity: 1;
    visibility: visible;
}
.search__input {
    height: 100%;
    width: 100%;
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 0 44px 0 20px;
    border: 1px solid #000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    outline: none;
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 731px) {
    .search__input {
        border: none;
        padding-left: 0;
    }
}
.search__input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: dimgray;
}
.search__input::-moz-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: dimgray;
}
.search__input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: dimgray;
}
.search__input::-ms-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: dimgray;
}
.search__input::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: dimgray;
}
.search__input-label {
    position: absolute;
    right: 56px;
    top: 16px;
    z-index: 3;
}
.search__input-close {
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 0;
    background: url("../images/svg/Close filled.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
}
.search__input-close--active {
    opacity: 1;
    visibility: visible;
}
.search__input-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}
.search__input-wrap--percent::before {
    content: "%";
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto;
    height: auto;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.3333333333;
    z-index: 4;
}
@media screen and (max-width: 731px) {
    .search__input-wrap--percent: :before {
        right: 6px;
    }
}
.search__input-wrap--percent .form__input {
    padding-right: 36px;
}
@media screen and (max-width: 731px) {
    .search__input-wrap--percent .form__input {
        padding-right: 20px;
    }
}
.search__input-wrap--close .search__input-close {
    opacity: 1;
    visibility: visible;
}
.search__input-wrap--error .search__input-close {
    background: url(../images/svg/error-input-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 1;
    visibility: visible;
    pointer-events: none;
}
.search__input-wrap--error .search__error {
    display: block;
}
.search__input-wrap--success .search__input-close {
    background: url(../images/svg/success-input-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 1;
    visibility: visible;
    pointer-events: none;
}
.search__input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 0;
    background: url("../images/svg/Close filled.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    opacity: 0.45;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.search__input::-webkit-search-cancel-button:hover {
    opacity: 0.65;
}
.search__input:focus {
    border: 1px solid #000;
}
@media screen and (max-width: 731px) {
    .search__input: focus {
        border: none;
    }
}
.search__error {
    font-weight: 400;
    font-size: 15px;
    line-height: 133%;
    color: #9c0400;
    padding-top: 8px;
    display: none;
}
.search__btn {
    cursor: pointer;
    padding: 0 17px;
    height: 100%;
    background: #d9ff00;
    border: 1px solid #000;
    border-left: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}
.search__btn svg {
    fill: #000;
    width: 22px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 3;
}
.search__btn .btn__hover {
    width: calc(100% + 2px);
}
.search__btn:hover .btn__hover {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
}
.search__btn:hover svg {
    fill: #fff;
}
@media screen and (max-width: 731px) {
    .search__btn {
        background: #fff;
        border: none;
        margin-right: -1px;
        padding: 0 8px 0 16px;
    }
}
.search__btn-mask {
    display: none;
}
.search__btn-mask--hide {
    display: none;
}
#autoComplete_list_1 {
    margin-top: 5px;
    background: #fff;
    border-radius: 13px;
    padding: 12px;
    border: 2px solid #319e9b;
}
#suggesstion-box--mobile {
    top: 44px;
}
#suggesstion-box,
#suggesstion-box--mobile {
    position: relative;
}
#suggesstion-box #country-list,
#suggesstion-box--mobile #country-list {
    width: 100% !important;
    overflow: auto;
    -webkit-filter: drop-shadow(0px 6px 16px rgba(128, 128, 128, 0.22));
    filter: drop-shadow(0px 6px 16px rgba(128, 128, 128, 0.22));
    background: #fff;
    border: 1px solid #d9d9d9;
    max-height: 288px;
    position: relative;
}
@media screen and (max-width: 731px) {
    #suggesstion-box #country-list,
    #suggesstion-box--mobile #country-list {
        font-size: 14px;
    }
    #suggesstion-box #country-list::-webkit-scrollbar-thumb,
    #suggesstion-box--mobile #country-list::-webkit-scrollbar-thumb {
        background: silver !important;
        border-radius: 100rem;
        width: 8px !important;
    }
    #suggesstion-box #country-list::-webkit-scrollbar,
    #suggesstion-box--mobile #country-list::-webkit-scrollbar {
        width: 8px !important;
    }
    #suggesstion-box #country-list::-webkit-scrollbar-track,
    #suggesstion-box--mobile #country-list::-webkit-scrollbar-track {
        border-radius: 10rem;
        background-color: #f6f6f6 !important;
        width: 8px !important;
    }
}
@media screen and (min-width: 731px) {
    #suggesstion-box #country-list,
    #suggesstion-box--mobile #country-list {
        -ms-overflow-style: -ms-autohiding-scrollbar;
        scrollbar-width: none !important;
        scrollbar-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }
    #suggesstion-box #country-list::-webkit-scrollbar-thumb,
    #suggesstion-box--mobile #country-list::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0) !important;
        width: 0 !important;
        height: 0 !important;
    }
    #suggesstion-box #country-list::-webkit-scrollbar,
    #suggesstion-box--mobile #country-list::-webkit-scrollbar {
        -webkit-appearance: none !important;
        width: 0 !important;
        height: 0 !important;
        display: none !important;
    }
    #suggesstion-box #country-list::-webkit-scrollbar-track,
    #suggesstion-box--mobile #country-list::-webkit-scrollbar-track {
        background-color: color;
        width: 0 !important;
        height: 0 !important;
    }
}
#suggesstion-box #country-list li,
#suggesstion-box--mobile #country-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    cursor: pointer;
}
#suggesstion-box #country-list li p,
#suggesstion-box--mobile #country-list li p {
    margin-left: 16px;
}
#suggesstion-box #country-list li span,
#suggesstion-box #country-list li p,
#suggesstion-box--mobile #country-list li span,
#suggesstion-box--mobile #country-list li p {
    position: relative;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(0, 0, 0, 0);
    text-decoration-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#suggesstion-box #country-list li:hover span,
#suggesstion-box #country-list li:hover p,
#suggesstion-box--mobile #country-list li:hover span,
#suggesstion-box--mobile #country-list li:hover p {
    -webkit-text-decoration-color: #000;
    text-decoration-color: #000;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Regular.woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Bold.woff2);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-SemiBold.woff2);
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
.contact {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #fcfcfc;
    min-height: 100vh;
}
@media screen and (max-width: 731px) {
    .contact {
        padding-top: 44px;
        padding-bottom: 94px;
    }
}
.contact__wrap {
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
}
.contact__simple-title {
    margin-bottom: 44px;
}
@media screen and (max-width: 731px) {
    .contact__simple-title {
        margin-bottom: 28px;
    }
}
@media screen and (max-width: 731px) {
    .contact__text {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .contact__text p {
        font-size: 14px;
    }
}
@media screen and (max-width: 731px) {
    .contact .inputs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media screen and (max-width: 731px) {
    .contact .inputs__btn {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        z-index: 12;
        background: #fff;
        -webkit-box-shadow: 0px -1px 7px rgba(128, 128, 128, 0.11),
            inset 0px 1px 0px #d9d9d9;
        box-shadow: 0px -1px 7px rgba(128, 128, 128, 0.11),
            inset 0px 1px 0px #d9d9d9;
        padding: 16px 12px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        margin-bottom: 0;
    }
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Regular.woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Bold.woff2);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-SemiBold.woff2);
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
.card {
    padding-top: 28px;
    padding-bottom: 60px;
}
@media screen and (max-width: 731px) {
    .card {
        padding-top: 16px;
        overflow: hidden;
        padding-bottom: 44px;
    }
}
.card__baner {
    max-width: 728px;
    height: 90px !important;
    max-height: 90px !important;
    margin: 0 auto 44px;
    border: none !important;
    text-align: center;
}

.card__baner__bottom {
    max-width: 728px;
    height: 90px !important;
    max-height: 90px !important;
    margin: 0 auto 0px;
    border: none !important;
    text-align: center;
}
@media screen and (max-width: 1050px) {
    .card__baner {
        max-width: 100%;
    }
    .card__baner__bottom {
        max-width: 100%;
    }
}
@media screen and (max-width: 731px) {
    .card__baner {
        display: none;
    }
    .card__baner__bottom {
        display: none;
    }
}

.card__baner > div {
    padding-bottom: 12.36%;
}
.card__baner__bottom > div {
    padding-bottom: 12.36%;
}
.card .breadcrumb {
    margin-bottom: 44px;
}
@media screen and (max-width: 731px) {
    .card .breadcrumb {
        margin-bottom: 16px;
    }
}
.card__simple-title {
    margin-bottom: 20px;
}
.card__simple-title--22 {
    font-size: 22px;
}
.card__simple-title--20 {
    font-size: 20px;
}
.card__simple-title--18 {
    font-size: 16px;
}
.card__simple-title--16 {
    font-size: 16px;
}
.card__simple-title--resul {
    display: inline-block;
    margin-right: 20px;
}
@media screen and (max-width: 1050px) {
    .card__simple-title--resul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 0;
    }
}
@media screen and (max-width: 731px) {
    .card__simple-title {
        margin-bottom: 16px;
    }
}
.card__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}
.card__price-info {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #4a4a4a;
    margin-right: 8px;
}
.card__price-value {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #000;
}
.card__descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.card__descr-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
}
.card__descr-box:last-child {
    margin-right: 0px;
}
.card__descr-info {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000;
}
@media screen and (max-width: 731px) {
    .card__descr-info {
        font-size: 15px;
    }
}
.card__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}
@media screen and (max-width: 731px) {
    .card__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.card__wrap--100 .card__left {
    width: 100%;
}
.card__left {
    width: calc(100% - 368px - 20px);
}
@media screen and (max-width: 1050px) {
    .card__left {
        /* width: calc(100% - 312px - 44px); */
        width: 100%;
    }
}
@media screen and (max-width: 731px) {
    .card__left {
        width: 100%;
    }
}
.card__left-img {
    position: relative;
    display: block;
    height: calc(100vh - 190px);
    /* height: 100%; */
}
.card__left-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(242, 242, 242, 0);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
}
@media screen and (max-width: 1050px) {
    .card__left-img {
        height: calc(100vh - 245px);
    }
}
@media screen and (max-width: 731px) {
    .card__left-img {
        width: calc(100% + 24px);
        margin-left: -12px;
        margin-bottom: 15px;
        height: initial;
    }
}
@media screen and (min-width: 731px) {
    .card__left-img: hover {
        -webkit-box-shadow: 0px 1px 4px rgba(128, 128, 128, 0.11);
        box-shadow: 0px 1px 4px rgba(128, 128, 128, 0.11);
    }
    .card__left-img:hover::before {
        background: rgba(242, 242, 242, 0.16);
    }
    .card__left-img:hover .card__left-number p {
        color: #4a4a4a;
    }
    .card__left-img:hover .card__left-number svg {
        fill: #4a4a4a;
    }
}
.card__left-img--hide {
    display: none;
}
.card__left .img-wrap {
    height: inherit;
    overflow: hidden;
}
.card__left .img-wrap > div {
    /* padding-bottom: 67%; */
    height: 100%;
}
@media screen and (max-width: 1050px) {
    .card__left .img-wrap > div {
        padding-bottom: 98%;
    }
}
@media screen and (max-width: 731px) {
    .card__left .img-wrap > div {
        height: initial;
        padding-bottom: 75%;
    }
}
.card__left-number {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid #000;
    border-radius: 100px;
    padding: 5px 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 2;
    cursor: pointer;
}
@media screen and (max-width: 731px) {
    .card__left-number {
        bottom: 12px;
        left: 12px;
    }
}
.card__left-number--shadow {
    -webkit-box-shadow: 0px 6px 16px rgba(128, 128, 128, 0.22);
    box-shadow: 0px 6px 16px rgba(128, 128, 128, 0.22);
}
.card__left-number p {
    margin-left: 5px;
    font-weight: 700;
    font-size: 14px;
    line-height: 129%;
    color: #000;
}
.card__left-number svg {
    fill: #000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.card__left-box {
    padding-bottom: 44px;
    padding-top: 44px;
    position: relative;
    border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 731px) {
    .card__left-box {
        border: none;
        position: relative;
        padding-bottom: 52px;
    }
}
@media screen and (max-width: 731px) {
    .card__left-box: first-child {
        padding-top: 28px;
    }
}
@media screen and (max-width: 731px) {
    .card__left-box: :before {
        content: "";
        position: absolute;
        bottom: 0;
        left: -12px;
        width: calc(100% + 24px);
        height: 8px;
        background: #e9e9e9;
        -webkit-box-shadow: inset 0px -1px 0px #d9d9d9,
            inset 0px 1px 0px #d9d9d9;
        box-shadow: inset 0px -1px 0px #d9d9d9, inset 0px 1px 0px #d9d9d9;
    }
}
.card__left-box:last-child {
    border: none;
    padding-bottom: 0;
}
.card__left-box .content p {
    color: #000;
    font-size: 16px;
}
.card__right {
    max-width: 368px;
    margin-left: 20px;
    width: 100%;
}
@media screen and (max-width: 1050px) {
    .card__right {
        max-width: 312px;
        margin-left: 44px;
    }
}
@media screen and (max-width: 731px) {
    .card__right {
        display: none;
    }
}
@media screen and (max-width: 1050px) {
    .card__right--mobile {
        display: none;
    }
}
.card__right-img {
    max-width: 300px;
    margin: 0 auto 36px;
}
.card__right-img:first-child {
    margin-top: 44px;
}
.card__right-img:last-child {
    margin-bottom: 0px;
}
.card__right-img > div {
    padding-bottom: 83.33%;
}
.card__right-img--600 > div {
    padding-bottom: 200%;
}
.card__info {
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-box-shadow: 0px 3px 10px rgba(128, 128, 128, 0.18);
    box-shadow: 0px 3px 10px rgba(128, 128, 128, 0.18);
    padding: 28px;
}
@media screen and (max-width: 1050px) {
    .card__info {
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
    }
}
.card__info + .card__right-img{
    margin-top: 24px;
}
.card__info-descr {
    margin-top: 20px;
    margin-bottom: 20px;
}
.card__info-descr--image{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.card__info-descr--image .card__info-row{
    justify-content: flex-end
}
.card__info-descr--image .card__info-row .card__info-value{
    width: 100%;
}
.card__info-left{
    width: 40%;
}
.card__info-right{
    width: 60%;
}
.card__info-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.card__info-row + .card__info-row {
    margin-top: 8px;
}
.card__info-name {
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    color: #4a4a4a;
    width: 30%;
}
.card__info-value {
    font-weight: 700;
    font-size: 14px;
    line-height: 129%;
    color: #000;
    text-align: right;
    width: 67%;
}
.card__info-value a {
    position: relative;
}
.card__info-value a::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #000;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1),
        -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.card__info-value a:hover::after {
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
.card__form .inputs__btn {
    margin-bottom: 0;
}
.card__form .select {
    height: 48px;
}
.card__form .select__styled {
    border: 1px solid #d9d9d9;
    background: #fff;
    font-weight: 400;
    color: dimgray;
    padding: 8px 16px;
}
.card__form .select__options {
    width: 100%;
    border: 1px solid #d9d9d9;
}
.card__form .select__options li {
    padding-left: 16px;
}
.card__link {
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 731px) {
    .card__link {
        width: calc(100% + 24px);
        margin-left: -12px;
    }
}
.card__link + .card__wrap {
    margin-top: 0;
}
.card__link-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 12px;
}
@media screen and (max-width: 731px) {
    .card__link-box {
        padding: 8px 10px;
    }
}
.card__link-box p {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    margin-left: 6px;
}
.card__link-box + .card__link-box {
    margin-left: 10px;
}
.card__tablet-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 16px;
}
@media screen and (max-width: 731px) {
    .card__tablet-row {
        margin-bottom: 10px;
    }
}
.card__tablet-row:last-child {
    margin-bottom: 0px;
}
.card__tablet-name {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: dimgray;
    max-width: 270px;
    width: 100%;
    margin-right: 20px;
}
@media screen and (max-width: 731px) {
    .card__tablet-name {
        max-width: 100%;
        width: 50%;
        font-size: 14px;
        line-height: 129%;
    }
}
.card__tablet-value {
    width: calc(100% - 20px - 270px);
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}
@media screen and (max-width: 731px) {
    .card__tablet-value {
        width: 50%;
        text-align: right;
        font-size: 14px;
        line-height: 129%;
    }
}
@media screen and (max-width: 731px) {
    .card__tablet-value--left {
        text-align: left;
    }
}
.card__map {
    width: 100%;
    border: 1px solid #d9d9d9;
}
@media screen and (max-width: 731px) {
    .card__map {
        width: calc(100% + 24px);
        margin-left: -12px;
    }
}
.card__map > div {
    position: relative;
    padding-bottom: 47.61%;
}
@media screen and (max-width: 731px) {
    .card__map > div {
        padding-bottom: 100%;
    }
}
.card__map > div img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.card .leaflet-left {
    right: 10px !important;
    left: initial;
}
.card .leaflet-top {
    top: initial;
    bottom: 10px !important;
    z-index: 499;
}
.card .leaflet-control-attribution {
    display: none !important;
}
@media screen and (max-width: 731px) {
    .card .leaflet-control-zoom {
        display: none !important;
    }
}
.card .leaflet-bar {
    border: none !important;
}
.card .leaflet-touch .leaflet-bar a {
    border: 1px solid #d9d9d9 !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 0 !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.card .leaflet-touch .leaflet-bar a:hover {
    background-color: #f6f6f6 !important;
}
.card .leaflet-touch .leaflet-bar a:first-child {
    border-bottom: none !important;
}
.card .leaflet-touch .leaflet-control-zoom-in,
.card .leaflet-touch .leaflet-control-zoom-out {
    font-size: 15px !important;
}
.card .leaflet-container {
    -webkit-overflow-scrolling: touch !important;
}
.card .leaflet-container .leaflet-touch-scroll {
    overflow: auto;
}
@media screen and (max-width: 731px) {
    .card .inputs__btn {
        display: none;
    }
}
.card .inputs__btn--fixed {
    display: none;
}
@media screen and (max-width: 731px) {
    .card .inputs__btn--fixed {
        display: block;
        background: #fff;
        -webkit-box-shadow: 0px -1px 7px rgba(128, 128, 128, 0.11),
            inset 0px 1px 0px #d9d9d9;
        box-shadow: 0px -1px 7px rgba(128, 128, 128, 0.11),
            inset 0px 1px 0px #d9d9d9;
        padding: 16px 12px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        margin-bottom: 0;
        z-index: 500;
    }
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Regular.woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Bold.woff2);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-SemiBold.woff2);
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
.text {
    background: #fcfcfc;
    padding: 44px 0;
}
.text .content h4 {
    margin-bottom: 12px;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Regular.woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Bold.woff2);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-SemiBold.woff2);
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
.success__wrap {
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 100vh;
    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-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.success__icon {
    -webkit-box-shadow: 0px 0px 12px rgba(217, 255, 0, 0.45);
    box-shadow: 0px 0px 12px rgba(217, 255, 0, 0.45);
    border-radius: 50%;
    overflow: hidden;
}
.success__text {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    margin-top: 28px;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Regular.woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Bold.woff2);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-SemiBold.woff2);
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
.results {
    padding-top: 28px;
    padding-bottom: 88px;
}
@media screen and (max-width: 731px) {
    .results {
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 731px) {
    .results .center-wrap {
        padding: 0;
    }
}
@media screen and (max-width: 731px) {
    .results .card__simple-title {
        padding: 0 12px;
    }
}
.results__error {
    padding-top: 68px;
}
@media screen and (max-width: 731px) {
    .results__error--padd {
        padding: 68px 12px 0;
    }
}
.results__error-content {
    margin-bottom: 28px;
    width: 60%;
}
@media screen and (max-width: 1050px) {
    .results__error-content {
        width: 100%;
    }
}
.results__error-content p {
    font-size: 16px;
    line-height: 150%;
}
.results__filter {
    margin-bottom: 44px;
    margin-top: 28px;
}
@media screen and (max-width: 1050px) {
    .results__filter {
        margin: 20px 0;
    }
}
@media screen and (max-width: 731px) {
    .results__filter {
        margin: 0 0 2px 0;
    }
}
@media screen and (max-width: 731px) {
    .results__filter .center-wrap {
        padding-right: 0;
        padding-left: 12px;
    }
}
@media screen and (max-width: 731px) {
    .results__filter + .center-wrap {
        padding-top: 54px;
    }
}
.results__filter-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 1050px) {
    .results__filter-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media screen and (max-width: 731px) {
    .results__filter-wrap {
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        position: absolute;
        z-index: 401;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        scrollbar-width: none !important;
        scrollbar-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        width: calc(100% - 12px);
    }
    .results__filter-wrap::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0) !important;
        width: 0 !important;
        height: 0 !important;
    }
    .results__filter-wrap::-webkit-scrollbar {
        -webkit-appearance: none !important;
        width: 0 !important;
        height: 0 !important;
        display: none !important;
    }
    .results__filter-wrap::-webkit-scrollbar-track {
        background-color: color;
        width: 0 !important;
        height: 0 !important;
    }
}
.results__filter-wrap--active {
    height: 420px;
}
.results__filter--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.results__filter--column .results__filter-form {
    margin-top: 28px;
    margin-left: 0;
    width: 100%;
    max-width: 382px;
}
@media screen and (max-width: 1050px) {
    .results__filter--column .results__filter-form {
        margin-top: 20px;
    }
}
.results__filter-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: -10px;
}
@media screen and (max-width: 731px) {
    .results__filter-select {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-bottom: 10px;
        padding-right: 12px;
    }
}
.results__filter-border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    height: 44px;
    margin-right: 10px;
    margin-top: 10px;
}
.results__filter-border:last-child {
    margin-right: 0px;
}
.results__filter-border .select {
    background: #f6f6f6;
    height: 100%;
    min-width: auto;
}
.results__filter-border .select__options {
    border: 1px solid #000;
    border-top: none;
    right: 0;
    left: 0px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
}
@media screen and (max-width: 731px) {
    .results__filter-border .select__options {
        height: 370px;
    }
}
.results__filter-border .select__options li {
    padding: 11px 24px 11px 12px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.results__filter-border .select__options li:hover {
    text-shadow: 0 0 0.25px #000, 0 0 0.25px #000;
}
.results__filter-border .select__options li::after {
    display: none;
}
@media screen and (max-width: 731px) {
    .results__filter-border #filter_beds + .select__styled + .select__options {
        height: 275px;
    }
}
@media screen and (max-width: 731px) {
    .results__filter-border #filter_baths + .select__styled + .select__options {
        height: 190px;
    }
}
.results__filter-border .select__styled {
    border: 1px solid #d9d9d9;
    position: relative;
    height: 100%;
    padding: 0 36px 0 12px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    min-width: 90px;
}
.results__filter-border .select__styled::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 100%;
    border-left: 1px solid #d9d9d9;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.results__filter-border .select__styled::after {
    width: 24px;
    height: 100%;
    background-image: url(../images/svg/arrow_drop_down.svg);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center;
    right: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.results__filter-border .select__styled:hover {
    border: 1px solid #000;
}
.results__filter-border .select__styled:hover::before {
    border-left: 1px solid #000;
}
.results__filter-border .select__styled--active {
    border: 1px solid rgba(217, 217, 217, 0);
    background: #000;
    color: #fff;
}
.results__filter-border .select__styled--active::after {
    background-image: url(../images/svg/arrow__white.svg);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: center;
}
.results__filter-border .select__styled--active::before {
    border-left: 1px solid #afafaf;
}
.results__filter-border .select__styled--active:hover::before {
    border-left: 1px solid #afafaf;
}
.results__filter-border .select__styled.active {
    border: 1px solid #000;
}
.results__filter-border .select__styled.active::before {
    border-left: 1px solid #000;
}
.results__filter-border .select__styled.active.select__styled--active::before {
    border-left: 1px solid #afafaf;
}
.results__filter-border--property {
    min-width: 160px;
}
.results__filter-border--property .select,
.results__filter-border--property .select__styled {
    min-width: 100%;
}
.results__filter-border--baths {
    min-width: 117px;
}
.results__filter-border--baths .select,
.results__filter-border--baths .select__styled {
    min-width: 100%;
}
.results__filter-border--beds {
    min-width: 112px;
}
.results__filter-border--beds .select,
.results__filter-border--beds .select__styled {
    min-width: 100%;
}
.results__filter-border--max {
    min-width: 145px;
}
.results__filter-border--max .select,
.results__filter-border--max .select__styled {
    min-width: 100%;
}
.results__filter-border--min {
    min-width: 145px;
}
.results__filter-border--min .select,
.results__filter-border--min .select__styled {
    min-width: 100%;
}
.results__filter-form {
    margin-left: 20px;
    max-width: 410px;
    width: 100%;
}
@media screen and (max-width: 1050px) {
    .results__filter-form {
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
        max-width: 382px;
    }
}
@media screen and (max-width: 731px) {
    .results__filter-form {
        margin-top: 0;
        max-width: 200px;
        flex-shrink: 0;
    }
}
.results__filter-input {
    line-height: 44px;
    width: 100%;
    padding: 0 12px;
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.results__filter-input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: dimgray;
}
.results__filter-input::-moz-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: dimgray;
}
.results__filter-input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: dimgray;
}
.results__filter-input::-ms-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: dimgray;
}
.results__filter-input::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: dimgray;
}
.results__filter-input:focus {
    background: #fff;
    border: 1px solid #000;
}
.results__value {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    color: #000;
}
@media screen and (max-width: 1050px) {
    .results__value {
        margin-top: 10px;
    }
}
@media screen and (max-width: 731px) {
    .results__value {
        padding: 0 12px;
    }
}
@media screen and (max-width: 1200px) {
    .results__value--desktop {
        display: none;
    }
}
.results__value--mobile {
    display: none;
}
@media screen and (max-width: 1200px) {
    .results__value--mobile {
        display: block;
        margin-top: 0;
    }
}
.results__sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 1200px) {
    .results__sort--hidden {
        display: none;
    }
}
.results__sort .select {
    height: 40px;
    min-width: 110px;
}
.results__sort .select__styled {
    border: none;
    background: inherit;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    padding: 11px 24px 11px 0;
}
.results__sort .select__styled::after {
    content: "";
    position: absolute;
    right: 0px;
    width: 24px;
    height: 24px;
    background-image: url(../images/svg/arrow_drop1.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.results__sort .select__options {
    border: none;
    background: #000;
    border-radius: 6px;
    width: 122px;
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-box-shadow: 0px 6px 16px rgba(128, 128, 128, 0.22);
    box-shadow: 0px 6px 16px rgba(128, 128, 128, 0.22);
}
@media screen and (max-width: 731px) {
    .results__sort .select__options {
        width: 200px;
    }
}
.results__sort .select__options li {
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    color: #000;
    text-align: left;
    padding: 11px 12px;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(0, 0, 0, 0);
    text-decoration-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.results__sort .select__options li:hover {
    background: inherit;
    -webkit-text-decoration-color: #000;
    text-decoration-color: #000;
}
.results__sort .select__options li.li-active {
    font-weight: 700;
}
.results__sort .select__options li::after {
    background: #fff;
}
.results__sort .select__options li::before {
    display: none;
}
.results__sort-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    margin-right: 20px;
}
@media screen and (max-width: 480px) {
    .results__sort-title {
        margin-right: 5px;
    }
}
.results__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;
}
@media screen and (max-width: 731px) {
    .results__row {
        padding: 0 12px;
    }
}
.results__row .select__options {
    height: auto;
}
.results__row-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.results__row-box--map {
    position: absolute;
    left: 10px;
    top: 8px;
    opacity: 0;
    visibility: hidden;
}
.results__row-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    position: relative;
}
.results__row-map:hover {
    background: #e0e0e0;
}
@media screen and (max-width: 1200px) {
    .results__row-map--hide {
        display: none;
    }
}
.results__row-map--active .results__row-box:first-child {
    opacity: 0;
    visibility: hidden;
}
.results__row-map--active .results__row-box:last-child {
    opacity: 1;
    visibility: visible;
}
.results__row-map--mobile {
    display: none;
}
@media screen and (max-width: 1200px) {
    .results__row-map--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 130px;
    }
}
@media screen and (max-width: 480px) {
    .results__row-map--mobile {
        width: 110px;
    }
}
.results__row-map svg {
    width: 24px;
}
@media screen and (max-width: 480px) {
    .results__row-map svg {
        width: 20px;
    }
}
.results__row-map p {
    margin-left: 6px;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}
@media screen and (max-width: 480px) {
    .results__row-map p {
        font-size: 14px;
    }
}
.results__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    margin-top: 20px;
    margin-bottom: 22px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
@media screen and (max-width: 1050px) {
    .results__list {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 731px) {
    .results__list {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 8px;
        background: #e9e9e9;
    }
}
.results__list--2 {
    grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1200px) {
    .results__list--2 {
        opacity: 0;
        visibility: hidden;
        height: 0;
        overflow: hidden;
    }
    .results__list--2.active {
        opacity: 1;
        visibility: visible;
        height: auto;
    }
}
@media screen and (max-width: 1050px) {
    .results__list--2 {
        padding-right: 20px;
    }
}
@media screen and (max-width: 731px) {
    .results__list--2 {
        grid-template-columns: repeat(1, 1fr);
        padding-right: 0;
    }
}
.results__list--2 .card-item--advertising {
    padding: 0;
}
.card-item--banner {
}
@media screen and (max-width: 731px) {
    .card-item--banner {
        padding: 0 !important;
    }
}
@media screen and (max-width: 731px) {
    .results__list--2 .card-item {
        padding-left: 0;
    }
}
@media screen and (max-width: 1050px) {
    .results .card__baner {
        margin: 0 auto 72px;
    }
    .results .card__baner__bottom {
        margin: 0 auto 72px;
    }
}
.results .card-item {
    position: relative;
}
@media screen and (max-width: 731px) {
    .results .card-item: :before {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 8px;
        background: #e9e9e9;
        -webkit-box-shadow: inset 0px -1px 0px #d9d9d9,
            inset 0px 1px 0px #d9d9d9;
        box-shadow: inset 0px -1px 0px #d9d9d9, inset 0px 1px 0px #d9d9d9;
    }
}
.results .card-item:last-child::before {
    display: none;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Regular.woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Bold.woff2);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-SemiBold.woff2);
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
.card-item {
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 16px;
    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;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
@media screen and (max-width: 731px) {
    .card-item {
        border: none;
        padding: 10px 12px;
    }
}
@media screen and (min-width: 731px) {
    .card-item: hover {
        -webkit-box-shadow: 0px 1px 4px rgba(128, 128, 128, 0.11);
        box-shadow: 0px 1px 4px rgba(128, 128, 128, 0.11);
    }
    .card-item:hover .card__left-number {
        background: #d9ff00;
    }
    .card-item:hover .card-item__img .img-wrap::before {
        background: rgba(242, 242, 242, 0.16);
    }
    .card-item:hover .card-item__img_similar .img-wrap::before {
        background: rgba(242, 242, 242, 0.16);
    }

}
.card-item__img {
    position: relative;
    margin-bottom: 12px;
    display: block;
}

.card-item__img_similar {
    position: relative;
    margin-bottom: 12px;
    display: block;
}


.card-item__img--hide {
    display: none;
}
.card-item__img .img-wrap {
    position: relative;
}
.card-item__img_similar .img-wrap {
    position: relative;
}


.card-item__img .img-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(242, 242, 242, 0);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
}
.card-item__img .img-wrap > div {
    padding-bottom: 75%;
    background: #f6f6f6;
}
.card-item__img .img-wrap > div img[alt] {
    text-indent: -9999px;
}
.card-item__img_similar .img-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(242, 242, 242, 0);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
}
.card-item__img_similar .img-wrap > div {
    padding-bottom: 75%;
    background: #f6f6f6;
}
.card-item__img_similar .img-wrap > div img[alt] {
    text-indent: -9999px;
}

.card-item__bottom {
    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-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.card-item__content {
    margin-top: 12px;
}
.card-item__content p {
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-break: break-all;
}
.card-item .card__left-number {
    bottom: 10px;
    left: 10px;
}
.card-item .card__left-number p {
    margin-left: 0;
}
.card-item .card__simple-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    margin-bottom: 0;
}
@media screen and (max-width: 731px) {
    .card-item .card__simple-title {
        padding: 0;
    }
}
.card-item .card__descr {
    margin-top: auto;
}
.card-item .card__descr-box {
    margin-right: 16px;
}
.card-item--map {
    width: 264px;
    padding: 12px;
    -webkit-box-shadow: 0px 6px 16px rgba(128, 128, 128, 0.22);
    box-shadow: 0px 6px 16px rgba(128, 128, 128, 0.22);
}
.card-item--map .card__simple-title {
    font-size: 14px;
    line-height: 129%;
}
.card-item--map .card__price-value {
    font-size: 16px;
    line-height: 150%;
}
.card-item--map .card__descr-box {
    margin-right: 10px;
}
.card-item--map .card__descr-box:last-child {
    margin-right: 0px;
}
.card-item--map .card__descr-info {
    font-size: 14px;
}
.card-item--map .card-item__img {
    margin-bottom: 10px;
}
.card-item--map .card-item__img_similar {
    margin-bottom: 10px;
}

.card-item--advertising {
    border: none;
}
@media screen and (max-width: 1050px) {
    .card-item--advertising {
        padding: 0;
    }
}
@media screen and (max-width: 731px) {
    .card-item--advertising {
        padding: 0 12px;
    }
}
.card-item--advertising .card-item__img {
    margin-bottom: 0;
}

.card-item--advertising .card-item__img_similar {
    margin-bottom: 0;
}.card-item--advertising .img-wrap > div {
    padding-bottom: 83.33%;
}
.card-item--advertising .img-wrap > div img {
    -o-object-fit: contain;
    object-fit: contain;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Regular.woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Bold.woff2);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-SemiBold.woff2);
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
.pagination {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 22px;
}
@media screen and (max-width: 731px) {
    .pagination {
        padding: 0 12px;
    }
}
.pagination__arrow:hover svg {
    fill: red;
}
.pagination__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -4px;
}
.pagination__item {
    margin-right: 4px;
    margin-top: 4px;
}
.pagination__item:last-child {
    margin-right: 0px;
}
.pagination__link {
    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;
    background: #f6f6f6;
    width: 44px;
    height: 40px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    z-index: 2;
    transition: all 0.5s;
}
.pagination__link p {
    position: relative;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #000;
}
.pagination__link p::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: #000;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}
.pagination__link--dots {
    pointer-events: none;
    color: #000;
    font-weight: 700;
}
.pagination__link--prev p {
    margin-right: 0;
    margin-left: 8px;
}
.pagination__link--prev svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.pagination__link--next,
.pagination__link--prev {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    background: #f6f6f6;
    padding: 0 8px 0 12px;
    width: initial;
}
.pagination__link--next p,
.pagination__link--prev p {
    margin-right: 8px;
}
.pagination__link--next svg,
.pagination__link--prev svg {
    width: 24px;
    fill: #000;
    -webkit-transition: fill 0.5s;
    -o-transition: fill 0.5s;
    transition: fill 0.5s;
}
.pagination__link:hover {
    background: #e0e0e0;
}
.pagination__link:hover p::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.pagination__link--active {
    background: #000;
    pointer-events: none;
}
.pagination__link--active p {
    color: #fff;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Regular.woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Bold.woff2);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-SemiBold.woff2);
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
.results-map__left {
    max-width: 780px;
    width: 100%;
    padding: 44px 28px 88px;
    height: 100%;
    overflow: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-width: none !important;
    scrollbar-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    position: relative;
}
.results-map__left::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0) !important;
    width: 0 !important;
    height: 0 !important;
}
.results-map__left::-webkit-scrollbar {
    -webkit-appearance: none !important;
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}
.results-map__left::-webkit-scrollbar-track {
    background-color: color;
    width: 0 !important;
    height: 0 !important;
}
@media screen and (max-width: 1200px) {
    .results-map__left {
        max-width: 100%;
        overflow: initial;
        padding: 28px 20px 20px;
        height: auto;
    }
}
@media screen and (max-width: 1050px) {
    .results-map__left {
        padding-right: 0;
    }
}
@media screen and (max-width: 731px) {
    .results-map__left {
        padding: 20px 0 10px 12px;
    }
}
@media screen and (max-width: 1050px) {
    .results-map__left .results__row {
        padding-right: 20px;
    }
}
@media screen and (max-width: 731px) {
    .results-map__left .results__row {
        padding-right: 12px;
        padding-left: 0;
    }
}
@media screen and (max-width: 1050px) {
    .results-map__left .card__simple-title {
        padding-right: 20px;
    }
}
@media screen and (max-width: 731px) {
    .results-map__left .card__simple-title {
        padding-right: 12px;
    }
}
.results-map__right {
    width: calc(100% - 780px);
    height: 100%;
    position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
@media screen and (max-width: 1200px) {
    .results-map__right {
        width: 100%;
        position: absolute;
        bottom: 0;
        height: calc(100vh - 415px);
    }
    .results-map__right.hidde {
        opacity: 0;
        visibility: hidden;
    }
}
@media screen and (max-width: 1050px) {
    .results-map__right {
        height: calc(100vh - 375px);
    }
}
@media screen and (max-width: 731px) {
    .results-map__right {
        height: calc(100vh - 255px);
    }
}
@media screen and (max-width: 480px) {
    .results-map__right {
        height: calc(100vh - 250px);
    }
}
.results-map__right img,
.results-map__right #results_map {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.results-map__right #results_map {
    overflow: hidden;
}
.results-map__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100vh - 80px);
}
@media screen and (max-width: 1200px) {
    .results-map__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
    }
    .results-map__wrap.results-map__wrap--height {
        height: auto;
    }
    .results-map__wrap.results-map__wrap--height .results__sort--hidden {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .results-map__wrap.results-map__wrap--height .results__value--desktop {
        display: inline-block;
    }
    .results-map__wrap.results-map__wrap--height .results__value--mobile {
        display: none;
    }
}
@media screen and (max-width: 1200px) {
    .results-map .pagination {
        display: none;
    }
}
@media screen and (max-width: 731px) {
    .results-map .results__filter-form {
        display: block;
    }
}
@media screen and (max-width: 731px) {
    .results-map .results__filter-form {
        display: none;
    }
}
@media screen and (max-width: 731px) {
    .results-map .results__filter + .card__simple-title {
        margin-top: 76px;
    }
}
@media screen and (max-width: 731px) {
    .results-map .results__value {
        padding: 0;
    }
}
.results-map .leaflet-left {
    right: 20px !important;
    left: initial !important;
}
.results-map .leaflet-top {
    top: 20px !important;
    z-index: 499;
}
.results-map .leaflet-control-attribution {
    display: none !important;
}
@media screen and (max-width: 731px) {
    .results-map .leaflet-control-zoom {
        display: none !important;
    }
}
.results-map .leaflet-bar {
    border: none !important;
}
.results-map .leaflet-touch .leaflet-bar a {
    border: 1px solid #d9d9d9 !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 0 !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.results-map .leaflet-touch .leaflet-bar a:hover {
    background-color: #f6f6f6 !important;
}
.results-map .leaflet-touch .leaflet-bar a:first-child {
    border-bottom: none !important;
}
.results-map .leaflet-touch .leaflet-control-zoom-in,
.results-map .leaflet-touch .leaflet-control-zoom-out {
    font-size: 15px !important;
}
.results-map .leaflet-marker-icon .triangle {
    position: relative;
    left: 50%;
    top: 50%;
    margin: 0px;
    padding: 2px 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #000;
    -webkit-box-shadow: 0px 3px 10px rgba(128, 128, 128, 0.18);
    box-shadow: 0px 3px 10px rgba(128, 128, 128, 0.18);
    border-radius: 100px;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.results-map .leaflet-marker-icon .triangle:hover,
.results-map .leaflet-marker-icon .triangle.trianglehover {
    background: #d9ff00;
}
.results-map .leaflet-marker-icon div span {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
}
.results-map .marker-cluster {
    width: 44px !important;
    height: 44px !important;
}
.results-map .marker-cluster div {
    width: 44px !important;
    height: 44px !important;
    background: #000 !important;
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 3px 10px rgba(128, 128, 128, 0.18);
    box-shadow: 0px 3px 10px rgba(128, 128, 128, 0.18);
    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%;
    margin: 0 !important;
    font-family: "DM Sans", sans-serif;
}
.results-map .marker-cluster-medium {
    background-color: inherit !important;
    width: 36px !important;
    height: 36px !important;
}
.results-map .marker-cluster-medium div {
    width: 36px !important;
    height: 36px !important;
}
.results-map .marker-cluster-small {
    width: 28px !important;
    height: 28px !important;
    background-color: inherit !important;
}
.results-map .marker-cluster-small div {
    width: 28px !important;
    height: 28px !important;
}
.results-map .leaflet-popup-tip-container,
.results-map .leaflet-popup-close-button {
    display: none !important;
}
.results-map .leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    left: -132px !important;
    bottom: -30px !important;
}
.results-map #scroll-loader {
    width: 46px;
    height: 46px;
    display: none;
    position: fixed;
    bottom: 260px;
    left: 390px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
}
@media screen and (max-width: 1200px) {
    .results-map #scroll-loader {
        left: 50%;
        bottom: 90px;
        position: absolute;
    }
}
.results-map #scroll-loader::before {
    content: "";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #d9d9d9;
    border-color: #d9d9d9 rgba(0, 0, 0, 0) #d9d9d9 rgba(0, 0, 0, 0);
    -webkit-animation: lds-dual-ring 1.2s linear infinite;
    animation: lds-dual-ring 1.2s linear infinite;
}
@-webkit-keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Regular.woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Bold.woff2);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-SemiBold.woff2);
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
.cookie {
    width: 360px;
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-box-shadow: 0px 3px 10px rgba(128, 128, 128, 0.18);
    box-shadow: 0px 3px 10px rgba(128, 128, 128, 0.18);
    position: fixed;
    bottom: 28px;
    left: 28px;
    z-index: 1000;
    padding: 72px 20px 28px;
    -webkit-transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
    transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
    transition: transform 0.5s, opacity 0.5s, visibility 0.5s,
        -webkit-transform 0.5s;
    display: none;
}
@media screen and (max-width: 1050px) {
    .cookie {
        left: 20px;
        bottom: 20px;
        padding: 52px 20px 28px;
    }
}
@media screen and (max-width: 731px) {
    .cookie {
        left: 12px;
        bottom: 12px;
        padding: 42px 12px 12px;
    }
}
@media screen and (max-width: 480px) {
    .cookie {
        left: 0;
        bottom: 0;
        width: 100%;
    }
}
.cookie--hide {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
}
.cookie__close {
    position: absolute;
    top: 0;
    right: 0;
    background: #f6f6f6;
    border-radius: 0px 0px 0px 18px;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
@media screen and (max-width: 1050px) {
    .cookie__close {
        padding: 8px;
    }
}
.cookie__close:hover {
    background: #e0e0e0;
}
.cookie__content p {
    font-size: 14px;
    line-height: 129%;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Regular.woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Bold.woff2);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-SemiBold.woff2);
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
.terms {
    padding-top: 44px;
    padding-bottom: 112px;
}
@media screen and (max-width: 731px) {
    .terms {
        padding-top: 32px;
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 480px) {
    .terms {
        padding-top: 20px;
        padding-bottom: 44px;
    }
}
.terms__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1144px;
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 731px) {
    .terms__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.terms__left {
    max-width: 270px;
    width: 100%;
}
@media screen and (max-width: 731px) {
    .terms__left {
        margin-bottom: 28px;
    }
}
@media screen and (max-width: 480px) {
    .terms__left {
        margin-bottom: 20px;
    }
}
.terms__right {
    width: calc(100% - 270px - 20px);
    margin-left: 20px;
    border: 1px solid #d9d9d9;
    padding: 28px;
    background: #fff;
}
@media screen and (max-width: 731px) {
    .terms__right {
        width: 100%;
        margin-left: 0;
    }
}
@media screen and (max-width: 480px) {
    .terms__right {
        padding: 20px 12px;
    }
}
.terms__link-item {
    padding: 10px 20px;
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    -webkit-transition: text-shadow 0.3s;
    -o-transition: text-shadow 0.3s;
    transition: text-shadow 0.3s;
}
.terms__link-item:hover {
    text-shadow: 0 0 0.25px #000, 0 0 0.25px #000;
}
.terms__link-item--active {
    font-weight: 700;
}
.terms__link-item--active:hover {
    text-shadow: none;
}
.terms .content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000;
}
.terms .content p + p {
    margin-top: 28px;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Regular.woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Bold.woff2);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-SemiBold.woff2);
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
.tooltip {
    z-index: 10;
    position: absolute;
    z-index: inherit;
    opacity: 0;
    visibility: hidden;
    padding: 8px 20px;
    background: #000;
    -webkit-box-shadow: 0px 6px 16px rgba(128, 128, 128, 0.22);
    box-shadow: 0px 6px 16px rgba(128, 128, 128, 0.22);
    top: 80%;
    min-width: 230px;
    left: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tooltip svg {
    margin-right: 10px;
}
.tooltip span {
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    color: #fff;
}
.tooltip--active {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.tooltip-parent {
    position: relative;
    cursor: pointer;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Regular.woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Bold.woff2);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    src: url(../fonts/Poppins-SemiBold.woff2);
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
.virtualtour-slider {
    position: relative;
    height: calc(100vh - 80px - 228px);
}
@media screen and (max-width: 731px) {
    .virtualtour-slider {
        height: calc(100vh - 68px - 142px);
    }
}
@media screen and (max-width: 502px) {
    .virtualtour-slider {
        height: calc(100vh - 68px - 186px);
    }
}
.virtualtour-slider__item {
    position: relative;
    height: inherit;
}
.virtualtour-slider__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.virtualtour-slider__row {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.virtualtour-slider__title {
    font-size: 18px;
    line-height: 130%;
    color: #000;
    padding-right: 30px;
    margin-bottom: 20px;
}
.virtualtour-slider__price {
    font-size: 18px;
    line-height: 130%;
    color: #000;
}
.virtualtour-slider .center-wrap {
    position: relative;
    z-index: 2;
    height: inherit;
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
    padding: 0px 24px;
}
@media screen and (max-width: 1439px) {
    .virtualtour-slider .center-wrap {
        padding: 0 20px;
    }
}
@media screen and (max-width: 731px) {
    .virtualtour-slider .center-wrap {
        padding: 0 12px;
    }
}
.virtualtour-slider .swiper-pagination {
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.virtualtour-slider .swiper-pagination-bullet {
    width: 20px;
    height: 3px;
    background: #000;
    border-radius: 0;
    margin-right: 10px;
}
.virtualtour-slider .swiper-pagination-bullet:last-child {
    margin-right: 0px;
}

.banner_location_middle {
    position: relative !important;
    margin-top: 24px;
}

.list-slider{
    position: relative;
    .swiper-container{
        padding: 2px;
    }
}
.center-wrap .card__left-img {
    cursor: pointer;
}

.articlespace h1,
.articlespace h2,
.articlespace p,
.articlespace ul {
    margin-bottom: 1.5rem; /* or whatever spacing you prefer */
}
.articlespace li {
    margin-left:10px;
    margin-bottom:10px;
}
.articlespace img {
    margin-bottom:10px;
}
.articlespace ul {
    list-style: disc !important;
    padding-left: 1.5rem; /* ensures bullets have space */
    margin: 1.5rem 0;
}
.articlespace {
    font-size:18px;
}

/* ===== Verification modal (safe over any theme/lightbox) ===== */
.ve-modal {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .15s ease;
  z-index: 100000; /* sit above lightboxes */
}
.ve-modal.ve-open { opacity: 1; pointer-events: auto; }

.ve-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.5);
  z-index: 100000;
}

.ve-card {
  position: relative;
  z-index: 100001;
  width: min(520px, 92vw);
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 20px 70px rgba(0,0,0,.25);
  padding: 22px;
}

/* header */
.ve-head { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.ve-title { font-weight: 700; font-size: 1.1rem; }
.ve-x { border: 0; background: transparent; font-size: 22px; cursor: pointer; }

/* text + states */
.ve-help { color: #555; font-size: .95rem; margin: .6rem 0; }
.ve-err  { color: #b00020; font-size: .95rem; margin-top: .4rem; }
.ve-ok   { color: #0c7a3e; font-size: .95rem; margin-top: .4rem; }
.ve-hide { display: none; }

/* buttons */
.ve-btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: .8rem 1rem; border: 0; border-radius: .6rem;
  background: #c8fb4a; color: #111; font-weight: 700; cursor: pointer;
}
.ve-btn[disabled] { opacity: .6; cursor: not-allowed; }
.ve-btn-small { padding: .35rem .6rem; font-weight: 600; }

/* code inputs */
.ve-code { display: flex; gap: 8px; margin: 12px 0; }
.ve-code input {
  width: 44px; height: 54px; text-align: center; font-size: 1.3rem;
  border: 1px solid #e6e6e6; border-radius: 10px;
}

/* (defensive) ensure clicks don't fall through */
.ve-modal.ve-open { pointer-events: auto; }
/* clickable chip radios (robust against themes that hide radio inputs) */
.ve-chip{display:inline-flex;align-items:center;position:relative;margin-left:.8rem;cursor:pointer}
.ve-chip input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}
.ve-chip span{display:inline-block;padding:.3rem .7rem;border:1px solid #ddd;border-radius:999px;user-select:none}
.ve-chip input:focus + span{outline:2px solid rgba(0,0,0,.15)}
.ve-chip input:checked + span{background:#111;color:#fff;border-color:#111}
.ve-sub { margin-top: .25rem; color:#666; }

/* Lock the page when the verification modal is open */
body.ve-lock, html.ve-lock {
  overflow: hidden !important;
  height: 100%;
}

body.ve-lock {
  position: fixed;
  width: 100%;
  top: var(--ve-scroll-top, 0); /* restored by JS on close */
}

/* Make the modal content scrollable without “chaining” to the page */
#verifyModal .ve-card {
  max-height: 90vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

/* Don’t let backdrop gestures scroll the page */
#verifyModal.ve-open .ve-backdrop {
  touch-action: none;
}

html.site-lock, body.site-lock {
  overflow: hidden !important;
  height: 100%;
  position: fixed;
  width: 100%;
  top: var(--site-lock-top, 0);
}

/* Make the popup content scroll without bubbling to the page */
.site-modal-scroll {
  max-height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

/* Don’t let backdrop gestures scroll the page */
.site-modal-backdrop {
  touch-action: none;
}

/* stop background scroll chaining when a modal is open */
.popup-wrap,
.ve-modal {
    overscroll-behavior: contain;
}

/* the scrollable area inside each modal */
.popup__inner,
.ve-card {
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}

/* block gestures on the dimmed overlay/backdrop */
.popup-wrap,
.ve-backdrop { touch-action: none; }

/* iOS-friendly full-height modal */
.popup-wrap--100 .popup__inner{
    height: 100dvh;                 /* was 100vh */
    max-height: 100dvh;
    padding-bottom: calc(16px + env(safe-area-inset-bottom));
}

/* keep scroll inside modal but stop bleed */
.popup-wrap, .ve-modal { overscroll-behavior: contain; }
.popup__inner, .ve-card {
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}

/* optional but helps prevent gestures on the backdrop */
.popup-wrap, .ve-backdrop { touch-action: none; }

/* while a <select> is open, allow the dropdown to render fully */
.popup__inner.ios-select-open{
    overflow: visible;
    -webkit-overflow-scrolling: auto; /* avoid momentum jitter during the menu */
}

/* 1) Only the backdrop should intercept gestures */
.popup-wrap { /* the whole modal container */
    position: fixed; inset: 0; z-index: 9999;
}

/* If you have a visual overlay layer (often named .popup--opacity or similar),
   make it *non-interactive* so touches pass through to the panel/form. */
.popup--opacity { pointer-events: none; }

/* 2) Close button must have a SMALL, explicit hitbox (not a flex child filling space) */
.popup_close {
    position: absolute; top: 8px; right: 8px;
    width: 44px; height: 44px; z-index: 1;
    pointer-events: auto;          /* clickable */
}
.popup_close * { pointer-events: none; } /* icon only, avoid grabbing drags */

/* 3) The scrollable panel itself must accept pan gestures */
.popup__inner {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    touch-action: auto;            /* <- critical if any ancestor sets touch-action */
    height: 100dvh;                /* avoid 100vh iOS toolbar bug */
    max-height: 100dvh;
    padding-bottom: calc(16px + env(safe-area-inset-bottom));
}

/* Do NOT put touch-action:none on .popup-wrap or .popup__inner.
   If you want to block gestures on the dark backdrop, target only that element: */
.popup-backdrop { touch-action: none; }    /* (add this class to your backdrop div) */

/* let drags that start on form controls pan vertically */
.popup__inner input,
.popup__inner textarea,
.popup__inner select {
    touch-action: pan-y;           /* supported on modern iOS */
}

/* and prefer the dynamic viewport to avoid bottom “cut” */
.popup-wrap--100 .popup__inner {
    height: 100dvh;                /* was 100vh */
    max-height: 100dvh;
}


/* ===== KeyHomes “SEO fragment” look & feel ===== */
:root {
    --kh-text: #111827;          /* near-black */
    --kh-muted: #6b7280;         /* gray-500 */
    --kh-border: #e5e7eb;        /* gray-200 */
    --kh-soft: #f8fafc;          /* slate-50 */
    --kh-softer: #fbfdff;        /* extra light */
    --kh-radius: 14px;
    --kh-shadow: 0 1px 3px rgba(16,24,40,.06), 0 8px 24px rgba(16,24,40,.06);
}

#market-overview,
#market-trends,
#city-guide {
    color: var(--kh-text);
    line-height: 1.6;
}

#market-overview h2,
#market-trends h2,
#city-guide h2 {
    font-size: clamp(1.35rem, 1.1rem + 1vw, 1.75rem);
    font-weight: 800;
    margin: 1.25rem 0 .75rem;
    letter-spacing: .2px;
}

#market-overview h3,
#city-guide h3 {
    font-size: clamp(1.05rem, 1rem + .4vw, 1.25rem);
    font-weight: 700;
    margin: 1.25rem 0 .5rem;
}

#market-overview p,
#market-trends p,
#city-guide p {
    margin: .75rem 0 1rem;
    color: #1f2937; /* gray-800 */
}

/* ===== “Median Asking Price” definition list ===== */
#market-overview .medians,
#market-trends .medians {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px 16px;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid var(--kh-border);
    border-radius: var(--kh-radius);
    box-shadow: var(--kh-shadow);
    max-width: 680px;
    margin: .5rem 0 1.25rem;
}

#market-overview .medians dt,
#market-trends .medians dt {
    color: var(--kh-muted);
    font-weight: 600;
    margin: 0;
}

#market-overview .medians dd,
#market-trends .medians dd {
    margin: 0;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    letter-spacing: .2px;
}

/* subtle row separators */
#market-overview .medians dt:not(:first-of-type),
#market-overview .medians dd:not(:first-of-type),
#market-trends .medians dt:not(:first-of-type),
#market-trends .medians dd:not(:first-of-type) {
    border-top: 1px dashed var(--kh-border);
    padding-top: 8px;
}

/* Mobile: stack each pair */
@media (max-width: 640px) {
    #market-overview .medians,
    #market-trends .medians {
        grid-template-columns: 1fr;
        gap: 6px;
    }
    #market-overview .medians dd,
    #market-trends .medians dd {
        margin-bottom: 6px;
    }
}

/* ===== Stats / Medians Definition List ===== */
#stats.medians {
    display: grid;
    grid-template-columns: 1fr auto auto; /* label | count | median */
    gap: 10px 16px;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid var(--kh-border);
    border-radius: var(--kh-radius);
    box-shadow: var(--kh-shadow);
    max-width: 680px;
    margin: 0.5rem 0 1.25rem;
    align-items: baseline;
}

/* Headings (property type) */
#stats.medians dt {
    color: var(--kh-muted);
    font-weight: 600;
    margin: 0;
}

/* Values */
#stats.medians dd {
    margin: 0;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.2px;
}

/* Row separators (applies after first property row = after first 3 items) */
#stats.medians > :nth-child(n+4) {
    border-top: 1px dashed var(--kh-border);
    padding-top: 8px;
}

/* Optional helper: if a property type has only 1 value (no count), span across both right columns */
#stats.medians dt + dd.median {
    grid-column: 2 / span 2;
}

/* Responsive: stack rows vertically on small screens */
@media (max-width: 640px) {
    #stats.medians {
        grid-template-columns: 1fr;
        gap: 6px;
    }
    #stats.medians dd {
        margin-bottom: 6px;
    }
}


/* ===== Generic table styling (apply class="kh-table") ===== */
table.kh-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border: 1px solid var(--kh-border);
    border-radius: var(--kh-radius);
    overflow: hidden;
    box-shadow: var(--kh-shadow);
    margin: 1rem 0 1.25rem;
}

.kh-table thead th {
    background: var(--kh-soft);
    color: #374151; /* gray-700 */
    text-transform: uppercase;
    font-size: .78rem;
    letter-spacing: .04em;
    font-weight: 700;
    padding: 12px 16px;
    border-bottom: 1px solid var(--kh-border);
}

.kh-table tbody td {
    padding: 12px 16px;
    border-top: 1px solid var(--kh-border);
    vertical-align: middle;
    color: #111827;
}

.kh-table tbody tr:nth-child(even) td {
    background: var(--kh-softer);
}

.kh-table tbody tr:hover td {
    background: #f6fafe; /* very light blue hint */
}

/* numeric columns */
.kh-table td.num,
.kh-table th.num {
    text-align: right;
    font-variant-numeric: tabular-nums;
}

/* compact price emphasis */
.kh-table td.price {
    font-weight: 700;
}

/* small helper text */
.kh-note {
    color: var(--kh-muted);
    font-size: .9rem;
}

/* Add gentle spacing before big headline that follows a block (like your H2 after medians) */
#market-overview .medians + h2,
#market-trends .medians + h2 {
    margin-top: 1.25rem;
}