.catalog {
    padding-bottom: 120px;
    background: #ffffff;
    padding-bottom: 64px;
    /*padding-bottom: 120px;*/
}
#flash-catalog__countdown {
    display: inline-block;
}
.catalog_tags__wrapper {
    display: flex;
    flex-wrap: wrap;
}
#returnInStockIcon{
    margin-left:4px;
}
.catalog_tag {
    background: #ffffff 0% 0% no-repeat padding-box;
    text-transform: lowercase;
    border: 1px solid #f0f0f0;
    border-radius: 24px;
    padding: 8px 24px;
    text-align: center;
    font-size: calc(14px + (16 - 14) * (100vw - 575px) / (1920 - 575));
    font-weight: 400;
    letter-spacing: 0px;
    color: var(--cci-color-red);
}
@media (max-width: 480px) {
    .breadcrumbs i.mdi-chevron-double-right {
        margin: 0 4px !important;
    }
    .quick_oder_link {
        margin-left: 4px !important;
    }
    .catalog__header .catalog__header__title {
        font-size: 24px;
    }
    .catalog__header .catalog__header__text {
        font-size: 16px;
    }
}
.quick_oder_link {
    font-size: calc(14px + (16 - 14) * (100vw - 575px) / (1920 - 575));
}
.catalog_breadcrumbs .breadcrumbs {
    font-size: calc(14px + (16 - 14) * (100vw - 575px) / (1920 - 575));
    line-height: 2.25;
    letter-spacing: -0.32px;
    color: #adbfbf;
    flex-wrap: wrap;
    width: 100%;
}

.catalog_breadcrumbs .breadcrumbs__current {
    color: #fa5f55;
}

.catalog_breadcrumbs .breadcrumbs i.mdi-chevron-double-right {
    font-size: 11px;
    margin: 0 10px;
}

.catalog_404 {
    padding-top: 140px;
    align-items: center;
}
.catalog_404--text {
    font-size: 30px;
}
.catalog .breadcrumbs .mdi-chevron-double-left {
    display: none;
}
.direction--rtl .catalog .breadcrumbs .mdi-chevron-double-right {
    display: none;
}
.direction--rtl .catalog .breadcrumbs .mdi-chevron-double-left {
    display: inline;
}
.quick_oder_link {
    margin-left: 8px;
}
.white_text {
    color: #fff;
}
.catalog__header__text {
    margin-top: 12px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}
.info_text {
    font-size: 24px;
    text-align: center;
    display: inline-block;
}
.catalog__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background-size: cover;
    text-align: center;
    /*height: calc(256px + (512 - 256) * (100vw - 575px) / (1920 - 575));*/
    height: calc(192px + (320 - 192) * (100vw - 360px) / (1920 - 360));
    padding: 0 16px;
    margin: 0;
    width: 100%;
    z-index: 1;
}
.catalog__header.noPictures {
    height: 200px;
}
.catalog__header__title {
    font-size: 28px;
    font-weight: 500;
    /*border-bottom: 5px #90bf63 solid;*/
    padding: 0 40px 16px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    position: relative;
}
.catalog__header__title:before {
    position: absolute;
    width: 120px;
    bottom: 0;
    height: 4px;
    background-color: #fa5f55;
    content: " ";
    left: 50%;
    margin-left: -60px;
}
.catalog__categories {
    margin: calc(16px + (80 - 16) * (100vw - 575px) / (1920 - 575)) 0;
}
.catalog__category--tooltip {
    display: block;
    height: 22px;
    margin: 8px 0 0 21px;
    color: var(--cci-color-red);
}
.catalog__category--tooltip[tooltip]::after {
    width: 415px;
    white-space: pre-line;
    text-align: left;
    font-weight: 600;
    max-width: 50vw;
}

@media (min-width: 576px) and (max-width: 1023px) {
    .catalog__header.noPictures {
        height: 150px;
    }
}

@media (max-width: 575px) {
    .catalog__header.noPictures {
        height: 100px;
    }
}
/* ++++++++++++++ менюха  +++++++++++++++ */
.catalog__category {
    display: block;
    font-size: calc(12px + (14 - 12) * (100vw - 575px) / (1920 - 575));
    margin: 0 0 8px 8px;
    white-space: nowrap;
    padding: 0 16px;
    line-height: 2.7;
    border: solid 1px #adbfbf;
    background-color: #ffffff;
    font-weight: 500;
    text-decoration: none;
    color: #36424c;
}
.catalog__categories-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.catalog__category__current {
    border: solid 2px #fa5f55;
}
.bx-no-touch a.catalog__category-name:hover {
    text-decoration: underline;
}
.catalog__banner {
    margin: 8px;
}
.catalog__banner img {
    width: 100%;
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .catalog-items .mdl-cell--3-col-desktop {
        width: calc(33.3333333333% - 16px);
    }
    .catalog-items .mdl-cell--6-col-desktop {
        width: calc(33.3333% - 16px);
    }
    .catalog-items .mdl-cell--6-col-desktop.limit-2 {
        width: calc(66.66666% - 16px);
    }
    .catalog-items .mdl-cell--9-col-desktop {
        width: calc(66.6666% - 16px);
    }
    .catalog-items .mdl-cell--9-col-desktop.limit-3 {
        width: calc(100% - 16px);
    }
    .catalog-items .mdl-cell--9-col-desktop.limit-1 {
        width: calc(33.33333% - 16px);
    }

    .catalog-items .mdl-cell--12-col-desktop.limit-2 {
        width: calc(66.6666% - 16px);
    }
    .catalog-items .mdl-cell--12-col-desktop.limit-1 {
        width: calc(33.3333333333% - 16px);
    }
}
.headerNotification {
    /* visibility: hidden;*/
    position: fixed;
    top: 0;
    z-index: 99991;
    width: 100%;
    margin-top: -80px;
    opacity: 0;
}
.direction--rtl .headerNotification__container {
    padding-right: 0;
    padding-left: 32px;
}
.headerNotification__container {
    height: 80px !important;
    border: solid 1px #707070;
    background-color: #333c47;
    padding-right: 32px;
    padding-left: calc(8px + (64 - 8) * (100vw - 320px) / (1920 - 320) + 8px);
    font-size: 14px;
    color: #acbfbf;
}
@media (max-width: 480px) {
    .breadcrumbs i.mdi-chevron-double-right {
        margin: 0 4px !important;
    }
    .quick_oder_link {
        margin-left: 4px !important;
    }
    .catalog__header .catalog__header__title {
        font-size: 24px;
    }
    .catalog__header .catalog__header__text {
        font-size: 16px;
    }
}
.quick_oder_link {
    font-size: calc(14px + (16 - 14) * (100vw - 575px) / (1920 - 575));
}
.catalog_breadcrumbs .breadcrumbs {
    font-size: calc(14px + (16 - 14) * (100vw - 575px) / (1920 - 575));
    line-height: 2.25;
    letter-spacing: -0.32px;
    color: #adbfbf;
    flex-wrap: wrap;
    width: 100%;
}

.catalog_breadcrumbs .breadcrumbs__current {
    color: #fa5f55;
}

.catalog_breadcrumbs .breadcrumbs i.mdi-chevron-double-right {
    font-size: 11px;
    margin: 0 10px;
}

.catalog_404 {
    padding-top: 140px;
    align-items: center;
}
.catalog_404--text {
    font-size: 30px;
}
.catalog .breadcrumbs .mdi-chevron-double-left {
    display: none;
}
.direction--rtl .catalog .breadcrumbs .mdi-chevron-double-right {
    display: none;
}
.direction--rtl .catalog .breadcrumbs .mdi-chevron-double-left {
    display: inline;
}
.quick_oder_link {
    margin-left: 8px;
}
.white_text {
    color: #fff;
}
.catalog__header__text {
    margin-top: 12px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}
.info_text {
    font-size: 24px;
    text-align: center;
    display: inline-block;
}
.catalog__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background-size: cover;
    text-align: center;
    height: calc(192px + (320 - 192) * (100vw - 360px) / (1920 - 360));
    padding: 0 16px;
    margin: 0;
    width: 100%;
    z-index: 1;
}
.catalog__header.noPictures {
    height: 150px;
}
.catalog__header__title {
    font-size: 28px;
    font-weight: 500;
    /*border-bottom: 5px #90bf63 solid;*/
    padding: 0 40px 16px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    position: relative;
}
.catalog__header__title:before {
    position: absolute;
    width: 120px;
    bottom: 0;
    height: 4px;
    background-color: #fa5f55;
    content: " ";
    left: 50%;
    margin-left: -60px;
}
.catalog__categories {
    margin: calc(48px + (56 - 48) * (100vw - 575px) / (1920 - 575)) 0;
}
.catalog__category--tooltip {
    display: block;
    height: 22px;
    margin: 8px 0 0 21px;
    color: var(--cci-color-red);
}
.catalog__category--tooltip[tooltip]::after {
    width: 415px;
    white-space: pre-line;
    text-align: left;
    font-weight: 600;
    max-width: 50vw;
}
.mobile_buttons {
    display: none;
    margin-top: auto;
}
.mobile_buttons .productButtonLink {
    width: 100%;
}
.mobile_buttons .productBuy,
.catalog-items .mobile_buttons .quantityBlock {
    width: 50%;
}

@media (min-width: 576px) and (max-width: 1023px) {
    .catalog__header.noPictures {
        height: 150px;
    }
    .mobile_buttons {
        display: block;
    }
    .catalog-items article .productForm {
        bottom: auto !important;
    }
}

@media (max-width: 575px) {
    .catalog__header.noPictures {
        height: 100px;
    }
    .mobile_buttons {
        display: block;
    }
    .catalog-items article .productForm {
        bottom: auto !important;
    }
}
/* ++++++++++++++ менюха  +++++++++++++++ */
.catalog__category {
    display: block;
    font-size: calc(12px + (14 - 12) * (100vw - 575px) / (1920 - 575));
    margin: 0 0 8px 8px;
    white-space: nowrap;
    padding: 0 16px;
    line-height: 2.7;
    border: solid 1px #adbfbf;
    background-color: #ffffff;
    font-weight: 500;
    text-decoration: none;
    color: #36424c;
}
.catalog__categories-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.catalog__category__current {
    border: solid 2px #fa5f55;
}
.bx-no-touch a.catalog__category-name:hover {
    text-decoration: underline;
}
.catalog__banner {
    margin: 8px;
}
.catalog__banner img {
    width: 100%;
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .catalog-items .mdl-cell--3-col-desktop {
        width: calc(33.3333333333% - 16px);
    }
    .catalog-items .mdl-cell--6-col-desktop {
        width: calc(33.3333% - 16px);
    }
    .catalog-items .mdl-cell--6-col-desktop.limit-2 {
        width: calc(66.66666% - 16px);
    }
    .catalog-items .mdl-cell--9-col-desktop {
        width: calc(66.6666% - 16px);
    }
    .catalog-items .mdl-cell--9-col-desktop.limit-3 {
        width: calc(100% - 16px);
    }
    .catalog-items .mdl-cell--9-col-desktop.limit-1 {
        width: calc(33.33333% - 16px);
    }

    .catalog-items .mdl-cell--12-col-desktop.limit-2 {
        width: calc(66.6666% - 16px);
    }
    .catalog-items .mdl-cell--12-col-desktop.limit-1 {
        width: calc(33.3333333333% - 16px);
    }
}
.headerNotification {
    /* visibility: hidden;*/
    position: fixed;
    top: 0;
    z-index: 99991;
    width: 100%;
    margin-top: -80px;
    opacity: 0;
}
.direction--rtl .headerNotification__container {
    padding-right: 0;
    padding-left: 32px;
}
.headerNotification__container {
    height: 80px !important;
    border: solid 1px #707070;
    background-color: #333c47;
    padding-right: 32px;
    padding-left: calc(8px + (64 - 8) * (100vw - 320px) / (1920 - 320) + 8px);
    font-size: 14px;
    color: #acbfbf;
}
.headerNotification .mdi {
    display: inline !important;
}
.productNotification__toCart {
    color: #fff;
    text-decoration: underline;
}
.productAdded .headerNotification__productAdded {
    display: inline;
}
.copiedLink .headerNotification__copiedLink {
    display: inline;
}
.notAvailable .headerNotification__notAvailable {
    display: inline;
}
.headerNotification__copiedLink,
.headerNotification__productAdded,
.headerNotification__notAvailable {
    display: none;
}
.error_text {
    opacity: 0;
    color: #fa5f55;
    font-size: 10px;
}
.error .error_text {
    opacity: 1;
}

/*Продукт*/
.catalog-items article {
    position: relative;
    padding: 16px;
    height: 100%;
    background: #fff;
}
.direction--rtl .catalog__like {
    left: 0;
    right: auto;
}
.catalog__like {
    z-index: 10;
    position: absolute;
    right: 0;
    top: 0;
}
.catalog__like .like_active .mdi-heart {
    color: #fa5f55;
}
.catalog__like .like {
    /*background-color: #ffffff;*/
    cursor: pointer;
}
/*IMAGE*/
/* .catalog-items .product-card__content {
  height: 344px;
} */
.ocean_badge__product {
    position: absolute;
    right: 0;
    z-index: 910;
    background-color: white;
    padding: 2px;
}

.catalog-items .productPreview__Container,
.catalog-items .productDescriptionFull {
    height: 216px;
    overflow: hidden;
}
@media screen and (min-width: 440px) {
    .catalog-items .productPreview__Container,
    .catalog-items .productDescriptionFull {
        height: 300px;
    }
}
@media screen and (min-width: 576px) {
    .catalog-items .productPreview__Container,
    .catalog-items .productDescriptionFull {
        height: 210px;
    }
}
@media screen and (min-width: 768px) {
    .catalog-items .productPreview__Container,
    .catalog-items .productDescriptionFull {
        height: 260px;
    }
}
@media screen and (min-width: 1024px) {
    .catalog-items .productPreview__Container,
    .catalog-items .productDescriptionFull {
        height: 212px;
    }
}
@media screen and (min-width: 1200px) {
    .catalog-items .productPreview__Container,
    .catalog-items .productDescriptionFull {
        height: 280px;
    }
}
@media screen and (min-width: 1280px) {
    .catalog-items .productPreview__Container,
    .catalog-items .productDescriptionFull {
        height: 244px;
    }
}

.catalog-items .productPreview__Container {
    padding: 0 16px 16px 16px;
    position: relative;
    z-index: 0;
    overflow: visible;
}
.catalog-items .productPreview__Container.new-photo {
    padding: 0;
}
.catalog-items .productPreview__Container.new-photo .productPreview {
    padding: 0;
    overflow: hidden;
}
.catalog-items .productPreview__Container.new-photo .productPreview img {
    object-fit: cover;
    height: 100%;
    max-width: none;
    transform: translateY(-8px);
    width: auto !important;
}
/* .catalog-items .productPreview__Container.new-photo .productPreview img.lazy {
  width: 140px;
  object-fit: contain;
  height: 100%;
  max-width: none;
}
.catalog-items .productPreview__Container.new-photo .productPreview img.lazy {
  width: auto;
} */

.catalog-items .productPreview__Container::after {
    content: "";
    background-color: #f5f5f5;
    display: block;
    position: absolute;
    top: -16px;
    left: -16px;
    right: -16px;
    bottom: 0;
    z-index: -1;
}
.catalog-items article.notAvailable:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    opacity: 0.8;
    pointer-events: none;
    z-index: 912;
}

@keyframes run {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/**/
.catalog-items .productPreview {
    text-align: center;
    height: 100%;
    padding: 48px 32px 16px 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
}

.catalog-items .productPreview img {
    width: auto;
    max-height: 100%;
    max-width: 100%;
    align-self: center;
}
/*.bx-ie  .catalog-items .productPreview img{*/
/*max-width: none;*/
/*}*/
.catalog-items .mdl-cell {
    margin-bottom: 16px;
}
/*ABOVE*/
.catalog-items .productAbove__forma {
    color: rgba(54, 66, 76, 0.5);
    letter-spacing: 0.9px;
    font-size: 18px;
    font-family: var(--cci-font-title);
    text-transform: uppercase;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.catalog-items article.available .productCode {
    display: none;
}
.bx-no-touch .catalog-items article.available:hover .productCode {
    /* display: inline; */
    width: fit-content;
}
.hasFlash .productAbove__icon:not(.productAbove__iconFlash) {
    /*margin-left: 40px !important;*/
    margin-left: 8px !important;
}
.catalog-items .productAbove {
    position: absolute;
    display: flex;
    width: 100%;
    height: 28px;
    z-index: 911;
    flex-direction: column;
}
.catalog-items article.notAvailable .productAbove {
    display: none;
}
.catalog-items .productAbove__icon:first-child {
    margin-left: 0;
}
.catalog-items .productAbove__icon {
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.084px;
    padding: 2px 8px;
    /*margin-left: 8px;*/
    color: white;
    align-self: flex-start;
    margin-left: 0;
    margin-bottom: 6px;
}
.catalog-items .productAbove__iconNew {
    /*background-color: var(--cci-color-red);*/
    background-color: var(--cci-color-badge-new);
}
.catalog-items .productAbove__iconHit {
  /*background-color: #ffbc00;*/
  text-transform: uppercase;
  background-color: var(--cci-color-badge-hit);
}
.catalog-items .productAbove__iconSale {
    /*background-color: #6d4fbe;*/
    background-color: var(--cci-color-badge-sale);
    color: white;
}
.catalog-items .productAbove__iconSale.sale_friday {
  background-color: #91c4cd !important;
  color: #fff;
}
.catalog-items .catalog_flash_time {
    font-size: calc(18px + (20 - 18) * (100vw - 575px) / (1920 - 575));
    color: white;
    background-color: var(--cci-color-badge-flash);
    /*padding: 3px 4px;*/
    /*padding: 6px 8px;*/
}
.catalog-items .productAbove__iconExp {
    color: white;
    background-color: var(--cci-color-badge-exp);
    /*background-color: #6385FD;*/
    white-space: nowrap;
}
.catalog-items .iconNotAvailable .productAbove__iconHit {
    color: white;
    background-color: var(--cci-color-badge-exp);
    /*background-color: #6385FD;*/
    white-space: nowrap;
}
.catalog-items .productAbove__icon-goldMaster {
    background-color: #f0bd2f;
    color: #fff;
    white-space: nowrap;
}
.catalog-items .productAbove__icon.productAbove__iconFlash {
    padding-bottom: 0 !important;
}
.productAbove__iconFlash .mdi-clock-outline {
    color: #fd6368;
}
.catalog-items .iconNotAvailable {
    position: absolute;
    display: block;
    text-align: left;
    width: 100%;
    background-color: var(--cci-color-badge-not);
    z-index: 913;
    max-width: fit-content;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.084px;
    padding: 2px 8px;
    color: white;
    align-self: flex-start;
    margin-left: 0;
    margin-bottom: 6px;
}

.catalog-items .iconNotAvailable_commingOffer {
    position: absolute;
    display: block;
    text-align: left;
    width: 100%;
    padding-right: 16px;
    font-family: var(--cci-font-title);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    color: #413d58;
    z-index: 913;
}
.catalog-items .iconNotAvailable_commingOffer .commingOffer {
    background-color: var(--cci-color-badge-exp);
    color: #fff;
    max-width: fit-content;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.084px;
    padding: 2px 8px;
    text-transform: none;

    /*margin-left: 8px;*/
    align-self: flex-start;
    margin-left: 0;
    margin-bottom: 6px;
    display: inline-block;
}

.catalog-items .iconNotAvailable:first-letter {
    text-transform: uppercase;
}
/*NAME*/
.catalog-items article .productTitle {
    color: #36424c;
    display: block;
    white-space: nowrap;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    font-size: calc(16px + (18 - 16) * (100vw - 575px) / (1920 - 575));
    line-height: calc(18px + (24 - 18) * (100vw - 575px) / (1920 - 575));
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    padding-top: 12px;
}
.direction--rtl .catalog-items article .productTitle {
    text-align: right;
}
/*DESCRIPTION*/
/*.catalog-items .productDescription, .catalog-items .productDescriptionFull__content{*/
.catalog-items .productDescriptionFull {
    display: flex;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: all 100ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-delay: 25ms;
    padding: 16px calc(0px + (16 - 0) * (100vw - 1024px) / (1920 - 1024));
}
.catalog-items .productDescriptionFull__content {
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: calc(14px + (16 - 14) * (100vw - 575px) / (1920 - 575));
    line-height: calc(20px + (24 - 20) * (100vw - 575px) / (1920 - 575));
    letter-spacing: 0;
    text-align: left;
    color: #413d58;
    -webkit-mask-image: linear-gradient(to bottom, black 25%, transparent 75%);
    mask-image: linear-gradient(to bottom, black 25%, transparent 75%);
    height: 112px;
}

@media (max-width: 1200px) {
    .catalog-items .productDescriptionFull__content {
        -webkit-mask-image: linear-gradient(to bottom, black 10%, transparent 90%);
        mask-image: linear-gradient(to bottom, black 10%, transparent 90%);
        height: 90px;
    }
}

/* PRICE*/
.catalog-items .productPriceContainer {
    display: flex;
    justify-content: space-between;
    margin-top: calc(4px + (6 - 4) * (100vw - 575px) / (1920 - 575));
    font-size: calc(18px + (20 - 18) * (100vw - 575px) / (1920 - 575));
}
.catalog-items .productPrice {
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    min-height: 18px;
    letter-spacing: normal;
    text-align: left;
    color: #413d58;
}
.productPrice__value {
    /*line-height: 1em;*/
    /*font-size:  calc(18px + (20 - 18)*(100vw - 575px)/(1920 - 575)) !important;*/
}
.catalog-items .productPrice .productPrice__currency {
    /*text-transform: uppercase;*/
    /*font-size:small;*/
    /*vertical-align: super;*/
    font-size: 0.6em;
    text-transform: uppercase;
    line-height: 1em;
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}
.productPriceSaleInfo {
    margin-top: 2px;
}
.productPriceSale_crossed {
    font-size: 12px;
    text-decoration: line-through;
    color: #acbfbf;
}
.productPriceSale_value.sale_friday {
  background-color: #91c4cd24 !important;
  color: #91c4cd;
}

.productPriceSale_value {
    color: #fd6368;
    padding: 2px 6px;
    font-size: 11px;
    font-weight: bold;
    background-color: rgba(253, 99, 104, 0.1);
}
.productPriceBb svg {
    fill: #fed76d;
}
.productPriceBb__text {
    font-size: 12px;
    font-weight: normal;
    color: #acbfbf;
    text-transform: lowercase;
}
.productPriceBb {
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;

    letter-spacing: normal;
    text-align: left;
    color: #413d58;
}
.productPriceBb__value {
    justify-content: flex-end;

    font-weight: bold;
    font-style: normal;
    font-stretch: normal;

    letter-spacing: normal;
    text-align: left;
    color: #413d58;
}

/* BB*/
.catalog-items .productPrice:not(.productPrice__Distibutor) .productPrice__bb {
    display: none;
}
.catalog-items .productPrice.productPrice__Distibutor .productPrice__bb {
    font-size: 24px;
    font-family: var(--cci-font-title);
    text-transform: uppercase;
    font-weight: bold;
    color: #323c4b;
}
.catalog-items .productPrice.productPrice__Distibutor .productPrice__bb svg {
    fill: #fed76d;
}
.productButtonLinkContainer {
    /*width:100px;*/
}
/* BUY */
.catalog-items .productBuy,
.catalog-items .productButtonLink {
    height: 40px;
    background: #fa5f55;
    font-size: 12px;
    font-weight: bold;
    line-height: 38px;
    letter-spacing: 0.58px;
    padding: 0 calc(10px + (20 - 10) * (100vw - 575px) / (1920 - 575));
    color: #fff;
    text-transform: uppercase;
    max-width: 100%;
    text-align: center;
}
/* notAvailable */
.catalog-items .productNotAvailable {
    display: none;
    z-index: 913;
}
.productNotAvailable__form_email.error::placeholder,
.productNotAvailable__form_email.error {
    color: #fd6368;
}
.catalog-items .productNotAvailable .productNotAvailable__form_email {
    height: 48px;
    width: 100%;
    padding: 0 16px;
    border: solid 1px #dcdcdc;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.25;
    letter-spacing: normal;
    text-align: left;
    color: #36424c;
}
.catalog-items .productNotAvailable .productNotAvailable__form_button {
    width: 56px;
    top: 8px;
    right: 10px;
    padding: 12px;
    height: 48px;
    background-color: #fa5f55;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 2.25;
    letter-spacing: 0.58px;
    text-align: center;
    color: #fafaff;
    white-space: nowrap;
}
.catalog-items .mdi-check,
.catalog-items .loading {
    display: none;
}
.catalog-items .loading {
    margin: auto;
}
.sending .productNotAvalible__form_button__text,
.sended .productNotAvalible__form_button__text {
    display: none;
}
.productNotAvailable__form_button .mdi-check {
    line-height: 1;
}

.catalog-items .productNotAvailable__form_text {
    font-size: 12px;
    letter-spacing: -0.2px;
    margin-top: 16px;
    font-weight: 500;
    color: #ddd;
}
.catalog .topSection {
    /*background-color: #fff;*/
}
.topSection {
    border-bottom: 1px solid #f0f0f0;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.topSection .mdi {
    color: #adbfbf;
}
/* action */
/* animation */
.offerBuy,
.productBuy {
    border: 2px solid transparent;
    transition: all 0.25s ease;
}
.offerBuy .offerBuy__added,
.productBuy .offerBuy__added {
    display: none;
}
.offerBuy.ordered .offerBuy__add,
.productBuy.ordered .offerBuy__add {
    display: none;
}
.offerBuy.ordered .offerBuy__added,
.productBuy.ordered .offerBuy__added {
    display: block;
}
.offerBuy.ordering .offerBuy__add,
.productBuy.ordering .offerBuy__add,
.offerBuy.ordering .offerBuy__added,
.productBuy.ordering .offerBuy__added {
    display: none;
}
.offerBuy.ordering .loading,
.productBuy.ordering .loading {
    display: block;
}
.offerBuy::before,
.productBuy::before {
}

/* ++++ hover card +++++ */
.catalog-items article {
    /*padding-bottom: 116px;*/
    overflow: hidden;
}
.bx-no-touch .catalog-items article:hover {
    /*padding: 0px;*/
    overflow: hidden;
}
.catalog-items article a.productURL {
    position: relative;
    display: flex;
    height: 100%;
    flex: 1;
    flex-direction: column;
}
.catalog-items article:hover a.productURL {
    /*padding: 16px ;*/
}
.catalog-items article:hover .catalog__like {
    display: block;
}
.catalog-items article.test {
    background: #cccccc;
}
.catalog-items article .productInfo {
    /*position: absolute;*/
    bottom: 20px;
    border-top: 1px #e6e6e6 solid;
    padding: 15px 0 0 0;
    width: 100%;
}
.bx-no-touch .catalog-items article.notAvailable:hover:after {
    height: 120px;
}
.bx-no-touch
.catalog-items
article.notAvailable:hover
.productPreview__Container {
    position: static;
    pointer-events: none;
}
.catalog-items article:hover .productPreview__Container {
    /*display: none;*/
    position: absolute;
    width: 100%;
    overflow: visible;
}
.bx-no-touch .catalog-items article:hover .productPreview__Container img {
    /* filter: blur(50px);
    opacity: 0.45;
    max-height: 60%;
    max-width: 60%; */
}
.bx-no-touch
.catalog-items
article.notAvailable:hover
.productPreview__Container
img {
    filter: blur(20px);
    opacity: 0.75;
}
.catalog-items article .productForm.sliderOnly {
    display: none;
}
.productCode {
    display: inline-block;
    background: #fafafa;
    border: 2px #f5f5f5 solid;
    line-height: 1em;
    font-size: 12px;
    padding: 6px 10px;
    font-weight: 600;
    color: rgba(65, 61, 88, 0.5);
    letter-spacing: -1px;
}

.catalog-items article .productForm {
    font-family: var(--cci-font-title);
    text-transform: uppercase;
    font-size: calc(18px + (20 - 18) * (100vw - 575px) / (1920 - 575));
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.8px;
    text-align: left;
    color: #adbfbf;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 12px;
    border-bottom: 1px #e6e6e6 solid;
    padding-bottom: 4px;
}
/* .catalog-items article.notAvailable:hover .productForm {
  margin-top: 0;
} */
/* .catalog-items article.notAvailable .productPreview__Container::after {
  background-color: #ffffff;
} */
.catalog-items article.saleProduct .productForm {
    bottom: 89px;
}
.bx-no-touch .catalog-items article.available:hover .productDescriptionFull {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    position: static;
    transition: all 100ms cubic-bezier(0.47, 0, 0.745, 0.715);
    transition-delay: 25ms;
    flex-direction: column;
}
.bx-no-touch .catalog-items article:hover .iconNotAvailable {
    display: none;
}
.catalog-items article .productBuyContainer {
    display: none;
}
.bx-no-touch .catalog-items article:hover .productBuyContainer {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding: 32px;
}
.bx-no-touch .catalog-items article:hover .productNotAvailable {
    position: absolute;
    display: block;
    top: 40%;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}
.bx-no-touch .offerBuy:hover,
.bx-no-touch .productBuy:hover {
    background-color: rgba(250, 95, 85, 0.8);
}
.catalog-items article .productBuyContainer {
    margin-top: 32px;
}
.catalog-items .quantityBlock {
    position: relative;
    width: 80px;
    margin-right: 10px;
}
.form-header {
    position: absolute;
    margin-top: -29px;
    font-size: 16px;
}

.catalog-items .form-header {
    font-size: 12px;
    font-weight: 500;
    line-height: 2;
    text-align: left;
    color: #36424c;
}
.catalog-items .quantityBlock .form-block {
    text-align: center;
    min-width: 80px;
    width: 100%;
}
.catalog-items .offerBuyCount.form-block {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.8;
    letter-spacing: normal;
    text-align: center;
    color: #36424c;
    height: 40px;
    border: solid 1px #e6e6e6;
    background-color: #ffffff;
}
.offerBuyContainer,
.product-card__notAvaliable {
    flex: 2;
}
.catalog-items article .button_incr i,
.catalog-items article .button_decr i {
    font-size: 16px;
}
.catalog-items article .button_incr,
.catalog-items article .button_decr {
    cursor: pointer;
    position: absolute;
    line-height: 40px;
}
.catalog-items article .button_incr {
    right: 0;
    padding-right: 16px;
    padding-left: 20px;
}
.catalog-items article .button_decr {
    left: 0;
    padding-left: 16px;
    padding-right: 20px;
}
.banner-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
.fade-01 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
    top: 0;
    z-index: 0;
}
.fade-02 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    top: 0;
    z-index: 0;
}
.fade-03 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 0;
}
.fade-04 {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 0;
}
.fade-05 {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.catalog_banner__wrapper {
    position: relative;
    background-size: cover;
    background-position: center;
    /*min-height: 400px;*/
}
.catalog_banner {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 1;
    min-height: 434px;
}
.catalog_banner.lt {
    justify-content: flex-start;
    align-items: flex-start;
}
.catalog_banner.lm {
    justify-content: flex-start;
    align-items: center;
}
.catalog_banner.lb {
    justify-content: flex-start;
    align-items: flex-end;
}
.catalog_banner.rt {
    justify-content: flex-end;
    align-items: flex-start;
}
.catalog_banner.rm {
    justify-content: flex-end;
    align-items: center;
}
.catalog_banner.rb {
    justify-content: flex-end;
    align-items: flex-end;
}
.rt .catalog_banner__content,
.rm .catalog_banner__content,
.rb .catalog_banner__content,
.rh .catalog_banner__content,
.rt .catalog_banner__content .catalogBannerText,
.rm .catalog_banner__content .catalogBannerText,
.rb .catalog_banner__content .catalogBannerText,
.rh .catalog_banner__content .catalogBannerText {
    text-align: right;
}
.catalog_banner.ct {
    justify-content: center;
    align-items: flex-start;
}
.catalog_banner.cm {
    justify-content: center;
    align-items: center;
}
.catalog_banner.cb {
    justify-content: center;
    align-items: flex-end;
}
.cm .catalog_banner__content,
.ct .catalog_banner__content,
.cb .catalog_banner__content,
.ch .catalog_banner__content,
.cm .catalog_banner__content .catalogBannerText,
.ct .catalog_banner__content .catalogBannerText,
.cb .catalog_banner__content .catalogBannerText,
.ch .catalog_banner__content .catalogBannerText {
    text-align: center;
}
.catalog_banner.lh {
    justify-content: flex-start;
}
.catalog_banner.ch {
    justify-content: center;
}
.catalog_banner.rh {
    justify-content: flex-end;
}
.catalog_banner .cci-btn__small,
.catalog_banner .catalogBannerText {
    position: relative;
}
@media screen and (min-width: 576px) {
    .catalogBannerText {
        width: 60%;
        min-width: 240px;
    }
    .catalog_banner__content {
        max-width: 100%;
    }
}
.catalog_banner__content .cci-btn__small {
    text-overflow: ellipsis;
    overflow: hidden;
}
.catalogBannerText {
    font-family: var(--cci-font-title);
    text-transform: uppercase;
    font-size: 48px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    user-select: none;
    -moz-user-select: none;
}
.catalog_banner__content .catalogBannerText.black {
    color: #413d58;
}
/*для случая когда содержимое во всю высоту баннерной сетки*/
.rh .catalog_banner__content,
.ch .catalog_banner__content,
.lh .catalog_banner__content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

/* ---- hover card --- */
@keyframes rotating {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.bx-touch .catalog-items article.available:hover .productDescriptionFull {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    position: static;
    transition: all 100ms cubic-bezier(0.47, 0, 0.745, 0.715);
    transition-delay: 25ms;
    flex-direction: column;
}
.countdown-title {
    font: Bold 16px/16px var(--cci-font-main);
    color: #ffffff;
}
/* .catalog-items .productAbove__iconNew {
  color: white;
  background-color: #fd6368;
} */
.productAbove__icon .countdown-title {
    font-weight: bold;
    font-family: "Inter";
    font-size: 14px;
    color: #ffffff;
}
.productAbove__icon .countdown-dot {
    width: 4px;
    margin: 0;
    color: #fff;
}
.productAbove__icon .countdown-number {
    font-weight: bold;
    font-family: var(--cci-font-title);
    font-size: calc(18px + (20 - 18) * (100vw - 575px) / (1920 - 575));
    letter-spacing: 0px;
    line-height: 22px;
    color: #fff;
    background: none;
    width: 22px;
    height: 22px;
    text-align: center;
}
/*@media screen and (min-width: 1440px) {*/
/*  .catalog-items .hasFlash .productPreview__Container,*/
/*  .catalog-items .hasFlash .productDescriptionFull {*/
/*    height: 436px;*/
/*  }*/
/*}*/
/* Fix tilda styles in neitronik-pack (search block) */
.catalog-items * {
    box-sizing: border-box;
}
.catalog-items article.available .productDescriptionFull {
    width: calc(100% + 32px);
    transform: translateX(-16px);
}
.catalog-items .productDescriptionFull.previewPictureHover {
    padding: 0;
    overflow: visible;
}
.catalog-items .previewPictureHover img {
    object-fit: cover;
    height: calc(100% + 16px);
    max-width: none;
    position: absolute;
    top: -16px;
    transform: translate(-50%);
    left: 50%;
    width: auto !important;
}
.catalog-items .productBuyBlock {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 8px;
}
.catalog-items .productButtonLinkContainer {
    margin-top: auto;
    padding: 0 8px;
}
@media screen and (min-width: 768px) {
    .catalog-items .productBuyBlock {
        padding: 16px;
    }
    .catalog-items .productButtonLinkContainer {
        margin-top: auto;
        padding: 0 16px;
    }
}
.catalog-items .productBuyBlock button.productBuy {
    flex-grow: 1;
}
@media screen and (max-width: 1023px) {
    .catalog-items .mobile_buttons .productBuyBlock {
        position: static;
        padding: 0;
    }
    .catalog-items .product-card__content .productBuyBlock {
        display: none;
    }
}
