header.header {
    position: relative;
    z-index: 98;
}

header.header.header_sticky {
    position: sticky;
    z-index: 99;
}

.mobile-salon-menu {
    display: none;
    min-width: 141px;
}

.br-menu {
    display: none;
}

.mobile-block {
    display: none;
}

.menu-catalog-section.active {
   top: 123px;
    z-index: 110;
}
.js_tabs__click.active{
  color: var(--white);
  background-color: var(--secondary-1);
}
/*.product-card__colors .product-card__color img{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/
.remains__card:not(:first-child){
    margin-left: 0 !important;
}
.menu-catalog__left-item{
    cursor: pointer;
}
.action-wrap [data-count] {
  overflow: visible;
}
.tab-content .product-card {
    border-radius: 0 !important;
}
.action-wrap [data-count]:after {
  content: attr(data-count);
  height: 20px;
  line-height: 20px;
  z-index: 5;
  padding: 0 4px;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  bottom: 50%;
  left: 50%;
  right: auto;
  top: auto;
  background: var(--primary-2-default);
  color: var(--white);
  font-weight: 500;
  font-size: 12px;
  min-width: 20px;
}
.menu-panel-box .header__search{
    width: auto !important;
    max-width: 72px !important;
}
.menu-panel-box .header__search svg {
    font-size: 24px;
     color: rgba(98, 116, 144, 0.3);;
}
.menu-catalog__cols-wrap:nth-of-type(3) .menu-catalog__items{
    flex-direction: row;
    flex-wrap: wrap;
}
.menu-catalog__cols-wrap:nth-of-type(3) .menu-catalog__item.menu-catalog__item--blue{
    width: 100%;
}
.menu-catalog__cols-wrap:nth-of-type(3) .menu-catalog__item{
    width: calc(50% - 12px);
}
.item-remains__card{
    max-width: 292px;
}
.product__parameter-size{
    display: flex;
}
.radio.radio--custom{
    margin: 0 4px 4px 0;
}
.collection__slide-img{
    max-height: 86px;
}
.collection__slide-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.catalog .type-collection .product-card__title {
    display: -webkit-box;
    min-height: 54px;
    margin-bottom: 8px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    color: var(--secondary-1);
    text-decoration: none !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.catalog .type-collection .product-card__color {
    display: flex;
    align-items: center;
    justify-content: center;
}
.catalog .type-collection .product-card__color img{
    position: static;
    width: auto;
    height: auto;
}

@media (max-width: 1450px) {
    .header__wrap .header__search .input-wrapper {
        display: block;
    }

    .header__wrap .header__button,
    .header__wrap .header__search-button {
        display: none;
    }
}

@media (max-width: 1160px) {
    .header__wrap .header__catalog .button span {
        display: block;
    }
}

@media (max-width: 1240px) {
        .menu-catalog-section.active {
        top: 120px;
    }
}
@media (max-width: 1024px) {
    .mobile-salon-menu {
        display: block;
    }

    .menu-catalog-section.active {
        top: 110px;
    }

    .br-menu {
        display: block;
    }

    .mobile-salon-menu svg {
        display: none;
    }

    .mobile-salon-menu .header__link {
        text-align: right;
        padding-top: 0;
        padding-bottom: 0;
    }

    .header__top .header__phone {
        display: block;
        margin-right: 0;
    }

    .header__top .header__controls {
        margin-left: 0 !important;
    }
}

@media (max-width: 750px) {
    .mobile-salon-menu {
        display: none;
    }
header.header.header_sticky{
    position: static;
}
    .menu-catalog-section.active {
        top: 262px;
    }

    .header__top .header__phone {
        display: none;
    }

    .mobile-block {
        display: block;
    }

    .header-mobile .header__phone a,
    .header-mobile .header__phone {
        display: inline-block;
    }

    .header-mobile .header__wrap {
        display: flex;
        justify-content: space-between;
    }

    .header__link {
        margin-bottom: 20px;
    }

    .header-mobile.header-mobile .header__phone {
        margin-left: 0 !important;
    }

    .header-mobile .header__link {
        padding: 0 !important;
        text-align: right;
    }

    .header-mobile .header__link svg {
        display: none;
    }

    .header__bottom-controls .header__search-button {
        display: block;
    }

    .header__bottom .header__search-button {
        display: block !important;
    }

    .header__bottom .header__search {
        display: block !important;
    }

    .header__bottom .input-wrapper {
        display: none !important;
    }

    .header__catalog {
        width: calc(100% - 63px) !important;
    }

    .header__bottom .header__burger {
        display: none;
    }
}