

/* Start:/local/templates/czebra_daewoo/front/css_new/new_product_card.css?173018652124119*/

:root {
    --orange-main: #F76600;
    --gray-main: #838383;
    --gray-light: #CBCBCB;
}


.wrapp-card .block-card-info .right-card-mobil .top-block {
    display: none;
}

.compensate-for-scrollbar
{
    margin-right: 0 !important;
}

.new-product-card a:link {
    color: #131313;
}

@media(min-width: 1100px) {
    .new-product-card a:visited {
        color: #131313;
    }
}

/*.new-product-card * {*/
/*    box-shadow: 0 0 0 1px rgb(23, 141, 15) inset;*/
/*}*/

.new-product-card .new-product-card__inner a {
    text-decoration: none;
}

.new-product-card .new-product-card__inner a[class='*']:visited {
    color: #333333;
}

.new-product-card {
    /*border: 1px solid red;*/
    /*margin: 100px 0;*/
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
}

.new-product-card__inner {
    display: grid;
    /*grid-template-columns: 484px 448px 1fr;*/
    /*column-gap: 56px;*/
    grid-template-columns: 511px 480px 1fr;
    column-gap: 26px;
}

/* =============== LEFT ================*/
.new-product-card__inner .new-product-card__left {
    display: flex;
    gap: 16px;
    align-self: baseline;
}

.new-product-card__left .show-more {
    color: var(--orange-main);
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 0 8px;
}

@media(min-width: 1100px) {
    .new-product-card__left .show-more:hover {
        text-decoration: underline;
        cursor: pointer;
    }
}

.new-product-card__left .new-product-card__left--left {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: flex-start;
    height: 100%;
}

.new-product-card__left .new-product-card__left--inner {
    flex: 0 0 92px;
    position: relative;
    padding-bottom: 25px;
}

.new-product-card__left .new-product-card__left--inner .show-more {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.new-product-card__left .new-product-card__left--left .product-image__wrap {
    border-radius: 7px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.new-product-card__left .new-product-card__left--left .product-image__wrap:nth-child(n+5) {
    display: none;
}


.new-product-card__left .new-product-card__left--left .product-image__wrap a:focus {
    outline: none;
}

@media(min-width: 1100px) {
    .new-product-card__left .new-product-card__left--left .product-image__wrap:hover {
        border: 1px solid var(--orange-main);
        cursor: pointer;
    }
    .new-product-card__left .new-product-card__left--left .product-image__wrap.active {
        border: 1px solid var(--orange-main);
    }
}



.new-product-card__left .new-product-card__left--right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.new-product-card__left .new-product-card__left--right .show-more {

}

.new-product-card__left--right .product-image {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-image__wrap {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}

.product-image__wrap--inner {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-image__wrap--inner img {
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.new-product-card__left--right .product-image .product-image__wrap--inner {
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}
.new-product-card__left--right .product-image .product-image__wrap--inner.active {
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
}

.new-product-card__left--right .product-view__controls {
    display: flex;
    gap: 16px;
}

.product-view__controls .view-control {
    width: 92px;
    height: 56px;
    border-radius: 7px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

@media(min-width: 1100px) {
    .product-view__controls .view-control:hover {
        cursor: pointer;
        box-shadow: 0px 1px 3px 3px rgba(75, 73, 73, 0.2);
    }
}


.view-control .view-control__inner {
    position: absolute;
    inset: 0;
}

.view-control .view-control__inner img {
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: contain;

}

.product-360__control--img img {
    opacity: 0.7;
}

.product-view__controls .product-videos__control {
    position: relative;
}

.product-view__controls .product-videos__control:before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath fill='red' d='M14.712 4.633a1.754 1.754 0 00-1.234-1.234C12.382 3.11 8 3.11 8 3.11s-4.382 0-5.478.289c-.6.161-1.072.634-1.234 1.234C1 5.728 1 8 1 8s0 2.283.288 3.367c.162.6.635 1.073 1.234 1.234C3.618 12.89 8 12.89 8 12.89s4.382 0 5.478-.289a1.754 1.754 0 001.234-1.234C15 10.272 15 8 15 8s0-2.272-.288-3.367z'%3E%3C/path%3E%3Cpath fill='%23ffffff' d='M6.593 10.11l3.644-2.098-3.644-2.11v4.208z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50px 40px;
    z-index: 2;
}

.product-view__controls .product-360__control {
    border: 1px solid #CBCBCB;
    position: relative;
}

.product-view__controls .product-360__control:before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='56' height='34' viewBox='0 0 56 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.2921 11.7079C15.2921 13.0759 15.7601 14.5879 17.4161 14.5879C18.9641 14.5879 19.5761 13.3279 19.5761 11.7799C19.5761 9.83594 18.9641 8.86394 17.0561 8.86394H16.1201V7.09994H17.0201C18.6761 7.09994 19.2521 5.94794 19.2521 4.43594C19.2521 3.31994 18.7481 2.20394 17.4521 2.20394C15.9041 2.20394 15.4721 3.53594 15.4721 4.93994H13.0961C13.0961 2.02394 14.6081 0.439941 17.5961 0.439941C19.4681 0.439941 21.7721 1.30394 21.7721 4.43594C21.7721 6.05594 20.8001 7.60394 19.2881 7.85594V7.92794C20.9081 8.07194 22.1321 9.33194 22.1321 11.5279C22.1321 14.6239 20.6201 16.3519 17.3801 16.3519C14.5721 16.3519 12.9521 14.9839 12.9521 11.7079H15.2921Z' fill='%233A3A3A'/%3E%3Cpath d='M23.356 8.89995C23.356 4.25595 24.22 0.475952 28.324 0.475952C31.06 0.475952 32.536 1.69995 32.536 4.25595H30.016C30.016 3.35595 29.584 2.23995 28.36 2.23995C26.02 2.23995 25.876 5.29995 25.876 7.60395L25.948 7.63995C26.56 6.52395 27.604 5.98395 28.972 5.98395C31.096 5.98395 32.824 7.53195 32.824 10.628C32.824 14.228 31.312 16.352 28.072 16.352C24.112 16.352 23.356 13.364 23.356 8.89995ZM30.304 11.24C30.304 9.07995 29.656 7.89195 28.252 7.89195C26.416 7.89195 26.092 9.51195 26.092 11.348C26.092 13.148 26.776 14.588 28.252 14.588C29.728 14.588 30.304 13.076 30.304 11.24Z' fill='%233A3A3A'/%3E%3Cpath d='M33.9761 8.39595C33.9761 2.31195 35.6321 0.475952 38.6201 0.475952C41.6081 0.475952 43.2641 2.34795 43.2641 8.39595C43.2641 14.444 41.6081 16.316 38.6201 16.316C35.6321 16.316 33.9761 14.48 33.9761 8.39595ZM40.7801 8.39595C40.7801 3.89595 40.3121 2.20395 38.6201 2.20395C36.9281 2.20395 36.4601 3.85995 36.4601 8.39595C36.4601 12.896 36.9281 14.588 38.6201 14.588C40.3121 14.588 40.7801 12.932 40.7801 8.39595Z' fill='%233A3A3A'/%3E%3Cpath d='M29.872 28.5919L21.628 23.8399C21.556 23.8039 21.52 23.8399 21.52 23.9119V26.8999C17.488 26.6839 13.852 26.0719 11.512 25.3159C-0.475956 21.8599 -0.115956 13.4719 11.152 9.15194C11.152 9.15194 11.152 9.15194 11.188 9.15194C11.152 8.97194 11.116 8.79194 11.116 8.61194C11.08 8.61194 11.044 8.64794 10.972 8.64794C-2.49196 12.6439 -2.09596 23.1199 10.612 27.9799C14.104 29.3119 17.812 30.1039 21.556 30.3919V33.4519C21.556 33.5239 21.628 33.5599 21.664 33.5239L29.908 28.7719C29.908 28.6999 29.908 28.6279 29.872 28.5919Z' fill='%233A3A3A'/%3E%3Cpath d='M44.8838 9.15193C44.8838 8.97193 44.9198 8.79193 44.9558 8.57593C44.9918 8.57593 45.0278 8.61193 45.0998 8.61193C58.5638 12.6079 58.1678 23.0839 45.4598 27.9439C41.1398 29.5999 36.4958 30.4279 31.8518 30.4639C31.6718 30.4639 31.5278 30.3199 31.5278 30.1399V27.2599C31.5278 27.0799 31.6718 26.9719 31.8158 26.9719C36.9278 26.9359 41.6798 26.2519 44.4878 25.2799C56.5118 21.8599 56.1518 13.4719 44.8838 9.15193Z' fill='%233A3A3A'/%3E%3C/svg%3E%0A");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70% 70%;
    z-index: 2;
    opacity: 1;
}

/* =============== MID =============== */
.new-product-card__inner .new-product-card__mid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}


.new-product-card__inner .new-product-card__mid.without-package-set {
    gap: 55px;
}


/*topmid*/


.product-gallery-controls__mobile {
    display: none;
}

.new-product-card__mid--top.product-controls__mobile {
    display: none;
}

.new-product-card__mid--top {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product-title__wrap {
    display: flex;
    gap: 12px;
}

.product-title__wrap .product-title {
    flex: 1;
}

.product-title__wrap .product-title h1 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    color: #131313;
    margin: 0;

}

.product-title__wrap .product-controls {
    flex: 0 0 80px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.product-title__wrap .product-controls .product-control .product-control__icon {
    transition: all 0.3s ease;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
@media(min-width: 1100px) {
    .product-title__wrap .product-controls .product-control .product-control__icon:hover {
        cursor: pointer;
        filter: brightness(0) saturate(100%) invert(54%) sepia(54%) saturate(6413%) hue-rotate(7deg) brightness(104%) contrast(102%);
    }
}


.product-title__wrap .product-controls .product-control .icon-compare {
    background-image: url('/local/templates/czebra_daewoo/front/css_new/icons/compare.svg');
}

.product-title__wrap .product-controls .product-control .icon-favourite {
    background-image: url('/local/templates/czebra_daewoo/front/css_new/icons/fav.svg');
}

.product-title__wrap .product-controls .product-control .icon-favourite.selected,
.product-title__wrap .product-controls .product-control .icon-compare.selected {
    filter: brightness(0) saturate(100%) invert(54%) sepia(54%) saturate(6413%) hue-rotate(7deg) brightness(104%) contrast(102%);
}

.product-title__wrap .product-controls .product-control.ya-share2 .icon-share {
    background-image: url('/local/templates/czebra_daewoo/front/css_new/icons/share.svg');
}

.product-control .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
    background-image: url('/local/templates/czebra_daewoo/front/css_new/icons/share.svg');
}
.product-control .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
    padding: 0;
    background: transparent;
}

.product-control .ya-share2__container_size_m .ya-share2__item_more .ya-share2__icon_more {
    background-size: unset;
}

.product-article__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.product-article__wrap .product-article {

}

.product-article__wrap .product-article span {
    color: #838383;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
}

.product-rating {
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-rating .reviews {
    color: #333333;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    position: relative;
    transition: all 0.3s ease;
}
@media(min-width: 1100px){
    .product-rating .reviews:hover {
        cursor: pointer;
        color: var(--orange-main);
    }
}

@media(min-width: 1100px) {
    .product-rating .reviews:hover:before {
        border-bottom: 1px dashed var(--orange-main);
    }
}


.product-rating .reviews:before {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    left: 0;
    height: 1px;
    border-bottom: 1px dashed #333333;
    transition: all 0.3s ease;
}

.product-rating .reviews a {
    all: unset;
}


/*midmid*/
.new-product-card__mid--mid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product-set-title {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
}

.product-set-items__wrap {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}

.product-set-items__wrap--inner {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}

.product-set-items__wrap .product-set-link {
    padding: 8px 12px;
    color: #333333;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--gray-light);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.product-set-items__wrap .product-set-link.active {
    color: var(--orange-main);
    border: 1px solid var(--orange-main);
    text-decoration: none;
}

@media(min-width: 1100px) {
    .product-set-items__wrap .product-set-link:hover {
        color: var(--orange-main);
    }
}


.product-set-items__wrap a:visited {

}

.product-set-link__wrap {
    position: relative;
}

@media(min-width: 1100px) {
    .product-set-link__wrap:hover .product-set__tooltip {
        opacity: 1;
        visibility: visible;
    }
}

.product-set-link__wrap .product-set__tooltip {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    width: 200px;
    height: 200px;
    z-index: 5;
}

.product-set-link__wrap .product-set__tooltip img {
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: contain;
}

.product-set-link__wrap .product-set__tooltip.text-variant {
    background-color: #FFFFFF;
    font-size: 16px;
    color: #000000;
    padding: 12px;
    max-width: 264px;
    width: max-content;
    height: auto;
    box-shadow: 2px 2px 16px 0 rgba(51, 51, 51, 0.2);
    z-index: 5;
    border-radius: 7px;
}


/*bottommid*/
.new-product-card__mid--bottom {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product-features-title {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
}

.product-features-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-features-list__item {
    display: flex;
    align-items: center;
    gap: 4px;
}

.product-features-list__item--title {
    font-size: 14px;
    line-height: 1;
    color: #333333;
}

.product-features-list__item--separator {
    flex: 1;
    height: 100%;
    border-bottom: 1px solid var(--gray-light);
    min-width: 20px;
}

.product-features-list__item--value {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #333333;
}

.product-features__all-features {
    /*display: inline-block;*/
    /*font-size: 14px;*/
    /*font-weight: 700;*/
    /*position: relative;*/
    /*color: #333333;*/
    /*text-decoration: none;*/
    /*width: fit-content;*/
}
.new-product-card .underline-link.product-features__all-features.mobile {
    display: none;
}
@media (max-width: 1100px) {

    .new-product-card .underline-link.product-features__all-features {
        display: none;
    }
    .new-product-card .underline-link.product-features__all-features.mobile {
        display: inline-block;
    }

}

.product-features__all-features:before {
    /*content: '';*/
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: -2px;*/
    /*height: 1px;*/
    /*border-bottom: 1px dashed #333333;*/
}

.product-features__all-features:hover {
    /*color: var(--orange-main);*/
}

.product-features__all-features:hover:before {
    /*border-bottom: 1px dashed var(--orange-main);*/
}

.new-product-card .underline-link {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    color: #333333;
    text-decoration: none;
    width: fit-content;
    transition: all 0.3s ease;
}

.new-product-card .underline-link:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 1px;
    border-bottom: 1px dashed #333333;
    transition: all 0.3s ease;
}

@media(min-width: 1100px) {
    .new-product-card .underline-link:hover {
        color: var(--orange-main);
    }

    .new-product-card .underline-link:hover:before {
        border-bottom: 1px dashed var(--orange-main);
    }
}



/* =============== RIGHT  =============== */
.new-product-card__inner .new-product-card__right {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.new-product-card__right--top {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.new-product-prices {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 16px;
    line-height: 1;
}
.new-product-prices.mobile-price {
    display: none;
}
.new-product-prices.centered {
    justify-content: center;
}

.new-product-card__price-old {
    color: #9f9f9f;
    font-size: 18px;
    font-weight: 700;
    position: relative;
}

.new-product-card__price-old:before {
    content: '';
    position: absolute;
    width: 115%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background-color: #000000;
}

.new-product-card__price-old span.rubl {
    margin-left: 3px;
}

.new-product-card__price {
    color: var(--orange-main);
    font-size: 40px;
    font-weight: 700;
}

.new-product-card__price span.rubl {
    font-size: 30px;
    font-weight: 400;
}

.new-product-buy-controls {
    display: flex;
    flex-direction: column;
    gap: 16px;
}


.new-product-buy-controls .product-buy-control {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    padding: 15px 0;
    width: 100%;
    position: relative;
    overflow: hidden;
}

@media(min-width: 1100px) {
    .new-product-card .new-product-buy-controls .product-buy-control:hover {
        background-color: var(--orange-main);
        cursor: pointer;
    }

    .new-product-card .new-product-buy-controls .product-buy-control:hover a {
        color: var(--orange-main);
    }

    .new-product-card .new-product-buy-controls .product-buy-control:hover:before {
        transform: translateY(0);
    }

    .new-product-card .new-product-buy-controls .product-buy-control:hover.quick-order {
        border: 1px solid var(--orange-main);
    }
}


.new-product-card .new-product-buy-controls .add-to-cart {
    border: 1px solid var(--orange-main);
}

.new-product-card .new-product-buy-controls .add-to-cart a {
    color: var(--orange-main);
}

.new-product-card .new-product-buy-controls .add-to-cart:before {
    content: 'В корзину';
    color: #FFFFFF;
    position: absolute;
    inset: 0;
    transform: translateY(-100%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.new-product-card .new-product-buy-controls .analog-check.add-to-cart:before {
    content: 'Подобрать аналог';
}

.new-product-card .new-product-buy-controls .quick-order {
    border: 1px solid #000000;
    background-color: #f5f5f5;
}
.new-product-card .new-product-buy-controls .quick-order a {
    color: #131313;
}

.new-product-buy-controls .quick-order:before {
    content: 'Быстрый заказ';
    color: #FFFFFF;
    position: absolute;
    inset: 0;
    transform: translateY(-100%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.new-product-card__right--mid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.new-product-card__right--mid .delivery-title {
    font-size: 16px;
    color: #131313;
    font-weight: 700;
}

.new-product-card__right--mid .delivery-variants {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.delivery-variants__item {

}

.delivery-variants__item--date {
    color: #000000;
    font-weight: 400;
}

.delivery-variants__item--type {
    color: #838383;
}

.new-product-card__right--bottom {

}

.want-cheaper {
    display: flex;
    align-items: center;
    gap: 12px;
}

.want-cheaper__icon {
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    background-image: url(/local/templates/czebra_daewoo/front/css_new/icons/bell.svg);
    transition: all 0.3s ease;
}
@media(min-width: 1100px) {
    .new-product-card__right--bottom:hover .want-cheaper__icon {
        filter: brightness(0) saturate(100%) invert(54%) sepia(54%) saturate(6413%) hue-rotate(7deg) brightness(104%) contrast(102%);
    }
}

.want-cheaper .want-cheaper__link {

}

.new-product-fancybox .fancybox-thumbs.fancybox-thumbs-x {
    /*bottom: 3%;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    /*top: unset;*/
    background: transparent;
    width: 720px;
    margin: 0 auto;
    order: 2;
    flex-shrink: 0;
}

.new-product-fancybox .fancybox-slide {
    position: relative;
}

.new-product-fancybox .fancybox-thumbs.fancybox-thumbs-x .fancybox-thumbs__list {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    gap: 12px;
    width: fit-content !important;
}

.new-product-fancybox .fancybox-thumbs {
   position: relative;
}

.new-product-fancybox.fancybox-show-thumbs .fancybox-inner {
    right: 0;
}

.new-product-fancybox .fancybox-thumbs__list a {
    flex: 0 0 92px;
    height: 92px;
    width: 92px;
    border-radius: 7px;
}

.new-product-fancybox .fancybox-thumbs__list a:before {
    border: 3px solid var(--orange-main);
    border-radius: 7px;
}

.new-product-fancybox .fancybox-thumbs.fancybox-thumbs-x::-webkit-scrollbar {
    width: 5px;
    height: 2px;
}

.new-product-fancybox .fancybox-thumbs.fancybox-thumbs-x::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px #777777;
    border-radius: 7px;
}

.new-product-fancybox .fancybox-thumbs.fancybox-thumbs-x::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #777777;
}

.new-product-fancybox .fancybox-button--play,
.new-product-fancybox .fancybox-button--zoom,
.new-product-fancybox .fancybox-button--thumbs {
    display: none !important;
}
@media(min-width: 1100px) {
    .new-product-fancybox .fancybox-button--close:hover {
        background-color: var(--orange-main);
    }
}

.new-product-fancybox .fancybox-navigation .fancybox-button {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 0;
}
@media(min-width: 1100px) {
    .new-product-fancybox .fancybox-navigation .fancybox-button:hover {
        background-color: var(--orange-main);
    }
}

.new-product-fancybox .fancybox-stage {
    position: relative;
    flex: 1;
}

.new-product-fancybox .fancybox-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 20px;
}



.new-product-fancybox .fancybox-navigation .fancybox-button--arrow_right {
    right: 2%;

}
.new-product-fancybox .fancybox-navigation .fancybox-button--arrow_left {
    left: 2%;
}
.new-product-fancybox-video .fancybox-slide--iframe .fancybox-content {
    width: 100%;
    height: auto;
    max-width: 1800px;
    aspect-ratio: 16 / 9;
}
.new-product-fancybox .fancybox-slide--image {
    padding: 0;
}
.product-view-360-wrap .fancybox-close-small {
    display: none !important;
}

@media(min-width: 1100px) {
    .fancybox-360 .fancybox-button--close:hover {
        background-color: var(--orange-main);
    }
}

.new-product-fancybox .fancybox-thumbs.fancybox-thumbs-x::-webkit-scrollbar {
    height: 12px;
}

.new-product-card__mobile--feat {
    display: none;
}



/* End */


/* Start:/local/templates/czebra_daewoo/front/css_new/new_product_card_media.css?17302905399940*/


@media(max-width: 1500px) {

    .new-product-card__inner {
        grid-template-columns: 375px 340px 1fr;
        column-gap: 25px;
    }
    .new-product-card__left .new-product-card__left--left {
        flex: 0 0 75px;
    }
    .new-product-card__price-old {
        font-size: 18px;
    }
    .new-product-card__price {
        font-size: 30px;
    }
    .new-product-card__price span.rubl {
        font-size: 26px;
    }
    .new-product-prices {
        flex-direction: column;
        align-items: flex-end;
    }



    .new-product-card__inner .new-product-card__right {
        gap: 28px;
    }

}

@media(max-width: 1099px) {

    .new-product-card__left .new-product-card__left--left:not(.slick-initialized) {
        width: 100%;
        aspect-ratio: 1;
    }

    .new-product-card__left .new-product-card__left--left:not(.slick-initialized) .product-image__wrap:nth-child(n+2) {
        display: none;
    }

    .new-product-card__left .new-product-card__left--left .product-image__wrap.active {
        border: none;
    }
    .new-product-card__left .new-product-card__left--left {
        position: relative;
    }
    .new-product-card__left .new-product-card__left--left .product-image__wrap {
        border: none;
        transition: none;
    }

    .new-product-card__left .new-product-card__left--left .product-image__wrap:nth-child(n+5) {
        display: block;
    }

    .new-product-card__left--left .slick-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
        gap: 4px;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 180%);
        bottom: 0;
    }

    .new-product-card__left--left .slick-dots li {
        position: relative;
        display: inline-block;
        height: 8px;
        width: 8px;
        margin: 0;
        padding: 0;
        flex-shrink: 0;
        flex-grow: 0;
    }
    .new-product-card__left--left .slick-dots li.slick-active button {
        background: var(--orange-main);
        border: 1px solid transparent;
    }
    .new-product-card__left--left .slick-dots li button {
        background: #FFFFFF;
        border: 1px solid #000000;
        display: block;
        border-radius: 50%;
        height: 8px;
        width: 8px;
        outline: none;
        line-height: 0;
        font-size: 0;
        color: transparent;
        cursor: pointer;
        opacity: 1;
        padding: 0;
    }

    .new-product-card {
        padding: 0;
    }

    .new-product-card__left--inner {
        min-width: 100%;
    }

    .new-product-card__left .new-product-card__left--right {
        display: none;
    }

    .product-image__wrap {
        aspect-ratio: 1;
        padding-bottom: 0;
    }

    .new-product-card__left .show-more {
        display: none;
    }

    .new-product-card__left .new-product-card__left--inner {
        flex: 1 auto;
    }

    .new-product-card__inner .new-product-card__mid.without-package-set {
        gap: 16px;
        margin-bottom: 16px;
    }

    .new-product-card__inner {
        grid-template-columns: 1fr;
        row-gap: 0;
    }
    .product-set__tooltip {
        display: none;
    }
    .product-controls__desktop {
        display: none;
    }
    .new-product-card__mid--top.product-controls__mobile {
        display: flex;
        margin-bottom: 20px;
    }

    .new-product-card__mid--top.product-controls__mobile .product-control {
        display: block;
        height: 24px;
    }
    .product-set-items__wrap {
        flex-wrap: nowrap;
        width: 100%;
        overflow: auto;
        padding-bottom: 5px;
    }

    .product-set-items__wrap::-webkit-scrollbar {
        width: 5px;
        height: 2px;
    }

    .product-set-items__wrap::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 3px #777777;
        border-radius: 7px;
    }

    .product-set-items__wrap::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #777777;
    }

    .product-set-link__wrap {
        flex-shrink: 0;
    }

    .new-product-card__inner .new-product-card__mid {
        gap: 16px;
        min-width: 100%;
        margin-bottom: 20px;
    }

    .new-product-prices {
        flex-direction: row;
        justify-content: center;
        gap: 21px;
    }
    .new-product-prices.desktop-price {
        display: none;
    }
    .new-product-prices.mobile-price {
        display: flex;
        margin-top: 8px;
    }
    .new-product-buy-controls {
        width: 350px;
        align-self: center;
    }
    .new-product-card__right--top {
        order: 1;
    }
    .new-product-card__right--top.without-package-set {
        flex-direction: column-reverse;
        margin-top: 20px;
    }
    .new-product-card__right--mid {
        order: 3;
    }
    .new-product-card__right--bottom {
        /*order: 2;*/
        /*display: flex;*/
        /*justify-content: center;*/
        display: none;
    }

    .product-title__wrap .product-controls {
        justify-content: flex-start;
        gap: 8px;
    }

    .product-title__wrap {
        flex-direction: column;
        gap: 8px;
    }
    .product-title__wrap .product-controls__wrap {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .product-controls__wrap .product-rating {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .product-article__wrap {
        /*flex-direction: column-reverse;*/
    }

    .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
        margin: 0 !important;
    }

    .ya-share2__container_mobile.ya-share2__container_size_m .ya-share2__icon {
        height: 29px !important;
        width: 24px !important;
    }
    .product-article__wrap.filled-stars i {
        width: 20px;
        height: 20px;
    }

    .product-rating .rate {
        width: 100px;
        height: 20px;
    }
    .product-rating .rate .rating-container {
        height: 100%;
    }
    .product-rating .rate .rating-container .rating-stars {

    }
    .product-rating .rate .rating-container .rating-stars i {
        width: 20px;
        height: 20px;
    }

    .new-product-card__inner .new-product-card__left {
        min-width: 100%;
    }

    .product-gallery-controls__mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 55px;
    }
    .gallery-mobile-control {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .mobile-gallery-control__icon {
        width: 56px;
        height: 56px;
        background-size: 100% auto;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .mobile-gallery-control__icon.video-icon {
        background-image: url(/local/templates/czebra_daewoo/front/css_new/icons/youtube.svg);
    }
    .mobile-gallery-control__icon.view360-icon {
        background-image: url(/local/templates/czebra_daewoo/front/css_new/icons/360photo.svg);
    }
    .mobile-gallery-control__icon.photo-icon {
        background-image: url(/local/templates/czebra_daewoo/front/css_new/icons/photo.svg);
    }
    .mobile-gallery-control__text {
        font-size: 12px;
        font-weight: 600;
        color: #333333;
        text-decoration: underline;
        text-transform: uppercase;
    }

    .new-product-fancybox .fancybox-navigation .fancybox-button {
        width: 40px;
        height: 40px;
        top: calc(50% - 20px);
    }

    .new-product-fancybox-video .fancybox-slide--iframe {
        padding: 10px;
    }
    .new-product-fancybox .fancybox-thumbs.fancybox-thumbs-x {
        width: 100%;
    }

    .new-product-card__mid--bottom {
        display: none;
    }

    .new-product-card__mobile--feat {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .mobile-feat-item {
        display: flex;
        gap: 18px;
    }

    .mobile-feat-item__img {
        flex: 0 0 55px;
        position: relative;
        height: 55px;
    }

    .feat-img__wrap {
        position: absolute;
        inset: 0;
    }

    .feat-img__wrap img {
        max-height: 100%;
        max-width: 100%;
        min-height: 100%;
        min-width: 100%;
        object-fit: contain;
    }
    .mobile-feat-item__descr {
        padding: 5px 6px 5px 0;
    }
    .mobile-feat-item__descr--title {
        margin-bottom: 4px;
        color: #838383;
        font-size: 14px;
    }
    .mobile-feat-item__descr--value {
        font-size: 16px;
        font-weight: 700;
    }

    .info-fixed-accord {
        padding-top: 30px;
    }

    .info-fixed-accord .block-info-item {
        display: none !important;
    }

    .block-card-info .wrap-modal-content .dialog__container {
        width: 100%;
    }

    .block-card-info .wrap-modal-content .dialog__container .popup__item-delivery-date {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
    }

    .block-card-info .wrap-modal-content .dialog__container .popup__item-delivery-date span {
        padding: 0 !important;
    }

    .block-card-info .wrap-modal-content .dialog__container .popup__item {
        flex-direction: column;
        gap: 8px;
    }

    .block-card-info .wrap-modal-content .dialog__container .popup__item .popup__item-img {
        margin: 0;
    }

    .block-card-info .wrap-modal-content .dialog__container {
        padding: 20px 0;
    }

    .block-card-info .wrap-modal-content .dialog__container .popup__item .popup__item-desc,
    .block-card-info .wrap-modal-content .dialog__container .popup__item .popup__item-price {
            margin: 0;
    }

    .block-card-info .wrap-modal-content .dialog__container .popup__item .popup__item-desc .popup__item-name {
        text-align: center;
    }

}

@media (max-width: 564px) {
    .new-product-buy-controls {
        width: 100%;
    }

    .new-product-card__right {
        gap: 28px;
    }
}
/* End */


/* Start:/local/templates/czebra_daewoo/components/bitrix/catalog.compare.list/base/style.css?17198156951320*/
.bx_catalog-compare-list{
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:12px;
    z-index:998;
    overflow:hidden;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    width:270px;
    max-height:100%;
    padding:10px 8px 0;
    white-space:normal;
    color:#404040;
    border:1px solid #b7b7b7;
    border-radius:3px;
    background:#fff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	margin-bottom: 10px;
}
.bx_catalog-compare-list.fix{
	position:fixed;
}
.bx_catalog-compare-list.top{
    top:5px;
}
.bx_catalog-compare-list.right{
    right:5px;
}
.bx_catalog-compare-list.bottom{
    bottom:5px;
}
.bx_catalog-compare-list.left{
    left:5px;
}
.bx_catalog-compare-list .bx_catalog_compare_form {  }
.bx_catalog-compare-list:hover .bx_catalog_compare_form {  }
.bx_catalog-compare-list a{
    font-size:11px;
    color:#327ab7;
}
.bx_catalog-compare-list a:hover{
    text-decoration:none;
}
.bx_catalog_compare_count p{
    margin:0 0 10px 0;
}
.bx_catalog_compare_count p.compare-redirect{
	text-align: center;
	font-weight: bold;
}
.bx_catalog-compare-list .compare-items td{
    font-size:12px;
    font-weight:bold;
    padding-bottom:10px;
	vertical-align: top;
}
/* End */
/* /local/templates/czebra_daewoo/front/css_new/new_product_card.css?173018652124119 */
/* /local/templates/czebra_daewoo/front/css_new/new_product_card_media.css?17302905399940 */
/* /local/templates/czebra_daewoo/components/bitrix/catalog.compare.list/base/style.css?17198156951320 */
