select,
input {
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
    mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC)
}

.form-select__placeholder,
.button-primary__text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.popup-menu__link-icon,
.part-header__link-icon,
.form-field__icon,
.button-icon,
.button-primary {
    display: flex;
    align-items: center;
    justify-content: center
}

:root {
    --main-font-size: 0.6944427083vw;
    --wrapper-offset: 4.8rem;
    --wrapper-size: 192rem;
    --section-offset: 9rem;
    --marquee-gap: 2.4rem
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: none;
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased
}

body {
    margin: 0
}

main {
    display: block
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace;
    font-size: 1em
}

a {
    font: inherit;
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

abbr[title] {
    text-decoration: underline;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    border-bottom: none
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img,
fieldset {
    border: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button,
input {
    overflow: visible
}

@keyframes autofill {

    0%,
    100% {
        color: #0a0908;
        background: #fff
    }
}

input {
    font-size: max(16px, min(1.6rem, 1.6rem));
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 0;
    outline: none
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    box-shadow: 0 0 0 9999px #fff inset !important;
    -webkit-text-fill-color: #0a0908 !important
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    animation-name: autofill;
    animation-delay: 1s;
    animation-fill-mode: both
}

select {
    width: 100%;
    max-width: 100%;
    font-size: max(16px, min(1.6rem, 1.6rem));
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    appearance: none
}

select option {
    width: 100%;
    max-width: 100%
}

button,
select {
    text-transform: none
}

button {
    font: inherit;
    color: inherit;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    background: rgba(0, 0, 0, 0);
    border: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
    appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    display: none;
    -webkit-appearance: none;
    appearance: none
}

[type=date]::-webkit-inner-spin-button,
[type=date]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    opacity: 0
}

[type=date]::-webkit-date-and-time-value {
    text-align: left !important
}

[type=search] {
    -webkit-appearance: none;
    appearance: none
}

[type=search]::-ms-clear,
[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

[type=search]::-webkit-search-decoration,
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-results-button,
[type=search]::-webkit-search-results-decoration {
    display: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

table {
    border-collapse: collapse;
    border: 0
}

table td {
    padding: 0;
    vertical-align: top
}

video {
    max-width: 100%
}

img,
svg {
    max-width: 100%;
    vertical-align: top
}

@font-face {
    font-family: "VelaSans";
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/VelaSans-ExtraLight.woff) format("woff"), url(../fonts/VelaSans-ExtraLight.woff2) format("woff2");
    font-display: swap
}

@font-face {
    font-family: "VelaSans";
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/VelaSans-Light.woff) format("woff"), url(../fonts/VelaSans-Light.woff2) format("woff2");
    font-display: swap
}

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

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

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

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

@font-face {
    font-family: "VelaSans";
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/VelaSans-ExtraBold.woff) format("woff"), url(../fonts/VelaSans-ExtraBold.woff2) format("woff2");
    font-display: swap
}

@font-face {
    font-family: "WulkanDisplay";
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/WulkanDisplay-Light.woff) format("woff"), url(../fonts/WulkanDisplay-Light.woff2) format("woff2");
    font-display: swap
}

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

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

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

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

@font-face {
    font-family: "WulkanDisplay";
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/WulkanDisplay-Black.woff) format("woff"), url(../fonts/WulkanDisplay-Black.woff2) format("woff2");
    font-display: swap
}

@keyframes marquee-scroll {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(calc(-100% - 2.4rem));
        transform: translateX(calc(-100% - var(--marquee-gap)))
    }
}

@keyframes move-scale-up-initial {
    to {
        opacity: 0;
        transform: translate3d(0, -105%, 0) scale3d(1, 2, 1)
    }
}

@keyframes move-scale-up-end {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0) scale3d(1, 2, 1)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

html {
    font-size: 0.6944427083vw;
    font-size: var(--main-font-size)
}

body {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    overflow: hidden auto;
    font-family: VelaSans, sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0908
}

.main-content {
    flex: 1
}

.wrapper {
    width: 100%;
    max-width: calc(192rem + 2*4.8rem);
    max-width: calc(var(--wrapper-size) + 2*var(--wrapper-offset));
    padding: 0 4.8rem;
    padding: 0 var(--wrapper-offset);
    margin: 0 auto
}

.icon {
    width: 100%
}

.flex {
    display: flex;
    flex-flow: row wrap
}

.flex_inline {
    display: inline-flex
}

.flex_column {
    flex-direction: column
}

.flex_nowrap {
    flex-wrap: nowrap
}

.flex_center {
    justify-content: center
}

.flex_justify {
    justify-content: space-between
}

.flex_left {
    justify-content: flex-start
}

.flex_right {
    justify-content: flex-end
}

.flex_start {
    align-items: flex-start
}

.flex_vertical {
    align-items: center
}

.flex_end {
    align-items: flex-end
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-uppercase {
    text-transform: uppercase
}

.text-underline {
    -webkit-text-decoration: underline;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: .2em;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

.object-fit-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.object-fit-contain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.invisible-container {
    position: absolute;
    top: -9999px;
    left: -9999px;
    z-index: -1;
    width: 0;
    height: 0;
    overflow: hidden
}

.no-select {
    -webkit-user-select: none;
    user-select: none
}

.no-pe {
    pointer-events: none
}

.overflow-y {
    overflow-x: hidden;
    overflow-y: auto;
    overflow: hidden auto;
    -webkit-overflow-scrolling: touch
}

.scrollbar {
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    overflow: hidden auto
}

.scrollbar::-webkit-scrollbar {
    display: block;
    width: 4px
}

.scrollbar::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 100px
}

.scrollbar::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 100px
}

.scrollbar_hidden {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.scrollbar_hidden::-webkit-scrollbar {
    display: none
}

.h1,
.content h1 {
    font-size: 4.8rem;
    line-height: 1.1666666667
}

.h2,
.content h2 {
    font-size: 3.6rem;
    line-height: 1.1666666667;
    letter-spacing: .04em
}

.h3,
.content h3 {
    font-size: 3.2rem;
    line-height: 1.5;
    letter-spacing: .02em
}

.h4,
.content h4 {
    font-size: 2rem;
    line-height: 1.2
}

.h5,
.content h5 {
    font-size: 1.4rem;
    line-height: 1.4285714286
}

.h6,
.content h6 {
    font-size: 1.2rem;
    line-height: 1.3333333333;
    letter-spacing: .08em
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    text-transform: uppercase
}

.content b,
.b,
b {
    font-weight: 500
}

.content strong,
.strong,
strong {
    font-weight: 600
}

h1,
h2,
h3,
h4,
h5,
h6,
.wulkan-font {
    font-family: WulkanDisplay, serif
}

.button-primary__text,
.vela-font {
    font-family: VelaSans, sans-serif
}

.color-black {
    color: #0a0908
}

.color-graphite {
    color: #484848
}

.color-beige {
    color: #e3d9d0
}

.color-dark-beige {
    color: #978771
}

.color-light-beige {
    color: #fcf7f1
}

.color-white {
    color: #fff
}

.button-primary {
    position: relative;
    flex-flow: row nowrap;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1.6rem 3.2rem;
    overflow: hidden;
    color: #484848;
    background-color: #e3d9d0;
    border: 1px solid rgba(0, 0, 0, 0);
    transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
    transition-duration: .5s;
    transition-property: background-color, color, border
}

.button-primary::before,
.button-primary::after {
    position: absolute;
    pointer-events: none;
    content: "";
    background: #0a0908
}

.button-primary::before {
    top: -110%;
    left: 50%;
    width: 200%;
    height: 0;
    padding-bottom: 200%;
    border-radius: 50%;
    transform: translate3d(-50%, 0, 0) scale3d(0, 0, 0)
}

.button-primary::after {
    transition: transform .5s cubic-bezier(0.1, 0, 0.3, 1);
    transform: translate3d(0, -100%, 0)
}

.button-primary:disabled,
.button-primary[disabled] {
    color: rgba(72, 72, 72, .4);
    cursor: not-allowed;
    background-color: #fff;
    border-color: rgba(227, 217, 208, .4)
}

.button-primary:not(:disabled):not([disabled]):hover {
    color: #fff;
    border-color: #0a0908
}

.button-primary:not(:disabled):not([disabled]):hover::before {
    transition: transform .5s cubic-bezier(0.33, 1, 0.68, 1);
    transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1)
}

.button-primary:not(:disabled):not([disabled]):hover::after {
    transition-delay: .5s;
    transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
    transition-duration: .05s;
    transform: translate3d(0, 0, 0)
}

.button-primary:not(:disabled):not([disabled]):hover .button-primary__text {
    animation: move-scale-up-none 0s ease 0s 1 normal none running .3s cubic-bezier(0.33, 1, 0.68, 1) forwards, move-scale-up-end .3s forwards cubic-bezier(0.33, 1, 0.68, 1) .3s;
    animation: move-scale-up-initial .3s cubic-bezier(0.33, 1, 0.68, 1) forwards, move-scale-up-end .3s forwards cubic-bezier(0.33, 1, 0.68, 1) .3s
}

.button-primary_white {
    color: #484848;
    background-color: #fff
}

.button-primary_white:disabled,
.button-primary_white[disabled] {
    color: rgba(72, 72, 72, .4);
    background-color: #fff
}

.button-primary_transparent {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff
}

.button-primary_transparent:not(:disabled):not([disabled]):hover {
    color: #484848;
    border-color: #fff
}

.button-primary_transparent:not(:disabled):not([disabled]):hover::before,
.button-primary_transparent:not(:disabled):not([disabled]):hover::after {
    background-color: #fff
}

.button-primary_outline-beige {
    background-color: #fff;
    border-color: #e3d9d0
}

.button-primary_outline-beige:not(:disabled):not([disabled]):hover {
    color: #484848;
    border-color: #e3d9d0
}

.button-primary_outline-beige:not(:disabled):not([disabled]):hover::before,
.button-primary_outline-beige:not(:disabled):not([disabled]):hover::after {
    background-color: #e3d9d0
}

.button-primary_small {
    padding: .8rem 1.6rem
}

.button-primary_small .button-primary__text {
    font-size: 1.2rem;
    line-height: 1.33;
    letter-spacing: .08em
}

.button-primary__icon {
    flex: 0 0 auto
}

.button-primary__text {
    display: block;
    flex-shrink: 1;
    max-width: 100%;
    font-size: 1.4rem;
    line-height: 1.43;
    letter-spacing: .08em;
    transition: transform .3s cubic-bezier(0.33, 1, 0.68, 1)
}

.button-icon {
    flex: 0 0 auto;
    width: 3.6rem;
    height: 3.6rem;
    background-color: #fff;
    border-radius: 50%;
    fill: #0a0908;
    transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
    transition-duration: .5s;
    transition-property: background-color, fill, stroke
}

.button-icon:hover {
    fill: #e3d9d0
}

.button-icon_light {
    background-color: #e3d9d0;
    fill: #fff
}

.button-icon_light:hover {
    background-color: #978771;
    fill: #fff
}

.button-icon__icon {
    width: 2rem;
    height: 2rem
}

.button-burger.is-active .button-burger__icon::before,
.button-burger.is-active .button-burger__icon::after {
    max-width: 75%
}

.button-burger.is-active .button-burger__icon::before {
    transform: translateY(calc(var(--burger-height) / 2)) rotate(45deg)
}

.button-burger.is-active .button-burger__icon::after {
    transform: translateY(calc(var(--burger-height) / 2)) rotate(-45deg)
}

.button-burger__icon {
    --burger-width: 3.6rem;
    --burger-height: 1rem;
    --burger-line-height: 1px;
    --burger-line-offset: 1px;
    --burger-color: #978771;
    position: relative;
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    width: 3.6rem;
    width: var(--burger-width);
    height: 1rem;
    height: var(--burger-height);
    -webkit-user-select: none;
    user-select: none;
    transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
    transition-duration: .5s;
    will-change: width;
    transition-property: width
}

.button-burger__icon::before,
.button-burger__icon::after {
    position: absolute;
    display: block;
    width: 3.6rem;
    max-width: 100%;
    height: var(--burger-line-height);
    pointer-events: none;
    content: "";
    background-color: var(--burger-color);
    outline: 1px solid rgba(0, 0, 0, 0);
    transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
    transition-duration: .5s;
    will-change: background-color, transform, max-width;
    transition-property: background-color, transform, max-width;
    transform-origin: 50% 50%
}

.button-burger__icon::before {
    transform: translateY(calc(-1 * var(--burger-line-offset)))
}

.button-burger__icon::after {
    transform: translateY(calc(var(--burger-height) - var(--burger-line-offset)))
}

.form-field {
    position: relative;
    display: block;
    width: 100%
}

.form-field:not(.is-error):not(.is-disabled):hover .form-field__item {
    border-color: #978771
}

.form-field:not(.is-filled) .form-field__item[type=date]::-webkit-datetime-edit {
    display: none
}

.form-field.is-filled .form-field__item[type=date]::before {
    display: none
}

.form-field.is-filled .form-field__icon {
    opacity: 0
}

.form-field.is-filled .form-field__clear {
    pointer-events: all;
    opacity: 1
}

.form-field.is-disabled .form-field__item {
    border-color: rgba(227, 217, 208, .4)
}

.form-field.is-error .form-field__item {
    border-color: #eb5757
}

.form-field.is-error .form-field__error {
    display: block
}

.form-field__wrapper {
    position: relative;
    display: block;
    width: 100%
}

.form-field__item {
    display: block;
    width: 100%;
    min-height: 4rem;
    padding-bottom: 1.2rem;
    font-weight: 300;
    line-height: 1.5;
    color: #0a0908;
    letter-spacing: .02em;
    border-bottom: 1px solid #e3d9d0;
    transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
    transition-duration: .5s;
    transition-property: border
}

.form-field__item::placeholder {
    color: rgba(10, 9, 8, .5)
}

.form-field__item:not([type=date]) {
    padding-right: 2.6rem
}

.form-field__item[type=date]::before {
    position: absolute;
    top: 0;
    left: 0;
    font: inherit;
    color: rgba(10, 9, 8, .5);
    content: attr(placeholder)
}

.form-field__item[type=date]~.form-field__icon {
    pointer-events: none
}

.form-field__icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 2.6rem;
    height: calc(100% - 2px);
    padding-bottom: 1.2rem;
    background-color: #fff;
    transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
    transition-duration: .5s;
    transition-property: opacity
}

.form-field__icon svg {
    width: 1.6rem;
    height: 1.6rem
}

.form-field__icon .icon-calendar {
    fill: #0a0908;
    fill-rule: evenodd;
    clip-rule: evenodd
}

.form-field__clear {
    position: absolute;
    top: 0;
    right: 0;
    width: 2.6rem;
    height: calc(100% - 2px);
    pointer-events: none;
    opacity: 0;
    fill: #484848;
    transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
    transition-duration: .5s;
    transition-property: fill, opacity
}

.form-field__clear svg {
    width: 1.6rem;
    height: 1.6rem
}

.form-field__clear:hover {
    fill: #e3d9d0
}

.form-field__error {
    display: none;
    margin-top: 4px;
    font-weight: 300;
    color: #eb5757;
    letter-spacing: .02em
}

.form-field .iti {
    width: 100%
}

.form-field .iti__selected-flag {
    padding-bottom: 1.2rem
}

.form-field .iti input {
    padding-right: 2.2rem
}

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

.form-select.is-opened .form-select__header {
    border-color: #978771
}

.form-select.is-opened .form-select__placeholder {
    color: #0a0908
}

.form-select.is-opened .form-select__arrow {
    fill: #978771;
    transform: rotate(180deg)
}

.form-select:not(.is-opened):not(.is-error):not(.is-disabled) .form-select__header:hover {
    border-color: #978771
}

.form-select.is-error .form-select__header {
    border-color: #eb5757
}

.form-select.is-error .form-select__error {
    display: block
}

.form-select.is-disabled {
    cursor: not-allowed
}

.form-select.is-disabled .form-select__header {
    border-color: rgba(227, 217, 208, .4)
}

.form-select.is-disabled .form-select__placeholder {
    color: rgba(10, 9, 8, .4)
}

.form-select.is-disabled .form-select__arrow {
    fill: rgba(72, 72, 72, .4)
}

.form-select.is-disabled>* {
    pointer-events: none
}

.form-select__header {
    gap: 1.6rem;
    min-height: 4rem;
    padding-bottom: 1.2rem;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    border-bottom: 1px solid #e3d9d0;
    transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
    transition-duration: .5s;
    transition-property: border
}

.form-select__placeholder {
    flex: 1;
    max-width: 100%;
    font-size: max(16px, min(1.6rem, 1.6rem));
    font-weight: 300;
    line-height: 1.5;
    color: rgba(10, 9, 8, .4);
    letter-spacing: .02em;
    transition: color .5s cubic-bezier(0.33, 1, 0.68, 1)
}

.form-select__arrow {
    flex: 0 0 auto;
    width: 1.6rem;
    height: 1.6rem;
    fill: #484848;
    transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
    transition-duration: .5s;
    transition-property: transform, fill;
    will-change: transform
}

.form-select__error {
    display: none;
    margin-top: 4px;
    font-weight: 300;
    color: #eb5757;
    letter-spacing: .02em
}

.form-select__options {
    position: absolute;
    top: calc(100% + 1.6rem);
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 10;
    display: none;
    flex-flow: column nowrap;
    height: auto;
    max-height: 24rem;
    padding: .8rem 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e3d9d0;
    opacity: 0;
    transform: translateY(2rem)
}

.form-select__options-inner {
    width: 100%;
    height: 100%;
    max-height: calc(100% - 1rem)
}

.form-select__option {
    position: relative;
    z-index: 1;
    gap: 1rem;
    padding: .8rem 1.6rem;
    font-weight: 300;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
    transition-duration: .5s;
    transition-property: background-color, color
}

.form-select__option:not(.is-active):not(.is-disabled):hover {
    background-color: #fcf7f1
}

.form-select__option.is-disabled {
    color: rgba(10, 9, 8, .4)
}

.form-select__option.is-active .form-select__option-icon {
    opacity: 1
}

.form-select__option-input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
    visibility: visible;
    opacity: 0
}

.form-select__option-text {
    flex: 1
}

.form-select__option-icon {
    flex: 0 0 auto;
    width: 1.6rem;
    height: 1.6rem;
    opacity: 0;
    fill: #978771;
    transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
    transition-duration: .5s;
    transition-property: opacity
}

.part-header {
    flex: 0 0 auto;
    padding: 2.2rem 0;
    background-color: #fff
}

.part-header__wrapper {
    position: relative;
    gap: 3.2rem
}

.part-header__cell {
    flex-shrink: 1;
    max-width: 50%
}

.part-header__nav {
    gap: 3.2rem
}

.part-header__nav-link {
    letter-spacing: .08em;
    transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
    transition-duration: .5s;
    transition-property: color
}

.part-header__nav-link:hover {
    color: #e3d9d0
}

.part-header__logo img {
    width: 100%
}

.part-header__links {
    gap: 1.6rem;
    margin-right: 3.2rem
}

.part-header__link {
    letter-spacing: .08em;
    transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
    transition-duration: .5s;
    transition-property: color
}

.part-header__link:hover {
    color: #e3d9d0
}

.part-header__link:hover .part-header__link-icon {
    background-color: #e3d9d0;
    fill: #fff
}
.part-header__link:nth-child(3) {
    display: flex
}

.part-header__link:nth-child(2) {
    display: flex
}

.part-header__link:first-child {
    margin-right: 1.6rem
}

.part-header__link-icon {
    width: 36px;
    min-width: 36px;
    height: 36px;
    min-height: 36px;
    background-color: #fff;
    border: 1px solid #e3d9d0;
    border-radius: 50%;
    fill: #484848;
    transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
    transition-duration: .5s;
    transition-property: fill, background-color
}

.part-header__link-icon .icon {
    width: 1.6rem;
    height: 1.6rem
}

.part-header__button-primary {
    margin-right: 3.2rem
}

.part-footer {
    flex: 0 0 auto;
    padding: 2.4rem 0
}

.part-footer__wrapper {
    gap: 3.2rem
}

.part-footer__text {
    font-weight: 300;
    letter-spacing: .02em
}

.part-footer__link {
    font-weight: 300;
    color: #978771;
    letter-spacing: .02em;
    transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
    transition-duration: .5s;
    transition-property: color
}

.part-footer__link:hover {
    color: #e3d9d0
}

.module-language-picker__item {
    transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
    transition-duration: .5s;
    transition-property: color
}

.module-language-picker__item.is-hidden {
    display: none
}

.module-language-picker__item:hover {
    color: #e3d9d0
}

.popup-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: none
}

.popup-menu__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(10, 9, 8, .5);
    opacity: 0
}

.popup-menu__wrap {
    position: relative;
    z-index: 1;
    gap: 3.2rem;
    width: 100%;
    max-width: 50rem;
    height: 100%;
    padding: 4.8rem;
    padding: var(--wrapper-offset);
    margin-left: auto;
    background-color: #fff;
    transform: translateX(100%)
}

.popup-menu__button-icon {
    position: sticky;
    top: 0;
    align-self: flex-end
}

.popup-menu__nav {
    gap: 3.2rem;
    align-items: flex-end;
    margin-left: auto
}

.popup-menu__nav-link {
    transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
    transition-duration: .5s;
    transition-property: color
}

.popup-menu__nav-link:hover {
    color: #e3d9d0
}

.popup-menu__module-language-picker {
    margin: auto 0 0 auto
}

.popup-menu__links {
    gap: 1.6rem;
    margin-left: auto
}

.popup-menu__link {
    letter-spacing: .02em;
    transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
    transition-duration: .5s;
    transition-property: color
}

.popup-menu__link:hover {
    color: #e3d9d0
}

.popup-menu__link:hover .popup-menu__link-icon {
    background-color: #e3d9d0;
    fill: #fff
}

.popup-menu__link-icon {
    width: 36px;
    height: 36px;
    background-color: #fff;
    border: 1px solid #e3d9d0;
    border-radius: 50%;
    fill: #484848;
    transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
    transition-duration: .5s;
    transition-property: fill, background-color
}

.popup-menu__link-icon .icon {
    width: 1.6rem;
    height: 1.6rem
}

.popup-menu__button-primary {
    width: 100%
}

.popup-booking {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: none
}

.popup-booking__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(10, 9, 8, .5);
    opacity: 0
}

.popup-booking__wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 46rem;
    height: 100%;
    margin-left: auto;
    transform: translateX(100%)
}

.popup-booking__content {
    width: 100%;
    height: 100%;
    padding: 3.2rem 4.8rem;
    padding: 3.2rem var(--wrapper-offset);
    background-color: #fff
}

.popup-booking__button-icon {
    position: absolute;
    top: 1.6rem
}

.popup-booking__form {
    width: 100%;
    max-width: 100%;
    margin-top: 3.2rem
}

.popup-booking__fields {
    gap: 3.2rem
}

.popup-booking__button-primary {
    width: 100%;
    margin-top: 3.2rem
}

.popup-booking__policy {
    width: 100%;
    margin-top: 1.2rem;
    font-weight: 300;
    letter-spacing: .02em
}

.popup-booking__policy a {
    color: #978771;
    transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
    transition-duration: .5s;
    transition-property: color
}

.popup-booking__policy a:hover {
    color: #e3d9d0
}

.section-header {
    gap: 3.2rem
}

.section-header__cell {
    max-width: 100%
}

.section-header__cell_left {
    flex: 1
}

.section-header__cell_right {
    flex: 0 0 auto
}

.section-header__tabs-buttons {
    gap: 2.4rem
}

.section-contacts {
    padding-top: 9rem;
    padding-top: var(--section-offset)
}

.section-contacts__content {
    padding: 2.4rem 0;
    margin-top: 2.4rem;
    border-top: 1px solid #e3d9d0;
    border-bottom: 1px solid #e3d9d0
}

.section-contacts__cell {
    flex-basis: auto
}

.section-contacts__cell_left {
    width: 32.7380952381%
}

.section-contacts__item {
    gap: 2.4rem;
    padding: 2.4rem 0;
    letter-spacing: .08em
}

.section-contacts__item:not(:last-child) {
    border-bottom: 1px solid #e3d9d0
}

.section-contacts__item:first-child {
    padding-top: 0
}

.section-contacts__item:last-child {
    padding-bottom: 0
}

.section-contacts__item-label {
    flex: 0 0 10rem;
    max-width: 100%
}

.section-contacts__item-content {
    flex: 1;
    max-width: 100%
}

.section-contacts__item-link {
    font-style: normal
}

a.section-contacts__item-link {
    transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
    transition-duration: .5s;
    transition-property: color
}

a.section-contacts__item-link:hover {
    color: #e3d9d0
}

.section-contacts__button-primary {
    margin-top: 1.6rem
}

.section-contacts__map {
    position: relative
}

.section-contacts__map::before {
    display: block;
    padding-top: 72.6136363636%;
    content: ""
}

.section-contacts__map .leaflet-control-attribution {
    display: none !important
}

.section-contacts__map .leaflet-control-container>:first-child {
    top: 50%;
    transform: translateY(-50%)
}

@media only screen and (max-width: 1920px) {
    .hd-responsive {
        display: none !important
    }
}

@media only screen and (max-width: 1700px) {
    .mackbook-responsive {
        display: none !important
    }
}

@media only screen and (max-width: 1440px) {
    :root {
        --main-font-size: 0.6944444271vw
    }

    .large-desktop-responsive {
        display: none !important
    }

    .from-large-desktop-responsive {
        display: none !important
    }
}

@media only screen and (max-width: 1280px) {
    .small-desktop-responsive {
        display: none !important
    }
}

@media only screen and (max-width: 1120px) {
    :root {
        --main-font-size: 50%;
        --wrapper-offset: 3.2rem;
        --section-offset: 7.7rem;
        --marquee-gap: 2rem
    }

    .scrollbar::-webkit-scrollbar {
        width: 2px
    }

    .h1,
    .content h1 {
        font-size: 4.2rem
    }

    .h2,
    .content h2 {
        font-size: 3.2rem
    }

    .h3,
    .content h3 {
        font-size: 2.6rem
    }

    .h4,
    .content h4 {
        font-size: 1.8rem
    }

    .large-tablet-responsive {
        display: none !important
    }

    .part-header {
        padding: 1.9rem 0
    }

    .part-header__logo {
        max-width: 9rem
    }
    .part-header__links {
        margin-right: 5.2rem
    }

    .part-header__link {
        display: none
    }
    .part-header__button-primary {
        display: none
    }
    .part-header__cell_right {
        display: flex !important
    }
    .part-header__module-language-picker.language__round__button {
        /*padding: 5px 7px;*/.part-header__link-icon
    }

    .part-header__cell_right {
        margin-left: auto
    }
    .part-footer {
        padding: 2rem 0
    }

    .part-footer__wrapper {
        gap: 2.4rem
    }

    .popup-booking__wrap {
        max-width: 50rem
    }

    .popup-booking__content {
        padding-top: 2.4rem;
        padding-bottom: 2.4rem
    }

    .popup-booking__form {
        margin-top: 2.4rem
    }

    .popup-booking__fields {
        gap: 2.4rem
    }

    .popup-booking__button-primary {
        margin-top: 2.4rem
    }

    .section-header {
        gap: 2.4rem
    }

    .section-header__tabs-buttons {
        gap: 2rem
    }

    .section-contacts__content {
        padding: 2rem 0;
        margin-top: 2rem
    }

    .section-contacts__cell_left {
        flex-grow: 1
    }
}

@media only screen and (max-width: 820px) {
    .small-tablet-responsive {
        display: none !important
    }

    .section-header__cell {
        flex-basis: 100%
    }

    .section-contacts__content {
        flex-wrap: wrap;
        gap: 4.8rem
    }

    .section-contacts__cell {
        flex-basis: 100%
    }
}

@media only screen and (max-width: 580px) {
    :root {
        --main-font-size: 62.5%;
        --wrapper-offset: 1.6rem;
        --section-offset: 6.4rem;
        --marquee-gap: 1.6rem
    }

    .h1,
    .content h1 {
        font-size: 3.6rem
    }

    .h2,
    .content h2 {
        font-size: 2.8rem
    }

    .h3,
    .content h3 {
        font-size: 2rem;
        line-height: 1.4
    }

    .h4,
    .content h4 {
        font-size: 1.6rem;
        line-height: 1.25
    }

    .large-mobile-responsive {
        display: none !important
    }

    .part-header {
        padding: 1.6rem 0
    }

    .part-header__logo {
        max-width: 7.2rem
    }

    .part-footer {
        padding: 1.6rem 0
    }

    .part-footer__wrapper {
        gap: 1.6rem
    }

    .popup-menu {
        top: var(--part-header-height)
    }

    .popup-menu__wrap {
        max-width: 100%;
        padding-top: 5rem
    }

    .popup-booking__wrap {
        max-width: 100%
    }

    .popup-booking__content {
        padding-top: 1.6rem;
        padding-bottom: 1.6rem
    }

    .popup-booking__button-icon {
        top: 1rem;
        right: 1rem;
        fill: #978771
    }

    .popup-booking__button-icon .button-icon__icon {
        width: 3rem;
        height: 3rem
    }

    .popup-booking__form {
        margin-top: 1.6rem
    }

    .popup-booking__fields {
        gap: 1.6rem
    }

    .popup-booking__button-primary {
        margin-top: 1.6rem
    }

    .section-header {
        gap: 1.6rem
    }

    .section-header__tabs-buttons {
        gap: 1.6rem
    }

    .section-contacts__content {
        padding: 2.4rem 0;
        margin-top: 1.6rem
    }

    .section-contacts__map::before {
        padding-top: 122.4489795918%
    }
}

@media only screen and (max-width: 440px) {
    :root {
        --main-font-size: 2.6666666667vw
    }

    .small-mobile-responsive {
        display: none !important
    }
}

@media only screen and (min-width: 441px) {
    .from-small-mobile-responsive {
        display: none !important
    }
}

@media only screen and (min-width: 581px) {
    .from-large-mobile-responsive {
        display: none !important
    }

    .popup-booking__wrap {
        padding-left: 5.2rem
    }

    .popup-booking__button-icon {
        left: 0
    }
}

@media only screen and (min-width: 821px) {
    .from-small-tablet-responsive {
        display: none !important
    }

    .section-contacts__cell_left {
        position: relative;
        padding-right: 2.4rem
    }

    .section-contacts__cell_left::before {
        position: absolute;
        top: -2rem;
        right: 0;
        bottom: -2rem;
        left: auto;
        width: 1px;
        content: "";
        background-color: #e3d9d0
    }

    .section-contacts__cell_right {
        width: 63.244047619%;
        padding-left: 2rem
    }
}

@media only screen and (min-width: 1121px) {
    .from-large-tablet-responsive {
        display: none !important
    }

    .part-header__wrapper {
        gap: 16rem
    }

    .part-header__logo {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        max-width: 10.8rem;
        transform: translate(-50%, -50%)
    }

    .section-contacts__cell_left::before {
        top: -2.4rem;
        right: 0;
        bottom: -2.4rem;
        left: auto
    }

    .section-contacts__cell_right {
        width: 67.2619047619%;
        padding-left: 2.4rem
    }
}

@media only screen and (min-width: 1281px) {
    .from-small-desktop-responsive {
        display: none !important
    }
}

@media only screen and (min-width: 1701px) {
    .from-mackbook-responsive {
        display: none !important
    }
}

@media only screen and (min-width: 1921px) {
    .from-hd-responsive {
        display: none !important
    }
}