@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: 28px;
}
.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: 14px;
    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: 23px;
    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;
}
.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 {
    }
}
.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;
}
.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;
}
.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("https://staticfiles.mywhc.ca/homesNew/assets/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("https://staticfiles.mywhc.ca/homesNew/assets/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;
}
.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%;
}
.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("https://staticfiles.mywhc.ca/homesNew/assets/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-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__img {
    position: relative;
    margin-bottom: 12px;
    display: block;
}
.card-item__img--hide {
    display: none;
}
.card-item__img .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__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--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 .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;
}

.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;
}
@media screen and (max-width: 1050px) {
    .card__baner {
        max-width: 100%;
    }
}
@media screen and (max-width: 731px) {
    .card__baner {
        display: none;
    }
}

.card__baner > 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: 20px;
}
@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);
    }
}
@media screen and (max-width: 731px) {
    .card__left {
        width: 100%;
    }
}
.card__left-img {
    position: relative;
    display: block;
    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: 731px) {
    .card__left-img {
        width: calc(100% + 24px);
        margin-left: -12px;
    }
}
@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;
}
.card__left .img-wrap > div {
    padding-bottom: initial;
    height: 100%;
}
@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;
    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-descr {
    margin-top: 44px;
    margin-bottom: 44px;
}
.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: 20px;
    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%;
    }
}
.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;
    }
}
.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;
}
.text {
    background: #fcfcfc;
    padding: 44px 0;
}
.text .content h4 {
    margin-bottom: 12px;
}
.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;
}
.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;
}
