html,body{
    margin:0;
    padding:0;
}

/* Блок-заполнитель для белого пространства между header и контентом (везде кроме мобильного) */
.header-gap-filler {
    display: none; /* по умолчанию скрыт на мобильных */
}

@media (min-width: 768px) {
    .header-gap-filler {
        display: block;
        width: 100%;
        height: 100px;
        background: #585858;
        margin-top: -100px;
        position: absolute;
        z-index: -9999;
        pointer-events: none;
    }
}

/* Убедимся, что wrapper-page имеет position: relative для правильной работы абсолютного позиционирования */
#wrapper-page {
    position: relative;
    z-index: 1;
}

/*body{*/
/*    font-family: Helvetica, sans-serif, Verdana, Tahoma, Arial;*/
/*    font-size: 12px;*/
/*    color:#454545;*/
/*    background-color: #95b0cd;*/
/*    padding-top: 20px;*/
/*}*/

* {
    outline: none!important;
}
.grecaptcha-badge{
    bottom: 45px !important;
    z-index: 1;
}
.mandatory_field{
    color: #7d7d7d !important;
    font-size: 0.9em;
}

.scroll-to-top-button{
    background: #666 url(../img/go_to_up.png) center center no-repeat;
    width: 45px;
    height: 45px;
    color: #fff;
    font-family: verdana;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
        -o-border-radius: 5px;
    cursor: pointer;
    /*padding: 15px;*/
    margin: 20px;
    z-index: 1; /* ниже стрелок навигации по тортам */
}

.link_no_color{
    color: black;
}

.link_no_color:hover{
    color: black;
}

.left_menu_gallery_cake_count{
    text-align: right;
    margin-right: 10px;
    width: 30px;
    color: #555555 !important;
}
.header-ul-margin{
    margin-top: -10px;
}
.mail-list{
    width: 210px;
}
.telegram-list{
    width: 160px;
}
input,textarea,button,button:focus {outline:none;}
.txt-white *{
    color:#fff;
    transition: color .3s;
}
.txt-black *{
    color:#000;
    transition: color .3s;
}
.txt-black a:hover{
    color:#fff;
    transition: color .3s;
}
.txt-white a:hover{
    color:#6ec14b;
    transition: color .3s;
}
a:hover{
    text-decoration: none;
}
h1.title-block{
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 200;
    text-align: center;
}
.carousel-indicators li{
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 1;
}
.carousel-indicators li.active{
    background-color: #99cc66;
}
.block-link-hover img{
    outline: 4px solid rgba(0, 0, 0, 0);
    outline-offset: -4px;
}
.block-link-hover a:hover img{
    outline: 4px solid #6ec14b !important;
}
textarea.text-input-textarea{
    width: 100%;
    background:#fff;
    border:1px solid #000;
    border-radius: 10px;
    height: 140px;
    max-height: 140px;
    min-height: 140px;
    resize: none;
    padding: 5px;
}
textarea.text-input-textarea:focus{
    border-color: #6ec14b;
}
.input-block input{
    width: 100%;
    background: rgba(0,0,0,0);
    border: 0;
    border-bottom: 2px solid #000;
    height: 40px;
    font-size: 18px;
    padding-bottom: 15px
}
.input-block input::-webkit-input-placeholder {
color: #000;
}
.input-block input::-moz-placeholder {
color: #000;
}
.input-block input:focus{
    border-bottom-color: #6ec14b;
}
div.input-block{
    margin-bottom: 15px;
}
.text-input > *{
    margin-bottom: 10px;
}
.btn-file .btn-input-file{
    border-bottom: 1px solid #000;
    cursor: pointer;
}
.btn-send{
    text-align: right;
}
/*.btn-send a{*/
.btn-send input{
    padding: 10px 15px;
    border: none;
    border-radius: 10px;
    background: #6ec14b;
    color: #fff;
    font-weight: bold;
}

.button_bento {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.75rem 1.5rem;
    background-color: #6ec14b;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 8px;
    transition: background 0.3s ease;
}

.button_bento:hover {
    /*background-color: #86cb6e;*/
    /*color: white;*/
    background-color: #f3bb04;
    color: black;
}


#file_input{
    display:none;
}
.btn-head-line{
    float: right;
}
.head-line{
    display: block;
    width: 100%;
    height: 1px;
    background: #a0a0a0;
}
.content > div > div:first-child .head-line{
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
}

.head-line-contact{
    display: block;
    width: 100%;
    height: 1px;
    background: #a0a0a0;
}
.content > div > div:first-child .head-line-contact{
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
}


svg{
    width: 30px;
    height: 30px;
}
.container-fluid {
    padding-right: 100px;
    padding-left: 100px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon{
    background: url(../img/icon/down-arrow2.svg);
    background-size: 15px 20px;
    transform: rotate(90deg);
    border: 2px solid #6ec14b;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 5px 5px;
}
.carousel-control-next-icon{
    transform: rotate(-90deg);
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: 300px;
}


body{
    background: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
.icon-svg{
    max-width: 31px;
    width: 100%;
}
/**/
.header-section{
    width: 100%;
    position: relative;
    background:#585858;
    /*height: 385px;*/
}
.header-section > .header-top-flex-container,
.header-section > .header-top-flex-container_carusel{
    position: fixed; /* перекрываем правило для всех div внутри header-section */
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}
.header-section > div:not(.main-banner){
    position: relative;
}

/* Явно понижаем уровень для блоков с логотипом и меню */
.header-section .header-middle,
.header-section .header-bottom{
    z-index: 1;
}
.header-section > .header-top{
    /* background: url(../img/header-volna.png); */
    /* background-repeat: repeat-x; */
    background: #6ec14b;
    height: 50px;
    line-height: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-section > .header-top .btn-social{
    margin: 0;
}
.header-section > .header-top .btn-social ul li{
    margin: 0 10px;
}
.header-section > .header-top svg,
.header-section > .header-top .icon-svg{
    width: 30px;
    height: 30px;
    margin: 0 10px;
}
.header-section > .header-top .header-contacts > ul > li {
    margin: 0;
}
.header-section > .header-top .header-contacts > ul > li > div > a{
    margin: 0;
}
.header-section > .header-middle{
    width: 100%;
    /*margin: 50px 0;*/
    margin: 35px 0 35px 0;
    margin-top: 80px;
}
.header-section > .header-middle > div{
    width: 33vw;
}
.header-section > .header-middle > .left-container,
.header-section > .header-middle > .right-container
{
    display: flex;
    align-items: center;
}
.header-section > .header-middle > .left-container > *{
    margin:auto;
}
.header-section > .header-middle > .middle-container{
    margin-top: -80px;
}
.header-section .header-logo{
    width: 200px;
    margin: auto;
    border-radius: 10000px;
}
.header-section .header-logo img{
    width: 100%
}
.header-section .right-container .btn-order{
    width: 100%;
    display: flex;
    justify-content: center!important;
}
.header-section .right-container .btn-order a{
    display: flex;
    align-items: flex-end;
    float: right;
}
.header-section > .header-middle .menu-btn{
    display: none;
}
.header-section > .header-bottom{
    width: 100%;
    /*margin-top: 30px;*/
    margin-top: -40px;
}
/* Меню всегда в одну строку на десктопе (>992px) */
.header-section > .header-bottom .header-navigation > ul {
    white-space: nowrap;
    flex-wrap: nowrap;
}
.header-section > .header-bottom .header-navigation > ul > li {
    margin: 0 8px;
    height: 52px;
    line-height: 50px;
    flex-shrink: 1;
    min-width: 0;
}
.header-section > .header-bottom .header-navigation > ul > li > a{
    display: block;
    color: #fff;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    transition: color .3s;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 2px 4px 2px 0;
}
.header-section > .header-bottom .header-navigation > ul > li > a:hover{
    border-bottom: 2px solid #6ec14b;
    color:#6ec14b;
    transition: color .3s;
}

/* Активное состояние пункта меню */
.header-section > .header-bottom .header-navigation > ul > li > a.active{
    border-bottom: 2px solid #6ec14b;
    color:#6ec14b;
    transition: color .3s;
}

/* Активное состояние для выпадающего меню */
.header-section > .header-bottom .header-navigation > ul > li > .drop-down ul li a.active{
    color: #6ec14b;
}

/* Стили для навигации между тортами */
.product-name .btn-prev-container {
    flex: 0 0 auto;
}

.product-name .cake-title-container {
    flex: 1;
    text-align: center;
}

.product-name .btn-next-container {
    flex: 0 0 auto;
}

.product-name .btn-prev a,
.product-name .btn-next a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f0f0f0;
    transition: background-color 0.3s;
    position: relative;
    z-index: 2; /* ниже фиксированного верхнего бара и других фиксированных элементов */
}

.product-name .btn-prev a:hover,
.product-name .btn-next a:hover {
    background-color: #6ec14b;
}

.product-name .btn-prev .icon-svg {
    width: 20px;
    height: 20px;
    transform: rotate(90deg) translateX(0px) translateY(2px);
}

.product-name .btn-next .icon-svg {
    width: 20px;
    height: 20px;
    transform: rotate(-90deg) translateX(0px) translateY(2px);
}

/* Стили для счетчика корзины */
#basket-count {
    color: #fff;
    transition: color 0.3s;
}

#basket-count.has-items {
    color: #ff4444;
    font-weight: bold;
}

/* Стили для badge (красный кружок с цифрой) */
.basket-link-wrapper {
    position: relative;
    display: inline-block;
}

.basket-icon-container {
    position: relative;
    display: inline-block;
}

.basket-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #ff4444;
    color: #ffffff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    z-index: 10;
}
/*.header-section > .header-bottom .header-navigation > ul > li > a[href="/bento-cake"]{*/
/*    border-bottom: 2px solid #fff;*/
/*    transition: color .3s, border-bottom-color .3s;*/
/*}*/
/*.header-section > .header-bottom .header-navigation > ul > li > a[href="/bento-cake"]:hover{*/
/*    border-bottom: 2px solid #6ec14b;*/
/*}*/
.header-section > .header-bottom .header-navigation > ul > li:hover .drop-down{
    opacity: 1;
    visibility: visible;
    transition: opacity .3s, visibility .5s, margin-top .3s;
    margin-top: 1px
}
.header-section > .header-bottom .header-navigation > ul > li > .drop-down{
    position: absolute;
    margin-top:40px;
    background: #e8e8e8;
    padding: 25px;
    border:2px solid #a0a0a0;
    width: 300px;
    margin-left: -75px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .5s, margin-top .3s;
}
.header-section > .header-bottom .header-navigation > ul > li > .drop-down ul li{
    height: 24px;
    line-height: 24px;
}
.header-section > .header-bottom .header-navigation > ul > li > .drop-down ul li a{
    color:#1e1e1e;
    padding: 7px 0;
    transition: color .3s;
}
.header-section > .header-bottom .header-navigation > ul > li > .drop-down ul li a:hover{
    color: #6ec14b;
    transition: color .3s;
}

/* Оптимизация меню для экранов 1680px и меньше - поддержка 10 пунктов */
@media (max-width: 1680px) and (min-width: 992px) {
    .header-section > .header-bottom .header-navigation > ul > li {
        margin: 0 6px;
    }
    .header-section > .header-bottom .header-navigation > ul > li > a {
        font-size: 19px;
    }
}

/* Оптимизация для экранов 1440px и меньше */
@media (max-width: 1440px) and (min-width: 992px) {
    .header-section > .header-bottom .header-navigation > ul > li {
        margin: 0 5px;
    }
    .header-section > .header-bottom .header-navigation > ul > li > a {
        font-size: 18px;
    }
}

/* Оптимизация для экранов 1366px и меньше */
@media (max-width: 1366px) and (min-width: 992px) {
    .header-section > .header-bottom .header-navigation > ul > li {
        margin: 0 4px;
    }
    .header-section > .header-bottom .header-navigation > ul > li > a {
        font-size: 17px;
    }
}

/**/
.basket-block{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(88, 88, 88, .6);
    display: none;
}
.basket-view-window{
    position: relative;
    width: 600px;
    height: 100%;
    max-height: 900px;
    background: #fff;
    float: right;
    overflow-y: scroll;
}
.basket-view-window > .basket-view-window-head{
    /* background-image: url(../img/header-volna.png); */
    /* background-size: 134px auto; */
    /* background-repeat: repeat-x; */
    height: 75px;
    line-height: 50px;
    padding: 0 25px;
}
.basket-view-window .basket-title a{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
}
.basket-view-window .basket-title a:hover{
    color:#000;
}
.basket-view-window .basket-view-window-close-btn a img{
    width: 23px;
    height: 23px;
}
.basket-view-window-middle{
    margin-top: 15px;
    padding: 0 15px;
}
.basket-list-product{
    overflow-y: scroll;
    /*height: 100%;*/
    max-height: 350px;
}
.product-in-basket-head{
    position: relative;
}
.name-product{
    text-align: center;
}
.name-product p{
    text-transform: uppercase;
    font-size: 16px;
}
.product-in-basket-delete-btn{
    position: absolute;
    top: 0;
    right: 10px;
}
.product-in-basket-delete-btn a img{
    width: 16px;
    height: 16px;
}
.product-img img{
    width: 150px;
    object-fit: cover;
    height: 100px;
}
.product-in-basket-bottom.d-flex .right-container{
    margin-left: 15px;
    width: 100%;
}
.setting-product-input span {
    width: 110px;
    font-size: 14px;
}
.setting-product-input{
    height: calc(150px / 3 - 18px);
    line-height: calc(150px / 3 - 18px);
}
.setting-product-input.date-block-input input{
    border: 1px solid #000;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
    padding: 0 10px 5px 0;
    margin: 0;
    width: 176px;
    background: #fff;
}
.setting-product-input.date-block-input input::-webkit-calendar-picker-indicator{
    color: transparent;
    opacity: 1;
    background: url("../img/icon/down-arrow (1).svg") no-repeat center;
    background-size: contain;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.quantity-block {
  font-size: 20px;
}
.quantity-arrow-minus,
.quantity-arrow-plus {
    cursor: pointer;
    font-size: 20px;
    background: rgba(0,0,0,0);
    border: 0;
    outline: none;
}
.quantity-arrow-plus img,
.quantity-arrow-minus img{
    width: 15px;
}
.quantity-arrow-plus img{
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.quantity-arrow-minus img{
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.quantity-num {
    font-size: 20px;
    width: 30px;
    text-align: center;
    border:0;
}
.setting-product-input .quantity-block span{
    width: 15px;
    text-align: center;
    line-height: 32px;
}
.price-product{
    margin-right: 5px;
}
.price-product span{
    margin-left: 10px;
    color: #6ec14b;
}
.product-in-basket{
    margin-bottom: 15px;
}
.preventive-block{
    margin-top: 25px;
}
.basket-view-window-bottom{
    padding: 0 15px;
    margin: 50px 0 0 0;
}
.order-price.d-flex.justify-content-between{
    height: 50px;
    line-height: 50px;
    border: solid #b8b8b8;
    border-width: 1px 0px;
    padding: 0 10px;
}
.order-price.d-flex.justify-content-between .right-container span{
    color: #4c8e0c;
}
.basket-btn{
    padding: 0 62px;
    margin: 25px 0;
}
.basket-btn ul li a{
    display: block;
    width: 100%;
    background: red;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 5px 0;
    color: #fff;
    font-size: 20px;
    border-radius: 10px;
}
.basket-btn ul li:first-child a{
    background: #707070;
}
.basket-btn ul li:last-child a{
    background: #6ec14b;
}
/**/
.main-banner{
    max-height: 85vh;
    height: 85vh;
    position: relative;
    margin-top: -360px;
    z-index: 2;
    background: #000;
}
.main-banner .carousel-control-prev-new-icon{
    /*background-image: url();*/
}
.main-banner img{
    max-height: 85vh;
    height: 85vh;
    object-fit: cover;
    opacity: .6;
}
/**/
.advantages-block{
    position: relative;
    width: 100%;
    margin-top: 15px;
    /*margin-top: 430px;*/
    background:#6ec14b;
    z-index: -1; /* Отрицательный z-index, чтобы не перекрывать выпадающее меню */
}
@media(min-width: 769px){
    .advantages-block .carousel-indicators{
        display: none!important;
    }
    #sliderAdvantages{
        width: 100%;
    }
    #sliderAdvantages .carousel-inner {
        display: flex;
        justify-content: space-evenly;
    }
    #sliderAdvantages .carousel-inner .carousel-item,
    #sliderAdvantages .carousel-inner .carousel-item.active{
        width: 20%;
        display: block;
        margin:0;
        float: none;
    }
    #sliderAdvantages .carousel-inner .carousel-item:last-child:before{
        display: none;
    }
}
.advantages-block:before{
    content: "";
    position: absolute;
    bottom: -41px;
    /* background: url("../img/header-volna.png"); */
    /* background-size: 200px auto; */
    /* background-repeat: repeat-x; */
    height: 112px;
    width: 100%;
    z-index: 1;
}
.advantages-block .advantages-list{
    position: relative;
    z-index: 2;
    padding: 20px 0 0 0;
    /*margin-top: 170px;*/
}
.advantages-block .advantages-list .advantage-block{
    text-align: center;
}
.advantages-block .advantages-list .advantage-block .advantage-icon{
    width: 125px;
    height: 125px;
    line-height: 99px;
    margin: auto;
    background: #fff;
    border-radius: 50%;
    border: 10px solid #e8e8e8;
}
.advantages-block .advantages-list .advantage-block .advantage-icon img{
    width: 40px;
    margin-top: 0;
    vertical-align: middle;
    display: inline-block;
}
.advantages-block .advantages-list .advantage-block .advatage-info{
    margin-top:10px;
}
.advantages-block .advantages-list .advantage-block .advatage-info .advatage-info-top h1{
    font-size: 20px;
    font-weight: 600;
}
.advantages-block .advantages-list .advantage-block .advatage-info .advatage-info-bottom p{
    font-size: 14px;
    text-align: justify;
}
/**/
.popular-categories-block{
    position: relative;
    margin-top: 100px;
}
.popular-categories-block .container-fluid > div{
    margin-bottom: 20px;
}
.popular-categories-block .popular-top{
    text-align: center;
}
.popular-categories-block .popular-category-block{
    width: calc(25% - 20px);
    height: auto;
    position: relative;
}
.popular-categories-block .popular-category-top .popular-category-img img{
    width: 100%;
    height: calc(25vw - 20px - 75px);
    object-fit: cover;
}
.popular-categories-block .popular-category-bottom{
    padding: 10px;
}
.popular-categories-block .popular-category-bottom-head h1{
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    color: #6ec14b;
}
.popular-categories-block .popular-category-bottom-text p{
    text-align: justify;
    font-size: 15px;
}
.popular-categories-block .popular-bottom{
    width: 100%;
    text-align: center;
}
.popular-categories-block .popular-bottom a{
    padding: 10px 15px;
    background:#6ec14b;
    color: #fff;
    border-radius: 5px;
    font-weight:500;
}
/**/
.about-block{
    margin-top: 100px;
    position: relative;
    width: 100%;
}
.about-block > div.container-fluid > div{
    margin: 25px;
}
.about-block > div.container-fluid > .left-container{
    /*width: 25%;*/
    width: 45%;
}
.about-block > div.container-fluid > .right-container{
    width: 75%;
}
.about-block .about-img{
    position: relative;
    position: relative;
    width: 100%;
    height: 100%;
}
.about-block .about-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*padding: 38px;*/
    /*padding: 15px;*/
    padding: 30px;
    position: relative;
}
.about-block .about-img > .dummy{
    position: absolute;
    width: 100%;
    height: 100%;
}
.about-block .about-img:before,
.about-block .about-img .dummy:before{
    content: "";
    position: absolute;
    width: 60%;
    height: 9px;
    background: #6ec14b;
    top: 0;
}
.about-block .about-img .dummy:before{
    top: calc(100% - 9px);
    right: 0;
}
.about-block .about-img:after,
.about-block .about-img .dummy:after{
    content: "";
    position: absolute;
    width: 9px;
    height: 60%;
    background: #6ec14b;
    top: 0;
    left: 0px;
}
.about-block .about-img div.dummy:after{
    top: 40%;
    right: 0;
    /*left: 395px;*/
    left: 100%;
}
.about-block .right-container > div{
    margin-bottom: 15px;
}
.about-block .about-text{
    margin-top: 5%;
}
.about-block .about-text > *{
    font-size: 19px;
    margin-bottom: 20px;
    font-weight: 400;
    text-align: justify;
}
@media (max-width: 1400px){
    .about-block .about-text > *{
        font-size: 17px;
    }
}
.about-block .about-text > h1{
    text-transform: uppercase;
    text-align: center;
}
.about-block .about-text > p > a{
    color:#6ec14b;
}
.about-block .about-text > a:hover{
    color:#6ec14b;
}
.about-btn-continue{
    text-align: center;
}
.about-btn-continue a{
    color: #6ec14b;
    padding-bottom: 2px;
    border-bottom: 1px solid #6ec14b;
}
/**/
.cut-deserts-block{
    margin-top:50px;
    margin-bottom: 40px;
}
.cut-deserts-block .container-fluid{
    padding: 0 15px;
}
.cut-deserts-block-top,
.cut-desert-bottom-head{
    margin-bottom: 20px;
}
.cut-desert-block{
    width: calc( (100vw - 30px) / 6 - 10px);
    height: auto;
    margin: 0 5px;
}
.cut-desert-img img{
    width: 100%;
    height: calc( (100vw - 30px) / 6 - 10px);
    object-fit: cover;
}
.cut-desert-bottom{
    margin-top:20px;
}
.cut-desert-bottom-head h1{
    font-size: 20px;
    line-height: 24px;
    height: 35px;
}
.cut-deserts-block .carousel-indicators{
    bottom: -40px;
}
.cut-deserts-block .carousel-indicators li:not(.active){
    background-color: #a0a0a0;
}
/**/
.consultation-block{
    margin-top: 100px;
    background: #f5f5f5;
    padding: 0 0 25px 0;
}
.consultation-block .container-fluid{
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
}
.consultation-head{
    padding: 40px 0;
}
.consultation-bottom form > div{
    position: relative;
}
.consultation-bottom .left-container{
    width: 25%;
    padding: 0 50px
}
.consultation-bottom .middle-container{
    width: 35%;
    padding: 0 50px
}
.consultation-bottom .right-container{
    width: calc(100% - 25% - 35%);
    padding: 0 50px
}
/**/
.reviews-small-block{
    margin: 50px 0;
}
.reviews-small-block .container-fluid{
    padding-right: 70px;
    padding-left: 70px;
    margin-right: auto;
    margin-left: auto;
}
.reviews-small-block .reviews-list {
    width: 100%;
    background: #fff;
}
.reviews-small-block .reviews-list > div{
    width: 49%;
    overflow: hidden;
}
.reviews-small-block .review-img{
    width: 184px;
    position: relative;
    height: 100%;
}
.reviews-small-block .review-img img{
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
    padding: 25px;
    max-height: 200px;
}
.reviews-small-block .review-img:before,
.reviews-small-block .review-img .dummy:before{
    content: "";
    position: absolute;
    width: 60%;
    height: 3px;
    background: #6ec14b;
    top: 0;
    right: 0;
}
.reviews-small-block .review-img .dummy:before{
    top: calc(100% - 3px);
    left: 0;
}
.reviews-small-block .review-img:after,
.reviews-small-block .review-img .dummy:after{
    content: "";
    position: absolute;
    width: 3px;
    height: 60%;
    background: #6ec14b;
    bottom: 0;
}
.reviews-small-block .review-img div.dummy:after{
    top: 0;
    right: 0;
}
.reviews-small-block .review-block .right-container{
    padding: 0 0px 0 50px;
    width: 100%;
    position: relative;
}
.reviews-small-block .review-block .right-container *{
    font-size:18px;
}
.reviews-small-block .review-block-head h1{
    text-transform: uppercase;
}
.reviews-small-block .review-block-middle p{
    text-align: justify;
    position: relative;
}
.reviews-small-block .review-block-middle p:after{
    content: "";
    background-image: url(../img/icon/1.png);
    background-size: 26px 16px;
    width: 26px;
    height: 16px;
    position: absolute;
    bottom: 0;
    margin-left:5px;
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.reviews-small-block .review-block-middle p:before{
    content: "";
    background-image: url(../img/icon/1.png);
    background-size: 26px 16px;
    width: 26px;
    height: 16px;
    position: absolute;
    top: 0;
    left: -30px;
}
.reviews-small-block .btn-all-reviews{
    text-align: center;
    position: absolute;
    bottom: 0;
    width: calc(100% - 50px);
}
.reviews-small-block .btn-all-reviews a{
    color:#6ec14b;
    text-align: center;
}
.reviews-small-block .carousel-indicators{
    bottom: -50px;
}
.reviews-small-block .carousel-indicators li:not(.active){
    background-color: #a0a0a0;
}
/**/
footer.foot{
    position: relative;
    width: 100%;
    margin-top:75px;
}
.footer-block-part{
    width: 50%;
}
.footer-block-part .block-info{
    width: 50%;
    height: 25vw;
    position: relative;
    background: #6ec14b;
    display: flex;
    align-items: center;
}
.block-info .block-content{
    margin: 0 auto;
}
.footer-block-part .block-info img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.footer-block-part .block-info .title-block{
    font-size: 20px;
    margin-bottom: 15px;
}
/**/
.order-paused-notice {
    width: 100%;
    background: #fff;
    padding: 14px 15px 0;
}

.order-paused-notice-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 14px 20px;
    color: #1d1d1d;
    background: #6ec14b4f;
    border-left: 4px solid #6ec14b;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}

.head-navigation-block .list-nav{
    height: 50px;
    line-height: 50px;
    z-index: 0;
}
.head-navigation-block .list-nav ul li{
    position: relative;
}
.head-navigation-block .list-nav ul li:before{
    content: "|";
    position: absolute;
    float: right;
    left: -2px;
}
.head-navigation-block .list-nav ul li:first-child:before{
    display: none;
}
.head-navigation-block .list-nav ul li a{
    padding: 0 10px;
}
.head-navigation-block .list-nav ul li a:hover{
    color:#6ec14b;
    text-decoration: underline;
}
.head-navigation-block .list-nav ul li a img.icon-svg{
    width: 21px;
    height: 18px;
    margin-bottom: 3px;
}
/**/
.left-sidebar{
    /*width: calc(30% - 20px);*/
    width: calc(30% - 15px);
    margin-top: 51px;
}

/* Скрываем мобильные блоки на больших экранах */
.mobile-categories-block,
.mobile-information-block {
    display: none;
}
.left-sidebar > div{
    margin-bottom: 50px;
}
.left-sidebar .sidebar-block-head h1{
    font-size: 20px;
    border-bottom: 4px solid #6ec14b;
    width: auto;
    display: table;
    height: 40px;
    color: #6ec14b;
}
.left-sidebar .list-categories ul li a{
    height: 30px;
    line-height: 30px;
}
.left-sidebar .list-categories ul li a:hover{
    color: #6ec14b;
    text-decoration: underline;
}
.left-sidebar .information-main-block span{
    color: #6ec14b;
}
.left-sidebar .infromation-block-bottom p{
    line-height: 20px;
}
.left-sidebar .infromation-block-bottom > div{
    margin-bottom: 35px;
}
.left-sidebar .information-contact-block{
    text-align: center;
}
.left-sidebar .information-contact-block a{
    color: #6ec14b;
}
.left-sidebar .information-contact-block a:hover{
    color: #6ec14b;
    text-decoration: underline;
}
/**/
.information-product-content{
    width: calc(80% - 40px);
    position: relative;
    font-size: 0.95em;
    color: #335c5c;
    /*background-color: aliceblue;*/
    border-left: 1px solid #e2e2e2;
    margin-left: 15px;
    padding-left: 15px;
}
.information-product-content .product-content-block > div{
    margin-bottom: 0px;
}
.information-product-content .btn-head-line ul{
    float: right;
}
.information-product-content .btn-head-line ul li{
    margin: 0 10px;
}
.information-product-content .btn-head-line ul li:first-child{
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.information-product-content .btn-head-line ul li:last-child{
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.information-product-content .btn-head-line ul li a img{
    width: 20px;
    height: auto;
}
.information-product-content .product-content-middle-information{
    width: 100%;
    position: relative;
}
.information-product-content .product-content-middle-information > div{
    width: calc(50% - 20px);
}
.information-product-content .product-content-middle-information .img-product{
    width: 100%;
    height: 100%;
}
.information-product-content .product-content-middle-information .img-product img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.information-product-content .full-inf-product > div{
    margin-bottom: 25px;
}
.information-product-content .product-name h1{
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}
.information-product-content .product-description p span{
    color: #b10f22;
}
.information-product-content .btn-buy-product{
    margin-top:50px;
    text-align: center;
}
.information-product-content .btn-buy-product a{
    padding: 10px 25px;
    background-color: #6ec14b;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
}

/* Стили для стрелки следующего торта в одном ряду с названием для десктопа */
.product-name {
    position: relative;
    text-align: center;
}

.product-name h1 {
    text-align: center;
    width: 100%;
}

.product-name .btn-head-line {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.product-name .btn-head-line a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f0f0f0;
    transition: background-color 0.3s;
}

.product-name .btn-head-line a:hover {
    background-color: #6ec14b;
}

.product-name .btn-head-line .icon-svg {
    width: 20px;
    height: 20px;
    transform: rotate(-90deg);
}
.information-product-content .product-content-bottom{
    margin-top: 15px;
}
.information-product-content .product-notification p{
    /*color: #6ec14b;*/
    /*color: #4ea42b;*/
}
.information-product-content .product-reviews{
    width: 80%;
}
.information-product-content .product-reviews > div{
    margin-bottom: 40px;
}
.information-product-content .product-reviews-head h1{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
}
.information-product-content .review-block > .left-container{
    width: calc(25% - 50px);
}
.information-product-content .review-block > .right-container{
    width: calc(75% - 50px);
}
.information-product-content .review-block .left-container .img-review img{
    width: 100%;
    height: auto;
    padding: 25px;
    max-height: 200px;
}
.information-product-content .product-reviews-list .review-block{
    margin: 25px 0;
}
.information-product-content .product-reviews-list .img-review{
    position: relative;
}
.information-product-content .product-reviews-list .img-review > .dummy,
.information-product-content .product-reviews-list .img-review > .dummy-brackets{
    position: absolute;
    width: 100%;
    height: 100%;
}
.information-product-content .product-reviews-list .img-review .dummy:before,
.information-product-content .product-reviews-list .img-review:before{
    content: "";
    position: absolute;
    width: 60%;
    height: 3px;
    background: #6ec14b;
    bottom: 0;
}
.information-product-content .product-reviews-list .img-review:before{
    top: 0;
    right: 0;
}
.information-product-content .product-reviews-list .img-review .dummy:after,
.information-product-content .product-reviews-list .img-review:after{
    content: "";
    position: absolute;
    width: 3px;
    height: calc(100% - 25px);
    background: #6ec14b;
    top: 25px;
}
.information-product-content .product-reviews-list .img-review:after{
    right: 0;
    top: 0;
}
.information-product-content .product-reviews-list .img-review > .dummy-brackets:after,
.information-product-content .product-reviews-list .img-review > .dummy-brackets:before{
    content: "";
    position: absolute;
    width: 30px;
    height: 19px;
    top: -7px;
    background-image: url(../img/icon/1.png);
    background-repeat: no-repeat;
    right: calc(100% - 30px - 17px);

    background-size: 100% auto;
}
.information-product-content .product-reviews-list .img-review > .dummy-brackets:before{
    left: calc(100% - 30px - 17px);
    bottom: -7px;
    top: auto;
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.information-product-content .review-author h1{
    text-transform: uppercase;
    font-size: 20px;
}
.information-product-content .review-text p{
    line-height: 20px;
    text-align: justify;
}
.information-product-content .review-btn-answer{
    text-align: right;
}
.information-product-content .review-btn-answer a{
    color: #6ec14b;
    line-height: 35px;
    height: 35px;
    border-bottom: 1px solid #6ec14b;
}
.information-product-content .answer-review{
    width: 80%;
    right: 0;
    margin: 0 0 0 20%;
}
.information-product-content .product-reviews .head-line{
    position: absolute;
    bottom: 0;
    margin: 0;
}
/**/
.add-review-block{
    width: 50%;
    margin: 50px 0;
    margin-left: calc(20% + 20px + 30px);
}
.add-review-head h1{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 25px;
}
.add-review-bottom .left-container{
    width: calc(30% - 20px);
}
.add-review-bottom .right-container{
    width: calc(70% - 20px);
}
/**/
.content .categories-content{
        width: calc(70% - 40px);
    position: relative;
}
.content .categories-content .btn-head-line {
    display: flex;
    justify-content: flex-end;
    height: 50px;
    line-height: 50px;
}
.content .categories-content .btn-head-line select,
.reviews-page-content-head select{
    margin-left: 10px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 15px;
    margin-top: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background: url("../img/icon/down-arrow (1).svg");
    background-repeat: no-repeat;
    background-size: 13px 13px;
    background-position: calc(100% - 7px) 8px;
}
.categories-content .categories-content-middle{
    margin-top: 50px;
    width: 100%;
    position: relative;
}
.product-preview{
    width: calc(33% - 10px);
    position: relative;
    height: auto;
    margin: 6px;
}
.product-preview-head .product-preview-img img{
    width: 100%;
    height: 20vw;
    object-fit: cover;
}
.product-preview-bottom > div{
    margin-top: 20px;
    text-align: center;
}
.product-preview-bottom .name-product a{
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    text-align: center;
}
.product-preview-bottom .name-product a:hover{
    color:#6ec14b;;
}
.btn-details{
    margin: 16px 0;
}
.btn-details a{
    padding: 5px 30px;
    background:#fff;
    color: #000;
    border:2px solid #6ec14b;
    border-radius: 10px;
    font-weight: 500;
}
.btn-details a:hover{
    color: #ffffff;
    background: #6ec14b;
}
.caregories-content-bottom-info{
    margin-top: 25px;
    height: 50px;
    line-height: 50px;
}
.caregories-content-bottom-info .left-container p{
    color: #585858;
}
.caregories-content-bottom-info .right-container ul{
    margin-top: 8px;
}
.caregories-content-bottom-info .right-container ul li{
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin-left: 5px;
    position: relative;
}
.caregories-content-bottom-info .right-container ul li a{
    display: block;
    width: 100%;
    height: 100%;
    background: #585858;
    color: #fff;
}
.caregories-content-bottom-info .right-container ul li a.active,
.caregories-content-bottom-info .right-container ul li a:hover{
    background: #6ec14b;
}
.caregories-content-bottom-info .right-container ul li a img{
    width: 15px;
    height: 15px;
    margin-top: -4px;
}
.left-icon-view{
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
/**/
.trust-block{
    margin: 75px 0;
}
.trust-block .trust-content .trust-block-head{
    margin-bottom: 50px
}
.trust-block .trust-content .trust-block-head h1{
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
}
.trust-block .trust-content .trust-block-bottom .trust-brand ul li{
    margin: 0 20px;
}
.trust-block .trust-content .trust-block-bottom .trust-brand ul li img{
    height: 75px;
    width: auto;
    object-fit: cover;
}
/**/
.contact-content{
    width: 100%;
    position: relative;
    z-index: 1;
}
.contact-content .contact-content-block > div{
    width: calc(50% - 10px);
}
.contact-content-block{
    /*margin-top: 100px;*/
    margin-top: 40px;
}
.contact-content h1{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}
.contact-main-inf{
    margin-top: 20px;
}
.contact-content .contact-head{
    margin-bottom: 50px;
}
.contact-main-middle p,
.contact-main-middle p a{
    color: #000;
}
.contact-main-bottom{
    margin-top: 75px;
}
.contact-main-bottom-50{
    margin-top: 50px;
}

.contact-block-info{
    padding: 0 20px;
}

.social-list-link ul li{
    margin: 10px 0;
}
.social-list-link ul li a{
    color: #000;
}
.social-list-link ul li a svg{
    margin-right: 20px;
}
.review-middle,
.review-bottom{
    margin-bottom: 50px;
    width: 70%;
}
.review-answer{
    margin-bottom: 25px;
}
.review-answer select{
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 15px;
    margin-top: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background: url("../img/icon/down-arrow (1).svg");
    background-repeat: no-repeat;
    background-size: 13px 13px;
    background-position: calc(100% - 7px) 8px;
    border-radius: 10px;
    border: 1px solid #000;
}
/**/
.stuffing-page-content{
    /*margin: 0 0 75px 0;*/
    margin: 0;
    width: 100%;
}
.stuffing-content-head h1{
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    /*margin: 50px 0;*/
    /*margin: 50px 0 0 0;*/
    margin: 30px 0 10px 0;
}
.stuffing-content-head-block h1{
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    /*margin: 50px 0;*/
    /*margin: 50px 0 0 0;*/
    margin: 30px 0 10px 0;
    background-color: #d3d3d3;
}
.list-stuffing > div.stuffing-block{
    width: calc(100% / 3 - 20px);
    background: #f5f5f5;
    height: auto;
    padding: 20px;
    margin: 10px;
}
.stuffing-block .left-container{
    width: calc(70% - 5px);
}
.stuffing-block .right-container{
    width: calc(100% - 10vw);
    position: relative;
}
/* 2025-10-10: cursor изменен с pointer на default для картинок начинок (insides_and_ingredients.ftl) */
.stuffing-img,
.stuffing-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    cursor: default; /* было: cursor: pointer; */
}
.stuffing-img:hover .zoom-icon{
    opacity: 1;
    transition: opacity .3s;
}
.zoom-icon{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    opacity: 0;
    transition: opacity .3s;
}
.zoom-icon svg{
    width: 30px;
    height: 30px;
}
.name-stuffing h1{
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
}
.description-stuffing > p{
    font-size: 14px;
}
.description-stuffing > p:last-child{
    font-style: italic;
}
.down-arrow-icon{
    display: none;
}
.down-arrow-icon svg{
    cursor: pointer;
    width: 30px;
    height: 30px;
    margin: 50px auto 0;
}
.stuffing-content .list-stuffing > div.stuffing-block.active{
    display: flex!important;
}
/**/
.contact-content-page{
    margin: 0 50px;
}
.contact-content-head h1{
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    margin: 50px 0 30px 0;
}
.price-content-page{
    margin: 0 50px;
}
.price-content-head h1{
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    margin: 50px 0;
}
.price-block-info .price-block-info-head p{
    color: #569d10;
    font-size: 22px;
    margin-top: 30px;
}
.special-info p{
    color: #569d10;
    margin: 5px 0;
}
.special-info a{
    color: #569d10;
    font-weight: bold;
}
.special-info a:hover{
    text-decoration: underline;
}
.special-info li{
     color: #569d10;
     margin: 5px 0 0 20px;
 }

.special-info{
    margin: 1rem 0;
}
.price-block-warning{
    margin-top: 10px;
}
.price-block-warning p span{
    color: #b30404;
}
.price-content-bottom{
    margin-top: 50px;
}
.price-content-bottom > div{
    width: calc(80% / 2);
}
.price-content-bottom > div > div > p:first-child{
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.google-map-location iframe{
    width: 100%;
    height: 300px;
}
/**/
.zoom-stuffing-img{
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.65);
    position: fixed;
    top: 0;
    z-index: 99999;
    align-items: center;
    display: none;
}
.zoom-stuffing-img > div.modal-img-zoom{
    max-width: 75%;
    max-height: 75%;
    border:2px solid #6ec14b;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    width: auto;
    height: 100%;
}
.zoom-stuffing-img > div > img{
    object-fit: cover;
    height: 100%;
}
.zoom-stuffing-img > div > .zoom-stuffing-img-close{
    position: absolute;
    top: 3%;
    right: 5%;
    font-size: 25px;
    cursor: pointer;
}
/**/
.about-content-block > div{
    margin: 25px 0;
}
.about-content-head h1{
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
}
.about-information .left-container p{
    text-align: justify;
    text-indent: 20px;
}
/*
.about-information .left-container p:first-child{
    text-align: center;
}
*/

.about-information .left-container p a{
    color: #6ec14b;
}
.about-page-content .about-img{
    position: relative;
    width: 100%;
}
.about-page-content .about-img img{
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
    padding: 38px;
    position: relative;
}
.bento-img img{
    padding: 20px !important;
}
.about-page-content .about-img > .dummy{
    position: absolute;
    width: 100%;
    height: 100%;
}
.about-page-content .about-img:before,
.about-page-content .about-img .dummy:before{
    content: "";
    position: absolute;
    width: 60%;
    height: 9px;
    background: #6ec14b;
    top: 0;
}
.bento-img:before,
.bento-img .dummy:before{
    content: "";
    position: absolute;
    width: 60%;
    height: 4px !important;
    background: #6ec14b;
    top: 0;
}
.about-page-content .about-img .dummy:before{
    top: calc(100% - 9px);
    right: 0;
}
.about-page-content .about-img:after,
.about-page-content .about-img .dummy:after{
    content: "";
    position: absolute;
    width: 9px;
    height: 60%;
    background: #6ec14b;
    top: 0;
    left: 0px;
}
.bento-img:after,
.bento-img .dummy:after{
    content: "";
    position: absolute;
    width: 4px !important;
    height: 60%;
    background: #6ec14b;
    top: 0;
    left: 0px;
}
.about-page-content .about-img div.dummy:after{
    top: 40%;
    right: 0;
    left: 100%;
}
.bento-img div.dummy:after{
    top: 38% !important;
    right: 0;
    left: 100%;
}
.about-quote{
    margin: 50px auto;
}
.about-quote p{
    position: relative;
    /*text-align: center;*/
}
.about-quote p:after,
.about-quote p:before{
    content: "";
    background-image: url(../img/icon/1.png);
    background-size: 26px 16px;
    width: 26px;
    height: 16px;
    position: absolute;
}
.about-quote p:after{
    bottom: 0;
    margin-bottom: -13px;
    right: -35px;
    margin-left:5px;
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.about-quote p:before{
    top: 0;
    left: -30px;
    margin-top: -13px;
}
.about-assortment{
    margin: 0 auto;
}
.assortment-block{
    margin: 10px 0;
}
.assortment-img{
    height: 100%;
}
.assortment-block img{
    width: 15vw;
    height: 15vw;
    object-fit: cover;
}
.assortment-block .right-container{
    margin: auto 0;
}
/**/
.reviews-page-content > div{
    /*margin: 25px 0;*/
}
.reviews-page-content-head > *{
    margin: 25px 0 0 0;
}
.reviews-page-content .reviews-page-content-head h1{
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
}
.sort-btn{
    display: flex;
    justify-content: flex-end;
    height: 50px;
    line-height: 50px;
}
.sort-btn > *{
    margin-left: 15px;
}
.reviews-page-content-head select{
    width: 200px;
}
.reviews-page-content .reviews-list .review-block .review-img{
    width: 100%;
    position: relative;
    height: 100%;
    max-height: 200px;
    cursor: pointer;
    padding: 25px;
}
.reviews-page-content .reviews-list .review-block .review-img:hover .zoom-icon{
    opacity: 1;
    transition: opacity .3s;
}
.reviews-page-content .reviews-list .review-block .review-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #f3f3f3;
}
.reviews-page-content .reviews-list .review-block .review-img:before,
.reviews-page-content .reviews-list .review-block .review-img .dummy:before{
    content: "";
    position: absolute;
    width: 60%;
    height: 3px;
    background: #6ec14b;
    top: 0;
    right: 0;
}
.reviews-page-content .reviews-list .review-block .review-img:after{
    left: 0;
}
.reviews-page-content .reviews-list .review-block .review-img .dummy:before{
    top: calc(100% - 3px);
    left: 0;
}
.reviews-page-content .reviews-list .review-block .review-img:after,
.reviews-page-content .reviews-list .review-block .review-img .dummy:after{
    content: "";
    position: absolute;
    width: 3px;
    height: 60%;
    background: #6ec14b;
    bottom: 0;
}
.reviews-page-content .reviews-list .review-block .review-img div.dummy:after{
    top: 0;
    right: 0;
}
.reviews-page-content .reviews-list .review-block .right-container{
    padding: 0 0px 0 25px;
}
.reviews-page-content .reviews-list .review-block .review-block .right-container *{
    font-size:18px;
}
.reviews-page-content .reviews-list .review-block .review-block-head h1{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}
.reviews-page-content .reviews-list .review-block .review-block-middle p{
    text-align: justify;
    position: relative;
}
.reviews-page-content .reviews-list .review-block .review-block-middle p:after{
    content: "";
    background-image: url(../img/icon/1.png);
    background-size: 26px 16px;
    width: 26px;
    height: 16px;
    position: absolute;
    bottom: 0;
    margin-left:5px;
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.reviews-page-content .reviews-list .review-block .review-block-middle p:before{
    content: "";
    background-image: url(../img/icon/1.png);
    background-size: 26px 16px;
    width: 26px;
    height: 16px;
    position: absolute;
    top: 0;
    left: -30px;
}
.reviews-page-content .reviews-list .review-block{
    margin: 25px 0;
}
.reviews-page-content .down-arrow-icon{
    display: flex;
}
/**/
.basket-content-page .basket-content > div h1{
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin: 25px 0;
}
.basket-content-page .form-control{
    border: 1px solid #484848;
}
.form-check .form-check-label{
    margin-left: 15px;
}
.form-check .form-check-label:after{
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: #fff;
    top: 3px;
    left: 0px;
    border: 1px solid #484848;
    border-radius: 3px;
}
.form-check-label:before{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 3px;
    top: 7px;
    left: 4px;
    z-index: 1;
}
input.form-check-input:checked + label.form-check-label:before {
  background: #484848;
}
.active-delivery{
    display: none;
}
.active-delivery.active{
    display: block;
}
.order-product{
    position: relative;
    margin-bottom: 25px;
}
.order-product .right-container{
    width: 100%
}
.order-product p{
    margin: 0 15px 0 0;
}
.order-product .product-img{
    height: 100%;
}
.order-product .product-img img {
    /*height: 100%;*/
}
.title-product p{
    text-transform: uppercase;
}
.order-product .right-container > *{
    margin:5px 0 5px 15px;
}
.order-delete-product a img{
    width: 15px;
}
.other-inf-product p span{
    color: #6ec14b;
}
/*.order-btn a{*/
.order-btn input{
    display: block;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    border: none;
    background-color: #6ec14b;
    color: #fff;
    font-size: 20px;
    width: 80%;
    margin: 25px auto;
    text-align: center;
}

/* Группа кнопок в корзине: Continue + Submit */
.order-btn-group{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.order-btn-group .order-btn{
    margin: 0;
}
.order-btn-group .btn-continue button{
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    border: none;
    background-color: #9aa0a6; /* серый для вторичной */
    color: #fff;
    font-size: 20px;
    padding: 0 30px; /* убираем вертикальные паддинги для центровки */
}
.order-btn-group .btn-submit input{}

/* Единые отступы/блоковое отображение для обеих кнопок внутри группы */
.order-btn-group .order-btn button,
.order-btn-group .order-btn input{
    display: block;
    margin: 15px auto; /* центрируем */
    box-sizing: border-box; /* одинаковая внешняя ширина при паддингах */
}

/* Десктоп: располагать в одну строку, continue слева */
@media (min-width: 992px){
    /* Левая и правая колонки занимают по 50% */
    .basket-content .left-container,
    .basket-content .right-container{
        flex: 0 0 50%;
    }

    /* Кнопки теперь находятся после обеих колонок */
    .order-btn-group{
        display: flex;
        justify-content: space-between;
        gap: 0; /* без промежутка, чтобы две половины помещались */
        width: 100%;
        margin-top: 20px; /* отступ от содержимого колонок */
    }
    .order-btn-group .btn-continue button,
    .order-btn-group .btn-submit input{
        width: 340px; /* одинаковая (увеличенная) ширина кнопок для длинного текста */
    }
    .order-btn-group .order-btn{ flex: 0 0 50%; display: flex; }
    .order-btn-group .btn-continue{ justify-content: center; }
    .order-btn-group .btn-submit{ justify-content: center; }
    .order-btn-group .btn-continue button{ white-space: nowrap; }
}

/* Планшет/мобайл: располагать столбцом, центрировать и на всю ширину блока */
@media (max-width: 991.98px){
    .order-btn-group{
        flex-direction: column-reverse; /* Сначала оформить, затем продолжить просмотр */
        align-items: center;
        width: 100%;
    }
    .order-btn-group .order-btn{ flex: 0 0 auto; width: 100%; }
    .order-btn-group .btn-continue button,
    .order-btn-group .btn-submit input{
        width: 90%; /* немного уже, чем весь контейнер */
        min-height: 56px; /* удобнее тапать */
    }
    .order-btn-group .btn-continue button{ line-height: 56px; }
}

/* Скрываем секции оплаты в обеих колонках, кнопки теперь вынесены отдельно */
.basket-content .left-container .order-payment-head,
.basket-content .left-container .order-payment-bottom .form-check,
.basket-content .right-container .order-payment{
    display: none;
}
/**/
#sliderAdvantages .carousel-inner .carousel-item:before {
    content: "";
    position: absolute;
    width: 57%;
    height: 2px;
    background-color: #a0a0a0;
    top: 64px;
    left: 81%;
}
@media (min-width: 1600px){
    #sliderAdvantages .carousel-inner .carousel-item:before {
        content: "";
        position: absolute;
        width: 62%;
        height: 2px;
        background-color: #a0a0a0;
        margin: 0;
        top: 65px;
        left: 79%;
    }
}

.carousel-inner::after{
    position: absolute;
}
@media (min-width: 1200px){
    #sliderAdvantages .carousel-inner.container {
        max-width: 1430px;
    }
}
@media (max-width: 1400px) and (min-width: 1300px){
    #sliderAdvantages .carousel-inner .carousel-item:before {
        content: "";
        position: absolute;
        width: 44%;
        height: 2px;
        background-color: #a0a0a0;
        top: 64px;
        left: 89%;
    }
    #sliderAdvantages .carousel-inner.container {
        max-width: 1063px;
    }
}
.info-text-under-menu{
    font-weight: 700!important;
    font-size: 1.5em;
    text-align: center;
    display: none;
}
.color-blue{
    color: dodgerblue;
}
.color-yellow{
    color: yellow;
}
.color-red{
    color: #26ffe1;
}
.color-white{
    color: #ffffff;
}

.site_language_list{
    /*margin-top: 17px;*/
    margin: 0;
    width: 40px;
    height: 30px;
    cursor: pointer;
    text-align: center;
    text-align-last: center;
}
/* Рекламное модальное окно  */

.modal-promotion {
    display: none; /* Скрыто по умолчанию */
    position: fixed;
    z-index: 555;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-promotion-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 400px;
    text-align: center;
    cursor: pointer;
}

.close-promotion {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-promotion:hover,
.close-promotion:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-promotion-image {
    /*width: 300px; !* Ширина изображений *!*/
    width: auto; /* Ширина изображений */
    /*height: auto; !* Автоматическая высота *!*/
    height: 500px; /* Автоматическая высота */
    margin: 10px;
}

.button-promotion {
    background-color: #4CAF50; /* Зеленый фон */
    color: white; /* Белый текст */
    padding: 10px 20px; /* Отступы */
    border: none; /* Без границ */
    cursor: pointer; /* Указатель при наведении */
}

.button-promotion:hover {
    background-color: #45a049; /* Темнее при наведении */
}

/* ------------------------- */

/* Новые стили для flex-структуры header */
.header-top-flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
    background-color: #6ec14b;
    height: 50px;
    padding: 0;
    margin: 0 !important;
    position: fixed !important; /* всегда прижата к верху экрана */
    top: 0;
    left: 0;
    right: 0;
    z-index: 100000 !important;
}

/* Отступ сверху для header-middle */
.header-middle {
    padding-top: 10px;
}

/* Отступ для всего хедера под фиксированную верхнюю полосу */
body { padding-top: 50px; } /* глобален отступ под фиксированную полосу */

.header-social-block {
    flex: 0 0 20%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding-left: 20px;
}

.header-social-block a {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.header-social-block svg {
    width: 30px;
    height: 30px;
    fill: #333;
}

.header-contacts-block {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 15px;
}

.header-contacts-block a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    margin-right: 20px;
}

.header-contacts-block a:hover {
    color:#fff;
    transition: color .3s;
 }

.header-contacts-block svg {
    width: 30px;
    height: 30px;
}

.header-contacts-block img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.header-flag-block {
    flex: 0 0 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    padding-right: 10px;
}

.header-flag-block select {
    height: 30px;
    width: 45px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    background-size: 45px 30px;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    text-align-last: center;
    padding: 0;
    font-size: 16px;
    outline: none;
}

/* Стили для header_carusel */
.header-top-flex-container_carusel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
    background-color: #6ec14b;
    height: 50px;
    padding: 0;
    margin: 0 !important;
    position: fixed !important; /* всегда прижата к верху экрана */
    top: 0;
    left: 0;
    right: 0;
    z-index: 100000 !important;
}

.header-social-block_carusel {
    flex: 0 0 20%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding-left: 20px;
}

.header-social-block_carusel a {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.header-social-block_carusel svg {
    width: 30px;
    height: 30px;
    fill: #333;
}

.header-contacts-block_carusel {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 15px;
}

.header-contacts-block_carusel a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    margin-right: 20px;
}

.header-contacts-block_carusel svg {
    width: 30px;
    height: 30px;
}

.header-contacts-block_carusel img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.header-flag-block_carusel {
    flex: 0 0 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    padding-right: 20px;
}

.header-flag-block_carusel select {
    height: 30px;
    width: 45px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    background-size: 45px 30px;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    text-align-last: center;
    padding: 0;
    font-size: 16px;
    outline: none;
}

/* Адаптивность для экранов менее 1200px */
@media (max-width: 1199px) {
    .header-contacts-block a,
    .header-contacts-block_carusel a {
        font-size: 0;
        margin-right: 0;
    }

    .header-contacts-block a svg,
    .header-contacts-block a img,
    .header-contacts-block_carusel a svg,
    .header-contacts-block_carusel a img {
        margin-right: 0;
    }

    .header-contacts-block,
    .header-contacts-block_carusel {
        gap: 10px;
    }
}

/* Мобильная верстка - логотип в одну строку с бургером и предзаказом */
@media (max-width: 768px) {
    .header-middle {
        padding-top: 5px;
        margin-top: 0;
        margin-bottom: 10px;
        align-items: center;
    }

    .header-middle > .middle-container {
        margin-top: 0;
    }

    .header-logo {
        width: 110px !important;
        height: 110px !important;
        margin: auto;
    }

    .header-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    /* Блок с меню и графиком работы */
    .header-middle > .left-container {
        width: 33vw;
        height: 110px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .schedule-block {
        margin-bottom: 5px;
    }

    /* Центральный блок с логотипом */
    .header-middle > .middle-container {
        width: 33vw;
        height: 110px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0;
    }

    /* Блок с предзаказом */
    .header-middle > .right-container {
        width: 33vw;
        height: 110px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .btn-order {
        height: 110px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .btn-order a {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 0;
        float: none;
        height: 100%;
    }

    .btn-order a svg,
    .btn-order a img {
        align-self: center;
    }
}

/* ------------------------- */
