*,
:after,
:before {
    color: #555
}

body {
    font-family: Inter, sans-serif
}

blockquote,
body,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
label,
p {
    margin: 0
}

ol[role=list],
ul,
ul[role=list] {
    list-style: none
}

ul {
    margin: 0;
    padding: 0
}

html:focus-within {
    scroll-behavior: smooth
}

body,
html {
    background: #fff;
    color: #212121;
    font-size: 14px;
    justify-content: space-between;
    line-height: 1.5;
    text-rendering: optimizeSpeed
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%
}

main {
    flex: 1 1 auto
}

a {
    text-decoration: none
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

img,
picture {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%
}

button,
input,
select,
textarea {
    font: inherit
}

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

    *,
    :after,
    :before {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important
    }
}

a:hover {
    text-decoration: none
}

.container-fluid {
    margin: 0 auto;
    max-width: 1230px;
    padding: 0 15px;
    width: 100%
}

.swiper-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0)
}

.swiper-button-next,
.swiper-button-prev {
    outline: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none
}

.js-fade-up,
.js-stagger-up>* {
    opacity: 0;
    transform: translateY(16px)
}

.js-stagger-down>* {
    opacity: 0;
    transform: translateY(30px);
    transition: all .4s ease-in-out
}

.js-fade-in {
    opacity: 0
}

.template-block-wrapper {
    position: relative
}

.template-block-wrapper__controls {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10
}

.template-block-wrapper__controls .template-block-id {
    background-color: #131313;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    min-width: 200px;
    opacity: 0;
    padding: 8px 10px;
    text-align: center;
    transition: .25s cubic-bezier(.445, .05, .55, .95)
}

.template-block-wrapper__controls button {
    background: #3d0f33;
    color: #fff;
    padding: 8px 10px
}

@media screen and (min-width:1024px) {
    .template-block-wrapper:hover .template-block-id {
        opacity: 1
    }
}

/*!
 * Bootstrap Grid v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
    width: 100%
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (max-width: 576px){
    .form-button-cta_10-block__content_images_item2{
        display: none !important;
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x)*-.5);
    margin-right: calc(var(--bs-gutter-x)*-.5);
    margin-top: calc(var(--bs-gutter-y)*-1)
}

.row>* {
    box-sizing: border-box;
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
    width: 100%
}

.col {
    flex: 1 0 0%
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.33333333%
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}

@media (min-width:576px) {
    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:768px) {
    .col-md {
        flex: 1 0 0%
    }

    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:992px) {
    .col-lg {
        flex: 1 0 0%
    }

    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex: 1 0 0%
    }

    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:1400px) {
    .col-xxl {
        flex: 1 0 0%
    }

    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-inline-grid {
    display: inline-grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
}

.mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
}

.mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
}

.mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
}

.mx-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.my-1 {
    margin-bottom: .25rem !important;
    margin-top: .25rem !important
}

.my-2 {
    margin-bottom: .5rem !important;
    margin-top: .5rem !important
}

.my-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important
}

.my-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important
}

.my-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important
}

.my-auto {
    margin-bottom: auto !important;
    margin-top: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
}

.px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
}

.px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
}

.px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
}

.px-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
}

.py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.py-1 {
    padding-bottom: .25rem !important;
    padding-top: .25rem !important
}

.py-2 {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important
}

.py-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important
}

.py-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important
}

.py-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

@media (min-width:576px) {
    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-inline-grid {
        display: inline-grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-sm-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-sm-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-sm-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-sm-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-sm-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-sm-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-sm-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-sm-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-sm-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-sm-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-sm-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-sm-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-sm-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 3rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .px-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-sm-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-sm-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-sm-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-sm-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-sm-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-sm-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-sm-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-sm-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-sm-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-sm-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-sm-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 3rem !important
    }
}

@media (min-width:768px) {
    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: grid !important
    }

    .d-md-inline-grid {
        display: inline-grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

    .order-md-first {
        order: -1 !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-md-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-md-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-md-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-md-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-md-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-md-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-md-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-md-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-md-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-md-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-md-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-md-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-md-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 3rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .px-md-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-md-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-md-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-md-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-md-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-md-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-md-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-md-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-md-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-md-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-md-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-md-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 3rem !important
    }
}

@media (min-width:992px) {
    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-inline-grid {
        display: inline-grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

    .order-lg-first {
        order: -1 !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .order-lg-last {
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-lg-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-lg-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-lg-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-lg-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-lg-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-lg-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-lg-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-lg-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-lg-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-lg-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-lg-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-lg-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-lg-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-lg-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-lg-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-lg-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-lg-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-lg-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-lg-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-lg-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-lg-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-lg-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-lg-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-lg-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }
}

@media (min-width:1200px) {
    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-inline-grid {
        display: inline-grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .order-xl-first {
        order: -1 !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-xl-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-xl-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-xl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-xl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-xl-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-xl-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-xl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-xl-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-xl-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-xl-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-xl-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-xl-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-xl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .px-xl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-xl-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-xl-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-xl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-xl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-xl-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-xl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-xl-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-xl-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-xl-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-xl-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-xl-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }
}

@media (min-width:1400px) {
    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: grid !important
    }

    .d-xxl-inline-grid {
        display: inline-grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }

    .order-xxl-first {
        order: -1 !important
    }

    .order-xxl-0 {
        order: 0 !important
    }

    .order-xxl-1 {
        order: 1 !important
    }

    .order-xxl-2 {
        order: 2 !important
    }

    .order-xxl-3 {
        order: 3 !important
    }

    .order-xxl-4 {
        order: 4 !important
    }

    .order-xxl-5 {
        order: 5 !important
    }

    .order-xxl-last {
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-xxl-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-xxl-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-xxl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-xxl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-xxl-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-xxl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .my-xxl-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }

    .my-xxl-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }

    .my-xxl-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }

    .my-xxl-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }

    .my-xxl-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }

    .my-xxl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 3rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .px-xxl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-xxl-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-xxl-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-xxl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-xxl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-xxl-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-xxl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }

    .py-xxl-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }

    .py-xxl-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }

    .py-xxl-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .py-xxl-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }

    .py-xxl-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 3rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: grid !important
    }

    .d-print-inline-grid {
        display: inline-grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

.header {
    /* background: var(--White, #fff); */
    position: sticky;
    z-index: 99;
    content-visibility: visible !important;
}

.header {
    /* .header:before { */
    left: 0;
    top: 20px;
    width: 100%
}

.header_sale_block{
    padding: 10px;
    text-align: center;
    font-size: 16px;
    background: #f19880;
}
.header_sale_block p,
.header_sale_block p strong{
    color: #fff;
    line-height: 1.2;
}

@media (max-width: 1480px) {
    .header {
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
    }
}

/* .header:before {
    background-size: cover;
    content: "";
    filter: blur(2px);
    height: 100%;
    position: absolute
} */

.header .contain {
    position: relative;
    padding: 0;
}

.header-location {
    height: 30px;
    opacity: 1;
    transition: opacity .5s, height .5s
}

.header-location__wrap {
    align-items: center;
    display: flex;
    gap: 5px
}

.header-location__wrap__home {
    color: #8c8c8c
}

.header-location__wrap__home,
.header-location__wrap__title {
    font-family: "Manrope", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: left
}

.header-location.changed {
    height: 0;
    opacity: 0;
    overflow: hidden
}

.header__burger {
    display: none;
    height: 24px;
    position: relative;
    width: 24px
}

.header__burger:after,
.header__burger:before {
    transition: opacity .1s ease-in
}

.header__burger:before {
    background: url(../images/ico-burger..svg) no-repeat 50%;
    background-size: cover;
    opacity: 1
}

.header__burger:after,
.header__burger:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.header__burger:after {
    background: url(../images/menu-close..svg) no-repeat 50%;
    background-size: cover;
    opacity: 0
}

.header__burger.active:before {
    opacity: 0
}

.header__burger.active:after {
    opacity: 1
}

.header__content {
    display: none
}

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

.header_target_areas ul{
    gap: 24px;
}

#menu-primary{
    margin-right: 20px;
    z-index: 2;
}

#menu-primary .header_dropdown .sub-menu{
    position: absolute;
    top: 95px;
    left: -13px;
    border-radius: 8px;
    background: #F7F0EA;
    padding: 4px;
    width: calc(100% + 25px);
}

#menu-primary .header_dropdown .sub-menu li a{
    font-size: 14px;
    padding: 13px;
    background: #fff;
    display: block;
}

#menu-primary .header_dropdown .sub-menu li:not(:first-child) {
    margin-top: 4px;
}

.header_target_areas ul li a,
#menu-primary li a{
    color: #555;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
}
.header_target_areas ul li:after,
#menu-primary>li:after,
.primary_menu_mob .has-children>a:after{
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background-image: url('../images/arrow-down-dark.svg');
    transition: transform .3s;
}
.header_target_areas ul li.open:after,
#menu-primary>li.open:after,
.primary_menu_mob .has-children.open>a:after{
    transform: rotate(180deg);
}

.header_target_areas ul li,
#menu-primary>li{
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    padding: 35px 0;
}
.header__menu nav>ul {
    display: flex
}
.header_right_menu,
.header_target_areas ul{
    display: flex;
    align-items: center;
}



#menu-primary .sub-menu{
    display: none;
}

.header__menu nav>ul.header__content {
    display: none
}

.header__menu nav>ul>li+li {
    margin-left: 32px
}

.header__menu nav>ul>li>a {
    font-family: "Manrope", serif;
    font-size: 14px;
    font-weight: 700;
    height: 26px;
    position: relative;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.2px;
}

.header__menu nav>ul>li>a img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.header__menu nav>ul>li>a:hover {
    color: #555;
}

.header__menu nav>ul>li>a.mobile-show {
    display: none
}

.header_left_menu,
.header_right_menu{
    display: flex;
    position: relative;
}
.header_left_menu .header_cat_item{
    display: flex;
    align-items: center;
    color: #f19880;
    font-size: 16px;
    font-weight: 500;
    line-height: 145%;
    margin-left: 20px;
}

.mobile_menu{
    display: none;
    width: 100%;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(7.599999904632568px);
}

.mobile_filter_box .mobile_cat_item{
    padding: 12px 12px;
    display: block;
    color: #fff;
    background: #f19880;
    font-weight: 600;
    text-transform: uppercase;
}
.primary_menu_mob{
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(10px);
    padding: 4px;
    margin-top: 16px;
}
.primary_menu_mob li {
    border-radius: 4px;
}

.primary_menu_mob li:not(:first-child) {
    margin-top: 4px;
}

.primary_menu_mob li .sub-menu li{
    margin-top: 0;
}

.primary_menu_mob li a {
    padding: 12px;
    display: block;
    color: #555;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.42px;
    text-align: left;
    font-family: 'Manrope';
    font-size: 14px;
    margin-bottom: 0;
    min-height: 44px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    background: #F7F0EA;
}

.primary_menu_mob .has-children a{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.primary_menu_mob .has-children .sub-menu{
    display: none;
    margin-bottom: 10px;
}

.primary_menu_mob .has-children .sub-menu li{
    background: #fff;
}

.primary_menu_mob .has-children .sub-menu li a{
    background: #fff;
}

.header_instagram_btn{
    color: #555;
    display: flex;
    gap: 7px;
    margin-top: 15px;
    align-items: center;
    flex-direction: row;
}

.header_instagram_btn:before{
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../images/instagram.svg);
}

.desktop_search_form{
    position: absolute;
    width: calc(100% + 20px);
    top: 100%;
    left: 0;
    display: none;
    z-index: 1;
}
.mobile_menu .mobile_search_form{
    margin-top: 20px;
}

.mobile_menu form#searchform,
.desktop_search_form form#searchform{
    width: 100%;
    display: flex;
    align-items: flex-start;
    display: flex;
    gap: 4px;
    margin: 0 auto;
    max-width: 1012px;
    padding: 4px;
    border-radius: 7px;
    background: #FFF;
}

.mobile_menu input#search-input,
.desktop_search_form input#search-input{
    background-color: #fff;
    border: none;
    color: #5b5247;
    font-size: 12px;
    line-height: 135%;
    outline: none;
    padding: 15px 16px;
    padding-left: 40px;
    position: relative;
    width: 100%;
    border-radius: 4px;
    background: #F7F0EA;
    height: 40px;
}

.mobile_menu .search-input-field,
.desktop_search_form .search-input-field{
    /*width: calc(100% - 104px);*/
    width: 100%;
    position: relative;
}

.mobile_menu input#searchsubmit,
.desktop_search_form input#searchsubmit{
    width: 104px;
    height: 40px;
    color: #fff;
    border-radius: 4px;
    background: #555;
    display: none;
}

.mobile_menu .search-input-field>div:first-child:before,
.desktop_search_form .search-input-field>div:first-child:before{
    content: '';
    background-image: url(../images/icons/ico-search.svg);
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 14px;
    z-index: 9999;
    transform: translate(0, -50%);
}
.mobile_menu input[type="search"]::-webkit-search-cancel-button,
.desktop_search_form input[type="search"]::-webkit-search-cancel-button{
    -webkit-appearance: none;
    appearance: none;
    display: none;
}
.mobile_menu .search-input__input,
.desktop_search_form .search-input__input{
    position: relative;
}

.mobile_menu .search-results-dropdown,
.desktop_search_form .search-results-dropdown{
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
    background: #fff;
    top: auto;
    left: 0;
    padding: 4px;
    z-index: 9;
    border-radius: 4px;
    max-height: 300px;
    overflow: auto;
}

.desktop_search_form .search-results-dropdown{
    border-radius: 0 0 4px 4px;
    border: 1px solid #f7f0ea;
    padding: 0px;
    background: #fbfbfb;
}
/* Chrome, Edge, Safari */
.search-results-dropdown::-webkit-scrollbar {
    width: 10px;
}
.search-results-dropdown::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 8px;
}
.search-results-dropdown::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 8px;
}
.search-results-dropdown::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Firefox */
.search-results-dropdown {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}
.search-results-dropdown a {
    display: block;
    padding: 10px;
    color: #555;
    /*background: #f7f0ea;*/
    margin-top: 4px;
    /*border-radius: 4px;*/
    font-size: 12px;
    position: relative;
    display: flex;
    border-radius: 0;
    transition: background .3s;
}
.desktop_search_form .search-results-dropdown a:hover{
    background: #f7f0ea;
}
.search-results-dropdown .no-results{
    color: #555;
    padding: 10px;
}

.search-results-dropdown a.view_all_results{
    justify-content: center;
    background: #E5D9D0;
}

.search-results-dropdown .search-result-item:before{
    content: '';
    background-image: url(../images/icons/ico-search.svg);
    background-size: contain;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-right: 5px;
}

@media screen and (max-width:991px) {
    .header__menu nav>ul>li>a.mobile-show {
        display: block
    }
    .header_target_areas{
        display: none;
    }
    .header_left_menu,
    .header_right_menu,
    .header_left_menu .header_cat_item{
        display: none;
    }
    .mobile_menu{
        display: block;
    }
    .header_sale_block{
        font-size: 14px;
    }
}

.header__menu nav>ul>li.account {
    display: none
}

.header__menu nav>ul>li:nth-of-type(2) {
    margin: 0
}

.header__menu-bg {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.header__menu-mobile {
    display: none
}

@media screen and (max-width:991px) {
    .header__menu-mobile {
        background: #fff;
        bottom: 0;
        display: block;
        display: flex;
        flex-direction: column;
        height: calc(100vh - 80px);
        justify-content: space-between;
        left: 0;
        opacity: 0;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 20px 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 100%;
        transform: translateX(-100%);
        transition: .25s ease-in-out;
        z-index: 10
    }

    .header__menu-mobile.is-open .header__menu-mobile-banner {
        opacity: 0
    }

    .header__menu-mobile>ul {
        align-items: flex-start;
        display: flex;
        flex-direction: column
    }

    .header__menu-mobile>ul>li {
        border-bottom: 1px solid #f2f2f2;
        width: 100%
    }

    .header__menu-mobile>ul>li>a {
        align-items: center;
        color: #0d0d0d;
        display: flex;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        justify-content: space-between;
        letter-spacing: .72px;
        line-height: 120%;
        padding: 15px;
        text-transform: uppercase;
        width: 100%
    }

    .header__menu-mobile>ul>li>a span {
        align-items: center;
        display: flex;
        height: 20px;
        justify-content: center;
        position: relative;
        width: 20px;
        z-index: 2
    }

    .header__menu-mobile .header__menu-mobile-banner {
        padding: 0 15px
    }

    .header__menu-mobile .header__menu-mobile-banner a {
        position: relative
    }

    .header__menu-mobile .header__menu-mobile-banner a img,
    .header__menu-mobile .header__menu-mobile-banner a picture {
        margin-bottom: 20px
    }

    .header__menu-mobile .header__menu-mobile-banner .caption {
        align-items: center;
        color: #0d0d0d;
        display: flex;
        font-family: Bodoni;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        justify-content: space-between;
        letter-spacing: -.6px;
        line-height: 32px;
        position: relative;
        text-transform: uppercase
    }

    .header__menu-mobile .header__menu-mobile-banner .caption:after {
        background: url(../images/ico-arrow..svg) no-repeat;
        content: "";
        display: inline-block;
        height: 24px;
        transition: .25s ease-in-out;
        width: 24px
    }
}

.header__wrap {
    align-items: center;
    display: flex;
    height: 90px;
    justify-content: space-between;
    position: relative;
    background: #F7F0EA;
    border-radius: 8px;
    padding-left: 20px;
    padding-right: 20px;
}

.header__logo {
    /* height: calc(100% - 20px); */
    left: 47%;
    max-width: 175px;
    position: absolute;
    /* top: 39px; */
    transform: translateX(-50%);
    z-index: 105
}

.header__logo span.square {
    background: #fd9cba;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    transition: 1.5s cubic-bezier(.215, .61, .355, 1) .05s;
    width: 30px;
    z-index: 4
}

@media screen and (max-width:991px) {
    .header__logo span.square {
        height: 12px;
        right: 0;
        top: 0;
        width: 12px
    }
}

.header__logo span.green-square {
    animation: spinsquare 1s linear infinite;
    background: #555;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    transition: 1.5s cubic-bezier(.215, .61, .355, 1) .05s;
    width: 30px;
    z-index: 6
}

@media screen and (max-width:991px) {
    .header__logo span.green-square {
        height: 19px;
        width: 19px
    }
}

.header__logo span.green-square.hid-square {
    opacity: 0;
    transition-delay: .8s;
    transition-duration: .4s
}

.header__logo a {
    display: flex;
    height: 100%;
    align-items: center;
}

.header__logo img {
    display: block;
    /* height: 154px; */
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
    transition: .6s cubic-bezier(.22, .61, .36, 1);
    width: auto;
    z-index: 5
}

@media screen and (max-width:991px) {
    .header__logo img {
        max-width: 113px !important;
    }
}


.header__logo.changed span.green-square,
.header__logo.changed span.square {
    height: 12px;
    width: 12px
}

.header__icons ul {
    display: flex
}

.header__icons ul li+li {
    margin-left: 20px
}

.header__icons ul li a {
    display: flex;
    height: 18px;
    width: 18px
}

.header-controls__basket {
    position: relative
}

.header-controls__basket-count {
    align-items: center;
    background: #555;
    bottom: -10px;
    color: #fff;
    display: flex;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    height: 16px;
    justify-content: center;
    line-height: 1em;
    position: absolute;
    right: -7px;
    width: 16px
}

.header-controls-mobile {
    display: none
}

@media screen and (max-width:991px) {
    .header-controls-mobile {
        display: flex
    }

    .header-controls-mobile ul {
        align-items: center;
        display: flex;
        gap: 10px
    }

    .header-controls-mobile ul li:first-child {
        display: none !important
    }

    .header-controls-mobile ul a.auth-user {
        position: relative
    }

    .header-controls-mobile ul a.auth-user img {
        opacity: 0
    }

    .header-controls-mobile ul a.auth-user:after {
        background: url(../images/auth-user..svg) 50% no-repeat;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10
    }
}

/*.header-controls .link-shop {*/
/*    margin-bottom: 0;*/
/*    font-family: "Manrope", serif;*/
/*    font-size: 14px;*/
/*    font-weight: 700;*/
/*    height: 26px;*/
/*    position: relative;*/
/*    text-align: left;*/
/*    font-size: 16px;*/
/*    font-weight: 400;*/
/*    line-height: 23.2px;*/
/*    text-transform: none;*/
/*    color: #555555;*/
/*    align-items: center;*/
/*}*/

.header_right_menu .header_btn{
    text-transform: unset;
    color: #555;
    font-weight: 500 !important;
    line-height: 145% !important;
    border: 1px solid;
    padding: 8px 12px;
    display: block;
    height: auto;
    border-radius: 4px;
    border: 1px solid #D9CDC4;
}

.header_right_menu .header_btn:hover{
    background: #E5D9D0;
    color: #555 !important;
}

.header-controls ul li {
    align-items: center;
    display: flex;
    position: relative
}

.header-controls ul li.item-basket,
.header-controls ul li.item-profile,
.header-controls ul li.item_wishlist,
.header-controls ul li.item_search{
    margin-left: 18px !important
}

.header-controls ul li a {
    color: #0d0d0d;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 95.695%;
    position: relative;
    text-transform: uppercase
}

.header-controls ul li .header-profile {
    background: #fff;
    border: 1px solid #555;
    left: calc(50% - 72px);
    opacity: 0;
    position: absolute;
    top: 40px;
    transition: all .4s ease-in-out;
    visibility: hidden;
    width: 160px;
    z-index: 10
}

.header-controls ul li .header-profile li {
    border-bottom: 1px solid #555;
    margin: 0;
    padding: 0
}

.header-controls ul li .header-profile li:nth-child(2){
    background: #fffbf8;
}

.header-controls ul li .header-profile li:last-child {
    border-bottom: 0
}

.header-controls ul li .header-profile li:last-child a {
    align-items: center;
    color: #999;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.header-controls ul li .header-profile li:last-child a svg path {
    stroke: #999;
    transition: all .4s ease-in-out
}

.header-controls ul li .header-profile li:last-child a:hover {
    background: #e7e7e7;
    color: #111
}

.header-controls ul li .header-profile li:last-child a:hover svg path {
    stroke: #111;
    transition: all .4s ease-in-out
}

.header-controls ul li .header-profile li a {
    color: #0d0d0d;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    padding: 10px;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    transition: all .4s ease-in-out;
    width: 100%
}

.header-controls ul li .header-profile li a:hover {
    background: #f7f0ea;
    color: #555;
    text-decoration: none;
    transition: all .4s ease-in-out
}

.header-search {
    background: #fff;
    bottom: 0;
    height: calc(100vh - 100px);
    left: 0;
    opacity: 0;
    overflow: auto;
    padding: 30px 0 20px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 100px;
    transition: .25s ease-in-out;
    z-index: 15
}

.header-search::-webkit-scrollbar {
    background-color: #e4e4e4;
    border-radius: 8px;
    height: 8px;
    width: 8px
}

.header-search::-webkit-scrollbar-thumb {
    background-color: #a6a6a6;
    border-radius: 8px
}

.header-search.is-active {
    opacity: 1;
    pointer-events: all
}

.header-search__form {
    position: relative
}

.header-search__form form input {
    border: 0;
    border-bottom: 1px solid #f2f2f2;
    color: #1a1a1a;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 95.695%;
    outline: none;
    padding-bottom: 15px;
    text-transform: uppercase;
    width: 100%
}

.header-search__form form input::-moz-placeholder {
    color: #ccc
}

.header-search__form form input::placeholder {
    color: #ccc
}

.header-search__form-clear {
    align-items: center;
    background: #f2f2f2;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 24px;
    justify-content: center;
    opacity: 0;
    outline: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: .25s ease-in-out;
    width: 24px
}

.header-search__form-clear.active {
    opacity: 1
}

.header-search__form-clear svg path {
    transition: .25s ease-in-out
}

@media screen and (min-width:1024px) {
    .header-search__form-clear:hover svg path {
        stroke: #5f5f5f
    }
}

.header-search__result {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
    min-height: 250px
}

.header-search__result.load {
    position: relative
}

.header-search__result.load:before {
    background: #fff;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .9;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10
}

.header-search__result.load:after {
    animation: spin 1s ease-in-out infinite;
    border: 3px solid #9c2e86;
    border-radius: 50%;
    border-top-color: transparent;
    content: "";
    height: 48px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    z-index: 11
}

.header-search__result .item {
    width: calc(25% - 15px)
}

.header-search__result .item:nth-child(4n) {
    margin-right: 0
}

.header-search__result .item .card__marker,
.header-search__result .item .card__tag {
    display: none
}

.header-search__result-notfound {
    padding-top: 30px
}

.header-search__result-notfound p {
    color: #666;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 20px
}

.header-search__result-notfound a {
    height: 40px;
    width: 180px
}

.header-inside .header__menu nav>ul>li>a {
    font-family: "Manrope", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.2px;
}

.header-inside .header-controls__basket-count {
    /*font-family: Editor;*/
    font-weight: 700
}

.header-inside a.is-active {
    color: #555;
}

@media screen and (max-width:991px) {
    .header-inside .header__logo span.square {
        height: 8px;
        right: 2px;
        top: 2px;
        width: 8px
    }
}

.header-inside .header__logo span.green-square {
    height: 12px;
    width: 12px
}

@media screen and (max-width:991px) {
    .header-inside .header__logo span.green-square {
        height: 10px;
        width: 10px
    }

    /* .header-inside .header__logo {
        top: 10px
    } */
}



@media screen and (max-width:991px) {
    .header-inside .header__logo img {
        height: 49px
    }
}

.header .basket-dropdown {
    background: #fff;
    border: 1px solid #555;
    opacity: 0;
    padding: 16px;
    position: absolute;
    right: -40px;
    top: 40px;
    transition: all .4s ease-in-out;
    visibility: hidden;
    width: 360px;
    z-index: 10
}

.header .basket-dropdown__button .button-pink {
    color: #fff
}

.header .basket-dropdown__button .button-light,
.header .basket-dropdown__button .button-pink {
    display: block;
    font-family: "Manrope";
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    text-transform: none
}

.header .basket-dropdown__button .button-light {
    color: #555;
    margin: 10px 0 0
}

.header .basket-dropdown__button .button-light:hover {
    color: #555
}

.header .basket-dropdown__total {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 20px 0
}

.header .basket-dropdown__total p {
    color: #1a1a1a;
    font-family: "Manrope", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px;
    margin: 0;
    text-align: left;
    text-transform: none
}

.header .basket-dropdown__total p span {
    color: #777;
    display: block;
    font-family: "Manrope", serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.52px;
    text-align: left;
    text-transform: none
}

.header .basket-dropdown__total p.price {
    color: #555;
    font-family: Editor;
    font-size: 18px;
    font-weight: 700;
    line-height: 23.4px;
    margin: 0 0 0 15px
}

.header .basket-dropdown__scroll {
    display: block;
    height: 350px;
    margin: 0 -10px 0 0;
    overflow-y: auto;
    padding: 0 10px 0 0
}

.header .basket-dropdown__scroll::-webkit-scrollbar {
    width: 3px
}

.header .basket-dropdown__scroll::-webkit-scrollbar-thumb {
    background: #555
}

.header .basket-dropdown__item {
    align-items: center;
    display: flex;
    margin: 0 0 24px
}

.header .basket-dropdown__item .delete {
    border: 0;
    color: #666;
    font-family: "Manrope", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    padding: 0;
    text-align: center;
    text-decoration: underline;
    text-transform: none !important
}

.header .basket-dropdown__item .delete:hover {
    color: #666;
    text-decoration: none
}

.header .basket-dropdown__item_image {
    display: block;
    height: 100px;
    margin: 0 16px 0 0;
    max-width: 100px;
    min-width: 100px
}

.header .basket-dropdown__item_image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.header .basket-dropdown__item_content {
    width: 100%
}

.header .basket-dropdown__item_content a.link {
    color: #555;
    font-family: Editor;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    margin: 0 0 9px;
    text-align: left;
    text-decoration: none;
    text-transform: none
}

.header .basket-dropdown__item_content a.link:hover {
    color: #555;
    text-decoration: underline
}

.header .basket-dropdown__item_content .main-product__content_quantity {
    align-items: center;
    display: flex;
    margin: 0 0 6px
}

.header .basket-dropdown__item_content .main-product__content_quantity .basket__list-item-quantity {
    margin: 0
}

.header .basket-dropdown__item_content .main-product__content_quantity .basket__list-item-price {
    display: block;
    font-size: 16px;
    line-height: 20px
}

.header .basket-dropdown__item_content .main-product__content_quantity .basket__list-item-price .item-price {
    margin: 0 20px 0 0
}

.header .basket-dropdown__item_content .main-product__content_quantity .basket__list-item-price .item-price span {
    font-size: 14px;
    line-height: 18px;
    margin: 0
}

.header .basket-dropdown__item_content .main-product__content_quantity .basket__list-item-price .delete {
    border: 0;
    color: #666;
    font-family: "Manrope", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    padding: 0;
    text-align: center;
    text-decoration: underline;
    text-transform: none
}

.header .basket-dropdown__item_content .main-product__content_quantity .basket__list-item-price .delete:hover {
    color: #666;
    text-decoration: none
}

.header .item-profile:hover .header-profile {
    opacity: 1;
    transition: all .4s ease-in-out;
    visibility: visible
}

.entrance-popap {
    align-items: flex-start;
    background: #fff;
    border: 1px solid #555;
    cursor: pointer;
    display: flex;
    left: calc(50% - 85px);
    opacity: 0;
    padding: 10px;
    position: absolute;
    top: 40px;
    transition: all .4s ease-in-out;
    visibility: hidden;
    width: 160px;
    z-index: 15
}

.entrance-popap img {
    display: block;
    margin: 2px 11px 0 0;
    max-width: 12px;
    width: 100%
}

.entrance-popap p {
    color: #111;
    font-family: "Manrope", serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.32px;
    margin: 0;
    text-align: left
}

.header .item-basket:hover .basket-dropdown,
.header .item-profile:hover .entrance-popap {
    opacity: 1;
    transition: all .4s ease-in-out;
    visibility: visible
}

.header_desktop_big_menu{
    border-radius: 12px;
    background: #F7F0EA;
    padding: 4px;
    display: none;
    position: absolute;
    width: 100%;
    top: 94px;
    z-index: 3;
}

.header_desktop_big_menu img{
    border-radius: 6px;
}

.visage-columns{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 40px 60px;
    background: #fff;
    gap: 20px;
    border-radius: 12px;
}

.visage-columns ul li{
    color: #333;
    line-height: 130%;
    padding: 8px 0;
}

.visage-columns .header_cols_title{
    color: #999;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 10px;
    display: block;
}

.visage-columns img{
    margin-bottom: 20px;
}

@media screen and (max-width:1480px) {
    /* .header__menu.open{
        padding: 0 15px;
    } */
}

@media screen and (max-width:991px) {
    .header.open .header__burger:before {
        opacity: 0
    }

    .header.open .header__burger:after {
        opacity: 1
    }

    .header.open .second-menu {
        opacity: 1;
        visibility: visible
    }

    .header__logo {
        height: 50px;
        left: 50%;
        position: absolute;
        top: auto;
        /* transform: translateX(-50%) */
    }

    .header__logo.changed {
        top: auto;
        bottom: auto;
    }

    .header__burger {
        display: block
    }

    .header__wrap {
        height: 80px
    }

    .header .sub-menu.open .second-menu__wrap {
        height: calc(var(--app-height) - 80px)
    }

    .header .sub-menu.open .second-menu__btn,
    .header .sub-menu.open .second-menu__item {
        opacity: 1;
        visibility: visible
    }

    .header .sub-menu.open .second-menu__product {
        opacity: 0;
        visibility: hidden
    }

    .header .sub-menu__open {
        background: url(../images/ico-arrow-left..svg) no-repeat 50%;
        background-position: 0;
        display: flex;
        height: 16px;
        transform: scaleX(-1);
        width: 30px
    }

    .header__menu {
        align-items: flex-start;
        flex-direction: column;
        height: calc(100vh - 145px);
        justify-content: flex-start;
        opacity: 0;
        overflow-y: auto;
        padding: 0;
        transition: all .4s ease-in-out;
        visibility: hidden;
        position: absolute;
        top: 100%;
        width: 100vw;
        left: -15px;
    }

    .logged-in .header__menu {
        height: calc(100vh - 192px);
    }




    .header__menu.open {
        opacity: 1;
        transition: all .4s ease-in-out;
        visibility: visible
    }

    .header__menu.open nav {
        width: 100%
    }

    .header__menu.open .header-controls {
        display: none
    }

    .header__menu.open .header__content {
        display: block
    }

    .header__menu.open .header__content a {}

    .header__menu.to-top {
        height: calc(100vh - 80px);
    }

    .header__menu .second-menu {
        top: 80px
    }

    .header__menu .second-menu__wrap {
        background: #fff;
        flex-direction: column;
        height: 0;
        left: 0;
        padding: 0;
        position: fixed;
        top: 80px;
        width: 100%;
        z-index: 1
    }

    .header__menu .second-menu__btn,
    .header__menu .second-menu__item {
        opacity: 0;
        transition: opacity .2s, visibility .2s ease-in-out;
        visibility: hidden
    }

    .header__menu .second-menu__btn {
        display: flex
    }

    .header__menu .second-menu__item {
        border-bottom: 1px solid var(--grey-50, #f2f2f2);
        order: 1;
        padding: 20px 4%;
        width: 100%
    }

    .header__menu .second-menu__item:first-of-type {
        padding: 20px 4%
    }

    .header__menu .second-menu__item ul li+li {
        margin-top: 24px
    }

    .header__menu .second-menu__item ul li span {
        font-size: 1.6rem;
        margin-bottom: 32px
    }

    .header__menu .second-menu__item ul li a {
        font-size: 1.6rem
    }

    .header__menu .second-menu__product {
        bottom: 10px;
        padding: 15px;
        position: fixed;
        right: 0;
        width: 100%
    }

    .header__menu .second-menu__product .images {
        padding-bottom: 283px
    }

    .header__menu nav>ul {
        flex-direction: column
    }

    .header__menu nav>ul>li {
        border-bottom: 1px solid #f2f2f2;
        margin: 0;
        padding: 21px 15px
    }

    .header__menu nav>ul>li+li {
        margin-left: 0
    }

    .header__menu nav>ul>li a {
        height: auto;
        width: auto
    }

    .header__menu nav>ul>li.account {
        display: block
    }

    .header__menu nav>ul>li.account a {
        background: url(../images/icons/auth-user.svg) 0 0 no-repeat;
        font-family: Editor;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: .04em;
        line-height: 16.8px;
        padding: 0 0 0 30px;
        text-align: left;
        text-decoration: none
    }

    .header__menu nav>ul>li.account a {
        background-position: left center;
        background-size: contain;
    }

    .header__menu-bg {
        display: block
    }


    .header-search {
        height: calc(var(--app-height) - 80px);
        top: 80px
    }

    .header-search__result {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 20px
    }

    .header-search__result .item {
        width: calc(50% - 10px)
    }

    .header-search__result .item:nth-child(4n) {
        margin-right: 20px
    }

    .header-search__result .item:nth-child(2n) {
        margin-right: 0
    }
}

.loader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999
}

.loader:after {
    animation: spin 2s linear infinite;
    border: .3rem solid #f2efeb;
    border-radius: 50%;
    border-top-color: #9c2e86;
    content: "";
    height: 6rem;
    left: 50%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6rem;
    z-index: 60
}

.loader.loaded {
    opacity: 1;
    transform: translateY(calc(-100% - var(--app-height)));
    transition: 2s cubic-bezier(.79, .22, .31, .73)
}

@keyframes spinsquare {
    0% {
        transform: rotate(0deg)
    }

    40% {
        transform: rotate(180deg)
    }

    50% {
        transform: rotate(180deg)
    }

    90% {
        transform: rotate(1turn)
    }

    to {
        transform: rotate(1turn)
    }
}

#preloader {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1003
}

#preloader:after {
    background: #000;
    content: "";
    opacity: .6;
    z-index: 1001
}

#preloader .preloader__bg,
#preloader:after {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

#preloader .preloader__bg img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

#preloader .preloader__logo {
    position: relative;
    z-index: 1002
}

#preloader .preloader__logo img {
    position: relative;
    width: 150px;
    z-index: 1002
}

.error_4 {
    background-color: #000;
    flex: 1 1 auto
}

.error_4-flex {
    align-items: flex-start;
    background-position: 50%;
    background-size: cover;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 515px);
    justify-content: center;
    min-height: 740px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.error_4-flex .contain {
    width: 100%
}

.error_4-flex .text-container a,
.error_4-flex .text-container h1,
.error_4-flex .text-container p {
    position: relative;
    z-index: 1
}

.error_4-flex .text-container h1 {
    color: #333;
    display: inline-block;
    font-family: "Manrope";
    font-weight: 700;
    margin-bottom: 16px;
    text-align: left
}

.error_4-flex .text-container h1 span {
    color: #333;
    position: relative;
    font-family: "Hello Branch", sans-serif;
    font-size: 60px;
}


.error_4-flex .text-container p {
    color: #333;
    width: 350px
}

.error_4-flex .text-container .weight_500 {
    font-family: Editor;
    font-size: 28px;
    font-weight: 700;
    line-height: 2.275rem;
    margin: 0 0 8px
}

.error_4-flex .text-container .weight_400 {
    font-size: 16px;
    font-weight: 300;
    line-height: 150%
}

.error_4-flex .text-container a {
    margin-top: 50px
}

.error_4-flex .background-image-container {
    background-color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media screen and (max-width:991px) {
    .error_4-flex {
        align-items: center;
        justify-content: unset;
        min-height: 640px
    }

    .error_4-flex .background-image-container {
        background-position: 50%;
        background-size: cover
    }

    .error_4-flex .background-image-container:before {
        background: linear-gradient(180deg, hsla(0, 0%, 100%, .6), hsla(0, 0%, 100%, 0))
    }

    .error_4-flex .text-container {
        padding-left: 0;
        position: absolute;
        top: 50px;
        width: 315px
    }

    .error_4-flex .text-container a,
    .error_4-flex .text-container h1,
    .error_4-flex .text-container p {
        position: relative;
        z-index: 1
    }

    .error_4-flex .text-container h1 {
        margin-bottom: 10px;
        padding-top: 5px
    }

    .error_4-flex .text-container p {
        width: 100%
    }

    .error_4-flex .text-container .weight_500 {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.375rem
    }

    .error_4-flex .text-container .weight_400 {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.375rem
    }

    .error_4-flex .text-container a {
        margin-top: 10px;
        width: 100%
    }
}

.form-button-cta_3 {}

@media screen and (max-width:767px) {
    .form-button-cta_3 {
        background-size: cover
    }
}

.form-button-cta_3-block {
    height: 340px;
    position: relative
}

.form-button-cta_3-block__button {
    display: flex;
    font-family: "Manrope", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    justify-content: center;
}

.instagram .form-button-cta_3-block__button {
    margin-bottom: 40px;
}

.instagram .form-button-cta_3-block__button a{
    color: #555;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.form-button-cta_3-block img,
.form-button-cta_3-block picture {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    border-radius: 8px;
}

.form-button-cta_3-block__content {
    align-items: flex-start;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 60px;
    max-width: 580px;
    position: absolute;
    top: 0;
    z-index: 3
}

.form-button-cta_3-block__content .text {
    align-items: center;
    display: flex;
    flex-direction: row
}

.form-button-cta_3-block__content .text h2 {
    font-family: Editor;
    font-size: 36px;
    font-weight: 700;
    line-height: 2.925rem;
    margin: 0 0 24px
}

@media screen and (max-width:767px) {
    .form-button-cta_3-block__content .text h2 {
        font-size: 28px;
        line-height: 36px
    }
}

.form-button-cta_3-block__content .text h2 span {
    color: #555;
    position: relative;
    font-family: "Manrope";
    font-size: 36px;
    font-weight: 400;
    line-height: 43.2px;
    letter-spacing: -0.02em;
}



@media screen and (max-width:767px) {
    .form-button-cta_3-block__content .text h2 span {
        line-height: 1.5;
        font-size: 28px;
    }
}

.form-button-cta_3-block__content .text img {
    height: 19px;
    margin-bottom: 30px;
    margin-left: 20px;
    width: 19px
}

.form-button-cta_3-block__content a {
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: center;
    width: 306px;
    background: #333333;
    text-decoration: none;
    padding: 5px;
    font-size: 14px;
}

.form-button-cta_3-block__content a:hover {
    --tw-bg-opacity: 1;
    background-color: #555;
}


.form-button-cta_3-block p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    margin: 0 0 24px;
    color: #777;
    max-width: 400px;
}

@media screen and (max-width:991px) {
    .form-button-cta_3-block {
        height: 500px
    }
    .header-controls ul li.item-basket,
    .header-controls ul li.item-profile,
    .header-controls ul li.item_search{
        margin-left: 10px !important;
    }
}

@media screen and (max-width:1199px) {
    .form-button-cta_3-block__content {
        left: 40px
    }
    .header_target_areas ul{
        gap: 15px;
    }
    .header_left_menu .header_cat_item{
        margin-left: 15px;
    }
    .header-controls ul li.item-basket,
    .header-controls ul li.item-profile,
    .header-controls ul li.item_search{
        margin-left: 20px !important;
    }
    .header__logo img{
        max-width: 130px;
    }
    .header__menu nav>ul>li>a,
    .header_target_areas ul li a,
    #menu-primary li a{
        font-size: 14px;
    }
    .header__menu nav>ul>li>a img{
        width: 20px;
    }
    #menu-primary{
        margin-right: 15px;
    }
}

@media screen and (max-width:767px) {
    .form-button-cta_3-block__content {
        bottom: 20px;
        left: 20px;
        max-width: 100%;
        right: 20px;
        top: auto
    }

    .form-button-cta_3-block__content p {
        font-size: 14px;
        line-height: 1.375rem;
        margin: 0 0 20px
    }

    .form-button-cta_3-block__content h2 {
        margin: 0 0 20px
    }
    .header-controls ul li img{
        max-width: 21px;
    }
}

.video-wrap {
    overflow: hidden;
    padding-bottom: 60%;
    position: relative
}

.video-wrap.loaded video {
    transform: scale(1)
}

.video-wrap.loaded .lazy-placeholder,
.video-wrap.loaded>img {
    opacity: 0
}

.video-wrap img {
    border-radius: inherit;
    bottom: 0;
    right: 0;
    transition: .3s ease-in;
    transition-delay: .3s;
    z-index: 2
}

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

.video-wrap video {
    display: block;
    transform: scale(1.5);
    transition: .6s ease-in;
    transition-delay: .6s
}

.video-wrap .lazy-placeholder {
    background: #fff;
    bottom: -1px;
    display: block;
    height: calc(100% + 2px);
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px;
    transition: .3s ease-in;
    transition-delay: .3s;
    width: calc(100% + 2px);
    z-index: 3
}

.video-wrap .lazy-placeholder:after {
    animation: spin 1s linear infinite forwards;
    border: 4px solid #dd00f3;
    border-radius: 50%;
    border-right-color: transparent;
    content: "";
    height: 40px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    z-index: 3
}

.video-wrap .lazy-placeholder.loaded:after {
    content: unset
}

.img-wrap {
    height: 100%;
    margin-bottom: 40px;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    width: 100%
}

.img-wrap.loaded:after,
.img-wrap.loaded:before {
    opacity: 0
}

.img-wrap.loaded img {
    transform: scale(1)
}

.img-wrap:before {
    background: #f0f0f0;
    bottom: 0;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    width: 100%
}

.img-wrap:after,
.img-wrap:before {
    content: "";
    position: absolute;
    transition: opacity .3s ease-in;
    transition-delay: .5s;
    z-index: 3
}

.img-wrap:after {
    animation: spin 1s linear infinite forwards;
    border: 4px solid #dd00f3;
    border-radius: 50%;
    border-right-color: transparent;
    height: 40px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px
}

.img-wrap img,
.img-wrap picture {
    display: block;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.img-wrap img {
    transform: scale(1.5);
    transition: .6s ease-in;
    transition-delay: .5s
}

.separator {
    height: auto;
    overflow: hidden;
    width: 100%
}

@media screen and (max-width:767px) {
    .separator {
        height: 60px
    }
}

.separator img {
    width: 100%
}

@media screen and (max-width:767px) {
    .separator img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.text-block_9__content {
    align-items: center;
    display: flex;
    flex-direction: row
}

.text-block_9__content h2 {
    font-family: Editor;
    font-size: 36px;
    font-weight: 700;
    line-height: 46.8px;
    text-align: center
}

.text-block_9__content h2 span {
    color: #555;
    position: relative
}

.text-block_9__content h2 span:after {
    background: #555;
    bottom: 10px;
    content: "";
    height: 20px;
    position: absolute;
    right: -31px;
    width: 20px
}

.text-block_9__content img {
    height: 19px;
    margin-bottom: 20px;
    margin-left: 5px;
    width: 19px
}

.text-block_9 p {
    font-family: "Manrope", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    margin: 0 0 10px;
    text-align: left
}

.text-block_9 p:last-child {
    margin: 0
}

.text-block_9 p.note {
    font-weight: 500
}

.text-block_9__image {
    height: 677px;
    margin: 0 0 0 30px;
    width: 100%
}

.text-block_9__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

@media screen and (max-width:1199px) {
    .text-block_9__image {
        height: 575px;
        margin: 0
    }
}

@media screen and (max-width:991px) {
    .text-block_9 h2 {
        font-size: 40px;
        line-height: 3.125rem
    }

    .text-block_9__image {
        height: 470px
    }
}

@media screen and (max-width:767px) {
    .text-block_9 h2 {
        font-size: 32px;
        line-height: 2.75rem
    }

    .text-block_9__image {
        margin: 30px 0 0;
        max-width: 100%
    }
}

@media screen and (max-width:575px) {
    .text-block_9__image {
        height: 330px
    }
}

.text-block_9_reverse__content {
    align-items: center;
    display: flex;
    flex-direction: row
}

.text-block_9_reverse__content h2 {
    font-family: Editor;
    font-size: 36px;
    font-weight: 700;
    line-height: 46.8px;
    text-align: center
}

.text-block_9_reverse__content h2 span {
    color: #555;
    position: relative
}

.text-block_9_reverse__content h2 span:after {
    background: #555;
    bottom: 10px;
    content: "";
    height: 20px;
    position: absolute;
    right: -31px;
    width: 20px
}

.text-block_9_reverse__content img {
    height: 19px;
    margin-bottom: 20px;
    margin-left: 5px;
    width: 19px
}

.text-block_9_reverse p {
    font-family: "Manrope", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    margin: 0 0 10px;
    text-align: left
}

.text-block_9_reverse p:last-child {
    margin: 0
}

.text-block_9_reverse p.note {
    font-weight: 500
}

.text-block_9_reverse__image {
    height: 677px;
    margin: 0 30px 0 0
}

.text-block_9_reverse__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

@media screen and (max-width:1199px) {
    .text-block_9_reverse__image {
        height: 575px;
        margin: 0
    }
}

@media screen and (max-width:991px) {
    .text-block_9_reverse h2 {
        font-size: 40px;
        line-height: 3.125rem
    }

    .text-block_9_reverse__image {
        height: 470px
    }

    .col-xl-7.col-md-6.col-12 {
        order: 2
    }

    .col-xl-5.col-md-6.col-12 {
        order: 1
    }
}

@media screen and (max-width:767px) {
    .text-block_9_reverse h2 {
        font-size: 32px;
        line-height: 2.75rem
    }

    .text-block_9_reverse h2 span:after {
        bottom: 9px
    }

    .text-block_9_reverse__image {
        margin: 30px 0 0;
        max-width: 100%
    }
}

@media screen and (max-width:575px) {
    .text-block_9_reverse__image {
        height: 330px
    }
}

.propreties_14-blocs {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-top: 16px
}

.target_areas .propreties_14-blocs{
    padding: 0 20px;
}

@media (min-width:768px) {
    .propreties_14-blocs {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (min-width:1024px) {
    .propreties_14-blocs {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .categories .propreties_14-blocs{
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

.propreties_14-blocs__block {
    height: 280px;
    position: relative
}

.our_concerns .propreties_14-blocs__block,
.target_areas .propreties_14-blocs__block{
    height: 315px;
}

.categories .propreties_14-blocs__block{
    height: 380px;
}

.propreties_14-blocs__block__image {
    height: 280px;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}

.our_concerns .propreties_14-blocs__block__image,
.target_areas .propreties_14-blocs__block__image{
    height: 315px;
}

.categories .propreties_14-blocs__block__image{
    height: 380px;
}

.propreties_14-blocs__block__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.propreties_14-blocs__block__image .gradient {
    --tw-gradient-from: transparent var(--tw-gradient-from-position);
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #000 var(--tw-gradient-to-position);
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.propreties_14-blocs__block__content {
    align-items: flex-start;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    padding: 30px;
    position: absolute;
    width: 100%;
    z-index: 20
}

.propreties_14-blocs__block__content h3 {
    font-family: "Manrope", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    letter-spacing: -0.02em;
    margin: 0;
    text-align: left;
    transition-duration: .3s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.categories .propreties_14-blocs__block__content h3 {
    font-size: 28px;
}

.categories .propreties_14-blocs__block__content p{
    color: #fff;
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.categories .go_shop .propreties_14-blocs__block__content p,
.categories .go_shop .propreties_14-blocs__block__content h3{
    color: #333;
}
.categories .propreties_14-blocs__block__content p:after{
    content: '';
    display: block;
    background-image: url(../images/icons/arrow-right-white.svg);
    width: 30px;
    height: 10px;
}

.categories .go_shop .propreties_14-blocs__block__content p:after{
    background-image: url(../images/icons/arrow-right-dark.svg);
}

@media screen and (min-width:1024px) {
    .propreties_14-blocs__block:hover .propreties_14-blocs__block__content h3 {
        /* --tw-text-opacity: 1;
        color: rgb(233 84 133/var(--tw-text-opacity)) */
        color: #DFD4CB;
    }
    .go_shop .propreties_14-blocs__block:hover .propreties_14-blocs__block__content h3 {
        color: #333;
    }
}

.propreties_14-title {
    color: #555;
    font-family: Editor;
    font-size: 36px;
    font-weight: 700;
    line-height: 46.8px
}

.propreties_14-title span {
    color: #555;
    position: relative;
    font-family: "Hello Branch";
    font-size: 72px;
    font-weight: 400;
    line-height: 61.2px;
}

/* .propreties_14-title span:after {
    background: #555;
    bottom: 10px;
    content: "";
    height: 20px;
    position: absolute;
    right: -31px;
    width: 20px
} */

.propreties_14-text {
    align-items: center;
    display: flex;
    justify-content: center
}

.propreties_14-text .propreties-title {
    font-family: Editor;
    font-size: 36px;
    font-weight: 700;
    line-height: 2.925rem;
    text-align: center
}

.propreties_14-text img {
    height: 29px;
    margin-bottom: 10px;
    margin-left: 5px;
    width: 19px
}

.propreties_14-plus {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 40px 0 -40px;
    z-index: 1;
    position: relative;
}

.propreties_14-plus__button {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: #333;
    border-radius: 1px;
    color: rgb(255 255 255/var(--tw-text-opacity));
    height: 50px;
    width: 100%;
    border-radius: 4px;
    transition: all .4s ease-in-out;
}

@media (min-width:1024px) {
    .propreties_14-plus__button {
        width: 306px
    }
}

.propreties_14-plus__button {
    margin: 0
}

.propreties_14-plus__button a {
    align-items: center;
    display: flex;
    font-family: Editor;
    height: 100%;
    justify-content: center;
    line-height: 1.5rem;
    text-align: center;
    transition-duration: .4s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    width: 100%;
    font-family: "Manrope", serif;
    font-size: 14px;
    font-weight: 500;

}

.propreties_14-plus__button:hover {
    background-color: #555;
}

@media screen and (max-width:767px) {
    .propreties_14-plus {
        margin: 30px 0 60px
    }

    .propreties_14-title span {
        font-size: 60px;
        line-height: 36px;
        max-width: 95%;
        text-align: center
    }

    /* .propreties_14-title span:after {
        bottom: 6px;
        right: -26px
    } */
}

.cover_9 {
    height: 100%;
    overflow: hidden;
    padding: 56px 0 0;
    position: relative
}

/* .cover_9:after {
    background: url(../images/Cover_9_back..png) bottom no-repeat;
    bottom: 0;
    content: "";
    height: 52%;
    left: 0;
    position: absolute;
    width: 100%
} */

@media screen and (max-width:767px) {
    .cover_9:after {
        background-size: cover
    }
}

.cover_9:before {
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.cover_9__caption {
    margin: 0 0 26px;
    position: relative;
    text-align: center;
    z-index: 5
}

.cover_9__caption h2 {
    display: inline-block;
    font-family: "Hello Branch";
    font-size: 72px;
    font-weight: 400;
    line-height: 61.2px;

    vertical-align: middle;
    /* font-size: 56px; */
    text-align: center;
    color: #555;
    margin-bottom: 20px;
}

.cover_9__caption h2 br {
    display: none
}

@media screen and (max-width:767px) {
    .cover_9__caption h2 {
        font-size: 60px;
        line-height: 43.2px;
        padding-top: 42px;
        text-align: center
    }

    .cover_9__caption h2 br {
        display: block
    }
}

.cover_9__caption img {
    display: inline-block;
    height: 32px;
    margin-left: 10px;
    vertical-align: middle;
    width: 32px
}

@media screen and (max-width:767px) {
    .cover_9__caption img {
        height: 19px;
        width: 19px
    }
}

.cover_9__caption p {
    color: #999;
    font-family: "Manrope", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.2px;
    text-align: center;
    margin: 0 auto;
    max-width: 640px;
    text-align: center;
    width: 100%
}

.cover_9__block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px;
    padding-bottom: 50px;
    position: relative;
    z-index: 5
}

@media (min-width:1024px) {
    .cover_9__block {
        padding-bottom: 100px
    }
}

.cover_9__item {
    height: 387px;
    margin: 0 10px;
    position: relative;
    width: calc(33.33% - 20px);
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.cover_9__block.set-1 {
    padding-bottom: 0;
}

.set-1 .cover_9__item .cover_9__item_image {
    height: 260px;
}

.set-1 .cover_9__item {
    background: #F7F0EA;
    height: auto;
    border-radius: 8px;
}

.set-1 .cover_9__item_text {
    position: relative;
    left: inherit;
    right: inherit;
    bottom: inherit;
    top: inherit;
    padding: 16px 11px;
}

.set-1 .cover_9__item_text_title {
    font-family: "Manrope", serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #333;
}

.set-1 .cover_9__item_text_desc {
    font-family: "Manrope", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #777;
}

.cover_9 .set-1 .cover_9__item_text_desc p{
    color: #777;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

@media screen and (max-width:767px) {
    .cover_9__item {
        height: 200px
    }
}

.cover_9__item_image {
    display: block;
    height: 387px;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 8px;
}

.cover_9__item_image img,
.cover_9__item_image picture {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}


.set-1 .cover_9__item_image:after {
    display: none;
}

.cover_9__item_text {
    bottom: 20px;
    left: 30px;
    position: absolute;
    right: 30px;
    z-index: 5;
    max-width: 327px;
}

.cover_9 .cover_9__item_text{
    max-width: unset;
    height: calc(100% - 260px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
}

.cover_9 .decouvrir{
    color: #555;
    font-weight: 500;
    line-height: 150%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.cover_9__item_text_title {
    color: #fff;
    display: block;
    font-family: "Manrope", serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 33.6px;
    margin: 0 0 4px;
    text-align: left;
    transition: all .4s ease-in-out
}

@media (max-width: 768px) {
    .cover_9__item_text_title {
        font-size: 24px;
    }
    .catalog-filter{
        margin: 0 -10px;
    }
    .categories .propreties_14-blocs__block,
    .categories .propreties_14-blocs__block__image{
        height: 260px;
    }
    .propreties_15-block__footer{
        padding-bottom: 40px !important;
    }
}

.cover_9__item_text_desc {
    align-items: center;
    color: #fff;
    display: flex;
    font-family: "Manrope", serif;
    font-size: 16px;
    font-weight: 400;
    justify-content: space-between;
    line-height: 22.4px;
    margin: 0;
    text-align: left;
    transition: all .4s ease-in-out;
}

.cover_9__item_text_desc svg,
.cover_9__item_text_desc img {
    max-width: 29px;
    min-width: 29px;
    transition: all .4s ease-in-out
}


@media screen and (min-width:1024px) {
    .cover_9__item:hover * {
        color: #444;
        transition: all .4s ease-in-out;
    }

    .cover_9__item:hover svg path {
        fill: #DFD4CB;
    }

    .cover_9__item:hover .cover_9__item_text_desc svg,
    .cover_9__item:hover .cover_9__item_text_desc img {
        margin: 0 -10px 0 0;
        transition: all .4s ease-in-out
    }
}

@media screen and (max-width:1204px) {
    .cover_9 {
        padding: 130px 0 75px
    }

    .cover_9__caption {
        margin: 0 0 40px
    }

    .cover_9__item {
        padding-bottom: 20px
    }

    .cover_9 .cover_9__item {
        padding-bottom: 0
    }

    .cover_9__item_image {
        height: 100%
    }

    .cover_9__item_text {
        bottom: 25px;
        left: 20px;
        right: 20px
    }
}

@media screen and (max-width:767px) {
    .cover_9 {
        padding: 20px 0 40px
    }

    .cover_9__caption p {
        font-size: 14px;
        line-height: 1.375rem
    }

    .cover_9__item {
        margin: 0 10px 10px;
        width: calc(100% - 20px)
    }

    .cover_9 .cover_9__item {
        margin: 0 10px 16px;
    }

    .cover_9 .cover_9__item:last-child{
        margin-bottom: 0;
    }

    .cover_9__item_image {
        height: 200px
    }

    .cover_9 .cover_9__item_image {
        height: 220px !important;
    }

    .cover_9__item_text {
        bottom: 25px;
        left: 20px;
        right: 20px
    }

    .cover_9__item_text_desc {
        font-size: 14px;
        line-height: 1.375rem
    }
}

.cover_9_about {
    height: 100%;
    overflow: hidden;
    padding: 80px 0 0;
    position: relative
}

@media screen and (max-width:767px) {
    .cover_9_about {
        padding-top: 150px
    }
}

.cover_9_about:after {
    background: url(../images/Cover_9_back..png) bottom no-repeat;
    bottom: 0;
    content: "";
    height: 46%;
    left: 0;
    position: absolute;
    width: 100%
}

@media screen and (max-width:767px) {
    .cover_9_about:after {
        background-size: cover;
        height: 30%
    }
}

.cover_9_about:before {
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.cover_9_about__caption {
    margin: 0 0 38px;
    position: relative;
    text-align: center;
    z-index: 5
}

.cover_9_about__caption h2 {
    display: inline-block;
    font-family: Editor;
    font-size: 36px;
    font-weight: 700;
    line-height: 4.8rem;
    margin: 0;
    padding-bottom: 10px;
    text-align: center;
    vertical-align: middle
}

.cover_9_about__caption h2 br {
    display: none
}

@media screen and (max-width:767px) {
    .cover_9_about__caption h2 {
        font-family: Editor;
        font-size: 36px;
        font-weight: 700;
        line-height: 43.2px;
        padding-top: 0;
        text-align: center
    }

    .cover_9_about__caption h2 br {
        display: block
    }
}

.cover_9_about__caption img {
    display: inline-block;
    height: 19px;
    margin-left: 10px;
    vertical-align: middle;
    width: 19px
}

@media screen and (max-width:767px) {
    .cover_9_about__caption img {
        height: 19px;
        width: 19px
    }
}

.cover_9_about__caption p {
    color: #000;
    font-family: "Manrope", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin: 0 auto;
    max-width: 426px;
    text-align: center
}

.cover_9_about__block {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding-bottom: 100px;
    position: relative;
    z-index: 5
}

.cover_9_about__item {
    height: 474px;
    margin: 0 10px;
    position: relative;
    width: 100%
}

@media screen and (max-width:767px) {
    .cover_9_about__item {
        height: 20vh
    }
}

.cover_9_about__item_image {
    display: block;
    height: 474px;
    position: relative;
    width: 100%
}

@media screen and (max-width:767px) {
    .cover_9_about__item_image {
        height: 20vh
    }
}

.cover_9_about__item_image img,
.cover_9_about__item_image picture {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.cover_9_about__item_image:after {
    background: rgba(0, 0, 0, .3);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.cover_9_about__item_text {
    bottom: 46px;
    left: 30px;
    position: absolute;
    right: 30px;
    z-index: 5
}

.cover_9_about__item_text_title {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    line-height: 2.1875rem;
    margin: 0 0 4px;
    transition: color .25s
}

.cover_9_about__item_text_desc {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    justify-content: space-between;
    line-height: 1.25rem;
    margin: 0
}

.cover_9_about__item_text_desc img {
    max-width: 29px;
    min-width: 29px;
    transition: opacity .25s
}

@media screen and (min-width:1024px) {
    .cover_9_about__item:hover .cover_9__item_text_title {
        color: #555
    }

    .cover_9_about__item:hover .cover_9__item_text_desc img {
        opacity: .5
    }
}

@media screen and (max-width:1199px) {
    .cover_9_about__item_image {
        height: 440px
    }
}

@media screen and (max-width:991px) {
    .cover_9_about {
        padding: 100px 0 75px
    }

    .cover_9_about__caption {
        margin: 0 0 40px
    }

    .cover_9_about__item_image {
        height: 360px
    }

    .cover_9_about__item_text {
        bottom: 25px;
        left: 20px;
        right: 20px
    }
}

@media screen and (max-width:767px) {
    .cover_9_about {
        padding: 80px 0 12px
    }

    .cover_9_about__caption p {
        font-size: 14px;
        line-height: 1.375rem
    }

    .cover_9_about__item {
        margin: 0 10px 10px;
        width: calc(100% - 20px)
    }

    .cover_9_about__item_image {
        height: 200px
    }

    .cover_9_about__item_text {
        bottom: 25px;
        left: 20px;
        right: 20px
    }

    .cover_9_about__item_text_desc {
        font-size: 14px;
        line-height: 1.375rem
    }
    .our_concerns .propreties_14-blocs__block__image,
    .target_areas .propreties_14-blocs__block__image{
        height: 200px;
    }
    .our_concerns .propreties_14-blocs__block,
    .target_areas .propreties_14-blocs__block{
        height: 200px;
    }
    .t-section.our_concerns .go_to_shop_button{
        margin-top: 28px !important;.
    }
    .t-section.our_concerns .go_to_shop_button a{
        width: 100%;
    }
}

.image_cover,
.image_slider {
    height: 720px;
    margin: 0 0 60px;
    position: relative;
    width: 100%
}

.image_slider__image {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .3s ease-in-out;
    width: 100%
}

@media (max-width: 768px) {
    .image_cover {
        height: 430px;
    }
}

.image_slider__image.active {
    opacity: 1;
    transition: opacity .3s ease-in-out
}

.properties_6-item p {
    color: #909090;
    font-family: "Manrope", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    margin: 12px 0 0;
    text-align: left
}

.properties_6-item p.caption {
    --tw-text-opacity: 1;
    color: rgb(233 84 133/var(--tw-text-opacity));
    font-family: Editor;
    font-size: 64px;
    font-weight: 700;
    line-height: 76.8px;
    text-align: left
}

@media screen and (max-width:1365px) {
    .properties_6-item {
        padding-bottom: 40px
    }

    .properties_6-item p {
        font-family: "Manrope", serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        text-align: left
    }

    .properties_6-item p.caption {
        font-family: Editor;
        font-size: 48px;
        font-weight: 700;
        line-height: 48px;
        text-align: left
    }
}

.main-product__content .livraison__annonce {
    justify-content: space-between;
    margin-bottom: 20px;
}

.livraison__annonce {
    align-items: center;
    display: flex;
    height: 56px;
    gap: 52px;
    justify-content: center;
    text-align: center
}
.livraison__annonce.livraison_single_product {
    height: unset;
    gap: 8px !important;
}

.livraison__annonce br {
    display: none;
}

.livraison__annonce img {
    height: 26px;
    width: 26px
}

.livraison_single_product.livraison__annonce img{
    height: 25px;
    width: 25px;
}

.livraison__annonce p {
    font-family: Editor;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2rem;
    margin: 0;
    text-align: center;
}

.middle_content.livraison,
.middle_content.livraison .livraison__annonce{
    height: unset;
}

.middle_content.livraison{
    margin-bottom: 28px;
}

.catalog .middle_content.livraison,
.catalog .custom-row.full-width-row.line_2{
    margin: 0 10px 40px;
    width: 100%;
}

.catalog .bestsellers-blocs__block__content__first__title{
    text-transform: uppercase;
}

.custom-row.line_1{
    margin: 0 10px 40px !important;
}

.custom-row.line_1 .livraison__annonce{
    justify-content: space-between;
    height: unset;
}

.livraison_single_product p,
.middle_content.livraison p,
.custom-row.line_1 p{
    font-size: 12px !important;
    font-family: unset;
    font-weight: 400;
    text-align: left;
    color: #555;
    max-width: 119px;
    white-space: normal;
}

.middle_content.livraison p,
.custom-row.line_1 p{
    font-size: 14px !important;
    max-width: unset;
}

.livraison_single_product p span,
.middle_content.livraison p span,
.custom-row.line_1 p span{
    color: #555;
    font-weight: 600;
}

.livraison__annonce-item {
    display: flex;
    gap: 10px;
    align-items: center;
}

.livraison_single_product .livraison__annonce-item {
    flex-direction: column;
    align-items: flex-start;
}

.main-product .livraison__annonce-item {
    text-align: left;
}
.livraison__annonce.livraison_single_product .livraison__annonce-item{
    border-radius: 5px;
    border: 1px solid #F7F0EA;
    padding: 12px;
    gap: 8px;
    width: calc(25% - 8px);
}
.livraison_single_product_section{
    height: unset !important;
}
.t-section.livraison.middle_content .livraison__annonce{
    border-radius: 4px;
    background: #F7F0EA;
    justify-content: space-between;
}
.t-section.livraison.middle_content .livraison__annonce .livraison__annonce-item,
.custom-row.line_1 .livraison__annonce .livraison__annonce-item{
    padding: 12px;
}

.t-section.our_concerns{
    /*border-top: 1px solid #E5D9D0;*/
    padding: 60px 0;
}

.t-section.target_areas{
    padding: 60px 0;
}

.t-section#formulas{
    padding-top: 40px;
    padding-bottom: 60px;
}

.t-section#formulas.beauty-institute{
    padding-bottom: 90px;
}

.t-section.beauty-institute.formula_2{
    padding-top: 80px;
    padding-bottom: 100px;
}

.beauty-institute.formula_2 .cover_9__item_text_title a{
    color: #555555;

}

.beauty-institute.formula_2 .cover_9__item_text_desc p{
    color: #999999;
}

.beauty-institute.formula_2 .cover_9__item{
    padding: 12px;
}

.beauty-institute .media_15-block__header p *{
    color: #747474;
}

.t-section.categories{
    padding: 40px 0 100px;
}

.custom-row.line_2 .livraison__annonce{
    padding: 12px;
    white-space: normal !important;
}

.custom-row.line_2 .livraison__annonce .livraison__annonce-item{
    flex-wrap: nowrap !important;
}


.custom-row.line_2 .livraison__annonce p{
    color: #555;
    font-family: unset;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}
.custom-row.line_2 .livraison__annonce p strong{
    font-weight: 600;
    color: #555;
    white-space: normal;
    text-align: left;
}
.custom-row.line_2 .livraison__annonce p span{
    color: #555;
    white-space: normal;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

@media (min-width:992px) and (max-width:1080px) {
    .main-product__content{
        width: calc(100% - 420px) !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .main-product__content {
        width: calc(100% - 340px) !important;
    }
}

@media screen and (max-width:767px) {
    .livraison__annonce p {
        font-size: 14px
    }

    .livraison__annonce {
        gap: 0 5px;
        flex-wrap: wrap;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .livraison_single_product_section{
        height: unset !important;
    }

    .livraison__annonce.livraison_single_product{
        flex-wrap: wrap !important;
        gap: 8px !important;
    }

    .livraison__annonce.livraison_single_product .livraison__annonce-item{
        gap: 8px;
        width: calc(50% - 4px);
    }


    .livraison__annonce-item {
        gap: 5px;
    }

    .middle_content.livraison .livraison__annonce{
        flex-wrap: wrap;
        gap: 8px;
    }

    .t-section.livraison.middle_content .livraison__annonce .livraison__annonce-item,
    .custom-row.line_1 .livraison__annonce .livraison__annonce-item{
        width: 48%;
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
    }
    .middle_content.livraison{
        margin-bottom: 60px;
    }
    .middle_content.livraison p,
    .custom-row.line_1 p{
        font-size: 12px !important;
        max-width: 150px;
    }
    .catalog .middle_content.livraison,
    .catalog .custom-row.full-width-row.line_2{
        margin-bottom: 0 !important;
    }
}

.bestsellers {
    margin-bottom: 2.5rem
}

/*@media (min-width:1024px) {*/
/*    */
/*}*/
.bestsellers {
    margin-bottom: 60px;
    padding-top: 60px;
}
/*.bestsellers {*/
/*    display: none*/
/*}*/

@media (min-width:1024px) {
    .bestsellers {
        display: block
    }
}

.bestsellers-title {
    color: #555;
    position: relative;
    font-family: Editor, sans-serif;
    font-size: 56px;
    font-style: italic;
    font-weight: 100;
    line-height: 67.2px;
    letter-spacing: 0.01em;
}

.bestsellers-title span {
    color: #555;
    position: relative
}

/* .bestsellers-title span:after {
    background: #555;
    bottom: 10px;
    content: "";
    height: 20px;
    position: absolute;
    right: -31px;
    width: 20px
} */

.bestsellers-blocs {
    display: grid;
    /*gap: 1.25rem;*/
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-top: 16px
}

.beauty-institute .bestsellers-blocs {
    gap: 1.25rem;
    margin-top: 30px;
}

.go_to_shop_button{
    text-align: center;
    margin-top: 28px;
}

.t-section.our_concerns .go_to_shop_button{
    margin-top: 40px;
}

@media (min-width:768px) {
    .bestsellers-blocs {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (min-width:1024px) {
    .bestsellers-blocs {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

.bestsellers-blocs__block {
    position: relative
}

.bestsellers-blocs__block__image {
    height: 315px;
    overflow: hidden;
    position: relative
}

.bestsellers-blocs__block__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.bestsellers-blocs__block__image .tags {
    position: absolute;
    left: 8px;
    top: 8px;
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    max-width: calc(100% - 50px);
}

.tag {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: #F7F0EA;
    color: #555;
    font-family: "Manrope", serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    padding: 9px 12px;
    z-index: 20;
    border-radius: 4px;
}

.bestsellers-blocs__block__image .tag.bestseller{
    background-color: #ffefeb;
    order: unset;
}
.bestsellers-blocs__block__image .tag.out-of-stock{
    background-color: #bdbdbd;
}

.biologique-recherche {
    background: #F5F5F5;
    order: 1;
}

.bestseller {
    order: 2;
}

.bestsellers-blocs__block__content__third .bestseller {
    order: unset;
}

.bestsellers-blocs__block__content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin-top: 23px;
    width: 100%
}

.bestsellers-blocs__block__content__first {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.bestsellers-blocs__block__content__first {
    gap: 10px;
    /* white-space: nowrap; */
}

.bestsellers-blocs__block__content__first__price,
.bestsellers-blocs__block__content__first .price {
    padding-top: 6px;
}

@media (max-width: 991px) {

    .bestsellers-blocs__block__content__first__price,
    .bestsellers-blocs__block__content__first .price {
        padding-top: 0px;
    }
    .custom-row.line_2 .livraison__annonce p{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        font-size: 12px;
    }
}

.bestsellers-blocs__block__content__first__price,
.bestsellers-blocs__block__content__first .price,
.bestsellers-blocs__block__content__first .price * {
    --tw-text-opacity: 1;
    color: #555;
    font-family: "Manrope", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25rem;
    text-align: right;
    white-space: nowrap
}

.bestsellers-blocs__block__content__first__price {
    flex: 1;
    text-align: right;
    color: #555;
}

.bestsellers-blocs__block__content__first__title {
    font-family: "Manrope", serif;
    font-size: 20px;
    font-weight: 700;
    font-weight: 500;
    line-height: 27px;
    margin: 0;
    text-align: left;
    transition-duration: .3s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    flex: 1;
}

.bestsellers-blocs__block__content__first__title>.price {
    padding-top: 2px;
}

@media (max-width: 768px) {
    .bestsellers-blocs__block__content__first {
        align-items: center;
    }

    .bestsellers-blocs__block__content__first__title {
        font-size: 18px;
    }
}

.bestsellers-blocs__block__content__second p {
    font-family: "Manrope", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5rem;
    margin-top: 12px;
    text-align: left;
    color: #999;
}

.bestsellers-blocs__block__content__second p strong {
    font-weight: 500
}

.bestsellers-blocs__block__content__third {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px
}

.bestsellers-blocs__block__content__third .minis {
    border-color: #ccc;
    color: #1f0c24
}

.bestsellers-blocs__block__content__third .salt {
    border-color: #555;
    color: #555
}

.bestsellers-blocs__block__content__third .sugar {
    border-color: #555;
    color: #555
}

.bestsellers-blocs__block__content__third p {
    color: #1f0c24;
    font-family: "Manrope", serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    margin: 0 5px 10px 0;
    padding: 8px 10px;
    text-align: left;
    background: #F5F5F5;
    border-radius: 4px;
}

.bestsellers-blocs__block__content__third p:last-child {
    margin: 0 0 10px
}

@media screen and (min-width:1024px) {
    .bestsellers-blocs__block:hover .propreties_14-blocs__block__content h3 {
        --tw-text-opacity: 1;
        color: rgb(233 84 133/var(--tw-text-opacity))
    }
}

.bestsellers-text {
    align-items: center;
    display: flex;
    justify-content: center;
    /*margin-top: 120px*/
}

.bestsellers-text .propreties_14-title {
    font-family: Editor;
    font-size: 36px;
    font-weight: 700;
    line-height: 2.925rem;
    text-align: center
}

.bestsellers-text img {
    display: none;
    height: 19px;
    margin-bottom: 0;
    margin-left: 5px;
    width: 19px
}

.bestsellers-slider {
    margin-bottom: 2.5rem
}

@media (min-width:1024px) {
    .bestsellers-slider {
        margin-bottom: 120px
    }
}

.bestsellers-slider {
    display: block;
    overflow: hidden
}

@media (min-width:1024px) {
    .bestsellers-slider {
        display: none
    }
}

.bestsellers-slider-title {
    width: 336px
}

@media (min-width:1024px) {
    .bestsellers-slider-title {
        width: unset
    }
}

.bestsellers-slider-title {
    align-items: center;
    display: flex;
    flex-direction: row;
    font-family: Editor;
    text-align: center
}

@media screen and (max-width:767px) {
    .bestsellers-slider-title {
        flex-direction: column;
        font-size: 28px;
        line-height: 36px
    }
}

.bestsellers-slider-title span {
    color: #555;
    position: relative
}

@media screen and (max-width:767px) {
    .bestsellers-slider-title span {
        display: block
    }
}

.bestsellers-slider-title span:after {
    background: #555;
    bottom: 10px;
    content: "";
    height: 20px;
    position: absolute;
    right: -31px;
    width: 20px
}

@media screen and (max-width:767px) {
    .bestsellers-slider-title span:after {
        bottom: 5px
    }
}

.bestsellers-slider-title img {
    display: none
}

@media screen and (max-width:767px) {
    .bestsellers-slider-title img {
        display: block
    }
}

.bestsellers-slider-blocs {
    margin-top: 16px
}

.bestsellers-slider-blocs__block {
    -webkit-backface-visibility: hidden;
    flex-shrink: 0;
    position: relative;
    -webkit-transform: translateZ(0);
    width: 100%
}

.instagram-slider .bestsellers-slider-blocs__block {
    width: 301px
}

@media screen and (max-width:575px) {
    .instagram-slider .bestsellers-slider-blocs__block {
        width: 189px
    }
}

.bestsellers-slider-blocs__block__image {
    height: 280px;
    position: relative
}

.bestsellers-slider-blocs__block__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.bestsellers-slider-blocs__block__image .bestseller {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(233 84 133/var(--tw-bg-opacity));
    color: rgb(255 255 255/var(--tw-text-opacity));
    left: 0;
    padding: .5rem;
    position: absolute;
    top: 0;
    z-index: 20
}

.bestsellers-slider-blocs__block__content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin-top: 23px;
    width: 100%
}

.bestsellers-slider-blocs__block__content__first {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.bestsellers-slider-blocs__block__content__first__price {
    --tw-text-opacity: 1;
    color: rgb(233 84 133/var(--tw-text-opacity));
    font-family: Editor;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.875rem
}

.bestsellers-slider-blocs__block__content__first__title {
    font-family: Editor;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.875rem;
    margin: 0;
    text-align: left;
    transition-duration: .3s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.bestsellers-slider-blocs__block__content__second p {
    font-family: "Manrope", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25rem;
    margin-top: 14px;
    text-align: left
}

.bestsellers-slider-blocs__block__content__third {
    display: flex;
    flex-direction: row;
    gap: .5rem;
    margin-top: 22px
}

.bestsellers-slider-blocs__block__content__third .minis {
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247/var(--tw-bg-opacity));
    padding: .25rem
}

.bestsellers-slider-blocs__block__content__third .salt {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(17 124 50/var(--tw-bg-opacity));
    color: rgb(255 255 255/var(--tw-text-opacity));
    padding: .25rem
}

.bestsellers-slider-blocs__block__content__third .sugar {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(233 84 133/var(--tw-bg-opacity));
    color: rgb(255 255 255/var(--tw-text-opacity));
    padding: .25rem
}

.bestsellers-slider-blocs__block__content__third p {
    font-family: "Manrope", serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25rem;
    text-align: left
}

@media screen and (min-width:1024px) {
    .bestsellers-slider-blocs__block:hover .propreties_14-blocs__block__content h3 {
        --tw-text-opacity: 1;
        color: rgb(233 84 133/var(--tw-text-opacity))
    }
}

.bestsellers-slider-text {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 120px
}

@media screen and (max-width:767px) {
    .bestsellers-slider-text {
        margin-top: 60px
    }
}

.bestsellers-slider-text .propreties_14-title {
    font-family: Editor;
    font-size: 36px;
    font-weight: 700;
    line-height: 2.925rem;
    text-align: center
}

.bestsellers-slider-text img {
    display: none;
    height: 29px;
    margin-bottom: 10px;
    margin-left: 5px;
    width: 19px
}

.swiper-container {
    height: 100%;
    width: 100%
}

.swiper-wrapper {
    display: flex
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%
}

.swiper-button-next,
.swiper-button-prev {
    color: #000
}

.swiper-pagination-bullet {
    background: #000
}

.form-button-cta_10 {
    margin: 90px 0 30px;
    overflow: hidden;
    padding: 0 0 80px;
    position: relative
}
.form-button-cta_10.about_us_block{
    margin-top: 200px;
}

.form-button-cta_10.about_us_block img{
    border-radius: 8px;
}


.form-button-cta_10:before {
    background-color: #FCF9F6;
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 784px;
    z-index: 0;
    border-radius: 12px;
}

@media (min-width:1024px) {
    .form-button-cta_10:before {
        width: 55%
    }
}

.form-button-cta_10-block__content {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 10
}



.t-section__footer {
    display: flex;
    gap: 12px;
}


@media (min-width:1024px) {
    .form-button-cta_10-block__content {
        flex-direction: row
    }
}

.form-button-cta_10-block__content_text {
    align-content: center;
    display: flex;
    flex-direction: column;
    width: 100%
}

@media (min-width:1024px) {
    .form-button-cta_10-block__content_text {
        width: 560px
    }
}

.form-button-cta_10-block__content_text {
    margin: 100px 50px 0 0;
    order: 2
}

@media (min-width:1024px) {
    .form-button-cta_10-block__content_text {
        order: 1
    }
}

.form-button-cta_10-block__content_text .text_and_square {
    align-items: center;
    display: flex;
    flex-direction: row
}

.form-button-cta_10-block__content_text .text_and_square h2 {
    /*font-family: Editor;*/
    font-size: 72px;
    font-weight: 400;
    line-height: 85%;
    margin: 0;
    text-align: left;
}

.form-button-cta_10-block__content_text .text_and_square h2 span {
    color: #555;
    position: relative;
    font-family: "Hello Branch";
    font-size: 72px;
    font-weight: 400;
    line-height: 61.2px;
}

.form-button-cta_10-block__content_text .text_and_square img {
    height: 19px;
    margin-left: 10px;
    margin-top: 10px;
    padding: 0;
    width: 19px
}

.form-button-cta_10-block__content_text p {
    color: #999;
    font-family: "Manrope", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    margin-bottom: 20px;
    text-align: left
}

.form-button-cta_10-block__content_text p.grey-text {
    color: #747474;
    font-family: "Manrope", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 6px 0 20px;
    text-align: left
}

.form-button-cta_10-block__content_text .grey-text {
    --tw-text-opacity: 1;
    color: rgb(116 116 116/var(--tw-text-opacity));
    margin-top: 6px
}

.form-button-cta_10-block__content_text a {}

.form-button-cta_10-block__content_text a:hover {}

@media (min-width:1024px) {
    .form-button-cta_10-block__content_text a {
        width: 246px
    }
}

.form-button-cta_10-block__content_images {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 22px;
    height: unset;
    justify-content: center;
    margin-top: 20px;
    padding-top: 60px;
    width: 100%
}

@media (min-width:1024px) {
    .form-button-cta_10-block__content_images {
        height: 600px;
        justify-content: flex-end;
        padding-top: unset
    }
}

.form-button-cta_10-block__content_images {
    order: 1
}

@media (min-width:1024px) {
    .form-button-cta_10-block__content_images {
        order: 2
    }
}

.form-button-cta_10-block__content_images_item1 {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    width: 311px
}

.form-button-cta_10-block__content_images_item1 img {
    height: 40vh;
    min-height: 366px;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width:1024px) {
    .form-button-cta_10-block__content_images_item1 img {
        height: 480px;
        width: 312px
    }
}

.form-button-cta_10-block__content_images_item2 {
    display: flex;
    flex-direction: column;
    gap: 20px
}

@media (min-width:1024px) {
    .form-button-cta_10-block__content_images_item2 {
        display: flex
    }
}

.form-button-cta_10-block__content_images_item2 img {
    height: 290px;
    max-width: 422px;
    -o-object-fit: cover;
    object-fit: cover
}

.form-button-cta_10-block__content_images_item2 .image2 {
    width: 312px
}

@media screen and (max-width:767px) {
    .form-button-cta_10-block__content_text .text_and_square h2 span {
        font-size: 60px;
    }

    .form-button-cta_10-block__content_text .text_and_square h2 span:after {
        bottom: 5px
    }

    .form-button-cta_10-block__content_images_item1 {
        width: 100%
    }

    .form-button-cta_10-block__content_text {
        margin: 24px 0 0
    }

    .form-button-cta_10-block__content_images {
        padding: 0
    }

    .form-button-cta_10:before {
        top: 200px
    }
    .form-button-cta_10{
        padding: 0 0 20px;
    }
}

.media_15-block {
    width: 100%
}

.blocks.media_15-block {
    margin-bottom: 100px;
}

.blocks.media_15-block .row {
    align-items: center;
    margin-bottom: 33px;
}

.blocks.media_15-block .row:last-child {
    margin-bottom: 0;
}

.blocks.media_15-block .row:nth-child(even) {
    flex-direction: row-reverse;
}

.blocks.media_15-block .content {
    padding: 40px;
}

.blocks.media_15-block img {
    border-radius: 8px;
}

.blocks.media_15-block .content h3 {
    font-family: "Manrope";
    font-size: 28px;
    font-weight: 500;
    line-height: 37.8px;
    color: #555;
}

.blocks.media_15-block .content p {
    font-family: "Manrope";
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #999;
}

.media_15-block__header {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 34px;
    width: 100%
}



@media (min-width:1024px) {
    .media_15-block__header {
        padding-top: 98px;
        flex-direction: column;
        gap: 33px;
    }
}

@media (max-width:1024px) {
    .media_15-block__header {
        flex-wrap: wrap;
        gap: 20px
    }
    .t-section.categories{
        padding: 40px 0 60px;
    }
    .target_areas .propreties_14-blocs{
        padding: 0;
    }
    .t-section#formulas.beauty-institute,
    .t-section.beauty-institute.formula_2{
        padding-bottom: 60px;
    }
    .form-button-cta_10.about_us_block{
        margin-top: 0;
    }
    .form-button-cta_10-block__content_text .text_and_square h2{
        font-size: 48px;
    }
    .beauty-institute .bestsellers-blocs{
        gap: 0;
    }
}

.media_15-block__header h2 {
    margin-bottom: 0;
}

.media_15-block__header h2 span {
    color: #555;
    position: relative;
    font-family: "Hello Branch";
    font-size: 72px;
    font-weight: 400;
    line-height: 61.2px;

}

.media_15-block__header p {
    max-width: 806px;
    text-align: center;
}

.media_15-block__header img {
    height: 19px;
    margin-left: 10px;
    padding: 0;
    width: 19px
}

.media_15-block__media {
    padding-bottom: 98px
}

.media_15-block__media,
.media_15-block__media .media__row {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%
}

@media (max-width:768px) {
    .media_15-block__media {
        padding-bottom: 0;
    }
    .blocks.media_15-block .content{
        padding-left: 0;
        padding-right: 0;
        padding-top: 28px;
        padding-bottom: 0;
    }
    .blocks.media_15-block .content h3{
        margin-bottom: 5px;
    }
}

@media (min-width:1024px) {
    .media_15-block__media .media__row {
        flex-direction: row
    }
}

.media_15-block__media .media__row a {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

@media (min-width:1024px) {
    .media_15-block__media .media__row a.w-45 {
        width: calc(45vw - 10px)
    }
}

.media_15-block__media .media__row .media__col {
    position: relative;
    width: 100%
}


.media_15-block__media .media__row .media__col:hover:after {
    background: rgba(0, 0, 0, .5);
    transition: all .3s ease-in-out
}

.media_15-block__media .media__row .media__col img {
    height: 315px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.media_15-block__media .media__row .media__col .description {
    --tw-bg-opacity: 0.75;
    align-items: center;
    display: flex;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
    flex-direction: column;
    align-items: self-start;
    justify-content: space-between;
    height: 100%;
    padding: 24px;
}

.media_15-block__media .media__row .media__col .description img {
    max-width: 120px;
    max-height: 52px;
    object-fit: initial;
    height: auto;
    width: auto;
}

.media_15-block__media .media__row .media__col .description p {
    font-family: "Manrope", serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 33.6px;
    letter-spacing: -0.02em;
    color: #fff;
    margin-bottom: 16px;
    transition-duration: .3s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.media_15-block__media .media__row .media__col .description .text {
    max-width: 413px;
    font-family: "Manrope", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20.3px;
    color: #fff;
}

.media_15-block__media .media__row .media__col .play {
    align-items: center;
    bottom: 0;
    display: flex;
    left: 0;
    padding: 1rem;
    position: absolute;
    z-index: 3
}

.media_15-block__media .media__row .media__col .play img {
    height: 32px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 34px
}

@media screen and (max-width:767px) {
    .media_15-block {
        margin: 60px 0 0
    }

    .media_15-block__header h2 {
        font-size: 28px;
        line-height: 36px
    }

    .media_15-block__header h2 span {
        font-size: 48px;
    }

    .media_15-block__header h2 span:after {
        bottom: 5px
    }
}

.propreties_15 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.propreties_15-block {
    padding-left: 80px;
    padding-right: 80px;
    background-size: cover;
    border-radius: 8px;
}

.propreties_15-block__header {
    align-items: center;
    display: flex;
    flex-direction: row;
    padding-bottom: 40px;
    padding-top: 60px;
    width: 100%
}

@media (min-width:1024px) {
    .propreties_15-block__header {
        justify-content: center;
        padding-left: unset;
        padding-top: 60px
    }
}

.propreties_15-block__header h2 {
    font-family: "Manrope", serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -0.02em;
    color: #555;
    margin-bottom: 0;
}

@media screen and (max-width:767px) {
    .propreties_15-block__header h2 {
        font-size: 28px;
        line-height: 36px
    }
}

.propreties_15-block__header img {
    height: 19px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding: 0;
    width: 19px;
    z-index: 50
}

.propreties_15-block__media {
    display: grid;
    gap: 26px;
    padding-bottom: 24px;
    place-items: center
}

@media (min-width:640px) {
    .propreties_15-block__media {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
}

@media (min-width:768px) {
    .propreties_15-block__media {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (min-width:1024px) {
    .propreties_15-block__media {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
}

@media (min-width:1280px) {
    .propreties_15-block__media {
        gap: 40px
    }
}

.propreties_15-block__media {
    align-items: start
}

.propreties_15-block__media__item {
    display: flex;
    flex-direction: column;
    width: 100%
}

@media (min-width:1024px) {
    .propreties_15-block__media__item {
        width: 100%
    }
}

.propreties_15-block__media__item img {
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 50px
}

.propreties_15-block__media__item h2 {
    font-family: "Manrope", serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #555;
    margin-bottom: 10px;
}

.propreties_15-block__media__item p {
    font-family: "Manrope", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;
    color: #555;

}


.propreties_15-block__footer {
    display: flex;
    justify-content: center;
    padding-bottom: 60px;
}

.footer_6 {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .698), rgba(0, 0, 0, .698)), url(../images/footer_6_back..jpeg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    position: relative
}

.footer_6-block {
    margin-bottom: 60%
}

@media (min-width:1024px) {
    .footer_6-block {
        margin-bottom: unset
    }
}

@media screen and (max-width:1023px) {
    .footer_6-block {
        margin-bottom: 394px
    }
}

.footer_6-block__header {
    display: flex;
    flex-direction: row;
    -o-object-position: center;
    object-position: center;
    padding-bottom: 30px;
    padding-top: 60px;
    width: 100%
}

@media (min-width:1024px) {
    .footer_6-block__header {
        padding-top: 272px
    }
}

.footer_6-block__header h2 {
    font-family: Editor;
    font-size: 36px;
    font-weight: 700;
    line-height: 46.8px;
    text-align: center
}

@media screen and (max-width:767px) {
    .footer_6-block__header h2 {
        font-size: 28px;
        line-height: 36px
    }

    .propreties_15-block__footer .button {
        width: 100%;
    }
    footer a.made-by{
        justify-content: left !important;
    }
}

.footer_6-block__header h2 span {
    color: #fff;
    position: relative
}

.footer_6-block__header h2 span:after {
    background: #555;
    bottom: 10px;
    content: "";
    height: 19px;
    position: absolute;
    right: -31px;
    width: 19px
}

@media screen and (max-width:767px) {
    .footer_6-block__header h2 span:after {
        bottom: 5px
    }
}

.footer_6-block__header img {
    height: 19px;
    margin-left: 10px;
    margin-top: 15px;
    padding: 0;
    width: 19px;
    z-index: 50
}

.footer_6-block_boutiques {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 78px
}

.footer_6-block_boutiques__item {
    display: flex;
    flex-direction: row;
    gap: 18px
}

.footer_6-block_boutiques__item_svg {
    height: 23px;
    margin: 3px 0 0;
    width: 18px
}

.footer_6-block_boutiques__item_text .boutique {
    font-family: Editor;
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    padding-bottom: 12px;
    text-align: left
}

.footer_6-block_boutiques__item_text .address {
    font-family: "Manrope", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    margin: 0 0 6px;
    text-align: left
}

.footer_6-block_boutiques__item_text .address:last-child {
    margin: 0
}

.footer_6 .map {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0
}

@media (min-width:1024px) {
    .footer_6 .map {
        height: 506px;
        left: unset;
        max-width: 746px;
        width: 60%
    }
}

.footer_6 .map {
    height: 394px
}

.footer_6 .map img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.footer {
    padding: 40px 0 20px;
    position: relative
}

.footer .title {
    color: #555;
    font-family: "Hello Branch";
    font-size: 72px;
    font-weight: 400;
    line-height: 61.2px;

}

@media (max-width: 768px) {
    .footer .title {
        font-size: 60px;
    }
}

.footer .adress .big {
    font-family: "Manrope", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 31.2px;
    color: #555;
    margin-bottom: 12px;
}

.footer .adress .small {
    font-family: "Manrope", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #999;
}

.footer_top {
    margin-bottom: 28px;
}


.footer .footer_bottom .col_inner {
    background: #F7F0EA;
    padding: 16px;
    border-radius: 4px;
}

.footer .col_inner .col_title {
    font-family: "Manrope", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 23.2px;
    color: #555;
    margin-bottom: 8px;
}

.footer .col_inner a {
    font-family: "Manrope", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #555;
}

.footer .col_inner a:hover {
    color: #555;
}

.footer__arrow-top {
    --tw-bg-opacity: 1;
    align-items: center;
    background-color: #e5d9d0;
    cursor: pointer;
    display: flex;
    height: 42px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    transition: .2s ease-in-out;
    width: 42px
}

.footer__arrow-top:hover {
    opacity: .9
}

@media screen and (max-width:1024px) {
    .footer__arrow-top {
        right: 0
    }
}

@media screen and (max-width:768px) {
    .footer__arrow-top {
        top: auto;
        bottom: 292px;
    }
}

.footer-mini.main {
    padding-top: 294px
}

.footer-mini .footer__bottom,
.footer-mini .footer__top {
    justify-content: center
}

.footer__left {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.footer__logo {
    max-width: 146px
}

.footer__logo img:nth-child(2) {
    display: none
}

.footer__logo img:first-child {
    display: block
}

.footer__info p {
    opacity: .6;
    padding-bottom: 8px
}

.footer__info a,
.footer__info p {
    color: #000;
    font-family: "Manrope", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: left
}

.footer__top {
    border-bottom: 1px solid rgba(33, 33, 33, .1);
    flex-wrap: wrap;
    padding-bottom: 40px;
    position: relative
}

.footer__links,
.footer__top {
    display: flex;
    justify-content: center
}

.footer__links ul {
    margin: 0 0 0 70px;
    display: flex;
    gap: 30px;
    justify-content: center;
}

.footer__links ul:first-child {
    margin: 0
}


.footer__links ul li {
    color: #555;
    font-family: "Manrope", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: left
}

.footer__links ul li a {
    color: #555;
    font-family: "Manrope", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;
    transition: .3s ease-in-out
}


.footer__place a {
    align-items: center;
    color: #555;
    display: flex;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    position: relative
}

.footer__place a:before {
    content: "";
    height: 10px;
    margin-right: 4px;
    width: 10px
}

.footer__bottom {
    border-top: 1px solid hsla(0, 0%, 100%, .063);
    display: flex;
    justify-content: space-between;
    padding-top: 40px
}

.footer__ul ul {
    display: flex;
    justify-content: flex-end;
}

.footer__ul ul li,
.footer__ul ul li a {
    color: #333;
    font-family: "Manrope", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: left
}

.footer__ul ul li a {
    border-bottom: 1px solid #000
}

.footer__ul ul li a,
.footer__ul ul li a:hover {
    text-decoration: none;
    transition: .3s ease-in-out
}

.footer__ul ul li a:hover {
    border-color: transparent;
    opacity: .75
}

.footer__ul ul li+li {
    margin-left: 30px
}

.footer__social-wrap {
    align-items: center;
    display: flex;
    justify-content: end;
    width: 44%
}

.footer__social ul {
    align-items: center;
    display: flex;
    gap: 12px
}

.footer__social ul li a {
    align-items: center;
    display: flex;
    height: 24px;
    justify-content: center;
    width: 24px
}

.footer__social ul li a img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.footer__icons ul {
    align-items: center;
    display: flex
}

.footer__icons ul li {
    width: 41px
}

.footer__icons ul li+li {
    margin-left: 30px
}

@media screen and (max-width:991px) and (min-width:768px) {
    .footer__logo {
        max-width: 83px
    }

    .footer__links ul {
        margin: 0 0 0 25px;
        min-width: 100px
    }
}

@media screen and (max-width:767px) {
    .footer {
        padding: 60px 0 40px
    }

    .footer-mini {
        padding: 80px 0
    }

    .footer-mini.main {
        padding-top: 280px
    }

    .footer-mini .footer__top {
        border-bottom: none;
        padding-bottom: 0
    }

    .footer-mini .footer__ul {
        margin-bottom: 0
    }

    .footer-mini .footer__ul li {
        text-align: center
    }

    .footer__logo {
        margin-bottom: 28px;
        max-width: 100%;
    }

    .footer__logo img {
        height: inherit;
        width: 180px;
    }

    .footer__social {
        margin-bottom: 20px
    }

    .footer__social-wrap {
        align-items: flex-start;
        flex-direction: column
    }

    .footer__links {
        flex-direction: column;
        justify-content: flex-start;
        width: 100%
    }

    .footer__links ul {
        margin-left: 0;
        margin-top: 30px
    }

    .footer__links ul:first-child {
        margin-top: 30px;
        flex-wrap: wrap;
        margin-bottom: 50px;
        gap: 16px;
        justify-content: left;
    }

    .footer__left,
    .footer__top {
        margin-bottom: 0
    }

    .footer__top {
        padding: 0 0 28px
    }

    .footer__bottom {
        flex-direction: column;
        padding-top: 28px
    }

    .footer__ul {
        margin-bottom: 20px
    }

    .footer__ul ul {
        flex-direction: column
    }

    .footer__ul ul li+li {
        margin-left: 0;
        margin-top: 20px
    }
}


.footer__row-bottom>.row {
    padding-top: 60px;
    padding-bottom: 60px;
    align-items: center;
}

footer a.made-by{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5px;
    color: #555555;
    position: relative;
    top: -15px;
}

.forgotpass-container {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0;
    max-width: 720px;
    opacity: 0;
    padding: 24px;
    position: absolute;
    right: 0;
    top: 0;
    transition: .25s cubic-bezier(.25, .46, .45, .94);
    visibility: hidden;
    width: 100%;
    z-index: -99
}

@media screen and (max-width:1024px) {
    .forgotpass-container {
        align-items: center;
        border-radius: 0;
        box-shadow: none;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        max-width: 100%;
        overflow: auto;
        top: 0
    }
    .footer__ul ul li br{
        display: none;
    }
}

.forgotpass-container__block {
    max-width: 464px;
    width: 100%
}

@media screen and (max-width:1024px) {
    .forgotpass-container__block {
        max-width: 345px
    }
}

.forgotpass-container.loading:before {
    animation: circleSpin 2s linear infinite;
    border: 4px solid #fff;
    border-radius: 50%;
    border-right-color: transparent;
    content: "";
    height: 30px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center;
    width: 30px;
    z-index: 2
}

.forgotpass-container.loading:after {
    background: rgba(6, 6, 7, .565);
    bottom: 0;
    content: "";
    /*left: 0;*/
    position: absolute;
    right: 0;
    /*top: 0;*/
    z-index: 1
}

.forgotpass-container__inner {
    display: block
}

@media screen and (max-width:1024px) {
    .forgotpass-container__inner {
        max-width: 345px;
        width: 100%
    }
}

.forgotpass-container__inner.active {
    display: none
}

.forgotpass-container__success {
    border-bottom: 1px solid #c7c9d1;
    display: none;
    margin-bottom: 32px;
    padding-bottom: 32px;
    padding-top: 20px
}

.forgotpass-container__success.active {
    display: block
}

.forgotpass-container__success-notify {
    background: #0e8b40;
    color: #fff;
    font-family: "Manrope", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 12px;
    position: relative
}

.forgotpass-container__success-notify:after {
    background-image: url(../images/ico-check-white..svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px
}

.forgotpass-container__success-text {
    color: var(--grey-500, #72788d);
    font-family: "Manrope", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: center
}

.forgotpass__heading {
    color: #555;
    font-family: Editor;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 20px;
    text-align: left;
    text-transform: none
}

.forgotpass__title {
    color: #777;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 20px;
    text-align: left
}

.forgotpass__tabs {
    display: block
}

@media screen and (max-width:1024px) {
    .forgotpass__tabs {
        max-width: 345px;
        width: 100%
    }
}

.forgotpass__tabs a {
    border: 1px solid #555;
    color: #555;
    display: block;
    font-family: Editor;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
    padding: 11px;
    position: relative;
    text-align: center;
    text-transform: none
}

.forgotpass__tabs a,
.forgotpass__tabs a:hover {
    background: #fff;
    transition: all .4s ease-in-out
}

.forgotpass__tabs a:hover {
    border-color: #555;
    color: #555
}

.password-recovery {
    align-items: flex-start;
    display: flex;
    height: 100%;
    justify-content: flex-end;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .25s cubic-bezier(.25, .46, .45, .94);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
    z-index: 999
}

.password-recovery:before {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: hsla(0, 0%, 7%, .2);
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.password-recovery.active {
    opacity: 1;
    pointer-events: auto
}

.password-recovery.active .auth-container {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0)
}

.password-recovery .error-text {
    bottom: 0;
    color: #f04438;
    font-size: 12px;
    height: 0;
    left: 0;
    opacity: 0;
    padding-top: 0;
    position: absolute;
    right: 0;
    transition: .25s cubic-bezier(.25, .46, .45, .94)
}

.password-recovery .error-text.active {
    opacity: 1
}

.password-recovery__content {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    max-width: 720px;
    padding: 24px;
    position: relative;
    transition: .25s cubic-bezier(.25, .46, .45, .94);
    width: 100%
}

.password-recovery__item {
    margin: 0 0 20px
}

.password-recovery__block {
    max-width: 464px;
    width: 100%
}

.password-recovery__block p {
    color: #777;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 20px;
    text-align: left
}

.password-recovery__block p.title {
    color: #333;
    font-family: Editor;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 20px;
    text-align: left;
    text-transform: none
}

.password-recovery__block .btn {
    font-feature-settings: "calt" off;
    background: #333;
    color: var(--White, #fff);
    cursor: pointer;
    font-family: Editor;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    height: 48px;
    line-height: 24px;
    margin-top: 14px;
    position: relative;
    text-transform: none;
    transition: .25s ease-in;
    width: 100%
}

.password-recovery__block .btn:hover {
    background: #555;
    color: #fff
}

.password-recovery__close {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 24px;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 24px;
    z-index: 5
}

.auth {
    align-items: flex-start;
    display: flex;
    height: 100%;
    justify-content: flex-end;
    left: 50%;
    opacity: 0;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .25s cubic-bezier(.25, .46, .45, .94);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%
}

.auth,
.auth:before {
    pointer-events: none;
    z-index: -1
}

.auth:before {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: hsla(0, 0%, 7%, .2);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.auth.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 99999
}

.select2-dropdown{
    z-index: 99999 !important;
}

.auth.active .auth-container {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0)
}

.auth .auth-register-tab span {
    margin: 0
}

.auth.reset {
    opacity: 1;
    pointer-events: auto
}

.auth.reset .auth-container {
    opacity: 0;
    pointer-events: none
}

.auth.reset .forgotpass-container {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
    z-index: 55
}

.auth-bg {
    left: 100%;
    overflow: hidden;
    width: 512px
}

.auth-bg,
.auth-bg:after {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    bottom: 0;
    position: absolute;
    top: 0
}

.auth-bg:after {
    background: #000;
    content: "";
    left: 0;
    opacity: .2;
    right: 0;
    z-index: 3
}

.auth-bg img,
.auth-bg picture {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    height: 100%;
    isolation: isolate;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.auth-submit-wrap .error-text {
    bottom: -15px;
    color: #f04438;
    font-size: 12px;
    height: 0;
    left: 0;
    opacity: 0;
    padding-top: 0;
    position: absolute;
    right: 0;
    transition: .25s cubic-bezier(.25, .46, .45, .94)
}

.auth-submit-wrap .error-text em,
.auth-submit-wrap .error-text strong {
    color: #f04438
}

.auth-submit-wrap .error-text a {
    color: inherit;
    text-decoration: underline;
    transition: .25s cubic-bezier(.25, .46, .45, .94)
}

@media screen and (min-width:1024px) {
    .auth-submit-wrap .error-text a:hover {
        text-decoration: none
    }
}

.auth-submit-wrap .error-text.active {
    opacity: 1
}

.auth-submit-wrap .btn-black:first-of-type {
    margin-bottom: 10px
}

.auth-submit-wrap button {
    align-items: center;
    background: transparent;
    color: #9c2e86;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    justify-content: center
}

.auth-submit-wrap .auth-guest,
.auth-submit-wrap button {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    width: auto
}

.auth-submit-wrap .auth-guest {
    color: #111;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    margin-top: 20px;
    text-align: center;
    text-decoration: underline;
    text-transform: none
}

.auth-submit-wrap .auth-guest:hover {
    color: #111;
    text-decoration: none
}

.auth .steps-block {
    margin: 0 0 12px !important
}

.auth-caption {
    justify-content: space-between;
    margin: 0 0 20px
}

.auth-caption,
.auth-container {
    align-items: center;
    display: flex
}

.auth-container {
    background: #fff;
    height: 100vh;
    justify-content: center;
    max-width: 720px;
    padding: 24px;
    position: relative;
    transition: .25s cubic-bezier(.25, .46, .45, .94);
    width: 100%
}

@media screen and (max-width:1024px) {
    .auth-container {
        height: 100%;
        max-width: 100%;
        padding: 30px 16px
    }
}

.auth-close {
    align-items: center;
    display: flex;
    height: 20px;
    justify-content: center;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    z-index: 5
}

.auth-close svg path {
    transition: .25s cubic-bezier(.25, .46, .45, .94)
}

@media screen and (min-width:1024px) {
    .auth-close {
        cursor: pointer
    }

    .auth-close:hover svg path {
        fill: #ff5353
    }
}

.auth-tabs {
    align-items: baseline;
    display: flex;
    margin-bottom: 20px;
    padding-top: 32px
}

.auth-tabs a {
    align-items: center;
    color: var(--grey-300, #abaeba);
    display: flex;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    height: 40px;
    justify-content: center;
    line-height: 28px;
    padding: 6px 0;
    position: relative;
    text-align: center;
    width: 50%
}

.auth-tabs a,
.auth-tabs a:after {
    transition: .25s cubic-bezier(.25, .46, .45, .94)
}

.auth-tabs a:after {
    background: #000;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 0
}

.auth-tabs a.active {
    color: #060607
}

.auth-tabs a.active:after {
    width: 100%
}

@media screen and (min-width:1024px) {
    .auth-tabs a:hover {
        color: #060607
    }
}

.auth-tab {
    display: none;
    max-width: 464px;
    position: relative;
    width: 100%
}

.auth-tab.active {
    display: block
}

.auth-tab span.name {
    color: #555;
    display: block;
    font-family: Editor;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 20px;
    text-align: left;
    text-transform: none
}

.auth-tab.auth-login-tab a,
.auth-tab.auth-login-tab button,
.auth-tab.auth-register-tab a,
.auth-tab.auth-register-tab button {
    opacity: 1;
    pointer-events: all
}

.auth-tab [data-step="2"],
.auth-tab [data-step="3"] {
    display: none;
    height: 0;
    margin: 0;
    opacity: 0;
    pointer-events: none
}

.auth-connect {
    margin-bottom: 20px
}

.auth-connect,
.auth-connect a {
    align-items: center;
    display: flex
}

.auth-connect a {
    background: var(--White, #fff);
    border: 1px solid var(--grey-100, #e3e4e8);
    color: var(--grey-950, #060607);
    flex-basis: 100%;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 40px;
    justify-content: center;
    letter-spacing: -.28px;
    line-height: 1em;
    margin-right: 6px
}

.auth-connect a:last-child {
    margin-right: 0
}

.auth-connect a img {
    height: 15px;
    margin-right: 4px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 15px
}

@media screen and (min-width:1024px) {
    .auth-connect a {
        transition: .25s cubic-bezier(.25, .46, .45, .94)
    }

    .auth-connect a:hover {
        border-color: #060607
    }
}

.auth-title {
    color: var(--grey-950, #111);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 20px;
    text-align: center;
    text-transform: none
}

.auth-form .btn-black {
    font-feature-settings: "calt" off;
    background: #555;
    color: var(--White, #fff);
    cursor: pointer;
    font-family: Editor;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    height: 48px;
    line-height: 24px;
    margin-top: 14px;
    position: relative;
    text-transform: none;
    transition: .25s ease-in;
    width: 100%
}

.auth-form .btn-black:hover {
    background: #555;
    color: #fff
}

.auth-form .btn-black.loading {
    color: transparent
}

.auth-form .btn-black.loading:after {
    animation: circleSpin .5s linear infinite;
    border: 2px solid #fff;
    border-radius: 50%;
    border-right-color: transparent;
    content: "";
    height: 20px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .25s ease-in-out;
    width: 20px;
    z-index: 1
}

.auth-form .checkbox {
    display: block;
    height: 100%;
    margin-top: 20px;
    position: relative
}

.auth-form .checkbox:last-child {
    margin-top: 4px
}

.auth-form .checkbox.active {
    background: #fafafa
}

.auth-form .checkbox.error span:before {
    background: rgba(240, 68, 56, .565)
}

.auth-form .checkbox input {
    display: none
}

.auth-form .checkbox input:checked+span:before {
    opacity: 1
}

.auth-form .checkbox>span {
    border: 1px solid #e5e5e6;
    border-radius: 1px;
    height: 20px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 20px
}

.auth-form .checkbox>span:before {
    background-image: url(../images/ico-check..svg);
    content: "";
    height: 9px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .2s ease-in-out;
    width: 9px
}

.auth-form .checkbox label {
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    z-index: 1
}

.auth-form .checkbox p {
    color: #302f2d;
    cursor: pointer;
    padding: 3px 0 0 30px
}

.auth-form .checkbox p,
.auth-form .checkbox p span {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.auth-form .checkbox p span {
    color: #b3b3b3
}

.auth-form .checkbox p a {
    color: #302f2d;
    text-decoration: underline
}

.auth-form .checkbox p a:hover {
    color: #302f2d;
    text-decoration: none
}

.auth-input__text p {
    color: #666;
    font-size: 14px
}

.auth-input__group {
    margin-bottom: 20px;
    position: relative
}

.auth-input__group_index {
    z-index: 5
}

.auth-input__group_flex {
    display: flex;
    margin: 0 -10px
}

.auth-input__group_flex .auth-input__wrap {
    margin: 0 10px;
    width: 100%
}

.auth-input__title {
    color: var(--grey-950, #060607);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 6px;
    pointer-events: none;
    position: relative;
    transform: translateY(22px);
    transition: .25s ease-in-out;
    z-index: 3
}

.auth-input__title.active {
    color: #9c2e86;
    font-size: 12px;
    transform: translateY(0)
}

.auth-input__title-wrap {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
    padding-bottom: 6px
}

.auth-input__title-wrap .auth-input__title {
    margin-bottom: 0
}

.auth-input__title-wrap .auth-forgotpass {
    color: var(--grey-500, #72788d);
    font-family: "Manrope", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    position: relative
}

.auth-input__title-wrap .auth-forgotpass:after {
    background: #72788d;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    transition: .25s cubic-bezier(.25, .46, .45, .94);
    width: 100%
}

@media screen and (min-width:1024px) {
    .auth-input__title-wrap .auth-forgotpass:hover:after {
        width: 0
    }
}

.auth-input__wrap {
    position: relative
}

.auth-input__wrap_index {
    z-index: 5
}

.auth-input__wrap .iti {
    width: 100%
}

.auth-input__wrap .iti.error input {
    border: 1px solid #f04438;
    border-radius: 0
}

.auth-input__wrap select {
    border: 1px solid #e5e5e6;
    color: #777;
    font-size: 14px;
    outline: none;
    padding: 15px;
    width: 100%
}

.auth-input__wrap .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important
}

.auth-input__wrap input {
    background: #fff;
    border: 1px solid #e5e5e6;
    color: #0d0d0d;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 52px;
    line-height: 22px;
    outline: none;
    padding: 15px 16px;
    width: 100%
}

.auth-input__wrap input::-moz-placeholder {
    color: var(--grey-400, #8e93a4)
}

.auth-input__wrap input::placeholder {
    color: var(--grey-400, #8e93a4)
}

.auth-input__wrap input.error {
    border-color: #ff1414
}

.auth-input__wrap input.error+.error-title {
    opacity: 1
}

.auth-input__wrap .error-title {
    color: var(--error-500, #ff1414);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin: 2px 0 0;
    opacity: 0;
    position: unset
}

.auth-input__wrap.active select {
    color: #0d0d0d
}

.auth-input__wrap.error select {
    border-color: #ff1414;
    color: #777
}

.auth-input__wrap.error input {
    border-color: #ff1414
}

.auth-input__wrap.error .error-title {
    display: block;
    opacity: 1
}

.auth-input__wrap button {
    align-items: center;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #777;
    color: #777;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    justify-content: center;
    line-height: 15px;
    opacity: 0;
    outline: none;
    padding: 0;
    pointer-events: none;
    position: absolute;
    right: 16px;
    text-decoration: none;
    top: 25px;
    transform: translateY(-50%);
    transition: all .4s ease-in-out
}

.auth-input__wrap button.is-active {
    opacity: 1;
    pointer-events: all
}

.auth-input__wrap button:hover {
    border-bottom: 0;
    text-decoration: none;
    transition: all .4s ease-in-out
}

.auth-input__wrap .auth-forgotpass {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #777;
    color: #777;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    margin-left: auto;
    margin-top: 15px;
    opacity: 0;
    outline: none;
    padding: 0;
    pointer-events: none;
    position: relative;
    text-decoration: none;
    transition: all .4s ease-in-out;
    width: -moz-max-content;
    width: max-content
}

.auth-input__wrap .auth-forgotpass.is-active {
    opacity: 1;
    pointer-events: all
}

.auth-input__wrap .auth-forgotpass:hover {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0);
    text-decoration: none;
    transition: all .4s ease-in-out
}

.auth-input__wrap .icon {
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 14px;
    top: 27px;
    transform: translateY(-50%);
    z-index: 2
}

.auth-input__wrap .icon svg path {
    transition: .25s cubic-bezier(.25, .46, .45, .94)
}

.auth-input__wrap .icon.active:after {
    background-color: #8e93a4;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 18px
}

@media screen and (min-width:1024px) {
    .auth-input__wrap .icon {
        cursor: pointer
    }
}

.auth-steps__buttons {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 -10px
}

.auth-steps__current {
    color: #777;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    text-transform: none
}

.auth-steps .btn-white {
    font-feature-settings: "calt" off;
    background: #fff;
    border: 1px solid #555;
    color: #555;
    cursor: pointer;
    font-family: "Manrope";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    height: 48px;
    line-height: 24px;
    margin: 0 10px;
    position: relative;
    text-transform: none;
    transition: .25s ease-in;
    width: calc(50% - 20px);
    z-index: 5
}

.auth-steps .btn-white:hover {
    background: #fff;
    border-color: #555;
    color: #555
}

.auth-steps .btn-black {
    margin: 0 10px;
    width: calc(50% - 20px)
}

.auth-step-back {
    margin-bottom: 20px
}

.auth-step-back button {
    align-items: center;
    background: transparent;
    cursor: pointer;
    display: flex;
    justify-content: center
}

.pass-tooltip {
    height: 0;
    margin: 0;
    overflow: hidden;
    transition: all .25s ease-in
}

.pass-tooltip__content {
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    transition: all .25s ease-in
}

.pass-tooltip.show {
    height: auto;
    margin: 20px 0 0;
    padding: 5px;
    transition: all .25s ease-in
}

.pass-tooltip__item {
    background: url(../images/icons-none..svg) 0 0 no-repeat;
    color: #000;
    display: flex;
    font-size: 10px;
    font-weight: 400;
    line-height: 13px;
    margin: 5px;
    padding: 5px 0 5px 30px;
    transition: all .25s ease-in;
    width: calc(50% - 10px)
}

.pass-tooltip__item.active {
    background: url(../images/icons-success..svg) 0 0 no-repeat;
    transition: all .25s ease-in
}

.recovery-tooltip {
    height: 0;
    margin: 0;
    overflow: hidden;
    transition: all .25s ease-in
}

.recovery-tooltip__content {
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    transition: all .25s ease-in
}

.recovery-tooltip.show {
    height: auto;
    margin: 0 0 20px;
    padding: 0;
    transition: all .25s ease-in
}

.recovery-tooltip__item {
    background: url(../images/icons-none..svg) 0 0 no-repeat;
    color: #000;
    display: flex;
    font-size: 10px;
    font-weight: 400;
    line-height: 13px;
    margin: 5px;
    padding: 5px 0 5px 30px;
    transition: all .25s ease-in;
    width: calc(50% - 10px)
}

.recovery-tooltip__item.active {
    background: url(../images/icons-success..svg) 0 0 no-repeat;
    transition: all .25s ease-in
}

.auth-input__wrap .iti__flag {
    margin: 1px 0 0
}

.auth-input__wrap .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
    font-size: 16px;
    line-height: 16px
}

.auth-input__wrap .iti__arrow {
    margin-top: 2px
}

@media screen and (max-width:1024px) {
    .auth {
        background: transparent;
        bottom: 0;
        height: 100dvh;
        left: 0;
        right: 0;
        top: 0;
        transform: translate(0)
    }

    .auth-bg {
        height: 192px;
        left: 0;
        width: 100%
    }

    .auth-bg,
    .auth-bg:after {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .auth-bg:after {
        opacity: .5
    }

    .auth-bg img,
    .auth-bg picture {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }

    .auth-container {
        overflow: auto
    }

    .auth-tab {
        max-width: 343px
    }

    .auth-tab>span.name {
        font-size: 24px
    }

    .auth .auth-register-tab>span {
        letter-spacing: -1px
    }

    .auth-container,
    .forgotpass-container {
        margin-right: 0
    }

    .auth-close {
        height: 40px;
        right: 0;
        top: 5px;
        width: 40px
    }

    .auth-close svg {
        height: 18px;
        width: 18px
    }

    .auth-steps__buttons {
        margin: 0 -5px
    }

    .auth-steps .btn-black,
    .auth-steps .btn-white {
        margin: 0 5px;
        width: calc(50% - 10px)
    }

    .pass-tooltip__item {
        font-size: 8px;
        line-height: 11px;
        margin: 4px;
        padding: 3px 0 3px 24px;
        width: calc(50% - 8px)
    }

    .pass-tooltip__item,
    .pass-tooltip__item.active {
        background-size: 16px
    }

    .pass-tooltip.show {
        height: auto;
        margin: 0 0 10px
    }

    .recovery-tooltip__item {
        background-size: 16px;
        font-size: 8px;
        line-height: 11px;
        margin: 4px;
        padding: 3px 0 3px 24px;
        width: calc(50% - 8px)
    }

    .recovery-tooltip__item.active {
        background-size: 16px
    }

    .recovery-tooltip.show {
        height: auto;
        margin: 10px 0 0
    }
}

@media screen and (max-width:992px) {
    .auth {
        top: 0
    }

    .auth .auth-register-tab span {
        letter-spacing: -1.5px
    }

    .auth-input__group_flex {
        display: block;
        margin: 0
    }

    .auth-input__group_flex .auth-input__wrap {
        margin: 0
    }

    .auth-input__group_flex .auth-input__wrap:first-child {
        margin: 0 0 20px
    }
}

.js-login-form .auth-input__wrap input {
    padding: 15px 16px
}

.text-page {
    padding-bottom: 30px;
    padding-top: 90px
}

.text-page__caption {
    margin: 0 auto 90px;
    max-width: 770px
}

.text-page__caption h1 {
    color: #555;
    position: relative;
    font-family: "Hello Branch";
    font-size: 72px;
    font-weight: 400;
    line-height: 61.2px;
    text-align: center;
}

.text-page__caption p {
    color: #667085;
    font-family: "Manrope", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-align: center
}

.text-page__content {
    border-bottom: 1px solid #eaecf0;
    margin: 0 auto;
    max-width: 720px;
    padding: 0 0 90px
}

.text-page__content p {
    color: #667085;
    font-family: "Manrope", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 14px
}

.text-page__content p:last-child {
    margin-bottom: 0
}

.text-page__content p a {
    color: #667085;
    text-decoration: underline;
    transition: all .4s ease-in-out
}

.text-page__content p a:hover {
    color: #667085;
    text-decoration: none;
    transition: all .4s ease-in-out
}

.text-page__content ul {
    padding-left: 20px
}

.text-page__content ol {
    padding-left: 0
}

.text-page__content ol li,
.text-page__content ul li {
    color: #667085;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 4px;
    text-align: justify
}

.text-page__content ol li p,
.text-page__content ul li p {
    margin-bottom: 0
}

.text-page__content ol li a,
.text-page__content ul li a {
    color: #667085;
    text-decoration: underline;
    transition: all .4s ease-in-out
}

.text-page__content ol li a:hover,
.text-page__content ul li a:hover {
    color: #667085;
    text-decoration: none;
    transition: all .4s ease-in-out
}

.text-page__content ul {
    list-style-type: disc
}

.text-page__content ol,
.text-page__content ul {
    margin-bottom: 14px
}

.text-page__content h2 {
    color: #555;
    font-family: Editor;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    margin: 48px 0 24px
}

.text-page__content h3 {
    color: #555;
    font-family: "Manrope", serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin: 48px 0 16px
}

.text-page__content ol {
    counter-reset: text-name;
    margin: 0;
    padding: 0
}

.text-page__content ol li {
    display: block;
    font-style: normal;
    margin: 0 0 14px;
    padding: 0;
    position: relative;
    text-align: justify
}

.text-page__content ol li,
.text-page__content ol li:before {
    color: #667085;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.text-page__content ol li:before {
    content: counter(text-name) ".";
    counter-increment: text-name
}

@media screen and (max-width:767px) {
    .text-page {
        margin: 0 0 50px;
        padding-bottom: 0
    }

    .text-page__caption {
        margin: 0 0 50px;
        max-width: 100%
    }

    .text-page__caption h1 {
        font-size: 24px;
        line-height: 1.2em;
        margin: 0 0 24px;
        text-align: left
    }

    .text-page__caption p {
        font-size: 16px;
        text-align: left
    }

    .text-page__content {
        margin: 0;
        max-width: 100%;
        padding: 0 0 40px
    }

    .text-page__content ol li,
    .text-page__content ol li:before,
    .text-page__content p,
    .text-page__content ul li {
        font-size: 14px;
        line-height: 18px
    }

    .text-page__content h2,
    .text-page__content h3 {
        font-size: 20px;
        line-height: 1.2em;
        margin: 48px 0 24px
    }
}

.cover_9_events {
    height: 100%;
    overflow: hidden;
    padding: 80px 0 0;
    position: relative
}

.cover_9_events:after {
    background: url(../images/Cover_9_back..png) bottom no-repeat;
    bottom: 0;
    content: "";
    height: 51%;
    left: 0;
    position: absolute;
    width: 100%
}

@media screen and (max-width:767px) {
    .cover_9_events:after {
        background-size: 1140px;
        height: 180px
    }
}

.cover_9_events:before {
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.cover_9_events__caption {
    margin: 0 0 26px;
    position: relative;
    text-align: center;
    z-index: 5
}

.cover_9_events__caption h2 {
    color: #555;
    display: inline-block;
    font-family: Editor;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    margin: 0;
    padding-bottom: 10px;
    text-align: center;
    vertical-align: middle
}

.cover_9_events__caption h2 span {
    color: #555;
    position: relative
}

.cover_9_events__caption h2 span:after {
    background: #555;
    bottom: 10px;
    content: "";
    height: 20px;
    position: absolute;
    right: -31px;
    width: 20px
}

.cover_9_events__caption h2 br {
    display: none
}

@media screen and (max-width:767px) {
    .cover_9_events__caption h2 {
        font-family: Editor;
        font-size: 36px;
        font-weight: 700;
        line-height: 43.2px;
        padding-top: 0;
        text-align: center
    }

    .cover_9_events__caption h2 br {
        display: block
    }
}

.cover_9_events__caption p {
    color: #000;
    font-family: "Manrope", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin: 0 auto;
    max-width: 420px;
    text-align: center
}

.cover_9_events__block {
    margin: 0;
    padding-bottom: 100px;
    position: relative;
    width: 100%;
    z-index: 5
}

.cover_9_events__item {
    height: 474px;
    margin: 0;
    position: relative
}

@media screen and (max-width:767px) {
    .cover_9_events__item {
        height: 20vh
    }
}

.cover_9_events__item_image {
    display: block;
    height: 474px;
    position: relative;
    width: 100%
}

@media screen and (max-width:767px) {
    .cover_9_events__item_image {
        height: 200px
    }
}

.cover_9_events__item_image img,
.cover_9_events__item_image picture {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.cover_9_events__item_image:after {
    background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, .7));
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.cover_9_events__item_text {
    bottom: 46px;
    left: 30px;
    position: absolute;
    right: 30px;
    z-index: 5
}

.cover_9_events__item_text_title {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    line-height: 2.1875rem;
    margin: 0 0 4px;
    transition: color .25s
}

.cover_9_events__item_text_desc {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    justify-content: space-between;
    line-height: 1.25rem;
    margin: 0
}

.cover_9_events__item_text_desc img {
    max-width: 29px;
    min-width: 29px;
    transition: opacity .25s
}

@media screen and (min-width:1024px) {
    .cover_9_events__item:hover .cover_9_events__item_text_title {
        color: #555
    }

    .cover_9_events__item:hover .cover_9_events__item_text_desc img {
        opacity: .5
    }
}

@media screen and (max-width:1199px) {
    .cover_9_events__item_image {
        height: 440px
    }
}

@media screen and (max-width:991px) {
    .cover_9_events {
        padding: 100px 0 75px
    }

    .cover_9_events__caption {
        margin: 0 0 40px
    }

    .cover_9_events__item_image {
        height: 360px
    }

    .cover_9_events__item_text {
        bottom: 25px;
        left: 20px;
        right: 20px
    }
}

@media screen and (max-width:767px) {
    .cover_9_events {
        padding: 80px 0 12px
    }

    .cover_9_events__caption p {
        font-size: 14px;
        line-height: 1.375rem
    }

    .cover_9_events__item {
        margin: 0 10px 10px;
        width: calc(100% - 20px)
    }

    .cover_9_events__item_image {
        height: 200px
    }

    .cover_9_events__item_text {
        bottom: 25px;
        left: 20px;
        right: 20px
    }

    .cover_9_events__item_text_desc {
        font-size: 14px;
        line-height: 1.375rem
    }
}

.text-block_9-events__buttons {
    display: flex;
    gap: 24px;
    margin: 24px 0 0
}

.text-block_9-events__buttons .button {
    flex: 1;
    min-width: auto;
    padding: 16px 10px
}

@media screen and (max-width:1400px) {
    .text-block_9-events__buttons .button {
        flex: auto
    }
}

.text-block_9-events__content h2 {
    color: #555;
    font-family: Editor;
    font-size: 36px;
    font-weight: 700;
    line-height: 46.8px
}

.text-block_9-events__content h2 span {
    color: #555;
    position: relative
}

.text-block_9-events__content h2 span:after {
    background: #555;
    bottom: 10px;
    content: "";
    height: 20px;
    position: absolute;
    right: -31px;
    width: 20px
}

.text-block_9-events__content p {
    font-family: "Manrope", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    margin: 0 0 10px;
    text-align: left
}

.text-block_9-events__content p.note {
    font-weight: 500
}

.text-block_9-events__image {
    height: 677px;
    margin: 0 0 0 17px;
    width: 100%
}

.text-block_9-events__image img,
.text-block_9-events__image picture {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

@media screen and (max-width:1199px) {
    .text-block_9-events__image {
        height: 575px;
        margin: 0
    }
}

@media screen and (max-width:991px) {
    .text-block_9-events h2 {
        font-size: 40px;
        line-height: 3.125rem
    }

    .text-block_9-events__image {
        height: 470px
    }
}

@media screen and (max-width:767px) {
    .text-block_9-events h2 {
        font-size: 28px;
        line-height: 32px;
        padding: 0 12px 0 0
    }

    .text-block_9-events h2 span:after {
        bottom: 6px
    }

    .text-block_9-events__image {
        height: 330px;
        margin: 30px 0 0;
        max-width: 100%
    }
}

@media screen and (max-width:575px) {
    .text-block_9-events__image {
        height: 330px
    }

    .text-block_9-events__buttons {
        display: block
    }

    .text-block_9-events__buttons .button {
        margin: 0 0 10px;
        width: 100%
    }

    .text-block_9-events__buttons .button:last-child {
        margin: 0
    }
}

.text-block_9_reverse_events__buttons {
    display: flex;
    gap: 24px;
    margin: 24px 0 0
}

.text-block_9_reverse_events__buttons .button {
    flex: 1;
    min-width: auto;
    padding: 16px 10px
}

@media screen and (max-width:1400px) {
    .text-block_9_reverse_events__buttons .button {
        flex: auto
    }
}

.text-block_9_reverse_events__content h2 {
    color: #555;
    font-family: Editor;
    font-size: 36px;
    font-weight: 700;
    line-height: 46.8px
}

@media screen and (max-width:767px) {
    .text-block_9_reverse_events__content h2 {
        font-size: 28px;
        line-height: 32px
    }
}

.text-block_9_reverse_events__content h2 span {
    color: #555;
    position: relative
}

.text-block_9_reverse_events__content h2 span:after {
    background: #555;
    bottom: 10px;
    content: "";
    height: 20px;
    position: absolute;
    right: -31px;
    width: 20px
}

.text-block_9_reverse_events__content p {
    font-family: "Manrope", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    margin: 0 0 10px;
    text-align: left
}

.text-block_9_reverse_events__content p.note {
    font-weight: 500
}

.text-block_9_reverse_events__image {
    height: 677px;
    margin: 0 17px 0 0
}

.text-block_9_reverse_events__image img,
.text-block_9_reverse_events__image picture {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

@media screen and (max-width:1199px) {
    .text-block_9_reverse_events__image {
        height: 575px;
        margin: 0
    }
}

@media screen and (max-width:991px) {
    .text-block_9_reverse_events h2 {
        font-size: 40px;
        line-height: 3.125rem
    }

    .text-block_9_reverse_events__image {
        height: 470px
    }
}

@media screen and (max-width:767px) {
    .text-block_9_reverse_events h2 {
        font-size: 28px;
        line-height: 32px;
        padding: 0 12px 0 0
    }

    .text-block_9_reverse_events h2 span:after {
        bottom: 6px
    }

    .text-block_9_reverse_events__image {
        height: 330px;
        margin: 30px 0 0;
        max-width: 100%
    }

    .col-xl-7.col-md-6.col-12 {
        order: 2
    }

    .col-xl-5.col-md-6.col-12 {
        order: 1
    }
}

@media screen and (max-width:575px) {
    .text-block_9_reverse_events__image {
        height: 330px
    }

    .text-block_9_reverse_events__buttons {
        display: block
    }

    .text-block_9_reverse_events__buttons .button {
        margin: 0 0 10px;
        width: 100%
    }

    .text-block_9_reverse_events__buttons .button:last-child {
        margin: 0
    }
}

.main-product {
    margin: 50px 0 80px;
    position: relative
}

.main-product__block {
    display: flex
}

.main-product__images {
    display: block;
    margin: 0 50px 0 0;
    max-width: 510px;
    min-width: 510px;
    position: relative;
}

.main-product__images__block {
    margin: 0 auto;
    max-width: 510px;
    min-width: 510px;
    position: relative;
    position: sticky;
    top: 100px
}

@media screen and (max-width:767px) {
    .main-product__images__block {
        position: relative;
        top: 0
    }
}

.main-product__images__block p.status {
    font-family: "Manrope", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    padding: 13px 16px;
    position: absolute;
    right: 1px;
    text-align: left;
    top: 0;
    z-index: 5
}

.main-product__images__block p.status.pink {
    background: #fd9cba;
    color: #fff
}

.main-product__images__block p.status.gray {
    background: #6d6d6d;
    color: #fff
}

.main-product__images .swiper-pagination-vertical.swiper-pagination-bullets,
.main-product__images .swiper-vertical>.swiper-pagination-bullets {
    background: #ddd;
    display: flex;
    flex-direction: column;
    margin: 3px 0;
    padding: 0;
    width: 3px !important
}

.main-product__images .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.main-product__images .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    background: #ddd;
    border-radius: 10px;
    display: inline-block;
    flex: 1;
    height: auto;
    margin: 0;
    opacity: 1;
    transition: all .4s ease-in-out;
    width: 3px
}

.main-product__images .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet-active,
.main-product__images .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #fd9cba;
    transition: all .4s ease-in-out
}

.main-product__images .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0
}

.main-product__images .swiper-pagination-bullet {
    background: #ddd;
    border-radius: 0;
    border-radius: 10px;
    display: inline-block;
    height: calc(33.33% - 13px);
    opacity: 1;
    transition: all .4s ease-in-out;
    width: 1px
}

.main-product__images .swiper-pagination-bullet-active {
    background: #111;
    transition: all .4s ease-in-out
}

.main-product-back {
    color: #555;
    display: inline-block;
    font-family: "Manrope", serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    padding: 0 0 0 30px;
    position: relative
}

.main-product-back:before {
    background: url(../images/icon-back..svg) no-repeat 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: left .4s ease-in-out;
    width: 21px
}

.main-product-back:hover:before {
    left: -10px;
    transition: left .4s ease-in-out
}

.main-product__content {
    position: relative;
    width: 100%
}

.main-product__content .bestsellers-blocs__block__content__third {
    margin-bottom: 10px
}

.main-product__content_block {
    padding: 0
}

.main-product__content_block .stock.in-stock{
    position: relative;
    top: 25px;
    left: 80px;
    width: fit-content;
}

.main-product__content h1 {
    color: #555;
    font-family: 'Hello Branch', sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 40.8px;
    margin: 20px 0 10px;
}

.main-product__content p.compound {
    color: #000;
    font-family: "Manrope", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    margin: 0 0 20px
}

.main-product__content p.compound strong {
    font-weight: 500
}

.main-product__content p.personnes {
    align-items: center;
    color: #555;
    display: flex;
    font-family: "Manrope", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    margin: 0 0 15px
}

.main-product__content p.personnes span {
    color: #555
}

.main-product__content p.personnes img {
    margin: 0 7px 0 0;
    max-width: 16px;
    width: 100%
}

.main-product__content ul.list-notes {
    display: flex;
    margin: 0 0 20px;
    padding: 0
}

.main-product__content ul.list-notes li {
    background: #f7f7f7;
    color: #1f0c24;
    font-family: "Manrope", serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 14px 0 0;
    padding: 4px 8px
}

.main-product__content ul.list-notes li:last-child {
    margin: 0
}

.main-product__content ul.list-notes li.green {
    background: #555;
    color: #fff
}

.main-product__content ul.list-notes li.pink {
    background: #555;
    color: #fff
}

.main-product__content_text {
    margin: 0 0 30px;
    display: inline-flex;
    gap: 12px;
    align-items: flex-start;
}

.main-product__content_text img {
    width: 26px;
    height: 26px;
}

.main-product__content_text p {
    color: #111;
    font-size: 14px;
    line-height: 19.6px;
    margin: 0 0 10px;
    text-align: justify
}

.main-product__content_text p:last-child {
    margin: 0
}

.main-product__content_decs {
    margin: 0 0 20px
}

.main-product__content_decs p.text {
    color: #9e9e9e;
    font-family: "Manrope", serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    margin: 0 0 8px
}

.main-product__content_sizes {
    display: flex;
    margin: 0
}

.main-product__content_sizes .item {
    height: 30px;
    margin: 0 6px 0 0;
    max-width: 30px;
    min-width: 30px
}

.main-product__content_sizes .item:last-child {
    margin: 0
}

.main-product__content_sizes input[type=radio] {
    display: none;
    padding: 0
}

.main-product__content_sizes input[type=radio]+label {
    align-items: center;
    background: #f5f5f5;
    color: #111;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    height: 30px;
    justify-content: center;
    line-height: 14.4px;
    padding: 5px;
    position: relative;
    transition: all .4s ease-in-out;
    width: 30px
}

.main-product__content_sizes input[type=radio]:checked+label {
    background: #555;
    color: #fff;
    transition: all .4s ease-in-out
}

.main-product__content_sizes input[type=radio]:disabled+label {
    color: #d0d0d0 !important;
    cursor: default
}

.main-product__content_sizes.full-size .item {
    max-width: -moz-max-content;
    max-width: max-content;
    min-width: auto
}

.main-product__content_sizes.full-size input[type=radio]+label {
    height: auto;
    padding: 8px;
    text-transform: uppercase;
    width: auto
}

.main-product__content_counter {
    margin: 0 0 0 30px
}

.main-product__content_counter .card-full__bottom_chart .item-piece {
    height: 30px;
    margin: 0 2px 0 0;
    max-width: 19px;
    min-width: 19px
}

.main-product__content_quantity {
    margin: 0 0 7px
}

.main-product__content_quantity .basket__list-item-quantity {
    align-items: center;
    display: flex;
    height: 28px;
    justify-content: space-between;
    margin: 0 0 20px;
    padding: 0;
    border-radius: 4px;
    width: 66px;
    background: #F7F0EA;
}

.main-product__content_quantity .basket__list-item-quantity input {
    display: none
}

.main-product__content_quantity .basket__list-item-quantity button {
    align-items: center;
    background: transparent;
    color: #000;
    cursor: pointer;
    display: flex;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    height: 100%;
    justify-content: center;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    width: 20px
}

.main-product__content_quantity .basket__list-item-quantity span {
    color: #555;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px
}

.main-product__content_quantity .basket__list-item-price {
    color: #555;
    font-family: "Manrope", serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    margin: 0;
    padding: 30px 0 10px;
}

.main-product__content_quantity .basket__list-item-price span,
.main-product__content_quantity .basket__list-item-price span bdi {
    color: #555
}

.main-product__content_quantity .basket__list-item-price .basket-total-price {
    display: inline-block;
    margin: 0 5px
}

.main-product__content_text {
    margin: 0 0 20px
}

.main-product__content_text p {
    color: #555;
    font-family: "Manrope", serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin: 0
}

.main-product__content_text p strong{
    font-weight: 600;
    color: #555;
}

.main-product__content_text p span{
    color: #555;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.main-product__content_text p.price {
    color: #000;
    margin: 0 0 5px
}

.main-product__content_buttons {
    display: flex;
    flex-direction: column;
    margin: 0 0 20px;
}

/*.xoo-wl-btn-container.xoo-wl-btc-simple{*/
/*    margin: 20px 0;*/
/*}*/

/*.xoo-wl-btn-container button.xoo-wl-open-form-btn{*/
/*    background: #E5D9D0;*/
/*    border: 0;*/
/*    font-size: 14px;*/
/*    min-height: 44px;*/
/*    letter-spacing: .05em;*/
/*    line-height: 12.81px;*/
/*    padding: 15px 20px;*/
/*    transition: all .4s ease-in-out;*/
/*    color: #555;*/
/*    border-radius: unset;*/
/*    max-width: unset;*/
/*}*/

.swal2-container{
    z-index: 9999;
}

.cwg_popup_submit,
.cwgstock_button{
    background: #E5D9D0 !important;
    border: 0;
    font-size: 14px;
    min-height: 44px;
    letter-spacing: .05em;
    line-height: 12.81px !important;
    padding: 15px 20px;
    transition: all .4s ease-in-out;
    color: #555 !important;
    border-radius: unset;
    max-width: unset;
    cursor: pointer;
    width: 100%;
    margin: 20px 0;
    white-space: break-spaces;
}

.cwgstock_button{
    margin: 0;
    padding: 15px 20px !important;
}

.cwg_popup_submit:hover,
.cwgstock_button:hover{
    background: #F7F0EA !important;
}

.cwgstock_email{
        border: 1px solid #e5e5e6;
        color: #555;
        font-size: 14px;
        outline: none;
        padding: 15px;
        border-radius: 0;
}

.cwginstock-subscribe-form .panel-primary{
    border: unset !important;
    box-shadow: unset !important;
    margin-bottom: 0 !important;
}

.cwginstock-subscribe-form .panel-body {
    padding: 0 !important;
}

.cwginstock-subscribe-form .panel-primary>.panel-heading {
    background-color: unset !important;
    border: none;
}

.cwginstock-panel-heading h4 {
    color: #555 !important;
}

.swal2-close{
    box-shadow: unset !important;
}

/*.xoo-wl-inmodal .xoo-wl-form .xoo-aff-email{*/
/*    border: 1px solid #e5e5e6;*/
/*    color: #555;*/
/*    font-size: 14px;*/
/*    outline: none;*/
/*    padding: 15px;*/
/*    border-radius: 0;*/
/*}*/

/*.xoo-wl-form .xoo-wl-submit-btn.xoo-wl-action-btn{*/
/*    border-radius: 0;*/
/*    font-size: 14px;*/
/*    min-height: 44px;*/
/*    letter-spacing: .05em;*/
/*    line-height: 12.81px;*/
/*    padding: 15px;*/
/*}*/

/*.xoo-wl-form .xoo-aff-input-icon{*/
/*    border-radius: 0;*/
/*    border-color: #e5e5e6;*/
/*}*/

.ambisn-outer-container.popup.visible{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
}

.main-product__content_buttons .card-full__watch {
    height: 44px;
    margin: 0 0 0 10px;
    max-width: 116px;
    min-width: 116px;
    padding: 5px 10px;
    position: static
}

.main-product__content_buttons .card-full__watch span {
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase
}

.main-product__content_buttons .main-product__button_black {
    background: #E5D9D0;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    /*height: 44px;*/
    letter-spacing: .05em;
    line-height: 12.81px;
    padding: 15px 20px;
    position: relative;
    text-align: center;
    transition: all .4s ease-in-out;
    width: 100%;
    font-family: "Manrope", serif;
    font-weight: 500;
    color: #555;
    margin-top: 12px;
}

.single-product .main-product__content_buttons .single_add_to_cart_button {
    width: 100%;
}

.single-product .main-product__content_block .cart>.woocommerce-NoticeGroup{
    position: absolute;
    top: 30px;
}


.main-product__content_buttons .main-product__button_black:hover {
    background: #F7F0EA;
    transition: all .4s ease-in-out
}

.main-product__content_buttons .main-product__button_black .item-text {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 12.81px;
    position: relative;
    text-transform: uppercase;
    z-index: 5
}

.main-product__content_buttons .main-product__button_black .item-total {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    position: relative;
    text-transform: uppercase;
    z-index: 5
}

.main-product__content_buttons .main-product__button_black .item-total span {
    color: #fff
}

.main-product__content_buttons .main-product__button_black.disabled {
    background: #6d6d6d;
    color: #cecece;
    pointer-events: none
}

.main-product__content_checkbox>* {
    -moz-column-break-inside: avoid;
    break-inside: avoid
}

.main-product__content_tastes {
    margin: 0 0 20px
}

.main-product__content_tastes textarea {
    border: 1px solid #555;
    color: #000;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    height: 100px;
    line-height: 19.6px;
    padding: 13px 21px;
    text-align: left;
    width: 100%
}

.main-product__content_list {
    display: block;
    margin: 0 0 20px;
    padding: 0
}

.main-product__content_list li {
    font-family: "Manrope", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    margin: 0 0 8px;
    padding: 0 0 0 28px;
    position: relative
}

.main-product__content_list li:before {
    background: url(../images/icon-check..svg) 0 0 no-repeat;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 16px
}

.main-product__content_list li:last-child {
    margin: 0
}

.main-product__content_checkbox {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-fill: auto;
    column-fill: auto;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin: 0 0 20px;
    max-height: 175px;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 5
}

.main-product__content_checkbox p {
    margin: 0 0 8px
}

.main-product__content_checkbox input[type=checkbox] {
    left: -9999px;
    position: absolute
}

.main-product__content_checkbox input[type=checkbox]+label {
    color: #111;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    padding: 7px 0 3px 28px;
    position: relative
}

.main-product__content_checkbox input[type=checkbox]+label:before {
    background: #fff;
    border: 1px solid #555;
    border-radius: 0;
    content: "";
    display: block !important;
    height: 16px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 16px;
    z-index: 5
}

.main-product__content_checkbox input[type=checkbox]:checked+label:after {
    background: #555;
    content: "";
    height: 12px;
    left: 2px;
    position: absolute;
    top: 10px;
    transition: all .4s ease;
    width: 12px;
    z-index: 10
}

.main-product__content_checkbox input[type=checkbox]:disabled+label,
.main-product__content_checkbox input[type=checkbox]:disabled+label:before {
    opacity: .5
}

.main-product__content_radio {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 5;
    display: flex;
    gap: 4px;
}

.main-product__content_radio p {
    margin: 0 0 8px
}

.main-product__content_radio input[type=radio] {
    left: -9999px;
    position: absolute
}

.main-product__content_radio input[type=radio]+label {
    color: #555;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    padding: 9px;
    border-radius: 4px;
    font-family: "Manrope", serif;
    background: #F7F0EA;

}

/* .main-product__content_radio input[type=radio]+label:before {
    background: #fff;
    border: 1px solid #555;
    border-radius: 0;
    content: "";
    display: block !important;
    height: 16px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 16px;
    z-index: 5
} */

.main-product__content_radio input[type=radio]:checked+label {
    background: #E5D9D0;
}

/* .main-product__content_radio input[type=radio]:checked+label:after {
    background: #555;
    content: "";
    height: 12px;
    left: 2px;
    position: absolute;
    top: 10px;
    transition: all .4s ease;
    width: 12px;
    z-index: 10
} */

.main-product__content_radio input[type=radio]:disabled+label,
.main-product__content_radio input[type=radio]:disabled+label:before {
    opacity: .5
}

.main-product__slider {
    height: 652px;
    margin: 0 0 0 32px;
    max-width: 477px;
    min-width: 477px
}

.main-product__slider.sold-out .main-product__slide {
    position: relative
}

.main-product__slider.sold-out .main-product__slide:after {
    background: hsla(0, 0%, 52%, .5);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.main-product-pagination {
    bottom: 0 !important;
    height: 100%;
    left: 0 !important;
    right: auto !important;
    top: -4px !important;
    transform: translateZ(0) !important;
    width: 1px !important
}

.main-product__slide {
    /*height: 652px;*/
    width: 100%;
    background-color: #f5f5f5;
}

.main-product__slide img,
.main-product__slide picture {
    display: block;
    /*height: 100%;*/
    height: 650px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    border-radius: 8px;
}

.main-product__slide.thumb_contain img,
.main-product__slide.thumb_contain picture{
    object-fit: contain;
}

.main-product__slide.slick-slide {
    margin: 3px;
}

.other-product {
    margin: 0 0 60px
}

.other-product h2 {
    margin: 0 0 24px;
    text-align: left;
}

.other-product h2 span {
    color: #555;
    font-family: "Manrope";
    font-size: 32px;
    font-weight: 400;
    line-height: 38.4px;
    letter-spacing: -0.02em;

}


.other-product__slide {
    display: block;
    width: 100%
}

.other-product__slide .bestsellers-blocs__block {
    display: block;
    position: relative;
    width: 100%
}

.other-product__slide .bestsellers-blocs__block__image {
    display: block;
    width: 100%;
    border-radius: 8px;
}

.other-product__slide .bestsellers-blocs__block__content__second {
    margin: 12px 0 20px
}

.other-product__slide .bestsellers-blocs__block__content__second span {
    display: block;
    font-family: "Manrope", serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    text-align: left
}

.other-product__slide .bestsellers-blocs__block__content__second span.text {
    color: #505050;
    font-weight: 700;
    margin: 0 0 12px
}

.other-product__slide .bestsellers-blocs__block__content__second span.note {
    color: #000;
    font-weight: 700;
    margin: 0 0 20px
}

.other-product__slide .bestsellers-blocs__block__content__third {
    display: flex;
    margin: 0;
    padding: 0
}

.other-product__slide .bestsellers-blocs__block__content__third li {
    background: #f7f7f7;
    color: #1f0c24;
    font-family: "Manrope", serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 14px 0 0;
    padding: 4px 8px
}

.other-product__slide .bestsellers-blocs__block__content__third li:last-child {
    margin: 0
}

.other-product__slide .bestsellers-blocs__block__content__third li.green {
    background: #555;
    color: #fff
}

.other-product__slide .bestsellers-blocs__block__content__third li.pink {
    background: #555;
    color: #fff
}

.other-product__slide .bestsellers-blocs span {
    display: block
}

@media screen and (max-width:1199px) {
    .main-product__images {
        margin: 0 20px 0 0;
        max-width: 420px;
        min-width: 420px
    }

    .main-product__images__block {
        max-width: 100%;
        min-width: 100%
    }

    .main-product__slider {
        height: 545px;
        margin: 0 0 0 20px;
        max-width: 400px;
        min-width: 400px
    }
}

@media screen and (max-width:991px) {
    .main-product__images {
        max-width: 340px;
        min-width: 340px
    }

    .main-product__images__block {
        max-width: 100%;
        min-width: 100%
    }

    .main-product__slider {
        height: 435px;
        max-width: 320px;
        min-width: 320px
    }

    .main-product__content_checkbox,
    .main-product__content_radio {
        -moz-column-count: 1;
        column-count: 1;
        max-height: -moz-max-content;
        max-height: max-content
    }
}

@media screen and (max-width:767px) {
    .main-product__block {
        display: block
    }

    .main-product__images {
        margin: 0 0 30px;
        max-width: 100%;
        min-width: 100%
    }

    .main-product__slider {
        height: 300px;
        margin: 0;
        max-width: 100%;
        min-width: 100%;
        padding: 0 0 0 15px
    }
    .main-product__slide img, .main-product__slide picture{
        height: 300px;
    }

    .main-product__slide {
        height: 300px;
        width: 100%
    }

    .main-product__slide img,
    .main-product__slide picture {
        max-width: calc(100% + 13px);
        width: calc(100% + 13px)
    }

    .main-product__content h1 {
        font-size: 60px;
        line-height: 36px;
        margin: 20px 0 8px
    }
    .single-product .main-product__content_block .cart>.woocommerce-NoticeGroup{
        font-size: 12px;
    }
}

@media screen and (max-width:575px) {

    .main-product__slide img,
    .main-product__slide picture {
        max-width: 100%;
        width: 100%
    }

    .other-product {
        margin: 0 0 60px
    }

    /*.other-product__slider {*/
    /*    margin: 0 -15px 0 0*/
    /*}*/

    .other-product h2 {
        font-size: 28px;
        line-height: 36px;
        margin: 0 0 30px;
        padding-bottom: 0
    }
}

.t-section.faq{
    margin-top: 30px;
}

.faq__wrap {
    margin: 0 0 100px;
    max-width: 444px;
    min-width: 444px;
    padding: 0
}

@media screen and (max-width:1439px) {
    .faq__wrap {
        margin: -70px 0 100px;
        max-width: 50%;
        min-width: 50%;
        padding: 0 20px 0 0
    }
}

@media screen and (max-width:759px) {
    .faq__wrap {
        margin: 0;
        max-width: 100%;
        min-width: 100%;
        padding: 0
    }
}

.faq__accord ul li {
    padding-bottom: 12px
}

.faq__accord .li__name {
    background: #F7F0EA;

    color: #555;
    cursor: pointer;
    font-family: Editor;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.6px;
    margin-bottom: 0;
    padding: 11px 30px 10px 18px;
    position: relative;
    text-align: left;
    transition: margin .2s ease-in-out
}

.faq__accord .li__name span {
    color: #555
}

.faq__accord .li__name.open {
    margin-bottom: 0
}

.faq__accord .li__name.open .li__name-close:after {
    background: url(../images/icon-minus..svg) 50% no-repeat;
    transform: rotate(1turn)
}

.faq__accord .li__name-close {
    align-items: center;
    display: flex;
    height: 20px;
    justify-content: center;
    position: absolute;
    right: 16px;
    top: 11px;
    transition: background-color .2s ease-in-out;
    width: 20px
}

.faq__accord .li__name-close:after {
    background: url(../images/icon-plus..svg) 50% no-repeat;
    border-radius: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: .3s ease-in-out;
    width: 100%
}

.faq__accord .li__answer {
    height: 0;
    overflow: hidden;
    transition: height .2s ease-in-out
}

.faq__accord .li__text {
    overflow-y: auto;
    padding: 10px 18px
}

.faq__accord .li__text::-webkit-scrollbar {
    background-color: #e4e4e4;
    border-radius: 8px;
    height: 8px;
    width: 8px
}

.faq__accord .li__text::-webkit-scrollbar-thumb {
    background-color: #a6a6a6;
    border-radius: 8px
}

.faq__accord .li__text p {
    color: #565656;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    margin: 0 0 10px
}

.faq__accord .li__text p:last-child {
    margin: 0
}

.faq__accord .li__text p a {
    color: #111;
    text-decoration: underline
}

.faq__accord .li__text p a:hover {
    color: #111;
    text-decoration: none
}

.faq__link {
    display: flex;
    justify-content: center
}

.faq__link a {
    align-items: center;
    display: flex;
    filter: invert(1);
    font-size: 32px;
    font-weight: 400;
    height: 27px;
    line-height: 165.9%;
    padding-right: 38px;
    padding-top: 3px;
    position: relative
}

.faq__link a:after {
    height: 12px
}

.faq__link a:after,
.faq__link a:before {
    content: "";
    left: calc(100% - 28px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .4s ease-in-out;
    width: 28px;
    z-index: 0
}

.faq__link a:before {
    height: 0
}

.faq__link a span {
    position: relative;
    transition: .4s ease-in-out;
    z-index: 1
}

.instagram {
    margin: 120px 0;
    overflow: hidden
}

.instagram .gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 30px;
    margin-left: -50px;
    margin-right: -100px;
    justify-content: space-between;
}

@media screen and (max-width:767px) {
    /*.instagram {*/
    /*    margin: 60px 0*/
    /*}*/

    .instagram .gallery {
        gap: 15px;
        margin-left: -600px;
        margin-right: -600px;
    }
    .instagram h2{
        font-size: 48px !important;
    }
}

.instagram h2 {
    margin-bottom: 10px;
    font-family: "Hello Branch";
    font-size: 72px;
    font-weight: 400;
    line-height: 85%;
    text-align: center;
    color: #555;
}

.instagram h2 span {
    color: #555;
    font-family: "Hello Branch";
    font-size: 72px;
    font-weight: 400;
    line-height: 61.2px;
}

.instagram h2 br {
    display: none
}

@media screen and (max-width:767px) {
    .instagram h2 span {
        font-size: 60px;
        line-height: 36px
    }

    .instagram h2 br {
        display: block
    }
}

.instagram p {
    color: #909090;
    color: #555;
    font-family: "Manrope", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 40px;
    text-align: center
}

@media screen and (max-width:767px) {
    .instagram p {
        margin: 0 0 30px
    }
}

.instagram p a {
    color: #555;
    text-decoration: underline
}

.instagram p a:hover {
    color: #555;
    text-decoration: none
}

.instagram-slider .swiper-slide {
    width: 301px
}

@media screen and (max-width:575px) {
    .instagram-slider .swiper-slide {
        width: 189px
    }
}

.instagram-slide {
    height: 301px;
    width: 100%
}

@media screen and (max-width:575px) {
    .instagram-slide {
        height: 189px
    }
}

.instagram-slide img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.instagram-indent {
    margin: 0 -10%
}

@media screen and (max-width:575px) {
    .instagram-indent {
        margin: 0 -134px
    }
}

.catalog {
    position: relative;
    margin: 20px 0 60px;
}

.catalog h1 {
    text-align: center;
}

@media screen and (max-width:767px) {
    .catalog h1 {
        font-size: 28px;
        line-height: 36px;
        margin: 0 0 12px;
        text-align: center
    }
}

.catalog h1 span {
    color: #555;
    position: relative;
    font-family: "Hello Branch";
    font-size: 72px;
    font-weight: 400;
    line-height: 45px;
}

@media (max-width: 768px) {
    .catalog h1 span {
        font-size: 60px;
    }
}

.catalog-empty {
    margin: 30px auto;
    max-width: 500px;
    text-align: center
}

@media screen and (max-width:767px) {
    .catalog-empty {
        max-width: 330px
    }
}

.catalog-empty h2 {
    color: #555;
    font-family: Editor;
    font-size: 36px;
    font-weight: 700;
    line-height: 46.8px;
    margin: 0 0 10px;
    text-align: center
}

@media screen and (max-width:767px) {
    .catalog-empty h2 {
        font-size: 28px;
        line-height: 36px
    }
}

.catalog-empty p {
    color: #666;
    font-family: "Manrope", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    margin: 0 auto 30px;
    max-width: 410px;
    text-align: center
}

.catalog-empty img {
    margin: 0 auto 16px;
    max-width: 50px;
    width: 100%
}

.catalog-empty .button-pink {
    min-width: 277px;
    padding: 14px 25px
}

.catalog-banner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px;
    border-radius: 8px;
    padding: 10px;
    background-size: cover;
}

@media screen and (max-width:767px) {
    .catalog-banner {
        display: block
    }
}

.catalog-banner__content {
    margin: 30px 60px;
    max-width: 430px;
    width: 100%
}

@media screen and (max-width:991px) {
    .catalog-banner__content {
        margin: 20px 30px
    }
}

@media screen and (max-width:767px) {
    .catalog-banner__content {
        margin: 0;
        max-width: 100%;
        padding: 24px 20px
    }
}

.catalog-banner__content h2 {
    font-family: "Manrope", serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 38.4px;
    letter-spacing: -0.02em;
    margin: 0 0 12px;
    color: #555;
}

@media screen and (max-width:767px) {
    .catalog-banner__content h2 {
        font-size: 28px;
        line-height: 36px;
        margin: 0 0 7px
    }
}

.catalog-banner__content p {
    font-family: "Manrope", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.02em;
    color: #555;
    margin: 0 0 23px;
    line-height: 1.5;
}

.catalog-banner__content .button {
    font-family: "Manrope", serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    background: #E5D9D0;
    color: #333;
    border-color: transparent;
}

.catalog-banner__content .button:hover {
    background: #F7F0EA;
    color: #333;
    border-color: transparent;
}

@media screen and (max-width:767px) {
    .catalog-banner__content .button {
        padding: 15px 42px;
        width: 100%
    }
}

.catalog-banner__image {
    height: 286px;
    max-width: 650px;
    min-width: 434px
}

@media screen and (max-width:991px) {
    .catalog-banner__image {
        height: 300px;
        max-width: 360px;
        min-width: 360px
    }
}

@media screen and (max-width:767px) {
    .catalog-banner__image {
        height: 240px;
        max-width: 100%;
        min-width: 100%
    }
}

.catalog-banner__image img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.catalog-filter {
    align-items: flex-start;
    background: transparent;
    display: flex;
    justify-content: space-between;
    position: sticky;
    top: 120px;
    z-index: 100
}

@media screen and (max-width:991px) {
    .catalog-filter {
        padding: 0 0 8px;
        top: 20px
    }
}

.catalog-filter__mobile {
    display: none
}

@media screen and (max-width:991px) {
    .catalog-filter__mobile {
        display: block;
        margin: 0 20px 0 0;
        width: 100%
    }
}

.catalog-filter__list {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0
}

@media screen and (max-width:991px) {
    .catalog-filter__list {
        display: none
    }
}

.catalog-filter__list li {
    display: block;
    margin: 0 10px 10px 0;
    padding: 0
}

@media screen and (max-width:1199px) {
    .catalog-filter__list li {
        margin: 0 5px 5px 0
    }
}

.catalog-filter__list li a {
    font-family: "Manrope", serif;
    font-size: 14px;
    font-weight: 500;
    display: block;
    padding: 14px 20px;
    transition: all .4s ease-in-out;
    color: #333333;
    background: #F7F0EA;
    border-radius: 4px;
}

@media screen and (max-width:1199px) {
    .catalog-filter__list li a {
        padding: 14px
    }
}

.catalog-filter__list li a:hover,
.catalog-filter__list li a.active {
    /* background: #E5D9D0; */
    background: #d7c5b7;

}

.catalog-filter__type {
    position: relative
}

.catalog-filter__button {
    align-items: center;
    background: #E5D9D0 url(../images/icon-sort.svg) 50% no-repeat;
    border: 1px solid #E5D9D0;
    display: flex;
    height: 44px;
    justify-content: center;
    min-width: 44px;
    padding: 0;
    position: relative;
    width: 44px;
    border-radius: 4px;
}

.catalog-filter__button.active {
    /*background: #fff url(../images/icon-close..svg) 50% no-repeat*/
}

.catalog-filter__button img {
    max-width: 24px;
    width: 100%
}

.catalog-filter__button .count-filter,
.open_mobile_filter .count-filter{
    background: #fff;
    border: 1px solid #E5D9D0;
    border-radius: 50%;
    color: #E5D9D0;
    display: block;
    font-size: 10px;
    height: 18px;
    line-height: 10px;
    opacity: 0;
    padding: 3px 0 0;
    position: absolute;
    right: -5px;
    text-align: center;
    top: -5px;
    transition: all .4s ease-in-out;
    width: 18px
}

.catalog-filter__button .count-filter.active,
.open_mobile_filter .count-filter.active{
    opacity: 1
}

.open_mobile_filter .count,
.close_mobile_filter .count{
    position: absolute;
    right: -10px;
    top: -6px;
    width: 18px;
    height: 18px;
    background: #514939;
    color: #f8f6f2;
    border-radius: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10px;
    line-height: 1;
    display: none;
    padding-left: 0;
    border: 1px solid #E5D9D0;
}
.open_mobile_filter .count.active,
.close_mobile_filter .count.active{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.catalog-filter__dropdowm {
    background: #fff;
    border: 1px solid #E5D9D0;
    opacity: 0;
    padding: 20px;
    position: absolute;
    right: -4px;
    top: 55px;
    transition: all .4s ease-in-out;
    visibility: hidden;
    width: 246px;
    z-index: 5;
    border-radius: 4px;
}

.catalog-filter__dropdowm.show {
    opacity: 1;
    transition: all .4s ease-in-out;
    visibility: visible
}

.catalog-filter__dropdowm li {
    display: block;
    margin: 0 0 5px;
    padding: 0
}

.catalog-filter__dropdowm li:last-child {
    margin: 0
}

.catalog-filter__dropdowm li a {
    background: #fff;
    border: 1px solid #E5D9D0;
    color: #333;
    display: block;
    font-family: "Manrope", serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    padding: 14px 20px;
    text-align: center;
    background: #E5D9D0;
    transition: all .4s ease-in-out
}

.catalog-filter__dropdowm li a:hover {
    opacity: .7;
    transition: all .4s ease-in-out
}

.catalog-filter__dropdowm li a.pink {
    border-color: #555;
    color: #555;
    transition: all .4s ease-in-out
}

.catalog-filter__dropdowm li a.pink.active {
    background: #555;
    color: #fff;
    opacity: 1;
    transition: all .4s ease-in-out
}

.catalog-filter__dropdowm li a.green {
    border-color: #555;
    color: #555;
    transition: all .4s ease-in-out
}

.catalog-filter__dropdowm li a.green.active {
    background: #555;
    color: #fff;
    opacity: 1;
    transition: all .4s ease-in-out
}

.catalog-filter__dropdowm li a.light-pink {
    border-color: #fd9cba;
    color: #fd9cba;
    transition: all .4s ease-in-out
}

.catalog-filter__dropdowm li a.light-pink.active {
    background: #fd9cba;
    color: #fff;
    opacity: 1;
    transition: all .4s ease-in-out
}

.catalog-content {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -10px 60px;
}

.catalog-content .other-product__slide {
    margin: 0 10px 40px;
    position: relative;
    width: calc(25% - 20px)
}

.loader_shop{
    position: absolute;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    top: 0;
    background: #e8d8d800;
    backdrop-filter: blur(4px);
    margin-left: -20px;
    margin-top: -20px;
    z-index: 9999;
    display: none;
}

#products-wrapper.loading .loader_shop{
    display: block;
}

#products-wrapper .catalog-content .no_products{
    width: 100%;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#products-wrapper .catalog-content .no_products div{
    font-size: 36px;
    line-height: 1;
    color: #555555;
}

.shop_page_pagination .page-numbers{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    align-items: flex-end;
}

.shop_page_pagination .page-numbers a,
.shop_page_pagination .page-numbers .current{
    border-radius: 4px;
    background: #F7F0EA;
    color: #555;
    padding: 16px;
    min-width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop_page_pagination .page-numbers .current{
    background: #D9CDC4;
}


@media screen and (max-width:1439px) {
    .catalog-content .other-product__slide {
        width: calc(25% - 20px)
    }
}

@media screen and (max-width:991px) {
    .catalog-content .other-product__slide {
        width: calc(50% - 20px)
    }
    /*.shop_page_pagination li:nth-child(6),*/
    /*.shop_page_pagination li:nth-child(7){*/
    /*    display: none;*/
    /*}*/
    .prev.page-numbers,
    .next.page-numbers{
        padding: 0 !important;
        background: unset !important;
    }
    .shop_page_pagination .page-numbers a{
        background: unset !important;
    }
    .shop_page_pagination .page-numbers .current{
        background: #F7F0EA !important;
    }
    .shop_page_pagination .page-numbers{
        gap: 4px;
    }
}

@media screen and (max-width:767px) {
    .catalog-content .other-product__slide {
        width: calc(50% - 5px)
    }
}

.catalog-content .other-product__slide .status {
    color: #fff;
    font-family: "Manrope", serif;
    font-size: 12px;
    font-weight: 500;
    left: 0;
    line-height: 12px;
    padding: 9px 12px;
    position: absolute;
    top: 0;
    z-index: 20
}

.catalog-content .other-product__slide .status.gray {
    background: #6d6d6d;
    color: #cecece
}

.catalog-content .other-product__slide .status.pink {
    background: #fd9cba;
    color: #fff
}

.catalog-content .other-product__slide.sold-out .bestsellers-blocs__block__image {
    position: relative
}

.catalog-content .other-product__slide.sold-out .bestsellers-blocs__block__image:after {
    background: hsla(0, 0%, 52%, .5);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.catalog-content .other-product__slide.sold-out .bestsellers-blocs__block__content,
.catalog-content .other-product__slide.sold-out .bestsellers-blocs__block__content__second,
.catalog-content .other-product__slide.sold-out .bestsellers-blocs__block__content__third {
    opacity: .6
}

.language {
    display: block;
    height: 44px;
    margin: 0;
    position: relative;
    width: 100%;
    z-index: 5
}

.language-item {
    cursor: pointer;
    position: relative
}

.language-item,
.language-link {
    align-items: center;
    display: flex;
    height: 44px;
    justify-content: flex-start;
    width: 100%
}

.language-link {
    background: #fff;
    border: 1px solid #c5c2c2;
    color: #0e1927;
    font-size: 16px;
    line-height: 22px;
    padding: 0 8px;
    transition: all .4s ease-in-out;
    z-index: 55
}

.language-link,
.language-link:hover {
    text-decoration: none
}

.language-link:after {
    border-right: 1px solid #0e1927;
    border-top: 1px solid #0e1927;
    content: "";
    height: 8px;
    position: absolute;
    right: 14px;
    top: 17px;
    transform: rotate(135deg);
    transition: all .4s ease-in-out;
    width: 9px
}

.language-link-active:after {
    transform: rotate(-45deg);
    transition: all .4s ease-in-out
}

.language-block {
    background: #fff;
    box-shadow: 0 4px 4px hsla(0, 0%, 65%, .25);
    display: block;
    left: 0;
    opacity: 0;
    padding: 5px 0;
    position: absolute;
    top: 0;
    transition: all .4s ease-in-out;
    visibility: hidden;
    width: 100%
}

.language-block__item {
    cursor: pointer;
    display: block;
    margin: 0;
    text-transform: uppercase
}

.language-block__link {
    color: #0e1927;
    display: block;
    font-size: 16px;
    line-height: 22px;
    padding: 12px;
    text-transform: none
}

.language-block__link,
.language-block__link:hover {
    opacity: 1;
    text-decoration: none;
    transition: all .4s ease-in-out
}

.language-block__link-active {
    color: #555;
    font-weight: 700;
    opacity: 1;
    transition: all .4s ease-in-out
}

.language-block-show {
    opacity: 1;
    top: 44px;
    transition: all .4s ease-in-out;
    visibility: visible
}

.form-section {
    padding: 195px 0;
    position: relative
}

.form-section__bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.form-section__bg video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.form-section .section-caption {
    top: 100px;
    z-index: 7
}

.form-section h2 {
    background: #446df6;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding: 6px 10px 8px 25px;
    z-index: 5
}

.form-section:after {
    background: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5
}

.checkbox {
    align-items: flex-start;
    display: flex;
    flex-basis: 100%;
    margin: 10px 0 20px
}

.wc-stripe-save-source .checkbox{
    flex-basis: auto;
}

.checkbox.error span {
    background: #fd9c9c
}

.checkbox label {
    align-items: center;
    display: flex;
    margin: 4px 0 0;
    position: relative
}

.checkbox label * {
    cursor: poOutfit
}

@media screen and (max-width:768px) {
    .checkbox label * {
        cursor: default
    }
}

.checkbox label.error span {
    background: #fd9c9c
}

.checkbox label input {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden
}

.checkbox label input:checked+span {
    position: relative
}

.checkbox label input:checked+span:before {
    border-color: #555
}

.checkbox label input:checked+span:after {
    border-right: 2px solid #555;
    border-top: 2px solid #555;
    content: "";
    height: 5px;
    left: 3px;
    position: absolute;
    top: 3.5px;
    transform: rotate(135deg);
    transition: all .4s ease;
    width: 9px;
    z-index: 10
}

.checkbox span {
    background: #fff;
    border: 1px solid #414141;
    border-radius: 2px;
    display: inline-block;
    height: 16px;
    width: 16px
}

.checkbox a,
.checkbox p {
    color: inherit;
    font-size: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left
}

.checkbox p {
    color: #414141;
    margin-left: 10px
}

.checkbox a {
    text-decoration-line: underline
}

.checkbox a:hover {
    text-decoration: none
}

.form {
    margin: 0 auto;
    max-width: 670px;
    position: relative;
    z-index: 10
}

.form-input {
    background: transparent;
    /* border: 1px solid #c5c2c2; */
    height: 48px;
    position: relative;
    width: 100%
}

.form-input:before {
    background: #fff;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    transition: all .3s ease-in-out;
    width: 100%
}

.form-input.error:after,
.form-input.error:before {
    background: #fd9c9c;
    width: 100%
}

.form-input.error .error-title {
    display: block
}

.form-input.success:before {
    background: #fff;
    width: 100%
}

.form-input .iti {
    height: 100%;
    width: 100%;
    z-index: 9
}

.form-input .iti:before {
    background: #fff;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    transition: .3s ease-in-out;
    width: 0;
    z-index: 2
}

.form-input .iti.success:before {
    width: 100%
}

.form-input .iti.error+.error-title {
    display: block;
    z-index: 55
}

.form-input .iti.error:before {
    background: #fd9c9c
}

.form-input .iti__selected-dial-code {
    color: #333
}

.form-input .iti__country-name {
    color: #474747
}

.form-input .iti__country-list {
    background: #fff;
    overflow-y: auto
}

.form-input .iti__country-list li.iti__highlight {
    background: #f9f9f9
}

.form-input input {
    background: #FCF9F6;
    border: 0;
    color: #333;
    font-family: "Manrope", serif;
    font-size: 16px;
    font-weight: 400;
    height: 100%;
    line-height: 24px;
    outline: none;
    padding: 12px;
    width: 100%;
    border-radius: 4px;
}

.form-input input::-moz-placeholder {
    color: #999;
    font-family: "Manrope";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.form-input input::placeholder {
    color: #999;
    font-family: "Manrope";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.form-input__wrap {
    position: relative
}

.form-input__wrap label {
    color: #555;
    display: block;
    margin: 0 0 6px;
    font-family: "Manrope", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.form-input__wrap+.form-input__wrap {
    margin-top: 24px
}

.form-input__wrap .error-title {
    color: #ff7070;
    display: none;
    font-size: 11px;
    position: absolute;
    right: 10px;
    top: 4px
}

.form-input__wrap_position {
    z-index: 10
}

.form-input__title {
    color: #fff;
    font-family: "Manrope", serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 16px
}

.form-textarea {
    position: relative
}

.form-textarea textarea {
    background: #FCF9F6;
    border: none;
    color: #333;
    font-family: "Manrope", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

    height: 70px;
    line-height: 24px;
    outline: none;
    padding: 10px 14px;
    resize: none;
    width: 100%;
    border-radius: 4px;
}

@media screen and (max-width:575px) {
    .form-textarea textarea {
        height: 95px
    }
    .single-product .other-product__slide .bestsellers-blocs__block__image,
    .wishlist-section .other-product__slide .bestsellers-blocs__block__image,
    .all_routine_products .products .bestsellers-blocs__block__image{
        max-height: 165px;
    }
    .shop_page_pagination .page-numbers a,
    .shop_page_pagination .page-numbers .current{
        min-width: 40px;
        height: 40px;
    }
}

.form-textarea.error:after,
.form-textarea.error:before {
    background: #fd9c9c;
    width: 100%
}

.form-textarea.error .error-title {
    display: block
}

.form-textarea.success:before {
    background: #fff;
    width: 100%
}

.form-file {
    padding-bottom: 30px;
    padding-top: 20px
}

.form-file label {
    align-items: flex-start;
    cursor: poOutfit;
    display: flex;
    flex-direction: column
}

.form-file label button {
    pooutfit-events: none;
    background: #fff;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.form-file__notify {
    position: relative
}

.form-file__error {
    color: #ff7070;
    font-size: 14px;
    left: 0;
    margin: 10px 0 0;
    opacity: 0;
    position: static;
    position: absolute;
    top: 0;
    transition: opacity .3s ease-in
}

.form-file__error.active {
    opacity: 1
}

.form-file__success {
    color: #5ef36a;
    font-size: 14px;
    left: 0;
    line-height: 1.2em;
    opacity: 0;
    padding-top: 20px;
    position: absolute;
    top: 0;
    transition: opacity .3s ease-in
}

.form-file__success.active {
    opacity: 1
}

.form-checkboxes {
    display: flex;
    flex-wrap: wrap;
    margin-top: -20px
}

.form-checkboxes .checkbox {
    cursor: poOutfit;
    flex-basis: unset;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 50%
}

@media screen and (max-width:768px) {
    .form-checkboxes .checkbox {
        width: 100%
    }
}

.form-checkboxes .checkbox p {
    line-height: 1.1em
}

.form-btn {
    width: 100%;
    color: #555;
    font-family: "Manrope", serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    letter-spacing: -0.02em;
    min-width: 246px;
    padding: 16px 25px;
    background: #E5D9D0;
    transition: all .4s ease-in-out;
    border-radius: 8px;
}

.form-btn:hover {
    background: #F7F0EA;

}

.form-btn.loading {
    color: transparent;
    overflow: hidden;
    position: relative
}

.form-btn.loading:before {
    animation: spin 2s linear infinite;
    border: 4px solid #fff;
    border-radius: 50%;
    border-right-color: transparent;
    content: "";
    height: 30px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center;
    width: 30px
}

.form .success-text {
    bottom: -40px;
    color: #5ef36a;
    display: none;
    font-size: 14px;
    line-height: 1.2em;
    padding-top: 20px;
    position: absolute
}

.form .success-text.active {
    display: block
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0)
    }

    to {
        transform: translate(-50%, -50%) rotate(1turn)
    }
}

@media screen and (max-width:767px) {
    .form-section {
        padding: 160px 0 80px
    }

    .form-section h2 {
        font-size: 22px;
        line-height: 22px;
        top: 80px
    }

    .form {
        margin: 0 15px;
        max-width: 100%
    }
}

.iti--allow-dropdown .iti__flag-container .iti__selected-flag {
    background-color: #fff !important
}

.contacts {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    /*height: calc(100vh - 870px);*/
    justify-content: flex-start;
    margin-top: 40px;
    min-height: 740px;
    position: relative;
    width: 100%
}

@media screen and (max-width:1399px) {
    .contacts {
        height: auto
    }
}

.contacts h1 {
    display: inline-block;
    margin: 0;
    padding-bottom: 10px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.contacts h1 span {
    color: #555;
    position: relative;
    font-family: "Hello Branch";
    font-size: 72px;
    font-weight: 400;
    line-height: 61.2px;
}

@media screen and (max-width:767px) {
    .contacts h1 span {
        font-size: 60px;
    }
}

.contacts-block {
    display: flex;
    margin: 40px 0;
    width: 100%
}

@media screen and (max-width:1199px) {
    .contacts-block {
        flex-direction: row-reverse;
        flex-wrap: wrap
    }
}

@media screen and (max-width:767px) {
    .contacts-block {
        flex-direction: column-reverse
    }
}

.contacts-map {
    height: 100%;
    max-height: 640px;
    margin: 0 45px 0 0;
    max-width: 365px;
    min-width: 365px;
    border-radius: 8px;
    overflow: hidden;
}

@media screen and (max-width:1439px) {
    .contacts-map {
        margin: 0 20px 0 0
    }
}

@media screen and (max-width:1199px) {
    .contacts-map {
        margin: 0 0 0 20px
    }
}

@media screen and (max-width:767px) {
    .contacts-map {
        margin: 0;
        max-width: 100%;
        min-width: 100%
    }
}

.contacts-map img {
    width: 100%
}

.contacts-form {
    margin: 0 0 0 45px;
    max-width: 406px;
    min-width: 406px
}

@media screen and (max-width:1439px) {
    .contacts-form {
        margin: 0 0 0 20px;
        max-width: 375px;
        min-width: 375px
    }
}

@media screen and (max-width:1199px) {
    .contacts-form {
        margin: 20px 0 0;
        max-width: 100%;
        min-width: 100%
    }
}

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

.contacts-content {
    width: 100%
}

@media screen and (max-width:1199px) {
    .contacts-content {
        width: calc(100% - 385px)
    }
}

@media screen and (max-width:767px) {
    .contacts-content {
        display: flex;
        flex-direction: column-reverse;
        margin: 40px 0 20px;
        width: 100%
    }
}

.contacts-content__block {
    position: relative
}

.contacts-content__block_image {
    height: 324px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}


.contacts-content__block_image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.contacts-content__block_text {
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    padding: 40px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10
}

@media screen and (max-width:991px) {
    .contacts-content__block_text {
        padding: 30px
    }
}

.contacts-content__block_text p {
    color: #fff;
    font-family: "Manrope", serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 25.6px;
    text-align: left
}

.contacts-content__block_text p a {
    color: #fff;
    font-weight: 400;
    text-decoration: none
}

.contacts-content__block_text p a:hover {
    color: #fff;
    text-decoration: underline
}

.contacts-content__block_text p.note {
    color: #e5e3e3;
    font-family: "Manrope", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    margin: 13px 0 0;
    max-width: 260px
}

.contacts-content__item {
    margin: 0 0 24px
}

.contacts-content__item p {
    color: #000;
    font-family: "Manrope", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    margin: 0 0 10px
}

.contacts-content__item p strong {
    font-weight: 700
}

.contacts-content__item p a {
    color: #000;
    text-decoration: none;
    font-family: "Manrope", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
}

.contacts-content__item p a:hover {
    color: #000;
    text-decoration: underline
}

.contacts-content__item p.name {
    color: #555;
    font-family: "Manrope", serif;
    font-size: 20px;
    font-weight: 500;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    line-height: 28px;
    margin: 0 0 12px;
    font-weight: 600;
}

.contacts-content__item.item-no-indent p {
    margin: 0
}

.error-title {
    display: none;
    pointer-events: none;
    position: absolute;
    right: 5px;
    top: 0
}

.error-title,
.input-error {
    color: red;
    font-size: 11px
}

.input-error a {
    color: red;
    text-decoration: underline
}

.input-error a:hover {
    text-decoration: none
}

.input-error strong {
    color: red
}

.form-row {
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative
}

.form-row__align {
    align-items: flex-start
}

.form-row__align label {
    margin: 15px 0 0
}

.form-row label {
    color: #555555;
    flex-shrink: 0;
    width: 240px
}

.form-row label abbr {
    text-decoration: none
}

.form-row .iti,
.form-row .woocommerce-input-wrapper {
    display: block;
    position: relative;
    width: 100%
}

.form-row .iti.success input,
.form-row .woocommerce-input-wrapper.success input {
    border-bottom: 1px solid green
}

.form-row .iti.error input,
.form-row .woocommerce-input-wrapper.error input {
    border-bottom: 1px solid red
}

.form-row .iti.error .error-title,
.form-row .woocommerce-input-wrapper.error .error-title {
    display: block
}

.form-row .iti select,
.form-row .woocommerce-input-wrapper select {
    border: 1px solid #e5e5e6;
    color: #000;
    font-size: 14px;
    outline: none;
    padding: 15px;
    width: 100%
}

.form-row .input-text {
    border: 1px solid #e5e5e6;
    color: #111;
    font-size: 14px;
    outline: none;
    padding: 15px;
    width: 100%
}

.form-row .input-text::-moz-placeholder {
    color: #999;
    font-family: "Manrope";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.form-row .input-text::placeholder {
    color: #999;
    font-family: "Manrope";
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.form-row .input-text:-moz-read-only {
    color: #777;
    cursor: not-allowed
}

.form-row .input-text:read-only {
    color: #777;
    cursor: not-allowed
}

.form-row.woocommerce-invalid input {
    border-bottom: 1px solid red
}

.form-grid {
    grid-gap: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%
}

.form-grid .form-row:first-child {
    grid-column: 1/4
}

.form-actions {
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: flex;
    justify-content: space-between
}

.form-actions .btn {
    background: #555;
    border: 1px solid #555;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: Editor;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 11px;
    position: relative;
    text-align: center;
    transition: all .4s ease-in-out;
    width: 100%
}

.form-actions .btn:hover {
    background: #555;
    border-color: #555;
    color: #fff;
    transition: all .4s ease-in-out
}

.form-actions .btn-border {
    background: #fff;
    border: 1px solid #555;
    color: #555;
    display: block;
    font-family: Editor;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 11px;
    text-align: center;
    transition: all .4s ease-in-out;
    width: 100%
}

.form-actions .btn-border:hover {
    background: #555 !important;
    color: #fff;
    transition: all .4s ease-in-out
}

.woocommerce-form-row {
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative
}

.woocommerce-form-row label {
    flex-shrink: 0;
    width: 240px
}

.woocommerce-form-row .iti,
.woocommerce-form-row .password-input {
    display: block;
    width: 100%
}

.woocommerce-form-row .iti.success input,
.woocommerce-form-row .password-input.success input {
    border-bottom: 1px solid green
}

.woocommerce-form-row .iti.error input,
.woocommerce-form-row .password-input.error input {
    border-bottom: 1px solid red
}

.woocommerce-form-row .iti.error .error-title,
.woocommerce-form-row .password-input.error .error-title {
    display: block
}

.woocommerce-form-row .show-password-input {
    background: url(../images/icon-password..svg) 50% no-repeat;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    display: block;
    height: 18px;
    position: absolute;
    right: 15px;
    top: auto;
    width: 18px
}

.woocommerce-form-row.success input {
    border-bottom: 1px solid green
}

.woocommerce-form-row.error input {
    border-bottom: 1px solid red
}

.woocommerce-form-row.error .error-title {
    display: block
}

@media screen and (max-width:1200px) {
    .form-row label {
        display: block;
        margin: 0 0 10px
    }

    .form-grid,
    .form-row,
    .woocommerce-form-row {
        display: block
    }

    .form-grid .woocommerce-input-wrapper {
        margin-bottom: 20px
    }

    .woocommerce-form-row label {
        display: block;
        margin: 0 0 10px
    }
}

#payment .payment_methods li .payment_box fieldset.wc-payment-form {
    border: 0;
    margin: 15px 0;
    padding: 0
}

#payment .wc-stripe-card-icons-container:after{
    content: '';
    display: inline-block;
    height: 26px;
    max-height: 26px;
    max-width: 43px;
    width: 35px;
    background-image: url(../images/cb-pay.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.woocommerce-Payment {
    border: 1px solid #e5e5e6;
    padding: 40px
}

.woocommerce-Payment>.form-row {
    grid-column-gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0
}

.woocommerce-Payment .btn {
    background: #555;
    border: 1px solid #555;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: Editor;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 11px;
    text-align: center;
    transition: all .4s ease-in-out;
    width: 100%
}

.woocommerce-Payment .btn:hover {
    background: #555;
    border-color: #555;
    color: #fff;
    transition: all .4s ease-in-out
}

.woocommerce-Payment .btn-border {
    background: #fff !important;
    border: 1px solid #555;
    color: #555;
    display: block;
    font-family: Editor;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 11px;
    text-align: center;
    transition: all .4s ease-in-out;
    width: 100%
}

.woocommerce-Payment .btn-border:hover {
    border-color: #555;
    color: #555;
    transition: all .4s ease-in-out
}

.woocommerce-PaymentMethod .input-radio,
.woocommerce-PaymentMethod label {
    display: none
}

.password-tooltip {
    height: 0;
    margin: 0;
    overflow: hidden;
    transition: all .25s ease-in
}

.password-tooltip__content {
    border: 1px solid #e5e5e6;
    display: flex;
    justify-content: space-between;
    padding: 2px 10px 3px;
    transition: all .25s ease-in
}

.password-tooltip.show {
    height: 40px;
    margin: 0 0 20px;
    padding: 0;
    transition: all .25s ease-in
}

.password-tooltip__item {
    background: url(../images/icons-none..svg) 0 0 no-repeat;
    color: #000;
    display: flex;
    font-size: 10px;
    font-weight: 400;
    line-height: 13px;
    margin: 5px 0;
    padding: 5px 0 5px 30px;
    transition: all .25s ease-in
}

.password-tooltip__item.active {
    background: url(../images/icons-success..svg) 0 0 no-repeat;
    transition: all .25s ease-in
}

@media screen and (max-width:991px) {
    .woocommerce-Payment {
        padding: 40px 20px
    }

    #payment .payment_methods li .payment_box fieldset.wc-payment-form {
        grid-column-gap: 0;
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px;
        overflow: hidden
    }

    #payment .payment_methods li .payment_box fieldset.wc-payment-form .form-row {
        display: block;
        margin: 0 10px 30px;
        width: calc(50% - 20px)
    }

    #payment .payment_methods li .payment_box fieldset.wc-payment-form .form-row:first-child,
    #payment .payment_methods li .payment_box fieldset.wc-payment-form .form-row:nth-of-type(2) {
        width: calc(100% - 20px)
    }

    #payment .payment_methods li .payment_box fieldset.wc-payment-form .form-row input {
        width: 100%
    }

    #payment .payment_methods li .payment_box fieldset.wc-payment-form label {
        font-size: 13.5px
    }

    .woocommerce-Payment>.form-row {
        grid-column-gap: 0;
        display: flex;
        flex-direction: column-reverse;
        margin: 0
    }

    .woocommerce-Payment .btn-border {
        margin-top: 10px
    }

    .password-tooltip.show {
        height: 84px
    }

    .password-tooltip__content {
        flex-wrap: wrap
    }

    .password-tooltip__item {
        background-size: 16px;
        font-size: 8px;
        line-height: 11px;
        margin: 4px;
        padding: 3px 0 3px 24px;
        width: calc(50% - 8px)
    }

    .password-tooltip__item.active {
        background-size: 16px
    }
}



.loading {
    color: transparent !important;
    position: relative
}

.forgotpass-container.loading{
    position: absolute;
}

.loading:after {
    animation: circleSpin .5s linear infinite;
    border: 2px solid #fff;
    border-radius: 50%;
    border-right-color: transparent;
    content: "";
    height: 20px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .25s ease-in-out;
    width: 20px;
    z-index: 1
}

.profile {
    margin: 32px auto 40px;
    width: 100%
}

.profile-caption {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px
}

.profile-caption__link {
    background: url(../images/icon-back..svg) 0 no-repeat;
    color: #111;
    display: none;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.025em;
    line-height: 16.8px;
    padding: 0 0 0 30px;
    text-align: left;
    text-transform: none
}

.profile-caption__link-desktop {
    display: block;
    margin-bottom: 30px
}

.profile-caption h1 {
    font-weight: 500;
    line-height: 46px;
    margin: 0
}

body .profile-caption h1,
body .main-section.wishlist h1{
    color: #555;
    position: relative;
    font-family: "Hello Branch";
    font-size: 72px;
    font-weight: 400;
    line-height: 61.2px;
    text-align: center;
}
body .main-section.wishlist{
    margin-top: 14px;
    padding: 20px 0 60px;
    background: #F8F8F8;
}
body .main-section.wishlist .wishlist-section>div{
    position: relative;
}
body .main-section.wishlist .wishlist-section .wishlist-content{
    min-height: 236px;
}
body .wishlist .empty-message{
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 0px;
    text-align: center;
    color: #999999;
    margin-bottom: 30px;
}
body .wishlist .wishlist-empty{
    text-align: center;
    max-width: 570px;
    margin: auto;
    padding-bottom: 80px;
}

body .wishlist .bestsellers-plus{
    display: none;
}

.add_to_favorit .is-favorite{
     display: none !important;
}

.hide{
    display: none !important;
}

.add_to_favorit .not-favorite{
    display: inline-block !important;
}

.add_to_favorit.in-wishlist .is-favorite{
    display: inline-block !important;
}

.add_to_favorit.in-wishlist .not-favorite{
    display: none !important;
}

.add_to_favorit{
    max-width: 21px;
    position: absolute;
    right: 11px;
    top: 11px;
    z-index: 9;
    cursor: pointer;
}
.single-product .add_to_favorit{
    max-width: 29px;
    width: 100%;
    position: absolute;
    right: 34px;
    top: 28px;
    z-index: 9;
}
.add_to_cart_wishlist{
    background: #E5D9D0;
    border-radius: 4px;
    padding: 6px;
    height: 56px;
    display: flex;
    max-width: 253px;
    width: 100%;
    font-size: 16px;
    padding-left: 12px;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    right: 0;
    top: 0;
}
.add_to_cart_wishlist .icon,
.add_to_cart_routine .icon,
.add_to_cart_routine_product .icon{
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.add_to_cart_wishlist .icon img,
.add_to_cart_single img,
.add_to_cart_routine .icon img,
.add_to_cart_routine_product .icon img{
    width: 12px;
    height: 12px;
}

.add_to_cart_routine .icon.loading:after,
.add_to_cart_routine_product .icon.loading:after{
    background: #ffffff;
    border: 2px solid #e5d9d0;
}

.add_to_cart_single span{
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-5px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.add_to_cart_single img{
    position: absolute;
}

.add_to_cart_single.active img{
    opacity: 0;
}

.add_to_cart_single:hover span,
.add_to_cart_single.active span {
    opacity: 1;
    transform: translateX(0);
}

.add_to_cart_single.active{
    width: 150px;
    padding: 0 10px;
    max-width: unset;
}

.text_add_to_cart.active{
    width: auto;
    height: auto;
    visibility: visible !important;
    opacity: 1;
}

.add_to_cart_routine,
.routine-product{
    background: #E5D9D0;
    border-radius: 4px;
    padding: 6px;
    min-height: 56px;
    display: flex;
    max-width: 253px;
    width: 100%;
    font-size: 16px;
    padding-left: 12px;
    align-items: center;
    justify-content: space-between;
}

.routine-product{
    max-width: 309px;
    margin-left: 10px;
    height: 62px;
    padding: 6px 12px;
    background: #F7F0EA;
}

.add_to_cart_single{
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%, 0);
    width: auto;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: max-width .2s ease, padding .2s ease;
    box-shadow: 0 0 10px 1px #e6e6e6;
}
.add_to_cart_single.disabled-btn{
    display: none;
}

.add_to_cart_single .aws-loader {
    display: none;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 0.7s infinite linear;
    animation: load8 0.7s infinite linear;
    position: absolute;
    z-index: 999;
    margin: 0;
    font-size: 10px;
    text-indent: -9999em;
    border-top: 1px solid #ededed;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #555;
}

.add_to_cart_single .aws-loader,
.add_to_cart_single .aws-loader:after {
    border-radius: 50% !important;
    width: 20px;
    height: 20px;
}

.woocommerce-account-routine{
    width: 100%;
}

.woocommerce-account-routine .routine_header{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.woocommerce-account-routine .routine_header>div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.woocommerce-account-routine .routine_header .routine_date{
    font-family: Manrope;
    font-weight: 500;
    font-size: 24px;
    line-height: 145%;
}
.woocommerce-account-routine .routine_header .routine_date span{
    text-transform: capitalize;
}
.woocommerce-account-routine .routine_header .routine-expired{
    font-size: 16px;
}

.woocommerce-account-routine .history_routines_title{
    font-weight: 500;
    font-size: 24px;
    line-height: 145%;
    margin-bottom: 20px;
}

.woocommerce-account-routine .old-routine{
    margin-top: 8px;
}

.woocommerce-account-routine .old-routine .accordion_title {
    padding: 20px 28px;
    background: #FCF9F6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.woocommerce-account-routine .old-routine .accordion_title img{
    transition: transform .5s;
}

.woocommerce-account-routine .old-routine .accordion_title.opened{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.woocommerce-account-routine .old-routine .accordion_title.opened img{
    transform: rotate(180deg);
}

.woocommerce-account-routine .old_routine_titles {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
}
.woocommerce-account-routine .old_routine_date{
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-transform: capitalize;
}
.woocommerce-account-routine .old-routine .accordion_content {
    background: #FCF9F6;
    padding: 20px 28px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    display: none;
}

.woocommerce-account-routine .subtitle{
    font-weight: 600;
    font-size: 20px;
    line-height: 145%;
}

.routine-expired a{
    text-decoration: underline;
}

.routine-matin,
.routine-soir,
.routine-hebdomadaires{
    padding-top: 30px;
    padding-left: 80px;
    position: relative;
}

.routine-matin:before,
.routine-soir:before{
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background: #f7f0ea;
    position: absolute;
    left: 20px;
}

.routine-icons{
    width: 40px;
    height: 40px;
    background: #F7F0EA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 30px;
}

.routine-matin ul li,
.routine-soir ul li,
.routine-hebdomadaires ul li{
    border: 1px solid #F7F0EA;
    border-radius: 4px;
    padding: 16px 20px;
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.routine-matin ul li>p,
.routine-soir ul li>p,
.routine-hebdomadaires ul li>p{
    font-size: 16px;
}

.woocommerce-MyAccount-content .woocommerce-account-routine h2{
    margin-bottom: 0;
}

.routine-product>div img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-right: 10px;
}
.routine-product>div a{
    text-decoration: underline;
    font-weight: 500;
}
.routine-product>div{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.current_routine,
.history_routines{
    padding: 46px 60px 70px;
    background: #fff;
}

.woocommerce-account-routine .all_routine_products{
    background: #FCF9F6;
    padding: 30px 0;
}
.woocommerce-account-routine .all_routine_products .routine_header{
    padding-left: 60px;
    padding-right: 10px;
}

.woocommerce-account-routine .all_routine_products .products{
    display: flex;
    padding: 8px;
    margin-top: 24px;
    flex-direction: row;
    flex-wrap: wrap;
}

.woocommerce-account-routine .all_routine_products .products>a{
    margin-right: 2px;
    margin-left: 2px;
    position: relative;
    width: calc(33% - 2px);
    margin-bottom: 10px;
}

.routine_empty{
    padding: 46px 60px 70px;
    background: #fff;
    height: 100%;
}
.routine_empty>.routine_header{
    max-width: 510px;
}
.routine_empty .empty_routine_text{
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 30px;
    margin-top: 20px;
}
@media (max-width: 1140px) {

    body .profile-caption h1 {
        font-size: 60px;
    }
}

body .profile-caption {
    justify-content: center;
}

.profile p.title {
    font-weight: 700;
    line-height: 48px;
    margin: 0 0 20px
}

.profile .woocommerce {
    align-items: flex-start;
    -moz-column-gap: 20px;
    column-gap: 20px;
    display: flex;
    justify-content: space-between
}

.woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #cecece;
    font-size: 15px;
}

.woocommerce-MyAccount-content p.title,
.woocommerce-MyAccount-content h2.title-caption,
.woocommerce-form-row label,
.woocommerce-EditAccountForm legend,
.woocommerce-MyAccount-navigation-link a,
.woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-MyAccount-content h2{
    color: #555555 !important;
}

.woocommerce-MyAccount-content .button-border{
    max-width: fit-content !important;
}

.woocommerce-Payment .btn{
    color: #555555 !important;
    font-weight: 500 !important;
}

.woocommerce-MyAccount-navigation {
    background: #fff;
    flex-shrink: 0;
    padding: 10px;
    position: sticky;
    top: 100px;
    width: 330px;
    z-index: 50
}

.woocommerce-MyAccount-navigation-link a {
    color: #0d0d0d;
    display: block;
    font-size: 16px;
    line-height: 22px;
    padding: 20px;
    text-transform: none;
    transition: .25s cubic-bezier(.25, .46, .45, .94)
}

.woocommerce-MyAccount-navigation-link a span {
    color: #0d0d0d
}

.woocommerce-MyAccount-navigation-link a:hover {
    background: #f2f2f2
}

.woocommerce-MyAccount-navigation-link.is-active a {
    background: #fd9cba;
    color: #111
}

.woocommerce-MyAccount-navigation-link--customer-logout {
    border-top: 1px solid #f2f2f2
}

.woocommerce-MyAccount-navigation-link--customer-logout a {
    align-items: center;
    color: #999;
    display: flex;
    position: relative
}

.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    background: url(../images/icon-logout..svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 20px;
    position: absolute;
    right: 20px;
    top: auto;
    width: 20px
}

.woocommerce-MyAccount-navigation-link.no-ntf span {
    position: relative
}

.woocommerce-MyAccount-navigation-link.no-ntf span:after {
    background: #ff5353;
    border-radius: 50%;
    content: "";
    height: 7px;
    position: absolute;
    right: -20px;
    top: 7px;
    width: 7px
}

.woocommerce-MyAccount-content {
    background: #fff;
    margin: 0 0 20px;
    min-height: 500px;
    padding: 40px 60px;
    width: 100%
}

.woocommerce-MyAccount-content.routine_page{
    padding: 0;
    background: unset;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.woocommerce-MyAccount-content h2.title-caption {
    color: #000;
    font-family: "Manrope", serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 31.2px;
    margin: 0 0 24px;
    text-align: left
}

.woocommerce-MyAccount-content__block {
    background: #f8f8f8;
    padding: 0 15px
}

.woocommerce-MyAccount-content__block h1 {
    color: #555;
    font-family: Editor;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    margin: 0 0 10px;
    padding: 0;
    text-align: left;
    text-transform: none
}

.woocommerce-MyAccount-content__block p {
    color: #777;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.025em;
    line-height: 19.2px;
    margin: 0;
    text-align: left
}

.woocommerce-MyAccount-content .iti--allow-dropdown .iti__flag-container .iti__selected-flag {
    background-color: #fff !important
}

.woocommerce-MyAccount-content .woocommerce-MyAccount-navigation {
    display: none
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--routine{
    background: #fffbf8;
}

.woocommerce-MyAccount-content p.title {
    color: #161616;
    font-family: "Manrope", serif;
    font-size: 22px !important;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 30px;
    text-transform: none
}

.woocommerce-MyAccount-content .button-border {
    background: #555;
    border: 1px solid #555;
    color: #fff;
    display: block;
    font-family: Editor;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    max-width: 228px;
    padding: 11px;
    text-align: center;
    transition: all .4s ease-in-out;
    width: 100%
}

.woocommerce-MyAccount-content .button-border:hover {
    background: #555 !important;
    border-color: #555;
    color: #fff;
    transition: all .4s ease-in-out
}

.woocommerce-MyAccount-content h2 {
    color: #111;
    font-size: 22px !important;
    font-weight: 500;
    line-height: 23.4px;
    margin: 0 0 20px;
    padding: 0;
    text-align: left;
    text-transform: none
}

.woocommerce-MyAccount-content .profile-support h2 {
    max-width: 550px
}

.woocommerce-MyAccount-content .profile-support p {
    color: grey;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    margin: 0 0 30px;
    max-width: 740px;
    text-align: left
}

.woocommerce-MyAccount-content .profile-support p a {
    color: #555;
    text-decoration: underline
}

.woocommerce-MyAccount-content .profile-support p a:hover {
    text-decoration: none
}

.woocommerce-MyAccount-content #billing_email_field label,
.woocommerce-MyAccount-content #billing_email_field label *{
    color: #777;
}

.woocommerce-EditAccountForm fieldset {
    border: 0;
    margin: 40px 0 0;
    padding: 0
}

.woocommerce-EditAccountForm button {
    background: #555;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: Editor;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 11px;
    text-align: center;
    text-transform: none;
    transition: all .4s ease-in-out;
    width: 100%
}

.woocommerce-EditAccountForm button:hover {
    background: #555;
    color: #fff;
    transition: all .4s ease-in-out
}

.woocommerce-EditAccountForm legend {
    color: #111;
    font-family: "Manrope", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    margin-bottom: 10px;
    padding: 0;
    text-transform: none
}

.woocommerce-EditAccountForm p {
    color: #777;
    margin-bottom: 20px
}

.woocommerce-Input {
    border: 1px solid #e5e5e6;
    color: #111;
    padding: 13px 15px;
    width: 100%
}

.woocommerce-Input::-moz-placeholder {
    color: #ccc
}

.woocommerce-Input::placeholder {
    color: #ccc
}

.woocommerce-Input:focus {
    outline: none
}

.woocommerce-Input:-moz-read-only {
    color: #777;
    cursor: not-allowed
}

.woocommerce-Input:read-only {
    color: #777;
    cursor: not-allowed
}

.woocommerce-Addresses {
    display: none
}

.woocommerce-Addresses.active {
    display: block
}

.woocommerce-Addresses h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: none
}

.woocommerce-Addresses form {
    margin-top: 60px
}

.woocommerce-Addresses p {
    color: #161616;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 30px
}

.woocommerce-Address {
    border: 1px solid #e5e5e6;
    margin-bottom: 10px;
    padding: 15px 35px 15px 15px;
    position: relative
}

.woocommerce-Address address {
    font-size: 16px;
    font-style: normal;
    margin-bottom: 10px
}

.woocommerce-Address address br {
    display: none
}

.woocommerce-Address p {
    color: #666;
    font-size: 14px;
    margin-bottom: 30px
}

.woocommerce-Address-actions {
    display: flex
}

.woocommerce-Address-actions a {
    cursor: pointer;
    display: block;
    font-size: 14px;
    margin-right: 12px;
    text-decoration: underline
}

.woocommerce-Address-actions a:hover {
    text-decoration: none
}

.woocommerce-Address-actions a.delete {
    color: #d0d5dd
}

.woocommerce-Address-actions a.default {
    align-items: center;
    border: 1px solid #d0d5dd;
    border-radius: 50%;
    display: flex;
    font-size: 0;
    height: 16px;
    justify-content: center;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 16px
}

.woocommerce-Address.primary,
.woocommerce-Address.primary .woocommerce-Address-actions a.default {
    border-color: #000
}

.woocommerce-Address.primary .woocommerce-Address-actions a.default:before {
    background: #000;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: auto;
    position: absolute;
    top: auto;
    width: 6px
}

.woocommerce-Address-title {
    display: flex;
    margin-bottom: 30px
}

.woocommerce-Address-title h3 {
    border-bottom: 1px solid #e5e5e6;
    color: #111;
    cursor: pointer;
    font-size: 22px !important;
    font-weight: 500;
    letter-spacing: .03em;
    line-height: 20px;
    margin: 0;
    padding: 10px 25px;
    text-transform: none
}

.woocommerce-Address-title h3.active {
    border-color: #555;
    color: #555
}

@media screen and (max-width:767px) {
    .woocommerce-Address-title h3 {
        font-size: 16px;
        padding: 10px 15px
    }
}

.woocommerce-Address-new {
    display: none;
    margin-top: 30px
}

.woocommerce-Address-new.active {
    display: block
}

.woocommerce-Address-new .btn-border {
    background: #555;
    border: 1px solid #555;
    color: #fff;
    font-family: Editor;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    max-width: 228px;
    padding: 11px;
    text-align: center;
    transition: all .4s ease-in-out;
    width: 100%
}

.woocommerce-Address-new .btn-border:hover {
    background: #555 !important;
    border-color: #555;
    color: #fff;
    transition: all .4s ease-in-out
}

.woocommerce-orders .woocommerce-MyAccount-content {
    background: #f8f8f8;
    padding: 0
}

.woocommerce-orders-table {
    background: #fff;
    margin-bottom: 20px;
    padding: 30px;
    position: relative
}

.woocommerce-orders-table__empty h2 {
    color: #555;
    font-family: Editor;
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    margin: 0 auto 16px;
    max-width: 400px;
    text-align: center;
    text-transform: none
}

.woocommerce-orders-table__empty p {
    color: #666;
    font-family: "Manrope", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    margin: 0 auto 30px;
    max-width: 280px;
    text-align: center
}

.woocommerce-orders-table__empty .button-pink {
    display: block;
    margin: 0 auto;
    min-width: 180px;
    padding: 14px 20px;
    width: 180px
}

.woocommerce-orders-table__head {
    cursor: pointer;
    position: relative;
    z-index: 5
}

.woocommerce-orders-table__header {
    align-items: center;
    display: grid;
    grid-template-columns: repeat(5, 20%);
    padding-bottom: 5px
}

.woocommerce-orders-table__header .label {
    color: #666;
    display: block;
    font-size: 14px;
    text-transform: none
}

.woocommerce-orders-table__header .value {
    color: #111;
    display: block;
    font-size: 16px;
    margin-top: 5px
}

.woocommerce-orders-table__header .status {
    color: #000;
    display: inline-block;
    padding: 0;
    text-transform: none
}

.woocommerce-orders-table__line {
    display: grid;
    grid-template-columns: 100%;
    margin-bottom: 20px
}

.woocommerce-orders-table__line.data {
    grid-template-columns: 11% 89%
}

.woocommerce-orders-table__line.data .woocommerce-orders-table__title {
    margin: 0 0 10px
}

.woocommerce-orders-table__line-image {
    height: 95px;
    padding: 0 25px 0 0
}

.woocommerce-orders-table__line-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.woocommerce-orders-table__line-info {
    padding-left: 8%
}

.woocommerce-orders-table__line-row {
    align-items: center;
    display: grid;
    grid-template-columns: 190px auto;
    margin-bottom: 15px
}

.woocommerce-orders-table__line .label {
    color: #666;
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: none
}

.woocommerce-orders-table__line .value {
    display: block;
    font-size: 14px;
    word-break: break-word
}

.woocommerce-orders-table__line-nft {
    grid-column: 2/5;
    padding-top: 20px
}

.woocommerce-orders-table__line-nft a {
    border: 1px solid #000;
    display: inline-block;
    font-size: 10px;
    padding: 5px;
    text-transform: none
}

.woocommerce-orders-table__line-nft a.active {
    background: #ff5353;
    border: 0;
    color: #fff
}

.woocommerce-orders-table__line-item {
    align-items: center;
    display: grid;
    grid-template-columns: 11% 29% 20% 20% 20%;
    margin-bottom: 20px
}

.woocommerce-orders-table__line-item.complete .woocommerce-orders-table__line-image {
    grid-row: 1/3
}

.woocommerce-orders-table__link {
    display: none;
    font-size: 14px;
    text-decoration: underline;
    text-transform: none
}

.woocommerce-orders-table__title {
    font-size: 16px;
    font-weight: 500;
    margin: 30px 0 20px;
    text-transform: none;
    white-space: nowrap
}

.woocommerce-orders-table__toggle {
    align-items: center;
    display: flex;
    height: 18px;
    justify-content: center;
    position: absolute;
    right: 30px;
    top: 30px;
    transform: rotate(180deg);
    transition: all .3s ease;
    width: 18px
}

.woocommerce-orders-table__details {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height .25s ease-out;
    will-change: max-height
}

.woocommerce-orders-table__details .btn-border,
.woocommerce-orders-table .woocommerce-orders-table__details .btn-border{
    background: #fff !important;
    border: 1px solid #555;
    color: #555;
    display: block;
    font-family: Editor;
    font-size: 14px;
    font-weight: 700;
    height: 44px;
    letter-spacing: .05em;
    line-height: 12.81px;
    padding: 15px 20px;
    text-align: center;
    text-transform: none;
    transition: all .4s ease-in-out;
    width: 100%
}

.woocommerce-orders-table__details .btn-border:hover {
    border-color: #555;
    color: #555;
    transition: all .4s ease-in-out
}

.woocommerce-orders-table.active .woocommerce-orders-table__details {
    max-height: none;
    opacity: 1
}

.woocommerce-orders-table.active .woocommerce-orders-table__toggle {
    transform: rotate(0deg)
}

.woocommerce-orders-table.active .woocommerce-orders-table__link {
    display: none
}

.woocommerce-ResetPassword {
    margin: 0 auto;
    max-width: 465px
}

.woocommerce-ResetPassword .text {
    color: #777;
    font-size: 14px;
    margin-bottom: 20px
}

.woocommerce-ResetPassword .form-row {
    display: block
}

.woocommerce-ResetPassword label {
    display: none
}

.woocommerce-ResetPassword .button {
    background: #0d0d0d;
    border: 1px solid #000;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    padding: 20px;
    text-align: center;
    text-transform: none;
    transition: all .4s ease-in-out;
    width: 100%
}

.woocommerce-ResetPassword .button:hover {
    background: hsla(0, 0%, 100%, 0);
    color: #000
}

.woocommerce-ResetPassword .password-tooltip.show {
    height: auto
}

.woocommerce-ResetPassword .password-tooltip__content {
    flex-wrap: wrap
}

.woocommerce-ResetPassword .password-tooltip__item {
    width: 50%
}

.woocommerce-lost-password {
    background: #fff
}

.woocommerce-lost-password .woocommerce {
    display: block
}

.payment-method {
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
    padding: 15px;
    position: relative
}

.payment-method:last-child {
    margin-bottom: 30px
}

.payment-method-method {
    color: #000;
    font-size: 16px;
    margin-bottom: 5px
}

.payment-method-expires {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px
}

.payment-method .delete {
    color: #bfbfbf;
    cursor: pointer;
    font-size: 14px;
    min-width: auto;
    padding: 0;
    text-decoration: underline
}

.payment-method .delete:hover {
    text-decoration: none
}

.payment-method .default {
    align-items: center;
    border: 1px solid #d0d5dd;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    font-size: 0;
    height: 16px;
    justify-content: center;
    min-width: auto;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 16px
}

.payment-method.default-payment-method,
.payment-method.default-payment-method .default {
    border-color: #000
}

.payment-method.default-payment-method .default:before {
    background: #000;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: auto;
    position: absolute;
    top: auto;
    width: 6px
}

.payment-method-loader {
    background: hsla(0, 0%, 79%, .6);
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 5
}

.payment-method-loader:before {
    animation: circleSpin 2s linear infinite;
    border: 4px solid #060606;
    border-radius: 50%;
    border-right-color: transparent;
    content: "";
    height: 40px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center;
    width: 40px
}

.payment-method.active .payment-method-loader {
    display: block
}

.disconnect-block {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    padding: 15px;
    position: fixed;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    visibility: hidden;
    width: 100%;
    z-index: -1
}

.disconnect-block,
.disconnect-block.show {
    transition: .25s cubic-bezier(.25, .46, .45, .94)
}

.disconnect-block.show {
    opacity: 1;
    visibility: visible;
    z-index: 9999
}

.disconnect-block__confirm {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    padding: 15px;
    position: fixed;
    top: 0;
    transition: .25s cubic-bezier(.25, .46, .45, .94);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    visibility: hidden;
    width: 100%;
    z-index: -1
}

.disconnect-block__confirm.show {
    opacity: 1;
    transition: .25s cubic-bezier(.25, .46, .45, .94);
    visibility: visible;
    z-index: 9999
}

.disconnect-block:before,
.disconnect-block__confirm:before {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: hsla(0, 0%, 7%, .2);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.disconnect-block__content {
    background: #fff;
    border: 1px solid #000;
    max-width: 520px;
    padding: 20px;
    width: 100%
}

.disconnect-block__content p {
    color: #0d0d0d;
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    margin: 0 0 25px;
    text-align: left
}

.disconnect-block__content_buttons {
    display: flex;
    margin: 0 -12px
}

.disconnect-block__content_buttons .btn {
    margin: 0 12px;
    padding: 12px;
    position: relative;
    width: calc(50% - 24px)
}

.disconnect-block__content .disconnect-block__content_buttons .btn-border {
    background: #fff;
    border: 1px solid #555 !important;
    color: #111;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    transition: all .4s ease-in-out
}

.disconnect-block__content_buttons .btn-border:hover {
    border-color: #555 !important;
    color: #555;
    transition: all .4s ease-in-out
}

.disconnect-block__content_buttons .btn-full {
    background: #555 !important;
    border: 1px solid #555;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    transition: all .4s ease-in-out
}

.disconnect-block__content_buttons .btn-full:hover {
    background: #555;
    border-color: #555;
    color: #fff;
    transition: all .4s ease-in-out
}

@media screen and (max-width:1200px) {
    .profile .woocommerce {
        display: block
    }

    body .profile-caption{
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .profile,
    .woocommerce-MyAccount-content__block {
        background: #fff
    }

    .profile {
        margin: 0;
        padding: 0
    }

    .profile p.title {
        display: none
    }

    .profile-caption {
        align-items: center;
        background: #f8f8f8;
        margin: 0;
        padding: 30px 15px;
        text-align: right
    }

    .profile-caption h1 {
        font-size: 22px;
        line-height: 30px
    }

    .profile-caption__link {
        display: inline-block
    }

    .profile-caption__link-desktop,
    .woocommerce-MyAccount-navigation {
        display: none
    }

    .woocommerce-MyAccount-content,
    .routine_empty{
        padding: 30px 15px
    }
    .current_routine, .history_routines{
        padding: 22px 12px
    }
    .woocommerce-MyAccount-content .woocommerce-MyAccount-navigation {
        display: block;
        margin-top: 30px;
        padding: 0;
        width: 100%
    }

    .woocommerce-MyAccount-content__caption {
        background: #f8f8f8;
        margin: -31px -16px 0;
        padding: 30px 15px
    }
}

@media screen and (max-width:991px) {

    .woocommerce-Address-new .btn-border,
    .woocommerce-MyAccount-content .button-border {
        max-width: 100%
    }

    .woocommerce-orders-table {
        padding: 15px
    }

    .woocommerce-orders-table__toggle {
        right: 15px;
        top: 15px
    }

    .woocommerce-orders-table__header {
        grid-gap: 20px;
        grid-template-columns: 1fr 1fr;
        margin-bottom: 20px
    }

    .woocommerce-orders-table__header div:first-child {
        grid-column: 1/3
    }

    .woocommerce-orders-table__line {
        display: block
    }

    .woocommerce-orders-table__line-item {
        grid-gap: 15px;
        border-top: 1px solid #000;
        grid-template-columns: repeat(4, 1fr);
        margin: 0;
        padding: 20px 0
    }

    .woocommerce-orders-table__line-item:last-child {
        border-bottom: 1px solid #000
    }

    .woocommerce-orders-table__line-image {
        grid-row: 1/3;
        height: 100px;
        padding-right: 10px
    }

    .woocommerce-orders-table__line-name {
        grid-column: 2/5
    }

    .woocommerce-orders-table__title {
        margin-bottom: 10px
    }

    .woocommerce-orders-table__line-info {
        margin-bottom: 30px;
        padding: 0
    }

    .woocommerce-orders-table__line-row {
        grid-template-columns: 48% auto
    }

    .woocommerce-orders-table__line-nft {
        grid-column: 1/5;
        padding: 0
    }

    .woocommerce-account-routine .routine_header{
        flex-direction: column;
    }

    .woocommerce-account-routine .routine_header .routine-expired,
    .add_to_cart_routine{
        margin-top: 14px;
    }
    .add_to_cart_routine{
        max-width: 320px;
    }
    .current_routine .add_to_cart_routine{
        display: none;
    }
    .routine-matin, .routine-soir, .routine-hebdomadaires{
        padding-top:40px;
        padding-left: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .routine-matin ul, .routine-soir ul, .routine-hebdomadaires ul{
        width: 100%;
        margin-top: 16px;
    }
    .routine-icons{
        position:static;
        margin-right: 10px;
    }
    .routine-matin:before, .routine-soir:before{
        content: unset;
    }
    .routine-matin ul li, .routine-soir ul li, .routine-hebdomadaires ul li{
        flex-direction: column;
        align-items: flex-start;
        padding: 12px 10px;
    }
    .routine-product{
        margin-left: 0;
        margin-top: 8px;
        padding: 6px;
        min-height: 52px;
        max-width: 320px;
    }
    .woocommerce-account-routine .all_routine_products .routine_header{
        padding-left: 16px;
        padding-right: 16px;
    }
    .woocommerce-account-routine .all_routine_products .products>a{
        width: calc(50% - 4px);
    }
    .woocommerce-account-routine .old-routine .accordion_title{
        padding: 20px 16px;
    }
    .woocommerce-account-routine .old-routine .accordion_content{
        padding: 22px 12px;
    }
    .woocommerce-account-routine .routine_header .routine_date{
        font-size: 22px;
    }
    .add_to_cart_single{
        max-width: 50px;
        height: 50px;
        width: 50px;
        max-height: 50px;
    }
}

@keyframes circleSpin {
    0% {
        transform: translate(-50%, -50%) rotate(0)
    }

    to {
        transform: translate(-50%, -50%) rotate(1turn)
    }
}

.woocommerce-order-received .woocommerce {
    grid-gap: 20px;
    align-items: start;
    display: grid;
    grid-template-columns: auto 330px
}

.checkout-wrapper .checkout-inline-error-message,
.checkout-wrapper span.input-error{
    display: none !important;
}

.checkout-wrapper .woocommerce-order {
    background: #fff;
    padding: 40px
}

.checkout-wrapper .woocommerce-notice {
    align-items: center;
    color: #111;
    display: flex;
    font-size: 14px;
    margin-bottom: 25px;
    padding: 10px 45px;
    position: relative;
    text-transform: none
}

.checkout-wrapper .woocommerce-notice--success {
    background: rgba(109, 243, 81, .15)
}

.checkout-wrapper .woocommerce-notice--success:before {
    background: url(../images/icons-success..svg) 50% no-repeat;
    content: "";
    height: 25px;
    left: 10px;
    position: absolute;
    top: auto;
    width: 25px
}

.checkout-wrapper .woocommerce-notice--error {
    background: rgb(247 240 234 / 25%);
}

.checkout-wrapper .woocommerce-order-overview li {
    color: #111;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
    text-transform: none
}

.checkout-wrapper .woocommerce-order-overview li strong {
    color: #777;
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    text-transform: none
}

.checkout-wrapper .woocommerce-orders-table__title {
    display: none
}

.checkout-wrapper .woocommerce-orders-table__line-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 25px
}

.checkout-wrapper .woocommerce-orders-table__line-items .label,
.checkout-wrapper .woocommerce-orders-table__line-items .value {
    display: none
}

.checkout-wrapper .woocommerce-orders-table__line-image {
    border: 1px solid #e5e5e6;
    padding: 5px
}

.checkout-wrapper .woocommerce-orders-table__line-image img {
    max-width: 60px
}

.checkout-wrapper .woocommerce-orders-table__line-name {
    display: none
}

.checkout-wrapper .woocommerce .btn-gray {
    background: hsla(0, 0%, 80%, .8);
    display: block;
    font-size: 14px;
    padding: 15px;
    text-align: center;
    text-transform: none;
    transition: .25s ease-in-out
}

.pdf_btn{
    border: 0;
    font-size: 14px;
    height: 44px;
    letter-spacing: .05em;
    line-height: 12.81px;
    padding: 15px 20px;
    position: relative;
    text-align: center;
    transition: all .4s ease-in-out;
    width: 100%;
    font-family: "Manrope", serif !important;
    font-weight: 500;
    background: hsl(33deg 12.35% 31.76%) !important;
    color: #fff;
    display: block;
}

.pdf_btn:hover{
    background: #333 !important;
}

.checkout-wrapper .woocommerce .btn-gray:hover {
    background: #000;
    color: #fff
}

.checkout-wrapper .paid__button {
    align-items: center;
    background: #ff5353;
    display: flex;
    height: 56px;
    justify-content: center;
    padding: 10px;
    width: 100%
}

.checkout-wrapper .paid__button .item-icon {
    margin: 0 15px 0 0;
    max-width: 25px;
    min-width: 25px
}

.checkout-wrapper .paid__button .item-icon img {
    max-width: 100%;
    width: auto
}

.checkout-wrapper .paid__button .item-text {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-transform: none
}

@media screen and (max-width:1140px) {
    .woocommerce-order-received .woocommerce {
        display: block
    }

    .woocommerce-order-received .cart-collaterals {
        display: none
    }

    .woocommerce-order {
        padding: 0
    }
}

.cart_totals {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 0 10px 25px;
    margin-bottom: 10px;
}

.cart_totals h2 {
    border-bottom: 1px solid #eaeaea;
    color: #0d0d0d;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    padding-bottom: 0;
    text-transform: none
}

.cart_totals table {
    width: 100%
}

.cart_totals table tbody {
    display: block;
    width: 100%
}

.cart_totals table tr {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    width: 100%
}

.cart_totals table tr td,
.cart_totals table tr th {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    text-align: left
}

.cart_totals table tr td:last-child {
    color: #000;
    font-family: Editor;
    font-weight: 700
}

.cart_totals table tr.order-total {
    border-top: 1px solid #eaeaea;
    margin-bottom: 0;
    margin-top: 15px;
    padding-top: 15px
}

.cart_totals table tr.order-total td,
.cart_totals table tr.order-total th {
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 400;
    text-transform: none
}

.cart_totals table tr.order-total td span.text,
.cart_totals table tr.order-total th span.text {
    color: #777;
    display: block;
    font-family: "Manrope", serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px
}

.cart_totals table tr.order-total td bdi,
.cart_totals table tr.order-total td span,
.cart_totals table tr.order-total td strong,
.cart_totals table tr.order-total th bdi,
.cart_totals table tr.order-total th span,
.cart_totals table tr.order-total th strong {
    color: inherit;
    font-size: inherit;
    font-weight: inherit
}

.cart_totals table tr.order-total td {
    color: #555;
    font-family: Editor;
    font-weight: 700
}

.cart_totals table tr.order-total small {
    color: #777;
    font-size: 12px;
    text-transform: none
}
.wc-proceed-to-checkout .checkout-button{
    margin-bottom: 10px;
}
.wc-proceed-to-checkout .wc-stripe-payment-method.or{
    text-align: center;
}

.cart-clear {
    color: #555;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    margin-top: 24px;
    text-decoration: underline;
    text-transform: none
}

.cart-clear:hover {
    text-decoration: none
}

.checkout-button {
    background: #333;
    border: 1px solid #333;
    color: #fff;
    display: block;
    font-family: "Manrope";
    font-size: 14px;
    font-weight: 700;
    padding: 15px;
    text-align: center;
    text-transform: none;
    transition: .25s ease-in-out;
    width: 100%
}

.checkout-button:hover {
    background: #555;
    border-color: #555;
    color: #fff
}

.woocommerce-cart-form table {
    width: 100%
}

.woocommerce-cart-form table button[name=update_cart],
.woocommerce-cart-form table thead {
    display: none
}

.woocommerce-cart-form__cart-item {
    border-bottom: 1px solid #555;
    display: flex;
    padding: 24px 0;
    position: relative;
    width: 100%
}

.woocommerce-cart-form__cart-item .product-block {
    align-items: flex-end;
    border: 1px solid #555;
    display: flex;
    margin: 0 0 16px;
    padding: 12px 12px 11px
}

.woocommerce-cart-form__cart-item .product-block ::-webkit-input-placeholder {
    color: #797979
}

.woocommerce-cart-form__cart-item .product-block :-moz-placeholder,
.woocommerce-cart-form__cart-item .product-block ::-moz-placeholder {
    color: #797979
}

.woocommerce-cart-form__cart-item .product-block :-ms-input-placeholder {
    color: #797979
}

.woocommerce-cart-form__cart-item .product-block textarea {
    color: #000;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    height: 40px;
    line-height: 19.6px;
    margin: 0 16px 0 0;
    outline: none;
    padding: 0;
    text-align: left;
    width: 100%
}

.woocommerce-cart-form__cart-item .product-block a.edit {
    color: #000;
    font-family: "Manrope", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: left;
    text-decoration: underline
}

.woocommerce-cart-form__cart-item .product-block a.edit:hover {
    color: #000;
    text-decoration: none
}

.woocommerce-cart-form__cart-item:first-child {
    border-top: 1px solid #555
}

.woocommerce-cart-form__cart-item .product-thumbnail {
    height: 120px;
    margin: 0 20px 0 0;
    max-width: 120px;
    min-width: 120px
}

.woocommerce-cart-form__cart-item .product-thumbnail a {
    display: block;
    height: 120px;
    width: 100%
}

.woocommerce-cart-form__cart-item .product-thumbnail img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.woocommerce-cart-form__cart-item .product-thumbnail .thumb_contain img{
    -o-object-fit: contain;
    object-fit: contain;
}

.woocommerce-cart-form__cart-item .product-thumbnail-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%
}

.woocommerce-cart-form__cart-item .product-thumbnail-content__top {
    align-items: flex-start;
    display: flex
}

.woocommerce-cart-form__cart-item .product-thumbnail-content__top .product-subtotal {
    margin: 0 0 0 20px;
    max-width: 150px;
    min-width: 150px;
    text-align: right
}

.woocommerce-cart-form__cart-item .product-thumbnail-content__top .basket__list-item-quantity {
    border-color: #e6e6e6;
    height: 36px;
    margin: 0 0 0 20px;
    max-width: 76px;
    min-width: 76px
}

.woocommerce-cart-form__cart-item .product-thumbnail-content__top .basket__list-item-quantity span {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px
}

.woocommerce-cart-form__cart-item .product-thumbnail-content__top .basket__list-item-quantity button {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
    width: 30px
}

.woocommerce-cart-form__cart-item .product-thumbnail-content__top .basket__list-item-quantity button:last-child {
    padding-bottom: 3px
}

.woocommerce-cart-form__cart-item .product-thumbnail-content__top .basket__list-item-quantity .js-basket-plus[disabled]{
    opacity: 0.3;
}

.woocommerce-cart-form__cart-item .product-thumbnail-content__top .basket__list-item-quantity .js-basket-plus.disabled{
    opacity: 0.3;
    pointer-events: none;
}

.woocommerce-cart-form__cart-item .product-thumbnail-content__top .product-name {
    width: 100%
}

.woocommerce-cart-form__cart-item .product-thumbnail-content__bottom {
    margin: 0
}

.woocommerce-cart-form__cart-item .product-name {
    font-size: 18px;
    grid-column: 2;
    grid-row: 1;
    text-transform: none
}

.woocommerce-cart-form__cart-item .product-name a {
    color: #555;
    font-family: Editor;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    text-transform: none
}

.woocommerce-cart-form__cart-item .product-name p.note {
    color: #111;
    font-family: "Manrope", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    margin: 4px 0 8px;
    text-transform: none
}

.woocommerce-cart-form__cart-item .product-name p.count {
    background: #555;
    color: #fff;
    display: inline-block;
    font-family: "Manrope", serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    margin: 8px 0 16px;
    padding: 8px 7.4px;
    text-align: left
}

.woocommerce-cart-form__cart-item .product-remove {
    align-items: flex-end;
    display: flex;
    grid-column: 2;
    grid-row: 2
}

.woocommerce-cart-form__cart-item .product-remove a {
    color: #b0b2b5;
    font-size: 14px;
    text-decoration: underline
}

.woocommerce-cart-form__cart-item .product-remove a:hover {
    text-decoration: none
}

.woocommerce-cart-form__cart-item .product-price {
    display: none
}

.woocommerce-cart-form__cart-item .product-quantity {
    align-items: center;
    border: 1px solid #eaeaea;
    display: flex;
    font-size: 18px;
    height: 36px;
    width: 105px
}

.woocommerce-cart-form__cart-item .product-quantity button {
    background: hsla(0, 0%, 100%, 0);
    cursor: pointer;
    width: 100%
}

.woocommerce-cart-form__cart-item .product-quantity button:disabled {
    color: #ccc;
    cursor: not-allowed
}

.woocommerce-cart-form__cart-item .product-quantity span {
    display: block;
    flex-shrink: 0;
    text-align: center;
    width: 40px
}

.woocommerce-cart-form__cart-item .product-quantity input {
    display: none
}

.woocommerce-cart-form__cart-item .product-subtotal {
    font-size: 18px;
    text-align: right
}

.woocommerce-cart-form__cart-item .product-subtotal span {
    color: #555;
    display: inline-block;
    font-family: Editor;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin: 8px 0
}

.basket-page {
    background: #fff;
    width: 100%
}

.basket-page .woocommerce {
    grid-gap: 80px;
    align-items: start;
    display: grid;
    grid-template-columns: auto 330px
}

.basket-page .woocommerce-form-coupon {
    border: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 10px;
    position: relative;
    right: 0;
    top: 0
}

.basket-content {
    margin: 0 auto;
    max-width: 1440px;
    padding: 40px 0
}

.basket-odds {
    align-items: center;
    border: 1px solid #111;
    display: flex;
    justify-content: center;
    margin: 0 0 40px;
    padding: 15px
}

.basket-odds__item {
    align-items: center;
    display: flex;
    margin: 0 40px
}

.basket-odds__item .image-item {
    margin: 0 10px 0 0;
    max-width: 30px;
    width: 100%
}

.basket-odds__item .text-item {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    margin: 0;
    text-transform: none
}

.basket__content-heading {
    padding-bottom: 20px;
    width: 100%
}

.basket__content-heading h1 {
    color: #555;
    position: relative;
    font-family: "Hello Branch";
    font-size: 72px;
    font-weight: 400;
    line-height: 61.2px;
    text-align: center;
}

.basket__content-heading_flex {
    align-items: center;
    display: flex;
    justify-content: space-between;
    max-width: calc(100% - 410px)
}

@media screen and (max-width:1140px) {
    .basket__content-heading h1 {
        font-size: 60px;
    }

    .basket__content-heading_flex {
        max-width: 100%
    }
}

.basket__content-heading_flex span {
    color: grey;
    display: block;
    font-family: "Manrope", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px
}

.basket-empty {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 40px 0;
    text-align: center
}

.basket-empty__other h2 {
    color: #000;
    font-family: "Manrope", serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -.025em;
    line-height: 18.3px;
    margin: 0 0 20px;
    text-align: left;
    text-transform: none
}

.basket-empty h1 {
    color: #555;
    font-family: Editor;
    font-size: 36px;
    font-weight: 700;
    line-height: 46.8px;
    margin: 0 0 10px;
    text-align: center
}

.basket-empty p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 30px;
    text-align: center
}

.basket-empty .button-pink {
    min-width: 180px;
    padding: 14px 20px
}

.basket-pay {
    align-items: flex-start;
    display: flex;
    justify-content: center;
    margin: 10px 0
}

.basket-pay p {
    color: #777;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 0 20px;
    text-align: center
}

.basket-pay__way {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.basket-pay__way__item {
    align-items: center;
    /*border: 1px solid #f2f4f7;*/
    display: flex;
    height: 29px;
    justify-content: center;
    margin: 0 6px 10px;
    max-width: 41px;
    min-width: 41px
}

.basket-pay__way__item img {
    max-width: 100%;
    width: auto
}

@keyframes dp-banner-anim {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-100%)
    }
}

.dp-banner {
    background: #fff;
    border: 1px solid #e6e6e6;
    display: none;
    overflow: hidden;
    padding: 13px 10px;
    transition: top .4s ease-in-out;
    white-space: nowrap;
    width: 100%
}

.dp-banner__inner {
    animation: dp-banner-anim linear infinite;
    animation-duration: 30s;
    width: -moz-min-content;
    width: min-content;
    will-change: transform
}

.dp-banner__tail {
    width: .001px
}

.dp-banner__inner,
.dp-banner__tail {
    display: flex
}

.checkout-wrapper>.checkout_back{
    display: none;
}

@media screen and (max-width:1140px) {
    .basket-page .woocommerce {
        display: block
    }

    .cart-clear {
        margin-top: 20px
    }

    .woocommerce-cart-form__cart-item {
        grid-template-columns: 120px auto;
        grid-template-rows: 1fr 1fr 1fr;
        padding: 20px 0;
        position: relative
    }

    .woocommerce-cart-form__cart-item .product-quantity {
        margin: -10px 0 0
    }

    .woocommerce-cart-form__cart-item .woocommerce-cart-form__cart-item .product-block {
        bottom: 102px
    }

    .woocommerce-cart-form__cart-item .product-thumbnail {
        align-items: flex-start;
        display: flex;
        grid-row: 1/4;
        justify-content: center
    }

    .woocommerce-cart-form__cart-item .product-thumbnail img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }

    .woocommerce-cart-form__cart-item .product-subtotal {
        text-align: left
    }

    .woocommerce-cart-form__cart-item .product-block {
        bottom: 102px
    }
}

@media screen and (max-width:1024px) {
    .basket-odds__item {
        margin: 0 20px
    }
    .profile-caption__link{
        top: 10px;
        left: -16px;
        position: relative;
    }
    body .profile-caption h1{
        display: flex;
        align-self: center;
    }
    .checkout-wrapper>.checkout_back{
        display: inline-block;
    }
    .checkout-wrapper .checkout_back.desktop{
        display: none;
    }
    .checkout-wrapper h1{
        line-height: 40px !important;
        margin-top: 15px;
    }
    .add_to_cart_wishlist{
        position: static;
        max-width: 450px;
    }
}

@media screen and (max-width:992px) {
    .dp-banner {
        display: block
    }

    .basket-odds__item {
        margin: 0 50px 0 0
    }

    .basket-odds__item .image-item {
        max-width: 24px
    }

    .basket-odds__item .text-item {
        font-size: 12px;
        line-height: 14px
    }

    .basket-odds {
        display: none
    }

    .basket-empty h1 {
        font-size: 20px;
        line-height: 24px
    }

    .basket-empty a {
        min-width: 100%
    }
}

@media screen and (max-width:767px) {
    .woocommerce-cart-form__cart-item .product-block textarea {
        height: 85px
    }

    .woocommerce-cart-form__cart-item .product-block {
        margin: 8px 0 16px
    }

    .woocommerce-cart-form__cart-item .product-thumbnail-content__top {
        flex-wrap: wrap
    }

    .woocommerce-cart-form__cart-item .product-thumbnail-content__top .basket__list-item-quantity,
    .woocommerce-cart-form__cart-item .product-thumbnail-content__top .product-name {
        margin: 0
    }

    .woocommerce-cart-form__cart-item .product-thumbnail-content__top .product-subtotal {
        margin: 4px 0 0 20px;
        max-width: calc(100% - 120px);
        min-width: calc(100% - 120px);
        text-align: left
    }
}

@media screen and (max-width:575px) {
    .woocommerce-cart-form__cart-item {
        padding: 20px 0 80px
    }

    .woocommerce-cart-form__cart-item .product-thumbnail {
        grid-row: 1/3
    }

    .woocommerce-cart-form__cart-item .product-subtotal {
        margin: -15px 0 0
    }

    .woocommerce-cart-form__cart-item .product-block {
        bottom: 15px;
        left: 0
    }

    .woocommerce-cart-form__cart-item .product-block textarea {
        height: 100px
    }

    .woocommerce-cart-form__cart-item .product-remove {
        bottom: 150px
    }

    .woocommerce-cart-form__cart-item .product-thumbnail-content__top .product-subtotal {
        margin: 14px 0 0;
        max-width: 100%;
        min-width: 100%;
        text-align: left
    }
}

.checkout {
    align-items: start;
    display: grid;
    gap: 20px;
    grid-template-columns: calc(100% - 350px) 330px
}

.checkout-popup {
    background: #fff;
    border: 1px solid #555;
    left: 100%;
    margin-left: 15px;
    opacity: 0;
    padding: 16px;
    position: absolute;
    top: 0;
    transition: all .4s ease-in-out;
    visibility: hidden;
    width: 328px;
    z-index: 999
}

.checkout-popup.active {
    opacity: 1;
    transition: all .4s ease-in-out;
    visibility: visible
}

.checkout-popup__close {
    background: none;
    border: 0;
    cursor: pointer;
    height: 16px;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: all .4s ease-in-out;
    width: 16px;
    z-index: 5
}

.checkout-popup__close:hover {
    opacity: .7;
    transition: all .4s ease-in-out
}

.checkout-popup__close img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto
}

.checkout-popup p {
    color: #0d0d0d;
    font-family: "Manrope", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    margin: 0 0 8px
}

.checkout-popup__button {
    border: 0;
    border-bottom: 1px solid #555;
    cursor: pointer;
    font-family: "Manrope", serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    padding: 0;
    text-align: left
}

.checkout-popup__button,
.checkout-popup__button:hover {
    color: #555;
    text-decoration: none;
    transition: all .4s ease-in-out
}

.checkout-popup__button:hover {
    border-color: transparent
}

.checkout-wrapper {
    margin: 40px auto;
    max-width: 1440px;
    padding: 0;
    position: relative
}

.checkout-wrapper h1 {
    color: #555;
    position: relative;
    font-family: "Hello Branch";
    font-size: 72px;
    font-weight: 400;
    line-height: 61.2px;
    text-align: center;
}

@media screen and (max-width:1140px) {
    .checkout-wrapper h1 {
        font-size: 60px;
    }


}

.checkout-wrapper .form-group {
    background: #fff;
    margin-bottom: 10px;
    padding: 60px
}

.checkout-wrapper .form-group__placeholder {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 20px
}

form.woocommerce-checkout>ul.woocommerce-error{
    display: none;
}

.woocommerce-checkout-customer h3 {
    color: #555;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 30px;
    text-transform: none
}

.woocommerce-MyAccount-content__block h1{
    color: #595248 !important;
}

.woocommerce-account-fields.fields-indent {
    margin-top: 30px
}

.woocommerce-account-fields.fields-indent .form-group__heading {
    margin: 0 0 16px
}

.woocommerce-checkout-customer {
    width: 100%
}

.woocommerce-checkout-review-order {
    background: #fff;
    flex-shrink: 0;
    padding: 25px 10px;
    width: 330px
}

.woocommerce-different-address {
    margin-bottom: 30px
}

.woocommerce-different-address label {
    cursor: pointer;
    display: flex
}

.woocommerce-different-address label span {
    border-bottom: 1px solid #e5e5e6;
    font-size: 14px;
    padding: 10px 20px;
    text-transform: none
}

.woocommerce-different-address label span:first-child {
    border-color: #000
}

.woocommerce-different-address input {
    display: none
}

.woocommerce-different-address input:checked+label span:first-child {
    border-color: #e5e5e6
}

.woocommerce-different-address input:checked+label span:last-child {
    border-color: #000
}

.woocommerce-form-coupon {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 10px 25px;
    position: absolute;
    right: 0;
    top: 0;
    width: 330px
}

.woocommerce-form-coupon-title {
    align-items: center;
    display: flex;
    margin-bottom: 10px;
    width: 100%
}

.woocommerce-form-coupon-title svg {
    margin-right: 5px
}

.woocommerce-form-coupon .form-row {
    align-items: normal
}

.woocommerce-form-coupon .form-row-first {
    margin: 0;
    position: relative;
    width: 200px
}

.woocommerce-form-coupon .form-row-last {
    margin: 0;
    width: 105px
}

.woocommerce-form-coupon .btn,
.woocommerce-form-coupon .input-text {
    padding: 10px;
    width: 100%
}

.woocommerce-form-coupon .btn {
    background: #f9f9f9;
    border: 1px solid #e6e6e6;
    color: #555555;
    font-size: 14px;
    font-weight: 400;
    height: 43px;
    line-height: 14px;
    text-transform: none
}

.woocommerce-form-coupon .result-text {
    bottom: 5px;
    color: grey;
    display: block;
    font-size: 12px;
    position: absolute
}

.woocommerce-form-coupon .result-text:empty {
    display: none
}

.woocommerce-form-coupon.success .input-text {
    background: rgb(247 240 234 / 25%);
}

.woocommerce-form-coupon.error .input-text {
    background: rgb(247 240 234 / 25%);
}

.woocommerce-checkout-review-order {
    margin-top: 120px
}

.woocommerce-checkout-review-order h3 {
    border-bottom: 1px solid #eaeaea;
    color: #555;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-transform: none
}

.woocommerce-checkout-review-order-table {
    display: block;
    width: 100%
}

.woocommerce-checkout-review-order-table tbody {
    background: #f6f6f6;
    display: block;
    height: 280px;
    overflow-y: auto;
    padding: 10px 10px 5px
}

.woocommerce-checkout-review-order-table tbody::-webkit-scrollbar {
    width: 3px
}

.woocommerce-checkout-review-order-table tbody::-webkit-scrollbar-thumb {
    background: #b3b3b3
}

.woocommerce-checkout-review-order-table tbody tr {
    align-items: center;
    border-bottom: 1px dotted #b3b3b3;
    color: #666;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative
}

.woocommerce-checkout-review-order-table tbody tr.cart-quantity {
    color: #000
}

.woocommerce-checkout-review-order-table tbody tr.cart-quantity:before {
    display: none
}

.woocommerce-checkout-review-order-table tbody tr td {
    background: #f6f6f6;
    /*color: inherit;*/
    z-index: 1
}

.woocommerce-checkout-review-order-table tbody tr td.product-name {
    padding-right: 10px
}

.woocommerce-checkout-review-order-table tbody tr td.product-total {
    color: #000;
    font-family: Editor;
    font-weight: 700;
    padding-left: 10px
}

.woocommerce-checkout-review-order-table tbody tr td .product-quantity {
    font-weight: inherit
}

.woocommerce-checkout-review-order-table tbody tr td .includes_tax,
.woocommerce-checkout-review-order-table tbody tr td .includes_tax span {
    font-size: 14px !important
}

.woocommerce-checkout-review-order-table tfoot {
    border-top: 1px solid #eaeaea;
    display: block;
    margin-top: 15px;
    padding-top: 15px
}

.woocommerce-checkout-review-order-table tfoot tr {
    align-items: center;
    color: #666;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    position: relative
}

.woocommerce-checkout-review-order-table tfoot tr a,
.woocommerce-checkout-review-order-table tfoot tr span,
.woocommerce-checkout-review-order-table tfoot tr td,
.woocommerce-checkout-review-order-table tfoot tr th {
    color: inherit;
    font-size: 14px;
    font-weight: 400
}

.woocommerce-checkout-review-order-table tfoot tr .woocommerce-Price-amount,
.woocommerce-checkout-review-order-table tfoot tr .woocommerce-checkout-review-order-table tfoot tr span,
.woocommerce-checkout-review-order-table tfoot tr .woocommerce-remove-coupon,
.woocommerce-checkout-review-order-table tfoot tr td {
    font-family: Editor;
    font-weight: 700
}

.woocommerce-checkout-review-order-table tfoot tr.order-total {
    border-top: 1px solid #eaeaea;
    margin-top: 15px;
    padding-top: 15px
}

.woocommerce-checkout-review-order-table tfoot tr.order-total span,
.woocommerce-checkout-review-order-table tfoot tr.order-total td,
.woocommerce-checkout-review-order-table tfoot tr.order-total th {
    /*color: #000;*/
    font-size: 18px;
    text-align: left;
    text-transform: none
}

.woocommerce-checkout-review-order-table tfoot tr.order-total .woocommerce-Price-amount {
    color: #555;
    font-family: Editor;
    font-weight: 700
}

.woocommerce-checkout-review-order-table tfoot tr.order-total .tax_label {
    color: #777;
    display: block;
    font-size: 12px
}

.woocommerce .address_book {
    display: block
}

.woocommerce .address_book .woocommerce-input-wrapper {
    display: flex
}

.woocommerce .address_book .woocommerce-input-wrapper input {
    display: none
}

.woocommerce .address_book .woocommerce-input-wrapper input:checked+label {
    border-color: #555
}

.woocommerce .address_book .woocommerce-input-wrapper label {
    border: 1px solid #e6e6e6;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    min-height: 105px;
    padding: 15px;
    position: relative;
    width: 240px
}

.woocommerce .address_book .woocommerce-input-wrapper label[for=billing_address_book_add_new]:before,
.woocommerce .address_book .woocommerce-input-wrapper label[for=shipping_address_book_add_new]:before {
    background-image: url(../images/icon-plus-bg..svg);
    bottom: 15px;
    content: "";
    height: 20px;
    left: 15px;
    position: absolute;
    width: 20px
}

.woocommerce .address_book .woocommerce-input-wrapper label span {
    display: block;
    margin-top: 10px;
    text-decoration: underline
}

.woocommerce .address_book .woocommerce-input-wrapper label:after {
    display: none
}

.woocommerce-SavedPaymentMethods {
    margin-top: 20px
}

.woocommerce .woocommerce-account-fields .create-account.form-row label,
.woocommerce-SavedPaymentMethods-new label,
.woocommerce-SavedPaymentMethods-saveNew label,
.woocommerce-SavedPaymentMethods-token label {
    align-items: center;
    display: flex !important;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    width: 100%
}

.woocommerce .woocommerce-account-fields .create-account.form-row label:before,
.woocommerce-SavedPaymentMethods-new label:before,
.woocommerce-SavedPaymentMethods-saveNew label:before,
.woocommerce-SavedPaymentMethods-token label:before {
    border-radius: 50%;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: auto;
    width: 20px
}

.woocommerce .woocommerce-account-fields .create-account.form-row input,
.woocommerce-SavedPaymentMethods-new input,
.woocommerce-SavedPaymentMethods-saveNew input,
.woocommerce-SavedPaymentMethods-token input {
    display: none
}

.woocommerce .woocommerce-account-fields .create-account.form-row input:checked+label:after,
.woocommerce-SavedPaymentMethods-new input:checked+label:after,
.woocommerce-SavedPaymentMethods-saveNew input:checked+label:after,
.woocommerce-SavedPaymentMethods-token input:checked+label:after {
    background: #060607;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 6px;
    position: absolute;
    top: auto;
    width: 8px
}

.woocommerce .woocommerce-account-fields .create-account.form-row input:checked+label:before,
.woocommerce-SavedPaymentMethods-new input:checked+label:before,
.woocommerce-SavedPaymentMethods-saveNew input:checked+label:before,
.woocommerce-SavedPaymentMethods-token input:checked+label:before {
    border: 1px solid #060607
}

#order_review_mobile {
    display: none
}

#order_review {
    position: sticky;
    top: 100px
}

.wc_payment_methods {
    position: relative
}

.wc_payment_methods .checkbox input {
    display: none
}

.wc_payment_methods .checkbox input[type=checkbox]+span {
    border: 0;
    color: #0d0d0d;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 0;
    text-align: left
}

.wc_payment_methods .checkbox input[type=checkbox]+span:before {
    border: 1px solid #e5e5e6;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px
}

.wc_payment_methods .checkbox input[type=checkbox]:checked+span:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    height: 11px;
    left: 6px;
    opacity: 1;
    position: absolute;
    top: 3px;
    transform: rotate(45deg);
    width: 7px;
    z-index: 5
}

.wc_payment_method {
    position: static;
    width: 100%
}

.wc_payment_method>label {
    display: none
}

.wc_payment_method>input {
    display: none;
    opacity: 0;
    visibility: hidden
}

.wc_payment_method>input:checked+label {
    border-color: #000
}

.wc_payment_method>input:checked+label:after {
    background: #000;
    border-radius: 50%;
    content: "";
    height: 8px;
    position: absolute;
    right: 21px;
    top: 21px;
    width: 8px
}

.wc_payment_method>input:checked+label:before {
    border-color: #000
}

.wc_payment_method:nth-child(2)>label {
    left: 33%
}

.wc_payment_method:nth-child(3)>label {
    left: 66%
}

.wc_payment_method:nth-child(4)>label {
    left: 99%
}

.wc_payment_method:nth-child(5)>label {
    left: 132%
}

.wc_payment_method .payment_box {
    border: 1px solid #cdcdcd;
    padding: 15px;
    position: relative;
}

.wc_payment_method .payment_box fieldset {
    border: 0;
    padding: 0
}

.place-order {
    margin-top: 30px
}

.place-order .btn {
    font-feature-settings: "calt" off;
    background: #333;
    color: var(--White, #fff);
    cursor: pointer;
    font-family: Editor;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    height: 48px;
    line-height: 24px;
    position: relative;
    text-transform: none;
    transition: .25s ease-in;
    width: 100%;
    border-radius: 4px;
}

.place-order .btn:hover {
    background: #555;
    color: #fff
}

#stripe-payment-data .form-row {
    display: block
}

.wc-stripe-card-icons-container{
    display: flex !important;
}

.woocommerce-shipping-methods {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}

.woocommerce-shipping-methods li {
    margin: 10px;
    width: calc(33.22% - 20px)
}

.woocommerce-shipping-methods li p {
    color: #777;
    font-family: "Manrope", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    margin: 10px 0 0;
    text-align: left
}

.woocommerce-shipping-methods li p+p {
    margin: 0
}

.woocommerce-shipping-methods li p.name {
    font-weight: 700
}

.woocommerce-shipping-methods input[type=radio] {
    display: none
}

.woocommerce-shipping-methods input[type=radio]+label {
    align-items: center;
    border: 1px solid #e5e5e6;
    color: #060607;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    padding: 17px 48px 17px 16px;
    position: relative;
    text-align: left
}

.woocommerce-shipping-methods input[type=radio]+label .icon-item {
    margin: 0 8px 0 0;
    max-width: 16px;
    min-width: 16px
}

.woocommerce-shipping-methods input[type=radio]+label .icon-item img {
    max-width: 100%;
    width: auto
}

.woocommerce-shipping-methods input[type=radio]+label:after {
    border: 1px solid #e3e4e8;
    border-radius: 50%;
    content: "";
    height: 20px;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 20px
}

.woocommerce-shipping-methods input[type=radio]:checked+label,
.woocommerce-shipping-methods input[type=radio]:checked+label:after {
    border-color: #111
}

.woocommerce-shipping-methods input[type=radio]:checked+label:before {
    background: #111;
    border: 1px solid #111;
    border-radius: 50%;
    content: "";
    height: 8px;
    position: absolute;
    right: 22px;
    top: 22px;
    width: 8px;
    z-index: 5
}

@media screen and (max-width:1024px) {
    .woocommerce-shipping-methods li {
        width: calc(100% - 20px)
    }

    .woocommerce-form-coupon .form-row-first {
        width: calc(100% - 105px)
    }

    .wc_payment_methods {
        padding-top: 0
    }

    .checkout-wrapper {
        background: #fff;
        margin: 0 0 20px;
        padding: 40px 16px
    }

    .wc_payment_method {
        margin-bottom: 10px
    }

    .wc_payment_method>label {
        left: 0 !important;
        margin-bottom: 10px;
        position: relative;
        width: 100%
    }

    .checkout {
        display: block
    }

    .checkout-popup {
        bottom: 20px;
        right: 20px
    }

    .woocommerce-form-coupon {
        background: hsla(0, 0%, 100%, 0);
        margin-bottom: 70px;
        padding: 10px 0;
        position: relative;
        right: 0;
        top: 0;
        width: 100%
    }

    .woocommerce-form-coupon .result-text {
        display: block;
        margin-top: 10px;
        position: relative
    }

    .cart-collaterals .woocommerce-form-coupon {
        padding: 10px
    }

    .checkout-wrapper .form-group {
        background: hsla(0, 0%, 100%, 0);
        margin-bottom: 70px;
        padding: 0
    }

    .woocommerce-checkout-review-order {
        background: hsla(0, 0%, 100%, 0);
        border: 1px solid #000;
        margin-top: 0;
        width: 100%
    }

    .woocommerce-checkout-review-order-table tbody,
    .woocommerce-checkout-review-order-table tbody tr td {
        background: #eaeaea
    }

    #order_review_mobile {
        display: block
    }

    #order_review {
        display: none
    }

    .checkout .form-row .input-text {
        background: hsla(0, 0%, 100%, 0)
    }
}

.password-input {
    display: block;
    position: relative
}

.form-row.create-account label {
    display: inline-flex
}

.form-row.create-account span {
    height: auto;
    width: auto
}

.ps {
    -ms-overflow-style: none;
    overflow: hidden !important;
    overflow-anchor: none;
    touch-action: auto;
    -ms-touch-action: auto
}

.ps__rail-x {
    bottom: 0;
    height: 15px
}

.ps__rail-x,
.ps__rail-y {
    display: none;
    opacity: 0;
    position: absolute;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear
}

.ps__rail-y {
    right: 0;
    width: 15px
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
    background-color: transparent;
    display: block
}

.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y,
.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y {
    opacity: .6
}

.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
    background-color: #eee;
    opacity: .9
}

.ps__thumb-x {
    bottom: 2px;
    height: 6px;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out
}

.ps__thumb-x,
.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    position: absolute
}

.ps__thumb-y {
    right: 2px;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px
}

.ps__rail-x.ps--clicking .ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x:hover>.ps__thumb-x {
    background-color: #999;
    height: 11px
}

.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y:hover>.ps__thumb-y {
    background-color: #999;
    width: 11px
}

@supports (-ms-overflow-style:none) {
    .ps {
        overflow: auto !important
    }
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .ps {
        overflow: auto !important
    }
}

.form-login {
    margin: 30px 0 0
}

.form-login h4 {
    color: #111;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    margin: 0 0 10px;
    text-align: left;
    text-transform: none
}

.form-login p {
    color: #0d0d0d;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    margin: 0 0 20px;
    text-align: left
}

.form-login .checkbox input {
    display: none
}

.form-login .checkbox input[type=checkbox]+span {
    border: 0;
    color: #0d0d0d;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 0;
    text-align: left
}

.form-login .checkbox input[type=checkbox]+span:before {
    border: 1px solid #e5e5e6;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px
}

.form-login .checkbox input[type=checkbox]:checked+span:before {
    background: #111;
    border-color: #111
}

.form-login .checkbox input[type=checkbox]:checked+span:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    height: 11px;
    left: 6px;
    opacity: 1;
    position: absolute;
    top: 3px;
    transform: rotate(45deg);
    width: 7px;
    z-index: 5
}

.woocommerce-SavedPaymentMethods-token label:before {
    border: 1px solid #d0d5dd
}

.woocommerce-SavedPaymentMethods-token label {
    padding: 0 0 0 30px
}

.delivery-date {
    background: #fff3f7;
    display: flex;
    margin: 30px 0
}

.delivery-date .input-date {
    border: 1px solid #000;
    bottom: 0;
    color: #000;
    display: block;
    display: none;
    left: 0;
    position: absolute
}

.delivery-date__calendar {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 30px;
    position: relative;
    width: 100%
}

.delivery-date__time {
    background: #fff;
    border: 1px solid #555;
    max-width: 330px;
    min-width: 330px;
    padding: 48px 20px;
    position: relative
}

.delivery-date__time p {
    color: #000;
    font-family: "Manrope", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    margin: 0 0 24px;
    text-align: left
}

.delivery-date__time p.title {
    color: #555;
    font-family: Editor;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.8px;
    margin: 0 0 8px
}

.delivery-date__time p.note {
    color: #555;
    font-family: "Manrope", serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    margin: 0 0 12px
}

.choice-time {
    display: block
}

.choice-time input {
    display: none
}

.choice-time input:checked+label {
    background: #555;
    color: #fff
}

.choice-time li {
    display: block;
    margin: 0 0 6px;
    padding: 0
}

.choice-time li:last-child {
    margin: 0
}

.choice-time label {
    border: 1px solid rgba(17, 124, 50, .2);
    color: #555;
    cursor: pointer;
    display: block;
    font-family: Editor;
    font-size: 14px;
    font-weight: 700;
    line-height: 18.2px;
    padding: 9px 15px 11px;
    position: relative;
    text-align: center;
    width: 100%
}

@media screen and (max-width:767px) {
    .delivery-date {
        display: block
    }

    .delivery-date__calendar {
        padding: 20px
    }

    .delivery-date__time {
        max-width: 100%;
        min-width: 100%
    }

    .checkout-popup {
        bottom: 12px;
        left: auto;
        right: 16px
    }

    li.payment_method_stripe_cc .wc-stripe-card-icons-container img.wc-stripe-card-icon{
        width: 30px !important;
        height: 26px !important;
    }
    body .wc_payment_method>label{
        font-size: 14px !important;
    }
    body .wc_payment_method input[type=radio]:checked+label .checkbox_payment_method:before{
        right: 4px !important;
        top: 4px !important;
    }
    body .wc_payment_method>label .checkbox_payment_method:after{
        height: 16px !important;
        width: 16px !important;
    }
    span.checkbox_payment_method{
        top: 7px !important;
    }
}

.air-datepicker-cell.-day-.-other-month-,
.air-datepicker-cell.-year-.-other-decade- {
    color: var(--adp-color-other-month)
}

.air-datepicker-cell.-day-.-other-month-:hover,
.air-datepicker-cell.-year-.-other-decade-:hover {
    color: var(--adp-color-other-month-hover)
}

.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade- {
    color: var(--adp-color-other-month)
}

.-selected-.air-datepicker-cell.-day-.-other-month-,
.-selected-.air-datepicker-cell.-year-.-other-decade- {
    background: var(--adp-background-color-selected-other-month);
    color: #fff
}

.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade- {
    background: var(--adp-background-color-selected-other-month-focused)
}

.-in-range-.air-datepicker-cell.-day-.-other-month-,
.-in-range-.air-datepicker-cell.-year-.-other-decade- {
    background-color: var(--adp-background-color-in-range);
    color: var(--adp-color)
}

.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade- {
    background-color: var(--adp-background-color-in-range-focused)
}

.air-datepicker-cell.-day-.-other-month-:empty,
.air-datepicker-cell.-year-.-other-decade-:empty {
    background: none;
    border: none
}

.air-datepicker-cell {
    border-radius: var(--adp-cell-border-radius);
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    z-index: 1
}

.air-datepicker-cell.-focus- {
    background: var(--adp-cell-background-color-hover)
}

.air-datepicker-cell.-current- {
    color: var(--adp-color-current-date)
}

.air-datepicker-cell.-current-.-focus- {
    color: var(--adp-color)
}

.air-datepicker-cell.-current-.-in-range- {
    color: var(--adp-color-current-date)
}

.air-datepicker-cell.-disabled- {
    color: var(--adp-color-disabled);
    cursor: default
}

.air-datepicker-cell.-disabled-.-focus- {
    color: var(--adp-color-disabled)
}

.air-datepicker-cell.-disabled-.-in-range- {
    color: var(--adp-color-disabled-in-range)
}

.air-datepicker-cell.-disabled-.-current-.-focus- {
    color: var(--adp-color-disabled)
}

.air-datepicker-cell.-in-range- {
    background: var(--adp-cell-background-color-in-range);
    border-radius: 0
}

.air-datepicker-cell.-in-range-.-focus-,
.air-datepicker-cell.-in-range-:hover {
    background: var(--adp-cell-background-color-in-range-hover)
}

.air-datepicker-cell.-range-from- {
    background-color: var(--adp-cell-background-color-in-range);
    border: 1px solid var(--adp-cell-border-color-in-range);
    border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)
}

.air-datepicker-cell.-range-to- {
    background-color: var(--adp-cell-background-color-in-range);
    border: 1px solid var(--adp-cell-border-color-in-range);
    border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0
}

.air-datepicker-cell.-range-to-.-range-from- {
    border-radius: var(--adp-cell-border-radius)
}

.air-datepicker-cell.-selected- {
    border: none
}

.air-datepicker-cell.-selected-,
.air-datepicker-cell.-selected-.-current- {
    background: var(--adp-cell-background-color-selected);
    color: #fff
}

.air-datepicker-cell.-selected-.-focus- {
    background: var(--adp-cell-background-color-selected-hover)
}

.air-datepicker-body {
    transition: all var(--adp-transition-duration) var(--adp-transition-ease)
}

.air-datepicker-body.-hidden- {
    display: none
}

.air-datepicker-body--day-names {
    display: grid;
    grid-template-columns: repeat(7, var(--adp-day-cell-width));
    margin: 8px 0 3px
}

.air-datepicker-body--day-name {
    color: var(--adp-day-name-color);
    flex: 1;
    font-size: .8em;
    text-transform: uppercase
}

.air-datepicker-body--day-name.-clickable- {
    cursor: pointer
}

.air-datepicker-body--day-name.-clickable-:hover {
    color: var(--adp-day-name-color-hover)
}

.air-datepicker-body--cells {
    display: grid
}

.air-datepicker-body--cells.-days- {
    grid-auto-rows: var(--adp-day-cell-height);
    grid-template-columns: repeat(7, var(--adp-day-cell-width))
}

.air-datepicker-body--cells.-months- {
    grid-auto-rows: var(--adp-month-cell-height);
    grid-template-columns: repeat(3, 1fr)
}

.air-datepicker-body--cells.-years- {
    grid-auto-rows: var(--adp-year-cell-height);
    grid-template-columns: repeat(4, 1fr)
}

.air-datepicker-nav {
    border-bottom: 1px solid var(--adp-border-color-inner);
    box-sizing: content-box;
    display: flex;
    justify-content: space-between;
    min-height: var(--adp-nav-height);
    padding: var(--adp-padding)
}

.-only-timepicker- .air-datepicker-nav {
    display: none
}

.air-datepicker-nav--action,
.air-datepicker-nav--title {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center
}

.air-datepicker-nav--action {
    border-radius: var(--adp-border-radius);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: var(--adp-nav-action-size)
}

.air-datepicker-nav--action:hover {
    background: var(--adp-background-color-hover)
}

.air-datepicker-nav--action:active {
    background: var(--adp-background-color-active)
}

.air-datepicker-nav--action.-disabled- {
    visibility: hidden
}

.air-datepicker-nav--action svg {
    height: 32px;
    width: 32px
}

.air-datepicker-nav--action path {
    stroke: var(--adp-nav-arrow-color)
}

.air-datepicker-nav--title {
    border-radius: var(--adp-border-radius)
}

.air-datepicker-nav--title i {
    color: var(--adp-nav-color-secondary);
    font-style: normal;
    margin-left: .3em
}

.air-datepicker-nav--title:hover {
    background: var(--adp-background-color-hover)
}

.air-datepicker-nav--title:active {
    background: var(--adp-background-color-active)
}

.air-datepicker-nav--title.-disabled- {
    background: none;
    cursor: default
}

.air-datepicker-buttons {
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-flow: column
}

.air-datepicker-button {
    background: hsla(0, 0%, 100%, 0);
    border: none;
    border-radius: var(--adp-btn-border-radius);
    color: var(--adp-btn-color);
    cursor: pointer;
    display: inline-flex;
    height: var(--adp-btn-height)
}

.air-datepicker-button:focus,
.air-datepicker-button:hover {
    background: var(--adp-btn-background-color-hover);
    color: var(--adp-btn-color-hover)
}

.air-datepicker-button:focus {
    outline: none
}

.air-datepicker-button:active {
    background: var(--adp-btn-background-color-active)
}

.air-datepicker-button span {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    outline: none;
    width: 100%
}

.air-datepicker-time {
    grid-column-gap: 12px;
    align-items: center;
    display: grid;
    grid-template-columns: max-content 1fr;
    padding: 0 var(--adp-time-padding-inner);
    position: relative
}

.-only-timepicker- .air-datepicker-time {
    border-top: none
}

.air-datepicker-time--current {
    align-items: center;
    display: flex;
    flex: 1;
    font-size: 14px;
    text-align: center
}

.air-datepicker-time--current-colon {
    line-height: 1;
    margin: 0 2px 3px
}

.air-datepicker-time--current-hours,
.air-datepicker-time--current-minutes {
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-size: 19px;
    line-height: 1;
    position: relative;
    z-index: 1
}

.air-datepicker-time--current-hours:after,
.air-datepicker-time--current-minutes:after {
    background: var(--adp-background-color-hover);
    border-radius: var(--adp-border-radius);
    bottom: -2px;
    content: "";
    left: -2px;
    opacity: 0;
    position: absolute;
    right: -2px;
    top: -3px;
    z-index: -1
}

.air-datepicker-time--current-hours.-focus-:after,
.air-datepicker-time--current-minutes.-focus-:after {
    opacity: 1
}

.air-datepicker-time--current-ampm {
    align-self: flex-end;
    color: var(--adp-time-day-period-color);
    font-size: 11px;
    margin-bottom: 1px;
    margin-left: 6px;
    text-transform: uppercase
}

.air-datepicker-time--row {
    align-items: center;
    background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat;
    display: flex;
    font-size: 11px;
    height: 17px
}

.air-datepicker-time--row:first-child {
    margin-bottom: 4px
}

.air-datepicker-time--row input[type=range] {
    -webkit-appearance: none;
    background: none;
    cursor: pointer;
    flex: 1;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none
}

.air-datepicker-time--row input[type=range]::-ms-tooltip {
    display: none
}

.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb {
    border-color: var(--adp-time-track-color-hover)
}

.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb {
    border-color: var(--adp-time-track-color-hover)
}

.air-datepicker-time--row input[type=range]:hover::-ms-thumb {
    border-color: var(--adp-time-track-color-hover)
}

.air-datepicker-time--row input[type=range]:focus {
    outline: none
}

.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb {
    background: var(--adp-cell-background-color-selected);
    border-color: var(--adp-cell-background-color-selected)
}

.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb {
    background: var(--adp-cell-background-color-selected);
    border-color: var(--adp-cell-background-color-selected)
}

.air-datepicker-time--row input[type=range]:focus::-ms-thumb {
    background: var(--adp-cell-background-color-selected);
    border-color: var(--adp-cell-background-color-selected)
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
    background: #fff;
    border: 1px solid var(--adp-time-track-color);
    border-radius: 3px;
    box-sizing: border-box;
    cursor: pointer;
    height: 12px;
    -webkit-transition: background var(--adp-transition-duration);
    transition: background var(--adp-transition-duration);
    width: 12px
}

.air-datepicker-time--row input[type=range]::-moz-range-thumb {
    background: #fff;
    border: 1px solid var(--adp-time-track-color);
    border-radius: 3px;
    box-sizing: border-box;
    cursor: pointer;
    height: 12px;
    -moz-transition: background var(--adp-transition-duration);
    transition: background var(--adp-transition-duration);
    width: 12px
}

.air-datepicker-time--row input[type=range]::-ms-thumb {
    background: #fff;
    border: 1px solid var(--adp-time-track-color);
    border-radius: 3px;
    box-sizing: border-box;
    cursor: pointer;
    height: 12px;
    -ms-transition: background var(--adp-transition-duration);
    transition: background var(--adp-transition-duration);
    width: 12px
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
    margin-top: calc(var(--adp-time-thumb-size)/2*-1)
}

.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track {
    background: transparent;
    border: none;
    color: transparent;
    cursor: pointer;
    height: var(--adp-time-track-height)
}

.air-datepicker-time--row input[type=range]::-moz-range-track {
    background: transparent;
    border: none;
    color: transparent;
    cursor: pointer;
    height: var(--adp-time-track-height)
}

.air-datepicker-time--row input[type=range]::-ms-track {
    background: transparent;
    border: none;
    color: transparent;
    cursor: pointer;
    height: var(--adp-time-track-height)
}

.air-datepicker-time--row input[type=range]::-ms-fill-lower,
.air-datepicker-time--row input[type=range]::-ms-fill-upper {
    background: transparent
}

.air-datepicker {
    --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --adp-font-size: 14px;
    --adp-width: 246px;
    --adp-z-index: 100;
    --adp-padding: 4px;
    --adp-grid-areas: "nav" "body" "timepicker" "buttons";
    --adp-transition-duration: .3s;
    --adp-transition-ease: ease-out;
    --adp-transition-offset: 8px;
    --adp-background-color: #fff;
    --adp-background-color-hover: #f0f0f0;
    --adp-background-color-active: #eaeaea;
    --adp-background-color-in-range: rgba(92, 196, 239, .1);
    --adp-background-color-in-range-focused: rgba(92, 196, 239, .2);
    --adp-background-color-selected-other-month-focused: #8ad5f4;
    --adp-background-color-selected-other-month: #a2ddf6;
    --adp-color: #4a4a4a;
    --adp-color-secondary: #9c9c9c;
    --adp-accent-color: #4eb5e6;
    --adp-color-current-date: var(--adp-accent-color);
    --adp-color-other-month: #dedede;
    --adp-color-disabled: #aeaeae;
    --adp-color-disabled-in-range: #939393;
    --adp-color-other-month-hover: #c5c5c5;
    --adp-border-color: #dbdbdb;
    --adp-border-color-inner: #efefef;
    --adp-border-radius: 4px;
    --adp-border-color-inline: #d7d7d7;
    --adp-nav-height: 32px;
    --adp-nav-arrow-color: var(--adp-color-secondary);
    --adp-nav-action-size: 32px;
    --adp-nav-color-secondary: var(--adp-color-secondary);
    --adp-day-name-color: #ff9a19;
    --adp-day-name-color-hover: #8ad5f4;
    --adp-day-cell-width: 1fr;
    --adp-day-cell-height: 32px;
    --adp-month-cell-height: 42px;
    --adp-year-cell-height: 56px;
    --adp-pointer-size: 10px;
    --adp-poiner-border-radius: 2px;
    --adp-pointer-offset: 14px;
    --adp-cell-border-radius: 4px;
    --adp-cell-background-color-hover: var(--adp-background-color-hover);
    --adp-cell-background-color-selected: #5cc4ef;
    --adp-cell-background-color-selected-hover: #45bced;
    --adp-cell-background-color-in-range: rgba(92, 196, 239, .1);
    --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, .2);
    --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
    --adp-btn-height: 32px;
    --adp-btn-color: var(--adp-accent-color);
    --adp-btn-color-hover: var(--adp-color);
    --adp-btn-border-radius: var(--adp-border-radius);
    --adp-btn-background-color-hover: var(--adp-background-color-hover);
    --adp-btn-background-color-active: var(--adp-background-color-active);
    --adp-time-track-height: 1px;
    --adp-time-track-color: #dedede;
    --adp-time-track-color-hover: #b1b1b1;
    --adp-time-thumb-size: 12px;
    --adp-time-padding-inner: 10px;
    --adp-time-day-period-color: var(--adp-color-secondary);
    --adp-mobile-font-size: 16px;
    --adp-mobile-nav-height: 40px;
    --adp-mobile-width: 320px;
    --adp-mobile-day-cell-height: 38px;
    --adp-mobile-month-cell-height: 48px;
    --adp-mobile-year-cell-height: 64px
}

.air-datepicker-overlay {
    --adp-overlay-background-color: rgba(0, 0, 0, .3);
    --adp-overlay-transition-duration: .3s;
    --adp-overlay-transition-ease: ease-out;
    --adp-overlay-z-index: 99
}

.air-datepicker {
    background: var(--adp-background-color);
    border: 1px solid var(--adp-border-color);
    border-radius: var(--adp-border-radius);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    box-sizing: content-box;
    color: var(--adp-color);
    display: grid;
    font-family: var(--adp-font-family), sans-serif;
    font-size: var(--adp-font-size);
    grid-template-areas: var(--adp-grid-areas);
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, max-content);
    position: absolute;
    transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease);
    width: var(--adp-width);
    z-index: var(--adp-z-index)
}

.air-datepicker:not(.-custom-position-) {
    opacity: 0
}

.air-datepicker.-from-top- {
    transform: translateY(calc(var(--adp-transition-offset)*-1))
}

.air-datepicker.-from-right- {
    transform: translateX(var(--adp-transition-offset))
}

.air-datepicker.-from-bottom- {
    transform: translateY(var(--adp-transition-offset))
}

.air-datepicker.-from-left- {
    transform: translateX(calc(var(--adp-transition-offset)*-1))
}

.air-datepicker.-active-:not(.-custom-position-) {
    opacity: 1;
    transform: translate(0)
}

.air-datepicker.-active-.-custom-position- {
    transition: none
}

.air-datepicker.-inline- {
    border-color: var(--adp-border-color-inline);
    box-shadow: none;
    left: auto;
    opacity: 1;
    position: static;
    right: auto;
    transform: none
}

.air-datepicker.-inline- .air-datepicker--pointer {
    display: none
}

.air-datepicker.-is-mobile- {
    --adp-font-size: var(--adp-mobile-font-size);
    --adp-day-cell-height: var(--adp-mobile-day-cell-height);
    --adp-month-cell-height: var(--adp-mobile-month-cell-height);
    --adp-year-cell-height: var(--adp-mobile-year-cell-height);
    --adp-nav-height: var(--adp-mobile-nav-height);
    --adp-nav-action-size: var(--adp-mobile-nav-height);
    border: none;
    position: fixed;
    width: var(--adp-mobile-width)
}

.air-datepicker.-is-mobile- * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.air-datepicker.-is-mobile- .air-datepicker--pointer {
    display: none
}

.air-datepicker.-is-mobile-:not(.-custom-position-) {
    transform: translate(-50%, calc(-50% + var(--adp-transition-offset)))
}

.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
    transform: translate(-50%, -50%)
}

.air-datepicker.-custom-position- {
    transition: none
}

.air-datepicker-global-container {
    left: 0;
    position: absolute;
    top: 0
}

.air-datepicker--pointer {
    --pointer-half-size: calc(var(--adp-pointer-size)/2);
    z-index: -1
}

.air-datepicker--pointer,
.air-datepicker--pointer:after {
    height: var(--adp-pointer-size);
    position: absolute;
    width: var(--adp-pointer-size)
}

.air-datepicker--pointer:after {
    background: #fff;
    border-right: 1px solid var(--adp-border-color-inline);
    border-top: 1px solid var(--adp-border-color-inline);
    border-top-right-radius: var(--adp-poiner-border-radius);
    box-sizing: border-box;
    content: ""
}

.-top-center- .air-datepicker--pointer,
.-top-left- .air-datepicker--pointer,
.-top-right- .air-datepicker--pointer,
[data-popper-placement^=top] .air-datepicker--pointer {
    top: calc(100% - var(--pointer-half-size) + 1px)
}

.-top-center- .air-datepicker--pointer:after,
.-top-left- .air-datepicker--pointer:after,
.-top-right- .air-datepicker--pointer:after,
[data-popper-placement^=top] .air-datepicker--pointer:after {
    transform: rotate(135deg)
}

.-right-bottom- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer,
.-right-top- .air-datepicker--pointer,
[data-popper-placement^=right] .air-datepicker--pointer {
    right: calc(100% - var(--pointer-half-size) + 1px)
}

.-right-bottom- .air-datepicker--pointer:after,
.-right-center- .air-datepicker--pointer:after,
.-right-top- .air-datepicker--pointer:after,
[data-popper-placement^=right] .air-datepicker--pointer:after {
    transform: rotate(225deg)
}

.-bottom-center- .air-datepicker--pointer,
.-bottom-left- .air-datepicker--pointer,
.-bottom-right- .air-datepicker--pointer,
[data-popper-placement^=bottom] .air-datepicker--pointer {
    bottom: calc(100% - var(--pointer-half-size) + 1px)
}

.-bottom-center- .air-datepicker--pointer:after,
.-bottom-left- .air-datepicker--pointer:after,
.-bottom-right- .air-datepicker--pointer:after,
[data-popper-placement^=bottom] .air-datepicker--pointer:after {
    transform: rotate(315deg)
}

.-left-bottom- .air-datepicker--pointer,
.-left-center- .air-datepicker--pointer,
.-left-top- .air-datepicker--pointer,
[data-popper-placement^=left] .air-datepicker--pointer {
    left: calc(100% - var(--pointer-half-size) + 1px)
}

.-left-bottom- .air-datepicker--pointer:after,
.-left-center- .air-datepicker--pointer:after,
.-left-top- .air-datepicker--pointer:after,
[data-popper-placement^=left] .air-datepicker--pointer:after {
    transform: rotate(45deg)
}

.-bottom-left- .air-datepicker--pointer,
.-top-left- .air-datepicker--pointer {
    left: var(--adp-pointer-offset)
}

.-bottom-right- .air-datepicker--pointer,
.-top-right- .air-datepicker--pointer {
    right: var(--adp-pointer-offset)
}

.-bottom-center- .air-datepicker--pointer,
.-top-center- .air-datepicker--pointer {
    left: calc(50% - var(--adp-pointer-size)/2)
}

.-left-top- .air-datepicker--pointer,
.-right-top- .air-datepicker--pointer {
    top: var(--adp-pointer-offset)
}

.-left-bottom- .air-datepicker--pointer,
.-right-bottom- .air-datepicker--pointer {
    bottom: var(--adp-pointer-offset)
}

.-left-center- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer {
    top: calc(50% - var(--adp-pointer-size)/2)
}

.air-datepicker--navigation {
    grid-area: nav
}

.air-datepicker--content {
    box-sizing: content-box;
    grid-area: body;
    padding: var(--adp-padding)
}

.-only-timepicker- .air-datepicker--content {
    display: none
}

.air-datepicker--time {
    grid-area: timepicker
}

.air-datepicker--buttons {
    grid-area: buttons
}

.air-datepicker--buttons,
.air-datepicker--time {
    border-top: 1px solid var(--adp-border-color-inner);
    padding: var(--adp-padding)
}

.air-datepicker-overlay {
    background: var(--adp-overlay-background-color);
    height: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
    transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
    width: 0;
    z-index: var(--adp-overlay-z-index)
}

.air-datepicker-overlay.-active- {
    height: 100%;
    opacity: 1;
    transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s;
    width: 100%
}

.cookie {
    --tw-translate-y: calc(100% + 2rem);
    background: #fff;
    border: 1px solid #555;
    border-radius: 0;
    bottom: 1rem;
    left: 1rem;
    margin-left: auto;
    margin-right: auto;
    padding: 3rem;
    position: fixed;
    right: 1rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    width: calc(100% - 2rem);
    z-index: 102
}
.mobile_filters.dropdown-group{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(7.599999904632568px);
    z-index: 105;
}
.mobile-filter{
    width: 100%;
}
.mobile-filter .open_mobile_filter{
    font-size: 14px;
    width: calc(100% - 16px);
    height: 44px;
    border-radius: 4px;
    background-image: url(../images/filter-mob.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 14px;
    align-items: center;
}

.mobile-filter .open_mobile_filter:after{
    content: '';
    background-image:url(../images/filter..svg);
    display: block;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.mobile_filters ul.dropdown-group{
    margin: 0;
    flex-direction: column;
    width: calc(100% - 30px);
    background: #fff;
    border-radius: 6px;
    margin-top: 20px;
    overflow: auto;
}

.close_mobile_filter{
    background: #F7F0EA url(../images/icon-close..svg) 50% no-repeat;
    width: 44px;
    height: 44px;
    border-radius: 4px;
    position: relative;
}
.mobile_filter_opened{
    display: flex;
    width: calc(100% - 28px);
    justify-content: space-between;
    align-items: center;
}
.mobile_filter_opened>div{
    padding: 4px;
    border-radius: 6px;
    background: #fff;
    display: flex;
}
.mobile_filter_box{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    max-height: 90%;
    padding-top: 10%;
}
.mobile_filters ul.dropdown-group li.has-dropdown{
    width: 100%;
    flex-direction: column;
    height: unset;
}
.mobile_filters ul.dropdown-group li.has-dropdown.active button{
    background: #E5D9D0;
}
.mobile_filters .dropdown dropdown_collections.visible{
    position: static;
    width: 100%;
}
.apply_clear_buttons{
    display: flex;
    justify-content: space-between;
    width: calc(100% - 28px);
    gap: 4px;
    margin-top: 20px;
    display: none;
}

.apply_clear_buttons button{
    padding: 12px;
    border-radius: 6px;
    background: #F7F0EA;
    width: 100%;
}

.apply_clear_buttons li:last-child button{
    background: #555;
    color: #fff;
}

.apply_clear_buttons li{
    width: 50%;
}

.mobile_filters .not_found_message{
    padding: 12px 16px;
    margin-top: 16px;
    border-radius: 6px;
    background: #BC7976;
    width: calc(100% - 30px);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    visibility: hidden;
}

.mobile_filters .not_found_icon{
    display: flex;
}

.mobile_filters .not_found_icon:after{
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url(../images/message.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#searchform .aws-loader,
#searchform .aws-loader:after {
    border-radius: 50% !important;
    width: 20px;
    height: 20px;
}

/*.aws-container .aws-search-form .aws-wrapper {*/
/*    flex-grow: 1;*/
/*    position: relative;*/
/*    vertical-align: top;*/
/*    padding: 0;*/
/*    width: 100%;*/
/*    overflow: hidden;*/
/*}*/

#searchform .aws-loader {
    position: absolute;
    display: none;
    right: 10px;
    top: 50%;
    z-index: 999;
    margin: 0;
    margin-top: -10px;
    font-size: 10px;
    text-indent: -9999em;
    border-top: 3px solid #ededed;
    border-right: 3px solid #ededed;
    border-bottom: 3px solid #ededed;
    border-left: 3px solid #555;

}

#searchform .aws-loader {
    display: none;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 0.7s infinite linear;
    animation: load8 0.7s infinite linear;
}

#searchform .search-input__input.load .aws-loader{
    display: block;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media (min-width:1024px) {
    .cookie {
        max-width: 1440px
    }
    .mobile-filter{
        display: none;
    }
    .catalog-filter__button{
        height: 48px;
        min-width: 48px;
        background: #E5D9D0 url(../images/filter..svg) 50% no-repeat;
    }
    .add_to_cart_single:hover .text_add_to_cart{
        width: auto;
        height: auto;
        visibility: visible !important;
        opacity: 1;
    }
    .add_to_cart_single:hover{
        max-width: 150px;
        padding: 0 10px;
    }
    .add_to_cart_single:hover img{
        opacity: 0;
    }
}

.cookie {
    padding: 20px
}

.cookie.active {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.cookie__content {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    justify-content: space-between
}

@media (min-width:1024px) {
    .cookie__content {
        flex-direction: row;
        gap: 2.5rem
    }
}

.cookie__content p {
    color: transparent;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25rem
}

@media (min-width:1024px) {
    .cookie__content p {
        font-size: 16px
    }
}

.cookie__content p {
    color: #000;
    line-height: 24px
}

.cookie__content p a {
    line-height: 1rem;
    position: relative
}

.cookie__content p a:after {
    --tw-content: "";
    background-color: currentColor;
    border-color: transparent;
    bottom: 0;
    content: var(--tw-content);
    height: 1px;
    position: absolute;
    right: 0;
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    width: 100%
}

.cookie__content p a:hover:after {
    width: 0
}

.cookie .btn-bordered-wrap {
    width: 100%
}

@media (min-width:1024px) {
    .cookie .btn-bordered-wrap {
        width: auto
    }

}

@media (max-width:1024px) {
    .t-section__footer {
        flex-wrap: wrap;
    }

    .propreties_15-block {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer_bottom .col-md-7 .row {
        gap: 20px;
    }

    .footer__row-bottom>.row {
        padding-bottom: 0;
    }

    .footer__ul {
        text-align: center;
    }
    .catalog-filter__button{
        background-size: 15px;
    }
}

.cookie .btn-bordered-wrap {
    min-width: auto
}

.cookie .btn-bordered-wrap .btn .text-linear {
    color: #fff
}