@keyframes fadeInNaborItemsWrap {
    to {
        opacity: 1;
    }
}
@keyframes fromRightNaborItems {
    to {
       transform: translateX(0);
    }
}
@keyframes fromTopNaborItems {
    to {
        transform: translateY(0);
    }
}
/*.product-detail-byu-container .byu-container-row{*/
/*    padding-bottom: 0;*/
/*}*/
.product-item-container .product_card-flags{
    z-index: 2;
}
.product-item-container .product_card-flags:hover{
    z-index: 20;
}
.product-item-container .nabor-item-line .product_card-flags{
    flex-direction: row;
    margin-bottom: 12px;
}
.nabor-section-items .close-btn,
.dop-inofo-modal-wrp .close-btn{
    width: 24px;
    height: 24px;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 50;
    background: #fff;
    cursor: pointer;
    transition: .3s ease;
    opacity: 1!important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-txt);
}

.nabor-section-items .close-btn:hover,
.dop-inofo-modal-wrp .close-btn:hover{
    color: #B6BCC7;
}

#komplekt-wrp{
    margin-bottom: 60px;
    position: relative;
}
.nabor-wrapper{
    padding-top: 60px;
}
.nabor-title{
    display: flex;
    align-items: flex-end;
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 40px;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}
.nabor-title a{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color:var(--blue-link);
    margin-left: 16px;
    border-bottom: 1px solid transparent;
    transition: 0.2s border;
}

.nabor-title a:hover{
    color:var(--blue-link);
    border-bottom: 1px solid var(--blue-link);
}
.nabor-sections {
    display: flex;
    align-items: center;
    overflow: hidden;
}
.nabor-required-items {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 16px 130px 16px;
    margin: 0 -16px -32px -16px;
}
.nabor-required-items-wrap{
    display: flex;
    padding: 32px 32px 48px;
    border-radius: 8px;
    background-color: #F3F3F5;
}
.nabor-required-items > .nabor-item-element + .nabor-section-wrp.swiper-slide{
    /*padding-left: 0;*/
}
.nabor-sections-slider {
    width: 100%;
    overflow: hidden;
    padding: 0 20px 90px 20px;
    margin: -16px -20px 8px -20px;
}
.nabor-sections-slider:hover{
    z-index: 3;
}
.nabor-required-items .nabor-section-wrp.swiper-slide {
    padding-right: 0;
    padding-left: 24px;
}
.nabor-required-items .nabor-section-wrp.swiper-slide:first-child {
    padding-left: 0;
}
.nabor-item-element .icons{
    display: flex;
    column-gap: 12px;
}
.nabor-item-element{
    border-bottom: 1px solid var(--border-gray);
}
.product-item-detail-nabor {
    overflow: hidden;
    position: relative;
}
body.nabor-noscroll {
  
}
.offer-wrap{
    min-width: 220px;
    min-height: 376px;
    border-radius: 4px;
    background: white;
}
.nabor-section-items{
    position: absolute;
    width: 500px;
    height: calc(100vh - 40px);
    right: 20px;
    top: 20px;
    padding: 32px 10px 32px 32px;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0px 10px 20px 0px rgba(118, 118, 132, 0.40);
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    animation: fromRightNaborItems 0.3s ease forwards;
}
.nabor-section-items-wrap,
.dop-inofo-modal{
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(30, 38, 60, 0.40);
    animation: fadeInNaborItemsWrap 0.3s ease forwards;
}
.nabor-section-items-wrap.show-items,
.dop-inofo-modal.show-items{
    display: block;
    max-height: 100%;
    overflow: hidden;
}
.dop-inofo-modal-wrp{
    position: absolute;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0px 10px 20px 0px rgba(118, 118, 132, 0.40);
    display: flex;
    flex-direction: column;
    transform: translateY(-30%);
    animation: fromTopNaborItems 0.3s ease forwards;
    width: 620px;
    max-height: 470px;
    left: calc(50% - 310px);
    top: calc(50% - 235px);
    padding: 40px 40px 50px 40px;
}
.nabor-section-items .customScroll {
    height: 100%;
    width: 100%;
    padding-right: 22px;
}

.nabor-card {
    position: relative;
    width: 220px;
    height: 376px;
    border-radius: 4px;
    background: white;
    border: 1px solid #E6E9F0;
    padding: 16px 16px 20px;
}
.nabor-section .nabor-card {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 0;
    left: 0;
    overflow: hidden;
    transition: .3s ease;
}
.nabor-plus {
    margin: -88px 16px 0 16px;
}
.nabor-plus svg{
    fill: currentColor;
}
.nabor-card .product_card-flags{
    flex-direction: column;
    margin-bottom: 0;
    position: absolute;
    left: 16px;
    top: 16px;
}
.nabor-card .product_card-flags:hover{
    z-index: 51;
}

.nabor-card .product_card-flags .flag-item,
.nabor-card .product_card-flags .product-item-label-ring{
    width: fit-content;
    margin-bottom: 4px;
}
.nabor-card  .product_card-flags .flag-item.prod-of-day_krayt{
    padding: 0;
    border: 1px solid var(--flag-of-day);
    background-color: white;
    border-radius: 3px;
}
.nabor-card .product_card-flags .flag-item.prod-of-day_krayt .prod-of-day_krayt-title{
    padding: 4px 6px;
    border-radius: 0 3px 3px 0;
    background-color: var(--flag-of-day);
}
.nabor-card_image {
    width: 188px;
    height: 188px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    margin-bottom: 16px;
}
.nabor-card_price {
    display: flex;
    align-items: flex-end;
    margin-bottom: 16px;
    margin-top: 16px;
}
.nabor-section-items .nabor-card_price_current{
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
}
.nabor-section-items .product_card-flags .flag-item.flag-action .info-text-wrap,
.nabor-section-wrp .product_card-flags .flag-item.flag-action .info-text-wrap{
    width: 186px;
    left: -1px;
}
/*что нужно для установки*/
.product-nabor-item-right {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    height: 100%;
}
.dop-info-modal-content{
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    padding-right: 10px;
    margin-right: -10px;
}
.dop-info-modal-content p{
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}
.dop-info-modal-content h1{
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    margin: 10px 0 40px 0;
}
.dop-info-modal-content h2{
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    margin: 10px 0 20px 0;
}
.dop-info-modal-content h3{
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    margin: 10px 0 16px 0;
}
.dop-info-modal-content h4{
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    margin: 10px 0 12px 0;
}
.dop-info-modal-content h5{
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    margin: 10px 0 12px 0;
}
.dop-info-modal-content h6{
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    margin: 10px 0 12px 0;
}
.dop-info-modal-content blockquote{
    padding-left: 20px;
}
.dop-info-modal-content a{
    display: inline-block;
    width: fit-content;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: var(--blue-link);
    border-bottom: 1px solid transparent;
    cursor: pointer;
    transition: .2s linear;
}
.dop-info-modal-content a:hover{
    color: var(--blue-link);
    border-bottom: 1px solid var(--blue-link);
    transition: .2s linear;
}
.dop-info-modal-content ul{
    margin: 10px 0;
}
.dop-info-modal-content ol{
    counter-reset: myCounter;
    margin-left: 0;
    padding-left: 5px;
    color: rgb(100,100,100);
    margin: 10px 0;
}
.dop-info-modal-content ul li,
.dop-info-modal-content ol li{
    position: relative;
    padding-left: 35px;
    margin: 5px 0;
}
.dop-info-modal-content ul li{
    padding-left: 25px;
}
.dop-info-modal-content ol li:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    color: var(--main_text_button);
    font-weight: 500;
    text-align: center;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    bottom: 0;
    right: 0;
    margin: auto 0;
    background-color: var(--main_color);
    border-radius: 4px;
    counter-increment: myCounter;
    content: counter(myCounter);
}
.dop-info-modal-content ul li:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    bottom: 0;
    right: 0;
    margin: auto 0;
    background-color: var(--main_color);
    border-radius: 50%;
}
.dop-info-modal-content table{
    border-collapse: separate;
}
.dop-info-modal-content table[align="center"]{
    margin: 10px auto;
}
.dop-info-modal-content table:not([border]),
.dop-info-modal-content table:not([border]) td,
.dop-info-modal-content table:not([border]) th{
    border: none;
}

.dop-info-modal-content table[cellspacing="0"]{
    border-collapse: collapse;
}

.dop-info-modal-content table td,
.dop-info-modal-content table th{
    border: 1px solid var(--main-txt);
}
.dop-info-modal-content table th{
    font-weight: 700;
    text-align: center;
}
.dop-info-modal-content caption{
    text-align: center;
    caption-side: top;
}
.dop-info-modal-content img{
    max-width: 100%;
    height: auto;
}
/*конец что нужно для установки*/
.nabor-card_price_current {
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
}
.nabor-card_price_old {
    color: var(--old-price-gray);
    text-decoration: line-through;
    margin-left: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
}
.nabor-card_title a,
.nabor-card_title span{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    transition: .2s ease;
}
.nabor-card_title a:hover {
    color: var(--blue-link);
    transition: 0.2s all linear;
}
.nabor-card .card_article{
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-align: left;
    color: var(--main_text_gray);
}
.nabor-section {
    width: 220px;
    max-width: 220px;
    height: 376px;
    border-radius: 12px;
    position: relative;
}
.nabor-section-card {
    position: absolute;
    z-index: 2;
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease;
    border-radius: 4px;
    background: #fff;
    border: 1px dashed #C8CAD0;
}
.nabor-section-card:hover {
    border-color: #7C808A;
}
.nabor-section-card:active {
    background-color: #EEEEF0;
}
.nabor-section-card_title {
    width: 100%;
    position: relative;
}
.nabor-section-card_title div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px;
    position: relative;
}
.nabor-section-card_title span {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 2;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    display: block;
    text-align: center;
    padding: 0 16px;
}
.nabor-section-card:hover .nabor-section-card_title svg{
    z-index: 2;
}
.nabor-item-line {
    padding: 24px 0;
    background: #fff;
    position: relative;
}
.nabor-item-line-wrp{
    display: flex;
    column-gap: 20px;
    align-items: flex-start;
}
.nabor-card .product_item_subtitle{
    margin-top: 16px;
    margin-bottom: 16px;
    min-height: 12px;
    overflow: visible;
}
.product-nabor-item-image-wrapper{
    position: relative;
}
.product-nabor-item-image-wrapper img {
    display: block;
    width: 120px;
    height: 120px;
    object-fit: contain;
}
.nabor-image-slider img {
    display: none;
}
.nabor-image-slider img.active {
    display: block;
}
.nabor-item-image-slider-control {
    /*width: 100%;*/
    /*height: 100%;*/
    /*margin-right: 2px;*/
    /*border-radius: 5px;*/
    /*background: #E3E9F6;*/
    /*transition: .2s ease;*/
    display: inline-block;
    margin: 0 1px;
    width: 12px;
    height: 2px;
    background: var(--main_text_black);
    border-radius: 10px;
    cursor: pointer;
    transition: 0.2s all linear;
    opacity: 0.1;
}
.nabor-item-image-slider-control:last-child {
    margin-right: 0;
}
.nabor-item-image-slider-control.active {
    opacity:1;
}
.nabor-item-image-slider-control-container {
    position: absolute;
    right: 0;
    top: 100%;
    left: 0;
    z-index: 1;
    display: block;
    padding: 0;
    text-align: center;
}
.nabor-section-items_title-wrap:not(.dop-info-modal-title) {
    padding-bottom: 24px;
    border-bottom: 1px solid var(--border-gray);
    margin-right: 24px;
}
.dop-inofo-modal-wrp .nabor-section-items_title-wrap {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    padding-bottom: 24px;
}
.nabor-section-items_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    margin-right: 32px;
    /*max-height: 88px;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    display: block;
    display: -webkit-box;
    /*-webkit-line-clamp: 2;*/
    -webkit-box-orient: vertical;
}
.nabor-show-other-btn {
    /*display: inline-block;*/
    display: block;
    width: fit-content;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--blue-link);
    cursor: pointer;
    border-bottom: 1px solid transparent;
    transition: .2s linear;
}
.nabor-show-other-btn:hover {
    transition: .2s linear;
    border-bottom: 1px solid var(--blue-link);
}
.product-item-detail-nabor::after {
    content: '';
    background: linear-gradient(270deg, #FFFFFF 26.39%, rgba(255, 255, 255, 0) 98.25%);
    position: absolute;
    z-index: 10;
    height: 100%;
    width: 90px;
    top: 0;
    right: 0;
    pointer-events: none;
}
.product-nabor-item-right {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    height: 100%;
}
.product-item_nabor-title {
    margin-top: 12px;
    flex-shrink: 0;
}
.product-item_nabor-articule{
    margin-top: 12px;
    margin-bottom: 16px;
}
.product-item_nabor-articule p{
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: var(--main_text_gray);
    height: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
}
.product-nabor-item-price-container {
    display: flex;
    align-items: flex-end;
}
.product-nabor-item-label-ring {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 4px 9px;
    font-size: 12px;
    font-weight: 700;
    line-height: 100%;
    color: #fff;
    border-radius: 5px;
    background: #F46158;
}
.nabor-item-line .all-about-price {
    order: -1;
}
.product-nabor-item-amount {
    display: none;
}
.product-nabor-item-buttons-container {
    margin-top: auto;
    display: flex;
    column-gap: 12px;
    align-items: center;
}
.product-nabor-item-buttons-container .btn-add{
    width: 147px;
    height: 36px;
}
.product-nabor-item-buttons-container .btn-in-nabor {
    display: none;
    pointer-events: none;
}
.in-nabor .product-nabor-item-buttons-container .btn-add {
    display: none;
}
.in-nabor .product-nabor-item-buttons-container .btn-in-nabor {
    display: flex;
    background: var(--border-bottom-gray);
}

.nabor-card-svg {
    position: absolute;
    width: 23px;
    height: 23px;
    z-index: 50;
    top: 20px;
    left: 20px;
}
.nabor-clear-section {
    opacity: 1;
    transition: .3s ease;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 50;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nabor-clear-section:hover {
    transition: 0.2s all linear;
    background-color: var(--main_bg_gray);
}
.nabor-clear-section:active {
    transition: 0.2s all linear;
    background-color: #E4E4E4;
}
.nabor-section .nabor-card:hover {
    height: 438px;
    box-shadow: 0px 10px 20px 0px rgba(118, 118, 132, 0.15);
}
.nabor-card-quantity {
    margin-top: 16px;
    height: 42px;
    width: 100%;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: .2s;
    padding: 6px;
    background: var(--main_bg_gray);
    border-radius: 4px;
}
.nabor-section .nabor-card:hover .nabor-card-quantity{
    opacity: 1;
}
.nabor-card-quantity_plus, .nabor-card-quantity_minus {
    flex-shrink: 0;
    cursor: pointer;
    height: 30px;
    width: 28px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main_bg_gray);
    transition: .3s ease;
}
@media(hover:hover){
    .nabor-card-quantity_plus:hover,
    .nabor-card-quantity_minus:hover {
        transition: 0.2s all linear;
        background: var(--border-bottom-gray);
    }
}

.nabor-card-quantity_plus:hover:active,
.nabor-card-quantity_minus:hover:active {
    transition: 0.2s all linear;
    background: var(--active-edit-quantity);
}
.nabor-card-quantity .nabor-card-quantity_input {
    height: 100%;
    width: 40px;
    margin: 0 auto;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    pointer-events: none;
    background-color: var(--main_bg_gray);
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}
.nabor-card-quantity_plus.disabled, .nabor-card-quantity_minus.disabled {
    pointer-events: none;
}
.nabor-card-quantity_plus.disabled svg, .nabor-card-quantity_minus.disabled svg {
    opacity: 0.3;
}
.nabor-section-wrp.swiper-slide{
    padding-right: 24px;
    flex-shrink: 0;
    width: auto;
    max-width: none;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}
.nabor-sections-slider .nabor-section-wrp:last-child {
    padding-right: 0px;
}

.nabor-sections .swiper-button-prev,
.nabor-sections .swiper-button-next{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #fff;
    right: 0;
    top: 75px;
    display: none;
    color: var(--main-txt);
    transition: 0.2s linear;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.10);
}

.nabor-sections .swiper-button-prev{
    left: unset;
    right: 51px;
}



.nabor-sections .swiper-button-prev:hover,
.nabor-sections .swiper-button-next:hover{
    color: var(--main_color);
}

.nabor-sections .swiper-button-prev:active,
.nabor-sections .swiper-button-next:active{
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.10);
}

.nabor-sections .swiper-button-disabled{
    opacity: 1;
}
.nabor-sections .swiper-button-disabled svg{
    opacity: 20%;
}
.nabor-total-price {
    display: flex;
    align-items: flex-end;
    margin-top: 10px;
}
.nabor-total {
    display: flex;
    margin-top: -60px;
    position: relative;
    align-items: flex-end;
    z-index: 2;
}

.nabor-total-price .product-item-detail-price-current{
    margin-right: 12px;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
}
.nabor-total-price .nabor-total-price_old{
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-decoration-line: line-through;
    color: var(--old-price-gray);
    margin: 0;
}
.nabor-total-buttons {
    display: flex;
    margin-left: 40px;
}
.nabor-total-buttons .button#nabor-total-buy{
    width: 240px;
}
.nabor-total-buttons .button#nabor-total-buy .lds-dual-ring:after{
    border: 2px solid var(--main_text_button);
}
.nabor-total-buttons .button#nabor-total-oneclick{
    width: 230px;
}
.nabor-total-buttons .button:nth-child(2) {
    margin-left: 8px;
}
.nabor-total-price .nabor-total-discount {
    display: none;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    color: #fff;
    padding: 6px;
    height: 22px;
    background: #F55C33;
    border-radius: 3px;
    margin-left: 12px;
}
.nabor-total-count {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}
.nabor-total-count span {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
}
.nabor-default-item {
    display: flex;
    align-items: center;
}

.nabor-items-count-link {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}
.nabor-items-count-link a {
    color: var(--main_color);
    cursor: pointer;
    transition: .2s ease;
    border-bottom: 1px solid transparent;
}
.nabor-items-count-link a:hover {
    border-bottom: 1px solid var(--main_color);
}
.nabor-label_komplekt {
    display: flex;
    align-items: flex-start;
    background: white;
    position: absolute;
    z-index: 50;
    top: -10px;
    left: 20px;
    padding: 0 8px;
}
.nabor-label_komplekt p {
    color: #9BA5BA;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    margin-left: 6px;
}
.nabor-label_important {
    position: absolute;
    z-index: 1;
    bottom: -24px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nabor-label_important p {
    color: var(--main_active_red);
    font-size: 12px;
    line-height: normal;
    font-weight: 400;
    margin-left: 4px;
}
.nabor-label_additionally {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #9BA5BA;
    margin-bottom: 14px;
}

/*basket*/

.nabor-basket-item {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid #F1F3F8;
}
.nabor-basket-item:last-child {
    border-bottom: 1px solid #F1F3F8;
}
.nabor-basket-item img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
    object-fit: contain;
}
.nabor-basket-item_info {
    width: 200px;
    flex-shrink: 0;
    margin-right: 100px;
}
.nabor-basket-item_name {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}
.nabor-basket-item_info label {
    display: flex;
    align-items: center;
    margin-top: 16px;
    cursor: pointer;
}
.nabor-basket-item_info span {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
}
.nabor-basket-item_checkbox {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    border-radius: 2px;
    border: 1px solid #F1F3F8;
    background-position: center;
    background-size: cover;
}
input:checked + label .nabor-basket-item_checkbox {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='18' height='18' rx='2' fill='%233170E9'/%3E%3Cpath d='M4.4276 10.2225L7.32267 13.1176L14.4999 5.94042' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.nabor-basket-item_quantity {
    opacity: 1;
    width: 120px;
    flex-shrink: 0;
    margin-top: 0;
    height: 32px;
}
.nabor-basket-item_quantity .nabor-card-quantity_plus, .nabor-basket-item_quantity .nabor-card-quantity_minus {
    width: 32px;
    height: 32px;
}
.nabor-card-quantity.nabor-basket-item_quantity .nabor-card-quantity_input {
    width: 50px;
}
.nabor-basket-item_price {
    margin-left: auto;
}
.nabor-basket-item_price-current, .nabor-basket-total_price {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
}
.nabor-basket-item_price-old {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 2px;
    text-decoration: line-through;
    color: #9BA5BA;
}
.nabor-basket-total {
    width: 220px;
    margin-right: 30px;
    flex-shrink: 0;
    text-align: left;
}
.nabor-add-to-basket .popup-window-buttons .button:nth-child(2) {
    margin-left: 0;
    margin-right: 10px;
}
.nabor-basket-total_count {
    color: #9BA5BA;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.loading-span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite
}
.loading-span::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 3px solid var(--main_text_black);
    animation: prixClipFix 2s linear infinite ;
}

.prod-of-day_timer_tiles {
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 0 6px;
    min-width: 80px;
    color: var(--flag-of-day);
}

.prod-of-day_timer_tiles .timer-val,
.prod-of-day_timer_tiles .timer-separator{
    font-size: 12px;
    line-height: 100%;
    font-weight: 700;
    color: var(--main-txt);
}

.prod-of-day_timer_tiles .timer-val_label {
    font-size: 12px;
    font-weight: 400;
    color: #666;
    margin-left: 4px;
    display: none;
}

.prod-of-day_timer_tiles .timer-separator {
    padding: 0 3px;
}
.prod-of-day_timer_tiles [data-timer="scds"]{
    order: 3;
}
[data-timer="scds"] + .timer-separator {
    order: 2
}
[data-timer="scds"].timer-display-none + .timer-separator {
    order: 0
}

.product-item-container .product_card-flags .flag-item, .product-item-container .product_card-flags .product-item-label-ring {
    text-align: center;
    display: flex;
    align-items: center;
    padding: 6px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    color: #fff;
    width: fit-content;
    user-select: none;
}
.product-item-container .product_card-flags .flag-item.prod-of-day_krayt {
    padding: 0;
    border: 1px solid var(--flag-of-day);
    background-color: white;
    border-radius: 3px;
}
.product-item-container .product_card-flags .flag-item.prod-of-day_krayt .prod-of-day_krayt-title {
    padding: 4px 6px;
    border-radius: 0 3px 3px 0;
    background-color: var(--flag-of-day);
}
@keyframes rotate {
    100%   {transform: rotate(360deg)}
}

@keyframes prixClipFix {
    0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
    75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
    100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}
@media (max-width: 1061px){
    .nabor-section-items{
        width: 800px;
        left: calc(50% - 400px);
    }
    .nabor-section-items .customScroll{
        grid-template-columns: repeat(3, 220px);
    }
    .nabor-sections .swiper-button-prev, .nabor-sections .swiper-button-next{
        display: none!important;
    }
    .nabor-plus{
        margin: 8px auto 24px auto;
    }
    .nabor-required-items{
        flex-direction: column;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .nabor-section{
        width: 100%;
        max-width: unset;
        height: 176px;
        margin-bottom: 20px;
    }
    .nabor-sections{
        flex-direction: column;
    }
    .nabor-section-wrp .product_card-flags .flag-item.flag-action .info-text-wrap{
        left: 0;
        top: 28px;
        width: 240px;
    }
    .nabor-section .nabor-card:hover{
        height: inherit;
        box-shadow: none;
    }
    .nabor-item-element{
        width: 100%;
    }
    .nabor-section .nabor-card{
        width: 100%;
        /*height: auto;*/
        position: relative;
    }
    .nabor-card .nabor-card-content{
        display: flex;
        flex-wrap: wrap;
    }
    .offer-wrap{
        width: 100%;
        min-height: 140px;
    }
    .nabor-card.main-card{
        display: flex;
        min-height: 140px;
        height: auto;
        width: 100%;
    }
    .nabor-card.main-card > div{
        display: flex;
        flex-direction: column;
    }
    .another-quantity-wrap{
        display: flex;
        align-items: end;
        margin-left: 116px;
    }
    .nabor-show-other-btn{
        margin-top: 0;
        margin-right: 24px;
    }
    .nabor-card-quantity{
        opacity: 1;
        width: 90px;
        height: 40px;
        padding: 3px;
        margin-top: 0;
    }
    .nabor-card-quantity_plus, .nabor-card-quantity_minus{
        width: 24px;
        height: 34px;
    }
    .nabor-card-quantity .nabor-card-quantity_input{
        width: 36px;
    }
    .nabor-section{
        width: 100%;
        max-width: unset;
        margin-bottom: 16px;
        height: auto;
        min-height: 140px;
    }
    .nabor-sections-slider{
        padding: 0;
        margin: 0;
        width: 100%;
    }
    .nabor-sections-slider>.swiper-wrapper{
        flex-direction: column;
    }
    .nabor-section-wrp.swiper-slide{
        padding: 20px 0 0;
    }
    .nabor-total{
        margin: 20px 0 0;
    }
    .nabor-required-items .nabor-section-wrp.swiper-slide{
        padding-left: 0;
        width: 100%;
    }
    .nabor-card_image{
        width: 100px;
        height: 100px;
        margin: 0 16px 0 0;
    }
    .nabor-card_price_current{
        font-size: 16px;
    }
    .nabor-card_price_old{
        font-size: 13px;
        margin-left: 8px;
    }
    .nabor-card_price{
        margin: 0 0 8px 0;
    }
    .nabor-clear-section{
        opacity: 1;
    }
    .nabor-card .product_item_subtitle{
        margin: 12px 0 16px 0;
    }
    .nabor-card .product_card-flags{
        position: static;
        flex-direction: row;
        width: 100%;
        padding-right: 30px;
        margin-bottom: 4px;
    }
    .nabor-card_title a, .nabor-card_title span{
        height: 34px;
        font-size: 12px;
    }
    .nabor-card .right{
        display: flex;
        flex-direction: column;
        flex:1;
        max-width: calc(100% - 116px);
    }
    .nabor-card .nabor-card_title{
        order: -1;
        margin-bottom: 12px;
    }
/*    пустая категория*/
    .nabor-section-card_title{
        display: flex;
        padding-left: 55px;
    }
    .nabor-section-card_title div{
        width: auto;
        height: auto;
        margin: 0 16px 0 0;
    }
    .nabor-section-card_title span{
        position: static;
        padding: 0;
        display: inline-block;
        width: auto;
    }
    .nabor-section .nabor-card.imp-wrap{
        padding: 20px 20px 53px;
    }
    .nabor-label_important{
        left: 50%;
        transform: translate(-50%, 0);
        bottom: 16px;
        z-index: 4;
        width: auto;
    }
}
@media(max-width: 992px){
    #komplekt-wrp{
        margin-bottom: 40px;
    }
    .nabor-wrapper{
        padding-top: 40px;
    }
    .nabor-title{
        font-size: 26px;
        margin-bottom: 24px;
    }
    body.nabor-noscroll{
        padding-right: 0;
    }
}
@media(max-width: 820px){
    .nabor-section-items{
        width: 560px;
        left: calc(50% - 280px);
    }
    .nabor-section-items .customScroll{
        grid-template-columns: repeat(2, 220px);
    }
}
@media(max-width: 790px){
    .nabor-sections{
        overflow: visible;
        flex-direction: column;
        align-items: unset;
    }
    .nabor-required-items{
        flex-direction: column;
        justify-content: center;
        margin-top: 0;
    }
    .nabor-required-items .nabor-section-wrp.swiper-slide{
        padding-left: 0;
    }
    .nabor-card{
        height: auto;
    }
    .nabor-total{
        flex-direction: column;
    }
    .nabor-total-info{
        margin-bottom: 32px;
    }
    .nabor-total-buttons{
        margin-left: 0;
        width: 100%;
        justify-content: space-between;
    }
    .nabor-total-buttons .button#nabor-total-buy,
    .nabor-total-buttons .button.btn-sec{
        width: calc(50% - 6px);
        margin: 0;
    }
}

@media(max-width: 680px){
    .dop-inofo-modal-wrp{
        width: 560px;
        left: calc(50% - 280px);
        padding: 24px 24px 36px 36px;
    }
}
@media(max-width: 580px){
    .dop-inofo-modal-wrp{
        padding: 24px 24px 36px 36px;
        width: 420px;
        left: calc(50% - 210px);
    }
}
@media(max-width: 576px){
    .nabor-section .product_card-flags .flag-item, .nabor-section .product_card-flags .product-item-label-ring,
    .nabor-section .prod-of-day_timer_tiles .timer-val, .nabor-section .prod-of-day_timer_tiles .timer-separator,
    .nabor-item-line .product_card-flags .flag-item, .nabor-item-line .product_card-flags .product-item-label-ring,
    .nabor-item-line .prod-of-day_timer_tiles .timer-val, .nabor-item-line .prod-of-day_timer_tiles .timer-separator{
        font-size: 10px!important;
    }
    #komplekt-wrp{
        margin-bottom: 25px;
    }
    .nabor-wrapper{
        padding-top: 25px;
    }
    .nabor-title{
        font-size: 20px;
        flex-direction: column;
        align-items: start;
    }
    .nabor-title a {
        margin: 8px 0 0 0;
    }
    .nabor-total-buttons{
        flex-direction: column;
    }
    .nabor-total-buttons .button#nabor-total-buy, .nabor-total-buttons .button.btn-sec{
        width: 100%;
        height: 46px;
    }
    .nabor-total-buttons .button#nabor-total-oneclick{
        margin-top: 8px;
        margin-left: 0;
        width: 100%;
    }
    .nabor-section-items{
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border-radius: 0;
        padding: 16px 0;
    }
    .nabor-section-items_title-wrap:not(.dop-info-modal-title){
        padding-bottom: 16px;
        font-size: 20px;
        margin-right: 0;
    }
    .nabor-section-items_title{
        font-size: 20px;
        margin-right: 0;
        text-align: center;
    }
    .nabor-section-items .customScroll{
        padding-right: 0;
        grid-row-gap: 20px;
    }
    .nabor-section .nabor-card.imp-wrap{
        padding: 16px 16px 42px;
    }
    .nabor-item-line{
        padding: 16px;
        height: auto;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .nabor-item-line-wrp{
        column-gap: 16px;
    }
    .nabor-total{
        margin-top: 40px;
        align-items: flex-start;
    }
    .nabor-total-price{
        margin-top: 16px;
    }
    .offer-wrap{
        min-height: auto;
    }
    .another-quantity-wrap{
        margin-top: 4px;
        margin-left: 106px;
        flex-direction: column-reverse;
        align-items: start;
    }
    .all-about-price{
        margin-top: 0;
    }
    .product-nabor-item-button-container{
        width: 100%;
    }
    .product-nabor-item-label-ring{
        top: 8px;
        left: 8px;
    }
    .nabor-item-line .product_card-flags{
        position: static;
        width: 100%;
        flex-direction: row!important;
        margin-bottom: 4px!important;
    }
    .nabor-item-line .product_card-flags > div{
        margin-right: 4px;
    }
    .nabor-item-image-slider-control-container{
        top: calc(100% - 8px);
        display: none;
    }
    .nabor-required-items-wrap{
        flex-direction: column;
        margin: 0 -16px;
        padding: 16px;
    }
    .nabor-card .nabor-card_title{
        order: 0;
    }
    .nabor-card_image{
        width: 90px;
        height: 90px;
        margin: 0 16px 0 0;
    }
    .nabor-card .right{
        max-width: calc(100% - 92px);
    }
    .nabor-card.main-card{
        min-height: auto;
        padding: 16px;
    }
    .nabor-card_price_old{
        min-height: 12px;
        font-size: 12px;
        margin-left: 8px;
    }
    .nabor-card_price_current{
        font-size: 14px;
    }
    .nabor-card_price{
        margin-bottom: 12px;
    }
    .nabor-card_price_old{
        min-height: 12px;
        font-size: 12px;
        margin-left: 6px;
    }
    .nabor-card .product_item_subtitle{
        margin: 0;
    }
    .nabor-card-quantity{
        width: 100%;
        height: 30px;
    }
    .nabor-card-quantity_plus, .nabor-card-quantity_minus{
        height: 24px;
    }
    .nabor-section-items .close-btn{
        top: 16px;
        right: 16px;
    }
    .nabor-card .product_card-flags:hover{
        z-index: unset;
    }
    .nabor-section-items .btn-not-avaliable span,
    .nabor-section-items .bx-catalog-subscribe-button.disabled span{
        font-size: 14px!important;
    }
    .nabor-section{
        margin-bottom: 0;
        min-height: 122px;
    }
    .nabor-section-card_title{
        padding-left: 0;
        flex-direction: column;
    }
    .nabor-section-card_title div{
        margin-right: 0;
        margin-bottom: 4px;
    }
    .nabor-section-wrp.swiper-slide{
        padding: 16px 0 0;
    }
    .nabor-section-wrp.swiper-slide:first-child{
        padding: 0;
    }
    .nabor-plus{
        margin: 24px auto;
    }
    .nabor-item-line .product_card-flags{
        top: 16px;
        left: 8px;
    }
    .nabor-card .product_card-flags{
        top: 12px;
        left: 12px;
    }
    .nabor-total-price .product-item-detail-price-current{
        font-size: 20px;
        line-height: 23px;
        margin-right: 8px;
    }
    .nabor-total-price .nabor-total-price_old{
        line-height: 20px;
        font-size: 14px;
    }
    .nabor-total-price .nabor-total-discount{
        padding: 4px;
        font-size: 10px;
        height: 19px;
    }
    .nabor-total-info{
        margin-bottom: 24px;
    }
    .nabor-show-other-btn{
        margin-right: 0;
        margin-top: 12px;
        font-size: 12px;
    }
    .nabor-label_important{
        left: 122px;
        transform: none;
    }
    .nabor-label_important svg{
        width: 14px;
        height: 14px;
    }
    .nabor-label_important p{
        font-size: 10px;
    }


    /*popup*/
    .product-item_nabor-title,
    .product-item_nabor-articule{
        margin-top: 10px;
    }
    .product-nabor-item-buttons-container{
        margin-top: 10px;
        height: 36px;
    }
    .product-nabor-item-buttons-container .btn-add{
        width: 100%;
    }
    .product-nabor-item-right{
        flex: 1;
    }
    .product-nabor-item-buttons-container .icons{
        column-gap: 8px;
    }
    .product-item_nabor-articule{
        margin-bottom: 0;
    }
    .dop-info-modal-content{
        font-size: 12px;
    }
    .dop-info-modal-content iframe{
        max-width: 100%;
        height: auto;
        min-height: 190px;
    }
    .dop-info-modal-content h1{
        font-size: 20px;
    }
    .dop-info-modal-content h2{
        font-size: 18px;
    }
    .dop-info-modal-content h3{
        font-size: 17px;
    }
    .dop-info-modal-content h4{
        font-size: 15px;
    }
}
@media(max-width: 440px){
    .nabor-item-element{
        width: 100%;
    }
    .nabor-item-element .nabor-card{
        width: 100%;
    }
    /*.dop-inofo-modal-wrp .nabor-section-items_title-wrap{*/
    /*    font-size: 18px;*/
    /*}*/
    .dop-inofo-modal-wrp{
        width: 340px;
        left: calc(50% - 170px);
    }
    .dop-info-modal-content iframe{
        min-height: 150px;
    }
}
