.catalog-header__list::-webkit-scrollbar {
    width: 7px; /* толщина */
}

.catalog-header__list::-webkit-scrollbar-track {
    background: #fff; /* фон дорожки */
}

.catalog-header__list::-webkit-scrollbar-thumb {
    background: #f8f6f6; /* цвет ползунка */
    border-radius: 7px;
}

.catalog-header__list::-webkit-scrollbar-thumb:hover {
    background: #e6e5e5; /* цвет при hover */
}

/*Стили для блока брендов в каталоге товаров */
.brands__catalog--box {
    display: none;
    padding: 5px;
    margin-left: 10px;
    border-left: 1px solid #f9f9f9;
    border-right: 2px solid #f9f9f9;
    /*overflow-x: auto;*/
    overflow-y: auto;
    max-width: 250px;
}
.brands__catalog--img {
    max-width: 180px;
    transition: all .2s ease-in-out;
}
.brands__catalog--title{
    font-size: 16px;
    font-weight: 700;
    padding: 15px 20px 0px 20px;
}
.brands__catalog--link:hover {
    .brands__catalog--img {
        transition: all .2s ease-in-out;
        scale: 1.05;
    }
}
/*Стили для блока брендов в каталоге товаров */
.catalog-header__list{
    overflow-y: auto;
    max-height: 680px;
}
.dropdown-inner-horizontal.styled-services {
    padding: 0px 20px;
}
/*Каталог первый уровень вложенности sticky верхнего title*/
.head-catalog-header{
    position: sticky;
    top: 0px;
    padding: 16px 0px 0px 0px;
    background-color: #fff;
}
.catalog-header__sublist .catalog-header__block._active {
    padding: 0px 30px 30px 30px;
}
.catalog-header__main {
    padding: 0px 30px;
}
._tabs-block-2 .head-catalog-header {
    padding: 18px 0px 5px 0px;
}
/*Каталог первый уровень вложенности sticky верхнего title*/

/*Кнопка закрытия каталога*/
.main-search-header__close__catalog::before{
 content: "";
    position: absolute;
    border: 1px solid #f4f3f9;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: -4px;
    left: -4px;
}

/*Кнопка закрытия каталога*/
body.no-scroll {
    overflow: hidden;
}
/* Оверлей на странице для кнопки каталога */
.catalog-overlay {
    width: 100%;
    height: 100%;
    position:absolute;
    width: 100%;
    inset:0;
    top: 0;
    left: 0;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    transition: 0.3s;
    display: none;
}

.catalog-overlay.open--overlay {
    opacity: 1;
    visibility: visible;
    display: block;
}

.catalog-header__body {
    margin-top: 20px;
}
/* Оверлей на странице для кнопки каталога */
/*Ховер эффект для элементов катаолга первой вложености*/
.sidebar-catalog-header__item, .catalog-header__name{
 padding: 9px 15px !important;
}
/*Ховер эффект для элементов катаолга первой вложености*/
/*NAV MENU*/

.catalog-header__content {
 width: 100%;
}
@media (max-width: 480px) {
.wrapper {padding-bottom: 50px;
  }
}

/*NAV MENU*/
.main-header__container {position: relative;}

/* ��� ����� �������� ��� ����������� 6 ��������� ������� � ������*/
.main-catalog-tabel {
 justify-content: start;
 column-gap: 15px;
}
.sidebar-catalog-header__item {position: relative; padding: 11px 20px; margin-right: 5px;}
.sidebar-catalog-header__item::after{

 content: "";
background-size: contain;
background-repeat: no-repeat;
 position: absolute;
    top: 39%;
    right: 6px;
 background-image: url("https://www.svgrepo.com/show/27797/right-arrow.svg");
 width: 13px;
 height: 13px;
}
.main-catalog-tabel__item {
 flex: 0 0 calc((100% - -65px * 2) / 7);
}
.main-catalog-tabel__name {
 font-size: 14px;
}
/* ����� ���� ����� �������� ��� ����������� 6 ��������� ������� � ������*/
._viewmode.v2{
 height: 520px;
}
.v2 .product__head .right-card__abs .tag_dostavka-hoverText{
  padding: 5px 8px !important;
 }
/* Desctop  ����� ��� ������ ��� ��������� ������� �������� ������ (v2) Desctop */


.v2 .product__head .product__head--icons .gifts_tags_left .left-link .ltagName {
  font-size: 9px !important;
  height: 20px !important;
    padding: 0px 10px 0px 8px;
}

.right-card__abs._card{
 gap: 15px;
}
.v2 .product__head .right-card__abs {
 margin-top: 10.5px !important;
}
.v2 .product__head .product__head--icons .gifts_tags_left .left-link{
 padding-left: 12px !important;
}
/* Desctop  ����� ��� ������ ��� ��������� ������� �������� ������ (v2) Desctop */
.right-card{
 max-width: 40px;
}
.gifts_tags{
 margin-right: 5px;
}
.product__brand_card{
 height: 60px;
 max-width: 130px;
}
 
.brands-section__item{
 padding: 0px;

}
.brands-section__item picture {
width: 100%;
height: 100%;
}
.brands-section__item picture img{
 border-radius: 18px;
width: 100%;
height: 100%;
}
/* ������� ��������
 margin-top: 2px;
 margin-left: 12px;
 height: auto !important;
 max-height: 40px;
 max-width: 150px;
*/
.product__img-logo img {
 margin-top: 2px;
 margin-left: 12px;
 max-height: 100%;
 width: 100%;
 height: 100% !important;
}
.product__img-logo {
  margin-left: 0px;
  margin-top: 0px; 
}

.product__img-logo{
 height: auto !important;
 max-height: 40px;
}

.product__head--icons._card{
 top: 70px !important;
 margin-top: 12px;
 margin-left: 12px;
}
._card{
 margin-right: 12px;
 margin-top: 24px;
}

.v1 .product__head .right-card__abs {
 margin-right: 0px;
 margin-top: 14px;
}

.v1 .product__head .left-card__abs {
 margin-left: 12px;
}
.left-link, .gift-link, .gift-link svg, .left-link svg{
 max-height: 40px;
}
.product__mods_card{
 top: 12px;
 }
/* ����� ����� ������ Desctop */
.ltagName {
 padding: 0px 8px 0px 8px !important;
 height: 20px !important;
 font-size: 11px !important;
}
/*
.product{
   gap: 15px !important;
} �������� ���� ��� ��� ���������� 768 �������� ��� �������� ������ ���� ������� �� ��� ����� � ���������������� 
*/

/* ����� (������) �������� �� ������� �������� */
.mini-banner-promo__timer{
  bottom: auto;
  top: 10px;

}
/* ����� (������) �������� �� ������� �������� */
.product__image {
  aspect-ratio: initial;
    height: 200px;
}

.card_timer{ 
 position: relative;
}
.products-section__item.v1{
 height: auto !important;
 max-height: 770px;
}

.v1 .product__head .product__head--icons .gifts_tags{
margin-top: 0px;
margin-right: 11px !important;
}
.v1 .product__head .product__head--icons .gifts_tags div{
margin-bottom: 5px;
}
.product__head--icons{
 margin-top: 16px;
}
.right-card svg{
 margin-bottom: 10px;
}
@media(max-width: 1024px){
 .popup__body{
 width: auto !important;
}
.tag_novinka_modalWindow{
 border-radius: 8px;
}
}

/* ����� ����� ������ Desctop */
/* ����� (�������� ������) */


@media(max-width: 430px) {
.v1 .product__image img {
 max-height: 240px;
}
.swiper-slide.products-section__item.v1{
max-height: 510px !important;
}
.products-section__item.v1 {
  max-height: 490px;
}
.v2 .product__head .product__head--icons {
 margin-top: 0px;
}
.v1 .product__head .right-card__abs {
 top: 0px;
 right: 12px;
}
.v1 .product__head .left-card__abs {
 margin-top: 5px !important;
}
.v1 .product__head .right-card__abs div div div svg{
 max-height: 50px !important;
 max-width: 50px !important;
 height: auto !important;
 width: auto !important;
}

.v1 .product__head .left-card__abs .ltagName {
 font-size: 12px !important;
 height: 25px !important;
}
/* ������� ����� �� ��������� ����������� ������ ������ */
.tag_dostavka-hoverText{
 display: none;
}
  .right-card__abs ._card .gift-link {
     margin-bottom: 10px;
  }
.gift-link {
 margin-right: 15px !important;
}
}

/* ����� (�������� ������) */

/* Mobile ����� ��� ������ ��� ��������� ������� �������� ������ (v1) Mobile */

/* Mobile  ����� ��� ������ ��� ��������� ������� �������� ������ (v2) Mobile */
@media(max-width: 480px) {
.black__column h4 {
 margin-left: 18px;
}
.link-left__menu {
 margin-left: 10px;
}
.main-footer__container {
 margin-left: -8px;
}
.main-banner__item {
 height: 100%;
}
.mini-banner-promo__timer{
 right: 5px;
 top: 2px;
}
.v2 .product__head .right-card svg{
  margin-bottom: 0px;
}
.v1 .product__head .product__head--icons .gifts_tags {
 margin-right: 0px !important
}
.v1 .product__head .product__head--icons .gifts_tags div {
 margin-bottom: 13px;
 margin-right: 0px !important
}
.v2 {
 height: auto !important;
 max-height: 580px;
}
.gift-link {
 margin-bottom: 2px;
}
.v2 .product__head .right-card .gifts_tags .gift-link .tag_gift{
 height: 40px !important;
}
.products-section__item .v2, .catalog__item, .catalog__item .v2{
 height: 500px;
}
.product__icons{
 height: 40px !important;
}
.product__head{
 margin-top: 10px;
}
.v2 .product__head .right-card__abs{
  gap: 0px !important;
  margin-right: 6px;
  margin-top: -8px !important;
}

.v2 .product__icons .product-brand a picture img {
max-width: 125px;
}
}
@media(max-width: 360px){


.v2 .product__icons .product-brand a picture img {
 max-width: 90px;
}
.v2 .product__head .product__head--icons{
 margin-left: -6px;
}


.v2 .product__head .left-card{
 align-items: unset;
}

}


@media(max-width: 429px){
.products-section__item.v1 {
  max-height: 485px;
}
.tag_novinka_modal_data{
 padding: 0px;
}
.tag_novinka_modalWindow_header {
 font-size: 14px !important;
}
}
@media(max-width: 360px) {
.products-section__item.v1 {
  max-height: 485px;
}
.v2 .product__head .right-card__abs{
  gap: 0px !important;
  margin-right: -16px;
  margin-top: -8px !important;
}
.v2 .product__head .left-card__abs{
  margin-top: -8px !important;
}
}

/* Mobile  ����� ��� ������ ��� ��������� ������� �������� ������ (v2) Mobile */

@media (max-width: 430px) {

  /* ���� ����� �������� (����,���,���,���) */
.flip-label {
  font-size: 9px !important;
  color: #ff5c05 !important;
}
/* ����, ������ ������ ��������� �� ����� ����� �������� (�������) */
.countdown-title{
 color: #ff5c05 !important;
 font-size: 9px;
}
.flip-card{
  width: 30px;
  height: 30px;
  color: #ff5c05;
  font-size: 14px;

}
.mini-banner-promo__timer{
  bottom: auto;
  top: 10px;
}
.flip-clock{
  gap: 5px;
}

}

@media(max-width: 768px) {
.main-catalog-tabel__name {
 hyphens: auto;
}
 .main-catalog-tabel {
 justify-content: start;
 column-gap: 15px;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr auto;
}
}
@media(max-width: 480px) {
.item-category__name {
 max-height: 55px;
}
.card_main_timer .flip-clock{
 justify-content: center !important;
}
.flip-clock{
 justify-content: end;
 gap: 5px;
}
.flip-label{
        background-color: #eaeaea;
        color: #000;
        border-radius: 5px;
        font-size: 7px;
}
.countdown-title {
 text-align: center;
 font-size: 9px !important;
}
.flip-card{
 font-size: 11px;
 width: 20px;
 height: 20px;
 color: #000;
}
.right-card__abs._card{
 gap: 0px;
 margin-left: 10px;
}
.right-card._card{
  margin-right: 10px;
}
.product__head--icons._card .gift-link{
 margin-bottom: 15px !important
}
.catalog__item.v1 {
 max-height: 620px !important;
height: auto !important;
}
.v1 .product_head .right-card__abs{
 top: -10px !important;
 right: 10px !important;
 max-width: 40px;
 margin-right: 15px !important;
 margin-top: 20px !important;
}
.v1.left-link, .gift-link, .left-link svg, .gift-link svg { 
width: 50px;
 }
}
/* Mobile ����� ��� ������ ��� ��������� ������� �������� ������ (v1) Mobile */
