.bigBlock {
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 100%;
}

html {
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

.smallBlock {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px 60px;
    width: 100%;
}

.policy__link {
    text-decoration: underline;
}

.flexCol {
    display: flex;
    flex-direction: column;
}

.flexRow {
    display: flex;
    flex-direction: row;
}

.justifySpace {
    justify-content: space-between;
}

.d-show {
    display: flex;
}

.t-show {
    display: none;
}

.m-show {
    display: none;
}

@media (max-width: 1450px) {
    .bigBlock {
        padding: 8px;
    }

    .smallBlock {
        padding: 24px 20px;
    }

    .d-show {
        display: none;
    }

    .t-show {
        display: flex;
    }
}

@media (max-width: 550px) {
    .smallBlock {
        padding: 16px;
    }

    .t-show {
        display: none;
    }

    .m-show {
        display: flex;
    }
}

@media (max-width: 1450px) {
    .t-flexCol {
        flex-direction: column;
    }

    .t-flexRow {
        flex-direction: row;
    }
}

@media (max-width: 550px) {
    .m-flexCol {
        flex-direction: column;
    }

    .m-flexRow {
        flex-direction: row;
    }
}

/* UI-Kit */

.bg-main {
    background-color: #fff;
}

.bg-primary {
    background-color: #e2dbcd;
}

.bg-secondary {
    background-color: #f8f6f3;
}

.bg-primary-hovered {
    background-color: #d9cfbc;
}

.bg-primary-pressed {
    background-color: #c2b8a2;
}

.bg-secondary-hovered {
    background-color: #f0efec;
}

.bg-secondary-pressed {
    background-color: #e6e4e1;
}

.text-white {
    color: white;
}

.text-primary {
    color: #2f2e2b;
}

.text-secondary {
    color: #67655e;
}

.text-tertiary {
    color: #cdcdc8;
}

.text-secondary-hovered {
    color: #52504a;
}

.text-secondary-pressed {
    color: #3e3d38;
}

.text-tertiary-hovered {
    color: #bebeba;
}

.text-tertiary-pressed {
    color: #a9a9a4;
}

.text-error {
    color: #f9131f;
}

.border-primary {
    border-color: #c9bca4;
}

.border-secondary {
    border-color: #cdcdc8;
}

.border-error {
    border-color: #f9131f;
}

.heading-h1,
.heading-h2,
.heading-h3,
.heading-h4,
.heading-h5,
.heading-h6,
.short-l,
.short-m,
.short-s {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.heading-h1 {
    font-size: 64px;
    line-height: 74px;
}

.heading-h2 {
    font-size: 56px;
    line-height: 64px;
}

.heading-h3 {
    font-size: 48px;
    line-height: 56px;
}

.heading-h4 {
    font-size: 40px;
    line-height: 46px;
}

.heading-h5 {
    font-size: 32px;
    line-height: 36px;
}

.heading-h6 {
    font-size: 24px;
    line-height: 32px;
}

.short-l {
    font-size: 20px;
    line-height: 24px;
}

.short-m {
    font-size: 16px;
    line-height: 22px;
}

.short-s {
    font-size: 12px;
    line-height: 16px;
}

.body-l,
.body-m,
.body-med,
.body-s,
.body-smed,
.body-xs {
    font-family: "Inter Tight", sans-serif;
    letter-spacing: 0%;
}

.body-l {
    font-size: 24px;
    line-height: 30px;
}

.body-m,
.body-med {
    font-size: 18px;
    line-height: 26px;
}

.body-med {
    font-weight: medium;
}

.body-s,
.body-smed {
    font-size: 16px;
    line-height: 22px;
}

.body-smed {
    font-weight: medium;
}

.body-xs {
    font-size: 14px;
    line-height: 18px;
}

.button-solid-accent {
    background-color: #e2dbcd;
}

.button-solid-accent:hover {
    background-color: #d9cfbc;
}

.button-solid-accent:active {
    background-color: #c2b8a2;
}

.button-solid-invert {
    background-color: #fff;
}

.button-solid-invert:hover {
    background-color: #ffffffe5;
}

.button-solid-invert:active {
    background-color: #ffffffcc;
}

.button-label-invert {
    background-color: #ffffff33;
}

.button-label-invert:hover {
    background-color: #ffffff4d;
}

.button-label-invert:active {
    background-color: #ffffff66;
}

.button-label-neutral {
    background-color: #2f2e2b1a;
}

.button-label-neutral:hover {
    background-color: #2f2e2b33;
}

.button-label-neutral:active {
    background-color: #2f2e2b4d;
}

.button-flat-invert:hover {
    opacity: 0.7;
}

.button-flat-invert:active {
    opacity: 0.5;
}

.button-l {
    padding: 20px 24px;
}

.button-m {
    padding: 17px 24px;
}

.button-s {
    padding: 13px 24px;
}

.button-xs {
    padding: 9px 16px;
}

.button-interactive-size {
    padding: 13px 16px;
}

.button-action-m {
    padding: 12px;
    width: 48px;
    height: 48px;
}

.button-action-m img,
.button-action-s img {
    width: 24px;
    height: 24px;
}

.button-action-s {
    padding: 8px;
    width: 40px;
    height: 40px;
}

.button-rotate-img img {
    transition: transform 0.25s ease-in-out;
}

.button-rotate-img:hover img {
    transform: rotate(45deg);
}

.input {
    width: 100%;
    height: 54px;
    padding: 0 16px;
}

.customSelect {
    position: relative;
    width: 100%;
}

.customSelect__native {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.customSelect__trigger {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    text-align: left;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 54px;
    letter-spacing: 0;
    color: #2f2e2b;
    padding-right: 48px;
}

.customSelect__value {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: none !important;
}

.customSelect__arrow {
    position: absolute;
    right: 16px;
    top: 50%;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%232f2e2b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.25s ease-in-out;
    pointer-events: none;
}

.customSelect--open .customSelect__arrow {
    transform: translateY(-50%) rotate(180deg);
}

.customSelect__trigger:focus,
.customSelect__trigger:focus-visible,
.customSelect__trigger:active {
    outline: none;
    box-shadow: none;
}

.customSelect__options {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    z-index: 30;
    display: none;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    background-color: #f8f6f3;
    box-shadow: 0 8px 24px rgba(47, 46, 43, 0.12);
}

.customSelect--open .customSelect__options {
    display: flex;
}

.customSelect__option {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0 16px;
    height: 54px;
    cursor: pointer;
    border: none;
    background-color: #f8f6f3;
    transition: background-color 0.25s ease-in-out;
}

.customSelect__option:hover,
.customSelect__option:focus-visible {
    background-color: #d9cfbc;
    outline: none;
}

.customSelect__option--selected {
    background-color: #e2dbcd;
}

@media (max-width: 1450px) {
    .t-heading-h1,
    .t-heading-h2,
    .t-heading-h3,
    .t-heading-h4,
    .t-heading-h5,
    .t-heading-h6,
    .t-short-l,
    .t-short-m,
    .t-short-s {
        font-family: "Oswald", sans-serif;
        font-weight: 500;
        letter-spacing: 0%;
        text-transform: uppercase;
    }

    .t-heading-h1 {
        font-size: 64px;
        line-height: 74px;
    }

    .t-heading-h2 {
        font-size: 56px;
        line-height: 64px;
    }

    .t-heading-h3 {
        font-size: 48px;
        line-height: 56px;
    }

    .t-heading-h4 {
        font-size: 40px;
        line-height: 46px;
    }

    .t-heading-h5 {
        font-size: 32px;
        line-height: 36px;
    }

    .t-heading-h6 {
        font-size: 24px;
        line-height: 32px;
    }

    .t-short-l {
        font-size: 20px;
        line-height: 24px;
    }

    .t-short-m {
        font-size: 16px;
        line-height: 22px;
    }

    .t-short-s {
        font-size: 12px;
        line-height: 16px;
    }

    .t-body-l,
    .t-body-m,
    .t-body-med,
    .t-body-s,
    .t-body-smed,
    .t-body-xs {
        font-family: "Inter Tight", sans-serif;
        letter-spacing: 0%;
    }

    .t-body-l {
        font-size: 24px;
        line-height: 30px;
    }

    .t-body-m,
    .t-body-med {
        font-size: 18px;
        line-height: 26px;
    }

    .t-body-med {
        font-weight: medium;
    }

    .t-body-s,
    .t-body-smed {
        font-size: 16px;
        line-height: 22px;
    }

    .t-body-smed {
        font-weight: medium;
    }

    .t-body-xs {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 550px) {
    .m-heading-h1,
    .m-heading-h2,
    .m-heading-h3,
    .m-heading-h4,
    .m-heading-h5,
    .m-heading-h6,
    .m-short-l,
    .m-short-m,
    .m-short-s {
        font-family: "Oswald", sans-serif;
        font-weight: 500;
        letter-spacing: 0%;
        text-transform: uppercase;
    }

    .m-heading-h1 {
        font-size: 64px;
        line-height: 74px;
    }

    .m-heading-h2 {
        font-size: 56px;
        line-height: 64px;
    }

    .m-heading-h3 {
        font-size: 48px;
        line-height: 56px;
    }

    .m-heading-h4 {
        font-size: 40px;
        line-height: 46px;
    }

    .m-heading-h5 {
        font-size: 32px;
        line-height: 36px;
    }

    .m-heading-h6 {
        font-size: 24px;
        line-height: 32px;
    }

    .m-short-l {
        font-size: 20px;
        line-height: 24px;
    }

    .m-short-m {
        font-size: 16px;
        line-height: 22px;
    }

    .m-short-s {
        font-size: 12px;
        line-height: 16px;
    }

    .m-body-l,
    .m-body-m,
    .m-body-med,
    .m-body-s,
    .m-body-smed,
    .m-body-xs {
        font-family: "Inter Tight", sans-serif;
        letter-spacing: 0%;
    }

    .m-body-l {
        font-size: 24px;
        line-height: 30px;
    }

    .m-body-m,
    .t-body-med {
        font-size: 18px;
        line-height: 26px;
    }

    .m-body-med {
        font-weight: medium;
    }

    .m-body-s,
    .t-body-smed {
        font-size: 16px;
        line-height: 22px;
    }

    .m-body-smed {
        font-weight: medium;
    }

    .m-body-xs {
        font-size: 14px;
        line-height: 18px;
    }

    .m-button-xs {
        padding: 9px 16px;
    }
}
