:root {
    --white: #FFF;
    --dark_red: #AD2B2E;
    --bright_red:#F02121;
    --black: #2B2A29;
    --blue: #71AFF3;
    --green: #749B29;
    --light_red: rgba(173, 43, 46, 0.20);
    --purple: #6447BD;
    --grey: #F9F9F9;
    --opacity-black: rgba(255, 255, 255, 0.50);
    --footer-grey: rgba(43, 42, 41, 0.50);
    --opacity--bright_red: rgba(240.12, 33.02, 33.02, 0.20);
}

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

.grey{
    background-color: var(--grey);
}
.red__color{
    color: var(--dark_red);
}
.bright__red__color{
    color: var(--bright_red);
}
.grey__footer__color{
    color: var(--footer-grey);
}
.black__color{
    color: var(--black)
}
.grey__color{
    color: var(--grey);
}
.opacity__color{
    color: var(--opacity-black);
}
.white__color, .white__color *{
    color: var(--white);
}
.green__color{
    color: var(--green);
}
html{
    font-family: Manrope;
}
a {
    text-decoration: none;
}
body{
    padding: 0;
    box-sizing: border-box;
    margin: 0;
    background-color: var(--white);
    position: relative;
    overflow-x: hidden;
}
main{
    margin: auto;
    max-width: 1664px;
    
}
button{
    border:none;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
}
header{
    width: 100%;
    position: absolute;
   
    z-index: 900;
}

header.header-general {
	position: relative;
    z-index: 900;
}

.bx-breadcrumb {
    padding: 0 32px;
  }
  .bx-breadcrumb .bx-breadcrumb-item a{
    text-decoration: none;
    color: #2B2A29;
}
.bx-breadcrumb .bx-breadcrumb-item a:hover{
    text-decoration: underline;
    cursor: pointer;
}
.header__inner{
    max-height: 177px;
    padding: 32px 32px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; 
    gap: 16px; 
    display: flex;
    max-width: 1664px;
    margin: auto;
    
}
.style_under:hover{
    text-decoration: underline;
    cursor: pointer;
}
.header .header__container{
    width: 100%; 
    height: auto; 
    justify-content: space-between; 
    align-items: flex-start; 
    display: flex;
    gap: 20px;
}
.header__info{
    align-self: stretch;
    height: auto; 
    justify-content: flex-start; 
    align-items: center; 
    gap: 20px; 
    display: flex
}
.adress{
    align-self: stretch; 
    height: auto; 
    justify-content: flex-start; 
    align-items: center; 
    gap: 8px; 
    display: flex
}

.header-general .header__span, .header-general .header__span a{
    color: var(--black);
}

.header__span, .notification .header__span,
.header__span a { 
    color: var(--white)
}

.font.he{
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    word-wrap: break-word;
}
.font.twenty{
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    word-wrap: break-word;
}
.font.h1{
    font-size: 50px; 
    font-weight: 600; 
    line-height: 60.8px; 
    word-wrap: break-word;
}
.font.h2{
    font-size: 32px; 
    font-weight: 600; 
    line-height: 41.60px; 
    word-wrap: break-word;
}
.font.h3 {
    font-size: 14px; 
    font-weight: 500; 
    line-height: 20.80px; 
    word-wrap: break-word;
}
.font.h3_titile_del {
    font-size: 15px; 
    font-weight: 600; 
    line-height: 20.80px; 
    word-wrap: break-word;
}
.font.h4{
    font-weight: 500px;
    line-height: 19.60px; 
    word-wrap: break-word;
    font-size: 12px;
}
.font.nav{
    font-size: 16px; 
    font-weight: 500; 
    line-height: 24px; 
    word-wrap: break-word;
}
.font.name{
    font-size: 24px; 
    font-weight: 600; 
    line-height: 31.20px; 
    word-wrap: break-word;
}
.underline{
    text-decoration: line-through;
}
.font.price{
    font-size: 18px;
    font-weight: 600; 
    line-height: 26px;
    word-wrap: break-word;
}
.font.title{
    font-size: 50px;
    font-weight: 600; 
    line-height: 70.20px; 
    word-wrap: break-word;
    margin: 0;
}
.font.h3.lignt{
    font-size: 16px; 
    font-weight: 400; 
    line-height: 22.40px; 
    word-wrap: break-word
}
.font.h5{
    font-size: 30px; 
    font-weight: 600; 
    line-height: 49.6px; 
    word-wrap: break-word
}
font.about--text{
    font-size: 20px; 
    font-weight: 400; 
    line-height: 30px; 
    word-wrap: break-word;
}
font.footer{
    font-size: 14px;
    font-weight: 400; 
    line-height: 19.60px;
}
.header__info .info__nav{
    align-self: stretch; height: auto; justify-content: flex-start; align-items: center; gap: 20px; display: flex
}

.line {
    width: 100%; height: 0px; border: 2px rgba(255, 255, 255, 0.20) solid
}
.header-general .line {
    width: 100%; height: 0px; border: 1px var(--footer-grey) solid;
    opacity: 0.4;

}
.general_navigation{
    justify-content: space-between !important;
    align-items: center !important;
}
.header__button{
    color: var(--white);
    border-color: transparent;
    background-color: transparent;
    cursor: pointer;
    display: block;
}
.header-general .header__button{
    color: var(--black);
    border-color: transparent;
    background-color: transparent;
    cursor: pointer;
}

.header-general .icon svg path {
	stroke: #2B2A29;
}

.header-general .adress svg path {
	stroke: #2B2A29;
}

/*поисковая строка*/
.search{
    width: 100%;
    max-height: 48px;  
    justify-content: flex-start; 
    align-items: center; gap: 8px; 
    display: inline-flex; 
    background: rgba(255, 255, 255, 0.20);
    max-width: 30%;
    
  }
  [type='search']{
    width: 100%;
    border-color: transparent;
    background: rgba(255, 255, 255, 0.0);
    padding: 8px 24px;
    
  }
  [type='search']:focus{
    border-color: transparent;
    outline: none;
    color: rgba(255, 255, 255, 0.50); 
    font-size: 16px; 
    font-family: Manrope; 
    font-weight: 500; 
    line-height: 20.80px; 
    word-wrap: break-word;
  }
  .search-icon {
    padding: 14px 15.5px 14px 0px;
  }
  .search-icon svg path, .search-icon svg circle {
	stroke: #FFF;
  }
  .header-general .search-icon svg path, .header-general .search-icon svg circle {
	stroke: #2B2A29;
  }
  .search ::placeholder{
    color: rgba(255, 255, 255, 0.50);
    font-size: 16px; 
    font-family: Manrope; 
    font-weight: 500; 
    line-height: 20.80px; 
    word-wrap: break-word;
  }
  .filials--search ::placeholder{
    color: rgba(255, 255, 255, 0.50);
    font-size: 16px; 
    font-family: Manrope; 
    font-weight: 500; 
    line-height: 20.80px; 
    word-wrap: break-word;
  }
  input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
  input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
  input[type="search"]::-webkit-search-decoration,
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-results-button,
  input[type="search"]::-webkit-search-results-decoration { display: none; }
  /*конец поисковой строки*/
.icon{
    position: relative;
}
.icon .notification{
    position: absolute;
    min-width: 20px; min-height: 20px; 
    background: var(--dark_red);
    left: 70%;
    top: -25%;
    justify-content: center; 
    align-items: center; 
    gap: 10px; 
    display: inline-flex;
}
.banner{
    
    background-size: cover; 
    height: 640px; background-repeat: no-repeat;
    width: 100% !important;
}

.banner__image{
    width: 100%;
    height: 832px;
    object-fit: cover;
}
.banner__container{
    max-width: 1664px;
    margin: auto;
    padding: 0 32px;
    
    padding-top: 185px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 70%;
}
.banner__container .description{
    max-width: 862px;
    height: auto;
}
.description{
    color: var(--white);
    gap:40px;
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
}
.description__button{
    max-width: 258px;
    max-height: 64px;
    padding: 10px 20px;
    background: var(--dark_red); 
    justify-content: center; 
    align-items: center; 
    gap: 10px; 
    display: flex
}
.description__button .font.nav{
    color: var(--white);
}
.banner__container .sub__description{
    width: 100%;
    margin-top: 20px;
    position: relative;
    display: flex; 
    justify-content: space-between;
}
.sub__description > .cells_container, .cells_navigation_container, .cells__navigation__arrow__container{
    max-width: 855px; 
    height: auto; 
    justify-content: flex-start; 
    align-items: flex-end; 
    gap: 64px; 
    display: flex;
}
.cells_navigation_container{
    gap:16px !important;
    position: absolute;
    left: 85%;
    top: 498px;
    z-index: 20;
}
.cells__number{
    color: var(--white);
}
.cells__number__total{
    text-align: center; 
    color: rgba(255, 255, 255, 0.50) !important;
    font-weight: 600 !important;
}
.cells__navigation__arrow__container{
    gap: 8px;
}
.cells__arrow{
    min-width: 24px; 
    min-height: 24px; 
    max-width: 40px; 
    max-height: 40px; 
    padding: 8px; 
    background: rgba(255, 255, 255, 0.20); 
    justify-content: center; 
    align-items: center; 
    display: flex
}
#swiper-wrapper-banner{
    display: flex;
    width: 100%;
    position: relative;
}
#swiper{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.swiper-slide-duplicate {
    display: none;
}
.cells__arrow-prev{
    min-width: 24px; 
    min-height: 24px; 
    max-width: 40px; 
    max-height: 40px; 
    padding: 8px; 
    background: rgba(255, 255, 255, 0.20); 
    justify-content: center; 
    align-items: center; 
    display: flex
}
.cells__arrow-prev svg{
    stroke: var(--white) !important;
}

.cells__arrow-next{
    min-width: 24px; 
    min-height: 24px; 
    max-width: 40px; 
    max-height: 40px; 
    padding: 8px; 
    background: rgba(255, 255, 255, 0.20); 
    justify-content: center; 
    align-items: center; 
    display: flex
    
}
.cells__arrow-next, .cells__arrow-prev{
    top: auto;
    width: auto;
    height: auto;
    margin-top: 0;
}
.cells__arrow-next svg{
    stroke: var(--white) !important;
}
.cells__arrow-prev:after, 
.cells__arrow-next:after {
   content: none !important;
}

.swiper.partner{
    align-self: stretch; height: auto; padding: 64px 0 64px 0; max-width: 1600px;
    justify-content: flex-start; align-items: center; gap: 32px; display: flex; overflow: hidden; flex-wrap: nowrap;
    position: relative;
}
#swiper-wrapper{
    display: flex;
    gap: 20px;
}
.container--partner--button{
    position: relative;
}
.swiper .partner--container{
    max-width: 272px; 
    min-height: 195px;
    max-height: 268px;
    background: var(--grey); 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: flex-end; 
    gap: 8px; display: flex
}
.partner--container > .partner__description{
    padding: 32px 32px 0 32px;
}
.partner--image{
    max-width: 208px; max-height: 140px; justify-content: center; align-items: center; display: flex
}
.partner--image > .image{
    max-width: 208px; max-height: 140px;
    min-height: 140px; object-fit: contain;

}
.partner--name{
    align-self: stretch; max-height: 56px; 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: flex-start; gap: 4px; display: flex
}
.partner--name > .font.name{
    align-self: stretch; color: #2B2A29;
}
.partner--name > .count__position{
    align-self: stretch; color: rgba(43, 42, 41, 0.50);
}
.count__position{
    color: rgba(43, 42, 41, 0.50);
}
.partner--arrow{
    max-width: 32px; max-height: 32px;
    min-width: 20px; min-height: 20px;
    padding: 9px; 
    background: #AD2B2E; 
    justify-content: center; 
    align-items: center; 
    display: flex
}
.product{
    align-self: stretch;
    height: auto;
    padding: 64px 32px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:  32px;
    display: flex;
}
.product--title{
    align-self: stretch; 
    justify-content: space-between; 
    align-items: center; 
    display: flex;
    width: 100%;
}
.product-title-color{
    color: var(--black);
}
.link__button{
    justify-content: flex-start; 
    align-items: center; 
    gap: 8px; 
    display: flex
}
.link__button--color{
    color: var(--dark_red);
}
.product__container{
    display: flex;
    flex-wrap: wrap;
    margin: -8px;
    
}
.product--container{
    flex: 0 0 25%;
    
    
}
.product--container__row{
   width: 100%;
    
}

.product-item-container {
    height: 100%;
  }
.product--card{
    height: 100%;
    background: var(--white);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    display: flex;
}
.product--container__row__box{
    display: flex;
    gap: 32px;
}
.product--image__row{
   
    position: relative;
    width: 120px;
    max-height: 130px;
    overflow: hidden;
    display: flex;
}
.product--image__row img{
    width: 100%;
    height: 100%;
}
.product--image__icon__row{
    width: 100%;
    height: auto;
    justify-content: flex-start;
    gap: 8px;
    align-items: flex-start;
    display: flex;
    
}
.product--box{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.product--box--right{
    display: flex;
    gap: 32px;
    align-items: flex-start;
}
.heart__icon__row{
    min-width: 40px;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: var(--light_red);
}
.product--price{
    white-space: nowrap;
    min-height: 26px;
}
.product--image-and-name{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.product--top{
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    height: 100%;
}

.product--image{
    padding-top: 100%;
    position: relative;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    display: block;

}
.product--image img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product--image__icon{
    width: 100%;
    height: auto;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    position: absolute;
    top: 0;
}
.left__icon{
    align-self: stretch; height: auto; justify-content: flex-start; align-items: center; gap: 8px; display: flex;
}
.heat__icon{
    min-width: 45px;
    min-height: 35px;
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: var(--blue);
}
.heat__color{
    color: var(--white);
}
.sale__icon{
    
    min-height: 35px;
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: var(--green);
    padding: 0 8px;
    white-space: nowrap;
}
.heart__icon{
    min-width: 35px;
    min-height: 35px;
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: var(--light_red);
}
.new__icon{
    
    min-height: 35px;
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: var(--purple);
    padding: 0 16px;
}

.heart_checkbox_container{
    width: auto; height: auto; justify-content: center; align-items: center; display: flex; border-radius: 4px; position: relative;
}
.heart_checkbox_container:checked{
    color: #DF7A2B;
}
.heart_checkbox_container input {
    display: none;
}
.heart_checkbox_container span {
    width: 24px; height: 24px;
    background-image: url('/images/static/Heart.svg');
    background-repeat: no-repeat;
    display: inline-block;
    
    vertical-align: middle;
    border-radius: 4px; 
    cursor: pointer;
  }
  /* Стиль для активного состояния чекбокса */
.heart_checkbox_container input:checked + span {
    background-image: url('/images/static/HeartActive.svg');
    border-color: transparent;
    background-repeat: no-repeat;
    cursor:pointer
  }
  /* Мышка на наведении */
  .heart_checkbox_container span:hover {
    border-color: #888;
  }
  .heart_checkbox_container:hover{
    cursor:pointer
}
.heart_checkbox_container:hover .tooltip {
    visibility: visible;
    opacity: 1;
}
.product--named {
    /* min-height: 66px; */
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 14px;
}
span.item-article {
    color: rgba(43, 42, 41);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.named{
    color: var(--black);
}
.price--color{
    color: var(--black);
}
.product--button--container{
    width: 100%; min-height: 40px; justify-content: space-between; align-items: center; gap: 6px; display:flex; 
}
.product--button--container__flex{
    display: flex; 
    align-self: stretch;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 6px;
}
/* .product--button__front{
    width: 40px; height: 40px; padding: 8px; background: var(--grey) ; justify-content: center; align-items: center; display: flex
} */

.product--button__front{
    width: 25px; height: 40px; padding: 4px; background: var(--grey) ; justify-content: center; align-items: center; display: flex
}

/* .product--button__center{
    width: 70px; 
    height: 40px;
    background: var(--grey); 
    flex-direction: column; 
    justify-content: center; align-items: center; gap: 10px; display: inline-flex
} */

.product--button__center{
    width: 45px; 
    height: 40px;
    background: var(--grey); 
    flex-direction: column; 
    justify-content: center; align-items: center; gap: 10px; display: inline-flex
}
.center__color{
    color: var(--black);
}
/* .product--button__add{
    min-width: 121px; height: 40px; padding-top: 12px; padding-bottom: 12px; padding-left: 16px; 
    padding-right: 13px; 
    white-space: nowrap;
    background: var(--dark_red); 
    justify-content: center; 
    align-items: center; gap: 8px; 
    display: flex
} */

.product--button__add{
    min-width: 80px; height: 40px; padding-top: 12px; padding-bottom: 12px; padding-left: 12px; 
    padding-right: 12px; 
    white-space: nowrap;
    background: var(--dark_red); 
    justify-content: center; 
    align-items: center; gap: 8px; 
    display: flex
}

.inactive{
    opacity: 0.40;
}

.active{
    background: var(--green);
}
.unactive{
    background: var(--dark_red);
    opacity: 0.40;
}
.category{
    align-self: stretch;
    padding: 64px 32px; 
    justify-content: flex-start; 
    align-items: center; 
    gap: 32px; 
    display: flex
}
.caterogy--container{
    min-width: 49%;
    min-height: 447px;  
    align-items: flex-end;
    justify-content: space-between;
    display: flex;
    position: relative;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0) 100%);
}
.category--container--alt{
    min-width: 49%;
    min-height: 447px;
    align-items: flex-end;
    justify-content: flex-start;
    display: flex;
    position: relative;
}
.category--image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    
}

.category--mean{
    
    max-height: 415px;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: flex;
    margin: 0 0 16px 16px;
    flex-wrap: wrap;
    /* flex: 0 0 60%; */
    position: relative;
    z-index: 2;
}
.category--button{
    max-width: 451px; 
    max-height: 88px; 
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    background: var(--white); 
    justify-content: flex-start; 
    align-items: center; 
    gap: 16px; 
    display: flex;
    position: relative;
    z-index: 2;
    text-align: start;
}
.main-news{
    align-self: stretch;
    padding: 64px 32px 74px 32px;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 194px;
    display: flex;
    overflow: hidden;
}
.flex--column{
    flex: 0 0 70%;
    width: 70%;
    display: flex;
    flex-direction: column;
}
.flex--column--news{
    overflow: hidden;
}
.column--news-noflex{
    width: 100%;
}
.news--title{
    max-width: 424px;
    position: relative;
}
 .gear__container{
    position: absolute;
    left: -225px;
    top: 100%;
}
.news--container{
    /*min-width: 1200px; */
    max-width: 100%;
    flex-wrap: nowrap;
    overflow: hidden;
    min-height: 500px;
    justify-content: flex-start;
    align-items: center;
    gap: 32px;
    display: flex;
    overflow-x: scroll;
    scrollbar-width: none;
}

.event{
    overflow: hidden;
    background: var(--white); 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: flex-start; 
    gap: 16px; 
    display: flex
}
.wrapper--new{
    padding: 0 32px 64px 32px;
    gap: 32px;
    display: flex
;
    flex-direction: column;
    max-width: 100%;
}
.event--image{
    position: relative;
    max-width: 100%;
    overflow: hidden;
    display: block;
    min-width: 364px;
    min-height: 450px;
    max-height: 450px;
    object-fit: cover;
    
}

.event--image img{
        position: absolute;
        top: 0;
        left: 0;
        min-width: 424px;
        width: 100%;
        height: 100%;
}
.event--date{
    align-self: stretch;
}
.event--name{
    align-self: stretch; max-height: 112px;
}
.event--name span{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.swiper-media-wrapper{
    display: flex;
    gap:32px
}
.swiper-otziv-wrapper{
    display: flex;
    
}
.flex--column--button{
    display: flex;
    flex: 0 0 100%;
}
/*.news--event--navigation{
    min-height: 64px; justify-content: space-between; align-items: center; display: flex;
    flex: 0 0 82%; padding-right: 64px;
}*/
.news__arrow{
    width: 54px; height: 54px; background: var(--grey); justify-content: center; align-items: center; display: flex;
}
.about{
    align-self: stretch;
    min-height: 352px;
    max-height: 492px;
    background: var(--grey); 
    padding: 70px 0 70px 32px;
    display: flex;
    max-width: 1664px;
}
.about--section{
    min-width: 50%;
    min-height: 352px;
    max-height: 353px;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}
.about--title{
    max-width: 728px;
}
.about--sectionWithPictures{
    min-width: 50%;
    min-height: 416px;
    max-height: 420px;
    flex-direction: column;
    display: flex;
    
}
.about--sectionWithPictures .sextion--text{
    max-width: 880px;
    min-height: 272px;
    background: var(--grey); 
}
.about--sectionWithPictures .sextion--guarant{
    align-self: stretch;
    display: flex;
    min-height: 150px;
    
    background-image: url('/images/static/pshenitsa.svg');
    background-size: cover;
    background-repeat: no-repeat;
}
.sextion--guarant--container{
    max-width: 517px;
    min-height: 60px;
    padding-bottom: 16px;
    padding-right: 0px;
    background: var(--grey);
    justify-content: flex-start;
    align-items: center; display: flex;
}
.guarant--container{
    min-width: 202px; 
    min-height: 64px; 
    justify-content: flex-start; 
    align-items: center; 
    gap: 16px; 
    display: flex;
    margin-right: 40px;
    flex-wrap: nowrap;
}
.guarant--icon{
    min-width: 46px; 
    min-height: 46px; 
    background: var(--dark_red); 
    justify-content: center; 
    align-items: center; 
    display: inline-flex
}
.otziv{
    align-self: stretch;
    min-height: 438px;
    padding: 64px 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 32px;
}
.otziv--container{
    align-self: stretch; max-height: 263px; justify-content: flex-start; align-items: flex-start; gap: 32px; display: flex;
    max-width: 100%;
}
.otziv--box{
    min-width: 49%;
    min-height: 236px;
    padding: 32px;
    background: var(--grey);
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
    gap: 16px;
    
}
.otziv--box--feed{
    min-width: 49%;
    min-height: 236px;
    padding: 32px;
    background: var(--grey);
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
    gap: 16px;
    
}

.otziv--box .dannie{
    min-width: 453px; max-height: 54px;
    min-height: 54px;
    justify-content: flex-start; 
    gap: 40px; 
    display: flex;
    flex-direction: row;
}
.dannie--name{
    min-width: 179px; min-height: 54px; 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: flex-start; 
    gap: 4px; 
    display: flex
}
.otziv--text{
    min-width: 639px; max-height: 100px;
}
.otziv--text span{
    
    overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
}
.otziv__navigation__arrow__container{
    align-self: stretch; 
    justify-content: flex-end; 
    align-items: center; 
    display: flex;
    gap: 16px;
}
.filials {
    align-self: stretch;
    min-height: 732px;
    /* max-height: 733px; */
    padding: 64px 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 32px;
}
.filials--container{
    align-self: stretch;
    min-height: 630px;
    display: flex;
    justify-content: flex-start; align-items: flex-start;
    gap: 32px;
    
}
.filials--adres{
    min-height: 629px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 520px;
    gap: 16px;
    display: flex;
}
.filials--search{
    min-width: 520px;  min-height: 60px; justify-content: flex-start; align-items: center; gap: 8px; display: inline-flex; background: var(--dark_red)
}
.filials--adres-place{
    max-height: 555px;
    min-height: 550px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 520px;
    max-width: 577px;
    overflow: hidden;
    overflow-y: scroll;
    
    gap: 16px;
    padding-right: 12px;
    display: flex;
}
::-webkit-scrollbar {
    width: 4px;
    height: 15px;
    margin-left: 8px;
    padding: 8px;
    }
    ::-webkit-scrollbar-track-piece  {
    background-color:var(--grey);
    border: solid 3px transparent;
    
    }
    ::-webkit-scrollbar-thumb:vertical {
    height: 30px;
    background-color:var(--dark_red);
    padding: 8px;
    }
.place-button{
    min-width: 520px;
    max-width: 577px;
    padding: 10px 16px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap:8px;
    flex-direction: column;
    background: var(--grey);
    text-align: left;
}
.filials--map{
    width: 100%;
    min-height: 631px;
    max-height: 630px;
}
.map--image{
    width: 100%;
    height: 100%;
}
.red--footer{
    padding: 64px 32px;
    align-self: stretch;
    
    background: var(--dark_red);
}
.red--footer--inner{
    max-width: 1600px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: auto;

}
.red--footer--left{
    min-width: 803px;
    align-self: stretch;
    min-height: 250px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    gap: 32px;
}
.red--footer--box{
    align-self: stretch;
    height: auto;
    gap: 4px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.red--footer--right{
    min-width: 360px;
    min-height: 250px;
    align-self: stretch;
    flex-direction: column;
    gap:74px;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    max-width: 32%;
}
.red--footer--right--icon {
    align-self: stretch;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 32px;
  }
.red--footer--socialRow {
    align-items: center;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin: -8px;
}
.red--footer__social {
    height: auto;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    flex: 0 0 50%;
    padding: 8px;
  }
  .social-icon {
    flex: 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
.footer--button{
    padding: 20px 40px;
    min-width: 139px;
    min-height: 24px;
    border: 1px white solid;
    justify-content: center;
    align-items: center;
    display: flex;
}
.white--footer{
    padding: 64px 32px;
    align-self: stretch;
    min-height: 291px;
    display: flex;
    
    
    background: var(--white);
}
.white--footer--inner{
    max-width: 1600px;
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin: auto;
    gap: 32px;

}
.footer--nav{
    align-self: stretch;
    min-height: 144px;
    justify-content: space-between; 
    align-items: flex-start; 
    gap: 32px; 
    display: flex
}
.footer--nav--col{
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    
}

.footer--nav--col__box{
    min-width: 245px;
    min-height: 144px;
    flex-direction: column;
    gap:16px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}
.footer--confidence{
    align-self: stretch;
    display: flex;
    height: auto;
    gap: 40px;
}
.header-general .search{
    width: 100%;
    max-height: 48px;  
    justify-content: flex-start; 
    align-items: center; gap: 8px; 
    display: inline-flex; 
    background: var(--grey);
    
  }
  [type='search']{
    width: 100%;
    border-color: transparent;
    background: rgba(255, 255, 255, 0.0);
    padding: 8px 24px;
    
  }
  [type='search']:focus{
    border-color: transparent;
    outline: none;
    color: var(--black); 
    font-size: 16px; 
    font-family: Manrope; 
    font-weight: 500; 
    line-height: 20.80px; 
    word-wrap: break-word;
  }
  .search-icon {
    padding: 14px 15.5px 14px 0px;
  }
  .header-general .search ::placeholder{
    color: var(--black);
    font-size: 16px; 
    font-family: Manrope; 
    font-weight: 500; 
    line-height: 20.80px; 
    word-wrap: break-word;
  }
.diamond{
    padding: 229px 32px 64px 32px;
    min-height: 815px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
}
.diamond--info{
    min-width: 360px;
    padding: 32px;
    flex-direction: column;
    background-color: var(--grey);
    justify-content: flex-start; 
    align-items: flex-start; 
    gap: 24px; 
    display: flex
}
.diamond--image{
    width: 360px;
    height: 140px;
}
.diamond--info--container{
    max-width: 360px; 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: flex-start; 
    gap: 16px; 
    display: flex
}
.diamond--info--box{
    width: 100%;
    height: auto;
    gap: 4px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    display: flex;
}
.diamond--info--title{
    justify-content: space-between; 
    align-items: center; 
    display: flex;
    width: 100%;
}
.diamond--info--title--icon{
    max-width: 119px; 
    max-height: 31px; 
    justify-content: flex-start; 
    align-items: center; 
    gap: 8px; display: flex
}
.diamond--info--box__container{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;;
    flex-direction: row;
    width: 100%;
}
.diamond--description{
    display: flex;
    flex-direction: column;
    align-self: stretch;
    background: var(--grey);
    padding: 32px;
    gap: 16px;
    max-width: 1536px;

}
.diamond__item--box{
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}
.diamond__item--box--sorting{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}
.diamond__item{
    display: flex;
    padding: 64px 32px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-self: stretch;
    gap:32px;
}
.diamond__item--container{
    display: flex;
    gap:32px;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
}
.diamond__item--box--product{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.diamond__item--box--product__row{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
}
.sorting--availability{
    min-width: 625px;
    min-height: 46px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}
.availability--button{
    padding: 12px 16px;
    align-self: stretch;
    min-height: 16px;
    display: flex;
    justify-content: space-between;
    gap: 6px;
    background: var(--grey);
    cursor: pointer;
} 
.availability--button span {
    color: var(--black);
}
.availability--button:has(input:checked) {
    background: var(--dark_red);
}
.availability--button:has(input:checked) span {
    color: #fff;
}
.availability--button input {
    display: none;
}


.unselected{
    background: var(--grey);
}
.selected{
    background: var(--dark_red);
}
.sorting--plate{
    min-width: 108px;
    min-height: 46px;
    display: flex;
    gap: 16px;
    justify-content: flex-start;
    align-items: flex-start;

}
.plate--button{
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.box__container--price{
    display: flex;
    width: 100%;
    height: auto;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    flex-direction: column;
}
.box__container--price--filter{
    min-width: 360px;
    max-width: 360px;
    min-height: 22px;
    display: flex;
    
}
.price--filter--box{
    width: 100%;
    height: 46px;
    display: flex;
    background: var(--white);
    border: 1px var(--footer-grey) solid;
}
  [type='number']{
    width: 100%;
    border-color: transparent;
    background: rgba(255, 255, 255, 0.0);
    padding: 12px 16px;
    
  }
  [type='number']:focus{
    border-color: transparent;
    outline: none;
    color: var(--black); 
    font-size: 16px; 
    font-family: Manrope; 
    font-weight: 500; 
    line-height: 20.80px; 
    word-wrap: break-word;
  }
  .price--filter--box ::placeholder{
    font-size: 16px; 
    color: var(--black);
    font-family: Manrope; 
    font-weight: 500; 
    line-height: 20.80px; 
    word-wrap: break-word;
  }
  .red--checkbox__container input {
    display: none;
}
.red--checkbox__container{
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    align-items: center;
}
.red--checkbox__container span {
    width: 16px; height: 16px;
    border: 0.2px solid var(--dark_red);
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
  }
  /*active checkbox*/
.red--checkbox__container input:checked + span {
    background-color: var(--dark_red);
    border-color: transparent;
    background-image: url("/images/static/chekActive.svg");
    background-repeat: no-repeat;
    background-position: 1px 1px;
    background-size: 13px 13px;
  }

  input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.diamond--pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.pagination__page{
    display: flex;
    min-height: 40px;
    min-width: 40px;
    background-color: var(--grey);
    justify-content: center;
    align-items: center;
}
.pagination__page:hover{
    background-color: var(--dark_red);
    cursor: pointer;
}
.pagination__page span, .pagination__page svg{
    stroke: var(--black);
    color: var(--black);
}
.pagination__page:hover span, .pagination__page:hover svg{
    stroke: var(--white);
    color: var(--white);
}
.diamond--advantages{
    display: flex;
    padding: 64px 32px;
    flex-direction: column;
    gap: 32px;
    height: 100%;
    width: 100%;
}
.diamond--advantages--title{
    width: 100%;
    height: 100%;
}
.diamond--advantages--container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    flex-direction: column;
}
.diamond--advantages--container--line{
    display: flex;
    gap: 32px;
    width: 99%;
    height: 100%;
}
.line__box{
    display: flex;
    width: 44%;
    padding: 32px 30px;
    gap: 20px;
    background: var(--grey);
    align-items: center;
}
.our_partner{
    padding: 229px 32px 64px 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.our_partner--container{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.our_partner--container--box{
    display: flex;
    max-width: 100%;
    height: 100%;
    background: var(--grey);
    padding: 32px;
    gap: 32px;
    
}
.our_partner--container--box img{
    max-width: 360px;
    height: 146px;
}
.our_partner--box--desc{
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}
.desc__sertif{
    background: var(--white);
    padding:  9px 16px;
    gap: 8px;
    display: flex;
    align-items: center;
}
.box__button{
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    white-space: nowrap;
    align-items: center;
}
.selhoz{
    padding-top: 197px;
}

.category-list {
    width: 100%;
}

.podcategory{
    display: flex;
    margin: -8px;
    flex-wrap: wrap;

}
.podcategory--line{
    display: flex;
    justify-content: space-between;
    flex: 0 0 calc(100% / 5);
    width: 25%;
    height: 100%;
    min-height: 160px;
    padding: 8px;
    max-width: 200px;
}
.podcategory--line--box{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    min-height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 16px 20px;
    position: relative;

}
.podcategory--line--box::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.7049020291710435) 0%, rgba(0,212,255,0) 100%);
    z-index: 10;
}
.podcategory--line--box span, .podcategory--line--box svg {
    position: relative;
    z-index: 100;
}
.sale{
    max-width: 100%;
    max-height: 100%;
}
.tovar{
    padding: 64px 32px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
    flex-direction: column;
}
.tovar--top{
    width: 100%;
    height: auto;
    display: flex;
    gap: 32px;
    padding-bottom: 32px;
}
.tovar--top__image__cont{
    display: flex;
    gap: 16px;
    width: 58% !important;
}
.tovar--top__mini_image{
    max-width: 80px;
    display: flex;
    position: relative;
    gap: 8px;
    flex-direction: column;
}
.mini__video{
    position: relative;
}
.video{
    position: absolute;
    top: 26px;
    left: 26px;
}
.tovar__arrow{
    position: absolute;
    bottom: 0;
    left: 20px;
    min-width: 24px;
    min-height: 24px;
    max-width: 40px;
    max-height: 40px;
    padding: 8px;
    background: var(--grey);
    justify-content: center;
    align-items: center;
    display: flex;
}
.tovar--top__image__cont{
    width: 100%;
    height: 100%;
}
.tovar--top__name{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.tovar--top__icon{
    width: 100%;
    height: auto;
    justify-content: space-between;
    gap: 8px;
    align-items: flex-start;
    display: flex;
    
}
.tovar--heart__icon{
    min-width: 35px;
    min-height: 35px;
    align-items: center;
    justify-content: center;
    display: flex;
    gap:8px;
    background-color: var(--grey);
    padding: 4px 8px;
}
.tovar--top__name--box{
    display: flex;
    width: 100%;
    gap: 32px;
}
.tovar--top__name--box--col{
    display: flex;
    flex-direction: column;
    gap: 8px;

}
.tovar--price--box{
    display: flex;
    gap: 16px;
    align-items: center;
}
.tovar--price{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.tovar--button--container{
    display: flex;
    gap: 32px;
}
.tovar--middle{
    width: 100%;
    align-items: flex-start;
    display: flex;
    gap: 32px;
    padding: 32px 0;
}
.middle--description--navigation{
    display: flex;
    min-width: 576px;
    padding: 16px 0;
    flex-direction: column;
    background: var(--grey);
    justify-content: flex-start;
    
}
.middle--description--navigation__row{
    display: flex;
    max-width: 100%;
    background: var(--grey);
    padding: 16px 32px;
    cursor: pointer;
}

.middle--description--navigation__row input {
    display: none;
}

.middle--description--navigation__row:has(input:checked), 
.middle--description--navigation__row:has(input:checked) span {
    background: var(--dark_red);
    color: var(--white);
}

.middle--description--navigation__row .color{
    color: var(--black);
}
.focus .color{
    color: var(--white);
    
}
.focus{
    background: var(--dark_red);
    
}
.middle--box{
    display: flex;
    max-width: 100%;
    background: var(--grey);
    padding: 32px;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}
.middle--box--text{
    display: flex;
    flex-direction: column;
    max-width: 100%;
    gap: 16px;
    margin-bottom: 20px;
}
.middle--box--text--item {
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
    margin: -8px;
  }
  .middle--box--text--line {
    display: flex;
    padding: 8px;
    flex: 0 0 50%;
  }
  .middle--box--text--line--cont {
    display: flex;
    padding: 32px;
    width: 100%;
    flex-direction: column;
    gap: 8px;
    background: var(--white);
  }
.heart__cart{
    background: var(--white);
}
.heart_cart_checkbox_container{
    width: auto; height: auto; justify-content: center; align-items: center; display: flex; border-radius: 4px; position: relative;
}
.heart_cart_checkbox_container:checked{
    color: #DF7A2B;
}
.heart_cart_checkbox_container input {
    display: none;
}
.heart_cart_checkbox_container span {
    min-width: 40px; min-height: 40px;
    background-image: url('/images/static/HeartCart.svg');
    background-repeat: no-repeat;
    display: inline-block;
    
    vertical-align: middle;
    border-radius: 4px; 
    cursor: pointer;
  }
  /* Стиль для активного состояния чекбокса */
.heart_cart_checkbox_container input:checked + span {
    background-image: url('/images/static/HeartCartActive.svg');
    border-color: transparent;
    background-repeat: no-repeat;
    cursor:pointer
  }
  /* Мышка на наведении */
  .heart_cart_checkbox_container span:hover {
    border-color: #888;
  }
  .heart_cart_checkbox_container:hover{
    cursor:pointer
}
.heart_cart_checkbox_container:hover .tooltip {
    visibility: visible;
    opacity: 1;
}
.cart--button{
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}
.cart--price{
    text-wrap: nowrap;
    display: flex;
    flex-direction: column;
}
.cart--box--right {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}
.diamond--info--box--norow{
    display: flex;
    gap: 32px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}
.cart--info--title--icon{
    max-width: 119px; 
    max-height: 31px; 
    justify-content: space-between; 
    align-items: center; 
    gap: 8px; display: flex;
    text-wrap: nowrap;
}



.promo__input{
    width: 100%;
     max-height: 48px;  
     justify-content: flex-start; 
     align-items: center; gap: 8px; 
     display: inline-flex; 
     background: var(--white);
     border: 1px rgba(43, 42, 41, 0.20) solid;
    
  }
  [type='text']{
    width: 100%;
    border-color: transparent;
    background: rgba(255, 255, 255, 0.0);
    padding: 8px 24px;
    
  }
  [type='text']:focus{
    border-color: transparent;
    outline: none;
    color: var(--black); 
    font-size: 16px; 
    font-family: Manrope; 
    font-weight: 500; 
    line-height: 20.80px; 
    word-wrap: break-word;
  }
  .promo__input ::placeholder{
    color: var(--black);
    font-size: 16px; 
    font-family: Manrope; 
    font-weight: 500; 
    line-height: 20.80px; 
    word-wrap: break-word;
  }
  .cart__btn{
    width: 100%;

  }
  .cart--info{
    display: flex;
    gap:32px;
    flex-direction: column;
    align-items: center;
  }
  .cart--delete{
    display: flex;
    gap: 8px;
    justify-content: flex-end;
  }
.void--button{
    display: flex;
    gap: 32px;
}
.void--button__catalog{
    min-width: 121px; height: 100%; padding: 15px 40px;
    background: var(--dark_red); 
    justify-content: center; 
    align-items: center; gap: 8px; 
    display: flex
}
.void--button__index{
    min-width: 121px; height: 100%; padding: 15px 40px;
    background: var(--white); 
    justify-content: center; 
    align-items: center; gap: 8px;
    border: 1px var(--dark_red) solid;
    display: flex;
}
.order--container{
    width: 100%;
    display: flex;
    
    gap: 32px;
}
.order--container--box{
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 48.5%;
}
.order__input{
    width: 100%;
     max-height: 48px;  
     justify-content: flex-start; 
     align-items: center; gap: 8px; 
     display: inline-flex; 
     background: var(--white);
     border: 1px rgba(43, 42, 41, 0.20) solid;
    
  }
  [type='text']{
    width: 100%;
    border-color: transparent;
    background: rgba(255, 255, 255, 0.0);
    padding: 8px 12px;
    color: var(--black); 
    font-size: 16px; 
    font-family: Manrope; 
    font-weight: 500; 
    line-height: 20.80px; 
  }
  [type='text']:focus{
    border-color: transparent;
    outline: none;
    color: var(--black); 
    font-size: 16px; 
    font-family: Manrope; 
    font-weight: 500; 
    line-height: 20.80px; 
    word-wrap: break-word;
  }
  [type='tel']{
    width: 100%;
    border-color: transparent;
    background: rgba(255, 255, 255, 0.0);
    padding: 8px 12px;
    color: var(--black); 
    font-size: 16px; 
    font-family: Manrope; 
    font-weight: 500; 
    line-height: 20.80px; 
  }
  
  [type='url']:focus{
    border-color: transparent;
    outline: none;
    color: var(--black); 
    font-size: 16px; 
    font-family: Manrope; 
    font-weight: 500; 
    line-height: 20.80px; 
    word-wrap: break-word;
  }
  [type='url']{
    width: 100%;
    border-color: transparent;
    background: rgba(255, 255, 255, 0.0);
    padding: 8px 12px;
    color: var(--black); 
    font-size: 16px; 
    font-family: Manrope; 
    font-weight: 500; 
    line-height: 20.80px; 
    
  }
  [type='date']{
    width: 100%;
    border-color: transparent;
    background: rgba(255, 255, 255, 0.0);
    padding: 8px 12px;
    color: var(--black); 
    font-size: 16px; 
    font-family: Manrope; 
    font-weight: 500; 
    line-height: 20.80px; 
  }
  [type='date']:focus{
    border-color: transparent;
    outline: none;
    color: var(--black); 
    font-size: 16px; 
    font-family: Manrope; 
    font-weight: 500; 
    line-height: 20.80px; 
    word-wrap: break-word;
  }
  [type='tel']:focus{
    border-color: transparent;
    outline: none;
    color: var(--black); 
    font-size: 16px; 
    font-family: Manrope; 
    font-weight: 500; 
    line-height: 20.80px; 
    word-wrap: break-word;
  }
  [type='password']{
    width: 100%;
    border-color: transparent;
    background: rgba(255, 255, 255, 0.0);
    padding: 8px 12px;
    color: var(--black); 
    font-size: 16px; 
    font-family: Manrope; 
    font-weight: 500; 
    line-height: 20.80px; 
    
  }
  
  [type='password']:focus{
    border-color: transparent;
    outline: none;
    color: var(--black); 
    font-size: 16px; 
    font-family: Manrope; 
    font-weight: 500; 
    line-height: 20.80px; 
    word-wrap: break-word;
  }
  [type='textarea']{
    width: 100%;
    border-color: transparent;
    background: rgba(255, 255, 255, 0.0);
    padding: 8px 12px;
    color: var(--black); 
    font-size: 16px; 
    font-family: Manrope; 
    font-weight: 500; 
    line-height: 20.80px; 
  }
  
  [type='textarea']:focus{
    border-color: transparent;
    outline: none;
    color: var(--black); 
    font-size: 16px; 
    font-family: Manrope; 
    font-weight: 500; 
    line-height: 20.80px; 
    word-wrap: break-word;
  }

  [type='email']{
    width: 100%;
    border-color: transparent;
    background: rgba(255, 255, 255, 0.0);
    padding: 8px 12px;
    color: var(--black); 
    font-size: 16px; 
    font-family: Manrope; 
    font-weight: 500; 
    line-height: 20.80px; 
  }
  
  [type='email']:focus{
    border-color: transparent;
    outline: none;
    color: var(--black); 
    font-size: 16px; 
    font-family: Manrope; 
    font-weight: 500; 
    line-height: 20.80px; 
    word-wrap: break-word;
  }
  .order__input ::placeholder{
    color: var(--footer-grey);
    font-size: 16px; 
    font-family: Manrope; 
    font-weight: 500; 
    line-height: 20.80px; 
    word-wrap: break-word;
  }
  .order--container--delivery{
    display: flex;
    align-items: flex-start;
    width: 100%;
  }
  .delivery__title{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .order--container__col{
    display: flex;
    min-height: 150px;
    width: 43%;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px;
    background: var(--grey);
  }
  .delivery--radio__container{
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    align-items: center;
  }
  .delivery--radio__container input{
    display: none;
  }

.delivery--radio__container:checked{
    color: var(--dark_red);
}

.delivery--radio__container label{
    display: flex;
	cursor: pointer;
	position: relative;
    align-items: center;
	margin-right: 0;
	line-height: 18px;
	user-select: none;
  }
  /* Мышка на наведении */
  .delivery--radio__container span:hover {
    border-color: #888;
  }
.delivery--radio__container label:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url('/images/static/radio button.svg') 0 0 no-repeat;
}
 
/* Checked */
.delivery--radio__container input:checked + label:before {
	background: url('/images/static/radiobuttonChecked.svg') 0 0 no-repeat;
}
.saratov{
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 16px 0;
    width: 100%;
}
.order--container--box__fullLine{
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}
.payment--container__col{
    display: flex;
    width: 26%;
    background: var(--grey);
    padding: 16px 32px;
    
}
.polish--cart--info{
    display: flex;
    gap: 32px;
    flex-direction: column;
    align-items: flex-start
}
.police--container{
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 424px;
}
.order--filials{
    align-self: stretch;
    max-height: 733px;
    /* padding: 64px 32px; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 32px;
}
.order--filials--container {
    align-self: stretch;
    max-height: 504px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 32px;
}
.order--filials--adres-place {
    max-height: 504px;
    min-height: 505px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 520px;
    max-width: 577px;
    overflow: hidden;
    overflow-y: scroll;
    gap: 16px;
    padding-right: 12px;
    display: flex;
}
.order--place-button{
    justify-content: space-between;
    gap:8px;
    min-width: 500px;
    max-width: 501px;
    padding: 10px 16px;
    display: flex;
    align-items: flex-start;
    gap:8px;
    background: var(--grey);
}
.order--place{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap:8px;
    flex-direction: column;
}
.order--button__active{
    display: flex;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    width: 106px;
    height: 36px;
    background: var(--dark_red);
}
.order--button__inactive{
    display: flex;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    width: 106px;
    height: 36px;
    background: var(--white);
    border: 1px var(--dark_red) solid;
}
.order--filials--map{
    min-width: 505px;
}
.register{
    display: flex;
    padding: 64px 32px 64px 32px;
    flex-direction: column;
    gap: 32px;
}
.register--title{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.register--title a:hover{
    text-decoration: underline;
    color: var(--dark_red);
}
.register--container--box{
    display: flex;
        flex-direction: column;
        gap: 4px;
        width: 35%;
}
.register--container--button--box{
    display: flex;
        flex-direction: column;
        gap: 16px;
        width: 35%;
}
.reg_a:hover {
    color: var(--dark_red);
    text-decoration: underline;
    cursor: pointer;
}
.login--container--box{
    display: flex;
    justify-content: space-between;
        width: 35%;
}
.personal--description--navigation{
    display: flex;
    min-width: 272px;
    padding: 16px 0;
    flex-direction: column;
    background: var(--grey);
    justify-content: flex-start;
    white-space: nowrap
}
.personal--container{
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 64px;
}
.personal--container--box{
    display: flex;
    gap: 32px;
}
.personal__information{
    background: var(--grey);
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 24px;
    gap: 16px;
}
.personal__information--title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.personal__information--box{
    display: flex;
    gap: 32px;
}
.personal__information__mini{
    background: var(--grey);
    display: flex;
    flex-direction: column;
    width: 30%;
    padding: 24px;
    gap: 16px;
}
.personal--container--order{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.personal__title_back{
    background: var(--grey);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.personal__order--title{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 32px
}
.personal--order{
    display: flex;
    gap: 32px;
    position: relative;
    width: 100%;
}
.personal--flex--row{
    display: flex;
    gap: 32px;
    position: relative;
}
.order--box{
    display: flex;
    padding: 24px;
    gap:16px;
    width: 100%;
    justify-content: space-between;
}
.order--box--info{
    gap: 26px;
    display: flex;
    flex-direction: column;
}
.order--box--info-right{
    gap: 26px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.order--box--info--top{
    display: flex;
    flex-direction: column;
    gap: 8px;

}
.order--box--info--top_right{
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end;
}
.info--box{
    display: flex;
    gap: 10px;
    white-space: nowrap;
}
.a:hover{
    cursor: pointer;
    text-decoration: underline;
}
.info--box--status{
    display: flex;
    gap: 6px;
    padding-left: 28px;
}
.status__line{
    width: 40px;
    height: 4px;
    
}
.red__line{
    background-color: var(--bright_red);
}
.green__line{
    background-color: var(--green);
}
.black__line{
    background-color: var(--black);
}
.grey__line{
    background-color: var(--footer-grey);
    opacity: 0.4;
}
.order--box--info--bottom{
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: flex-end;
}
.order--box--info--bottom img{
    width: 80px;
    height: 80px;
}
.left__arrow{
    position: absolute;
    bottom: 76px;
    left: -26px;
    min-width: 24px;
    min-height: 24px;
    max-width: 40px;
    max-height: 40px;
    padding: 8px;
    background: var(--grey);
    justify-content: center;
    align-items: center;
    display: flex;
}
.swiper-button-prev{
    position: absolute;
    bottom: 173px;
    left: 15px;
    min-width: 24px;
    min-height: 24px;
    max-width: 40px;
    max-height: 40px;
    padding: 8px;
    background: var(--dark_red);
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: 2;
}
.swiper-button-prev svg{
    stroke: var(--white) !important;
}
.right__arrow{
    position: absolute;
    bottom: 76px;
    right: -20px;
    min-width: 24px;
    min-height: 24px;
    max-width: 40px;
    max-height: 40px;
    padding: 8px;
    background: var(--grey);
    justify-content: center;
    align-items: center;
    display: flex;
}
.swiper-button-next{
    position: absolute;
    bottom: 173px;
    right: 14px;
    min-width: 24px;
    min-height: 24px;
    max-width: 40px;
    max-height: 40px;
    padding: 8px;
    background: var(--dark_red);
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: 2;
    
}
.swiper-button-next, .swiper-button-prev{
    top: auto;
    width: auto;
    height: auto;
    margin-top: 0;
}
.swiper-button-next svg{
    stroke: var(--white) !important;
}
.swiper-button-prev:after, 
.swiper-button-next:after {
   content: none !important;
}
.personal__filter{
    background: var(--grey);
    display: flex;
    padding: 12px 16px;
    min-width: 248px;
    justify-content: space-between;
}
.personal--flex--col{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.order--box--info__row{
    gap: 32px;
    display: flex;
    align-items: center;
    padding: 24px;
}
.order--box__row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.order--btn__container{
    display: flex;
    align-items: center;
    gap: 14px;
    flex-direction: column;
}
.cancel--container{
    min-width: 576px;
    display: flex;
    flex-direction: column ;
    gap: 32px;
    
}
.cancel--box{
    padding: 8px 16px;
    background: var(--opacity--bright_red);
    display: flex;
    align-items: center;
    align-self: stretch;
    max-width: 200px;
}
.check__box{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.cancel--container--box{
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}
textarea{
    width: 100%;
    background: rgba(255, 255, 255, 0.0);
    padding: 8px 12px;
    min-height: 122px;
    color: var(--black); 
    font-size: 16px; 
    font-family: Manrope; 
    font-weight: 500; 
    line-height: 20.80px;
    border: 1px rgba(43, 42, 41, 0.20) solid;
  }
  
  textarea:focus{
    border-color: transparent;
    outline: none;
    border: 1px rgba(43, 42, 41, 0.20) solid;
    color: var(--black); 
    font-size: 16px; 
    font-family: Manrope; 
    font-weight: 500; 
    line-height: 20.80px; 
    word-wrap: break-word;
  }
.order--box--right{
    display: flex;
    gap: 32px;
    align-items: center;
}
.order--container__row__box{
    display: flex;
    gap: 32px;
    align-items: center;
}
.order--cart--button{
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    white-space: nowrap;
}
.order--product--box{
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 32px;
}
.order--box--info--top--row{
    display: flex;
    gap: 8px;
    align-items: center;
    background: var(--grey);
    padding: 12px 16px;
    width: 97%;
}
.order--info{
    background: rgba(116, 155, 41, 0.20);
    display: flex;
    padding: 8px 16px;
    align-items: center;
    min-width: 392px;
    min-height: 29px;
}
.order--perfomance{
    display: flex;
    gap: 16px;
    flex-direction: column;
    width: 95%;
}
.order--diamond__item--box--product__row{
    display: flex;
    flex-direction: column;
    gap: 32px
}
.order--personal__information--box{
    display: flex;
    flex-direction: column;
    min-width: 380px;
}
.order--personal__information--title{
    display: flex;
    gap: 10px;
    align-items: center;
}
.order--product--perfomance{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.wrapper{
    padding: 70px 32px 64px 32px;
    gap: 32px;
    display: flex;
    flex-direction: column;
    max-width: 100%;
}
.special--category{
    display: flex;
    gap: 32px;
}
.wrapper--container{
    background-color: var(--white);
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    padding: 32px;
    gap: 32px;
}
.wrapper--image{
    max-width: 880px;
    max-height: 481px;
}
.wrapper--text{
    display: flex;
    width: 880px;
}
.media--wrapper{
    display: flex;
    background-color: var(--white);
    flex-direction: column;
    padding-top: 32px;
    gap: 32px;
    
}
.media--padding{
    display: flex;
    padding: 32px;
    height: 81%;
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 299px;
    left:0;
    background-color: var(--white);
}
.media--sorting--availability{
    min-width: 575px;
    min-height: 46px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}
.media--sorting{
    display: flex;
    gap: 233px;
}
.media--category--button {
    padding-top: 10px;
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 20px;
    flex-direction: column;
    justify-content: flex-end;
    gap: 8px;
    display: flex;
    position: relative;
    z-index: 2;
    text-align: start;
    width: 100%;
    height: 100%;
  }
.media--event {
    width: 24%;
    min-height: 500px;
    max-width: 424px;
    overflow: hidden;
    background: var(--white);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    display: flex;
}

/* .col-sm-4.product-item-small-card {
    flex: 0 0 33.3%;
    width: 33.3%
} */

.col-sm-4.product-item-small-card {
    flex: 0 0 20%;
    width: 20%
}

.row.product-item-list-col-3 {
    display: flex;
}

.partner--name span:first-child {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hidden {
	display: none !important;
}
.header__button__mobile{
    display: none;
}
.header__info_mobile{
    align-self: stretch;
    height: auto; 
    justify-content: flex-start; 
    align-items: center; 
    gap: 20px; 
    display: none
}
.mobile_vis{
    display: block;
}
.about--sectionWithPictures a{
    display: none;
}
@media (max-width: 768px) {
    .font.he{
        font-size: 20px;
        font-weight: 600;
        line-height: 28px;
        word-wrap: break-word;
    }
    .about--sectionWithPictures a{
        display: block;
    }
    .font.twenty{
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        word-wrap: break-word;
    }
    .font.h1{
        font-size: 28px; 
        font-weight: 600; 
        line-height: 36.40px; 
        word-wrap: break-word;
    }
    .font.h2{
        font-size: 32px; 
        font-weight: 600; 
        line-height: 41.60px; 
        word-wrap: break-word;
    }
    .font.h3 {
        font-size: 14px; 
        font-weight: 500; 
        line-height: 20.80px; 
        word-wrap: break-word;
    }
    .font.h4{
        font-weight: 500px;
        line-height: 19.60px; 
        word-wrap: break-word;
        font-size: 12px;
    }
    .font.nav{
        font-size: 16px; 
        font-weight: 500; 
        line-height: 20.80px; 
        word-wrap: break-word;
    }
    .font.name{
        font-size: 16px; 
        font-weight: 600; 
        line-height: 22.40px; 
        word-wrap: break-word;
    }
    .underline{
        text-decoration: line-through;
    }
    .font.price{
        font-size: 16px;
        font-weight: 600; 
        line-height: 22.40px;
        word-wrap: break-word;
    }
    .font.title{
        font-size: 27px;
        font-weight: 600; 
        line-height: 36.40px; 
        word-wrap: break-word;
    }
    .font.h3.lignt{
        font-size: 16px; 
        font-weight: 400; 
        line-height: 22.40px; 
        word-wrap: break-word
    }
    .font.h5{
        font-size: 28px; 
        font-weight: 600; 
        line-height: 36.40px; 
        word-wrap: break-word
    }
    font.about--text{
        font-size: 20px; 
        font-weight: 400; 
        line-height: 30px; 
        word-wrap: break-word;
    }
    font.footer{
        font-size: 14px;
        font-weight: 400; 
        line-height: 19.60px;
    }
    header{
        width: 100%;
        position: absolute;
        z-index: 10;
    
    }
    
    header.header-general {
        position: static;
    }
    
    .bx-breadcrumb {
        padding: 0 32px;
      }
      .bx-breadcrumb .bx-breadcrumb-item a{
        text-decoration: none;
        color: #2B2A29;
    }
    .bx-breadcrumb .bx-breadcrumb-item a:hover{
        text-decoration: underline;
        cursor: pointer;
    }
    .header__inner{
        max-height: 177px;
        padding: 16px 16px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start; 
        gap: 0; 
        display: flex;
        max-width: 1664px;
        margin: auto;
    }
    .style_under:hover{
        text-decoration: underline;
        cursor: pointer;
    }
    .header .header__container{
        width: 100%; 
        height: auto; 
        justify-content: space-between; 
        align-items: flex-start; 
        display: flex
    }
    .header__info{
        align-self: stretch;
        height: auto; 
        justify-content: flex-start; 
        align-items: center; 
        gap: 20px; 
        display: none
    }
    .header__info_mobile{
        align-self: stretch;
        height: auto; 
        justify-content: flex-start; 
        align-items: center; 
        gap: 20px; 
        display: flex
    }
    .adress{
        align-self: stretch; 
        height: auto; 
        justify-content: flex-start; 
        align-items: center; 
        gap: 8px; 
        display: flex
    }
    .header__info .info__nav{
        align-self: stretch; height: auto; justify-content: flex-start; align-items: center; gap: 20px; display: flex
    }
    
    .line {
        width: 100%; height: 0px; border: 2px rgba(255, 255, 255, 0.20) solid;
        display: none;
    }
    .header-general .line {
        width: 100%; height: 0px; border: 1px var(--footer-grey) solid;
        opacity: 0.4;
    
    }
    .general_navigation{
        justify-content: space-between !important;
        align-items: center !important;
    }
    .header__button{
        color: var(--white);
        border-color: transparent;
        background-color: transparent;
        cursor: pointer;
        display: none;
    }
    .header__button__mobile{
        display: block;
    }
    .header-general .header__button{
        color: var(--black);
        border-color: transparent;
        background-color: transparent;
        cursor: pointer;
    }
    
    .header-general .icon svg path {
        stroke: #2B2A29;
    }
    
    .header-general .adress svg path {
        stroke: #2B2A29;
    }
    
    /*поисковая строка*/
    .search{
        flex: 0 0 30%;
         max-height: 48px;  
         justify-content: flex-start; 
         align-items: center; gap: 8px; 
         display: none !important; 
         background: rgba(255, 255, 255, 0.20);
        
      }
      [type='search']{
        width: 100%;
        border-color: transparent;
        background: rgba(255, 255, 255, 0.0);
        padding: 8px 24px;
        
      }
      [type='search']:focus{
        border-color: transparent;
        outline: none;
        color: rgba(255, 255, 255, 0.50); 
        font-size: 16px; 
        font-family: Manrope; 
        font-weight: 500; 
        line-height: 20.80px; 
        word-wrap: break-word;
      }
      .search-icon {
        padding: 14px 15.5px 14px 0px;
      }
      .search-icon svg path, .search-icon svg circle {
        stroke: #FFF;
      }
      .header-general .search-icon svg path, .header-general .search-icon svg circle {
        stroke: #2B2A29;
      }
      .search ::placeholder{
        color: rgba(255, 255, 255, 0.50);
        font-size: 16px; 
        font-family: Manrope; 
        font-weight: 500; 
        line-height: 20.80px; 
        word-wrap: break-word;
      }
      .filials--search ::placeholder{
        color: rgba(255, 255, 255, 0.50);
        font-size: 16px; 
        font-family: Manrope; 
        font-weight: 500; 
        line-height: 20.80px; 
        word-wrap: break-word;
      }
      input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
      input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
      input[type="search"]::-webkit-search-decoration,
      input[type="search"]::-webkit-search-cancel-button,
      input[type="search"]::-webkit-search-results-button,
      input[type="search"]::-webkit-search-results-decoration { display: none; }
      /*конец поисковой строки*/
    .icon{
        position: relative;
    }
    .icon .notification{
        position: absolute;
        min-width: 20px; min-height: 20px; 
        background: var(--dark_red);
        left: 70%;
        top: -25%;
        justify-content: center; 
        align-items: center; 
        gap: 10px; 
        display: inline-flex;
    }
    .banner{
    
        background-size: cover; 
        height: 640px; background-repeat: no-repeat;
        width: 100% !important;
    }
    
    .banner__image{
        width: 100%;
        height: 832px;
        object-fit: cover;
    }
    .banner__container{
        max-width: 1664px;
        margin: auto;
        padding: 0 32px;
        
        padding-top: 121px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 70%;
    }
    .banner__container .description{
        max-width: 862px;
        height: auto;
    }
    .description{
        color: var(--white);
        gap:16px;
        flex-direction: column;
        justify-content: flex-start;
        display: flex;
    }
    .description__button{
        max-width: 328px;
        width: 100%;
        max-height: 64px;
        padding: 10px 20px;
        background: var(--dark_red); 
        justify-content: center; 
        align-items: center; 
        gap: 10px; 
        display: flex
    }
    .description__button .font.nav{
        color: var(--white);
    }
    .banner__container .sub__description{
        width: 100%;
        margin-top: 60px;
        position: relative;
        display: flex; 
        justify-content: space-between;
    }
    .sub__description > .cells_container, .cells_navigation_container, .cells__navigation__arrow__container{
        max-width: 855px; 
        height: auto; 
        justify-content: space-between;
        align-items: flex-end; 
        gap: 20px; 
        display: flex;
        flex-wrap: wrap;
    }
    .cells_container{
        display: flex;
        flex-wrap: nowrap;
    }
    .cells{
        display: flex;
        flex-direction: column;
    }
    .cells_navigation_container{
        gap:16px !important;
        position: absolute;
        left: 9%;
        top: 566px;
        z-index: 20;
        max-width: 308px;
        width: 100%;
    }
    .cells__number{
        color: var(--white);
    }
    .cells__number__total{
        text-align: center; 
        color: rgba(255, 255, 255, 0.50) !important;
        font-weight: 600 !important;
    }
    .cells__navigation__arrow__container{
        gap: 8px;
    }
    .cells__arrow{
        min-width: 24px; 
        min-height: 24px; 
        max-width: 40px; 
        max-height: 40px; 
        padding: 8px; 
        background: rgba(255, 255, 255, 0.20); 
        justify-content: center; 
        align-items: center; 
        display: flex
    }
    #swiper-wrapper-banner{
        display: flex;
        width: 100%;
        position: relative;
    }
    #swiper{
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .swiper-slide-duplicate {
        display: none;
    }
    .cells__arrow-prev{
        min-width: 24px; 
        min-height: 24px; 
        max-width: 40px; 
        max-height: 40px; 
        padding: 8px; 
        background: rgba(255, 255, 255, 0.20); 
        justify-content: center; 
        align-items: center; 
        display: flex
    }
    .cells__arrow-prev svg{
        stroke: var(--white) !important;
    }
    
    .cells__arrow-next{
        min-width: 24px; 
        min-height: 24px; 
        max-width: 40px; 
        max-height: 40px; 
        padding: 8px; 
        background: rgba(255, 255, 255, 0.20); 
        justify-content: center; 
        align-items: center; 
        display: flex
        
    }
    .cells__arrow-next, .cells__arrow-prev{
        top: auto;
        width: auto;
        height: auto;
        margin-top: 0;
    }
    .cells__arrow-next svg{
        stroke: var(--white) !important;
    }
    .cells__arrow-prev:after, 
    .cells__arrow-next:after {
       content: none !important;
    }
    .swiper.partner{
        align-self: stretch; height: auto; padding: 32px 0 32px 0; max-width: 1600px;
        justify-content: flex-start; align-items: center; gap: 8px; display: flex; overflow: hidden; flex-wrap: nowrap;
        position: relative;
    }
    #swiper-wrapper{
        display: flex;
        gap: 8px;
    }
    .container--partner--button{
        position: relative;
    }
    .swiper .partner--container{
        max-width: 272px; 
        min-height: 195px;
        max-height: 268px;
        background: var(--grey); 
        flex-direction: column; 
        justify-content: flex-start; 
        align-items: flex-end; 
        gap: 8px; display: flex
    }
    .partner--container > .partner__description{
        padding: 32px 32px 0 32px;
    }
    .partner--image{
        max-width: 208px; max-height: 140px; justify-content: center; align-items: center; display: flex
    }
    .partner--image > .image{
        max-width: 208px; max-height: 140px;
        min-height: 140px; object-fit: contain;
    
    }
    .partner--name{
        align-self: stretch; max-height: 56px; 
        flex-direction: column; 
        justify-content: flex-start; 
        align-items: flex-start; gap: 4px; display: flex
    }
    .partner--name > .font.name{
        align-self: stretch; color: #2B2A29;
    }
    .partner--name > .count__position{
        align-self: stretch; color: rgba(43, 42, 41, 0.50);
    }
    .count__position{
        color: rgba(43, 42, 41, 0.50);
    }
    .partner--arrow{
        max-width: 32px; max-height: 32px;
        min-width: 20px; min-height: 20px;
        padding: 9px; 
        background: #AD2B2E; 
        justify-content: center; 
        align-items: center; 
        display: flex
    }
    .swiper-button-prev{
        position: absolute;
        bottom: -20px;
        right: 61px !important;
        left: auto;
        min-width: 24px;
        min-height: 24px;
        max-width: 40px;
        max-height: 40px;
        padding: 8px;
        background: var(--dark_red);
        justify-content: center;
        align-items: center;
        display: flex;
        z-index: 2;
    }
    .swiper-button-prev svg{
        stroke: var(--white) !important;
    }
    .swiper-button-next{
        position: absolute;
        bottom: -20px;
        right: 14px;
        min-width: 24px;
        min-height: 24px;
        max-width: 40px;
        max-height: 40px;
        padding: 8px;
        background: var(--dark_red);
        justify-content: center;
        align-items: center;
        display: flex;
        z-index: 2;
        
    }
    .swiper-button-next, .swiper-button-prev{
        top: auto;
        width: auto;
        height: auto;
        margin-top: 0;
    }
    .swiper-button-next svg{
        stroke: var(--white) !important;
    }
    .swiper-button-prev:after, 
    .swiper-button-next:after {
       content: none !important;
    }
    .product{
        align-self: stretch;
        height: auto;
        padding: 64px 16px 32px 16px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap:  8px;
        display: flex;
    }
    .product--title{
        align-self: stretch; 
        justify-content: space-between; 
        align-items: center; 
        display: flex;
        width: 100%;
    }
    .product-title-color{
        color: var(--black);
    }
    .link__button{
        justify-content: flex-start; 
        align-items: center; 
        gap: 8px; 
        display: flex
    }
    .link__button--color{
        color: var(--dark_red);
    }
    .product__container{
        display: flex;
        flex-wrap: wrap;
        margin: -8px;
        
    }
    .product--container{
        flex: 0 0 25%;
        
        
    }
    .product--container__row{
       width: 100%;
        
    }
    
    .product-item-container {
        height: 100%;
      }
      .card--top{
        max-width: 156px;
      }
    .product--card{
        height: 100%;
        background: var(--white);
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 16px;
        padding: 8px;
        display: flex;
    }
    .product--container__row__box{
        display: flex;
        gap: 32px;
    }
    .product--image__row{
       
        position: relative;
        max-width: 130px;
        max-height: 130px;
        overflow: hidden;
        display: flex;
    }
    .product--image__row img{
        width: 100%;
        height: 100%;
    }
    .product--image__icon__row{
        width: 100%;
        height: auto;
        justify-content: flex-start;
        gap: 8px;
        align-items: flex-start;
        display: flex;
        
    }
    .product--box{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .product--box--right{
        display: flex;
        gap: 32px;
        align-items: flex-start;
    }
    .heart__icon__row{
        min-width: 40px;
        min-height: 40px;
        align-items: center;
        justify-content: center;
        display: flex;
        background-color: var(--light_red);
    }
    .product--price{
        white-space: nowrap;
    }
    .product--image-and-name{
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .product--top{
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 100%;
        height: 100%;
    }
    
    .product--image{
        padding-top: 100%;
        position: relative;
        max-width: 100%;
        max-height: 100%;
        overflow: hidden;
        display: block;
    
    }
    .product--image img{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .product--image__icon{
        width: 100%;
        height: auto;
        justify-content: space-between;
        align-items: flex-start;
        display: flex;
        position: absolute;
        top: 0;
    }
    .left__icon{
        align-self: stretch; height: auto; justify-content: flex-start; align-items: center; gap: 8px; display: flex;
    }
    .heat__icon{
        min-width: 45px;
        min-height: 35px;
        align-items: center;
        justify-content: center;
        display: flex;
        background-color: var(--blue);
    }
    .heat__color{
        color: var(--white);
    }
    .sale__icon{
        
        min-height: 35px;
        align-items: center;
        justify-content: center;
        display: flex;
        background-color: var(--green);
        padding: 0 8px;
        white-space: nowrap;
    }
    .heart__icon{
        min-width: 35px;
        min-height: 35px;
        align-items: center;
        justify-content: center;
        display: flex;
        background-color: var(--light_red);
    }
    .new__icon{
        
        min-height: 35px;
        align-items: center;
        justify-content: center;
        display: none;
        background-color: var(--purple);
        padding: 0 16px;
    }
    
    .heart_checkbox_container{
        width: auto; height: auto; justify-content: center; align-items: center; display: flex; border-radius: 4px; position: relative;
    }
    .heart_checkbox_container:checked{
        color: #DF7A2B;
    }
    .heart_checkbox_container input {
        display: none;
    }
    .heart_checkbox_container span {
        width: 24px; height: 24px;
        background-image: url('/images/static/Heart.svg');
        background-repeat: no-repeat;
        display: inline-block;
        
        vertical-align: middle;
        border-radius: 4px; 
        cursor: pointer;
      }
      /* Стиль для активного состояния чекбокса */
    .heart_checkbox_container input:checked + span {
        background-image: url('/images/static/HeartActive.svg');
        border-color: transparent;
        background-repeat: no-repeat;
        cursor:pointer
      }
      /* Мышка на наведении */
      .heart_checkbox_container span:hover {
        border-color: #888;
      }
      .heart_checkbox_container:hover{
        cursor:pointer
    }
    .heart_checkbox_container:hover .tooltip {
        visibility: visible;
        opacity: 1;
    }
    .product--named{
        
        min-height: 44px;    
    }
    .product--named span{
        width: 154px;
        
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .named{
        color: var(--black);
        
    }
    .price--color{
        color: var(--black);
    }
    .product--button--container{
        width: 100%; min-height: 32px; justify-content: flex-start; align-items: center; gap: 8px; display:flex; margin-top: auto;
    }
    .product--button--container__flex{
        display: flex; 
        align-self: stretch;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 8px;
    }
    .product--button__front{
        width: 32px; height: 32px; padding: 8px; background: var(--grey) ; justify-content: center; align-items: center; display: flex
    }
    .product--button__center{
        width: 36px; 
        height: 32px;
        background: var(--grey); 
        flex-direction: column; 
        justify-content: center; align-items: center; gap: 10px; display: inline-flex
    }
    .center__color{
        color: var(--black);
    }
    .mobile_vis{
        display: none;
    }
    .product--button__add {
        height: 32px;
        padding: 8px;
        white-space: nowrap;
        background: var(--dark_red);
        justify-content: center;
        align-items: center;
        gap: 8px;
        display: flex;
        margin-left: auto;
        min-width: auto;
    }

    .product--button__add span {
        display: none;
    }

    .inactive{
        opacity: 0.40;
    }
    
    .active{
        background: var(--green);
    }
    .unactive{
        background: var(--dark_red);
        opacity: 0.40;
    }
    .category{
        align-self: stretch;
        padding: 32px 16px; 
        justify-content: flex-start; 
        align-items: center; 
        gap: 8px; 
        display: flex;
        flex-direction: column;
    }
    .caterogy--container{
        min-width: 49%;
        min-height: 447px;  
        align-items: flex-end;
        justify-content: flex-end;
        display: flex;
        position: relative;
        flex-direction: column;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0) 100%);
    }
    .category--container--alt{
        min-width: 49%;
        min-height: 447px;
        align-items: flex-end;
        justify-content: flex-start;
        display: flex;
        position: relative;
    }
    .category--image{
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .category--mean{
        
        max-height: 106px;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
        display: flex;
        margin: 0 0 16px 16px;
        flex-wrap: wrap;
        flex: 0 0 45%;
        position: relative;
        z-index: 2;
    }

    .category--button{
        max-width: 451px;
        min-width: 296px;
        max-height: 88px; 
        padding-top: 10px;
        padding-bottom: 8px;
        padding-left: 20px;
        padding-right: 6px;
        background: var(--white); 
        justify-content: flex-start; 
        align-items: center; 
        gap: 8px; 
        display: flex;
        position: relative;
        z-index: 2;
        text-align: start;
    }
    .main-news{
        align-self: stretch;
        padding: 32px 16px 37px 16px;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 16px;
        flex-direction: column;
        display: flex;
        overflow: hidden;
    }
    .flex--column{
        flex: 0 0 70%;
        display: flex;
        width: 100%;
        flex-direction: column;
        max-width: none;
    }
    .flex--column--news{
        overflow: hidden;
    }
    .column--news-noflex{
        width: 100%;
    }
    .news--title{
        max-width: 424px;
        position: relative;
    }
     .gear__container{
        position: absolute;
        left: -225px;
        top: 100%;
        display: none;
    }
    .news--container{
        /*min-width: 1200px; */
        max-width: 100%;
        flex-wrap: nowrap;
        overflow: hidden;
        min-height: 428px;
        justify-content: flex-start;
        align-items: center;
        gap: 8px;
        display: flex;
        overflow-x: scroll;
        scrollbar-width: none;
    }
    
    .event{
        flex: 0 0 100%; min-height: 428px; 
        max-width: 325px;
        overflow: hidden;
        background: var(--white); 
        flex-direction: column; 
        justify-content: flex-start; 
        align-items: flex-start; 
        gap: 8px; 
        display: flex;
        
    }
    .event--image{
        position: relative;
        max-width: 100%;
        overflow: hidden;
        display: block;
    
    }
    .swiper-media-wrapper{
        display: flex;
        gap:8px
    }
    .event--image img{
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: contain;
    }
    .event--date{
        align-self: stretch;
    }
    .event--name{
        align-self: stretch; max-height: 112px;
    }
    .flex--column--button{
        display: flex;
        flex: 0 0 100%;
    }
    /*.news--event--navigation{
        min-height: 64px; justify-content: space-between; align-items: center; display: flex;
        flex: 0 0 82%; padding-right: 64px;
    }*/
    .news__arrow{
        width: 54px; height: 54px; background: var(--grey); justify-content: center; align-items: center; display: flex
    }
    .about{
        align-self: stretch;
        min-height: 637px;
        max-height: 686px;
        background: var(--grey); 
        padding: 32px 16px 70px 16px;
        display: flex;
        max-width: 1664px;
        flex-direction: column;
    }
    .about--section{
        min-width: 50%;
        min-height: auto;
        max-height: 353px;
        flex-direction: column;
        display: flex;
        justify-content: space-between;
    }
    .about--section a{
        display: none;
    }
    .about--title{
        max-width: 728px;
    }
    .about--sectionWithPictures{
        min-width: 50%;
        min-height: 416px;
        max-height: 420px;
        flex-direction: column;
        display: flex;
        
    }
    .about--sectionWithPictures .sextion--text{
        max-width: 880px;
        min-height: 430px;
        background: var(--grey); 
    }
    .about--sectionWithPictures .sextion--guarant{
        align-self: stretch;
        display: flex;
        min-height: 80px;
        
        background-image: url('/images/static/pshenitsa.svg');
        background-size: cover;
        
        background-repeat: no-repeat;
    }
    .sextion--guarant--container{
        max-width: 517px;
        min-height: 39px;
        padding-bottom: 0px;
        padding-right: 0px;
        background: var(--grey);
        justify-content: flex-start;
        align-items: center; display: flex;
    }
    .guarant--container{
        min-width: 143px; 
        min-height: 30px; 
        justify-content: flex-start; 
        align-items: center; 
        gap: 4px; 
        display: flex;
        margin-right: 8px;
        flex-wrap: nowrap;
    }
    .guarant--icon{
        min-width: 32px; 
        min-height: 32px; 
        background: var(--dark_red); 
        justify-content: center; 
        align-items: center; 
        display: inline-flex
    }
    .guarant--icon svg{
        width: 20px; 
        height: 20px; 
        
    }
    .otziv .product--title a{
        display: none;
    }
    .otziv{
        align-self: stretch;
        min-height: 438px;
        padding: 64px 16px 32px 16px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 32px;
    }
    .otziv--container{
        align-self: stretch; max-height: 305px;  justify-content: flex-start; align-items: flex-start; gap: 32px; display: flex;
        max-width: 100%;
    }
    .otziv--box{
        min-width: 44%;
        min-height: 236px;
        padding: 16px;
        background: var(--grey);
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start;
        display: flex;
        gap: 16px;
    }
    .swiper-otziv-wrapper {
        display: flex;
        gap: 0px;
    }
    .otziv--box .dannie{
        min-width: auto; max-height: none;
        min-height: 54px;
        justify-content: flex-start; 
        gap: 8px; 
        display: flex;

        flex-direction: column;
    }
    .dannie--name{
        min-width: 179px; min-height: 47px; 
        flex-direction: column; 
        justify-content: flex-start; 
        align-items: flex-start; 
        gap: 4px; 
        display: flex
    }
    .otziv--text{
        min-width: auto; max-height: 100px; min-height: 62px;
    }
    .otziv--text span{
        
        overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            line-clamp: 3;
            -webkit-box-orient: vertical;
    }
    .otziv__navigation__arrow__container{
        align-self: stretch; 
        justify-content: flex-end; 
        align-items: center; 
        display: flex;
        gap: 16px;
    }
    .filials {
        align-self: stretch;
        min-height: 732px;
        /* max-height: 733px; */
        padding: 64px 16px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 32px;
    }
    .filials--container{
        align-self: stretch;
        min-height: 630px;
        display: flex;
        justify-content: flex-start;
         align-items: flex-start;
        gap: 32px;
        flex-direction: column;
    }
    .filials--adres{
        min-height: 0px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        min-width: 0px;
        gap: 16px;
        display: flex;
    }
    .filials--search{
        min-width: 100%;  min-height: 60px; justify-content: flex-start; align-items: center; gap: 8px; display: inline-flex; background: var(--dark_red)
    }
    .filials--adres-place{
        max-height: 293px;
        min-height: 269px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        min-width: 0px;
        max-width: 577px;
        overflow: hidden;
        overflow-y: scroll;
        
        gap: 16px;
        padding-right: 12px;
        display: flex;
    }
    .place-button{
        min-width: 100%;
        max-width: 577px;
        padding: 10px 16px;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap:8px;
        white-space: wrap;
        flex-direction: column;
        background: var(--grey);
        text-align: left;
    }
}

@media (max-width: 568px) {
    .heart__icon {
        min-width: 26px;
        min-height: 26px;
        align-items: center;
        justify-content: center;
        display: flex;
        background-color: var(--light_red);
    }
    .product--button__front {
        width: 26px;
        height: 26px;
        padding: 4px;
        background: var(--grey);
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .product--button__center {
        width: 32px;
        height: 26px;
        background: var(--grey);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        display: inline-flex;
    }
    .product--button--container__flex {
        display: flex;
        align-self: stretch;
        justify-content: flex-start;
        align-items: center;
        gap: 8px;
    }
    .product--button__add {
        height: 26px;
        padding: 4px;
        white-space:nowrap;
        background: var(--dark_red);
        justify-content: center;
        align-items: center;
        gap: 8px;
        display: flex;
        margin-left: auto;
        min-width: auto;
    }
    
}

.info-popup {
    display: block;
    position: fixed;
    top: 35px;
    left: 50%;
    text-align: center;
    z-index: 200;
    background-color: #00000090;
    padding: 12px 30px;
    border-radius: 12px;
    transform: translateX(-50%);
    font-weight: 600 !important;
    color: #FFF;
    visibility: visible;
    opacity: 1;
}

.info-popup.hidden {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

/* popups */

.popup {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #00000040;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 900;
}

.popup__window {
    max-width: 640px;
    background-color: #FFF;
    padding: 32px;
    position: relative;
}

.popup__title {
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-family: Manrope;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #AD2B2E;
  }

.popup__btnrow {
    margin-top: 16px;
    display: flex;
    gap: 10px;
    /* justify-content: center; */
}

.popup__btnrow button {
    font-family: Manrope;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #AD2B2E;
    display: flex;
    align-items: center;
}

.popup__btnrow button::after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.459 10.2714H3.95898' stroke='%23AD2B2E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.418 5.2511L16.4596 10.2711L11.418 15.2919' stroke='%23AD2B2E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    display: inline-block;
    margin-left: 8px;
}

.popup__close {
    position: absolute;
    top: 16px;
    right: 16px;
}

.popup__content {
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
  }

.popup__close:hover {
    background-color: transparent !important;
}

.hidden {
    display: none;
}

.body__noscroll {
    overflow: hidden;
}

.info-popup {
    display: block;
    position: fixed;
    top: 35px;
    left: 50%;
    text-align: center;
    z-index: 200;
    background-color: #00000090;
    padding: 12px 30px;
    border-radius: 12px;
    transform: translateX(-50%);
    font-weight: 600 !important;
    color: #FFF;
    visibility: visible;
    opacity: 1;
}

.info-popup.hidden {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

.availability--button.unselected.font.h3.lignt.black__color {
    border: none;
}

.mb-4.catalog-section .row {
    display: flex;
  }
  .row.product-item-list-col-4 > div {
    flex: 0 0 25%;
    width: 25%;
  }

  .product .row {
    width: 100%;
  }

  .filials--map iframe {
    width: 100%;
    min-height: 631px;
    max-height: 630px;
  }

  .adress span {
    font-weight: 600;
    font-size: 14px !important;
  }

  .footer--nav--col__box .font.nav {
    color: #000;
  }

/* Filter */

.smart-filter {
    margin-bottom: 20px;
    min-width: 220px;
    width: 100%;
    font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
    font-weight: var(--ui-font-weight-regular, 400);
}

.diamond--info--title {
    padding-bottom: 12px;
  }

.smart-filter-section {
    position: relative;
    display: flex;
    flex-direction: column;
  }

.smart-filter-title {
    margin-bottom: 10px;
    color: #000;
    font-size: 18px;
}

.d-flex.justify-content-between {
    display: flex;
  }

/*Sections*/

.smart-filter-parameters-box { position: relative; }

.smart-filter-parameters-box-title {
    position: relative;
    display: inline-block;
    padding-bottom: 7px;
    font-size: 13px;
}

.smart-filter-parameters-box-title-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    word-wrap: break-word;
  }

.bx-active .smart-filter-parameters-box-title-text { color: #333; }

/*region Angles*/
.smart-filter-angle {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 19px;
    vertical-align: middle;
}

.smart-filter-angles {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.smart-filter-angles:after,
.smart-filter-angles:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 1px;
    background-color: var(--primary);
    content: "";
    transition: all 250ms ease;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
}

.smart-filter-angles:before,
.smart-filter-angle-up .smart-filter-angles:after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.smart-filter-angles:after { margin-left: 3px; }

.smart-filter-angles:after,
.smart-filter-angle-up .smart-filter-angles:before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

/*endregion*/

/*region hint*/
.smart-filter-hint {
    position: relative;
    display: inline-block;
    margin-right: 6px;
}

.smart-filter-hint-icon {
    display: block;
    padding: 0 5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: var(--primary);
    color: #fff;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
}

.smart-filter-hint-popup {
    position: absolute;
    top: calc(100% + 8px);
    left: -7px;
    z-index: 10;
    display: none;
    padding: 10px;
    min-width: 200px;
    max-width: 300px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.14);
}

.smart-filter-hint:hover .smart-filter-hint-popup { display: block; }

.smart-filter-hint-popup-angle {
    position: absolute;
    top: -5px;
    left: 10px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    background-color: #fff;
    transform: rotate(45deg);
}

/*endregion*/

.smart-filter-block {
    display: none;
    box-sizing: content-box;
    transition: padding .3s ease;
}

.smart-filter-button-box .smart-filter-block,
.smart-filter-parameters-box.bx-active .smart-filter-block { display: block; }

.smart-filter-parameters-box.bx-active .smart-filter-block i.bx-ft-sub {
    display: block;
    padding-bottom: 5px;
    font-style: normal;
    font-size: 14px;
}

/*region NUMBERS_WITH_SLIDER*/
.smart-filter-input-group-number { }

/*endregion*/

/*region TRACK FOR TYPE NUMBER*/

.smart-filter-slider-track-container {
    overflow: hidden;
    padding: 25px 18px 25px;
}

.smart-filter-slider-track {
    position: relative;
    height: 7px;
    background: #e7e7e7;
}

.smart-filter-slider-ruler {
    position: absolute;
    top: -6px;
    width: 1px;
    height: 17px;
    background: #a2bfc7;
}

.smart-filter-slider-ruler.p1 { left: -1px; }

.smart-filter-slider-ruler.p2 { left: 25%; }

.smart-filter-slider-ruler.p3 { left: 50%; }

.smart-filter-slider-ruler.p4 { left: 75%; }

.smart-filter-slider-ruler.p5 { right: -1px; }

.smart-filter-slider-ruler span {
    position: absolute;
    top: -16px;
    left: 50%;
    display: block;
    margin-left: -50px;
    width: 100px;
    color: #000;
    text-align: center;
    font-size: 11px;
}

.smart-filter-slider-ruler.p2 span,
.smart-filter-slider-ruler.p3 span,
.smart-filter-slider-ruler.p4 span { color: #6b8086; }

.smart-filter-slider-range { z-index: 50; }

.smart-filter-slider-range,
.smart-filter-slider-price-bar,
.smart-filter-slider-price-bar-vd,
.smart-filter-slider-price-bar-vn,
.smart-filter-slider-price-bar-v {
    position: absolute;
    top: 0;
    bottom: 0;
}

.smart-filter-slider-price-bar { z-index: 100; }

.smart-filter-slider-price-bar-vd {
    z-index: 60;
    background: #b1b1b1;
}

.smart-filter-slider-price-bar-vn {
    z-index: 70;
    background-color: var(--theme-color-light); }

.smart-filter-slider-price-bar-v {
    z-index: 80;
    background-color: var(--theme-color-primary);
}

.smart-filter-slider-handle {
    position: absolute;
    top: 100%;
    width: 0;
    height: 0;
    border: 7px solid var(--primary);
}

.smart-filter-slider-handle:hover {
    cursor: grab;
    -webkit-cursor: grab;
    -ms-cursor: grab;
    -o-cursor: grab;
}

.smart-filter-slider-handle:active {
    cursor: grabbing;
    -webkit-cursor: grabbing;
    -ms-cursor: grabbing;
    -o-cursor: grabbing;
}

.smart-filter-slider-handle.left {
    left: 0;
    margin-left: -14px;
    border-top: 7px solid transparent;
    border-left: 7px solid transparent;
}

.smart-filter-slider-handle.right {
    right: 0;
    margin-right: -14px;
    border-top: 7px solid transparent;
    border-right: 7px solid transparent;
}

/*endregion*/

/* region Select */
.smart-filter-input-group-dropdown {
    display: block;
    height: 31px;
    border: 1px solid #ccd5db;
    border-radius: 3px;
}

.smart-filter-input-group-dropdown.bx-active,
.smart-filter-input-group-dropdown:focus { border-color: var(--primary); }

.smart-filter-dropdown-block {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 29px 0 10px;
    width: 100%;
    height: 29px;
    border: none;
    border-radius: 2px;
    background: #fff;
}

.smart-filter-dropdown-text {
    overflow: hidden;
    max-width: 100%;
    height: 29px;
    vertical-align: middle;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 29px;
    cursor: pointer;
}

.smart-filter-dropdown-text.fix { min-width: 120px; }

.smart-filter-dropdown-text label { cursor: pointer; }

.smart-filter-dropdown-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 29px;
    height: 29px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;
    cursor: pointer;
}

.smart-filter-input-group-dropdown-flex {
    display: flex;
    align-items: center;
}

.smart-filter-input-group-dropdown-flex .smart-filter-checkbox-btn-image {
    margin-right: 5px;
}

/*
*    Select popup
*
*/

.smart-filter-dropdown-popup {
    padding: 0;
    min-width: 173px;
    background: #fff;
}

.smart-filter-dropdown-popup ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.smart-filter-dropdown-popup ul li {
    display: block;
    vertical-align: middle;
}

.smart-filter-dropdown-popup ul li:first-child {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}

.smart-filter-dropdown-popup ul li label {
    display: flex;
    align-items: center;
    overflow: hidden;
    /*padding: 0 5px;*/
    width: 100%;
    color: #575757;
    white-space: nowrap;
    cursor: pointer;
}

.smart-filter-dropdown-popup ul li label.selected,
.smart-filter-dropdown-popup ul li label:hover {
    background: #f3f8fa;
    color: #000;
}

.smart-filter-dropdown-popup ul li label.disabled {
    background: transparent;
    color: #b8b8b8;
}

.smart-filter-dropdown-popup ul li .smart-filter-dropdown-text { padding-left: 5px;}

/*endregion */

/* region TAGS */

.smart-filter-tag {
    padding: 18px;
    border-top: 1px solid var(--theme-color-light);
    border-bottom: 1px solid var(--theme-color-light);
}

.smart-filter .bx-tag-link {
    color: var(--theme-color-light);
    text-decoration: none;
    text-shadow: none;
    font-size: 12px;
}

.smart-filter .bx-tag-link.bx-active,
.smart-filter .bx-tag-link:hover { color: #1d3d46; }

/*endregion*/

/*region CHECKBOXES_WITH_PICTURES*/
.smart-filter-input-group-checkbox-pictures { }

.smart-filter-input-group-checkbox-pictures .smart-filter-param-label {
    display: block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

/*endregion*/

/*region CHECKBOXES_WITH_PICTURES_AND_LABELS*/
.smart-filter-input-group-checkbox-pictures-text { }

.smart-filter-input-group-checkbox-pictures-text .smart-filter-checkbox-label {
    display: flex;
    align-items: center;
}

.smart-filter-input-group-checkbox-pictures-text .smart-filter-checkbox-text { padding-left: 5px; }

/*endregion*/

/*region LABEL */
.smart-filter-checkbox-btn,
.smart-filter-checkbox-text-btn {
    position: relative;
    display: inline-block;
    padding: 3px;
    width: 31px;
    height: 31px;
    border: 1px solid #ccd5db;
    border-radius: 2px;
    background: #fff;
    color: #000;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    line-height: 23px;
    cursor: pointer;
    transition: border .3s ease, box-shadow .1s ease, color .3s ease;
}

.smart-filter-checkbox-btn:hover,
.smart-filter-checkbox-btn:active,
.smart-filter-checkbox-btn:focus,
.smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn,
.smart-filter-checkbox-label.bx-active .smart-filter-checkbox-btn,
.smart-filter-checkbox-text-label.bx-active .smart-filter-checkbox-btn { border-color: var(--primary); }
.smart-filter-checkbox-text,
.smart-filter-dropdown-text { font-size: 14px; }

.smart-filter-checkbox-label.disabled .smart-filter-checkbox-text,
.smart-filter-dropdown-label.disabled .smart-filter-dropdown-text,
.smart-filter-checkbox-text-label.disabled .smart-filter-checkbox-text,
.smart-filter-input-group-checkbox-list.disabled .smart-filter-checkbox-text { color: #6c6c6c; }

.smart-filter-checkbox-label.disabled .smart-filter-checkbox-btn,
.smart-filter-checkbox-text-label.disabled .smart-filter-checkbox-btn {
    position: relative;
    opacity: .7;
}

.smart-filter-checkbox-label.disabled .smart-filter-checkbox-btn:before,
.smart-filter-checkbox-text-label.disabled .smart-filter-checkbox-btn:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: block;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
    content: ' ';
    opacity: .7;
}

.smart-filter-number-label,
.smart-filter-dropdown-label,
.smart-filter-checkbox-label,
.smart-filter-checkbox-text-label {
    min-height: 20px;
    font-weight: normal;
    cursor: pointer;
}

/**/

.smart-filter-checkbox-btn-image {
    display: block;
    width: 23px;
    height: 23px;
    border-radius: 2px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
    vertical-align: middle;
    line-height: 24px;
    -webkit-background-size: cover;
}

.smart-filter-checkbox-btn-image.all {
    position: relative;
    border: none;
    box-shadow: none;
    display: inline-block;
}

.smart-filter-checkbox-btn-image.all:after,
.smart-filter-checkbox-btn-image.all:before {
    position: absolute;
    width: 60%;
    height: 60%;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
    content: " ";
}

.smart-filter-checkbox-btn-image.all:after {
    right: 0;
    bottom: 0;
}

.smart-filter-checkbox-btn-image.all:before {
    top: 0;
    left: 0;
}

/*endregion*/

/*region Checkbox / Radio */
.smart-filter-input-group-checkbox-list { }

.smart-filter-checklist {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*endregion*/

/* COLOR */
/* --- colors */
.smart-filter-param-btn.bx-color-sl { }

.smart-filter-param-label.disabled .smart-filter-param-btn.bx-color-sl {
    position: relative;
    background: transparent;
    box-shadow: none
}

.smart-filter-param-label.disabled .smart-filter-param-btn.bx-color-sl:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: block;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
    content: ' ';
    opacity: .7;
}

.smart-filter-param-label .smart-filter-param-btn:hover,
.smart-filter-param-label.bx-active .smart-filter-param-btn { border-color: var(--primary); }

/*
* BTN P/M
*
*/

.smart-filter-param-btn.bx-spm {
    padding: 0;
    min-width: 23px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: transparent;
    color: #767b7e;
    vertical-align: top;
    font-weight: normal;
    font-size: 17px;
    line-height: 23px;
}

.smart-filter-param-btn.bx-spm.bx-plus { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center; }

.smart-filter-param-btn.bx-spm.bx-minus { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center; }

.smart-filter-param-btn.bx-spm:active {
    outline: none !important;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
}

.smart-filter span.bx-spm {
    display: inline-block;
    margin: 0 10px;
    height: 23px;
    color: #000;
    vertical-align: middle;
    font-size: 18px;
    line-height: 23px;
}

/*
*    icon
*
*/

.smart-filter-select-popup .smart-filter-select-text-icon,
.smart-filter-select-text-icon {
    position: relative;
    display: inline-block;
    margin-top: -4px;
    margin-right: 2px;
    width: 23px;
    height: 23px;
    border-radius: 2px;
    vertical-align: middle;
    line-height: 33px;
}

.smart-filter-select-popup .smart-filter-btn-color-icon,
.smart-filter-btn-color-icon {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 2px;
    background-size: cover;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
    vertical-align: middle;
    line-height: 24px;
    -webkit-background-size: cover;
}

.smart-filter-select-popup .smart-filter-btn-color-icon {
    top: 0 !important;
    margin: 2px 0;
    width: 20px;
    height: 20px;
}

.smart-filter-select-block .smart-filter-btn-color-icon { top: -1px !important; }

.smart-filter-param-label.disabled .smart-filter-btn-color-icon { opacity: .2; }

/*
*     BIZ
*
*/

.smart-filter-parameter-biz {
    display: inline-block;
    margin-right: 10px;
    border-bottom: 1px dashed;
    color: #1485ce;
    text-decoration: none;
    font-size: 14px;
    line-height: 15px;
}

.smart-filter-parameter-biz:hover {
    border-bottom: 1px solid;
    text-decoration: none;
}

.smart-filter-parameter-biz.bx-active {
    position: relative;
    border-color: transparent;
    color: #000;
}

/*
*    BTN result and reset
*
*/

.btn-themes { color: #fff }

.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover { color: #fff }

/*
*     Result Popup
*
*/

.smart-filter-popup-result {
    position: absolute;
    z-index: 915;
    display: none;
    margin-top: -9px;
    margin-left: 10px;
    padding: 0 10px;
    min-height: 37px;
    border: 1px solid #c6dce7;
    color: #3f3f3f;
    white-space: nowrap;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
}

.smart-filter-popup-result.left {
    border-width: 2px 10px 2px 2px;
    -webkit-border-image: url(images/result_popup_left.png) 4 20 4 4 repeat;
    -moz-border-image: url(images/result_popup_left.png) 4 20 4 4 repeat;
    -o-border-image: url(images/result_popup_left.png) 4 20 4 4 repeat;
    border-image: url(images/result_popup_left.png) 4 20 4 4 fill repeat;
}

.smart-filter-popup-result.right {
    border-width: 2px 2px 2px 10px;
    -webkit-border-image: url(images/result_popup_right.png) 4 4 4 20 repeat;
    -moz-border-image: url(images/result_popup_right.png) 4 4 4 20 repeat;
    -o-border-image: url(images/result_popup_right.png) 4 4 4 20 repeat;
    border-image: url(images/result_popup_right.png) 4 4 4 20 fill repeat;
}

.smart-filter-popup-result.right { left: 97%; }

.smart-filter-popup-result.left { right: 103%; }

.smart-filter-horizontal .smart-filter-popup-result {
    position: relative;
    right: auto;
    bottom: -7px;
    left: auto;
    display: inline-block;
}

.smart-filter-popup-result a {
    color: #0073a3;
    line-height: 10px;
}

.smart-filter-popup-result a:hover { text-decoration: none; }

.smart-filter-popup-result-close { display: none; }

.product--button__center input {
    text-align: center;
  }

@media (max-width: 767px) {
    .bx-touch .smart-filter-popup-result {
        position: fixed !important;
        top: auto !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        z-index: 1001;
        margin-top: 0;
        margin-left: 0;
        padding: 10px;
        width: auto;
        height: auto;
        border: 1px solid #c6dae7;
        border-radius: 2px;
        background: rgba(255, 255, 255, .9);
        font-size: 12px;
        line-height: 14px;
    }

    .bx-touch .smart-filter-popup-result br { display: none; }

    .smart-filter-popup-result .arrow { display: none; }
}


.d-flex.justify-content-between .form-group {
    flex: 0 0 50%;
  }

  .smart-filter-input-container {
    background-color: #FFF;
    border: 1px solid #2B2A2933;
  }

  .smart-filter-input-container input {
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
  }

  .smart-filter-parameters-box {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .smart-filter-button-box {
    padding-top: 12px;
  }

  .col.smart-filter-button-box .smart-filter-parameters-box-container {
    display: flex;
    justify-content: space-between;
  }

  .check_custom input {
    display: none;
  }

  .check_custom {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    background-color: #FFF;
    border: 1px solid #AD2B2E;
  }

  .check_custom:has(input:checked) {
    background-color: #AD2B2E;
  }

  .check_custom:has(input:checked)::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.33333 9.33333L5.23309 10.7582C5.66178 11.0797 6.26772 11.0061 6.60705 10.5914L12 4' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-position: center;
  }

  .form-check-label {
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
  }

  .form-group.form-check {
    flex-direction: row;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
  }

  .smart-filter-input-group-checkbox-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  #set_filter {
    flex: 0 0 48%;
    border: none;
    padding: 12.5px 16px;
    color: #FFF;
    background-color: #AD2B2E;
    font-family: Manrope;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;
    cursor: pointer;
  }

  #del_filter {
    flex: 0 0 48%;
    border: none;
    padding: 12.5px 16px;
    background-color: #ffffff;
    font-family: Manrope;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;
    cursor: pointer;
  }

  .product--container__row:not(:last-child) {
    border-bottom: 2px #2B2A2933 solid;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .basket-items-list-item-removed-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .to--pages{
    padding: 0 32px;
  }
  .delivery--container{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 32px;
    background-color: var(--grey);
    gap: 32px;
}
.delivery--line{
    gap: 64px;
    display: flex;
}
.delivery--line--box{
    display: flex;
    gap: 20px;
    width: 100%;
}

.today{
    align-self: stretch;
    
    padding: 64px 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 32px;
}
.today__container{
    display: flex;
    width: 49%;
    gap: 32px;
}
.today__container__mini{
    display: flex;
    width: 100%;
    gap: 32px;
    
    
}
.today__container--mini--box{
    display: flex;
    gap:32px;
    width: 100%;
    flex-direction: column;

}
.today--cells{
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 204px;
}
.today--halv{
    display: flex;
    width: 100%;
    gap: 32px;
}
.preimyshetva{
    display: flex;
    flex-direction: column;
    background: var(--grey);
    padding: 64px 32px;
    width: 100%;
    gap: 32px;
}
.preimyshetva__container{
    display: flex;
    gap: 32px;
}
.preimyshetva__container--red{
    padding: 40px;
    display: flex;
    flex-direction: column;
    width: 36%;
    background: var(--dark_red);

}
.preimyshetva__container--white{
    padding: 40px;
    display: flex;
    flex-direction: column;
    width: 52%;
    background: var(--grey);
}
.thanks{
    display: flex;
    flex-direction: column;
    
    padding: 64px 32px;
    width: 100%;
    gap: 32px;
}
.thanks__container{
    display: flex;
    gap: 32px;
    position: relative;
}
.thanks--img{
    width: 24%;
    height: 600px;
    background: var(--grey);
}
.thanks--scrollbutton {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--grey);
    width: 64px;
    height: 64px;
    
    stroke: #AD2B2E;
    transition: 0.3s;
}
.thanks--scrollbutton.btn--left{
    left: -26px;
    top: 250px;
    z-index: 1;
}
.thanks--scrollbutton.btn--right{
    right: -26px;
    top: 250px;
}
.thanks--scrollbutton:hover{
    
    background: var(--dark_red);
    transition: 0.3s, 0.3s;
    stroke: var(--white)
}
.contact--map{
    width: 100%;
    min-height: 500px;
}
.contact--requizit{
    display: flex;
    flex-direction: column;
    max-width: 55%;
}
.contact--requizit__box{
    display: flex;
    gap: 16px;
    padding: 16px;
    align-items: flex-start;
    max-width: 100%;
}
.contact--requizit__box--name{
    min-width: 250px;
    display: flex;
}
.contact--requizit__box--description{
    display: flex;
    max-width: 100%;
    flex-direction: column;
}
.contact__us{
    display: flex;
    background: var(--grey);
    padding: 32px 24px;
    justify-content: space-between;
}
.contact__us--title{
    gap: 32px;
    display: flex;
    flex-direction: column;
}
.contact__us--container--box{
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}
.contact__us--container--button--box {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}
.contact__us--form{
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 50%;
}

.event .font.price {
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	word-wrap: break-word;
	color: var(--black);
  }

  .form-popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #000000B2;
    width: 100%;
    height: 100%;
  }

  .form-panel {
    position: relative;
    height: 100%;
    max-width: 700px;
    background: #FFF;
    padding: 64px;
    overflow-y: scroll;
  }

  .form-panel-close {
    position: absolute;
    top: 32px;
    right: 32px;
    cursor: pointer;
  }

  .form-popup.hidden {
    display: none;
  }

  .no-scroll {
    overflow: hidden;
  }

  #title-search:has(input:focus) {
    background-color: var(--grey);
  }

  #title-search-input:focus {
    color: #2B2A29 !important;
    font-family: Manrope;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
  }

  #title-search:has(input:focus) svg circle, 
  #title-search:has(input:focus) svg path {
    stroke: #2B2A29;
  }

  .search-page form {
    display: flex;
    background-color: var(--grey);
    padding: 15px 25px;
    margin-bottom: 32px;
  }

  .search-page form input[type="text"] {
    border-bottom: 1px solid #2B2A2933;
  }

  .search-page form button[type="submit"] {
    display: flex;
    align-items: end;
    justify-content: center;
    margin-right: 5px;
    width: 40px;
    height: 40px;
  }

  .search-item-box {
    background: var(--grey);
    margin-bottom: 16px;
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .search-item-box-title {
    font-family: Manrope;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0%;
  }

  .search-item-box-preview {
    font-family: Manrope;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #2B2A2980;
  }

  .search-item-box-preview b {
    font-weight: 500;
    color: #2B2A29;
  }

  .search-item-box-path {
    color: #2B2A2980 !important;
    font-family: Manrope;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0%;
  }

  .search-item-box a {
    color: #2B2A29;
  }

  .search-sorter b {
    font-weight: 500;
  }

  .search-sorter a {
    color: #AD2B2E;
  }

  .search-go-btn {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #AD2B2E;
  }

  .search-go-btn:hover {
    background-color: #AD2B2E;
  }

  .search-go-btn:hover svg path {
    stroke: #FFF;
  }


  .wrapper-auth{
    padding: 32px;
    margin: auto;
}

  .auth-title {
    font-family: Manrope;
    font-weight: 600;
    font-size: 54px;
    line-height: 130%;
    color: #2B2A29;
    margin-bottom: 16px;
    display: block;
}

.auth-linkline {
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 32px;
}

.bx-authform {
    margin: 0 0 25px;
    max-width: 630px;
}

.bx-authform-formgroup-container {
    margin-bottom: 32px;
}

.bx-authform-input-container input {
    background-color: #FFF !important;
    padding: 12px 16px !important;
    font-family: Manrope !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 140% !important;
    display: block;
}

.bx-authform-label-container {
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    padding-bottom: 4px;
    color: #2B2A2980;
}

.auth-linkline a {
    text-decoration: underline;
    color: #AD2B2E;
}

.pwnotice {
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    display: block;
    margin-top: 4px;
    color: #2B2A2980;
}

  .i-forgor {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

.i-forgor a {
    color: #AD2B2E;
}

.bx-authform .btn.btn-primary {
    width: 100%;
    padding: 12px 20px;
    cursor: pointer;
    border: none;
    font-family: 'Manrope';
    color: #FFF;
    background-color: #AD2B2E;
    font-family: Manrope;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
}

.form-head {
    font-family: Manrope;
    font-weight: 600;
    font-size: 54px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #2B2A29;
    display: block;
    margin-bottom: 16px;
  }

  .form-subhead {
    font-family: Manrope;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    display: block;
    color: #2B2A2980;
    margin-bottom: 32px;
  }

  .mb-4.catalog-section .row {
    display: flex;
    flex-wrap: wrap;
  }

@media (max-width: 1430px) {
    .catalog-filter-block.mobile-hidden {
        display: none;
    }
    
}

@media (max-width: 1280px) {
    .podcategory--line {
        flex: 0 0 calc(100% / 4);
    }
    .tovar--top, .tovar--middle {
        flex-direction: column;
      }
      .middle--description--navigation {
        width: 100%;
        min-width: 0px;
      }
      .font.h5.named {
        width: 100%;
      }
      .tovar--top__image__cont {
        display: flex;
        align-content: center;
        justify-content: center;
        width: 100% !important;
      }
      .tovar--price {
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-direction: column;
        gap: 18px;
      }
}

@media (max-width: 1080px) {
    .col-sm-4.product-item-small-card {
        flex: 0 0 50%;
        width: 50%;
    }
    .mb-4.catalog-section .row {
        display: flex;
        flex-wrap: wrap;
    }
    
}

  @media (max-width: 768px) {
    .form-head {
        font-family: Manrope;
        font-weight: 600;
        font-size: 40px;
        line-height: 130%;
        letter-spacing: 0%;
        color: #2B2A29;
        display: block;
        margin-bottom: 16px;
      }
    
      .form-subhead {
        font-family: Manrope;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0%;
        display: block;
        color: #2B2A2980;
        margin-bottom: 32px;
      }
      .form-panel {
        padding: 32px;

      }
    .red--footer--left {
        max-width: none;
        min-width: 0px;
    }
    .red--footer--inner {
        flex-direction: column;
      }
      .red--footer--right {
       min-width: 0px;
       max-width: none;
      }
      .footer--nav--col {
        flex-direction: column;
        gap: 20px;
      }
      .footer--confidence {
        flex-direction: column;
      }
      .row.product-item-list-col-4 > div {
        flex: 0 0 50%;
        width: 50%;
      }
      .mb-4.catalog-section .row {
        display: flex;
        flex-wrap: wrap;
      }
      .today{
        align-self: stretch;
        
        padding: 32px 16px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 16px;
    }
    .today__container{
        display: flex;
        width: 100%;
        gap: 16px;
        flex-direction: column;
    }
    .today__container__mini{
        display: flex;
        width: 100%;
        gap: 16px;
        flex-direction: column;
        
    }
    .today__container--mini--box{
        display: flex;
        gap:16px;
        width: 100%;
        flex-direction: column;
    
    }
    .today--cells{
        display: flex;
        flex-direction: column;
        width: 100%;
        min-height: 0px;
    }
    .today--halv{
        display: flex;
        width: 100%;
        gap: 32px;
        flex-direction: column;
    }
    .preimyshetva{
        display: flex;
        flex-direction: column;
        background: var(--grey);
        padding: 32px 16px;
        width: 100%;
        gap: 16px;
    }
    .preimyshetva__container{
        display: flex;
        gap: 32px;
        flex-direction: column;
    }
    .preimyshetva__container--red{
        padding: 40px;
        display: flex;
        flex-direction: column;
        width: 100%;
        background: var(--dark_red);
    
    }
    .preimyshetva__container--white{
        padding: 40px;
        display: flex;
        flex-direction: column;
        width: 100%;
        background: var(--grey);
    }
    .mobil{
        flex-direction: column-reverse;
    }
    .thanks{
        display: flex;
        flex-direction: column;
        
        padding: 32px 16px;
        width: 100%;
        gap: 16px;
    }
    .thanks__container{
        display: flex;
        gap: 8px;
        position: relative;
    }
    .thanks--img{
        width: 100%;
        height: 280px;
        background: var(--grey);
    }
    .thanks--scrollbutton {
        position: absolute;
        display: none;
        justify-content: center;
        align-items: center;
        background: var(--grey);
        width: 48px;
        height: 48px;
        
        stroke: #AD2B2E;
        transition: 0.3s;
    }
    .catalog-filter-block {

    }
    .podcategory--line {
        flex: 0 0 calc(100% / 3);
    }
    .catalog-filter-block.mobile-hidden {
        display: none;
    }
    .thanks--scrollbutton.btn--left{
        left: -26px;
        top: 250px;
        z-index: 1;
    }
    .thanks--scrollbutton.btn--right{
        right: -26px;
        top: 250px;
    }
    .thanks--scrollbutton:hover{
        
        background: var(--dark_red);
        transition: 0.3s, 0.3s;
        stroke: var(--white)
    }
    .wrapper--new{
        padding: 0 16px 32px 16px;
        gap: 16px;
        display: flex
    ;
        flex-direction: column;
        max-width: 100%;
    }
    .otziv--container{
        align-self: stretch; 
        max-height: 100%; 
        justify-content: flex-start; 
        align-items: flex-start; 
        gap: 32px; 
        display: flex;
        flex-direction: column;
        max-width: 100%;
        white-space: wrap;
    }
    .otziv--box{
        min-width: 0%;
        width: 100%;
        min-height: 285px;
        padding: 16px;
        background: var(--grey);
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start;
        display: flex;
        gap: 16px;
        white-space: wrap;
        
    }
    .otziv--box--feed{
        min-width: 49%;
        min-height: 236px;
        padding: 16px;
        background: var(--grey);
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start;
        display: flex;
        gap: 16px;
        
    }
    
    .otziv--box .dannie{
        min-width: 328px; max-height: 197px;
        min-height: 54px;
        justify-content: flex-start; 
        gap: 16px; 
        display: flex;
        flex-direction: column;
    }
    .dannie--name{
        min-width: 179px; min-height: 40px; 
        flex-direction: column; 
        justify-content: flex-start; 
        align-items: flex-start; 
        gap: 4px; 
        display: flex
    }
    .otziv--text{
        min-width: 639px; max-height: 100px;
    }
    .otziv--text span{
        
        overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            line-clamp: 3;
            -webkit-box-orient: vertical;
    }
    .otziv__navigation__arrow__container{
        align-self: stretch; 
        justify-content: flex-end; 
        align-items: center; 
        display: flex;
        gap: 16px;
    }
    .contact--requizit{
        display: flex;
        flex-direction: column;
        max-width: 55%;
    }
    .contact--requizit__box{
        display: flex;
        gap: 4px;
        padding: 16px;
        align-items: flex-start;
        max-width: 100%;
        
    }
    .contact--requizit__box--name{
        min-width: 168px;
        display: flex;
    }
    .contact--requizit__box--description{
        display: flex;
        max-width: 100%;
        flex-direction: column;
    }
    .contact__us{
        display: flex;
        background: var(--grey);
        padding: 32px 12px;
        justify-content: space-between;
        flex-direction: column;
    }
    .contact__us--title{
        gap: 32px;
        display: flex;
        flex-direction: column;
    }
    .contact__us--container--box{
        display: flex;
        flex-direction: column;
        gap: 4px;
        width: 100%;
    }
    .contact__us--container--button--box {
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;
        text-wrap: wrap;
    }
    .contact__us--form{
        display: flex;
        flex-direction: column;
        gap: 32px;
        width: 100%;
        
    }
    .cart--info--title--icon{
        max-width: 100%; 
        max-height: 31px; 
        justify-content: space-between; 
        align-items: center; 
        gap: 8px; display: flex;
        text-wrap: wrap;
    }
  }

  @media (max-width: 580px) {
      .podcategory--line {
        flex: 0 0 calc(100% / 2);
      }
  }

  @media (max-width: 480px) {
    .diamond__item {
        display: flex;
        padding:
      64px 12px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        align-self: stretch;
        gap:
      32px;
      }
      
      
    .podcategory--line {
       /*  flex: 0 0 100%; */
    }
    #basket-root {
        flex-direction: column;
    }
    .product--box {
        flex-direction: column;
        }
        #basket-root .product--button__add span {
            display: block !important;
            width: 78% !important;
            margin-left: 0 !important;
        }
        #basket-root .cart--box--right {
            display: flex;
            gap: 40px;
            align-items: flex-start;
            flex-wrap: wrap;
        }
        #basket-root .cart--price {
        margin-left: auto;
        }
        #basket-root .product--image__row {
            position: relative;
            width: 50px;
            max-height: 130px;
            overflow: hidden;
            display: flex;
        }
        #basket-root .product--button--container {
            width: 100%;
            min-height: 32px;
            justify-content: flex-start;
            align-items: center;
            gap: 8px;
            display: flex;
            margin-top: auto;
            height: 0px;
            position: absolute;
            top: -5px;
        }
        #basket-root button[data-entity="basket-item-delete"] svg {
            width: 26px !important;
            }
          #basket-root  .diamond--info--title {
            justify-content: space-between;
            align-items: center;
            display: flex;
            width: 78%;
            }
            #basket-root .promo__input {
            width: 78%;
            max-height: 48px;
            justify-content: flex-start;
            align-items: center;
            gap: 8px;
            display: inline-flex;
            background: var(--white);
            border: 1px rgba(43, 42, 41, 0.20) solid;
            }
        #basket-root .product--image__icon__row, #basket-root .partner--name {
        display: none;
        }
         #basket-root .product--box {
    flex-direction: column;
    position: relative;
  }
  #basket-root button[data-entity="basket-item-delete"] {
    position: absolute;
    top: 0;
    right: 0px;
    }
    [type="number"] {
        width: 100%;
        border-color: transparent;
        background: rgba(255, 255, 255, 0.0);
        padding: 0px 0px;
        font-size: 12px !important;
    }
  }

  .title.t1 {
    font-family: Manrope;
    font-weight: 600;
    font-size: 54px;
    line-height: 130%;
    letter-spacing: 0%;
    font-variant-numeric-figure: lining-nums;
    font-variant-numeric-spacing: proportional-nums;
  }

.contact__us .form-header-block {
  display: none;
}

.filter-mobile-button {
    background: var(--grey);
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    padding: 12px;
    margin-right: 12px;
    cursor: pointer;
    display: none;
  }

  .filter-close-button {
    display: none;
  }


@media (max-width: 768px) {
    .filter-mobile-button {
        display: flex;
    }
    .filter-close-button {
        display: block;
        position: absolute;
        top: 20px;
        right: 24px;
    }
    .smart-filter-section .diamond--info--title svg {
        display: none;
    }
}

.diamond--info.catalog-filter-block.mobile-hidden.visible {
    display: block !important;
    position: fixed;
    top: 0px;
    left: 0;
    background-color: #FFF;
    z-index: 999;
    width: 100%;
    height: 100%;
}

@media (max-width: 1220px) {
    .header .header__container {
        gap: 10px;
    }

    .header__info {
        gap: 10px;
    }

    .header__info .info__nav {
        gap: 10px;
    }

    .font.h3 {
        line-height: normal;
    }

    .header__button a svg {
        width: 120px;
        height: 36px;
    }

    .font.nav {
        font-size: 14px;
        line-height: normal;
    }

    .search {
        gap: 0px;
    }

    .font.h1 {
        font-size: 40px;
        line-height: 50px;
    }
}


@media (max-width: 935px) {
    .header .header__container {
        gap: 10px;
    }

    .header__info {
        gap: 10px;
    }

    .header__info .info__nav {
        gap: 10px;
    }

    .font.h3 {
        line-height: normal;
    }

    .header__button a svg {
        width: 120px;
        height: 36px;
    }

    .font.nav {
        font-size: 14px;
        line-height: normal;
    }

    .search {
        gap: 0px;
    }

    .font.h1 {
        font-size: 40px;
        line-height: 50px;
    }
}

.catalog-menu-btn {
  color: #FFF;
  font-family: Manrope;
  font-size: 16px;
  display: flex;
  gap: 5px;
  align-items: center;
}

.header-general .catalog-menu-btn {
    color: #2B2A29;
}

.catalog-menu-btn::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjAnIGhlaWdodD0nMjAnIHZpZXdCb3g9JzAgMCAyMCAyMCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBmaWxsLXJ1bGU9J2V2ZW5vZGQnIGNsaXAtcnVsZT0nZXZlbm9kZCcgZD0nTTUuMjA4MTcgMi45MTY2N0MyLjkxNjUgMi45MTY2NyAyLjkxNjUgMy4wOSAyLjkxNjUgNS4yMDgzM1Y1LjIyOTE3QzIuOTE2NSA2LjE1MTY3IDIuOTE2NSA2LjgxODMzIDMuMTQyMzQgNy4xQzMuMzYzMTcgNy4zNzMzMyA0LjAxOSA3LjUgNS4yMDgxNyA3LjVDNi4zOTczNCA3LjUgNy4wNTMxNyA3LjM3MjUgNy4yNzQgNy4wOTkxN0M3LjQ5OTg0IDYuODE4MzMgNy40OTk4NCA2LjE1MTY3IDcuNDk5ODQgNS4yMjgzM0M3LjQ5OTg0IDMuMDkgNy40OTk4NCAyLjkxNjY3IDUuMjA4MTcgMi45MTY2N1pNNS4yMDgxNyA4Ljc1QzMuODAzMTcgOC43NSAyLjc0OSA4LjYwMjUgMi4xNjk4NCA3Ljg4MzMzQzEuNjY2NSA3LjI1OTE3IDEuNjY2NSA2LjQwNzUgMS42NjY1IDUuMjI5MTdMMi4yOTE1IDUuMjA4MzNIMS42NjY1QzEuNjY2NSAyLjgxNjY3IDEuODE3MzQgMS42NjY2NyA1LjIwODE3IDEuNjY2NjdDOC41OTkgMS42NjY2NyA4Ljc0OTg0IDIuODE2NjcgOC43NDk4NCA1LjIwODMzQzguNzQ5ODQgNi40MDY2NyA4Ljc0OTg0IDcuMjU5MTcgOC4yNDY1IDcuODgzMzNDNy42NjczNCA4LjYwMjUgNi42MTMxNyA4Ljc1IDUuMjA4MTcgOC43NVonIGZpbGw9J3doaXRlJy8+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBjbGlwLXJ1bGU9J2V2ZW5vZGQnIGQ9J00xNC4zNzQ3IDIuOTE2NjdDMTIuMDgzIDIuOTE2NjcgMTIuMDgzIDMuMDkgMTIuMDgzIDUuMjA4MzNWNS4yMjkxN0MxMi4wODMgNi4xNTE2NyAxMi4wODMgNi44MTgzMyAxMi4zMDg4IDcuMUMxMi41Mjk3IDcuMzczMzMgMTMuMTg1NSA3LjUgMTQuMzc0NyA3LjVDMTUuNTYzOCA3LjUgMTYuMjE5NyA3LjM3MjUgMTYuNDQwNSA3LjA5OTE3QzE2LjY2NjMgNi44MTgzMyAxNi42NjYzIDYuMTUxNjcgMTYuNjY2MyA1LjIyODMzQzE2LjY2NjMgMy4wOSAxNi42NjYzIDIuOTE2NjcgMTQuMzc0NyAyLjkxNjY3Wk0xNC4zNzQ3IDguNzVDMTIuOTY5NyA4Ljc1IDExLjkxNTUgOC42MDI1IDExLjMzNjMgNy44ODMzM0MxMC44MzMgNy4yNTkxNyAxMC44MzMgNi40MDc1IDEwLjgzMyA1LjIyOTE3TDExLjQ1OCA1LjIwODMzSDEwLjgzM0MxMC44MzMgMi44MTY2NyAxMC45ODM4IDEuNjY2NjcgMTQuMzc0NyAxLjY2NjY3QzE3Ljc2NTUgMS42NjY2NyAxNy45MTYzIDIuODE2NjcgMTcuOTE2MyA1LjIwODMzQzE3LjkxNjMgNi40MDY2NyAxNy45MTYzIDcuMjU5MTcgMTcuNDEzIDcuODgzMzNDMTYuODMzOCA4LjYwMjUgMTUuNzc5NyA4Ljc1IDE0LjM3NDcgOC43NVonIGZpbGw9J3doaXRlJy8+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBjbGlwLXJ1bGU9J2V2ZW5vZGQnIGQ9J001LjIwODE3IDEyLjA4MzNDMi45MTY1IDEyLjA4MzMgMi45MTY1IDEyLjI1NjcgMi45MTY1IDE0LjM3NVYxNC4zOTU4QzIuOTE2NSAxNS4zMTgzIDIuOTE2NSAxNS45ODUgMy4xNDIzNCAxNi4yNjY3QzMuMzYzMTcgMTYuNTQgNC4wMTkgMTYuNjY2NyA1LjIwODE3IDE2LjY2NjdDNi4zOTczNCAxNi42NjY3IDcuMDUzMTcgMTYuNTM5MiA3LjI3NCAxNi4yNjU4QzcuNDk5ODQgMTUuOTg1IDcuNDk5ODQgMTUuMzE4MyA3LjQ5OTg0IDE0LjM5NUM3LjQ5OTg0IDEyLjI1NjcgNy40OTk4NCAxMi4wODMzIDUuMjA4MTcgMTIuMDgzM1pNNS4yMDgxNyAxNy45MTY3QzMuODAzMTcgMTcuOTE2NyAyLjc0OSAxNy43NjkyIDIuMTY5ODQgMTcuMDVDMS42NjY1IDE2LjQyNTggMS42NjY1IDE1LjU3NDIgMS42NjY1IDE0LjM5NThMMi4yOTE1IDE0LjM3NUgxLjY2NjVDMS42NjY1IDExLjk4MzMgMS44MTczNCAxMC44MzMzIDUuMjA4MTcgMTAuODMzM0M4LjU5OSAxMC44MzMzIDguNzQ5ODQgMTEuOTgzMyA4Ljc0OTg0IDE0LjM3NUM4Ljc0OTg0IDE1LjU3MzMgOC43NDk4NCAxNi40MjU4IDguMjQ2NSAxNy4wNUM3LjY2NzM0IDE3Ljc2OTIgNi42MTMxNyAxNy45MTY3IDUuMjA4MTcgMTcuOTE2N1onIGZpbGw9J3doaXRlJy8+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBjbGlwLXJ1bGU9J2V2ZW5vZGQnIGQ9J00xNC4zNzQ3IDEyLjA4MzNDMTIuMDgzIDEyLjA4MzMgMTIuMDgzIDEyLjI1NjcgMTIuMDgzIDE0LjM3NVYxNC4zOTU4QzEyLjA4MyAxNS4zMTgzIDEyLjA4MyAxNS45ODUgMTIuMzA4OCAxNi4yNjY3QzEyLjUyOTcgMTYuNTQgMTMuMTg1NSAxNi42NjY3IDE0LjM3NDcgMTYuNjY2N0MxNS41NjM4IDE2LjY2NjcgMTYuMjE5NyAxNi41MzkyIDE2LjQ0MDUgMTYuMjY1OEMxNi42NjYzIDE1Ljk4NSAxNi42NjYzIDE1LjMxODMgMTYuNjY2MyAxNC4zOTVDMTYuNjY2MyAxMi4yNTY3IDE2LjY2NjMgMTIuMDgzMyAxNC4zNzQ3IDEyLjA4MzNaTTE0LjM3NDcgMTcuOTE2N0MxMi45Njk3IDE3LjkxNjcgMTEuOTE1NSAxNy43NjkyIDExLjMzNjMgMTcuMDVDMTAuODMzIDE2LjQyNTggMTAuODMzIDE1LjU3NDIgMTAuODMzIDE0LjM5NThMMTEuNDU4IDE0LjM3NUgxMC44MzNDMTAuODMzIDExLjk4MzMgMTAuOTgzOCAxMC44MzMzIDE0LjM3NDcgMTAuODMzM0MxNy43NjU1IDEwLjgzMzMgMTcuOTE2MyAxMS45ODMzIDE3LjkxNjMgMTQuMzc1QzE3LjkxNjMgMTUuNTczMyAxNy45MTYzIDE2LjQyNTggMTcuNDEzIDE3LjA1QzE2LjgzMzggMTcuNzY5MiAxNS43Nzk3IDE3LjkxNjcgMTQuMzc0NyAxNy45MTY3WicgZmlsbD0nd2hpdGUnLz48L3N2Zz4=");
}

.header-general .catalog-menu-btn::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjAnIGhlaWdodD0nMjAnIHZpZXdCb3g9JzAgMCAyMCAyMCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBmaWxsLXJ1bGU9J2V2ZW5vZGQnIGNsaXAtcnVsZT0nZXZlbm9kZCcgZD0nTTUuMjA4MTcgMi45MTY2N0MyLjkxNjUgMi45MTY2NyAyLjkxNjUgMy4wOSAyLjkxNjUgNS4yMDgzM1Y1LjIyOTE3QzIuOTE2NSA2LjE1MTY3IDIuOTE2NSA2LjgxODMzIDMuMTQyMzQgNy4xQzMuMzYzMTcgNy4zNzMzMyA0LjAxOSA3LjUgNS4yMDgxNyA3LjVDNi4zOTczNCA3LjUgNy4wNTMxNyA3LjM3MjUgNy4yNzQgNy4wOTkxN0M3LjQ5OTg0IDYuODE4MzMgNy40OTk4NCA2LjE1MTY3IDcuNDk5ODQgNS4yMjgzM0M3LjQ5OTg0IDMuMDkgNy40OTk4NCAyLjkxNjY3IDUuMjA4MTcgMi45MTY2N1pNNS4yMDgxNyA4Ljc1QzMuODAzMTcgOC43NSAyLjc0OSA4LjYwMjUgMi4xNjk4NCA3Ljg4MzMzQzEuNjY2NSA3LjI1OTE3IDEuNjY2NSA2LjQwNzUgMS42NjY1IDUuMjI5MTdMMi4yOTE1IDUuMjA4MzNIMS42NjY1QzEuNjY2NSAyLjgxNjY3IDEuODE3MzQgMS42NjY2NyA1LjIwODE3IDEuNjY2NjdDOC41OTkgMS42NjY2NyA4Ljc0OTg0IDIuODE2NjcgOC43NDk4NCA1LjIwODMzQzguNzQ5ODQgNi40MDY2NyA4Ljc0OTg0IDcuMjU5MTcgOC4yNDY1IDcuODgzMzNDNy42NjczNCA4LjYwMjUgNi42MTMxNyA4Ljc1IDUuMjA4MTcgOC43NVonIGZpbGw9JyMyQjJBMjknLz48cGF0aCBmaWxsLXJ1bGU9J2V2ZW5vZGQnIGNsaXAtcnVsZT0nZXZlbm9kZCcgZD0nTTE0LjM3NDcgMi45MTY2N0MxMi4wODMgMi45MTY2NyAxMi4wODMgMy4wOSAxMi4wODMgNS4yMDgzM1Y1LjIyOTE3QzEyLjA4MyA2LjE1MTY3IDEyLjA4MyA2LjgxODMzIDEyLjMwODggNy4xQzEyLjUyOTcgNy4zNzMzMyAxMy4xODU1IDcuNSAxNC4zNzQ3IDcuNUMxNS41NjM4IDcuNSAxNi4yMTk3IDcuMzcyNSAxNi40NDA1IDcuMDk5MTdDMTYuNjY2MyA2LjgxODMzIDE2LjY2NjMgNi4xNTE2NyAxNi42NjYzIDUuMjI4MzNDMTYuNjY2MyAzLjA5IDE2LjY2NjMgMi45MTY2NyAxNC4zNzQ3IDIuOTE2NjdaTTE0LjM3NDcgOC43NUMxMi45Njk3IDguNzUgMTEuOTE1NSA4LjYwMjUgMTEuMzM2MyA3Ljg4MzMzQzEwLjgzMyA3LjI1OTE3IDEwLjgzMyA2LjQwNzUgMTAuODMzIDUuMjI5MTdMMTEuNDU4IDUuMjA4MzNIMTAuODMzQzEwLjgzMyAyLjgxNjY3IDEwLjk4MzggMS42NjY2NyAxNC4zNzQ3IDEuNjY2NjdDMTcuNzY1NSAxLjY2NjY3IDE3LjkxNjMgMi44MTY2NyAxNy45MTYzIDUuMjA4MzNDMTcuOTE2MyA2LjQwNjY3IDE3LjkxNjMgNy4yNTkxNyAxNy40MTMgNy44ODMzM0MxNi44MzM4IDguNjAyNSAxNS43Nzk3IDguNzUgMTQuMzc0NyA4Ljc1WicgZmlsbD0nIzJCMkEyOScvPjxwYXRoIGZpbGwtcnVsZT0nZXZlbm9kZCcgY2xpcC1ydWxlPSdldmVub2RkJyBkPSdNNS4yMDgxNyAxMi4wODMzQzIuOTE2NSAxMi4wODMzIDIuOTE2NSAxMi4yNTY3IDIuOTE2NSAxNC4zNzVWMTQuMzk1OEMyLjkxNjUgMTUuMzE4MyAyLjkxNjUgMTUuOTg1IDMuMTQyMzQgMTYuMjY2N0MzLjM2MzE3IDE2LjU0IDQuMDE5IDE2LjY2NjcgNS4yMDgxNyAxNi42NjY3QzYuMzk3MzQgMTYuNjY2NyA3LjA1MzE3IDE2LjUzOTIgNy4yNzQgMTYuMjY1OEM3LjQ5OTg0IDE1Ljk4NSA3LjQ5OTg0IDE1LjMxODMgNy40OTk4NCAxNC4zOTVDNy40OTk4NCAxMi4yNTY3IDcuNDk5ODQgMTIuMDgzMyA1LjIwODE3IDEyLjA4MzNaTTUuMjA4MTcgMTcuOTE2N0MzLjgwMzE3IDE3LjkxNjcgMi43NDkgMTcuNzY5MiAyLjE2OTg0IDE3LjA1QzEuNjY2NSAxNi40MjU4IDEuNjY2NSAxNS41NzQyIDEuNjY2NSAxNC4zOTU4TDIuMjkxNSAxNC4zNzVIMS42NjY1QzEuNjY2NSAxMS45ODMzIDEuODE3MzQgMTAuODMzMyA1LjIwODE3IDEwLjgzMzNDOC41OTkgMTAuODMzMyA4Ljc0OTg0IDExLjk4MzMgOC43NDk4NCAxNC4zNzVDOC43NDk4NCAxNS41NzMzIDguNzQ5ODQgMTYuNDI1OCA4LjI0NjUgMTcuMDVDNy42NjczNCAxNy43NjkyIDYuNjEzMTcgMTcuOTE2NyA1LjIwODE3IDE3LjkxNjdaJyBmaWxsPScjMkIyQTI5Jy8+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBjbGlwLXJ1bGU9J2V2ZW5vZGQnIGQ9J00xNC4zNzQ3IDEyLjA4MzNDMTIuMDgzIDEyLjA4MzMgMTIuMDgzIDEyLjI1NjcgMTIuMDgzIDE0LjM3NVYxNC4zOTU4QzEyLjA4MyAxNS4zMTgzIDEyLjA4MyAxNS45ODUgMTIuMzA4OCAxNi4yNjY3QzEyLjUyOTcgMTYuNTQgMTMuMTg1NSAxNi42NjY3IDE0LjM3NDcgMTYuNjY2N0MxNS41NjM4IDE2LjY2NjcgMTYuMjE5NyAxNi41MzkyIDE2LjQ0MDUgMTYuMjY1OEMxNi42NjYzIDE1Ljk4NSAxNi42NjYzIDE1LjMxODMgMTYuNjY2MyAxNC4zOTVDMTYuNjY2MyAxMi4yNTY3IDE2LjY2NjMgMTIuMDgzMyAxNC4zNzQ3IDEyLjA4MzNaTTE0LjM3NDcgMTcuOTE2N0MxMi45Njk3IDE3LjkxNjcgMTEuOTE1NSAxNy43NjkyIDExLjMzNjMgMTcuMDVDMTAuODMzIDE2LjQyNTggMTAuODMzIDE1LjU3NDIgMTAuODMzIDE0LjM5NThMMTEuNDU4IDE0LjM3NUgxMC44MzNDMTAuODMzIDExLjk4MzMgMTAuOTgzOCAxMC44MzMzIDE0LjM3NDcgMTAuODMzM0MxNy43NjU1IDEwLjgzMzMgMTcuOTE2MyAxMS45ODMzIDE3LjkxNjMgMTQuMzc1QzE3LjkxNjMgMTUuNTczMyAxNy45MTYzIDE2LjQyNTggMTcuNDEzIDE3LjA1QzE2LjgzMzggMTcuNzY5MiAxNS43Nzk3IDE3LjkxNjcgMTQuMzc0NyAxNy45MTY3WicgZmlsbD0nIzJCMkEyOScvPjwvc3ZnPg==");
}

.mobile-menu__container .container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 30px;
  font-size: 18px;
  max-height: 90vh;
  overflow-y: auto;
}

.section-collapsable {
  display: flex;
  flex-direction: column;
 /*  gap: 0px;
  margin-top: 8px; */
}

.mobile-menu__header .container {
  padding: 26px;
  padding-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: end;
}

#menuMobileHide {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 5px;
}

#menuMobile {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFF;
  z-index: 9999;
  width: 100%;
  height: 100%;
}

#menuMobile.hidden {
  display: none;
}

.mobile-menu__item--static {
  display: flex;
  align-items: center;
  gap: 5px;
}

.mobile-menu__item--static svg {
  flex: 0 0 22px;
}

.mobile-menu__item--collapsable a, .mobile-menu__item--static span {
  color: var(--black);
}

.mobile-menu__item--collapsable {
  padding: 5px;
}

.mobile-menu__catalog > .mobile-menu__item--collapsable {
    padding: 0px;
}

.mobile-catalog-subitems a {
  color: var(--black);
}

.icon span {
  font-size: 14px;
  color: #2b2a29;
}

.white .icon span {
  font-size: 14px;
  color: #FFF;
}

.icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hit-section .row {
    flex-wrap: nowrap !important;
}

.hit-section .row .product-item-small-card {
  flex: 0 0 calc(100% / 6) !important;
}

.hit-section .product--button__add {
    min-width: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 13px;
    padding-right: 13px;
}

.hit-section .product--button__add span {
  display: none;
  
}

@media (max-width: 768px) {
    
}

.optreg-msg a {
    color: var(--black);
    text-decoration: underline;
    font-size: 14px;
}

.font.h3.light.named{
    flex: 1;
    min-width: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* количество строк */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 42px;
}

.wholesale-notice {
  margin-left: 5px;
  font-size: 14px;
  font-weight: 400;
}

.popup-wholesale {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000070;
  z-index: 999;
}

.popup-wholesale .popup-window {
  max-width: 40%;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  padding: 15px;
}

.popup-wholesale .popup-close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.popup-wholesale .popup-title span {
  font-family: 'Manrope';
  font-size: 18px;
  font-weight: 599;
}

.popup-wholesale .popup-input {
    border: 1px solid #d5d4d4;
}

.popup-wholesale .popup-input:focus {
    border: 1px solid #d5d4d4;   
}

.popup-wholesale .popup-title {
  margin-bottom: 11px;
}

.popup-wholesale .popup-submit {
  background-color: #ad2b2e;
  color: #FFF;
  width: 100%;
  padding: 10px;
  font-size: 15px;
  font-family: 'Manrope';
  margin-top: 12px;
}

.popup-wholesale .popup-submit:disabled {
  opacity: .5;
  cursor: default;
}

.popup-wholesale .popup-window p {
  font-family: 'Manrope';
  font-size: 14px;
}

@media (max-width: 768px) {
    .popup-wholesale .popup-window {
        max-width: 90%;
    }
}

svg.eye__icon {
    position: relative;
    top: 4px;
}