@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&family=Roboto&display=swap');
::-webkit-scrollbar {
    width: 4px;
    height: 2px;              /* width of the entire scrollbar */
  }
  
::-webkit-scrollbar-track {
    background: #c4c4c4;        /* color of the tracking area */
  }
  
::-webkit-scrollbar-thumb {
    background-color: #99613c;    /* color of the scroll thumb */
    border-radius: 10px;       /* roundness of the scroll thumb */
    border: 1px solid #99613c;  /* creates padding around scroll thumb */
  }
body {
	font-family: "Inter", sans-serif;
	font-weight: 400;
    font-style: normal;
	color: #000;
	font-size: 16px;
	line-height: 1;
	width: 100%;
    height: 100%;
    min-height: 100dvh;
    background-color: #F7F9FA;
}
input,
textarea{
    box-shadow: none;
    border: none;
}
.btn-group.open .dropdown-toggle{
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:focus{
    box-shadow: none;
}
.mfp-bg{
    z-index: 10002 !important;
}
.mfp-wrap{
    z-index: 10003 !important;
}
.mfp-close{opacity: 0 !important;}
.lock{
    overflow: hidden;
}
button,button:hover,button:focus,button:active,svg,svg:hover,svg:focus,svg:active,input,input:hover,input:focus,input:active,textarea,textarea:hover,textarea:focus,textarea:active,img,img:hover,img:focus,img:active{outline: none !important;}
input,button{border: none;}
.container{
    width: 100%;
    max-width: 1470px;
}
#input-sort{
    display: none;
}
#b_menu_1 {
    scroll-margin-top: 80px;
}
#b_menu_2 {
    scroll-margin-top: 80px;
}
#b_menu_3 {
    croll-margin-top: 80px;
}
#b_menu_4 {
    croll-margin-top: 80px;
}
#b_menu_5 {
    croll-margin-top: 80px;
}
#b_menu_6 {
    croll-margin-top: 80px;
}
.hover__link:hover,
.hover__link:focus,
.hover__link:active{
    color: #724628;
}
.top__nav--wrapper>ul{
    margin: 0;
    display: flex;
    align-items: center;
}
.top__nav--wrapper>ul>li{
    padding-right: 48px;
}
.top__nav--wrapper>ul>li>a{
    font-weight: 400;
    font-size: 12px;
    color: #393d38;
}
.top__nav--wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 0;
}
.languages__wrapper{
    display: flex;
    align-items: center;
}
.language-select{
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 4px 16px;
    font-weight: 400;
    font-size: 12px;
    margin-left: 8px;
    border-radius: 30px;
    background-color: transparent;
}
.language-select.active{
    font-weight: 700;
    color: #f7f7f7;
    background-color: #724628;
}
.language-select:hover,
.language-select:focus,
.language-select:active{
    background-color: #724628;
    color: #f7f7f7;
}
.header{
    background-color: #e9e9e9;
    position: relative;
}
.header.fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9003;
    animation: slideDown 0.4s ease forwards;
}

.header__logo{
    max-width: 73px;
    flex-shrink: 0;
    margin-right: 75px;
}
.header__catalog--button{
    border-radius: 30px;
    padding: 8px 16px;
    width: 201px;
    height: 40px;
    background-color: #724628;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    margin-right: 10px;
}
.header__catalog--button:hover>svg>path{
    stroke: #fff;
}
.header__catalog--button>svg{
    flex-shrink: 0;
    margin-right: 10px;
}
.header__catalog--button:hover{
    color: #fff;
}
.header__search{
    width: 100%;
    max-width: 554px;
    height: 40px;
    margin-left: auto;
}
.input__group{
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 30px;
    background-color: #fff;
}
.input__group>input{
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #3D3B38;
    border: none;
    padding-left: 16px;
    padding-right: 60px;
}
.input__group>input::placeholder{
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #3D3B38;
}
.input__group>button{
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    right: 0;
}
.header__open{
    font-size: 14px;
    margin-left: 50px;
}
.header__help--button{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    color: #f7f7f7;
    border-radius: 30px;
    width: 168px;
    height: 33px;
    background-color: #724628;
}
.blog__latest--link a:hover,
.footer__block--form>.newsletter_box--wrapper>button:hover,
.header__help--button:hover{
    background-color: #f3b000;
}
.header__help--button>span{
    margin: 0 8px;
}
.header__help{
    margin-left: 30px;
    position: relative;
}
.header__cart{
    margin-left: 30px;
}
.header__cart>.btn-group>button{
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: transparent;
}
.header__cart>.btn-group>button:hover{
    background-color: #F7F7F7B2;
}
#cart-total{
    position: absolute;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #724628;
    font-weight: 400;
    font-size: 8px;
    color: #f3f3f3;
    bottom: 3px;
    right: 3px;
}
.header__wrapper{
    display: flex;
    align-items: center;
    padding: 3px 5px;
}
.catalog__body{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: calc(100dvh - 96px);
    backdrop-filter: blur(10px);
    z-index: 1125;
}
.catalog__menu{
    border-radius: 0 0 16px 16px;
    height: 100%;
    max-height: 710px;
    background-color: #F3F3F3;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
}
.categories__list{
    margin: 0;
    padding-top: 24px;
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
    list-style: none;
    height: 100%;
    width: 415px;
    overflow: auto;
}
.categories__list::-webkit-scrollbar {
    width: 0;
    height: 0;              /* width of the entire scrollbar */
  }
.catalog__body>.container{
    height: 100%;
}
.single__category{
    display: flex;
    align-items: center;
}
.single__category.single__category2{
    flex-direction: column;
    align-items: flex-start;
    margin-top: 16px;
    padding: 0 16px;
}
.single__category.single__category2>a{
    font-weight: 600;
    font-size: 14px;
    color: #2B2B2B;
    line-height: 140%;
    margin-bottom: 8px;
}
.single__category>a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
    width: 100%;
}
.single__category>a>span{
    margin:0 15px;
}
.single__category>a>svg{
    flex-shrink: 0;
}
.single__category>a>svg:last-child{
    margin-left: auto;
}
.single__category>a>span{
    width: 100%;
    max-width: 310px;
    flex-shrink: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.childrens__list{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    /* max-height: 544px; */
    width: max-content;
}
.categories__list>.single__category{
    width: 100%;
    padding: 12px 16px;
    margin-bottom: 8px;
}
.categories__list>.single__category.open,
.categories__list>.single__category:hover{
    background-color: #fff;
}
.categories__list>.single__category.open>a{
    color: #724628;
}
.categories__list>.single__category.open>a>svg>path,
.categories__list>.single__category.open>a>svg>g>path,
.categories__list>.single__category:hover>a>svg>path,
.categories__list>.single__category:hover>a>svg>g>path{
    stroke: #724628;
}
.arrow_link_two{display: none;}
.categories__list>.parent__category>.childrens__wrapper{
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 415px;
    top: 0;
    height: 100%;
    width: calc(100% - 415px);
    padding-left: 25px;
    padding-right: 0;
    z-index: 2;
    background-color: #f3f3f3;
}
.categories__list .childrens__wrapper{
    display: none;
}
.childrens__wrapper.childrens__wrapper3 a{
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #8A8A8A;
    padding: 4px 0;
    margin: 4px 0;
}
.single__category.single__category2>a:hover,
.childrens__wrapper.childrens__wrapper3 a:hover{
    color: #724628;
    text-decoration: underline;
}
.catalog__category--banner{
    display: none;
    max-width: 220px;
    height: 100%;
    margin-left: auto;
    width: 100%;
}
.open .catalog__category--banner{
    display: block;
}
.catalog__category--banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bottom__menu{
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9101;
    justify-content: space-between;
    padding: 8px 0;
    background-color: #E9E9E9;
    padding: 8px 15px;
    gap: 33px;
}
.bottom__menu--item{
    height: 46px;
    width: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bottom__menu--item>button{
    width: 100%;
    height: 100%;
    background-color: transparent;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #1a1d1b;
    line-height: 1 !important;
}
.bottom__menu--cart>span{
    font-size: 12px;
    color: #1a1d1b;
}
.other__menu{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    overflow: auto;
    z-index: 9100;
    padding-bottom: 90px;
}
.other__menu .top__nav--wrapper{
    flex-direction: column-reverse;
    width: 100%;
    padding: 16px 0;
}
.other__menu .languages__block{
    margin-left: auto;
    margin-right: 16px;
}
.other__menu ul{
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
}
.other__menu ul>li{
    width: 100%;
    padding: 8px 16px;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
}
.other__menu ul>li>a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
    width: 100%;
}
.other__menu .header__open{
    margin: 0;
    padding: 8px 16px 20px 16px;
    font-size: 16px;
    line-height: 1.5;
    border-bottom: 1px solid #8A8A8A;
    margin-bottom: 20px;
}
.other__menu .header__help--button{
    display: none;
}
#review .pagination__block{
    display: none;
}
.other__menu .header__help--telephones{
    position: unset;
    display: block;
    background-color: transparent;
}
.other__menu .header__help--telephones>ul{
    padding: 0;
}
.other__menu .header__help--telephones>ul>li{
    padding: 0;
    margin: 0;
}
footer {
	padding-top: 64px;
	padding-bottom: 31px;
	background-color: #FFFFFF;
	color: #000000;
}
.footer__wrapper{
    display: flex;
    justify-content: space-between;
}
.footer__logo{
    max-width: 140px;
    margin-bottom: 16px;
}
.footer__block--title{
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    text-transform: uppercase;
    color: #724628;
    margin-bottom: 15px;
    margin-top: 0;
}
.footer__block--title svg{
    display: none;
}
.footer__contacts--elem{
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
}
.footer__contacts--elem>span{
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0.02em;
}
.footer__contacts--elem>a{
    font-weight: 700;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.02em;
    color: #000;
}
.footer__ask{
    display: flex;
    flex-direction: column;
}
.footer__ask>button{
    padding: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 19px;
    line-height: 121%;
    margin-bottom: 15px;
}
.footer__ask>button>svg{
    margin-right: 13px;
}
.footer__ask>span{
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0.02em;
    color: #8A8A8A;
}
.footer__block--contacts{
    max-width: 229px;
}
.footer__list{position: relative;}
.footer__list>ul{
    margin: 0;
    /* max-height: 300px; */
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.footer__list>ul>li{
    width: 215px;
    padding-right: 15px;
    margin-bottom: 15px;
}

.footer__list>ul>li>a{
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color:#000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.footer__list>a{
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color:#A6DD0B;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    position: absolute;
    bottom: -5px;
}
.footer__block:not(.footer__block--form){
    margin-right: 35px;
}
.footer__block--form{
    width: 100%;
    max-width: 280px;
}
.footer__block--form>.newsletter_box--wrapper{
    border: 1px solid #724628;
    border-radius: 16px;
    padding: 24px 16px;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.02em;
    position: relative;
}
.footer__block--form>.newsletter_box--wrapper>input{
    border-radius: 8px;
    padding: 8px;
    width: 100%;
    background-color: #F3F3F3;
    height: 40px;
    font-size: 12px;
    margin: 16px 0;
}
.footer__block--form>.newsletter_box--wrapper>button{
    border-radius: 30px;
    padding: 8px 58px;
    width: 100%;
    background-color: #724628;
    height: 41px;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.02em;
    text-align: center;
    margin-top: 10px;
}
.footer__payments--elem{
    width: 92px;
    margin-right: 15px;
}
.footer__payments{
    display: flex;
    align-items: center;
}
.footer__socials a{
    width: 32px;
    height: 32px;
    display: flex;
}
.footer__socials li{
    margin-right: 24px;
}
.footer__socials ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    margin-bottom: 16px;
}
.footer__socials span{
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0.02em;
    color: #8A8A8A;
}
.footer__bottom{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-top: 1px solid #724628;
    padding-top: 24px;
    margin-top: 30px;
}
.slideshow .swiper-container img{
    border-radius: 24px;
}
.swiper-container{
    overflow: hidden;
    position: relative;
}
.slideshow__carousel--next,
.slideshow__carousel--prev{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    z-index: 1;
}
.slideshow__carousel--next{
    right: 30px;
}
.slideshow__carousel--prev{
    left: 30px;
}
.swiper-button-disabled{
    opacity: .4;
}
.slideshow .swiper-pagination-bullets{
    position: absolute;
    bottom: 20px !important;
    text-align: center;
    z-index: 1;
}
.slideshow .swiper-pagination-bullet{
    opacity: 1;
    background-color: #fff;
}
.slideshow .swiper-pagination-bullet-active{
    width: 24px;
    background-color: #724628;
    border-radius: 10px;
}
.slideshow{
    padding-top: 24px;
    padding-bottom: 32px;
}
.slideshow img{
    margin: 0 auto;
}
.category__carousel{
    background: linear-gradient(90deg, #f4fcdf 0%, #ebfcbc 100%);
    padding: 8px 0;
    margin-bottom: 32px;
}
.product__carousel{
    margin-bottom: 32px;
}
.product__carouselpopup{
    margin-bottom: 0;
}
.category__carousel .swiper-slide{
    width: 220px;
    height: 76px;
}
.category__carousel .swiper-slide a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 50px;
    box-shadow: 0 2px 6px 0 rgba(166, 221, 11, 0.09);
    background: rgba(255, 255, 255, 0.4);
    padding: 8px 16px;
    color: #3D3B38;
}
.category__carousel .swiper-slide a span{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.category__carousel .swiper-slide a.all_categories_link{
    justify-content: center;
}
.category__carousel .swiper-slide a svg{
    margin-right: 8px;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
}

.category__carousel .swiper-slide a svg
.all_categories_link{
    justify-content: center;
}
.product__carouselpopup .swiper-slide{
    width: 246px;
}
.product__carousel .swiper-slide{
    width: 234px;
    padding-top: 16px;
}
.product__carousel {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.product__carousel *,
.product__carousel.draggable {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.product__item--images{
    position: relative;
    z-index: 1;
}
.product__item--images .swiper-slide img{
    width: 100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.text-danger.subdcribe-msg{
    position: absolute;
    width: 100%;
    font-size: 10px;
    text-align: center;
    bottom: 70px;
    left: 0;
}
.product__item{
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    padding: 16px 16px 16px 16px;
    position: relative;
}
.product__carousel .product__item{
    padding-top: 0;
}
.product__carousel .product__item--stickers{
    left: 0;
}
.product__carousel--body .swiper-container:not(.product__item--images .swiper-container){
    padding: 20px 0;
    margin: -20px 0;
}
.product__item--rating{
    height: 18px;
}
.product__item--unstock .product__item--rating svg path{
    fill:#8A8A8A;
}
.product__item--unstock .product__item--button>button{
    background-color: #D1D1D1;
}
.product__item--unstock .product__item--button>button svg path{
    stroke: #8A8A8A;
}
.product__item--unstock .special_procent{
    background-color: #D1D1D1;
}
.product__item--unstock .product__item--stickers>div{
    background-color: #D1D1D1;
    color: #8A8A8A;
}
.product__item--unstock .product__item--stickers>div svg circle,
.product__item--unstock .product__item--stickers>div svg path{
    stroke: #8A8A8A;
}
.product__item--name>a{
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #2B2B2B;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.product__item--name{
    margin-bottom: 16px;
}
.product__item--nav{
    display: flex;
    justify-content: center;
    align-items: center;
}
.product__itemswiper--pagination{
    width: max-content;
    max-width: max-content;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px 4px;
}
.product__item--prev,
.product__item--next{
    display: flex;
    width: 8px;
    height: 8px;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.product__itemswiper--pagination .swiper-pagination-bullet{
    width: 4px;
    height: 4px;
    margin: 0 1px !important;
}
.product__itemswiper--pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 6px;
    height: 6px;
    background-color: #724628;
}
.product__item--rating{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.product__item--rating>svg{
    flex-shrink: 0;
    margin-right: 4px;
}
.product__item--rating-count{
    margin-left: 4px;
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 140%;
    color: #8A8A8A;
}
.product__item--rating-count svg{
    margin-right: 4px;
}
.product__item--model{
    font-size: 10px;
    line-height: 130%;
    color: #8A8A8A;
    margin-bottom: 8px;
}
.product__item--price{
    font-weight: 600;
    font-size: 25px;
    line-height: 140%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.price-old{
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.02em;
    text-decoration: line-through;
    margin-right: 16px;
    color: #999999;
}
.price-old--wrapper{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.special_procent{
    border-radius: 6px;
    padding: 4px 8px;
    width: max-content;
    height: 22px;
    background: #FFECB8;
    font-size: 10px;
    line-height: 140%;
}
.product__item--bottom{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 61px;
}
.price{
    margin: 0;
    line-height: 1;
}
.product__item--button>button{
    border-radius: 10px;
    padding: 8px;
    width: 48px;
    height: 48px;
    background-color: #724628;
}
.relatedsmall__button>button{
    border-radius: 10px;
    padding: 8px;
    width: 40px;
    height: 40px;
    background-color: #99613c !important;
}
.relatedsmall__button>button:hover{
    background: #ffe7c2 !important;
}
.relatedsmall__button>button svg path{
    stroke: #fff;
}
.relatedsmall__button>button:hover svg path{
    stroke: #000 !important;
}
.relatedsmall__button{flex-shrink: 0;}
.relatedsmall__info--price .price{
    display: flex;
    align-items: flex-end;
    font-weight: 600;
    font-size: 15px !important;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #000;
}
.relatedsmall__info--price .price .price-old{
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.02em;
    margin-right: 16px;
}
.relatedsmall__info--price .price-old--wrapper{
    margin: 0;
}
.product__item--stickers{
    position: absolute;
    z-index: 222;
    top: 0;
    left: 16px;
}
.product__item--stickers>div{
    border-radius: 10px;
    font-size: 12px;
    line-height: 1;
    display: flex;
    align-items: center;
    padding: 4px 8px;
    width: max-content;
    margin-bottom: 8px;
}
.product__item--stickers>div>svg{
    margin-right: 4px;
}
.product__item--stickers>div:first-child{
    border-radius: 0 0 10px 10px;
}
.sticker_f_price,
.sticker_sf_action,
.sticker_special{
    background: #fdbbbb;
    color: #ff4242;
}
.sticker_f_top{
    background: #a6b4ff;
    color: #4361fc;
}
.sticker_f_new{
    background: #c4ecc8;
    color: #2db13a;
}
.sticker_f_sales{
    background-color: #E9E9E9;
    color: #724628;
}
.sticker_f_gratis{
    background: #a6b4ff;
    color: #4361fc;
}
.sticker_f_unstock{
    background-color: #D1D1D1;
    color: #8A8A8A;
}
.sticker_f_minimum{
    background-color: #FFF2D7;
    color: #FBBD09;
}
.product__carousel--heading>h3{
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #363636;
    margin: 0;
}
.product__carousel--heading{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.product__carousel--buttons{
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #fff;
    border-radius: 50px;
    width: 80px;
    padding: 7px ;
}
.breadcrumb{
    display: flex;
    margin: 16px 0 24px 0;
    padding: 0;
    align-items: center;
    flex-wrap: nowrap;
    overflow: auto;
    background-color: transparent;
}
.breadcrumb>li{
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.breadcrumb>li+li:before{
    display: none;
}
.breadcrumb>li>a{
    font-size: 12px;
    color: #999999;
    padding: 8px;
}
.breadcrumb>li:last-child>a{
    color: #000000;
}
.breadcrumb>li:last-child>svg{
    display: none;
}
.page__title h1{
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 24px;
    margin-top: 0;
}
.blog__categories{
    border-radius: 16px;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 24px;
}
.blog__categories>ul{
    width: 100%;
    height: 100%;
    display: flex;
    margin: 0;
}
.blog__categories>ul>li{
    width: 20%;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog__categories>ul>li>a{
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #000000;
}
.blog__categories>ul>li.active{
    border-bottom: 1px solid #724628;
}
.blog__categories>ul>li.active>a{
    color: #724628;
}
.blog__categories>ul>li:hover{
    background-color: rgb(153, 205, 6, .1);
}
.blog__categories>ul>li:hover>a{
    color: #724628;
}
.articles__row{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 16px;
    column-gap: 18px;
}
.blog__article{
    border-radius: 24px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.03);
    background-color: #fff;
    overflow: hidden;
}
.blog__article--imagevideo iframe{
    width: 100%;
    height: 210px;
}
.blog__article--info{
    padding: 8px 16px 16px 16px;
}
.blog__article--name>a{
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #2B2B2B;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.blog__article--name>a:hover{
    color: #724628;
}
.blog__article--top{
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #999999;
    margin-bottom: 8px;
}
.blog__article--top>svg{
    margin: 0 9px;
}
.articles__row{
    margin-bottom: 24px;
}
.pagination__block{
    display: flex;
    justify-content: center;
}
.blog__article--image img{
    margin: 0 auto;
}
.pagination>li>span,
.pagination>li>a{
    width: 48px;
    height: 48px;
    border-radius: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: center;
    color: #1F1F1F;
    background-color: #fff;
    border: 1px solid #E9E9E9;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover,
.pagination>li.active>span,
.pagination>li>span:hover,
.pagination>li>a:hover{
    background-color: #FFECB8;
    color: #1F1F1F;
    border: 1px solid #FFECB8;
}
.pagination>li{
    margin: 0 12px;
    display: flex;
}
.pagination{
    display: flex;
    align-items: center;
}
.subcategories__list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
    margin-bottom: 32px;
}
.subcategories__list>li>a>span:first-child{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    padding: 13px;
    overflow: hidden;
    width: 140px;
    height: 140px;
    margin: 0 auto 16px auto;
}
.subcategories__list>li>a>span:last-child{
    display: flex;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #1a1d1b;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.subcategories__list>li>a:hover>span:last-child{
    color: #724628;
}
.products__list{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
    margin-bottom: 24px;
}
.col-sm-9 .products__list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-bottom: 24px;
}
.products__list .row.text-center{
    width: 100%;
    height: 100%;
}
.category__top .custom-select-container{
    padding: 0;
    max-width: 100%;
}
.category__top .custom-select-opener{
    padding: 11px 46px 11px 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}
.category__top .custom-select-opener::after{
    top: calc(50% - 9px);
    right: 16px;
}
.products__list .row.text-center>a{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #724628;
    border-radius: 16px;
    background-color: #fff;
}
.products__list .row.text-center>a>svg{
    margin-bottom: 24px;
}
.category__pagination{
    margin-bottom: 3px;
}
#product-search .row,
#product-search .col-sm-9,
#product-category .row,
#product-category .col-sm-9{
    margin: 0;
    padding: 0;
}
#product-category .col-sm-3{
    padding-left: 0;
}
#product-search .row.category__top,
#product-category .row.category__top{
    margin-bottom: 16px;
    display: flex;
    align-items: flex-start;
}
.no__products{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.no__products{
    max-width: 330px;
    margin-bottom: 48px;
}
.no__products p{
    margin-top: 24px;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #000;
}
.no__products--search img{
    max-width: 330px;
    flex-shrink: 0;
    margin-right: 60px;
}
.no__products--search{
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 48px;
}
.no__search--text p{
    margin: 0;
}
.no__search--text h2{
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #3F3F3F;
}
.no__search--text h2>span{
    color: #000;
}
.not__found a,
.no__search--text a{
    border-radius: 30px;
    padding: 8px;
    width: 258px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #724628;
    color: #1F1F1F;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    margin-top: 16px;
}
.not__found a{
    margin-left: auto;
    margin-right: auto;
}
.not__found{
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
}
#summary__confirm.dis{
    pointer-events: none;
}
.header__help--telephones{
    position: absolute;
    top: calc(100% + 19px);
    border-radius: 0 0 16px 16px;
    background-color: #fff;
    z-index: 1000;
    min-width: 180px;
    display: none;
}
.header__help--telephones>ul{
    padding: 8px;
    width: 100%;
    margin: 0;
}
.header__help--telephones>ul>li{
    width: 100%;
    margin-bottom: 8px;
}
.header__help--telephones a{
    font-size: 16px;
    text-align: center;
    color: #000;
    padding: 5px 0;
    display: block;
}
.product__page--bar{
    width: 100%;
    max-width: 1440px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px;
}
.product__page--barwrapper{
    width: 100%;
    max-width: 1440px;
    overflow: auto;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.breadcrumb::-webkit-scrollbar,
.product__page--barwrapper::-webkit-scrollbar{
    width: 0;
    height: 0;
  }
.breadcrumb::-webkit-scrollbar-track,
.product__page--barwrapper::-webkit-scrollbar-track{
    background-color: transparent;
}
.breadcrumb::-webkit-scrollbar-thumb,
.product__page--barwrapper::-webkit-scrollbar-thumb {
    background-color: transparent;    /* color of the scroll thumb */
    border-radius: 10px;       /* roundness of the scroll thumb */
    border: none;  /* creates padding around scroll thumb */
}
.breadcrumb:active::-webkit-scrollbar-track,
.product__page--barwrapper:active::-webkit-scrollbar-track{
    background-color: #c4c4c4;
}
.breadcrumb:active::-webkit-scrollbar-thumb,
.product__page--barwrapper:active::-webkit-scrollbar-thumb {
    background-color: #724628;    /* color of the scroll thumb */
    border-radius: 10px;       /* roundness of the scroll thumb */
    border: none;  /* creates padding around scroll thumb */
}
.product__page--bar.fixed{
    width: 100%;
    position: fixed;
    top: 68px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 9002;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.2);
    margin-top: -2px;
}
@keyframes slideDown {
    from {
        top: -100px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}
.bar__item{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: calc(100% / 5);
    max-width: 20%;
    min-width: 200px;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #000000;
    padding: 8px;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    position: relative;
}
.fixed .bar__item{
    position: relative;
    padding-top: 19px;
    padding-bottom: 19px;
    width: calc(1000px / 5);
    border-color: #E9E9E9;
    font-size: 16px;
    font-weight: 400 !important;
}
.fixed .bar__item:after{
    content: '';
    width: 1px;
    height: 24px;
    background-color: #E9E9E9;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.fixed .bar__item.active:after{
    background-color: #724628;
}
.bar__item.active{
    color: #724628;
    border-color: #724628;
    font-weight: 700;
}
.bar__item:hover{
    color: #724628;
    /* background-color: rgba(153, 205, 6, .1); */
}
.product__page--bar:not(.fixed) .bar__item:hover::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(153, 205, 6, .1);
}
.product__page--bar:not(.fixed) .bar__item:first-of-type:hover::after{
    content: '';
    border-radius: 16px 0 0 16px;
    -webkit-border-radius: 16px 0 0 16px;
    -moz-border-radius: 16px 0 0 16px;
    -ms-border-radius: 16px 0 0 16px;
    -o-border-radius: 16px 0 0 16px;
}
.product__page--bar:not(.fixed) .product__page--barwrapper .bar__item:nth-last-child(2)::after{
    content: '';
    border-radius: 0 16px 16px 0;
    -webkit-border-radius: 0 16px 16px 0;
    -moz-border-radius: 0 16px 16px 0;
    -ms-border-radius: 0 16px 16px 0;
    -o-border-radius: 0 16px 16px 0;
}
.page__bar--product{
    display: none;
    align-items: center;
    margin-left: auto;
    margin-right: 16px;
    padding-left: 32px;
}
.fixed .page__bar--product{
    display: flex;
    flex-shrink: 0;
}
.page__bar--product img{
    width: 54px;
    height: 54px;
    object-fit: cover;
    flex-shrink: 0;
    margin-right: 4px;
}
.product__item--button{
    flex-shrink: 0;
}
.product__item--button > button,
.relatedsmall__button > button,
#button-cart{
    border: 1px solid transparent;
    padding: 0;
    position: relative;

}
.relatedsmall__button > button,
.product__item--button.active > button{
    display: flex;
    justify-content: center;
    align-items: center;
}
.svg__addedlast{
    stroke: #000 !important;
}
.product__item--button:not(.active):hover > button,
.relatedsmall__button:not(.active):hover > button,
#button-cart:not(.active):hover{
    background-color: #f3b000;
}
.product__item--button.active > button,
.relatedsmall__button.active > button,
#button-cart.active
{
  background-color: rgba(251, 187, 17, .06);
  border:1px solid  rgba(251, 187, 17, 1);
}
.product__item--button.active > button svg path,
.relatedsmall__button.active > button svg path,
#button-cart.active svg path{
    stroke: rgba(251, 187, 17, 1);
}
.product__item--button.active > button .svg__added,
.relatedsmall__button.active > button .svg__added,
#button-cart.active .svg__added{
    display: block;
}
.product__item--button.active > button .svg__default,
.relatedsmall__button.active > button .svg__default,
#button-cart.active .svg__default{
    display: none;
}
.svg__added{
    display: none;
}
.product__fixed{
    position: fixed;
    width: 100%;
    padding: 8px 16px;
    background-color: #fff;
    left: 0;
    bottom: 62px;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 -1px 17px 0 rgba(0, 0, 0, 0.1);
    z-index: 333;
}
.product__fixed--price{
font-weight: 600;
font-size: 28px;
line-height: 120%;
letter-spacing: 0.01em;
text-transform: uppercase;
color: #1F1F1F;
}
.page__bar--name{
    max-width: 160px;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #2B2B2B;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-right: 16px;
    flex-shrink: 0;
    width: 160px;
}
.page__bar--price{
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #2B2B2B;
    margin-right: 16px;
    flex-shrink: 0;
}
#product-product .row{
    margin: 0;
}
#product-product [class^="col"]{
    padding: 0;
    width: 100%;
}
.product__top--images{
    width: 100%;
    border-radius: 16px;
    background-color: #fff;
    min-width: 1px;
    padding: 24px 38px;
}
.product__top--images--wrapper{
    position: sticky;
    top: 50px;
}
.product__top{
    display: flex;
}
.product__top--info{
    width: 530px;
    flex-shrink: 0;
    border-radius: 16px;
    background-color: #fff;
    margin-left: 16px;
    padding: 24px;
}
h1.top__heading--title{
    margin-top: 0;
    font-weight: 600;
    font-size: 25px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #1F1F1F;
    margin-bottom: 16px;
}
.product__bigimages{
    width: 100%;
}
.product__bigimages .slick-arrow{
    opacity: 0;
}
.product__bigimages .slick-dots{
    opacity: 0;
}
.product__bigimages img{
    width: 550px;
    margin: 0 auto;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.product__bigimages iframe{
    width: 550px;
    height: 550px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
.gallery__slider{
    width: 100%;
    height: auto;
    margin: 0 auto 16px auto;
}
.product__smallimages{
    width: 410px;
    margin: 0 auto;
}
.gallery__thumbnails{
    width: 816px;
    margin: 0 auto 16px auto;
}
.gallery__thumbnails .slick-slide,
.product__smallimages .slick-slide{
    width: 92px;
    padding-right: 12px;
    height: 80px;
}
.big__image{
    text-align: center;
}
.gallery__thumbnails img,
.product__smallimages img{
    border-radius: 8px;
    border: 1px solid transparent;
    height: 80px;
    object-fit: cover;
}
.gallery__slider iframe,
.gallery__slider img{
    height: calc(100vh - 290px);
    margin: 0 auto;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
.galery__close{
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: none;
    position: absolute;
    z-index: 2;
    top: 24px;
    right: 32px;
}
.gallery__thumbnails .slick-slide.slick-current img,
.product__smallimages .slick-slide.slick-current img{
    border: 1px solid #E9E9E9;
}
.gallery__thumbnails,.gallery__slider,
.product__bigimages,.product__smallimages{
    display: none;
}
.gallery__thumbnails.slick-initialized,.gallery__slider.slick-initialized,
.product__bigimages.slick-initialized,.product__smallimages.slick-initialized{
    display: block;
}
.gallerybig__image iframe{
    width: 100%;
    max-width: 690px;
}
.gallerybig__image{
    text-align: center;
}
.gallery__buttons{
    display: flex;
    justify-content: center;
    align-items: center;
}
.product__buttons--price{
    font-weight: 600;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #1F1F1F;
    margin-right: 16px;
}
.product__bigimages{
    margin-bottom: 16px;
}
.product__sticker{
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.02em;
}
.product__sticker>svg{
    margin-right: 4px;
    flex-shrink: 0;
}
.top__heading--stickers{
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.product__model{
    padding-bottom: 16px;
    font-size: 14px;
    color: #999999;
}
    .product__model{
        border-color: transparent;
    }
.product__manufacturers{
    padding-bottom: 16px;
    border-bottom: 1px solid #E9E9E9;
    font-size: 14px;
    color: #999999;
}
    
.product__timer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid #E9E9E9;
}
.product__timer--text{
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 142%;
    color: #3F3F3F;
    max-width: 320px;
    margin-right: 10px;
}
.product__timer--timer{
    font-weight: 500;
    font-size: 20px;
    line-height: 142%;
    letter-spacing: -0.03em;
    color: #000000;
}
.dots{
    padding: 0 5px;
}
.product__timer--timer span:last-child{
    color: #724628;
}
.product__timer--text a{
    color: #4490BB;
    text-decoration: underline;
}
.product__timer--text>img,
.product__timer--text>svg{
    width: 61px;
    height: 61px;
    margin-right: 8px;
    flex-shrink: 0;
}
.product__top--advantages{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.product__advantages--item{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #3F3F3F;
}
.product__advantages--content{
    width: 100%;
}
.product__advantages--title{
    font-weight: 500;
    margin-bottom: 4px;
    color: #1F1F1F;
    font-size: 14px;
}
.product__advantages--text{
    color: #3F3F3F;
    font-size: 12px;
}
.product__advantages--item>img,
.product__advantages--item>svg{
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    margin-right: 8px;
}
#product-product .row.product__top{
    margin-bottom: 16px;
}
#product-product .row.product__block{
    padding: 24px 65px;
    background-color: #fff;
    border-radius: 16px;
    margin-bottom: 16px;
}
#product-product .row.product__block.product__description.with__related{
    padding-top: 0;
}
h2.product__block--title{
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #363636;
    text-align: center;
}
.product__video h2.product__block--title{
    text-align: left;
}
.product__block--heading{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.product__descriptionblock{text-align: left;}
.product__description .product__carousel{
    background-color: rgba(153, 205, 6, .1);
    border-radius: 16px 16px 0 0;
    padding: 24px 70px;
    width: calc(100% + 130px);
    margin-left: -65px;
}
.product__description .product__carousel .swiper-slide{
    width: 254px;
}
h2.product__block--title>span{
    color: #8A8A8A;
    display: none;
}
.product__descriptionblock *{
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: #000000;
}
.product__descriptionblock img{
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.product__descriptionblock ul,
.product__descriptionblock ol{
    padding-left: 20px;
    text-align: left;
}
.product__descriptionblock li,
.product__descriptionblock p{
    margin-bottom: 16px;
}
.product__descriptionblock h2,
.product__descriptionblock h3,
.product__descriptionblock h4,
.product__descriptionblock h5{
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 20px;
}
.long__description{
    position: relative;
    max-height: 500px;
    overflow: hidden;
}
.long__description.expanded{
    max-height: 10000px;
}
.product__descriptionblock ul li::marker {
    color: #724628;
}
.product__descriptionblock ol li::marker {
    color: #724628;
}
.button__expand--description{
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin-top: 24px;
    display: flex;
    align-items: center;
    color: #724628 !important;
    background-color: transparent;
}
.button__expand--description span{color: #724628 !important;}
.button__expand--description svg{
    margin-left: 16px;
    transform: rotate(0);
}
.product__stickers>.product__item--stickers{
    position: unset;
    left: 0;
}
.product__stickers>.product__item--stickers>div:first-child{
    border-radius: 10px;
}
.relatedsmall__item{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 8px;
    margin-bottom: 8px;
    background-color: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border: 1px solid #99613c ;
}
.products__related--small{
    background-color: #fff;
    border-radius: 16px;
    padding: 8px 0 8px 16px;
    margin: 16px 0;
    overflow: hidden;
        box-shadow: 0px 0px 1px #e9ecef;
}
.description__text{
    max-height: 300px;
    position: relative;
    overflow: hidden;
}
.description__text::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 89px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, #fff 82.6%);
    bottom: 0;
    left: 0;
}
.relatedsmall__info--price .price .price-old{
    margin-bottom: 1px !important;
    font-size: 12px !important;
}
.relatedsmall__info--price .price .price-new{
    font-size: 15px !important;
}
.description__text.expanded {
    max-height: 100000px;
}
.description__text.expanded::after{
    display: none;
}
.button__read__more{
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.02em;
  margin-top: 16px;
  color: #724628;
  background-color: transparent;
}
.products__related--wrapper{
    max-height: 380px;
    overflow: auto;
    padding-right: 16px;
}
.relatedsmall__image{
    width: 70px;
    flex-shrink: 0;
    height: 70px;
}
.relatedsmall__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.relatedsmall__info{
    padding-left: 8px;
    padding-right: 16px;
}
.relatedsmall__item:hover a{
    color: #724628;
}
h3.relatedsmall__title{
    font-weight: 600;
    font-size: 18px;
    line-height: 142%;
    color: #000000;
    margin-top: 0;
    margin-bottom: 8px;
}
.attribute__item--name{
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #3D3B38;
    width: max-content;
    flex-shrink: 0;
    padding-right: 8px;
}
.attribute__item--text{
    width: max-content;
    flex-shrink: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #3D3B38;
    padding-left: 8px;
}
.attribute__item-dashed{
    width: 100%;
    height: 100%;
    border-bottom: 1px dashed #D1D1D1;
}
.attribute__item{
    display: flex;
    align-items: flex-end;
    max-width: 850px;
    padding: 19px 16px;
}
#product__attribute .product__block--content{
    padding-bottom: 32px;
}
.long__attributes{
    max-height: 216px;
    overflow: hidden;
}
.long__attributes.expanded{
    max-height: 10000px;
}
.button__expand--attributes {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin-top: 8px;
    display: flex;
    align-items: center;
    color: #724628;
    background-color: transparent;
}
.button__expand--attributes svg{
    margin-left: 16px;
    transform: rotate(0);
}
.product__longtextbutton svg{
    transform: rotate(0);
}
.product__longtextbutton.expanded svg{
    transform: rotate(180deg);
}
.expanded svg{
    transform: rotate(180deg);
}
.product__infoblock--itemnew svg{
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
}
.product__buttons--price{
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #1F1F1F;
}
.product__buttons--price .price-old{
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-decoration: line-through;
    color: #999999;
}
.product__buttons--price .special_procent{
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #fff;
    border-radius: 30px;
    padding: 4px 8px;
    width: max-content;
    height: 22px;
    margin-left: 8px;
    background: #ff4242;
}
.product__buttons--price .price{
    display: flex;
    flex-direction: column;
}
.price-protit{
    border: 1px solid #D8F1FF;
    border-radius: 30px;
    padding: 4px 16px;
    width: max-content;
    height: 25px;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #4490BB;
    text-transform: capitalize;
    margin-top: 16px;
}
button.dis{
    pointer-events: none !important;
}

.gallery__buy.button__buy,
.product__buttons--buy button{
    width: 155px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #1F1F1F;
    padding: 0;
    border: 1px solid transparent;
    margin-left: 16px;
}
.product__buttons--buy{
    display: flex;
    align-items: center;
}
.product__buttons{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid #E9E9E9;
}
.list-unstyled{
    margin: 0;
}
.product__buttons.product__buttons--special{
    align-items: flex-start;
}
.product__buttons--special .product__buttons--buy{
    padding-top: 10px;
}
.gallery__buy.button__buy,
.product__buttons--buy .button__buy{
    background-color: #724628;
}
.button__buy  svg{
    margin-right: 10px;
}
.product__buttons--buy .button__buy__fast{
    background-color: #fff;
    color: #724628;
    border: 1px solid #724628;
}
.gallery__modal--wrapper{
	background: #fff;
    border-radius: 40px;
    padding: 75px 25px 25px 25px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    position: relative;
}
#gallery-modal{
    width: 100%;
    height: 100dvh;
    padding: 16px 32px;
}
.product__block--videowrapper{
    width: 100%;
    height: 412px;
    margin: 0 auto;
    margin-bottom: 24px;
}
.product__block--videowrapper .swiper-slide{
    width: calc(100% / 5 - 13px);
    position: relative;
}
.product__block--videowrapper .video__slide{
    position: relative;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
    border-radius:16px ;
    -webkit-border-radius:16px ;
    -moz-border-radius:16px ;
    -ms-border-radius:16px ;
    -o-border-radius:16px ;
}
.product__block--videowrapper .video__slide::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 45px;
    background-image: url(/image/pngaaa1.png);
    background-size: cover;
    background-position: center;
    z-index: 2;
}
.product__block--videowrapper .video__slide::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 21.9999C17.1067 21.9999 18 22.8933 18 23.9999C18 25.1066 17.1067 25.9999 16 25.9999C14.8933 25.9999 14 25.1066 14 23.9999C14 22.8933 14.8933 21.9999 16 21.9999ZM14 15.9999C14 17.1066 14.8933 17.9999 16 17.9999C17.1067 17.9999 18 17.1066 18 15.9999C18 14.8933 17.1067 13.9999 16 13.9999C14.8933 13.9999 14 14.8933 14 15.9999ZM14 7.99994C14 9.10661 14.8933 9.99994 16 9.99994C17.1067 9.99994 18 9.10661 18 7.99994C18 6.89327 17.1067 5.99994 16 5.99994C14.8933 5.99994 14 6.89327 14 7.99994Z' fill='white' /%3E%3C/svg%3E");
    z-index: 2;
}
.video__slide--text{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background: rgba(31, 31, 31, 0.5);
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 1;
}
.video__slide--title{
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 57px;
}
.video__slide--view{
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}
.product__block--videowrapper .swiper-container{
    height: 100%;
}
.video-popup{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(18px);
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}
.video-popup iframe{
    border-radius: 16px;
    width: 342px;
    max-width: calc(100vw - 32px);
    height: 651px;
    max-height: calc(100vh - 90px);
    border: none;
}
.video-popup__content{
    position: relative;
}
.video-popup__close{
    position: absolute;
    top: -10px;
    right: -10px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border-radius: 50%;
}
.product__block--videowrapper .swiper-container .img-responsive{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
.product__block--video{
    width: 100%;
    max-width: 960px;
    height: 544px;
    margin: 0 auto;
    margin-bottom: 24px;
}
.product__block--videowrapper iframe,
.product__block--video iframe{
    width: 100%;
    height: 100%;
    border-radius: 16px;
}
.product__infoblock{
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    padding: 16px 0;
    margin-bottom: 16px;
}
.product__infoblock--title{
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #1F1F1F;
    margin-bottom: 8px;
}
.product__infoblock--subtitle{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: var(--bgw-mono-grey-900);
    margin-bottom: 8px;
}
.infoblock__item--title{
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #1F1F1F;
    margin-bottom: 8px;
}

.infoblock__item--description {
    display: block; /* Элементы идут друг за другом вертикально */
    /* padding-left: 16px; */
    line-height: 1.5; /* Межстрочный отступ 1.5 (рекомендуемое значение) */
}
.infoblock__item--description ul {
    margin: 8px 0; /* Отступ сверху и снизу для списка */
    padding-left: 20px; /* Стандартный отступ для списка */
    line-height: 1.5; /* Единый межстрочный отступ для списка */
}

.infoblock__item--description li {
    line-height: inherit; /* Наследует значение от родителя */
    font-size: 16px;
}
.infoblock__item--description>span{
    display: block; /* Перенос строк */
    margin-bottom: 4px; /* Отступ между элементами */
}
.infoblock__item--description a {
    color: #724628;
    text-decoration: underline;
        font-weight: inherit; /* Наследуем жирность шрифта */
        font-size: inherit; /* Наследуем размер шрифта */
        transition: color 0.2s ease; /* Плавное изменение цвета при наведении */
    }
    .infoblock__item--description a:hover {
    color: #724628;
    }
.infoblock__item--description img{
    max-width: 24px;
    margin-right: 10px;
}
.infoblock__item--description>span{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #000000;
}
.infoblock__item--description>span>span{
    color: #999999;
}
.product__infoblock--item{
    margin-bottom: 8px;
}
.product__infoblock--item:last-child{
    margin-bottom: 0;
}
.product__infoblock--itemnew{
    display: flex;
    align-items: flex-start;
    padding-left: 17px;
    gap: 10px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: var(--bgw-mono-black);
}
.product__infoblock--itemnew svg{margin-top: 2px;flex-shrink: 0;}
.product__infoblock--subitem{
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.02em;
    padding-left: 50px;
    margin-top: 10px;
    color: var(--bgw-mono-black);
}
.product__infoblock--subitem svg{flex-shrink: 0;}
.product__longtext--wrapper{
    max-height: 56px;
    overflow: hidden;
}
.product__longtext--wrapper .product__infoblock--itemnew{
    margin-bottom: 8px;
}
/* .product__longtext--wrapper *{
    font-size: 14px;
    line-height: 130%;
    color: #1a1d1b;
} */
.product__longtext--wrapper.expanded{
    max-height: 10000px;
}
.product__longtextbutton{
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.02em;
    margin-top: 11px;
    display: flex;
    align-items: center;
    color: #724628;
    background-color: transparent;
}
.product__longtextbutton>svg{
    margin-left: 8px;
}
.product__payments{
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product__payments--item{
    width: max-content;
    border: 1px solid rgba(153, 205, 6, .1);
    border-radius: 30px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 13px;
}
.product__payments--item img{
    max-height: 32px;
}
#popup__alert,
#popup__basket{
    background: #fff;
    border-radius: 40px;
    width: 100%;
    max-width: 1056px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
}
#popup__alert ul,
#popup__basket ul{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 100%;
}
#popup__alert .product__carousel--heading>h3,
.popup__basket--heading>div{
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    color: #2B2B2B;
    margin-top: 0;
    margin-bottom: 24px;
}
.popup__basket--heading>div{
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
}
#popup__alert .product__carousel--heading>h3{
    margin-bottom: 0;
}
.cart__alert,
.cart__close{
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
    padding: 0;
    background-color: transparent;
}
.empty__basket p{
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    color: #2B2B2B;
    margin-bottom: 24px;
}
.empty__basket a{
    border-radius: 30px;
    padding: 8px 32px;
    height: 41px;
    width: max-content;
    background-color: #724628;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #000000;
    margin: 0 auto 24px auto;
    display: flex;
}
.empty__basket img{
    width: 100%;
    max-width: 500px;
    margin: 0 auto 40px auto;
}
#popup__basket.empty__basket{
    background-color: #fff;
    backdrop-filter: unset;
    padding-right: 24px;
}
.popup__basket--buttons{
    background-color: #fff;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -4px 10px 0 rgba(0, 0, 0, 0.1);
}
.popup__basket--buttons a{
    display: flex;
    width: max-content;
    align-items: center;
    justify-content: center;
    height: 41px;
    border-radius: 30px;
    font-size: 18px;
    padding: 8px 32px;
}
.popup__basket--buttons a:first-child{
    color: #000000;
    border: 1px solid #724628;
}
.popup__basket--buttons a:last-child{
    color: #000000;
    background-color: #724628;
}
.cart__item{
    border-radius: 24px;
    padding: 16px;
    width: 100%;
    margin-bottom: 8px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}
.cart__image{
    max-width: 100px;
    flex-shrink: 0;
    margin-right: 16px;
    border-radius: 10px;
    overflow: hidden;
}
.cart__item--info{
    max-width: 390px;
}
.cart__item--info{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.cart__item--info span{
margin-bottom: 8px;
font-weight: 400;
font-size: 14px;
line-height: 140%;
letter-spacing: 0.02em;
color: #8A8A8A;
}
.cart__item--info a{
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #2B2B2B;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.cart__item--quantity{
    display: flex;
    align-items: center;
    padding: 9px 12px;
}
.cart__item--quantity button{
    width: 24px;
    height: 24px;
    background-color: transparent;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
.popup__basket--buttonstotal{
    gap: 10px;
    display: flex;
    align-items: center;
}
.total__item{
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    line-height: 140%;
    color: #2B2B2B;
    letter-spacing: 2%;
}
.total__item .total__item--value{
    font-weight: 700;
}
.cart__item--quantity button.q_active{
    pointer-events: all;
}
.cart__item--quantity button.q_active svg path{
    stroke: #724628;
}
.cart__item--quantity input{
    background-color: transparent;
    text-align: center;
    width: 55px;
    padding: 0;
    font-weight: 700;
    height: 24px;
    font-size: 18px;
    line-height: 133%;
    text-align: center;
    color: #2B2B2B;
    margin: 0 8px;
}
.qty-spinedit{
    display: flex;
    align-items: center;
}
.cart__item--price{
    display: flex;
    align-items: center;
}
.cart__item--pricemain{
    font-weight: 600;
    font-size: 25px;
    line-height: 140%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #000000;
    text-align: right;
}
.cart__item--pricespecial{
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.02em;

    color: #999999;
    display: flex;
    align-items: center;
}
.cart__item--pricespecial span:first-child{text-decoration: line-through;}
.cart__item--pricespecial span:last-child{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    padding: 4px 8px;
    width: max-content;
    height: 22px;
    background: #FFECB8;
    font-weight: 400;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #000000;
    margin-left: 16px;
}
.btn__cart--remove{
    width: 24px;
    height: 24px;
    background-color: transparent;
    padding: 0;
    border: none;
}
.cart__item--remove{
    display: flex;
    align-items: center;
}
#popup__basket ul li.with__products{
    max-height: 580px;
    overflow: auto;
    padding-right: 10px;
    margin-right: 10px;
    padding-left: 24px;
}
#popup__alert .with__products{
    padding-bottom: 12px;
    border-bottom: 1px solid #fff;
    margin-bottom: 6px;
}
#popup__alert .product__carousel--buttons{
    display: none;
}
.popupslideshow__swiper--pagination{
    text-align: center;
    margin-top: 16px;
}
.popupslideshow__swiper--pagination .swiper-pagination-bullet{
    opacity: 1;
    background: #fff;
}
.popupslideshow__swiper--pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 24px;
    border-radius: 10px;
    background: #724628;
}
.with__carousel{
    max-height: 530px;
    overflow: auto;
}
.article__body{
    border-radius: 16px;
    background-color: #fff;
    padding: 24px;
    margin-bottom: 24px !important;
}
.blog__latest--label>a>div{
    background: #fff;
    color: #000;
}
.blog__latest--label>a:nth-child(1)>div{
    background: #e3ffed;
    color: #30bc60;
}
.blog__latest--label>a:nth-child(2)>div{
    background: #fff7db;
    color: #d7a907;
}
.blog__latest--label>a:nth-child(3)>div{
    background: #e3eeff;
    color: #6ca6ff;
}
.article__heading{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 16px;
}
.article__heading h1{
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #2B2B2B;
}
.article__views{
    margin-left: 20px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #747474;
}
.article__views span{
    margin-left: 16px;
}
.article__big--image{
    width: 100%;
    margin-bottom: 16px;
}
.article__big--image img{
    border-radius: 24px;
    margin: 0 auto;
}
.article__content{
    display: flex;
}
.article__content--menu{
    flex-shrink: 0;
    margin-right: 32px;
}
.article__content--menu #column-left{
    width: 256px;
    border-radius: 8px;
    padding: 16px;
    background-color: #F7F9FA;
}
.blog__menu--title{
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #724628;
    margin-bottom: 16px;
}
.article__content--menu ol li::marker {
    color: #724628;
}
.article__content--menu ol{
    padding-left: 20px;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #000000;
}
.article__content--menu a{
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #000000;
}
.article__content--menu li{
    margin-bottom: 8px;
}
.article__content--menu a:hover{
    color: #724628;
}
.article__content--menu li.active a{
    color: #724628;
}
.article__content--text *{
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: #000000;
}
.article__content--text img{
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 16px;
}
.article__content--text ul,
.article__content--text ol{
    padding-left: 20px;
    text-align: left;
}
.article__content--text li,
.article__content--text p{
    margin-bottom: 16px;
}
.article__content--text h2,
.article__content--text h3,
.article__content--text h4,
.article__content--text h5{
    margin-top: 10px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.01em;
    color: #000000;
}
.article__content--text h2{
    font-size: 20px;
    margin-bottom: 16px;
}
.article__content--text a{
font-weight: 700;
font-size: 16px;
line-height: 120%;
letter-spacing: 0.01em;
text-decoration: underline;
text-decoration-skip-ink: none;
color: #724628;
display: inline-block;
margin-bottom: 16px;
}
.article__content--text h3{
    font-size: 18px;
    margin-bottom: 8px;
}
.article__content--text h4{
    font-size: 17px;
    margin-bottom: 8px;
}
.article__content--text h5{
    font-size: 16px;
    margin-bottom: 8px;
}
.article__content--text ul li::marker {
    color: #724628;
}
.article__content--text ol li::marker {
    color: #724628;
}
.dis{
    background-color: #999999 !important;
    color: #fff !important;
    border-color: #999999 !important;
}
.dis svg path{
    stroke: #fff;
}
/* font-family: "Inter", sans-serif;
font-family: "Roboto", sans-serif; */
@media (min-width: 1024px) {
.product__item:hover .product__item--prev,
.product__item:hover .product__item--next{
    opacity: 1;
}
.product__item--name:hover>a{
    color: #724628;
}
.product__item:hover{
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.2);
}
}
@media (max-width: 1400px) {
    .footer__list>ul{
        /* max-height: 100%; */
        flex-wrap: nowrap;
        padding-bottom: 24px;
    }
    .footer__list>a{
        bottom: 5px;
    }
    .footer__list>ul>li{
        padding-right: 0;
        max-width: 305px;
    }
    .subcategories__list{
        grid-template-columns: repeat(5, 1fr);
    }
}
@media (max-width: 1280px) {
    .product__block--videowrapper .swiper-slide{
        width: calc(100% / 4 - 12px);
    }
    .header__logo{
        margin-right: 25px;
    }
    .header__catalog--button{
        width: 185px;
        padding: 8px 10px;
        margin-right: 10px;
    }
    .header__open{
        margin-left: 15px;
    }
    .header__help{
        margin-left: 15px;
    }
    .header__cart{
        margin-left: 15px;
    }
    .subcategories__list {
        grid-template-columns: repeat(4, 1fr);
    }
    .product__top--info{
        width: 450px;
    }
    .product__buttons{
        flex-direction: column;
        align-items: flex-start;
    }
    .product__buttons .product__buttons--price{
        margin-bottom: 16px;
    }
    .product__buttons.product__buttons--special .product__buttons--price{
        margin-bottom: 0;
    }
    .button__buy{
        margin-left: 0 !important;
    }
    .product__buttons--special .product__buttons--buy{
        padding-top: 16px;
    }
}
.catalog__menu--close{
    display: none;
}
.video__swiper--pagination{
    display: none;
}
.product__video_slider2{
    margin-top: 32px;
}
@media (max-width: 1024px) {
    .footer__block--form{
        max-width: 100%;
    }
    .product__manufacturers{
        border: none;
    }
    .product__video_slider2{
        margin-top: 24px;
    }
    .video__swiper--pagination{
        display: flex;
        justify-content: center;
    }
    .product__video .swiper-pagination-bullet-active{
        background-color: #724628;
    }
    .product__block--videowrapper{
        margin-bottom: 8px;
    }
    .product__video .product__carousel--buttons{
        display: none;
    }
    .product__video h2.product__block--title{
        text-align: center;
    }
    .product__carousel .swiper-slide{
    padding-top: 8px;
    }
    .header__logo{
        margin-right: 74px;
    }
    .product__item--stickers>div{
        margin-bottom: 4px;
    }
    .product__item--stickers>div>svg{
        width: 14px;
        height: 14px;
    }
    #popup__basket ul li.with__products{
        max-height: 470px;
    }
    #popup__basket ul li.with__products{
        padding-right: 8px;
    }
    .popup__basket--buttons a{
        width: 100%;
    }
    #popup__alert ul,
    #popup__basket ul{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    #popup__alert ul, #popup__basket ul{
        height: calc(100% - 84px);
    }
    .mfp-content{
        height: calc(100dvh - 60px);
        scroll-behavior: none;
    }
    #popup__alert, #popup__basket{
        height: 100%;
    }
    .mfp-bg,.mfp-wrap{
        height: calc(100% - 62px) !important;
    }
    .arrow_link_two{display: block;}
    .category__carousel .swiper-slide a svg{
        width: 40px;
        height: 40px;
    }
    .other__menu .languages__block{
        margin-left: 8px;
        margin-right: auto;
    }
    .bar__item{
        font-weight: 400;
    }
    .product__page--bar{
        width: calc(100% + 30px);
        margin-left: -15px;
        border-radius: 0;
        overflow: auto;
        background-color: transparent;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    .product__page--bar.fixed{
        margin: 0;
    }
    .product__page--barwrapper{
        background-color: #fff;
        width: max-content;
        margin: 0 15px;
        overflow: hidden;
        border-radius: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        -o-border-radius: 16px;
    }
    .fixed .product__page--barwrapper{
        margin: 0;
    }
    .bar__item{
        position: relative;
        font-size: 16px;
    }
    .product__page--bar::-webkit-scrollbar {
        width: 0;
        height: 0;              /* width of the entire scrollbar */
    }
    .fixed .product__page--barwrapper .bar__item:nth-last-child(2)::before,
    .fixed .bar__item:first-of-type::before{
        display: none;
    }
    #product-product ~ footer{
        padding-bottom: 56px;
    }
    .article__content{
        flex-direction: column;
    }
    .article__content--menu{
        margin-right: 0;
    }
    .article__content--menu #column-left{
        width: 100%;
    }
    .product__description .product__carousel{
        padding: 24px;
    }
    .top__heading{
        display: flex;
        flex-direction: column;
    }
    .product__timer{
        order: 0;
    }
    .products__related--small{
        order: 1;
    }
    .product__buttons{
        order: 2;
    }
    .product__top--advantages{
        order: 3;
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .module_name_html{
        order: 5;
    }
    .product__top{
        flex-direction: column;
    }
    .product__top--info{
        width: 100%;
        margin-left: 0;
        border-radius: 0 0 16px 16px;
    }
    .product__top--images{
        border-radius: 16px 16px 0 0;
    }
    .catalog__menu--close{
        display: flex;
        align-items: center;
        padding: 20px 16px;
        border-bottom: 1px solid #D1D1D1;
        font-size: 16px;
        line-height: 140%;
        background-color: #F3F3F3;
        cursor: pointer;
    }
    .catalog__menu--close>svg{
        margin-right: 24px;
    }
    .categories__list>.parent__category>.childrens__wrapper{
        padding-left: 0;
        padding-right: 0;
    }
    .categories__list>.parent__category>.childrens__wrapper.level__two{
        box-shadow: none;
        left: 0;
        width: 100%;
        background-color: #fff;
        overflow: auto;
    }
    .childrens__wrapper3{
        position: absolute;
        top: 0;
        box-shadow: none;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        overflow: auto;
    }
    .childrens__wrapper.childrens__wrapper3 li>a,
    .single__category.single__category2>a{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        color: #000;
        width: 100%;
        margin-bottom: 0;
    }
    .childrens__wrapper.childrens__wrapper3 li>a{
        margin: 0;
        padding: 0;
    }
    .childrens__wrapper.childrens__wrapper3 li,
    .single__category.single__category2{
        width: 100%;
        padding: 12px 16px;
        margin-bottom: 8px;
        margin-top: 0;
        display: flex;
        align-items: center;
    }
    .pagination>li>span, .pagination>li>a{
        width: 36px;
        height: 36px;
        padding: 8px;
    }
    .childrens__list{
        width: 100%;
        height: 100%;
        flex-wrap: nowrap;
        max-height: 100%;
    }
    .products__list .row.text-center>a>svg{
        width: 120px;
        height: 120px;
    }
    .products__list .row.text-center>a{
        font-size: 16px;
    }
    body{
        padding-bottom: 62px;
    }
    .header__catalog--button,.header__cart,.top__nav{
        display: none;
    }
    .bottom__menu{
        display: flex;
    }
    .product__fixed{
        display: flex;
    }
    .header__search{
        max-width: 100%;
    }
    .catalog__body{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100dvh;
    }
    .catalog__menu{
        max-height: 100%;
        overflow: auto;
        padding-bottom: 26px;
    }
    .catalog__body>.container{
        padding: 0;
    }
    .catalog__menu{
        border-radius: 0;
        max-width: 100%;
        box-shadow: none;
    }
    .categories__list{
        width: 100%;
        height: auto;
    }
    .single__category>a>span{
        flex-shrink: 1;
        overflow: visible;
        white-space: unset;
    }
    .open .catalog__category--banner{
        display: none;
    }
    #cart>button{
        position: relative;
        padding: 0;
        background-color: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #cart>button>svg{
        width: 28px;
        height: 28px;
    }
    #cart-total{
        bottom: 0;
        right: 0;
    }
    #cart{
        display: block !important;
        width: 28px;
        height: 28px;
    }
    .bottom__menu--cart{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        height: 100%;
    }
    .footer__list{
        display: none;
        margin-top: 16px;
    }
    .footer__block--title svg{
        display: block;
    }
    .footer__block--title{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .footer__wrapper{
        flex-direction: column;
    }
    .footer__block:not(.footer__block--form),
    .footer__block{
        margin-right: 0;
    }
    .footer__block--contacts{
        max-width: 100%;
        margin-bottom: 15px;
    }
    .footer__contacts{
        border-radius: 16px;
        padding: 8px;
        background-color: #131618;
    }
    .footer__block--list{
        border-radius: 16px;
        padding: 8px;
        background-color: #131618;
        margin-bottom: 15px;
    }
    .expand__list svg path{
        stroke: #fff;
    }
    .footer__block--list .footer__block--title{
        margin-bottom: 0;
    }
    .footer__block--list.open svg{
        transform: rotate(-90deg);
    }
    .footer__block--list.open .reviews__link svg{
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
}
    footer{
        padding-top: 40px;
    }
    .footer__bottom{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .footer__payments{
        justify-content: center;
        flex-wrap: wrap;
    }
    .footer__payments--elem{
        margin-bottom: 8px;
        margin-left: 8px;
        margin-right: 8px;
    }
    .footer__socials li{
        margin-left: 12px;
        margin-right: 12px;
    }
    .footer__socials ul{
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .footer__socials span{
        display: block;
        padding: 0 30px;
    }
    .footer__block--title{
        text-transform: capitalize;
    }
    .slideshow .swiper-pagination-bullets{
        bottom: 15px !important;
    }
    .slideshow__carousel--next,
    .slideshow__carousel--prev{
        display: none;
    }
    .category__carousel .swiper-slide a{
        font-size: 14px;
    }
    .category__carousel .swiper-slide a img{
        width: 40px;
        height: 40px;
    }
    .category__carousel .swiper-slide{
        width: 200px; 
        height: 56px;
    }
    .product__carousel--heading>h3{
        font-size: 20px;
    }

    .product__item--name>a{
        font-size: 12px;
    }
    .relatedsmall__item .product__item--name>a{
        font-size: 14px;
        -webkit-line-clamp: 3;
    }
    .product__item--model{
        font-size: 8px;
    }
    .price-old{
        font-size: 10px;
        margin-right: 8px;
    }
    .special_procent{
        font-size: 8px;
        padding: 2px 4px;
        width: max-content;
        height: 15px;
    }
    .product__item--price{
        font-size: 16px;
    }
    .product__item--rating svg{
        width: 13px;
        height: 13px;
    }
    .product__item{
        padding: 8px;
    }
    .product__item--stickers{
        left: 8px;
    }
    .product__description .product__carousel .swiper-slide,
    .product__carousel .swiper-slide{
        width: 168px;
    }
    .product__carouselpopup .swiper-slide{
        width: 160px;
    }
    .product__item--button>button{
        width: 40px;
        height: 40px;
        padding: 4px;
    }
    .product__item--stickers>div{
        font-size: 10px;
    }
    .articles__row{
        grid-template-columns: repeat(2, 1fr);
    }
    .blog__categories{
        display: none;
    }
    .subcategories__list {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 6px;
    }
    .no__products--search{
        flex-direction: column;
        text-align: center;
    }
    .no__products--search  a{
        margin-left: auto;
        margin-right: auto;
    }
    .product__item--images{width: 100%;margin: 0 auto;}
    .product__item--images .swiper-container{width: 100%;}
    .product__item--rating-count{margin-left: auto;}
}
@media (max-width: 992px) {
    #product-search .col-sm-9,
    #product-category .col-sm-9{
        width: 100%;
    }
    .row.category__top{
        flex-wrap: wrap;
    }
    .row.category__top .ocf-selected-card{
        width: 100%;
    }
    .custom-select-container{
        margin-left: 0 !important;
        flex-shrink: 0;
    }
    .product__advantages--item{
        flex-direction: column;
        justify-content: flex-start;
        text-align: center;
    }
    .product__advantages--item>img{
        margin-right: 0;
    }
    .gallery__thumbnails{
        width: 100%;
    }
    .cart__item{
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        position: relative;
    }
    .cart__image{
        max-width: 56px;
        margin-bottom: 8px;
    }
    .cart__item--info{
        width: calc(100% - 104px);
        max-width: 100%;
        margin-bottom: 8px;
    }
    #popup__alert .cart__item--info{
        width: calc(100% - 75px);
    }
    #popup__alert .cart__item--price{
        margin-right: 0;
    }
    .cart__item--price{
        margin-left: auto;
        margin-right: 32px;
    }
    .cart__item--remove{
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
    }
    .cart__item--quantity{
        margin-bottom:auto ;
    }
    .popup__basket--buttons{
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 8px;
        padding: 16px;
    }
    .popup__basket--heading>div{
        padding-left: 16px;
        padding-right: 16px;
    }
    .popup__basket--buttonstotal{
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .total__item{
        width: 100%;
        justify-content: space-between;
    }
}
@media (max-width: 768px) {
    .video__slide--view{
        display: none;
    }
    .video__slide--title{
        font-size: 10px;
        height: 33px;
    }
    .video__slide--text{
        padding: 4px;
    }
    .product__block--videowrapper .swiper-slide {
        width: calc(100% / 3 - 5px);
    }
    .product__block--videowrapper{
        height: 183px;
    }
    .product__block--videowrapper .video__slide,
    .product__block--videowrapper .swiper-container .img-responsive{
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }
    .product__block--videowrapper .video__slide::after{
        width: 24px;
        height: 24px;
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 17.1813C12.83 17.1813 13.5 17.8513 13.5 18.6813C13.5 19.5113 12.83 20.1813 12 20.1813C11.17 20.1813 10.5 19.5113 10.5 18.6813C10.5 17.8513 11.17 17.1813 12 17.1813ZM10.5 12.6813C10.5 13.5113 11.17 14.1813 12 14.1813C12.83 14.1813 13.5 13.5113 13.5 12.6813C13.5 11.8513 12.83 11.1813 12 11.1813C11.17 11.1813 10.5 11.8513 10.5 12.6813ZM10.5 6.68127C10.5 7.51127 11.17 8.18127 12 8.18127C12.83 8.18127 13.5 7.51127 13.5 6.68127C13.5 5.85127 12.83 5.18127 12 5.18127C11.17 5.18127 10.5 5.85127 10.5 6.68127Z' fill='white' /%3E%3C/svg%3E");
    }
    .product__block--videowrapper .video__slide::before{
        width: 26px;
        height: 32px;
    }
    .product__infoblock--title{
        font-size: 16px;
    }
    .product__longtext--wrapper{
        min-height: 80px;
    }
    .product__longtextbutton,
    .infoblock__item--description>span,
    .product__infoblock--subitem,
    .product__infoblock--itemnew,
    .product__infoblock--subtitle{
        font-size: 14px;
    }
    .slideshow .swiper-container img{
        border-radius: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        -o-border-radius: 16px;
}
    .blog__article--imagevideo iframe{
        height: 150px;
    }
    .product__block--smallvideo{
        height: 320px;
    }
    .product__item--bottom{
        height: 40px;
    }
    .fixed .bar__item{
        padding-top: 11px;
        padding-bottom: 11px;
    }
    .page__bar--product img{
        width: 35px;
        height: 35px;
    }
    .fixed .product__item--button>button{
        width: 30px;
        height: 30px;
    }
    .fixed .product__item--button>button svg{
        width: 15px;
        height: 15px;
    }
    .fixed page__bar--product .page__bar--name,
    .fixed page__bar--product .page__bar--price{
        margin-right: 6px;
    }
    .fixed .product__page--barwrapper{
        padding-right: 30px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
}
    .bar__item{
        min-width: 185px;
    }
    .page__title h1{
        font-size: 18px;
    }
    .subcategories__list>li>a>span:first-child{
        width: 110px;
        height: 110px;
        padding: 10px;
    }
    .subcategories__list>li>a>span:last-child{
        font-size: 11px;
        -webkit-line-clamp: 4;
        max-width: 110px;
    }
    .products__list {
        grid-template-columns: repeat(3, 1fr);
    }
    .col-sm-9 .products__list {
        grid-template-columns: repeat(3, 1fr);
    }
    h1.top__heading--title{
        font-size: 22px;
    }
    .products__related--small{
        padding: 8px;
    }
    .products__related--wrapper{
        padding-right: 8px;
    }
    .product__buttons{
        border-top: 1px solid #D1D1D1;
    }
    .product__buttons--buy{
        margin: 0 auto;
    }
    .product__payments{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .product__payments--item{
        margin-right: 16px;
        margin-bottom: 16px;
    }
    #product-product .row.product__top{
        margin-bottom: 8px;
    }
    #product-product .row.product__block{
        padding: 16px 8px;
    }
    .product__description .product__carousel{
        padding: 16px 8px;
        margin-bottom: 16px;
        width: calc(100% + 16px);
        margin-left: -8px;
    }
    h2.product__block--title{
        font-size: 20px;
    }
    .long__description li, .long__description p,
    .long__description *{
        font-size: 14px;
    }
    .long__description h2, .long__description h3, .long__description h4, .long__description h5{
        font-size: 18px;
    }
    .attribute__item--text{
        font-size: 14px;
        order: 2;
        padding-left: 0;
    }
    .attribute__item{
        padding: 8px 0;
        flex-direction: column;
        align-items: flex-start;
        border-bottom: 1px solid #F3F3F3;
    }

    .attribute__item--name{
        order: 1;
        padding-bottom: 8px;
    }
    .attribute__item-dashed{
        display: none;
    }
    .button__expand--description{
        margin-top: 8px;
    }
}
@media (max-width: 680px) {
    .empty__basket img{
        max-width: 299px;
    }
    .empty__basket p{
        font-size: 18px;
        padding: 10px 38px 0 38px;
    }
    #popup__basket.empty__basket{
        padding-right: 0;
    }
    .article__body{
        padding: 16px 8px;
    }
    .article__heading{
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        margin-bottom: 24px;
    }
    .article__big--image{
        margin-bottom: 24px;
    }
    .article__content--text h2{
        font-size: 18px;
    }
    .article__views{
        margin: 0;
    }
    .articles__row{
        grid-template-columns: 1fr;
    }
    .product__block--video{
        height: 178px;
    }
    .products__list {
        grid-template-columns: repeat(2, 1fr);
    }
    .col-sm-9 .products__list {
        grid-template-columns: repeat(2, 1fr);
    }
    .product__smallimages{
        display: none !important;
    }
    .product__bigimages .slick-arrow{
        opacity: 1;
    }
    .product__bigimages .slick-dots{
        opacity: 1;
    }
    .product__top--info,
    .product__top--images{
        padding: 16px 8px;
    }
    .product__timer{
        border-bottom: 1px solid #D1D1D1;
        flex-direction: column;
        align-items: flex-start;
    }
    .product__timer--text{
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }
    .relatedsmall__info--price .price{
        flex-direction: column;
        align-items: flex-start;
    }
    .relatedsmall__info--price .price-old--wrapper{
        margin-bottom: 16px;
    }

    .with__carousel{
        max-height: unset;
        overflow: unset;
    }
    .with__buttons .popup__basket--buttons{
        margin-top: 0;
    }
}
@media (max-width: 600px) {
    #popup__alert ul, #popup__basket ul {
        height: calc(100% - 65px);
    }
    .product__block--smallvideo{
        height: 180px;
    }
    .cart__alert, .cart__close{
        right: 16px;
    }
    .product__bigimages iframe{
        width: calc(100vw - 46px);
        height: calc(100vw - 46px);
    }
    .relatedsmall__info{
        padding-right: 0;
    }
    .relatedsmall__item{
        position: relative;
    }
    .relatedsmall__button{
        position: absolute;
        bottom: 8px;
        right: 16px;
    }
    .product__buttons--buy{
        flex-direction: column;
    }
    .product__buttons--buy .button__buy__fast{
        margin-left: 0 !important;
        margin-top: 16px;
    }
    .product__buttons--buy,
    .product__buttons--buy button{
        width: 100%;
    }
    .gallery__modal--wrapper{
        padding: 84px 16px 24px 16px;
        background-color: #fff;
        border-radius: 0;
    }
    #gallery-modal{
        padding: 0;
    }
    .galery__close{
        right: 16px;
    }
    .gallery__slider iframe, .gallery__slider img{
        width: calc(100vw - 48px);
        height: calc(100vw - 48px);
    }
    #popup__alert, #popup__basket{
        border-radius: 0;
    }
    .mfp-container{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .cart__item--info a{
        font-size: 14px;
    }
    .cart__item--info span{
        font-size: 12px;
    }
    .cart__item--pricemain{
        font-size: 12px;
    }
    .cart__item--pricespecial{
        font-size: 12px;
    }
    .cart__item--quantity button{
        width: 16px;
        height: 16px;
    }
    .cart__item--quantity input{
        height: 16px;
        font-size: 16px;
        line-height: 1;
    }
    #popup__alert .product__carousel--heading>h3, .popup__basket--heading>div{
        font-size: 16px;
        margin-bottom: 18px;
    }
    #popup__alert .with__products{
        padding-bottom: 8px;
    }
    .product__carouselpopup{
        margin-bottom: 8px;
    }
}
#arrow_top{
    z-index: 1024;
    bottom:70px !important
}
  .order_form--wrapper .content p{
    margin-bottom: 16px;
font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #2B2B2B;
  }
  .order_form--wrapper .text_morenews{
    text-align: center;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #000;
  }
  .sucsesss__buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
  }
  .sucsesss__buttons a{
    margin: 0;
    width: 100%;
    max-width: 258px;
    height: 41px;
    border: 1px solid #724628;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .sucsesss__buttons a.sucsesss__buttons--home{
    background-color: #fff;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #724628;
  }
  .sucsesss__buttons a.sucsesss__buttons--youtube{
    color: #fff;
  }
  .lastorder__image{
    text-align: center;
    margin-bottom: 24px;
  }
  .lastorder__image svg{
    width: 100%;
    max-width: 400px;
    height: auto;
  }
  @media (max-width: 767px) {
    .text_morenews{
      font-size: 16px;
      margin-bottom: 24px;
    }
    .sucsesss__buttons{
      flex-direction: column;
    }
    .sucsesss__buttons a{
      max-width: 100%;
    }
  }
  footer{
    background-color: #131618;
  }
  footer * {
    color: #fff !important;
    border-color: #fff !important;
  }
  footer .footer__payments--elem svg path{
    fill: #fff !important;
  }
  footer .footer__block--form>.newsletter_box--wrapper>button{
      background-color: rgb(255, 231, 194);
  }
  footer .footer__block--form>.newsletter_box--wrapper>button span{
        color: #000 !important;
  }
  footer .footer__ask svg path,
  footer .footer__socials svg rect{
    fill: #fff;
  }
  .btn-search svg path{
    fill: #000;
  }
  .btn-menu, .btn-menu-top svg path,
  footer .footer__socials svg path{
    stroke: #000 !important;
  }
 footer a:hover{
    color: rgb(255, 231, 194) !important;
 }
 .btn-search,
 .btn-menu, .btn-menu-top,
 footer .btn-newsletter:hover{
     background-color: rgb(255, 231, 194) !important;
 }
 .btn-menu, .btn-menu-top{
    color: #000;
 }
 header{
    background-color: #1e2022;
 }
 header #search_word a,
 .additional-tel.dth a,
 header #search_word,
 .header_dopmenu_doptext.hidden-xs.hsw.f-order-3{
    color: #fff !important;
 }
 footer .hover__link.reviews__link{
    color: #ffe7c2 !important;
    display: flex;
    align-items: center;
    gap: 7px;
 }
 footer .hover__link.reviews__link svg{
    width: 20px ;
    height: 20px;
 }