@import url("fonts.css");
html {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #252525;
}
body {
    font-family: 'Euclid Circular A', sans-serif;
    font-weight: 400;
    color: #FDFCFB;
    line-height: 100%;
    font-size: 16px;
}
@media (max-width: 555px) {
    body {
    font-size: 14px;
}
}
a {
    color: #FDFCFB;
}
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style-type: none;
}
main.main{
    min-height: 70vh;
}
.main-container{
    width: 100%;
    max-width: 1350px;
    padding: 0 15px;
    margin: auto;
}
.breadcrumbs{
    display: flex;
    margin-top: 12px;
    margin-bottom: 48px;
    color: rgba(253, 252, 251, 0.70);
    line-height: 140%;
    gap: 10px;
    flex-wrap: wrap;
}
.breadcrumbs a{
    color: rgba(253, 252, 251, 0.40);

}
.breadcrumbs a:hover{
    color: rgba(253, 252, 251, 1);

}
@media (max-width: 767px) {
    .breadcrumbs {
        margin-top: 80px;
        margin-bottom: 20px;
    }
}
/* Страница 404 - Старт */
.page-404{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 23px;
    padding-bottom: 80px;
    gap: 32px;
    width: 100%;
    max-width: 1023px;
    margin: auto;
}
.page-404 .img-area{
    width: 461px;
    height: 260px;
    flex-shrink: 0;
}
.page-404 .img-area img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.page-404 .title-404{
    color: #FDFCFB;
    text-align: center;
    font-size: 52px;
    font-weight: 500;
    line-height: 120%;
}
.page-404 .text-404{
    color: rgba(253, 252, 251, 0.70);
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    line-height: 140%;
}
.page-404 .back-button{
    color: #FDFCFB;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    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 (max-width: 600px) {
    .page-404 .img-area {
        width: 312px;
        height: 174px;
    }
    .page-404 {
        padding-top: 0;
        padding-bottom: 0;
        gap: 24px;
    }
    .page-404 .title-404 {
        font-size: 32px;
    }
    .page-404 .text-404 {
        font-size: 16px;
    }
    .page-404 .back-button {
        font-size: 16px;
        margin-top: 16px;
    }
}
/* Страница 404 - Выход */
/* Страница Спасибо - Старт */
.page-thanks{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 23px;
    padding-bottom: 80px;
    gap: 32px;
    width: 100%;
    max-width: 1023px;
    margin: auto;
}

.page-thanks .title-thanks{
    color: #FDFCFB;
    text-align: center;
    font-size: 52px;
    font-weight: 500;
    line-height: 120%;
}
.page-thanks .text-thanks{
    color: rgba(253, 252, 251, 0.70);
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    line-height: 140%;
}
.page-thanks .back-button{
    color: #FDFCFB;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    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 (max-width: 600px) {
    .page-thanks {
        padding-top: 0;
        padding-bottom: 0;
        gap: 24px;
    }
    .page-thanks .title-thanks {
        font-size: 32px;
    }
    .page-thanks .text-thanks {
        font-size: 16px;
    }
    .page-thanks .back-button {
        font-size: 16px;
        margin-top: 16px;
    }
}
/* Страница 404 - Выход */

/* стили для текстовой страницы - Старт */
.page-with-text{
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding-bottom: 128px;
}

.page-title{
    color: #FDFCFB;
    font-size: 48px;
    font-weight: 500;
    line-height: 110%;
    word-break: break-all;
}
.page-text-items{
    display: flex;
    flex-direction: column;
    gap: 48px;
}
.page-text-items .text-item{
    display: flex;
    justify-content: space-between;
    gap: 80px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(187, 146, 85, 0.30);
}
.page-text-items .text-item:last-child{
    border-bottom: 1px solid transparent;
}
.page-text-items .text-item .title-contents{
    width: 100%;
    max-width: 350px;
    min-width: 350px;
    color: #FDFCFB;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    
}
.page-text-items .text-item .text-contents{
    display: flex;
    flex-direction: column;
    color: rgba(253, 252, 251, 0.70);
    font-size: 16px;
    font-weight: 100;
    line-height: 140%;
    gap: 16px;
}
.list-text{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.list-text li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
}

.list-text li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    background-color: #BB9255;
    border-radius: 50%;
}
@media (max-width: 1000px) {
    .page-title {
        font-size: 32px;
    }
    .page-text-items .text-item {
        gap: 16px;
        padding-bottom: 24px;
    }
    .page-text-items .text-item .title-contents {
        font-size: 20px;
        width: 200px;
        max-width: 200px;
        min-width: 200px;
    }
    .page-text-items {
        gap: 16px;
    }
    .page-text-items .text-item .text-contents {
        font-size: 14px;
    }
    .list-text {
        gap: 12px;
    }
}
@media (max-width: 767px) {
    .page-with-text {
        gap: 32px;
        padding-bottom: 80px;
    }
    .page-text-items .text-item {
        flex-direction: column;
    }
    .page-text-items .text-item .title-contents {
        width: 100%;
        max-width: unset;
        min-width: unset;
    }
}

/* стили для текстовой страницы - Конец */
/* Стрелки переключения слайдера СТАРТ */
.control-panel {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 6px;
    z-index: 5;
}
.control-panel .arrow {
    width: 47px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #FDFCFB;
    border-radius: 12.5px;
    cursor: pointer;
    background-color: #FDFCFB;
}
.control-panel .arrow.swiper-button-disabled {
    background-color: transparent;
}
.control-panel .arrow svg path {
    fill: #4F4643;
}
.control-panel .arrow.swiper-button-disabled svg path {
    fill: #FDFCFB;
}
@media (max-width: 767px) {
    .control-panel {
        display: none;
    }
}
/* Стрелки переключения слайдера Конец */
@media (max-width: 767px) {
    main.main {
        padding-top: 80px;
    }
    main.main.not-home{
        padding-top: 0;
    }
}
/* Карточка товара СТАРТ */
.product {
    display: flex !important;
    flex-direction: column;
    gap: 12px;
    position: relative;
}
.product .img-area {
    display: flex;
    width: 100%;
    height: 306px;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 4px;
}
.product .img-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product .product-title {
    font-weight: 500;
    line-height: 120%;
    font-size: 16px;
}
.product .product-text {
    color: rgba(253, 252, 251, 0.70);
    font-size: 14px;
    font-weight: 300;
    line-height: 140%;
    margin-bottom: 8px;
}
.product .bottom-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product .bottom-area .price-area {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    font-weight: 600;
    gap: 6px;
}
.product .bottom-area .price-area .quantity {
    color: rgba(253, 252, 251, 0.70);
    font-weight: 400;
    line-height: 130%;
    font-size: 14px;
}
.product .bottom-area .button {
    display: flex;
    padding: 13px 37px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #BB9255;
    text-align: center;
    font-weight: 500;
    line-height: 140%;
}
.product .bottom-area .gray {
    background: #F4F4F4;
}
.product .bottom-area .button:hover {
    background-color: #DAAE6C;
}
.product .bottom-area .button.mob-ver::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    background-image: url('../images/products/cart-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.product .bottom-area .calc-product {
    display: none;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #2E3030;
    border-radius: 15px;
    width: 142px;
    height: 48px;
}

.product .bottom-area .calc-product input[type="number"].qty {
    all: unset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    width: 50px;
    text-align: center;
    font-size: 16px;
    color: #FDFCFB;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.product .bottom-area .calc-product input[type="number"].qty::-webkit-outer-spin-button,
.product .bottom-area .calc-product input[type="number"].qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.product .bottom-area .calc-product button {
    color: #fdfcfb;
    font-size: 18px;
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    background-color: transparent;
}
.product .bottom-area .calc-product button:hover {
    background-color: rgba(253,252,251,.2);
}

.product .bottom-area .calc-product .submit-to-cart {
    background: #4caf50;
    font-size: 18px;
    padding: 0 10px;
    width: auto;
    height: 38px;
}







@media (max-width: 767px) {
    .product {
        max-width: calc(50% - 12px);
    }
}
@media (max-width: 530px) {
        .product .bottom-area .calc-product {
            width: 100px;
        }
        .product .bottom-area .calc-product input[type="number"].qty {
            width: 25px;
        }
        .product .bottom-area .calc-product button {
            font-size: 16px;
            width: 23px;
            height: 23px;
        }
}
@media (max-width: 405px) {
    .product .bottom-area .price-area {
            line-height: 121%;
        }

    .product .bottom-area .calc-product button {
        font-size: 14px;
        width: 19px;
        height: 19px;
    }
}
@media (max-width: 700px) {
    .product {
        gap: 10px;
    }
    .product .img-area {
        height: 172px;
        border-radius: 20px;
        margin-bottom: 0;
    }
    .product .product-text {
        font-size: 12px;
        margin-bottom: 0;
    }
    .product .bottom-area .price-area .quantity {
        font-size: 12px;
    }
    .product .bottom-area .button.mob-ver {
        padding: 10px 15px;
    }
    .product .bottom-area .button.mob-ver span {
        display: none;
    }
    .product .bottom-area .button.mob-ver::before {
        content: "";
        display: inline-block;
        width: 18px;
        height: 18px;
        flex-shrink: 0;
        background-image: url('../images/products/cart-icon.png');
        /* путь к иконке */
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
}
/* Карточка товара КОНЕЦ */

/* popup +18 - СТАРТ*/
.popup-age-18 {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.85);
    overflow-y: auto;
    padding: 15px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    /* Firefox */
}

.popup-age-18::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari */
}
.popup-age-18.active{
    display: flex;
}
.popup-age-18 .popup-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    border-radius: 24px;
    background: #FDFCFB;
    width: 100%;
    max-width: 940px;
    height: 462px;
    gap: 48px;
    margin-top: 20px;
}
.popup-age-18 .popup-wrapper .img-area{
    display: flex;
    width: 100%;
    max-width: 330px;
    height: 402px;
}
.popup-age-18 .popup-wrapper .img-area img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.popup-age-18 .popup-wrapper .text-area{
    display: flex;
    flex-direction: column;
    color: #252525;
    gap: 24px;
}
.popup-age-18 .popup-wrapper .text-area .popup-title{
    font-size: 48px;
    font-weight: 500;
    line-height: 110%;
}
.popup-age-18 .popup-wrapper .text-area .popup-text {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 120%;
}
.popup-age-18 .popup-wrapper .text-area .buttons-area {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}
.popup-age-18 .popup-wrapper .text-area .buttons-area .button{
    display: flex;
    padding: 13px 54px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: 1px solid rgba(46, 48, 48, 0.20);
    background: #FFF;
    cursor: pointer;
}
.popup-age-18 .popup-wrapper .text-area .buttons-area .button.active{
    color: #FDFCFB;
    text-align: center;
    font-weight: 500;
    line-height: 140%;
    border: 1px solid transparent;
    background: #BB9255;
}
.popup-age-18 .popup-wrapper .text-area .buttons-area .button.active:hover{
    background: #DAAE6C;
}
.popup-age-18 .popup-wrapper .text-area .buttons-area .button:hover{
    color: #FDFCFB;
    text-align: center;
    font-weight: 500;
    line-height: 140%;
    border: 1px solid transparent;
    background: #BB9255;
}

@media (max-width: 1000px) {
    .popup-age-18 .popup-wrapper{
        margin-top: 80px;
    }
}
@media (max-width: 850px) {
    .popup-age-18 .popup-wrapper {
        flex-direction: column;
        height: auto;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: 277px;
    }
}
@media (max-width: 555px) {
    .popup-age-18 .popup-wrapper .text-area .popup-title {
        font-size: 28px;
    }
    .popup-age-18 .popup-wrapper .text-area .popup-text {
        font-size: 16px;
    }
    .popup-age-18 .popup-wrapper .img-area {
        display: flex;
        width: 100%;
        max-width: 195px;
        height: 240px;
    }
    .popup-age-18 .popup-wrapper {
        margin-top: 50px;
    }
}
@media (max-width: 365px) {
    .popup-age-18 .popup-wrapper {
        gap: 10px;
    }
    .popup-age-18 .popup-wrapper .text-area {
        gap: 10px;
    }
    .popup-age-18 .popup-wrapper .text-area .popup-title {
        font-size: 18px;
    }
    .popup-age-18 .popup-wrapper .text-area .popup-text {
        font-size: 12px;
    }
    .popup-age-18 .popup-wrapper .text-area .buttons-area .button {
        font-size: 10px;
        border-radius: 12px;
        padding: 7px 14px;
    }
}
/* popup +18 - КОНЕЦ*/

/* popup +18 - Выбор ресторана - СТАРТ*/
.popup-select-restaurant {
    display: none;
        justify-content: flex-start;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    width: 100vw;
    height: 100vh;
    background-color: #252525;
    overflow: hidden;
    padding: 15px;
    
}

.popup-select-restaurant.show {
    display: flex;
}

.popup-select-restaurant .popup-wrapper {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 64px;
    position: relative;
    overflow-y: auto;
    max-height: 100vh;
    padding: 30px 0 30px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.popup-select-restaurant .popup-wrapper::-webkit-scrollbar {
    display: none;
}
.popup-select-restaurant .popup-wrapper .main-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 24px;
}
.popup-select-restaurant .popup-wrapper .main-text .popup-title {
    font-size: 54px;
    font-weight: 500;
    line-height: 110%;
}
.popup-select-restaurant .popup-wrapper .main-text .popup-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 140%;
}
.popup-select-restaurant .popup-wrapper .select-area {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
    color: #FDFCFB;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 140%;
    flex-wrap: wrap;
    width: 100%;
}
.popup-select-restaurant .popup-wrapper .select-area .select-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 24px;
    width: 100%;
    max-width: 317px;
    height: 306px;
    padding: 30px;
}
.popup-select-restaurant .popup-wrapper .select-area .select-item.oro{
    background: #BB9255;
}
.popup-select-restaurant .popup-wrapper .select-area .select-item.oro-events{
    background: #2E3030;
}
.popup-select-restaurant .popup-wrapper .select-area .select-item.ottoman {
    background: #2F5550;
}
.popup-select-restaurant .popup-wrapper .select-area .addres {
    margin-bottom: 5px;
}
.popup-select-restaurant .popup-wrapper .select-area .select-item .img-area{
    width: 217px;
    height: auto;
    max-height: 110px;
}
.popup-select-restaurant .popup-wrapper .select-area .select-item .img-area img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.popup-select-restaurant .popup-wrapper .select-area .select-item .img-area span{
    font-size: 32px;
    font-weight: 600;
}
@media (max-width: 1000px) {
    .popup-select-restaurant .popup-wrapper {
       
        gap: 32px;
        
    }
    .popup-select-restaurant .popup-wrapper .main-text .popup-title {
        font-size: 32px;
    }
    .popup-select-restaurant .popup-wrapper .main-text .popup-text {
        font-size: 16px;
    }
    .popup-select-restaurant .popup-wrapper .select-area {
        gap: 24px;
        font-size: 14px;
        font-weight: 300;
    }
    .popup-select-restaurant .popup-wrapper .select-area .select-item {
            gap: 5px;
            border-radius: 24px;
            width: 100%;
            max-width: 360px;
            height: 180px;
            padding: 20px;
        }
        .popup-select-restaurant .popup-wrapper {
        padding: 90px 0 30px;
    }
}


/* popup +18 - Выбор ресторана - КОНЕЦ*/
/* Мобильная корзина - СТАРТ*/
.mob-cart{
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 72px;
    background: #2E3030;
    z-index: 20;
    padding: 12px 15px;
}
.mob-cart .wrapper-mob-cart{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #BB9255;
    width: 100%;
    padding: 13px;
    border-radius: 12px;
    gap: 15px;
    font-weight: 500;
    font-size: 16px;
}
.mob-cart .wrapper-mob-cart .img-area{
    width: 22px;
    height: 22px;
}
.mob-cart .wrapper-mob-cart .img-area img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 770px) {
    .mob-cart.show {
        display: flex;
    }
}

/* Мобильная корзина - Конец*/

/* Popup продукта - СТАРТ*/
.product-popup {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1001;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 15px 0;
    overflow-y: auto;
    /* прокрутка по Y */
    -ms-overflow-style: none;
    /* IE/Edge */
    scrollbar-width: none;
    /* Firefox */
}

.product-popup::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari */
}

.product-popup.show {
    display: flex;
}

.product-popup .product-popup-wraper {
    width: 100%;
    max-width: 850px;
    margin: auto;
    display: flex;
    border-radius: 24px;
    background: #FDFCFB;
    padding: 30px;
    position: relative;
    gap: 46px;
    flex-shrink: 0;
}
.product-popup .product-popup-wraper .img-area {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
        max-width: 306px;
}
.product-popup .product-popup-wraper .img-area img{
    width: 306px;
    height: 306px;
    flex-shrink: 0;
    object-fit: cover;
}
.product-popup .product-popup-wraper .img-area .text-sub-img{
    color: #8F8F8F;
    font-style: normal;
    line-height: 140%;
}
.product-popup .product-popup-wraper .text-sub-img.mob-ver-text {
    display: none;
}
.product-popup .product-popup-wraper .about-product {
    display: flex;
    flex-direction: column;
    color: #2E3030;
    gap: 12px;
}
.product-popup .product-popup-wraper .about-product .main-info{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.product-popup .product-popup-wraper .about-product .main-info .product-title{
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    padding-right: 40px;
}
.product-popup .product-popup-wraper .about-product .main-info .price-wrapper{
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.product-popup .product-popup-wraper .about-product .main-info .price-wrapper .price{
    color: #2E3030;
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
}
.product-popup .product-popup-wraper .about-product .main-info .price-wrapper .info-qw{
    color: #8F8F8F;
    font-size: 16px;
    line-height: 130%;
}
.product-popup .product-popup-wraper .about-product .button-area{
    display: flex;
    gap: 10px;
    margin-top: 4px;
    margin-bottom: 20px;
}
.product-popup .product-popup-wraper .about-product .button-area .calc-product{
    display: flex;
    gap: 12px;
    padding: 12px 8px 12px 12px;
    border-radius: 12px;
    background: #F4F4F4;
}
.product-popup .product-popup-wraper .about-product .button-area .calc-product button[type="button"]{
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
    color: #2E3030;
}
.product-popup .product-popup-wraper .about-product .button-area .calc-product .qty{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: unset;
    border: none;
    width: 44px;
    height: 22px;
    text-align: center;
    all: unset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    width: 50px;
    text-align: center;
    font-size: 16px;
    color: #2E3030;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.product-popup .product-popup-wraper .about-product .button-area .calc-product .qty::-webkit-outer-spin-button,
.product-popup .product-popup-wraper .about-product .button-area .calc-product .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.product-popup .product-popup-wraper .about-product .button-area .button2.add-to-cart {
    display: inline-flex;
    padding: 13px 40px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #BB9255;
}
.product-popup .product-popup-wraper .about-product .product-text {
    color: #8F8F8F;
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
}
.product-popup .product-popup-wraper .about-product .extra-area {
    display: flex;
    flex-direction: column;
    color: #2E3030;
    gap: 13px;
    margin-top: 8px;
}

.product-popup .product-popup-wraper .about-product .extra-area .extra-title{ 
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
}

.product-popup .product-popup-wraper .about-product .extra-area .extra-items { 
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}

.product-popup .product-popup-wraper .about-product .extra-area .extra-items .item{ 
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    cursor: pointer;
}
.product-popup .product-popup-wraper .about-product .extra-area .extra-items .item .check-area{ 
    display: flex;
}
.product-popup .product-popup-wraper .about-product .extra-area .extra-items .item .check-area > input{ 
    display: none;
}
.product-popup .product-popup-wraper .about-product .extra-area .extra-items .item .check-area .fake-checkbox{ 
    display: flex;
    width: 20px;
    height: 20px;
    background-color: #F4F4F4;
    border-radius: 5px;
}
.product-popup .product-popup-wraper .about-product .extra-area .extra-items .item .check-area input:checked+.fake-checkbox {
    background-color: #BB9255;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_839_3908)'%3E%3Crect width='20' height='20' rx='6' fill='%23BB9255'/%3E%3Cpath d='M5 9.5L8.23971 12.3347C8.65834 12.7011 9.29545 12.6553 9.65747 12.233L15 6' stroke='white' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_839_3908'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
}
.product-popup .product-popup-wraper .about-product .extra-area .extra-items .item .extra-info {
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 10px;
}
.product-popup .product-popup-wraper .about-product .extra-area .extra-items .item .extra-info .extra-text {
    font-size: 16px;
    line-height: 140%;
}
.product-popup .product-popup-wraper .about-product .extra-area .extra-items .item .extra-info .extra-price {
    color: #8F8F8F;
    font-size: 14px;
    font-weight: 300;
    line-height: 120%;
}
.product-popup .product-popup-wraper .about-product .extra-area .product-description{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 19px;
}
.product-popup .product-popup-wraper .about-product .extra-area .product-description .product-description-title{
    color: #8F8F8F;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}
.product-popup .product-popup-wraper .about-product .extra-area .product-description .description-items {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    gap: 8px;
}
.product-popup .product-popup-wraper .about-product .extra-area .product-description .description-items .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #E4E4E4;
    min-width: 89px;
}
.product-popup .product-popup-wraper .about-product .extra-area .product-description .description-items .item .item-number{
    color: #2E3030;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
}
.product-popup .product-popup-wraper .about-product .extra-area .product-description .description-items .item .item-sub-text{
    color: #8F8F8F;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}

.product-popup .product-popup-wraper .clouse-popup {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    background-color: #FDFCFB;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M2.91602 2.9165L11.0821 11.0826' stroke='%23D6D6D6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.91591 11.0826L11.082 2.9165' stroke='%23D6D6D6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 14px;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
}
@media (max-width: 770px) {
    .product-popup .product-popup-wraper{
        flex-direction: column;
        justify-content: center;
        max-width: 390px;
        border-radius: 50px 50px 24px 24px;

    }
    .product-popup .product-popup-wraper .img-area img {
        width: 390px;
        height: 390px;
        flex-shrink: 0;
        object-fit: cover;
        position: relative;
        left: -20px;
        top: -20px;
        border-radius: 30px;
    }
    .product-popup .product-popup-wraper .clouse-popup {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M2.91602 2.9165L11.0821 11.0826' stroke='%23252525' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.91591 11.0826L11.082 2.9165' stroke='%23252525' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 24px 24px;
        top: 20px;
        right: 20px;
    }
        .product-popup .product-popup-wraper .img-area {
            height: 358px;
        }
        .product-popup .product-popup-wraper .img-area .text-sub-img{
            display: none;
        }
        .product-popup .product-popup-wraper .text-sub-img.mob-ver-text{
            display: flex;
            margin: 4px 0 10px;
            color: #8F8F8F;
            font-size: 16px;
            line-height: 140%;
        }
        .product-popup .product-popup-wraper .about-product .product-text {
            color: #2E3030;
        }
        .product-popup .product-popup-wraper {
            gap: 30px;
        }
        .product-popup .product-popup-wraper {
            padding: 20px;
        }
        .product-popup .product-popup-wraper .about-product .main-info .product-title {
            padding-right: 0;
        }
        .product-popup .product-popup-wraper .about-product .extra-area .product-description .description-items {
            gap: 6px;
        }
        .product-popup .product-popup-wraper .about-product .extra-area .product-description .description-items .item {
            min-width: 80px;
        }
        .product-popup .product-popup-wraper .about-product .extra-area .product-description .description-items .item .item-sub-text {
            font-size: 13px;
        }   
}
@media (max-width: 392px) {
    .product-popup .product-popup-wraper .img-area img {
        width: 100vw;
    }
}
@media (max-width: 335px) {
    .product-popup .product-popup-wraper .about-product .button-area {
            flex-direction: column;
        }
        .product-popup .product-popup-wraper .about-product .button-area .calc-product {
        justify-content: center;
    }
}
/* Popup продукта - Конец*/
/* Input с label - старт*/
.input-item{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.input-item{
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-width: 247px;
}
.input-item .label{
    color: #FDFCFB;
    font-size: 14px;
    line-height: 120%;
}
.input-item input[type="tel"],
.input-item input[type="email"],
.input-item input[type="text"]{
    border-radius: 12px;
    background: #2E3030;
    padding: 16px;
    border: none;
    color: rgba(253, 252, 251, 1);
    font-size: 14px;
    line-height: 120%;
    outline: none;
}
.input-item input[type="tel"]::-webkit-input-placeholder,
.input-item input[type="email"]::-webkit-input-placeholder,
.input-item input[type="text"]::-webkit-input-placeholder {
    color: rgba(253, 252, 251, 0.40);
}

.input-item input[type="tel"]::-moz-placeholder,
.input-item input[type="email"]::-moz-placeholder,
.input-item input[type="text"]::-moz-placeholder {
    color: rgba(253, 252, 251, 0.40);
    opacity: 1;
}

.input-item input[type="tel"]:-ms-input-placeholder,
.input-item input[type="email"]:-ms-input-placeholder,
.input-item input[type="text"]:-ms-input-placeholder {
    color: rgba(253, 252, 251, 0.40);
}

.input-item input[type="tel"]:focus,
.input-item input[type="email"]:focus,
.input-item input[type="text"]:focus {
    outline: none;
    box-shadow: none;
    border-color: transparent;
}
.group-input{
    display: flex;
    align-items: flex-end;
    gap: 15px;
    width: calc(50% - 12px);
}
.group-input .input-item{
    min-width: none !important;
    max-width: unset !important;
    width: calc(33% - 8px) !important;
}
/* Input с label - Конец*/


/* Select с label - Начало*/
.custom-select-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-width: 247px;
}

.custom-select-wrapper.half-width {
    width: calc(50% - 12px);
    max-width: none;
}

.custom-select-wrapper .label {
    color: #FDFCFB;
    font-size: 14px;
    line-height: 120%;
}

.custom-select {
    position: relative;
    border-radius: 12px;
    background: #2E3030;
    padding: 16px;
    font-size: 14px;
    line-height: 120%;
    color: rgba(253, 252, 251, 1);
    cursor: pointer;
    user-select: none;
}

.custom-select-trigger {
    position: relative;
    padding-right: 36px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3 6L7.28327 10.2922C7.67339 10.6831 8.30656 10.6837 8.69749 10.2936L13 6' stroke='%23FDFCFB' stroke-opacity='0.4' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 16px;
    color: rgba(253, 252, 251, 0.40);
    line-height: 120%;
}

.custom-options {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #2E3030;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    z-index: 10;
    display: none;
    max-height: 200px;
    overflow-y: auto;
}

.custom-option {
    padding: 12px 16px;
    color: #FDFCFB;
    cursor: pointer;
    transition: background 0.2s ease;
}

.custom-option:hover,
.custom-option.selected {
    background: #3b3b3b;
}

/* Select с label - Конец*/

/* Textarea с label - Начало*/
.input-item.full-width {
    width: 100% !important;
    max-width: none !important;
}

.input-item textarea{
    border-radius: 12px;
    background: #2E3030;
    padding: 16px;
    border: none;
    color: rgba(253, 252, 251, 1);
    font-size: 14px;
    line-height: 120%;
    outline: none;
    width: 100%;
    resize: none;
    /* отключаем растягивание */
    box-sizing: border-box;
}

.input-item textarea::placeholder {
    color: rgba(253, 252, 251, 0.4);
}

.input-item textarea::-webkit-input-placeholder {
    color: rgba(253, 252, 251, 0.4);
}

.input-item textarea::-moz-placeholder {
    color: rgba(253, 252, 251, 0.4);
    opacity: 1;
}

.input-item textarea:-ms-input-placeholder {
    color: rgba(253, 252, 251, 0.4);
}
/* Textarea с label - Конец*/


/* checkboks с label - Начало*/
.checkbox-item{
    display: flex;
    gap: 12px;
    align-items: center;
    color: rgba(253, 252, 251, 0.70);
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    cursor: pointer;
}
.checkbox-item .fake-checkbox{
    display: flex;
    width: 48px;
    min-width: 48px;
    height: 28px;
    padding: 5px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 100px;
    background: #2E3030;
    position: relative;
}
.checkbox-item .fake-checkbox::before {
    content: '';
    display: flex;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    background: rgba(253, 252, 251, 0.60);
    border-radius: 50%;
}
.checkbox-item input:checked + .fake-checkbox::before {
    display: none;
}
.checkbox-item input:checked + .fake-checkbox {
    background: #BB9255;
}
.checkbox-item input:checked + .fake-checkbox::after {
     content: '';
     position: absolute;
     right: 5px;
    display: flex;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    background: #FDFCFB;
    border-radius: 50%;
}
.checkbox-item input:checked + .fake-checkbox + .label {
    color: #FDFCFB;
}
.checkbox-item input {
     display: none;
}
@media (max-width: 555px) {
    .checkbox-item {
        font-size: 14px;
    }
}
/* checkboks с label - Конец*/

.button-submint-std{
    border-radius: 16px;
    background: #BB9255;
    padding: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    cursor: pointer;
    border: unset;
}


/* Добавление и уменьшение товара в конзине и в checkout - Начало*/
.calc-product-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #2E3030;
    border-radius: 12px;
    width: 120px;
    height: 44px;
    padding: 10px 8px;
}

.calc-product-cart input[type="number"].qty {
    all: unset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    width: 50px;
    text-align: center;
    font-size: 16px;
    color: #FDFCFB;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    width: 44px;
    height: 22px;
}

.calc-product-cart input[type="number"].qty::-webkit-outer-spin-button,
.calc-product-cart input[type="number"].qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.calc-product-cart button {
    color: #FDFCFB;
    font-size: 18px;
    width: 24px;
    height: 24px;
    border: none;
    cursor: pointer;
    background-color: transparent;
}
.calc-product-cart button.minus {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 12H18' stroke='%23FDFCFB' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
}
.calc-product-cart button.pluse {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 12H18' stroke='%23FDFCFB' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 18V6' stroke='%23FDFCFB' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
}


.calc-product-cart .submit-to-cart {
    background: #4caf50;
    font-size: 18px;
    padding: 0 10px;
    width: auto;
    height: 38px;
}

@media (max-width: 530px) {
    .calc-product-cart {
        width: 104px;
        gap: 4px;
    }

    .calc-product-cart input[type="number"].qty {
        width: 44px;
    }

    .calc-product-cart button {
        font-size: 16px;
        width: 20px;
        height: 20px;
    }
    .calc-product-cart button.minus {
    background-size: 20px 20px;
    }
    .calc-product-cart button.pluse {
        background-size: 20px 20px;
    }
}

@media (max-width: 405px) {

    .calc-product-cart button {
        font-size: 14px;
        width: 19px;
        height: 19px;
    }
}
/* Добавление и уменьшение товара в конзине и в checkout - Конец*/





/* Стандартный checkbox - Начало*/
.standart-checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    cursor: pointer;
}

.standart-checkbox .check-area {
    display: flex;
    gap: 10px;
}

.standart-checkbox .check-area>input {
    display: none;
}

.standart-checkbox .check-area .fake-checkbox {
    display: flex;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid #FDFCFBB2;
}

.standart-checkbox .check-area input:checked+.fake-checkbox {
    background-color: #BB9255;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_839_3908)'%3E%3Crect width='20' height='20' rx='6' fill='%23BB9255'/%3E%3Cpath d='M5 9.5L8.23971 12.3347C8.65834 12.7011 9.29545 12.6553 9.65747 12.233L15 6' stroke='white' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_839_3908'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
}
.standart-checkbox .check-area .check-text {
    color: rgba(210, 210, 210, 0.40);
    font-size: 14px;
    line-height: 140%;
}
.standart-checkbox .check-area input:checked ~ .check-text{
    color: #FDFCFB;
}


/* Стандартный checkbox - Конец*/