
body:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.40);
    z-index: 8;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

body.megamenu-open:after {
    opacity: 1;
    visibility: visible;
}

.overflow-scroll {
    overflow:hidden;
}

.section__header {
    margin-bottom: 32px;
    display: flex;
    justify-content: space-between;
    column-gap: 24px;
}

.section__title>* {
    color: var(--Base-Dark, #171717);
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.8px;
}

.section__link a {
    color: var(--Base-Dark, #202020);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.2px;
    border-bottom: solid 1px transparent;
    transition: border-bottom-color .3s ease;
}

.section__link a:hover {
    border-bottom-color: var(--Base-Dark, #202020);
}

section.breadcrumb {
    margin-top: 32px;
    margin-bottom: 32px;
}

.woocommerce-breadcrumb {
    color: var(--Base-Dark, #171717);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.16px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 3px;
}

.woocommerce-breadcrumb a, .woocommerce-breadcrumb i {
    font-weight: 400;
    color: var(--Gray-6, #9A9AA2);
}

section.page__back {
    margin-top: 40px;
    margin-bottom: 40px;
}

.page__back-link {
    color: var(--Base-Dark, #171717);
    fill: var(--Base-Dark, #171717);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.42px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    column-gap: 12px;
    transition: all .3s ease;

    &:hover {
        color: var(--Dark-wine-Main, #45080D);
        fill: var(--Dark-wine-Main, #45080D);
    }
}


.article__header-sidebar, .article__body-sidebar {
    width: 100%;
    max-width: 250px;
}

.article__header, .article__body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.article__header-main, .article__body-main {
    width: 100%;
    max-width: 900px;
}

.article__wrap {
    margin-top: 56px;
    margin-bottom: 120px;
}

.wrap__section {
    margin-top: 112px;
    margin-bottom: 112px;
}

h1.article__title {
    color: var(--Base-Dark, #171717);
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 1.12px;
    margin-top: 16px;
}

.article__body {
    margin-top: 16px;
}

.article__image img {
    max-height: 460px;
    object-fit: cover;
    border-radius: 16px;
}

.article__description {
    color: var(--Base-Dark, #171717);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.2px;
    margin-top: 32px;
}

.article__navigation a {
    color: var(--Gray-6, #9A9AA2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.14px;
    display: flex;
    padding: 14px 16px;
    border-left: 1px solid var(--Gray-3, #E5E5E6);
    transition: all .3s ease;
}

.article__navigation a:hover {
    color: var(--Base-Dark, #171717);
    border-color: var(--Base-Dark, #171717);
}

.block-title {
    color: var(--Base-Dark, #171717);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.64px;
    margin-bottom: 16px;
}

.expert__opinion {
    border-radius: 12px;
    background-color: var(--Gray-1, #FAFAFA);
    padding: 24px 40px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    column-gap: 16px;
}

.expert__opinion-photo {width: 64px;height: 64px;border-radius: 50%;grid-row: 1/3;}

.expert__opinion-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.expert__opinion-label {
    color: #0C23CC;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    border-radius: 4px;
    background-color: #ECEEFE;
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    justify-content: center;
    padding: 2px 10px;
    justify-self: flex-start;
}

.expert__opinion-name {
    color: var(--Base-Dark, #171717);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.16px;
}

.expert__opinion-text {
    color: var(--Base-Dark, #171717);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.16px;
    grid-column: 3/1;
    margin-top: 24px;
}

.article__body-main section {
    margin-top: 64px;
    margin-bottom: 64px;
    width: 100%;
    max-width: 750px;
}

.simple__content-body {
    color: var(--Base-Dark, #171717);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.16px;
}

.simple__content-body p:not(:last-child) {
    margin-bottom: 8px;
}

.simple__content-body img {
    margin-top: 32px;
    margin-bottom: 32px;
}

.simple__content-body h4,
.simple__content-body h3,
.simple__content-body h2 {
    color: var(--Base-Dark, #171717);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.2px;
    margin-bottom: 8px;
}

.simple__content-body h3 {
    font-size: 20px;
    margin-bottom:20px;

}

.simple__content-body h2 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom:24px;
}

strong {
    font-weight: 600;
}

.simple__content-body ul {
    list-style: disc;
    padding-left: 18px;
}

.simple__content-body ul li:not(:last-child) {
    margin-bottom: 8px;
}

.article__body-sidebar {
    position: sticky;
    top: 40px;
    align-self: flex-start;
}

.quote {
    color: var(--Base-Dark, #171717);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.16px;
    padding: 30px 40px;
    border-radius: 12px;
    background-color: var(--Gray-1, #FAFAFA);
}

.content__image-content {
    color: var(--Base-Dark, #171717);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.16px;
    padding-right: 32px;
}

.content__image-content p:not(:last-child) {
    margin-bottom: 8px;
}

.content__image {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.content__image-title {
    grid-column: 1/3;
}

.content__image-image img {
    border-radius: 12px;
    max-height: 100%;
}

.block-article_tags {
    border-top: 1px solid var(--Gray-3, #E5E5E6);
    padding-top: 24px;
}

.article__tags-links a {
    color: var(--Base-Dark, #171717);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.16px;
    min-height: 38px;
    border-radius: 8px;
    background-color: var(--Gray-1, #FAFAFA);
    display: flex;
    padding: 8px 16px;
    transition: all .3s ease;
}

.article__tags-links {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
}

.article__tags-links a:hover {
    background-color: var(--Gray-2, #e5e5e6);
}

.hide {
    display:none!important;
}

.image-position {
    width:100%;
    height:100%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    object-fit: cover;
}

.pagination {
    .pagination__link {
        color: var(--Base-Dark, #171717);
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0.2px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 44px;
        min-width: 44px;
        padding: 4px 4px;
        border-radius: 8px;
        border: 1px solid transparent;
        transition: all .3s ease;
        
        &.pagination__link--next {
            margin-left: 8px;
        }

        &.pagination__link--prev {
            margin-right: 8px;
        }

        &.pagination__link--active {
            border-color: var(--Base-Dark, #171717);
            pointer-events: none;
        }
    }
}

.quantity {
    border-radius: 8px;
    border: 1px solid var(--Gray-2, #F2F2F2);
    background-color: var(--Gray-1, #FAFAFA);
    height: 40px;
    min-width: 112px;
    display: flex;

    input[type="number"] {
        color: var(--Gray-8---Main, #383838);
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        letter-spacing: 0.16px;
        flex: 1 0 40%;
        max-width: 44px;

        &::-webkit-outer-spin-button,
        &::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }
    }

    .quantity__button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 1 0 30%;
        transition: all .3s ease;

        &.quantity__button--minus {
            padding-left: 6px;
        }

        &.quantity__button--plus {
            padding-right: 6px;
        }

        &:hover {
            background-color: var(--Gray-2, #F2F2F2);
        }
    }
}

.spoiler__mini {

    .spoiler__body {
        display: none;
        padding-top: 18px;
    }

    .spoiler__header {
        display: flex;
        justify-content: space-between;
        column-gap: 12px;
        cursor: pointer;

        .spoiler__title {
            color: var(--Base-Dark, #171717);
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 140%;
            letter-spacing: 0.16px;
        }

        .spoiler__arrow {
            width: 20px;
            height: 20px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transition: transform .3s ease;
        }

        &.open {
            .spoiler__arrow {
                transform: rotateX(180deg);
            }
        }
    }
}

.filter__search {
    position: relative;

    input[name="s"],
    input[name*="search"] {
        width: 100%;
        min-height: 48px;
        padding: 8px calc(16px + 54px) 8px 16px;
        border: 1px solid var(--Gray-3, #E5E5E6);
        border-radius: 12px;
        background-color: var(--Gray-1, #FAFAFA);
    }

    .button__search {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 54px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        background-color: var(--Dark-wine-Main, #45080D);
        fill: #ffffff;
        transition: all .3s ease;
        overflow: hidden;
        
        &:hover {
            background-color: var(--Base-Dark, #171717);
        }

        &.is-loading {
            pointer-events: none;

            i {
                opacity: 0; 
            }

            &:before {
                content: "";
                position: absolute;
                width: 18px;
                height: 18px;
                border: 2px solid rgba(255, 255, 255, 0.6);
                border-top-color: #ffffff;
                border-radius: 50%;
                animation: fs-spin 0.8s linear infinite;
            }
        }
    }
}

.page__loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(255 255 255 / 95%);
    backdrop-filter: blur(20px);

    img {
        animation: naturalSway 1s linear infinite;
        transform-origin: center bottom;
        width: 50px;
    }
}

@keyframes naturalSway {
    0%, 100% {
        transform: rotate(0deg) scale(1);
    }
    25% {
        transform: rotate(-2.5deg) scale(1.02);
    }
    75% {
        transform: rotate(2.5deg) scale(1.02);
    }
}

@keyframes fs-spin {
    to { transform: rotate(360deg); }
}

@media (max-width: 992px) {
    .section__header {
        align-items:center;
        margin-bottom:32px;
    }
    .section__title > * {
        font-size: 28px;
        line-height: 140%;
        letter-spacing: 0.56px;
    }

    .section__link a {
        font-size:16px;
    }

    section.breadcrumb {
        margin-bottom:16px;

        .breadcrumb__wrap {
            .woocommerce-breadcrumb {
                color: var(--Gray-6, #9A9AA2);
                font-size: 14px;
                font-weight: 400;
                line-height: 140%;
                letter-spacing: 0.14px;

                a {
                    color: var(--Base-Dark, #171717);
                }

            }
        }
    }

    .pagination-block {
        .pagination {
            .pagination__links {
                a {
                    font-size: 16px;
                    line-height: 140%;
                    letter-spacing: 0.16px;
                }
                .pagination__link {
                    min-width: 40px;
                }

                .pagination__link--prev, .pagination__link--next {
                    display:none;
                }
            }
        }
    }

    main.main {
        .block-structure.block-map {
            margin-top: 60px;
            margin-bottom: 60px;
        }
    }

    .block-structure {
        .map {
            .map__wrap {
                iframe {
                    height:519px;
                }
            }
        }
        .contact {
            .contact__wrap {
                display:flex;
                flex-direction:column;
                gap:0;
                .contact__content {
                    margin-bottom:40px;

                    .contact__content-title {
                        .block-title {
                            font-size: 32px;
                            font-weight: 500;
                            line-height: 140%;
                            letter-spacing: 0.64px;
                            margin-bottom:16px;
                        }
                    }
                    .contact__content-description {
                        font-size: 16px;
                        line-height: 140%;
                        letter-spacing: 0.16px;
                    }
                }
                .contact__info {
                    .contact__items {
                        gap:24px;

                        & > *  {
                             grid-column: 1 / -1;
                        }

                        .contact__item {
                            .contact__item__name {

                            }
                            .contact__item__value, .contact__item__value a {
                                font-size: 16px;
                                font-weight: 400;
                                line-height: 140%;
                                letter-spacing: 0.16px;
                            }
                        }
                    }
                }
                .contact__form {
                    margin-top:32px;
                    .wpcf7-form {
                        padding:24px 16px;
                        .form__title {
                            font-size: 26px;
                            font-weight: 600;
                            line-height: 130%;
                            letter-spacing: 0.52px;
                            margin-bottom:16px;
                        }
                        .form__description {
                            font-size: 16px;
                            font-weight: 400;
                            line-height: 140%;
                            letter-spacing: 0.16px;
                            margin-bottom:32px;
                        }
                        .form__fields {
                            .form__element-full {
                                span {

                                }
                                .wpcf7-form-control-wrap {

                                }
                            }
                        }
                    }
                }
            }
        }
        .faq {
            .faq__wrap {
                gap:32px;
                flex-direction:column;

                .faq__content {
                    max-width:100%;

                    .faq__content-title {
                        .block-title {
                            font-size: 32px;
                            font-weight: 500;
                            line-height: 140%;
                            letter-spacing: 0.64px;
                        }
                    }
                    .faq__content-description {
                        p {
                            &:not(:last-child) {
                                margin-bottom:4px;
                             }
                        }
                    }
                }
                .faq__items {
                    .faq__item {
                        .faq__header {
                            padding: 24px 16px;
                            .faq__title {
                                font-size: 22px;
                                font-weight: 500;
                                line-height: 150%;
                                letter-spacing: 0.22px;
                            }
                            .faq__indicator {

                            }
                        }
                        .faq__body {
                            padding-left:16px;
                            margin-top:-8px;
                            padding-right:45px;
                            padding-bottom:40px;
                            p {

                            }
                        }
                    }
                }
            }
        }
    }

}

.help {
    width: 24px;
    height: 24px;
    position: relative;
    fill: var(--Gray-6, #9A9AA2);
    cursor: pointer;
    transition: fill .3s ease;
    z-index: 1;

    .help__text {
        color: var(--Gray-8---Main, #383838);
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: 0.12px;
        width: 270px;
        position: absolute;
        border-radius: 12px;
        background: var(--Base-White, #FFF);
        padding: 16px 24px;
        right: -12px;
        bottom: calc(100% + 16px);
        box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.07);
        opacity: 0;
        transform: translateY(10px);
        visibility: hidden;
        cursor: default;
        transition: all .3s ease;

        &:after {
            content: "";
            display: block;
            width: 16px;
            height: 16px;
            background-color: #ffffff;
            position: absolute;
            bottom: -8px;
            right: 16px;
            transform: rotate(45deg);
        }
    }

    &:hover {
        fill: var(--Base-Dark, #171717);

        .help__text {
            opacity: 1;
            transform: translateY(0);
            visibility: visible;
        }
    }
}

main.support__page {
    margin-top: 56px;
    margin-bottom: 56px;

    .block-map {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}

.block-structure {
    margin-top: 56px;
    margin-bottom: 20px;

    .block-map {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}


.faq {
    .faq__wrap {
        display: flex;
        column-gap: 20px;
    }

    .faq__content {
        flex-shrink: 0;
        width: 100%;
        max-width: 412px;

        .faq__content-title {
            .block-title {
                color: var(--Base-Dark, #171717);
                font-size: 40px;
                font-style: normal;
                font-weight: 500;
                line-height: 130%;
                letter-spacing: 0.8px;
            }
        }

        .faq__content-description {
            color: var(--Base-Dark, #171717);
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 140%;
            letter-spacing: 0.16px;

            a {
                color: #770E16;
            }

            p {
                &:not(:last-child) {
                    margin-bottom: 12px;
                }
            }
        }
    }
    .faq__items {
        width: 100%;

        .faq__item {
            border-radius: 12px;
            background-color: #FAFAFA;

            .faq__header {
                display: flex;
                column-gap: 12px;
                justify-content: space-between;
                align-items: center;
                cursor: pointer;
                padding: 24px 32px;
                transition: padding-bottom .3s ease;

                .faq__title {
                    color: var(--Base-Dark, #171717);
                    font-size: 26px;
                    font-style: normal;
                    font-weight: 600;
                    line-height: 130%;
                    letter-spacing: 0.52px;
                }

                .faq__indicator {
                    display: flex;
                    width: 18px;
                    position: relative;
                    align-items: center;
                    justify-content: center;

                    &:before, &:after {
                        content: "";
                        position: absolute;
                        display: block;
                        background-color: var(--Gray-8---Main, #383838);
                        transition: all .3s ease;
                    }

                    &:before {
                        width: 100%;
                        height: 2px;
                    }

                    &:after {
                        height: 18px;
                        width: 2px;
                    }
                }
            }

            .faq__body {
                color: var(--Gray-8---Main, #383838);
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 140%;
                letter-spacing: 0.16px;
                padding: 0px 32px 24px;
                display: none;

                p {
                    &:not(:last-child) {
                        margin-bottom: 8px;
                    }
                }
            }

            &.open {
                .faq__header {
                    padding-bottom: 16px;
                    
                    .faq__indicator {

                        &:after {
                            height: 0px;
                        }
                    }
                }
            }

            &:not(:last-child) {
                margin-bottom: 18px;
            }
        }
    }
}


.contact {
    .contact__wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto 1fr;
        column-gap: 20px;
        row-gap: clamp(20px, 6vw, 80px);
    }

    .contact__form {
        grid-column: 2/3;
        grid-row: 1/3;
    }

    .contact__content {

        .contact__content-title {
            .block-title {
                color: var(--Base-Dark, #171717);
                font-size: 40px;
                font-style: normal;
                font-weight: 500;
                line-height: 130%;
                letter-spacing: 0.8px;
            }
        }

        .contact__content-description {
            color: var(--Base-Dark, #171717);
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            letter-spacing: 0.2px;

            a {
                color: #770E16;
            }

            p {
                &:not(:last-child) {
                    margin-bottom: 12px;
                }
            }
        }
    }
}

.contact__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
    row-gap: 40px;

    .contact__item {

        .contact__item__name {
            color: var(--Gray-6, #9A9AA2);
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 140%;
            letter-spacing: 0.16px;
            margin-bottom: 4px;
        }

        .contact__item__value a,
        .contact__item-address .contact__item__value {
            color: var(--Base-Dark, #171717);
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 150%;
            letter-spacing: 0.2px;
        }

        .contact__item__value a {
            transition: color .3s ease;
            
            &:hover {
                color: var(--Dark-wine-2, #770E16);
            }
        }

        .contact__item-opening_hours {
            ul.contact__item__value li {
                display: flex;
                column-gap: 10px;
                justify-content: space-between;

                &:not(:first-child) {
                    margin-top: 2px;
                }
            }
        }
    }
}


.wpcf7-form {
    border-radius: 12px;
    background-color: var(--Gray-1, #FAFAFA);
    padding: 40px 56px;

    .form__title {
        color: var(--Base-Dark, #171717);
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
        letter-spacing: 0.64px;
        margin-bottom: 16px;
    }

    .form__description {
        color: var(--Base-Dark, #171717);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        letter-spacing: 0.16px;
        margin-bottom: 32px;
    }

    .form__fields {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;

        label {
            display: flex;
            flex-direction: column;
            width: 100%;

            &.form__element-half {
                flex: 1 0 calc(50% - 16px);
            }

            &.form__element-full {
                flex: 1 0 100%;
            }

            input, textarea {
                color: var(--Base-Dark, #171717);
                font-family: inherit;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 140%;
                letter-spacing: 0.16px;
                background-color: #ffffff;
                border: 1px solid var(--Gray-4, #D1D1D2);
                border-radius: 8px;
                min-height: 48px;
                max-width: 100%;
                padding: 6px 12px;
                transition: all .3s ease;

                &:hover {
                    border-color: var(--Gray-5, #bdbdc2);
                }

                &:focus {
                    border-color: var(--Gray-7, #7A7A85);
                }

                &::placeholder {
                    color: var(--Gray-6, #9A9AA2);
                    font-family: inherit;
                }
            }

            &>span {
                &:not(.wpcf7-form-control-wrap) {
                    color: var(--Base-Dark, #202020);
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 150%;
                    letter-spacing: 0.14px;
                    margin-bottom: 8px;
                }
                
                &.wpcf7-form-control-wrap {
                    display: flex;
                    flex-direction: column;
                    width: 100%;

                    input {
                        &[type="text"],
                        &[type="tel"],
                        &[type="email"] {
                            width: 100%;
                        }
                    }

                    textarea {
                        width: 100%;
                    }

                    input, textarea {
                        &.wpcf7-not-valid {
                            border-color: var(--Dark-wine-1, #92111C);
                            background-color: #FFEFF0;
                        }
                    }

                    .wpcf7-not-valid-tip {
                        color: var(--Dark-wine-1, #92111C);
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: 140%;
                        letter-spacing: 0.14px;
                        margin-top: 8px;
                    }
                }
            }

            &.required {
                &>span {
                    &:not(.wpcf7-form-control-wrap):after {
                        content: "*";
                        color: var(--Light-Red, #B71522);
                        margin-left: 2px;
                    }
                }
            }
        }
    }

    .form__button {
        margin-top: 40px;

        .button {
            width: 100%;
        }

        .wpcf7-spinner {
            display: none;
        }
    }
}

.character__counter {
    color: var(--Gray-7, #7A7A85);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.14px;
    margin-top: 4px;

    &[data-class="warning"] {
        color: var(--Orange-1, #cc8f0c);
    }

    &[data-class="error"] {
        color: var(--Light-Red, #B71522);
    }
}


.slick-slide {
    height: auto;
}

.slick-track {
    display: flex;
    align-items: stretch;
}

.slick-slide > div {
    height: 100%;
}