:root {
    --brand-text-color: #053BD2;
    --header-height: 90px;
    --indent-section: 150px;
}

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

html,
body {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    margin: 0;
}

html {
    scroll-behavior: smooth;
    scrollbar-gutter: stable;
}

.blocked {
    overflow: hidden;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 0;
}

a,
a:active,
a:focus {
    color: #000;
    text-decoration: none;
}

a:hover {
    opacity: 0.7;
}
button.btn:hover {
    opacity: 0.7;
}

img {
    max-width: 100%;
    max-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0;
}

button {
    cursor: pointer;
    color: inherit;
    background-color: transparent;
}

.container {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}

.container-small {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 30px;
}
@media (max-width: 767px) {
    .container-small {
        padding: 0 20px;
    }
}

.btn {
    background: #053bd2;
    border-radius: 30px;
    font-size: 18px;
    color: white;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: bold;
    padding: 10px 30px;
    line-height: 100%;
    width: fit-content;
}
button.btn {
    text-transform: capitalize;
}

main {
    margin-top: var(--indent-section);
}
@media (max-width: 1023px) {
    main {
        margin-top: 90px;

    }
    main.container {
        padding-top: 100px;
    }
}

.header {
    z-index: 500;
    width: 100%;
    height: var(--header-height);
    padding: 15px 0;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
}

.header.fixed {
    background: #ffffffd1;
    backdrop-filter: blur(10px);
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-flex {
    display: flex;
    gap: 20px;
    align-items: center;
}

.header-nav {
    display: flex;
    gap: 20px;
    align-items: center;
}

.header-nav a {
    color: var(--brand-text-color);
    font-weight: 600;
    text-transform: uppercase;
}

/*body:has(main.home) .header-nav a  {*/
/*    color: white;*/
/*}*/

body:has(main.home) .header.fixed .header-nav a {
    color: var(--brand-text-color)
}

/*body:has(main.home) .header-logo {*/
/*    filter: brightness(100);*/
/*}*/

/*body:has(main.home) .header.fixed .header-logo {*/
/*    filter: unset;*/
/*}*/

.header-controls {
    display: flex;
    gap: 16px;
    align-items: center;
}

.header-social {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-social a {
    background: var(--brand-text-color);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 100px;
}


.menu {
    font-family: "Soulcraft", sans-serif;
}

.menu a {
    color: #8FF837;
}

.menu a[aria-current],
.services-page .menu a[aria-current],
.about-us-page .menu a[aria-current] {
    color: #fff;
}

.soc-icons {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
}
@media (max-width: 768px) {
    .soc-icons {
        margin-top: 25px;
    }
}

.header-container {
    max-width: 100%;
    padding: 0;
    display: none;
}


.mobile-menu__soc {
    display: none;
}

.mobile-menu__wrapper {
    display: flex;
    /*flex-direction: row-reverse;*/
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    padding-top: 25px;
}

.desctop-menu__soc {
    display: block;
    min-width: fit-content;
}

.front-page header video,
.about-us-page header video {
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
}

.front-page header nav,
.about-us-page nav {
    /*background-color: rgb(0 0 0 / 20%);*/
    position: relative;
    z-index: 2;
}

.front-page .book_now_button a {
    border-color: #053BD2;
    color: #000;
}

.nav-link {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;

    @media (max-width: 1023px) {
        flex-direction: column;
        row-gap: 5px;
    }
}

.right-section {
    display: flex;
    align-items: center;
    gap: 11px;

    @media (max-width: 1023px) {
        flex-direction: column;
    }
}

.about-us-link,
.services-link {
    font-size: 20px;
    font-weight: 600;
    color: rgba(5, 59, 210, 1);
    text-transform: uppercase;
    cursor: pointer;
}

.services-book__button-header {
    background: rgba(143, 248, 55, 1);
    font-size: 20px;
    font-weight: 600;
    color: white;
    font-family: 'Red Hat Display', sans-serif;
    padding: 11px 35px;
    line-height: 26px;
    width: fit-content;
}

.front-page .second .title {
    font-family: "Soulcraft", sans-serif;
    text-align: center;
    font-size: 30px;
    letter-spacing: 4px;
    color: #000;
}

.front-page .service img {
    width: 100%;
}

.front-page .services .name {
    color: #053BD2;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 4px;
}

.front-page .services .links {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.front-page .services .links a {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1.5px;
    margin-right: 10px;
}

.front-page .third>* {
    position: relative;
}

.front-page .third a:hover {
    opacity: 1;
}

.front-page .third .name,
.front-page .third .text,
.services-mans .name {
    position: absolute;
}

.front-page .third .left .name,
.services-mans .name {
    font-family: "Soulcraft", sans-serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 42px;
    left: 34px;
    top: -18px;
}

.front-page .third .right .name {
    font-family: "Soulcraft", sans-serif;
    color: #8FF837;
    font-size: 25px;
    top: 15%;
    right: 10%;
    width: 138px;
    transform: rotate(-14.84deg);
}

.front-page .third .right .text {
    font-family: "Conte Script Plus";
    font-weight: 400;
    font-size: 27px;
    line-height: 52px;
    top: 10%;
    left: 60%;
    transform: rotate(-2.9deg);
}

.fourth_content {
    display: flex;
}

.fourth .glide_info {
    padding-right: 10px;
    /*width: 25%;*/
    width: 320px;
    padding-top: 5%;
}

.glide__title {
    font-family: 'Soulcraft';
    font-weight: 400;
    font-size: 2em;
    line-height: 150%;
    letter-spacing: 1.5px;
    padding-left: 1%;
}

.features-item {
    position: relative;
}

.features-item .features-item__inner {
    border: 2px solid rgba(0, 0, 0, 0.3);
    padding: 23px 40px 23px 40px;
    /*height: 410px;*/
}

.features-item__inner .features-item__title {
    /*font-family: 'Red Hat Display';*/
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 15px;
}

.features-item__price {
    /*font-family: 'Red Hat Display';*/
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 1.5px;
    transform: matrix(1, 0, -0.01, 1, 0, 0);
    text-decoration: line-through;
    text-decoration-color: #8FF837;
}

.features-item__price-offer {
    position: absolute;
    top: 78%;
    left: 60%;
    font-family: 'Conte Script Plus';
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 1.5px;
    color: #8FF837;
    transform: rotate(-14.57deg);
}

.glide__arrows {
    position: absolute;
}

.features-slider .glide__arrows {
    top: 70%;
    left: -150px;

}

.glide__aroow {
    background: transparent;
    border: none;
}

/* Glide Slider style*/
.features-slider {
    width: 100%;
    max-width: calc(100% - 340px);
}


/* End Glide Slider style*/

.footer_text-green {
    font-family: 'Conte Script Plus', sans-serif;
    color: #053bd2;

}

.footer__navbar .services-navbar__item {
    padding: 0;
    border-bottom: none;
    font-size: 20px;
}

.footer__navbar {
    overflow-x: auto;
}

.footer__navbar .services-navbar {
    width: initial;
}
@media (max-width: 648px) {
    .footer__navbar .services-navbar {
        width: max-content;
    }
}
.contacts {
    margin-bottom: 80px;
}
.contacts__wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
}
@media (max-width: 768px) {
    .contacts__wrapper {
        flex-direction: column;
    }
}
.contacts__map {
    flex: 0 1 50%;
}
@media (max-width: 768px) {
    .contacts__map {
        width: 100%;
    }
}
.contacts__info {
    flex: 0 1 50%;
}
@media (max-width: 768px) {
    .contacts__info {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
.contacts__map iframe {
    border-radius: 16px;
}
.footer__navbar .services-navbar__wrapper {
    padding-top: 0;
}

@media(min-width: 1024px) {
    /* Скрываем все мобильные элементы на десктопе */
    .mobile-menu {
        display: none !important;
    }

    nav.mobile-nav-container {
        display: none !important;
    }

    .mobile-menu__background {
        display: none !important;
    }

    .mobile-menu__wrapper {
        display: none !important;
    }

    .mobile-menu__soc {
        display: none !important;
    }


    .menu {
        display: flex;
        justify-content: space-between;
        padding: 20px 0;
        gap: 20px;
    }

    section {
        margin: 100px 0;
    }

    .front-page .second .title {
        margin-bottom: 60px;
    }

    .front-page .services {
        display: flex;
        justify-content: center;
        margin: 0 -20px;
    }

    .front-page .service {
        /*flex-basis: calc(33.3333% - 54px);*/
        width: 33.333%;
        /*padding: 0 27px;*/
        padding: 0 20px;
    }

    .front-page .third {
        display: flex;
    }

    .front-page .third>* {
        width: 50%;
    }

    .nails_content .pedicure,
    .face_content .browsAlashes {
        align-self: flex-end;
    }
}

/*End front-page*/

/*Start sustainbility-page*/
.sustainability-page {
    background-image: url("../img/sustainbility-header.png");
    min-height: 100vh;
    background-position: center center;
    background-size: cover;
}

.joke {
    position: absolute;
    top: 20%;
    left: 70%;
    font-family: "Soulcraft", sans-serif;
    letter-spacing: 1.5px;
    text-transform: lowercase;
    color: #fff;
}

.joke_number {
    font-size: 45px;
    margin-bottom: 10%;
}

.joke_text {
    font-size: 28px;
    margin-bottom: 63px;
}

.sustainability {
    font-family: "Red Hat Display";
    padding: 0 60px 0 60px;
}

.sustainability .title {
    font-size: 30px;
}

.info {
    margin-bottom: 26px;
    font-size: 30px;
    line-height: 140%;
    letter-spacing: 2px;
    color: #053BD2;
}

.sustainability_third {
    position: relative;
}

.sustainability_third a {
    display: block;
    font-family: 'Red Hat Display';
    font-size: 40px;
    line-height: 21px;
    margin: 80px auto 50px 150px;

}

.popup {
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.popup_content {
    margin: auto;
    position: relative;
    text-align: center;
}

.popup-close-btn {
    position: absolute;
    right: 2%;
    top: 2%;
    transform: rotate(45deg);
    font-size: 50px;
    cursor: pointer;
}

.popup.opened {
    display: flex;
}

.grid-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    flex-grow: 1;
}

.item-container {
    max-width: calc(100% / 4);
    flex: 0 0 calc((100%/4) - 20px);
    position: relative;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 20px;
}

.item-content .text,
.popup h3 {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 30%;
    font-weight: 700;
    font-size: 180%;
}

.popup h3 {
    top: 50%;
}

.item-container:hover {
    cursor: pointer;
}

.item-container:hover .overlay {
    display: flex;
}

.overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    border: 7px solid #053BD2;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 2;
}

.overlay h3 {
    top: 50%;
    color: #fff;
}

.sustainability_fifth-img {
    display: flex;
    margin-top: 180px;
    justify-content: center;
}

/*End sustainbility-page*/

/*Start About Us page*/
.about-us-page .menu a {
    color: #053BD2;
}

.second-sum {
    font-family: 'Conte Script Plus';
    font-size: 45px;
    line-height: 93%;
    letter-spacing: 2px;
    margin-top: 40px;
    color: #053BD2;
}

.about-us .third .third-content {
    display: flex;
    justify-content: center;
    gap: 1%;
}

.about-us .third .third-content img {
    flex: 1;
    width: 33%;
}

.about-us .fourth p {
    font-family: 'Red Hat Display';
    font-size: 20px;
    line-height: 180%;
    margin: auto;
    text-align: center;
    letter-spacing: 1.5px;
    color: #FFFFFF;
    width: 700px;
}

.faq {
    display: flex;
}

.faq .column {
    flex: 1;
}

.faq .column:first-child {
    margin-right: 5%;
}

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

.question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1% 3%;
    background-color: #fff;
    margin-top: 5%;
    position: relative;
}

.question_text,
.answer {
    font-size: 13px;
    line-height: 40px;
    letter-spacing: 4px;
    color: #053BD2;
}

.answer {
    display: none;
    padding: 1% 3%;
    border: 3px solid #fff;
    position: relative;
    z-index: 100;
}

.answer.active {
    display: block;
}

.question_icon:hover {
    cursor: pointer;
}

/*End About Us page*/
/*Start lookbook page*/
.lookbook-page {
    background-image: url("../img/lookbook.png");
    min-height: 100vh;
    background-position: center center;
    background-size: cover;
}

.lookbook,
.sustainability {
    color: #053BD2;
}

.lookbook .name,
.sustainability .name {
    font-family: 'Soulcraft';
    font-size: 25px;
    line-height: 32px;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-align: center;
}

.lookbook .inspired,
.sustainability .inspired {
    text-align: center;
    font-size: 20px;
    line-height: 21px;
    letter-spacing: 1.5px;
    margin-bottom: 80px;
}

.new-hairstyles-slider .glide__arrows,
.colors-slider .glide__arrows {
    border: 1px solid #053BD2;
    border-radius: 50%;
    height: 43px;
    display: flex;
    align-items: center;
}

.new-hairstyles-slider .glide__slides,
.colors-slider .glide__slides,
.brands-slider .glide__slides {
    display: flex;
    align-items: center;
    padding: 7% 0;
}

.new-hairstyles-slider .glide__slide--active,
.colors-slider .glide__slide--active,
.brands-slider .glide__slide--active {
    transform: scale(1.5);
}

@media(max-width: 1023px) {
    .header .container {
        display: none !important;
    }

    .header-inner {
        display: none !important;
    }

    .header-flex {
        display: none !important;
    }

    .header-social {
        display: none !important;
    }

    .header-nav {
        display: none !important;
    }

    .header-logo {
        display: none !important;
    }

    .header-controls {
        display: none !important;
    }

    .mobile-menu {
        display: flex;
        position: fixed;
        width: 100%;
        padding: 25px 20px;
        justify-content: space-between;
        background-color: #053bd2;
        color: #fff;
        z-index: 100;
        top: 0;
    }

    .mobile-menu__actions {
        display: flex;
        align-items: center;
        gap: 14px;
        margin-left: auto;
    }

    .mobile-menu__phone {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 34px;
        width: 34px;
        height: 34px;
        color: #fff;
    }

    .mobile-menu__phone img,
    .mobile-menu__phone svg {
        display: block;
        width: 22px;
        height: 22px;
        object-fit: contain;
    }

    .mobile-menu__phone:hover {
        opacity: 0.7;
    }

    .mobile-menu__phone {
        transition: opacity 0.2s ease, visibility 0.2s ease;
    }

    .mobile-menu.menu-open .mobile-menu__phone {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .mobile-menu .mobile-text:hover {
        cursor: pointer;
    }

    .mobile-menu .mobile-text:hover {
        cursor: pointer;
    }

    .burger-menu {
        width: 30px;
        height: 24px;
        position: relative;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .burger-line {
        display: block;
        width: 100%;
        height: 3px;
        background-color: #fff;
        position: absolute;
        left: 0;
        transition: all 0.3s ease;
    }

    .burger-line:nth-child(1) {
        top: 0;
    }

    .burger-line:nth-child(2) {
        top: 50%;
        transform: translateY(-50%);
    }

    .burger-line:nth-child(3) {
        bottom: 0;
    }

    .mobile-menu.menu-open .burger-line:nth-child(1) {
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
    }

    .mobile-menu.menu-open .burger-line:nth-child(2) {
        opacity: 0;
    }

    .mobile-menu.menu-open .burger-line:nth-child(3) {
        bottom: 50%;
        transform: translateY(50%) rotate(-45deg);
    }

    body.menu-open {
        overflow: hidden;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    html.menu-open {
        overflow: hidden;
        position: fixed;
        width: 100%;
        height: 100%;
    }

    .front-page header nav,
    .about-us-page nav,
    nav {
        /*background-color: #e90644;*/
        position: fixed;
        /*right: 0;*/
    }

    nav.mobile-nav-container {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s linear 0.3s, opacity 0.3s ease;
    }

    nav.mobile-nav-container.opened {
        visibility: visible !important;
        opacity: 1 !important;
        transition: visibility 0s linear 0s, opacity 0.3s ease;
    }

    .mobile-menu__background {
        position: absolute;
        background-color: #1b1b1b;
        opacity: 0;
        inset: 0;
        transition: opacity 0.3s ease;
        pointer-events: none;
    }

    nav.mobile-nav-container.opened .mobile-menu__background {
        opacity: 0.80;
        pointer-events: auto;
    }

    .mobile-menu__wrapper {
        position: absolute;
        right: -60%;
        top: 0;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        padding-left: 10px;
        background: #053bd2;
        height: 100vh;
        width: 60%;
        transition: right 0.3s ease;
    }

    nav.mobile-nav-container.opened .mobile-menu__wrapper {
        right: 0;
    }

    .mobile-menu__soc {
        /*         position: absolute; */
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: space-around;
        width: 100%;
        /*! order:-1; */
        margin-top: 50px;
    }

    .desctop-menu__soc {
        display: none;
    }

    .front-page .third {
        margin-top: 5%;
    }

    .front-page .third .right .text {
        left: 70%;
    }

    .fourth .glide_info {
        padding-right: 10px;
        width: 100vw;
        padding-top: 5%;
    }

    .features-slider {
        max-width: 100vw;
    }

    .item-content .text,
    .popup h3 {
        top: 50%;
    }

    .logo {
        .main-link img {
            max-width: 50%;
        }
    }

    .nav-link {
        .main-link {
            display: none;
        }
    }
    .about-us-link, .services-link {
        color: #fff;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .container {
        padding: 0 10px;
    }

    .hair,
    .colorbar {
        padding-left: 0;
    }

    .fourth_content {
        flex-direction: column;
    }

    .features-slider .glide__arrows {
        top: 50%;
    }

    .features-slider .glide__aroow {
        position: absolute;
    }

    .features-slider .glide__arrow--left {
        right: -200px;
    }

    .features-slider .glide__arrow--right {
        right: calc(100vw - 200px);
    }

    .features-item .features-item__inner {
        padding: 1%;

    }

    .joke_number {
        font-size: 30px;
    }

    .joke_text {
        font-size: 22px;
    }

    .sustainability {
        padding: 0 20px;
    }

    .sustainability .title {
        font-size: 25px;
    }

    .info {
        margin-bottom: 26px;
        font-size: 20px;
    }

    .sustainability_third a {
        font-size: 12px;
        margin: 10px auto;
    }


    .item-container {
        max-width: calc(100% / 2);
        flex: 0 0 calc((100%/2) - 20px);
    }

    .lookbook .name,
    .sustainability .name {
    //font-size: 20px;
    }

    .sustainability_fifth-img {
        margin-top: 30px;
    }

}

@media(max-width: 767px) {
    .container {
        padding: 0 20px;
    }

    .menu li a {
        color: #fff;
    }

    .front-page .third .right .text {
        font-size: 20px;
    }

    .front-page .third .right .name {
        font-size: 18px;
        top: 19%;
        width: 100px;
        right: 2%;
    }

    .hair,
    .colorbar {
        padding-left: 0;
    }

    .hair_container,
    .colorbar_container {
        flex-direction: column;
    }

    .hair_container>.left,
    .hair_container>.right,
    .colorbar_container>.left,
    .colorbar_container>.right {
        width: 100%;
    }

    .hair_container>.right,
    .colorbar_container>.right {
        padding-left: 0;
    }

    .prices {
        width: 100%;
    }

    .prices_per_hair_length-item {
        flex-direction: column;
    }

    .prices_per_hair_length-item .right,
    .prices_per_colorbar_length-item .right {
        width: 100%;
        justify-content: flex-end;

    }

    .prices_per_hair_length-item .right>*,
    .prices_per_colorbar_length-item .right>* {
        margin: 2%;
    }

    .prices_per_hair_length-item .left,
    .prices_per_colorbar_length-item .left {
        width: 100%;
    //justify-content: center;
    }

    .prices_per_hair_length-item .underline,
    .prices_per_colorbar_length-item .underline {
        display: none;
    }

    .hair-slider .seo-services__image,
    .colorbar-slider .seo-services__image,
    .headspa-slider .seo-services__image,
    .manicure-slider .seo-services__image,
    .pedicure-slider .seo-services__image,
    .makeup-slider .seo-services__image {
        width: 100%;
    }

    .hair-slider,
    .colorbar-slider {
        max-width: 100vw;
    }

    .hair-slider-item-text,
    .colorbar-slider-item-text {
        background-size: cover;
        font-size: 1.5EM;
        width: 200px;
    }

    .title {
        margin-bottom: 10px;
    }

    .nails {
        padding: 10px;
    }

    .nails_content .manicure,
    .nails_content .pedicure,
    .face_content .makeup {
        width: 100%;
    }

    .mans-slider {
        margin-top: 3%;
    }

    .face_content .browsAlashes {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .brows-slider {
        width: 100vw;
        margin-top: 0;
    }

    .browsAlashes-content {
        width: 100%;
        padding-left: 0;
    }

    .fourth_content {
        flex-direction: column;
    }


    .policy {
        flex-direction: column;
        margin: 2% auto;
    }

    .policy_content {
        margin: 5% auto;
    }

    .footer_text {
        padding: 1%;
        margin-top: 50px;
        font-size: 20px;
        line-height: 30px;
    }
    .joke_number {
        font-size: 20px;
    }

    .joke_text {
        font-size: 12px;
    }

    .sustainability_second {
        padding: 0 10px;
    }

    .sustainability .title {
        font-size: 18px;
    }

    .info {
        margin-bottom: 26px;
        font-size: 16px;
    }

    .sustainability_third a {
        font-size: 12px;
        margin: 10px auto;
    }

    .grid-area {
        flex-direction: column;
    }

    .item-container {
        max-width: 100%;
        margin-right: 0;
    }

    .lookbook .name,
    .sustainability .name {
        font-size: 20px;
    }

    .sustainability_fifth-img {
        margin-top: 30px;
    }

    .about-us .third .third-content {
        flex-direction: column;
    }

    .second-sum {
        font-size: 20px;
        margin-bottom: 5%;
    }

    .about-us .third .third-content img {
        width: 100%;
        margin-bottom: 1%;
    }

    .about-us .fourth p {
        width: 100%;
    }

    .faq {
        flex-direction: column;
    }

    .faq .column:first-child {
        margin-right: 0;
    }
}



/*End lookbook page*/



.book-popup {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.book-popup.open {
    display: flex;
}

.book-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.book-popup__content {
    position: relative;
    background: #fff;
    padding: 2rem;
    max-width: 400px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.book-popup__close {
    position: absolute;
    top: 12px;
    right: 12px;
    background: transparent;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}

.book-popup__form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.book-popup__label {
    display: flex;
    flex-direction: column;
    font-size: 0.9rem;
    margin-top: 10px;
}

.book-popup__input {
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
    width: 100%;
}

.book-popup__submit {
    width: 100%;
    padding: 0.75rem;
    background: #053BD2;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s ease;
}

.book-popup__submit:hover {
    background: #005bb5;
}

.wpcf7-spinner {
    display: none;
}

.book-popup__input::placeholder {
    font-size: 14px;
    color: #999;
}

.book-popup__input textarea::placeholder {
    font-size: 14px;
}