@charset "UTF-8";:root {
    --color-white: #FFF;
    --color-white-rgb: 255, 255, 255;
    --color-filter-city: #BF9E77;
    --breakpoint-xs: 512px;
    --breakpoint-sm: 768px;
    --breakpoint-md: 1024px;
    --breakpoint-lg: 1280px;
    --breakpoint-xl: 1440px;
    --breakpoint-xxl: 1760px;
    --modal-transition-time: .3s;
    --color-dark-hover: #0C0E12;
    --color-dark-hover-rgba: 12, 14, 18;
    --color-dark-constant: #0C1B20;
    --color-dark-constant-rgb: 12, 27, 32
}

:root[data-domain-key=moscow] {
    --color-black: #000A0D;
    --color-black-rgb: 0, 10, 13;
    --color-dark: #0C1B20;
    --color-dark-rgb: 12, 27, 32;
    --color-primary: #F0EAE3;
    --color-primary-rgb: 240, 234, 227;
    --color-accent: #BF9E77;
    --color-accent-rgb: 191, 158, 119;
    --color-accent-light: #F0EAE3;
    --color-accent-light-rgb: 240, 234, 227;
    --color-accent-hover: #997650;
    --color-accent-hover-rgb: 153, 118, 80;
    --color-card-tag: #BF9E77
}

:root[data-domain-key=spb] {
    --color-black: #000A0D;
    --color-black-rgb: 0, 10, 13;
    --color-dark: #0C1B20;
    --color-dark-rgb: 12, 27, 32;
    --color-primary: #F0EAE3;
    --color-primary-rgb: 240, 234, 227;
    --color-accent: #BF9E77;
    --color-accent-rgb: 191, 158, 119;
    --color-accent-light: #F0EAE3;
    --color-accent-light-rgb: 240, 234, 227;
    --color-accent-hover: #997650;
    --color-accent-hover-rgb: 153, 118, 80;
    --color-card-tag: #BF9E77
}

:root[data-domain-key=dubai] {
    --color-black: #010101;
    --color-black-rgb: 1, 1, 1;
    --color-dark: #15191F;
    --color-dark-rgb: 21, 25, 31;
    --color-primary: #C1E2EA;
    --color-primary-rgb: 193, 226, 234;
    --color-accent: #0E3361;
    --color-accent-rgb: 14, 51, 97;
    --color-accent-light: #E2F2F5;
    --color-accent-light-rgb: 226, 242, 245;
    --color-accent-hover: #082344;
    --color-accent-hover-rgb: 8, 35, 68;
    --color-card-tag: #FFF;
    --color-filter-city: #C1E2EA
}

:root[data-domain-key=london] {
    --color-black: #010101;
    --color-black-rgb: 1, 1, 1;
    --color-dark: #151F1D;
    --color-dark-rgb: 21, 31, 29;
    --color-primary: #E3F0EE;
    --color-primary-rgb: 227, 240, 238;
    --color-accent: #4D726B;
    --color-accent-rgb: 77, 114, 107;
    --color-accent-light: #F0EAE3;
    --color-accent-light-rgb: 240, 234, 227;
    --color-accent-hover: #354E49;
    --color-accent-hover-rgb: 53, 78, 73;
    --color-card-tag: #FFF;
    --color-filter-city: #4D726B
}

:root[data-domain-key=turkey] {
    --color-black: #0D0D0D;
    --color-black-rgb: 13, 13, 13;
    --color-dark: #0C1B20;
    --color-dark-rgb: 12, 27, 32;
    --color-primary: #F0EAE3;
    --color-primary-rgb: 240, 234, 227;
    --color-accent: #EB9444;
    --color-accent-rgb: 235, 148, 68;
    --color-accent-light: #F0EAE3;
    --color-accent-light-rgb: 240, 234, 227;
    --color-accent-hover: #C77D39;
    --color-accent-hover-rgb: 199, 125, 57;
    --color-card-tag: #EB9444;
    --color-filter-city: #EB9444
}

.select-top {
    margin-bottom: 1em
}

.select-top_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .75em
}

.select-title {
    display: block;
    font-family: Futura PT;
    font-size: 1em;
    line-height: 1.1;
    opacity: .5
}

.select-description {
    display: block;
    margin-top: .875em;
    line-height: 1;
    opacity: .8
}

.select-link {
    color: var(--color-accent)
}

.popup {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--color-black-rgb),.5);
    z-index: 1000;
    transition: .3s opacity;
    color: var(--color-white);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

@media (max-width: 767px) {
    .popup {
        align-items:flex-end
    }
}

.popup.hidden {
    display: none;
}

.popup.hidden .popup__body {
    animation-name: fadeDownOut;
    animation-duration: .3s;
    animation-fill-mode: forwards
}

@media screen and (max-width: 767px) {
    .popup__wrapper {
        display:flex;
        flex-direction: column;
        width: 100%;
        height: 100%
    }
}

.popup__body {
    opacity: 0;
    animation-name: fadeUp;
    animation-duration: .3s;
    animation-fill-mode: forwards;
    position: relative
}

@media (max-width: 767px) {
    .popup__body-scroll {
        overflow-y:auto
    }
}

.popup__close {
    cursor: pointer
}

@media (max-width: 767px) {
    .popup_filter .popup__head {
        flex-direction:row-reverse
    }
}

.popup_filter .popup__body {
    background-color: var(--color-white);
    width: 55em;
    color: var(--color-black);
    border-radius: 10px;
    height: 100%;
    max-height: 95vh;
    display: flex;
    flex-direction: column
}

@media (max-width: 767px) {
    .popup_filter .popup__body {
        border-radius:10px 10px 0 0;
        width: 100%
    }
}

.popup_filter .popup__inner {
    overflow: auto;
    height: calc(100% - 12em);
    padding: 0 3.75em 3.75em;
    flex: auto;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.popup_filter .popup__inner>div>*:first-child {
    margin-top: 0
}

.popup_filter .popup__inner>div>.popup__dropdown:first-child {
    margin-top: 2em
}

@media (max-width: 767px) {
    .popup_filter .popup__inner {
        height:35vh;
        padding: 0 1.25em 2.4em
    }
}

@media (min-width: 768px) {
    .popup_filter .popup__inner::-webkit-scrollbar {
        -webkit-appearance:none;
        -moz-appearance: none;
        appearance: none;
        width: .4375em;
        background-color: rgba(var(--color-black-rgb),.1)
    }

    .popup_filter .popup__inner::-webkit-scrollbar-thumb {
        border-radius: .25em;
        background-color: var(--color-accent)
    }
}

.popup_filter .popup__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.5em;
    padding: 2.5em 3.75em 0
}

@media (max-width: 767px) {
    .popup_filter .popup__head {
        padding:1.25em;
        margin-bottom: .625em;
        align-items: center
    }
}

.popup_filter .popup__title {
    font-size: 2em;
    font-weight: 450;
    line-height: 1.1
}

@media (max-width: 767px) {
    .popup_filter .popup__title {
        font-size:1.25em;
        margin-left: 1.8em;
        margin-right: .5em;
        font-weight: 600;
        text-align: center
    }
}

.popup_filter .popup__close {
    display: inline-block;
    width: 2.0625em;
    height: 2.0625em;
    border: 0;
    outline: none;
    padding: 0;
    background-color: transparent;
    background-image: url(../../images/icons/cross-popup.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 4px
}

@media (max-width: 767px) {
    .popup_filter .popup__close {
        width:1em;
        height: 1em;
        align-self: center
    }
}

.popup_filter .popup__btn {
    display: inline-block;
    width: 100%;
    font-size: 1.25em;
    font-family: Futura PT Book;
    font-weight: 450;
    padding: .75em;
    margin-top: 2em;
    line-height: 1.1;
    border-radius: 4px;
    cursor: pointer;
    transition: .3s
}

.popup_filter .popup__btn_transparent {
    border: 1px solid rgba(var(--color-black-rgb),.2);
    background-color: transparent;
    color: rgba(var(--color-black-rgb),.5)
}

.popup_filter .popup__bottom {
    display: flex;
    border: 1px solid var(--color-accent);
    border-radius: 0 0 10px 10px;
    overflow: hidden
}

.popup_filter .popup__bottom .btn {
    border: 0;
    border-radius: 0;
    flex: 1;
    letter-spacing: normal
}

@media (max-width: 767px) {
    .popup_filter .popup__bottom {
        overflow:auto;
        border-radius: 0;
        border: 0;
        padding: 0 1.25em 1.25em
    }

    .popup_filter .popup__bottom .btn {
        border-radius: 4px
    }
}

.popup_filter .popup__slide_ranges {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2.5em;
    width: 100%;
    margin-top: 2.5em
}

@media (max-width: 767px) {
    .popup_filter .popup__slide_ranges {
        grid-template-columns:1fr;
        grid-gap: 2em;
        margin-top: 2em
    }
}

.popup_filter .popup__slide_ranges-head {
    display: flex;
    justify-content: space-between
}

.popup_filter .popup__slide_ranges-head label {
    cursor: pointer
}

.popup_filter .popup__slide_ranges-title {
    color: rgba(var(--color-black-rgb),.2)
}

.popup_filter .popup__slide_ranges-title>span,.popup_filter .popup__slide_ranges-title label {
    font-size: 1.25em;
    line-height: 1
}

.popup_filter .popup__slide_ranges-title>span {
    color: var(--color-black);
    font-weight: 500
}

.popup_filter .popup__slide_ranges-title>input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 1px
}

.popup_filter .popup__slide_ranges-title>input:checked+label {
    font-weight: 500;
    color: var(--color-black)
}

.popup_filter .popup__slide_ranges-currency {
    display: flex;
    align-items: center
}

.popup_filter .popup__slide_ranges-currency>input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 1px
}

.popup_filter .popup__slide_ranges-currency>input:checked+label {
    font-weight: 500;
    color: var(--color-accent)
}

.popup_filter .popup__slide_ranges-currency>label {
    color: rgba(var(--color-black-rgb),.5);
    margin-left: 1em
}

.popup_filter .popup__slide_ranges-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: .5em;
    border-bottom: 1px solid #cccecf
}

.popup_filter .popup__slide_ranges-inputs input {
    font-family: Futura PT;
    border: 0;
    margin: 1.25em 0;
    width: 100%;
    border: 1px solid rgba(var(--color-black-rgb),.1);
    border-radius: 4px;
    line-height: 1;
    padding: .5em .75em;
    font-size: 1em
}

.popup_filter .popup__slide_ranges-inputs input:nth-child(2n) {
    text-align: right
}

.popup_filter .filter-main__list-item {
    margin: 2.5em 0 0
}

@media (max-width: 767px) {
    .popup_filter .filter-main__list-item {
        margin-top:1.25em
    }
}

.popup_filter .filter-main__list-title {
    text-transform: none;
    font-size: 1.25em;
    font-weight: 500;
    margin-bottom: 1em
}

@media (max-width: 767px) {
    .popup_filter .filter-main__list-title {
        margin-bottom:.6em
    }

    .popup_filter .filter-main__list-tags:not(.tags-wrap) {
        overflow: auto;
        flex-wrap: nowrap;
        margin: 0 -1.25em;
        padding: 0 1.25em 0 .75em
    }

    .popup_filter .filter-main__list-tags:not(.tags-wrap)::-webkit-scrollbar {
        display: none
    }

    .popup_filter .filter-main__list-tag {
        white-space: nowrap
    }
}

.popup_filter .range {
    position: relative;
    height: 1px;
    bottom: 1px
}

.popup_filter .range .noUi-connect {
    background-color: var(--color-accent)
}

.popup_filter .range .noUi-handle {
    border: 0
}

.popup_filter .range .noUi-touch-area {
    background-color: var(--color-accent);
    border-radius: 2px;
    transform: rotate(45deg)
}

.popup_filter__secondary-switch {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: .5em;
    border-bottom: 1px solid rgba(0,10,13,.1);
    margin-bottom: 1.25em
}

.popup_filter__secondary-switch__title {
    display: block;
    opacity: .8;
    color: var(--color-black);
    font-family: Futura PT;
    font-size: .75em;
    font-style: normal;
    font-weight: 400;
    line-height: 110%
}

.popup_filter__secondary-switch__value {
    color: var(--color-black);
    font-family: Futura PT;
    font-size: 1em;
    font-style: normal;
    font-weight: 450;
    line-height: 110%
}

.popup_filter__secondary-switch__btn {
    border: none;
    color: var(--color-accent);
    text-decoration: underline;
    font-size: 1em;
    font-family: Futura PT;
    font-weight: 450;
    line-height: 110%;
    outline: none;
    background: transparent
}

.popup_filter .teams-search {
    display: block
}

.popup_filter .teams-search .filter-main__search-drop {
    position: static;
    background: none;
    padding: 0
}

.popup_filter .teams-search .filter-main__list-btn {
    display: none
}

.popup_filter .teams-search .filter-main__list-tags {
    padding-top: 1.25em
}

.popup_filter-projects .popup__head,.popup_switch-awards .popup__head,.popup_switch-upper .popup__head,.popup_switch-history .popup__head {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.popup_filter-projects .popup__body,.popup_switch-awards .popup__body,.popup_switch-upper .popup__body,.popup_switch-history .popup__body {
    background-color: var(--color-dark);
    width: 100%;
    padding: 1.25em 20px 2.5em;
    border-radius: 12px 12px 0 0;
    border: 1px solid #243236
}

.popup_filter-projects .popup__title,.popup_switch-awards .popup__title,.popup_switch-upper .popup__title,.popup_switch-history .popup__title {
    font-size: 1.25em;
    font-weight: 450;
    line-height: 1.1
}

.popup_filter-projects .popup__inner,.popup_switch-awards .popup__inner,.popup_switch-upper .popup__inner,.popup_switch-history .popup__inner {
    margin-top: 2em
}

.popup_filter-projects .popup__close,.popup_switch-awards .popup__close,.popup_switch-upper .popup__close,.popup_switch-history .popup__close {
    display: inline-block;
    width: .920625em;
    height: .920625em;
    border: 0;
    outline: none;
    padding: 0;
    background-color: transparent;
    background-image: url(../../images/icons/cross-projects.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.popup_filter-projects .filter-main__list-tag>label,.popup_switch-awards .filter-main__list-tag>label,.popup_switch-upper .filter-main__list-tag>label,.popup_switch-history .filter-main__list-tag>label {
    background-color: var(--color-black);
    color: var(--color-white)
}

.popup_filter-projects .filter-main__list-tag>input:checked+label,.popup_switch-awards .filter-main__list-tag>input:checked+label,.popup_switch-upper .filter-main__list-tag>input:checked+label,.popup_switch-history .filter-main__list-tag>input:checked+label {
    color: var(--color-black)
}

.popup_filter-projects .filter-main__list-item:first-child .filter-main__list-tags,.popup_switch-awards .filter-main__list-item:first-child .filter-main__list-tags,.popup_switch-upper .filter-main__list-item:first-child .filter-main__list-tags,.popup_switch-history .filter-main__list-item:first-child .filter-main__list-tags {
    flex-wrap: nowrap
}

.popup_filter-projects .filter-main__list-item:first-child .filter-main__list-tag,.popup_switch-awards .filter-main__list-item:first-child .filter-main__list-tag,.popup_switch-upper .filter-main__list-item:first-child .filter-main__list-tag,.popup_switch-history .filter-main__list-item:first-child .filter-main__list-tag {
    flex: 1
}

.popup_filter-projects .filter-main__list-item:first-child .filter-main__list-tag>label,.popup_switch-awards .filter-main__list-item:first-child .filter-main__list-tag>label,.popup_switch-upper .filter-main__list-item:first-child .filter-main__list-tag>label,.popup_switch-history .filter-main__list-item:first-child .filter-main__list-tag>label {
    width: 100%;
    text-align: center
}

.popup_filter-projects .filter-main__list-item:not(:last-child),.popup_switch-awards .filter-main__list-item:not(:last-child),.popup_switch-upper .filter-main__list-item:not(:last-child),.popup_switch-history .filter-main__list-item:not(:last-child) {
    margin-bottom: 1.25em
}

.popup_switch-awards,.popup_switch-history {
    background-color: transparent
}

.popup_switch-awards .popup__title,.popup_switch-history .popup__title {
    width: 100%;
    text-align: left
}

.popup_switch-awards .filter-main__list-tags,.popup_switch-history .filter-main__list-tags {
    flex-wrap: wrap!important
}

.popup_switch-awards .filter-main__list-tag,.popup_switch-history .filter-main__list-tag {
    flex: 0 0 calc(25% - .5em)!important
}

.popup_switch-awards .filter-main__list-tag.active button,.popup_switch-history .filter-main__list-tag.active button {
    color: var(--color-black);
    background-color: var(--color-accent)
}

.popup_switch-awards .filter-main__list-tag button,.popup_switch-history .filter-main__list-tag button {
    width: 100%;
    color: var(--color-white);
    background-color: var(--color-black)
}

.popup_switch-upper {
    background-color: transparent
}

.popup_location>.popup__body>.popup__head .popup__close {
    background-image: url(../../images/icons/arrow-back.svg);
    width: 1.375em;
    height: 1.25em
}

.popup_card .card {
    margin: 0;
    padding: .875em;
    background-color: rgba(var(--color-dark-rgb),.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: .75em .75em 0 0;
    border: 1px solid rgba(var(--color-white-rgb),.1)
}

.popup_card .card__content {
    background-color: transparent;
    padding: 1.25em .375em 1.125em
}

.popup_card .card__bottom {
    display: block;
    padding: 0;
    margin-top: 1.25em
}

.popup_card .card__bottom .btn:not(:first-child) {
    margin-top: .75em
}

.popup_card .card__bottom .btn_transparent {
    border-color: rgba(var(--color-white),.5);
    color: var(--color-white)
}

.popup_card .card__bottom .btn_transparent:hover {
    background-color: transparent
}

.popup_default .popup__body {
    background-color: #000a0d;
    border-radius: .125em;
    border: 1px solid rgba(var(--color-white-rgb),.1);
    width: 75em;
    position: relative
}

@media (min-width: 768px) {
    .popup_default .popup__body {
        min-height:42.5em
    }
}

@media (max-width: 767px) {
    .popup_default .popup__body {
        width:100%;
        height: 100%;
        padding: 3.75em 0 0;
        background-color: rgba(var(--color-black-rgb),.8);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px)
    }
}

.popup_default .popup__body-bg {
    pointer-events: none
}

.popup_default .popup__container {
    display: flex
}

@media (max-width: 767px) {
    .popup_default .popup__container {
        flex-direction:column;
        height: 100%
    }
}

.popup_default .popup__content {
    margin: 5em 0 4.3125em 7.5em;
    position: relative;
    z-index: 2
}

@media (max-width: 767px) {
    .popup_default .popup__content {
        margin:0;
        padding: 0 1.25em
    }
}

.popup_default .popup__title {
    max-width: 15em;
    font-family: Calvino;
    font-weight: 350;
    font-size: 2.5em;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--color-primary)
}

@media (max-width: 767px) {
    .popup_default .popup__title {
        font-size:1.6em;
        text-align: center;
        margin: .2em auto 0
    }
}

.popup_default .popup__subtitle {
    max-width: 17em;
    margin-top: 1em;
    font-size: 1.75em;
    line-height: 1;
    opacity: .8
}

.popup_default .popup__subtitle:empty {
    display: none
}

@media (max-width: 767px) {
    .popup_default .popup__subtitle {
        font-size:1em;
        margin: .3em auto 0;
        max-width: 20em;
        width: 100%;
        text-align: center
    }
}

.popup_default .popup__close {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%,-50%);
    border-radius: 100px;
    width: 3.8125em;
    height: 3.8125em;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    outline: none;
    z-index: 3
}

.popup_default .popup__close:after {
    content: "";
    position: absolute;
    width: 2.0625em;
    height: 2.0625em;
    background-image: url(../../images/icons/cross-popup.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media (max-width: 767px) {
    .popup_default .popup__close {
        top:.8125em;
        right: .8125em;
        width: 2.375em;
        height: 2.375em;
        transform: none;
        border-radius: .25em;
        background-color: transparent
    }

    .popup_default .popup__close:after {
        content: "";
        width: 1.375em;
        height: 1.375em;
        background-image: url(../../images/icons/cross.svg)
    }
}

.popup_default .popup__form {
    width: 22.5em;
    margin-top: 3.75em
}

@media (max-width: 767px) {
    .popup_default .popup__form {
        width:100%;
        margin-top: 2em
    }
}

.popup_default .popup__form-grid {
    display: flex;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .popup_default .popup__form-grid {
        margin-left:-.75em
    }
}

.popup_default .popup__form-grid .popup__form-row {
    width: 100%;
    margin-left: .75em;
    margin-bottom: .75em
}

.popup_default .popup__form-grid .popup__form-row:not(:first-child) {
    margin-top: 0
}

.popup_default .popup__form-grid .popup__form-row_half {
    width: calc(50% - .75em)
}

.popup_default .popup__form-row {
    height: 3.75em;
    position: relative
}

@media (max-width: 767px) {
    .popup_default .popup__form-row {
        height:3em
    }
}

.popup_default .popup__form-row:not(:first-child) {
    margin-top: 1.25em
}

@media (max-width: 767px) {
    .popup_default .popup__form-row:not(:first-child) {
        margin-top:.75em
    }
}

.popup_default .popup__form-row input,.popup_default .popup__form-row textarea {
    width: 100%;
    background-color: transparent;
    border: 1px solid rgba(var(--color-white-rgb),.2);
    padding: 0 1.25em;
    height: 100%;
    font-family: Futura PT;
    color: rgba(var(--color-white-rgb),.8);
    font-size: 1em
}

.popup_default .popup__form-row input::-webkit-input-placeholder,.popup_default .popup__form-row textarea::-webkit-input-placeholder {
    color: rgba(var(--color-primary-rgb),.5)
}

@media (min-width: 768px) {
    .popup_default .popup__form-row input::-webkit-input-placeholder,.popup_default .popup__form-row textarea::-webkit-input-placeholder {
        text-transform:uppercase
    }
}

.popup_default .popup__form-row input.has-error,.popup_default .popup__form-row textarea.has-error {
    border-color: red!important
}

.popup_default .popup__form-row textarea {
    overflow: hidden;
    resize: none;
    outline: none;
    padding: 1.1em 1.25em .7em;
    transition: .15s height
}

@media (max-width: 767px) {
    .popup_default .popup__form-row textarea {
        padding:.75em .75em .924em;
        line-height: 1
    }
}

.popup_default .popup__form-row .email-input {
    background-image: url(/images/icons/mail.svg);
    background-position: right 1.25em center;
    background-repeat: no-repeat;
    background-size: 1.5em
}

@media (max-width: 767px) {
    .popup_default .popup__form-row .email-input {
        background-size:1.25em
    }
}

.popup_default .popup__form-row .email-input+.popup__tooltip-trigger {
    text-decoration: none;
    font-size: 1.5em;
    padding: .25em;
    position: absolute;
    right: 0;
    top: 0;
    color: rgba(var(--color-white-rgb),.6)
}

.popup_default .popup__form-row .email-input+.popup__tooltip-trigger .popup__tooltip-body {
    padding: 0;
    bottom: 80%;
    right: .75em;
    top: auto;
    left: auto
}

.popup_default .popup__form-row .email-input+.popup__tooltip-trigger .popup__tooltip-body .popup__tooltip-inner {
    border-radius: 10px 10px 0;
    width: 18em;
    font-size: .75em;
    line-height: 1.1
}

@media (max-width: 767px) {
    .popup_default .popup__form-row .email-input+.popup__tooltip-trigger .popup__tooltip-body .popup__tooltip-inner {
        width:19em
    }
}

.popup_default .popup__form-row .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase
}

@media (max-width: 767px) {
    .popup_default .popup__form-row .btn {
        text-transform:none
    }
}

.popup_default .popup__form-row .popup-select.has-error .popup-select__head {
    border-color: red!important
}

.popup_default .popup__form-row .popup-select__head {
    padding: 0 1.25em
}

@media (min-width: 767px) {
    .popup_default .popup__form-row .popup-select span {
        text-transform:uppercase
    }
}

.popup_default .popup__note {
    line-height: 1.3;
    color: rgba(var(--color-primary-rgb),.3);
    text-align: center;
    margin-top: .75em
}

@media (max-width: 767px) {
    .popup_default .popup__note {
        margin-top:1.25em
    }
}

.popup_default .popup__decoration {
    flex: auto;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end
}

.popup_default .popup__image {
    width: 33.75em;
    height: 39.75em;
    margin-top: 2.75em;
    line-height: 0
}

.popup_default .popup__image>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    display: none
}

@media (max-width: 767px) {
    .popup_default .popup__image>img {
        -o-object-position:top left;
        object-position: top left
    }
}

.popup_default .popup__image>img[src] {
    display: block
}

@media (max-width: 767px) {
    .popup_callback .popup__image {
        width:18.4em;
        height: 22.125em;
        margin-top: 1.2em;
        position: relative;
        left: -1.5em
    }
}

.popup_callback i {
    font-style: normal
}

@media (min-width: 768px) {
    .popup_callback-error .popup__body {
        width:45em;
        padding: 5em 7.5em
    }
}

@media (max-width: 767px) {
    .popup_callback-error .popup__body {
        padding-top:7em
    }
}

.popup_callback-error .popup__content {
    margin: 0
}

.popup_callback-error .popup__form_full {
    width: 100%
}

.popup_callback-error .popup__form-row_big-field {
    min-height: 10.3125em
}

.popup_callback-error .popup__form-row textarea {
    padding: 1.25em
}

.popup_callback-error .popup__form-row textarea::-moz-placeholder {
    text-transform: none
}

.popup_callback-error .popup__form-row textarea::placeholder {
    text-transform: none
}

.popup_presentation {
    overflow: hidden
}

@media (max-width: 767px) {
    .popup_presentation .popup__title {
        padding:0 .3em
    }

    .popup_presentation .popup__subtitle {
        padding: 0 2em
    }
}

.popup_presentation .popup__decoration {
    position: relative
}

.popup_presentation .popup__image {
    position: absolute;
    z-index: 1;
    margin: 0;
    height: 100%;
    width: 45em;
    right: 0;
    top: 0
}

@media (max-width: 767px) {
    .popup_presentation .popup__image {
        width:33.625em;
        height: 24.75em;
        top: -7em
    }
}

@media (min-width: 768px) {
    .popup_presentation .popup__content {
        margin:5em 0 2.3em 7.5em
    }

    .popup_presentation .popup__content .popup__form {
        margin-top: 2em
    }
}

@media (max-width: 767px) {
    .popup_write .popup__subtitle {
        padding:0 2em
    }

    .popup_write .popup__image {
        height: auto;
        width: 23.75em;
        position: relative;
        left: 2em
    }
}

.popup_write .popup__form .btn_transparent {
    color: var(--color-white);
    border: 1px solid rgba(var(--color-white-rgb),.2)
}

.popup_write .popup__form .btn_transparent:hover {
    border-color: var(--color-accent)
}

.popup_write .popup__form .btn {
    justify-content: space-between;
    padding: 0 3.125em
}

@media (max-width: 767px) {
    .popup_write .popup__form .btn {
        justify-content:center;
        align-items: center
    }
}

.popup_write .popup__form .btn i {
    display: inline-block
}

@media (max-width: 767px) {
    .popup_write .popup__form .btn i {
        margin-left:1.25em;
        line-height: 0
    }
}

.popup_write .popup__form .btn i svg path {
    fill: rgba(var(--color-white-rgb),.8)
}

.popup_write .popup__form .btn_telegram i {
    width: 1.4275em
}

.popup_write .popup__form .btn_whatsapp i {
    width: 1.15em
}

.popup_write .popup__form .btn_email i {
    width: 1.25em
}

.popup__privacy-disclaimer {
    display: block;
    font-size: .875em;
    margin-top: 1em;
    text-align: center;
    color: rgba(var(--color-primary-rgb),.3)
}

.popup__privacy-disclaimer a {
    color: rgba(var(--color-primary-rgb),.3)
}

@media (max-width: 767px) {
    .popup_feedback {
        height:100dvh
    }

    .popup_feedback .popup__wrapper {
        overflow: auto
    }
}

.popup_feedback .popup__body {
    width: 45em;
    padding: 2.5em
}

@media (max-width: 767px) {
    .popup_feedback .popup__body {
        width:100%;
        height: auto;
        padding: 0 0 1em
    }

    .popup_feedback .popup__body .stars-rating__desc {
        display: none
    }
}

.popup_feedback .popup__close {
    background-color: var(--color-dark)
}

.popup_feedback .popup__content {
    margin: 0;
    width: 100%
}

@media (max-width: 767px) {
    .popup_feedback .popup__content {
        padding:0
    }

    .popup_feedback .popup__content-inner {
        padding: 3.75em 1.25em 2em;
        overflow: hidden
    }
}

.popup_feedback .popup__decoration {
    display: none
}

.popup_feedback .popup__title {
    text-transform: none
}

@media (max-width: 767px) {
    .popup_feedback .popup__title {
        font-size:1.75em;
        text-transform: uppercase;
        line-height: 1.3
    }
}

.popup_feedback .popup__form {
    margin: 2em 0 0;
    width: 100%
}

@media (max-width: 767px) {
    .popup_feedback .popup__form {
        margin:0
    }
}

.popup_feedback .popup__form-grid {
    margin-top: 2em
}

@media (max-width: 767px) {
    .popup_feedback .popup__form-grid {
        flex-wrap:nowrap;
        flex-direction: column;
        margin-top: 1.25em
    }
}

.popup_feedback .popup__form-grid .popup__form-row {
    min-height: 3.75em;
    height: auto
}

.popup_feedback .popup__form-grid .popup__form-row input,.popup_feedback .popup__form-grid .popup__form-row textarea {
    padding-left: .75em;
    padding-right: .75em
}

.popup_feedback .popup__form-grid .popup__form-row input::-moz-placeholder,.popup_feedback .popup__form-grid .popup__form-row textarea::-moz-placeholder {
    text-transform: none
}

.popup_feedback .popup__form-grid .popup__form-row input::placeholder,.popup_feedback .popup__form-grid .popup__form-row textarea::placeholder {
    text-transform: none
}

@media (max-width: 767px) {
    .popup_feedback .popup__form-grid .popup__form-row {
        display:flex;
        min-height: unset;
        margin: 0
    }

    .popup_feedback .popup__form-grid .popup__form-row:nth-child(3) {
        order: 6
    }

    .popup_feedback .popup__form-grid .popup__form-row:nth-child(6) {
        order: 5
    }

    .popup_feedback .popup__form-grid .popup__form-row:nth-child(7) {
        order: 7
    }

    .popup_feedback .popup__form-grid .popup__form-row:nth-child(8) {
        order: 8
    }

    .popup_feedback .popup__form-grid .popup__form-row input,.popup_feedback .popup__form-grid .popup__form-row textarea {
        border-radius: .25em;
        margin-top: .75em
    }

    .popup_feedback .popup__form-grid .popup__form-row input {
        padding: calc(.75em - 1px) .75em
    }

    .popup_feedback .popup__form-grid .popup__form-row .popup-select {
        height: 2.8125em;
        margin-top: .75em
    }
}

.popup_feedback .popup__form-label {
    display: inline-block;
    font-size: 20px;
    font-weight: 450;
    margin-top: 1.6em
}

.popup_feedback .popup__bottom {
    display: flex;
    align-items: center;
    width: 100%
}

.popup_feedback .popup__bottom .btn {
    padding: .5em .625em;
    letter-spacing: normal
}

@media (max-width: 767px) {
    .popup_feedback .popup__bottom .btn {
        width:100%;
        padding-top: 1em;
        padding-bottom: 1em
    }
}

.popup_feedback .popup__bottom .btn_accent {
    color: var(--color-black);
    border: 1px solid var(--color-accent)
}

.popup_feedback .popup__bottom .btn_accent:hover {
    border-color: var(--color-accent-hover)
}

.popup_feedback .popup__bottom .btn_dark {
    border-color: var(--color-accent);
    color: var(--color-accent);
    margin-left: .75em
}

@media (max-width: 767px) {
    .popup_feedback .popup__bottom .btn_dark {
        margin-left:0;
        margin-top: .625em;
        background-color: var(--color-black)
    }

    .popup_feedback .popup__bottom {
        flex-direction: column;
        padding: 0 1.25em
    }
}

.popup_feedback .popup__note {
    flex: 0 0 16.5625em;
    line-height: 1;
    color: rgba(var(--color-primary-rgb),.5);
    text-align: left;
    margin-top: 0;
    margin-left: auto
}

@media (max-width: 767px) {
    .popup_feedback .popup__note {
        display:inline-block;
        margin: .75em 0;
        max-width: 16.5625em;
        flex: none
    }
}

.popup__filter__group_search.active .popup__filter__item:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: .0625em;
    bottom: 0;
    background-color: #e3d4c3
}

.popup__filter__group_search.active .popup__filter__search-drop {
    display: block
}

.popup__filter__search-drop {
    display: none;
    width: 100%;
    padding: 1.25em 0 0
}

.popup__filter__list-tags {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -.5em -.5em
}

.popup__filter__list-item {
    display: flex;
    flex-wrap: wrap
}

.popup__filter__list-tag {
    margin-left: .5em;
    margin-bottom: .5em
}

.popup__filter__list-tag_btn {
    display: inline-block!important
}

.popup__filter__list-tag>input {
    position: absolute;
    opacity: 0;
    width: 1px
}

.popup__filter__list-tag>input:checked+label {
    background-color: var(--color-accent);
    color: var(--color-white)
}

.popup__filter__list-tag>button,.popup__filter__list-tag>label,.popup__filter__list-tag>a {
    display: inline-block;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1em;
    font-family: Futura PT Book;
    color: var(--color-black);
    line-height: 1.1;
    letter-spacing: normal;
    padding: .5em .75em;
    border-radius: .25em;
    background-color: rgba(var(--color-black-rgb),.05);
    cursor: pointer
}

.popup__filter__list-tag>button {
    font-weight: 450;
    border: none;
    background-color: transparent;
    color: var(--color-accent)
}

.popup__filter__list-tag>button span {
    position: relative
}

.popup__filter__list-tag>button span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: .0625em;
    width: 100%;
    height: .0625em;
    background-color: var(--color-accent)
}

@media (min-width: 768px) {
    .popup__filter__list-tag>label:hover,.popup__filter__list-tag>a:hover {
        background-color:var(--color-accent);
        color: var(--color-white)
    }
}

.popup__filter-switch {
    display: flex;
    width: 100%;
    background-color: rgba(var(--color-black-rgb),.1);
    border-radius: 4px;
    padding: .25em
}

.popup__filter-switch+.popup__filter-switch {
    margin-top: 2em
}

@media (max-width: 767px) {
    .popup__filter-switch {
        padding:0;
        overflow: hidden
    }

    .popup__filter-switch+.popup__filter-switch {
        margin-top: .75em
    }
}

.popup__filter-switch.is_mobile.is_secondary {
    flex-direction: column;
    gap: .5em;
    background-color: var(--color-white);
    justify-content: space-between;
    height: 100%
}

.popup__filter-switch.is_mobile.is_secondary .popup__filter-switch__item-link,.popup__filter-switch.is_mobile.is_secondary .popup__filter-switch__item label {
    height: 100%;
    border: none;
    border-radius: 4px;
    background: rgba(var(--color-black-rgb),.03)
}

.popup__filter-switch.is_mobile.is_secondary .popup__filter-switch__item-link.active,.popup__filter-switch.is_mobile.is_secondary .popup__filter-switch__item label.active {
    color: var(--color-white);
    background-color: var(--color-accent)
}

.popup__filter-switch.is_mobile.is_secondary .popup__filter-switch__item input:checked+label {
    color: var(--color-white);
    background-color: var(--color-accent)
}

.popup__filter-switch .popup__filter-switch__item input:disabled+label {
    cursor: default
}

.popup__filter-switch__item {
    flex: 1
}

.popup__filter-switch__item:not(:first-child) {
    margin-left: .25em
}

@media (max-width: 767px) {
    .popup__filter-switch__item:not(:first-child) {
        margin-left:0
    }
}

.popup__filter-switch__item input {
    position: absolute;
    opacity: 0;
    width: 1px;
    pointer-events: none
}

.popup__filter-switch__item input:checked+label {
    background-color: var(--color-white);
    color: var(--color-black)
}

@media (max-width: 767px) {
    .popup__filter-switch__item input:checked+label {
        background-color:var(--color-primary);
        color: var(--color-accent);
        border-color: var(--color-primary)
    }
}

.popup__filter-switch__item-link,.popup__filter-switch__item label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 1em;
    font-weight: 450;
    padding: .6em;
    border-radius: 2px;
    color: rgba(var(--color-black-rgb),.5);
    transition: .15s;
    cursor: pointer;
    text-decoration: none
}

@media (max-width: 767px) {
    .popup__filter-switch__item-link,.popup__filter-switch__item label {
        background-color:var(--color-white);
        border: 1px solid rgba(var(--color-black-rgb),.1);
        font-size: 1em;
        line-height: 1;
        padding: 1em
    }
}

.popup__filter-switch__item-link.active,.popup__filter-switch__item label.active {
    background-color: var(--color-white);
    color: var(--color-black)
}

@media (max-width: 767px) {
    .popup__filter-switch_rooms {
        background-color:transparent;
        justify-content: space-between;
        border-radius: 0
    }

    .popup__filter-switch_rooms .popup__filter-switch__item label {
        width: 100%;
        height: 3em
    }
}

.popup__filter-switch_tags {
    display: flex;
    gap: .5em;
    flex-wrap: wrap;
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin-top: 2em
}

.popup__filter-switch_tags .popup__filter-switch__item {
    flex: 0
}

.popup__filter-switch_tags .popup__filter-switch__item label {
    display: inline-block;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1em;
    font-family: Futura PT Book;
    color: var(--color-black);
    line-height: 1.1;
    letter-spacing: normal;
    padding: .5em .75em;
    border-radius: .25em;
    background-color: rgba(var(--color-black-rgb),.05);
    border: none
}

.popup__filter-switch_tags .popup__filter-switch__item label span {
    white-space: nowrap
}

.popup__filter-switch_tags .popup__filter-switch__item input:checked+label {
    background-color: var(--color-accent);
    color: var(--color-white)
}

.popup__filter-reset {
    background-color: transparent;
    border: 0;
    font-family: Futura PT;
    font-size: 1em;
    line-height: 1.1;
    color: var(--color-black);
    padding: 0;
    outline: none
}

.popup__location-input {
    display: inline-block;
    width: 100%;
    border: 1px solid rgba(var(--color-black-rgb),.1);
    border-radius: 4px;
    color: var(--color-black);
    font-size: 1.25em;
    line-height: 1.1;
    padding: .75em 1.65em;
    font-family: Futura PT
}

.popup__location-input::-webkit-input-placeholder {
    color: rgba(var(--color-black-rgb),.2)
}

.popup__dropdown {
    margin-top: 2.5em
}

@media (max-width: 767px) {
    .popup__dropdown {
        margin-top:2em
    }
}

.popup__dropdown .popup__head {
    display: none
}

.popup__dropdown .popup__title {
    margin: 0
}

.popup__dropdown.show .popup__dropdown-head:after {
    transform: rotate(270deg)
}

.popup__dropdown.show .popup__dropdown-head:before {
    transform: rotate(90deg)
}

.popup__dropdown:first-child {
    margin-top: 3.75em
}

.popup__dropdown-head {
    padding: .3125em 2em .3125em 0;
    border-bottom: 1px solid rgba(var(--color-black-rgb),.2);
    position: relative;
    cursor: pointer
}

.popup__dropdown-head:after,.popup__dropdown-head:before {
    content: "";
    position: absolute;
    top: 50%;
    height: 1.125em;
    width: 2px;
    right: 1em;
    background-color: var(--color-black);
    margin-top: -.5625em;
    border-radius: 10px;
    transition: .3s transform
}

.popup__dropdown-head:before {
    transform: rotate(0)
}

.popup__dropdown-head:after {
    transform: rotate(90deg)
}

.popup__dropdown-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1
}

.popup__dropdown-inner {
    padding-top: 1.25em;
    display: flex;
    flex-wrap: wrap
}

.popup__dropdown-item {
    flex: 0 0 33.3%
}

@media (max-width: 767px) {
    .popup__dropdown-item {
        flex:0 0 50%
    }
}

.popup__dropdown-item input {
    position: absolute;
    pointer-events: none;
    width: 1px;
    opacity: 0
}

.popup__dropdown-item input:checked+label {
    color: var(--color-accent)
}

.popup__dropdown-item input:checked+label i {
    border-color: var(--color-accent)
}

.popup__dropdown-item input:checked+label i:after {
    opacity: 1
}

.popup__dropdown-item label {
    display: flex;
    align-items: center;
    margin-bottom: 1.375em;
    font-size: 1em;
    line-height: 1;
    text-transform: lowercase;
    transition: .2s;
    cursor: pointer
}

.popup__dropdown-item label i {
    display: inline-block;
    width: 1.75em;
    height: 1.75em;
    min-width: 1.75em;
    min-height: 1.75em;
    max-width: 1.75em;
    max-height: 1.75em;
    border-radius: 4px;
    border: 1px solid rgba(var(--color-black-rgb),.2);
    position: relative;
    margin-right: .75em;
    transition: .2s
}

.popup__dropdown-item label i:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.25em;
    height: 1.25em;
    transform: translate(-50%,-50%);
    background-image: url(../../images/icons/check.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
    transition: .15s
}

.popup__dropdown-counter {
    display: none
}

.popup__dropdown-reset {
    display: none;
    width: 1.375em;
    height: 1.375em;
    border: 0;
    padding: 0;
    background-image: url(../../images/icons/cross-fill.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent
}

@media (max-width: 767px) {
    .popup__dropdown_slide .popup__head {
        display:flex;
        flex-direction: row;
        width: 100%;
        padding: 0;
        margin-bottom: 1.6em
    }

    .popup__dropdown_slide .popup__dropdown-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 0
    }

    .popup__dropdown_slide .popup__dropdown-head:after,.popup__dropdown_slide .popup__dropdown-head:before {
        display: none
    }

    .popup__dropdown_slide .popup__dropdown-head.checked {
        border-color: var(--color-accent)
    }

    .popup__dropdown_slide .popup__dropdown-head.checked .popup__dropdown-title {
        color: var(--color-accent)
    }

    .popup__dropdown_slide .popup__dropdown-head.checked .popup__dropdown-counter {
        display: inline
    }

    .popup__dropdown_slide .popup__dropdown-head.checked .popup__dropdown-reset {
        display: inline-block
    }

    .popup__dropdown_slide .popup__dropdown-list {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 100;
        background-color: rgba(var(--color-black-rgb),.5);
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: flex-end
    }

    .popup__dropdown_slide .popup__dropdown-inner {
        background-color: var(--color-white);
        padding: 1.25em;
        border-radius: 10px 10px 0 0;
        transition: .3s
    }

    .popup_catalog .popup__form {
        margin-top: 1.5em
    }

    .popup_catalog .popup__note {
        display: none
    }
}

.popup_catalog .popup__body {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 6em 6em;
    position: relative
}

.popup_catalog .popup__body-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.popup_catalog .popup__body-bg:after {
    content: "";
    position: absolute;
    bottom: -2em;
    left: 0;
    width: 100%;
    height: 5em;
    background: #000;
    filter: blur(19px)
}

@media (min-width: 768px) {
    .popup_catalog .popup__body-bg:before {
        content:"";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 8em;
        height: 22em;
        background: #000;
        filter: blur(19px)
    }
}

.popup_catalog .popup__image {
    overflow: hidden;
    padding-right: 2.5em;
    width: 46.625em;
    height: 33.4em;
    position: absolute;
    bottom: 0
}

@media (max-width: 767px) {
    .popup_catalog .popup__image {
        width:25em;
        height: 16.5em;
        right: 2.1em;
        margin-top: 0
    }
}

.popup_catalog .popup__image:after {
    content: "";
    position: absolute;
    bottom: -17em;
    right: -6.25em;
    width: 16em;
    height: 35em;
    border-radius: 100%;
    background: #000;
    filter: blur(20px);
    transform: rotate(25deg);
    z-index: 3
}

@media (max-width: 767px) {
    .popup_catalog .popup__image:after {
        right:-11.65em
    }

    .popup_catalog .popup__decoration {
        background-size: cover;
        background-position: -1em 0;
        background-repeat: no-repeat
    }
}

.popup_catalog .popup__list-btn {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1.25em;
    margin-top: 5em
}

@media (max-width: 767px) {
    .popup_catalog .popup__list-btn {
        margin-top:2em
    }
}

.popup_catalog .popup__list-btn>.btn {
    text-transform: uppercase
}

@media (max-width: 767px) {
    .popup_catalog .popup__list-btn>.btn {
        background-color:transparent;
        padding: .782em
    }
}

.popup_catalog .popup__list-btn>.btn_moscow:hover {
    background-color: #bf9e77
}

.popup_catalog .popup__list-btn>.btn_dubai:hover,.popup_catalog .popup__list-btn>.btn_oman:hover {
    background-color: #0e3361
}

.popup_catalog .popup__list-btn>.btn_london:hover {
    background-color: #c7ab81
}

.popup_catalog .popup__list-btn>.btn_retail:hover {
    background-color: #4d726b
}

.popup_catalog .popup__list-btn>.btn_country:hover {
    background-color: #9aaf89
}

.popup_catalog .popup__list-btn>.btn_turkey:hover {
    background-color: #eb9444
}

@media (min-width: 768px) {
    .popup_catalog-moscow .popup__body {
        background-image:url(../../images/catalogs/catalog-ontable/bg-novostroyki.png)
    }
}

@media (max-width: 767px) {
    .popup_catalog-moscow .popup__decoration {
        background-image:url(../../images/catalogs/catalog-ontable/bg-novostroyki-mobile.png)
    }
}

@media (min-width: 768px) {
    .popup_catalog-dubai .popup__body,.popup_catalog-oman .popup__body {
        background-image:url(../../images/catalogs/catalog-ontable/bg-dubai.png)
    }
}

@media (max-width: 767px) {
    .popup_catalog-dubai .popup__decoration,.popup_catalog-oman .popup__decoration {
        background-image:url(../../images/catalogs/catalog-ontable/bg-dubai-mobile.png)
    }
}

.popup_catalog-dubai .popup__image-decor:after,.popup_catalog-oman .popup__image-decor:after {
    content: "";
    position: absolute;
    background-image: url(../../images/catalogs/catalog-decoration/lemonade.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 13em;
    height: 15em;
    bottom: 5.2em;
    right: 4.9em;
    z-index: 2
}

@media (max-width: 767px) {
    .popup_catalog-dubai .popup__image-decor:after,.popup_catalog-oman .popup__image-decor:after {
        width:6.4em;
        height: 7.5em;
        bottom: 3.3em;
        right: 4.1em
    }
}

.popup_catalog-dubai .popup__image-decor:before,.popup_catalog-oman .popup__image-decor:before {
    content: "";
    position: absolute;
    width: 7.625em;
    height: 13em;
    background-image: url(../../images/catalogs/catalog-decoration/lemonade-blur.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    right: 8em;
    bottom: 5.7em;
    mix-blend-mode: multiply;
    filter: blur(7px);
    z-index: 2
}

@media (max-width: 767px) {
    .popup_catalog-dubai .popup__image-decor:before,.popup_catalog-oman .popup__image-decor:before {
        width:3.625em;
        height: 7em;
        right: 6em;
        bottom: 3.7em
    }
}

@media (min-width: 768px) {
    .popup_catalog-country .popup__body {
        background-image:url(../../images/catalogs/catalog-ontable/bg-zagorod.png)
    }
}

@media (max-width: 767px) {
    .popup_catalog-country .popup__decoration {
        background-image:url(../../images/catalogs/catalog-ontable/bg-zagorod-mobile.png);
        background-position: -1em -10%
    }
}

.popup_catalog-country .popup__image-decor:after {
    content: "";
    position: absolute;
    background-image: url(../../images/catalogs/catalog-decoration/glass.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 13.9em;
    height: 26em;
    bottom: 2.4em;
    right: 2.4em;
    z-index: 2
}

@media (max-width: 767px) {
    .popup_catalog-country .popup__image-decor:after {
        width:7em;
        height: 13em;
        bottom: 2em;
        right: 2.4em;
        z-index: 2
    }
}

@media (min-width: 768px) {
    .popup_catalog-london .popup__body {
        background-image:url(../../images/catalogs/catalog-ontable/bg-london.png)
    }
}

@media (max-width: 767px) {
    .popup_catalog-london .popup__decoration {
        background-image:url(../../images/catalogs/catalog-ontable/bg-london-mobile.png)
    }
}

.popup_catalog-london .popup__image-decor:after {
    content: "";
    position: absolute;
    background-image: url(../../images/catalogs/catalog-decoration/flowers.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 24em;
    height: 5em;
    bottom: 3.6em;
    right: 4em;
    z-index: 2
}

@media (max-width: 767px) {
    .popup_catalog-london .popup__image-decor:after {
        width:13em;
        height: 3em;
        bottom: 2.2em;
        right: 2em
    }
}

@media (min-width: 768px) {
    .popup_catalog-london .popup__image:after {
        right:-2.25em
    }

    .popup_catalog-retail .popup__body {
        background-image: url(../../images/catalogs/catalog-ontable/bg-retail.png)
    }
}

.popup_catalog-retail .popup__decoration {
    position: relative
}

.popup_catalog-retail .popup__decoration:before {
    content: "";
    position: absolute;
    top: 10em;
    left: 10em;
    width: 14em;
    height: 22em;
    background: #000;
    filter: blur(24px)
}

@media (max-width: 767px) {
    .popup_catalog-retail .popup__decoration:before {
        left:-1em
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    .popup_catalog-retail .popup__decoration {
        background-image:url(../../images/catalogs/catalog-ontable/bg-retail-mobile.png)
    }
}

@media (max-width: 767px) {
    .popup_catalog-retail .popup__decoration:before {
        display:none
    }
}

.popup_catalog-retail .popup__image {
    padding-top: 2.75em;
    height: 36.15em;
    margin-top: 0
}

@media (max-width: 767px) {
    .popup_catalog-retail .popup__image {
        height:19.8em
    }
}

.popup_catalog-retail .popup__image-decor:before,.popup_catalog-retail .popup__image-decor:after {
    content: "";
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.popup_catalog-retail .popup__image-decor:before {
    background-image: url(../../images/catalogs/catalog-decoration/layout.png);
    width: 15.3125em;
    height: 14.125em;
    transform: rotate(-15deg);
    top: 1.6em;
    left: 10em;
    z-index: -1
}

@media (max-width: 767px) {
    .popup_catalog-retail .popup__image-decor:before {
        width:9em;
        height: 8.4em;
        top: 2em;
        left: 4em
    }
}

.popup_catalog-retail .popup__image-decor:after {
    background-image: url(../../images/catalogs/catalog-decoration/layout-2.png);
    width: 15.25em;
    height: 15.125em;
    top: 7.6em;
    right: 2em;
    transform: rotate(10deg);
    z-index: -1
}

@media (max-width: 767px) {
    .popup_catalog-retail .popup__image-decor:after {
        width:8em;
        height: 8em;
        top: 5.6em;
        right: 1em
    }
}

@media (min-width: 768px) {
    .popup_catalog-turkey .popup__image {
        height:41em;
        margin-top: 0;
        padding: 0;
        width: 40em
    }
}

@media (max-width: 767px) {
    .popup_catalog-turkey .popup__image {
        right:0;
        height: 20em;
        width: 23em
    }
}

@media (min-width: 768px) {
    .popup_catalog:not(.popup_choice) .popup__content {
        margin:5em 0 2.3em 7.5em
    }

    .popup_catalog:not(.popup_choice) .popup__content .popup__form {
        margin-top: 2em
    }
}

.popup_choice.blur .popup__image {
    filter: blur(10px)
}

.popup_choice.blur .popup__body {
    background-image: none
}

@media (max-width: 767px) {
    .popup_choice .popup__body {
        padding-top:0
    }

    .popup_choice .popup__decoration {
        display: none
    }

    .popup_choice .popup__container {
        justify-content: center
    }
}

.popup_presentation-lot .popup__decoration {
    position: relative
}

.popup_presentation-lot .popup__container {
    overflow: hidden;
    position: relative
}

.popup_presentation-lot .popup__image {
    width: 40.5em;
    height: 25.25em;
    position: absolute;
    bottom: 3.75em;
    right: -4.25em
}

@media (max-width: 767px) {
    .popup_presentation-lot .popup__image {
        width:20.25em;
        height: 12.625em;
        right: calc(50% - 10.125em);
        bottom: unset;
        top: 4em
    }
}

.popup_presentation-lot .popup__image-decor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.popup_presentation-lot .popup__image-decor img {
    position: absolute;
    width: 20em;
    height: 12.5em;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: .25em;
    border: .625em solid var(--color-white)
}

@media (max-width: 767px) {
    .popup_presentation-lot .popup__image-decor img {
        width:13em;
        height: 8.125em;
        border: .25em solid var(--color-white)
    }
}

.popup_presentation-lot .popup__image-decor img:first-child {
    transform: rotate(15deg);
    bottom: -5.9375em;
    left: -1.0625em
}

@media (max-width: 767px) {
    .popup_presentation-lot .popup__image-decor img:first-child {
        bottom:unset;
        top: -3.25em;
        left: -5.9375em;
        transform: rotate(-15deg)
    }
}

.popup_presentation-lot .popup__image-decor img:last-child {
    transform: rotate(-15deg);
    top: -5.625em;
    right: 3.375em
}

@media (max-width: 767px) {
    .popup_presentation-lot .popup__image-decor img:last-child {
        top:0;
        right: -8.5625em;
        transform: rotate(15deg)
    }
}

@media (min-width: 768px) {
    .popup_presentation-lot .popup__content {
        margin:5em 0 2.3em 7.5em
    }

    .popup_presentation-lot .popup__content .popup__form {
        margin-top: 2em
    }
}

.popup_broker {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #000a0dcc
}

.popup_broker .popup__body {
    min-height: 21.063em
}

@media screen and (max-width: 767px) {
    .popup_broker .popup__body {
        background-color:transparent;
        border: none;
        -webkit-backdrop-filter: none;
        backdrop-filter: none
    }
}

.popup_broker .popup__close {
    top: 0;
    right: 0
}

@media screen and (max-width: 767px) {
    .popup_broker .popup__close {
        right:1.25em
    }
}

.popup_broker .popup__content {
    width: 100%;
    margin: 5em 7.5em
}

@media screen and (max-width: 767px) {
    .popup_broker .popup__content {
        margin:0
    }
}

@media (min-width: 768px) {
    .popup_broker .popup__content-inner {
        display:flex;
        flex-wrap: wrap
    }
}

.popup_broker .popup__photo {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-height: 24em
}

@media screen and (max-width: 767px) {
    .popup_broker .popup__photo {
        order:1;
        max-width: calc(100% - 2.5em)
    }
}

.popup_broker .popup__photo-wrapper {
    position: relative
}

.popup_broker .popup__photo-caption {
    font-size: 1.25em;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,-50%)
}

.popup_broker .popup__title {
    letter-spacing: .03em
}

@media (min-width: 768px) {
    .popup_broker .popup__title {
        align-self:center;
        line-height: 1
    }
}

.popup_broker .popup__subtitle {
    max-width: 12em;
    margin-top: 0
}

@media (min-width: 768px) {
    .popup_broker .popup__subtitle {
        margin-left:auto
    }
}

@media screen and (max-width: 767px) {
    .popup_broker .popup__subtitle {
        max-width:none;
        margin-left: 0;
        margin-top: .75em
    }
}

.popup_broker .popup__list-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2.9em;
    margin-right: -.625em;
    margin-left: -.625em
}

@media (min-width: 768px) {
    .popup_broker .popup__list-btn {
        flex:auto;
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .popup_broker .popup__list-btn {
        display:block;
        margin-right: 0;
        margin-left: 0
    }
}

.popup_broker .popup__list-btn>* {
    flex: 1 0 calc(33% - 1.25em);
    margin-right: .625em;
    margin-left: .625em
}

@media screen and (max-width: 767px) {
    .popup_broker .popup__list-btn>* {
        margin-right:0;
        margin-left: 0;
        text-transform: none
    }

    .popup_broker .popup__list-btn>*:not(:first-child) {
        margin-top: .75em
    }
}

@media screen and (min-width: 768px) {
    .popup_broker .popup__form {
        width:100%
    }

    .popup_broker .popup__form-row {
        flex-grow: 1;
        margin-top: 0!important
    }

    .popup_broker .popup__rows {
        display: grid;
        grid-gap: 1.25em;
        grid-template-columns: 1fr 1fr 1fr
    }

    .popup_broker .popup_back {
        font-size: .875em;
        color: #fff;
        opacity: .5;
        display: flex;
        text-decoration: none;
        justify-content: center;
        align-items: flex-start;
        gap: .5em;
        flex-grow: 0;
        width: -moz-fit-content;
        width: fit-content;
        margin: 1em 0;
        transition: opacity .3s
    }

    .popup_broker .popup_back:hover {
        opacity: 1
    }
}

.popup_broker .popup__note,.popup_broker .popup__privacy-disclaimer {
    display: none
}

@media screen and (max-width: 767px) {
    .popup_broker .popup__wrapper {
        flex-direction:column-reverse;
        width: 100%;
        height: 100%;
        padding-top: 1.25em
    }

    .popup_broker .popup__disclaimer {
        top: 1em
    }
}

.popup_broker-teaser {
    align-items: center
}

.popup-select {
    position: relative;
    width: 100%;
    height: 100%
}

.popup-select.changed:not(.whithout-label) .popup-select__head {
    color: var(--color-white)
}

.popup-select.changed:not(.whithout-label) .popup-select__head>span {
    display: inline-block;
    margin-right: .25em
}

.popup-select.changed:not(.whithout-label) .popup-select__head>span:after {
    opacity: 1
}

.popup-select.active .popup-select__head:after {
    transform: rotate(180deg)
}

.popup-select__head {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 .75em;
    background-color: transparent;
    border: 1px solid rgba(var(--color-white-rgb),.2);
    font-family: Futura PT;
    color: rgba(var(--color-white-rgb),.5);
    cursor: pointer;
    position: relative
}

.popup-select__head:after {
    content: "";
    position: absolute;
    right: .75em;
    top: 50%;
    width: 1em;
    height: .875em;
    margin-top: -.4375em;
    background-image: url(../../images/icons/arrow-down-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform .3s
}

.popup-select__head>span:after {
    content: ":";
    opacity: 0
}

.popup-select__list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--color-dark);
    z-index: 10;
    max-height: 15em;
    overflow-y: auto
}

.popup-select__list input {
    display: none
}

.popup-select__list input:checked+label {
    display: none
}

.popup-select__list>label {
    color: var(--color-white)
}

.popup-select__list label {
    display: block;
    padding: 1em .75em;
    cursor: pointer
}

@media (min-width: 768px) {
    .popup-select__list label:hover {
        color:var(--color-accent);
        background-color: var(--color-black)
    }
}

.popup-search {
    width: 100%;
    height: 100%;
    position: relative
}

@media (min-width: 768px) {
    .popup-search .popup__form-label {
        display:none
    }
}

.popup-search__list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1.2em .75em;
    background-color: var(--color-dark);
    z-index: 10
}

.popup-search__list-inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: -.75em;
    margin-bottom: -.75em
}

.popup-search__list-inner>button {
    display: inline-block;
    padding: .5em .75em;
    border: 0;
    outline: none;
    border-radius: .25em;
    background-color: var(--color-black);
    color: var(--color-white);
    font-family: Futura PT;
    margin: 0 0 .75em .75em;
    cursor: pointer;
    transition: .3s
}

.popup-search__list-inner>button:hover {
    background-color: var(--color-accent)
}

.popup-tags {
    width: 100%
}

.popup-tags__list {
    margin: .75em -1.25em 0
}

.popup-tags__list-inner {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    padding-left: 1.25em
}

.popup-tags__list-inner::-webkit-scrollbar {
    display: none
}

.popup-tags__item {
    padding-right: .5em
}

.popup-tags__item:last-child {
    padding-right: 1.25em
}

.popup-tags__item>input {
    position: absolute;
    width: 1px;
    pointer-events: none;
    opacity: 0
}

.popup-tags__item>input:checked+label {
    background-color: var(--color-accent)
}

.popup-tags__item>label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .5em .75em;
    border-radius: .25em;
    background-color: var(--color-dark);
    white-space: nowrap;
    min-width: 4.25em
}

.popup__disclaimer {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: calc(100% + 1em);
    color: rgba(var(--color-primary-rgb),.8);
    z-index: 2;
    text-align: center;
    width: 100%
}

@media (max-width: 767px) {
    .popup__disclaimer {
        top:2em;
        max-width: 23em;
        font-size: .625em;
        line-height: 1;
        color: rgba(var(--color-primary-rgb),.6)
    }
}

.popup__tooltip-trigger {
    text-decoration: underline;
    cursor: pointer;
    position: relative
}

.popup__tooltip-trigger:hover .popup__tooltip-body {
    opacity: 1;
    pointer-events: visible
}

.popup__tooltip-body {
    display: block;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    bottom: 100%;
    left: 0;
    padding: 0 0 .75em 3em;
    transition: .3s opacity
}

@media (max-width: 767px) {
    .popup__tooltip-body {
        bottom:unset;
        top: 100%;
        padding: 0 0 .75em;
        right: 3em;
        left: auto
    }
}

.popup__tooltip-inner {
    display: block;
    width: 23.4375em;
    background-color: #f0eae3;
    padding: 1em;
    font-size: 1em;
    line-height: 1.2;
    color: var(--color-black);
    border-radius: 10px 10px 10px 0
}

@media (max-width: 767px) {
    .popup__tooltip-inner {
        border-radius:10px 0 10px 10px
    }
}

.popup__tooltip-inner a {
    color: var(--color-black)
}

.popup__rows {
    position: relative
}

.popup__thanks,.popup__error {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255,255,255,.2);
    background: #000a0d;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1
}

.popup__thanks:not(.show),.popup__error:not(.show) {
    pointer-events: none;
    opacity: 0
}

.popup__thanks-check,.popup__thanks-cross,.popup__error-check,.popup__error-cross {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media (max-width: 767px) {
    .popup__thanks-check,.popup__thanks-cross,.popup__error-check,.popup__error-cross {
        top:-1.2em
    }
}

.popup__thanks-check>img,.popup__thanks-cross>img,.popup__error-check>img,.popup__error-cross>img {
    width: 100%
}

.popup__thanks-content,.popup__error-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    position: relative;
    z-index: 2;
    padding: 7.7em 2.5em 1.25em
}

@media (max-width: 767px) {
    .popup__thanks-content,.popup__error-content {
        padding-top:5.6em
    }
}

.popup__thanks-text,.popup__error-text {
    font-size: 1em;
    color: #96c65a;
    text-align: center
}

@media (min-width: 768px) {
    .popup__thanks-text,.popup__error-text {
        text-transform:uppercase;
        letter-spacing: .1em
    }
}

@media (max-width: 767px) {
    .popup__thanks-text,.popup__error-text {
        max-width:12em;
        line-height: 1
    }
}

.popup__thanks-back,.popup__error-back {
    display: inline-block;
    background-color: transparent;
    padding: 0;
    border: 0;
    font-family: inherit;
    color: var(--color-primary);
    opacity: .3;
    position: relative;
    cursor: pointer
}

.popup__thanks-back span,.popup__error-back span {
    display: inline-block;
    font-size: .875em
}

.popup__thanks-back span:first-child,.popup__error-back span:first-child {
    position: absolute;
    top: 50%;
    right: calc(100% + .571em);
    transform: translateY(-35%)
}

.popup__thanks-back span:last-child,.popup__error-back span:last-child {
    text-decoration: underline
}

.popup__thanks-link,.popup__error-link {
    font-size: .875em;
    color: var(--color-primary);
    opacity: .3
}

.popup__error-text {
    color: #e79a90
}

@media (min-width: 768px) {
    .popup_gallery.popup_photo-gallery .popup__close {
        top:1.875em
    }

    .popup_gallery.popup_photo-gallery .popup__body {
        padding-top: 2.375em;
        padding-bottom: 5em
    }
}

@media (max-width: 767px) {
    .popup_gallery.popup_photo-gallery .popup-gallery__wrapp {
        display:flex;
        flex-direction: column-reverse
    }

    .popup_gallery.popup_photo-gallery .popup-gallery__buttons {
        flex-wrap: nowrap;
        padding: 0 20px;
        width: -moz-fit-content;
        width: fit-content
    }

    .popup_gallery.popup_photo-gallery .popup-gallery__buttons .input-tag label {
        white-space: nowrap;
        background-color: #0c1b20;
        border: .0625em solid rgba(var(--color-white-rgb),.05);
        border-radius: .25em;
        padding: .4375em .75em
    }

    .popup_gallery.popup_photo-gallery .popup-gallery__buttons .input-tag input:checked+label {
        background-color: var(--color-accent);
        border-color: var(--color-accent)
    }

    .popup_gallery.popup_photo-gallery .popup-gallery__buttons-scroll {
        margin-bottom: 1.25em;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .popup_gallery.popup_photo-gallery .popup-gallery__buttons-scroll::-webkit-scrollbar {
        display: none
    }
}

.popup_gallery .popup__body {
    padding-top: 5em;
    width: 100%;
    height: 100%;
    background-color: #000a0d;
    animation-fill-mode: backwards;
    opacity: 1
}

@media (min-width: 768px) {
    .popup_gallery .popup__body {
        overflow:auto
    }
}

@media (max-width: 767px) {
    .popup_gallery .popup__body {
        display:flex;
        flex-direction: column;
        padding: 0
    }
}

.popup_gallery .popup__close {
    position: fixed;
    top: 4.125em;
    right: 1.875em;
    width: 3.75em;
    height: 3.75em;
    outline: none;
    padding: 0;
    background-image: url(../../images/icons/cross-popup.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    border: 0;
    border-radius: 10em
}

@media (max-width: 767px) {
    .popup_gallery .popup__close {
        top:.3125em;
        left: 50%;
        transform: translate(-50%);
        width: 2.5em;
        height: 2.5em;
        background-size: 70%;
        z-index: 1
    }

    .popup_gallery .complex-stage__top {
        display: none
    }
}

.popup-gallery__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.25em;
    margin-top: 3.75em
}

@media (max-width: 767px) {
    .popup-gallery__row {
        display:none
    }
}

.popup-gallery__slider {
    margin-top: 5em
}

@media (max-width: 767px) {
    .popup-gallery__slider {
        margin-top:2.5em
    }
}

.popup-gallery__slider-item {
    width: 100%;
    height: 59.0625em
}

@media (max-width: 767px) {
    .popup-gallery__slider-item {
        width:23.375em;
        position: relative;
        height: 13.9375em;
        margin-left: .5em
    }
}

.popup-gallery__slider-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

@media (max-width: 767px) {
    .popup-gallery__slider-item img {
        border-radius:.5em
    }
}

.popup-gallery__slider-wrapp {
    position: relative;
    overflow: hidden
}

@media (max-width: 767px) {
    .popup-gallery__slider-wrapp {
        margin:0 -20px
    }
}

.popup-gallery__slider-controll {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none
}

@media (max-width: 767px) {
    .popup-gallery__slider-controll {
        display:none
    }
}

.popup-gallery__slider-arrow {
    width: 12.75em;
    height: 12.75em;
    border-radius: 15em;
    background-color: #000a0d;
    pointer-events: visible;
    position: relative;
    border: none;
    outline: none;
    padding: 0;
    transform: translate(-50%);
    cursor: pointer
}

.popup-gallery__slider-arrow:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.25em;
    height: 1.125em;
    background-image: url(../../images/icons/arrow-down-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(100%) rotate(90deg);
    margin: -.5625em 0 0 -.625em
}

.popup-gallery__slider-arrow+.popup-gallery__slider-arrow {
    transform: translate(50%)
}

.popup-gallery__slider-arrow+.popup-gallery__slider-arrow:after {
    transform: translate(-100%) rotate(-90deg)
}

.popup-gallery__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: .25em
}

@media (min-width: 768px) {
    .popup-gallery__buttons+.popup-gallery__text {
        margin-top:7.5em;
        padding-bottom: 0
    }
}

@media (max-width: 767px) {
    .popup-gallery__buttons {
        gap:.75em
    }

    .popup-gallery__buttons:not(:first-child) {
        margin-top: 1.25em
    }

    .popup-gallery__buttons .input-tag label {
        background-color: #000a0d;
        border: 0
    }
}

.popup-gallery__buttons_big {
    gap: .890625em
}

.popup-gallery__buttons_big label {
    padding: .75em 2.5em
}

.popup-gallery__text {
    max-width: 45em;
    margin: 5em auto 0;
    padding-bottom: 7.5em
}

.popup-gallery__text+.popup-gallery__slider {
    margin-top: 5em
}

@media (max-width: 767px) {
    .popup-gallery__text {
        margin-top:1.625em;
        padding: 0
    }
}

.popup-gallery__title {
    font-family: Calvino;
    font-size: 2.25em;
    line-height: 1.1
}

@media (max-width: 767px) {
    .popup-gallery__title {
        font-family:Futura PT;
        font-size: 1.25em;
        line-height: 1
    }
}

.popup-gallery__desc {
    font-size: 1.25em;
    margin-top: 1em
}

@media (max-width: 767px) {
    .popup-gallery__desc {
        font-size:1em;
        margin-top: .75em
    }
}

.popup-gallery__bottom {
    margin-top: auto;
    padding-top: 1em;
    padding-bottom: 2.1875em
}

@media (min-width: 768px) {
    .popup-gallery__bottom {
        display:none
    }
}

.popup-gallery__bottom .btn_dark {
    display: flex;
    justify-content: space-between;
    padding-left: 1.25em;
    padding-right: 1.25em
}

.popup-gallery__bottom .btn_dark span+span {
    opacity: .5
}

.popup-gallery__bottom .btn_dark+.btn {
    margin-top: .75em
}

.popup-gallery__tile-arrow {
    margin-top: 1.25em;
    padding: 1.25em 2.5em;
    border-radius: .25em;
    position: relative
}

.popup-gallery__tile-arrow:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.5em;
    width: 2.5em;
    height: 2.5em;
    background-image: url(../../images/icons/arrow-down-white.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: rotate(-90deg) translate(50%)
}

.popup-gallery__tile-arrow span {
    font-size: 2em
}

.popup_video {
    background-color: rgba(var(--color-black-rgb),.8)
}

@media (max-width: 767px) {
    .popup_video {
        padding:0 1.25em;
        align-items: center
    }

    .popup_video .popup__body {
        height: 13.125em;
        padding: 0;
        border-radius: .25em;
        overflow: hidden
    }
}

.popup_video .popup__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media (max-width: 767px) {
    .popup_finance {
        background-color:#000a0d
    }
}

.popup_finance .popup__image {
    width: 26em;
    height: unset;
    margin-right: 2.5em;
    margin-bottom: 1em
}

@media (max-width: 767px) {
    .popup_finance .popup__image {
        width:15em;
        margin: 0 auto
    }
}

.popup_finance .popup__image>img {
    position: relative;
    z-index: 2;
    -o-object-fit: unset;
    object-fit: unset;
    height: unset
}

@media (max-width: 767px) {
    .popup_finance .popup__image>img {
        top:-1.5em
    }
}

.popup_finance .popup__finance-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.popup_finance .popup__finance-bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top right;
    object-position: top right
}

@media (max-width: 767px) {
    .popup_finance .popup__finance-bg img {
        top:3em
    }
}

.popup_finance .popup__finance-bg:after {
    content: "";
    position: absolute;
    bottom: -4em;
    right: -4em;
    width: 44.75em;
    height: 8.375em;
    background-color: #000a0d;
    filter: blur(10px);
    z-index: 2;
    border-radius: 100%
}

@media (max-width: 767px) {
    .popup_finance .popup__finance-bg:after {
        right:0;
        bottom: -6em
    }
}

.popup_finance .popup__form {
    max-width: 30em;
    width: 100%
}

.popup_finance .popup__disclaimer {
    color: rgba(var(--color-primary-rgb),.3)
}

.popup_finance .form-block__person {
    padding: .625em 1.5625em;
    top: calc(50% + 11em);
    right: 16em;
    z-index: 2
}

@media (max-width: 767px) {
    .popup_finance .form-block__person {
        min-width:-moz-max-content;
        min-width: max-content;
        top: unset;
        right: 50%;
        bottom: 1.5em;
        transform: translate(50%)
    }

    .popup_finance .form-block__name {
        text-transform: uppercase
    }
}

@media (min-width: 768px) {
    .popup_promo .popup__image {
        margin-right:4em
    }
}

@media (max-width: 767px) {
    .popup_promo .popup__image img {
        top:1.2em
    }

    .popup_promo .popup__finance-bg:after {
        display: none
    }

    .popup_promo .popup__finance-bg img {
        top: 0
    }
}

@media (min-width: 768px) {
    .popup_promo .form-block__person {
        top:calc(50% + 10em);
        right: 8.4em
    }
}

@media (max-width: 767px) {
    .popup_promo .form-block__person {
        bottom:2.5em
    }

    .popup_small {
        align-items: center;
        padding: 20px
    }
}

.popup_small .popup__body {
    min-height: 10em;
    width: 42.5em
}

@media (max-width: 767px) {
    .popup_small .popup__body {
        width:100%;
        height: -moz-fit-content;
        height: fit-content;
        padding-top: 2em
    }
}

.popup_small .popup__content {
    margin: 2.5em
}

@media (max-width: 767px) {
    .popup_small .popup__content {
        margin:1em 1em 2em;
        padding: 0
    }
}

.popup_small .testimonials__text {
    -webkit-line-clamp: initial
}

.popup_testimonial .testimonials__text {
    margin: 2em 0 0;
    height: auto
}

.popup_testimonial .testimonials__text p {
    margin-top: 0
}

.popup_testimonial .testimonials__text p:last-child {
    margin-bottom: 0
}

.popup-small {
    transition: all .3s ease-in-out;
    font-size: 85%
}

.popup_complex-offers .popup__body-bg {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat
}

.popup_complex-offers_retail .popup__body-bg {
    background-image: url(../../images/complexes/other-offers/retail.png);
    background-size: 54em;
    background-position: right -15em bottom 3em
}

@media (max-width: 767px) {
    .popup_complex-offers_retail .popup__body-bg {
        background-size:36em;
        background-position: right -5.5em bottom -3em
    }
}

.popup_complex-offers_secondary .popup__body-bg {
    background-image: url(../../images/complexes/other-offers/secondary.png);
    background-size: 50em;
    background-position: right -2em bottom -9em
}

@media (max-width: 767px) {
    .popup_complex-offers_secondary .popup__body-bg {
        background-size:35em;
        background-position: left -5em bottom -11em
    }
}

.popup_complex-offers_rent .popup__body-bg {
    background-image: url(../../images/complexes/other-offers/rent.webp);
    background-size: 90em;
    background-position: right -19em bottom -23em
}

@media (max-width: 767px) {
    .popup_complex-offers_rent .popup__body-bg {
        background-size:60em;
        background-position: left -24em bottom -17em
    }

    .popup_regional-settings .popup__wrapper {
        height: 100%
    }
}

.popup_regional-settings .popup__body {
    background-color: #000a0d;
    border-radius: .125em;
    border: 1px solid rgba(var(--color-white-rgb),.1);
    width: 30em;
    position: relative;
    padding: 1.25em
}

@media (min-width: 768px) {
    .popup_regional-settings .popup__body {
        padding:2em
    }
}

@media (max-width: 767px) {
    .popup_regional-settings .popup__body {
        width:100%;
        height: 100%;
        padding: 1.25em;
        display: flex;
        flex-direction: column
    }
}

.popup_regional-settings .popup__body-bg {
    pointer-events: none
}

.popup_regional-settings .popup__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.popup_regional-settings .popup__title {
    font-size: 1.5em;
    font-family: Futura PT
}

.popup_regional-settings .popup__close {
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
    background-image: url(../../images/icons/cross.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 1.2em;
    height: 1.2em
}

@media (max-width: 767px) {
    .popup_regional-settings .popup-select {
        height:auto
    }
}

.popup_regional-settings .popup-select__head {
    height: 2.8125em;
    padding: 0 1.25em;
    background-color: var(--color-dark);
    border: 1px solid rgba(var(--color-white-rgb),.05);
    color: var(--color-white)
}

.popup_regional-settings .popup-select__head:after {
    right: 1.1em
}

.popup_regional-settings .popup-select__head i {
    font-style: normal;
    font-size: 1.25em
}

.popup_regional-settings .popup-select__list label {
    display: flex;
    align-items: center;
    padding: 0 1.25em;
    height: 3em
}

.popup_regional-settings .popup-select__list label span {
    font-size: 1.25em
}

.popup_regional-settings .popup__row {
    margin-bottom: 1.875em
}

.popup_regional-settings .popup__container {
    padding-top: 2em
}

@media (max-width: 767px) {
    .popup_regional-settings .popup__container {
        flex:auto;
        display: flex;
        flex-direction: column
    }
}

.popup_regional-settings .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: normal;
    font-family: Futura PT;
    border-radius: 2px;
    height: 2.8125em;
    padding: 1em
}

@media (max-width: 767px) {
    .popup_regional-settings .btn {
        margin-top:auto
    }
}

.popup_regional-settings .btn+.btn {
    margin-top: .5em
}

.popup_regional-settings .btn_transparent:not(:hover) {
    color: var(--color-white);
    border-color: rgba(var(--color-white-rgb),.1)
}

.popup_catalog-teams .popup__image {
    height: 100%;
    padding-right: 0;
    margin-top: 0
}

.popup_catalog-teams .popup__image>img {
    width: 65%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom;
    margin-left: 130px
}

.popup_catalog-teams .decor-item-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 85%;
    height: 85%
}

.popup_catalog-teams .decor-item-img:before {
    background-image: none
}

.popup_catalog-teams .decor-item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: .5625em
}

.popup_catalog-teams .decor-glass {
    background: linear-gradient(135deg,#fff3,#fff0);
    -webkit-backdrop-filter: blur(26.9499px);
    backdrop-filter: blur(26.9499px);
    border-radius: 1.125em;
    position: relative;
    width: 100%;
    height: 100%
}

.popup_catalog-teams .decor-glass:before {
    background-image: none
}

.popup_catalog-teams .decor-left {
    position: absolute;
    bottom: 150px;
    right: 270px;
    z-index: -1
}

.popup_catalog-teams .decor-left .decor-rotate-block {
    transform: rotate(15deg);
    width: 160px;
    height: 160px;
    position: relative
}

.popup_catalog-teams .decor-center {
    position: absolute;
    bottom: 320px;
    right: 65px;
    z-index: -1
}

.popup_catalog-teams .decor-center .decor-rotate-block {
    transform: rotate(30deg);
    width: 114px;
    height: 114px;
    position: relative
}

.popup_catalog-teams .decor-right {
    position: absolute;
    bottom: 210px;
    right: -80px;
    z-index: -1
}

.popup_catalog-teams .decor-right .decor-rotate-block {
    transform: rotate(-15deg);
    width: 160px;
    height: 160px;
    position: relative
}

.popup_catalog-teams .decor-ahead {
    position: absolute;
    bottom: 70px;
    right: 55px;
    z-index: 1
}

.popup_catalog-teams .decor-ahead .decor-rotate-block {
    width: 220px;
    position: relative;
    line-height: normal;
    text-align: center;
    border: 1px solid #30373c
}

.popup_catalog-teams .decor-ahead .decor-glass {
    border-radius: 1px;
    padding: 10px
}

.popup_catalog-teams .decor-ahead .decor-text {
    text-transform: uppercase;
    font-size: 16px
}

.popup_catalog-teams .decor-ahead .decor-description {
    color: #fff
}

.disclaimer_hidden .popup__disclaimer {
    display: none
}
