/*...................................БЛОК "КОМПЛЕКТОМ ДЕШЕВЛЕ".......................................*/
#popup-set-block-right-item-transform{
    left: 0;
}

.set-block-mobile-title {
    display: none;
}

.set-block{
    width: 100%;
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-top: 80px;
    margin-bottom: 40px;
    padding: 16px 16px 20px 16px;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    border-radius: 8px;
}

.set-block .set-block-left{
    flex-grow: 1;
    height: auto;
    display: block;
    padding: 0 36px;
    margin-right: 0;
}

.set-block .set-block-right{
    width: 880px;
    height: 100%;
}

.set-block .set-block-right-items{
    height: 100%;
    width: unset;
    display: flex;
    margin: 0 -8px;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.set-block-left-title{
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #263238;
}

.set-block.gift .set-block-left-title {
    margin-top: 106px;
}

.set-block-left-price-list{
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 40px;
}

.price-list-discount {
    position: relative;
    margin: 64px 0 28px;
    display: flex;
    align-items: center;
    padding-left: 5px;
    height: 40px;
    width: 192px;
    background: #FD4B31;
    border-radius: 8px;
    color: #FEE3D5;
    font-weight: 500;
}

.price-list-discount:after {
    position: absolute;
    content: '';
    right: -15px;
    background-color: white;
    width: 29px;
    height: 30px;
    transform: rotate(
            45deg
    );
    border-radius: 4px;
}

.price-list-discount-text {
    font-size: 18px;
    line-height: 24px;
    margin-right: 14px;
}

.price-list-discount-value {
    font-size: 36px;
    line-height: 44px;
}

.set-block .price-list-value{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.set-block .value-price-old{
    order: 1;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.15px;
    text-decoration-line: line-through;
    color: #607D8B;
    margin-bottom: 8px;
}

.set-block .value-price-new{
    margin-right: 28px;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #263238;
}

.set-block .value-price-economy{
    order: 2;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.set-block.gift .value-price-economy {
    display: none;
}

.set-block .set-block-left-btn .sale_complect_btn,
.set-block .set-block-left-btn .go-to-card
{
    width: 224px;
    height: 56px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 20px 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    background: #276EF1;
    box-shadow: none;
    color: #E3F2FD;
    border-radius: 80px;
    border: none;
}

.set-block .set-block-left-btn .sale_complect_btn:before,
.set-block .set-block-left-btn .go-to-card:before {
    top: 0;
    margin-right: 8px;
}

.set-block .set-block-left-btn span.sale_complect_btn:hover,
.set-block .set-block-left-btn .go-to-card:hover
{
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(3, 155, 229, 0.32);
}

.set-block .set-block-left-btn .go-to-card:before{
    content: '' !important;
    display: inline-block;
    width: 20px;
    height: 16px;
    position: relative;
    margin-right: 8px;
    top: -1px;
    background-image: url(/local/templates/public/img/card/icon-go-to-card.svg);
    background-repeat: repeat;
    background-position: center;
    background-size: 20px 16px;
}

.set-block-right-item-shell {
    padding: 0 8px;
    height: 100%;
    flex: 1;
}

/*.set-block.gift .set-block-right-item-shell {*/

/*}*/

.set-block-right .set-block-right-item{
    height: 100%;
    width: 100%;
    max-width: none;
    padding: 7px 7px 15px;
    margin-right: 0;
    background: #FFFFFF;
    border: 1px solid #EAEDEE;
    box-sizing: border-box;
    border-radius: 8px;
}

.set-block-right-items div:last-child .set-block-right-item{
    margin-right: 0;
}

.set-block-right .set-block-right-item-img {
    display: flex;
    justify-content: center;
}

.set-block-right .set-block-right-item-img-image{
    width: 184px;
    height: 184px;
    margin-bottom: 8px;
    border-radius: 4px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.set-block-right .set-block-right-item-img-image img{
    max-width: 100%;
    max-height: 100%;
}

.set-block-right-item-img-sticker-lock{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    top: 4px;
    right: 4px;
    left: unset;
    position: absolute;
    background: unset;
}

.set-block-right-item-img-sticker-lock:before {
    font-size: 16px;
}

.set-block-right-item-img-sticker-gift{
    display: flex;
    align-items: center;
    justify-content: center;
    top: 4px;
    left: unset;
    right: 4px;
    position: absolute;
    width: 32px;
    height: 32px;
    color: #FF6D00;
    border-radius: 80px;
    background-color: #FFFFFF;
    background-image: unset;
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    padding: 0;
    font-size: 12px;
}

.set-block-right-item-img-sticker-gift:before {
    font-size: 20px;
}

.set-block-right-item-section a{
    display: block;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: #90A4AE;
    text-align: center;
}

.set-block-right-item-section a:hover{
    color: #7b8a92;
}

.set-block-right-item-title{
    display: flex;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #263238;
    margin-bottom: 12px;
    height: 36px;         /*высота рассчитана под название на 2 строки*/
    overflow: hidden;
}

.set-block-right-item-title a {
    width: 100%;
}

.left-align .set-block-right-item-title, .left-align .set-block-right-item-section a {
    text-align: left;
}

.left-align .set-block-right-item-price {
    justify-content: flex-start;
}

.set-block-right-item-price{
    display: flex;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #455A64;
    margin-bottom: 20px;
    height: 20px;
    overflow: hidden;
}

.set-block-right-item-btn{
    display: block;
    margin: 0 auto;
    width: fit-content;
    height: 32px;
    padding: 0;
    background: #fff;
    border-radius: 80px;
    border: none;
    cursor: pointer;
}


.set-block-right-item-btn.disabled {
    background: #FFFFFF;
    border: none;
    cursor: default;
}

/*.set-block-right-item-btn:not(.disabled):hover{*/
/*    background: #EEEEEE;*/
/*}*/

.set-block-right-item-btn span{
    display: flex;
    width: 100%;
    align-items: center;
    padding: 7px 15px;
    height: 100%;
    position: relative;
    color: #276EF1;
    cursor: pointer;
    border-radius: 80px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
}

.set-block-right-item-btn.disabled span {
    color: #C9DAE0;
    border: 1px solid #E4F1F4;
    cursor: default;
}

.set-block-right-item-btn span:before{
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 16px;
    position: static;
    background-image: unset;
    left: 0;
}

.set-block-right-item-btn span.nir-refresh:before {
    content: '\e987';
}

.set-block-right-item-btn span.nir-gift:before {
    content: '\e984';
    margin-top: -4px;
    margin-right: 7px;
}

.set-block-right-item-btn:not(.disabled) span.nir-gift {
    background: #FFF5D6;
    border: 1px solid #FFE7AE;
    color: #FFAB36;
}

/*.set-block-right-item-btn:not(.disabled) span.nir-gift {*/
/*    */
/*}*/

.set-block-right-item-btn:not(.disabled) span.nir-refresh {
    background: #FFFFFF;
    border: 1px solid #A0BFF8;
    color: #276EF1;
}

.set-block-right-item-btn:not(.disabled) span.nir-refresh:hover {
    background: #FFFFFF;
    border: 1px solid #A0BFF8;
    box-shadow: 0px 4px 2px rgba(30, 84, 183, 0.24);
}

.set-block-right-item-section{
    height: 16px;
    margin-top: 12px;
    width: 100%;
    display: block;
    margin-bottom: 8px;
    overflow: hidden;
}

.set-block .set-block-left-btn.bottom .sale_complect_btn,
.set-block .set-block-left-btn.bottom .go-to-card{
    display: none;
}

/*попап "Изменить"*/

#popup-set-block-right-item-transform .flip-container{
    width: 384px;
    height: calc(100% - 64px);
    max-height: 688px;
    padding: 16px 0;
}

#popup-set-block-right-item-transform .flip-header{
    color: #000;
    padding: 0 16px;
}

#popup-set-block-right-item-transform .flip-content{
    height: Calc(100% - 32px);
    margin-top: 16px;
    padding: 0 16px;
    max-height: 688px;
}

#popup-set-block-right-item-transform .flip-footer{
    margin-top: 0;
    padding: 0 16px;
}

.set-block-right-item-transform-desc{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.15px;
    color: #78909C;
    margin-bottom: 16px;
}

.set-block-right-item-transform-unit{
    width: 100%;
    display: block;
    height: auto;
    margin-bottom: 8px;
}

.item-transform-unit-top{
    width: 100%;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 8px;
}

.item-transform-unit-top-img{
    width: 168px;
    height: 128px;
    margin-right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-transform-unit-top-img a{
    height: 100%;
}

.item-transform-unit-top-img img{
    max-width: 100%;
    max-height: 100%;
}

.item-transform-unit-top-btn{
    cursor: pointer;
}

.item-transform-unit-top-btn .choose
{
    width: 168px;
    height: 32px;
    display: block;
    padding: 4px 33px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    color: #008DEE;
    background: #FFFFFF;
    border-radius: 40px;
    position: relative;
}

.item-transform-unit-top-btn .choose.chosen{
    padding: 5px 36px;
    background: #E3F2FD;
}

.item-transform-unit-top-btn .choose span{
    display: block;
    margin-left: 32px;
}

.item-transform-unit-top-btn .choose.chosen span{
    margin-left: 25px;
    color: #2979FF;
}

.item-transform-unit-top-btn .choose:before{
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(/local/templates/public/img/card/icon-choose.svg);
    background-repeat: no-repeat;
    position: absolute;
}

.item-transform-unit-top-btn .choose.chosen:before{
    width: 17px;
    background-image: url(/local/templates/public/img/card/icon-chosen.svg);
    background-position-y: center;
}

.item-transform-unit-center{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.15px;
    color: #263238;
}

.item-transform-unit-bottom{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #263238;
}


/*....................................АДАПТИВ БЛОКА "КОМПЛЕКТОМ ДЕШЕВЛЕ"......................................*/

@media (max-width: 1199px){
    .goods-block-item-tab-content {
        margin-bottom: 52px;
    }

    .set-block-mobile-title {
        display: block;
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 32px;
        color: #263238;
    }

    .section-card .set-block{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        border: none;
        width: unset;
        height: unset;
        margin: 0 -16px;
        padding: 0;
    }

    .set-block .set-block-right {
        order: 0;
        width: 100%;
    }

    .set-block.gift .set-block-right {
        height: unset;
    }

    .set-block .set-block-left{
        order: 1;
        width: 100%;
        display: inline-flex;
        justify-content: unset;
        align-items: flex-start;
        margin: 0;
        padding: 28px;
    }

    .price-list-discount {
        margin: 0 56px 0 0;
    }

    .set-block .value-price-economy {
        display: none;
    }


    .set-block-left-title{
        display: none;
        width: 205px;
        margin-right: 24px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .set-block-left-price-list{
        width: unset;
        margin-bottom: 0;
    }

    .set-block .price-list-value {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-right: 30px;
    }

    .set-block .set-block-left-btn .sale_complect_btn,
    .set-block .set-block-left-btn .go-to-card{
        width: 224px;
        height: 48px;
        margin: 0;
    }

    .set-block .set-block-right{
        width: 100%;
    }

    .set-block .set-block-right-items{
        justify-content: space-evenly;
    }

    .set-block.complect .set-block-right-items{
        justify-content: flex-start;
    }

    .set-block-right .set-block-right-item{
        max-width: unset;
        margin-right: 8px;
    }

    .set-block.complect .set-block-right-item {
        margin: 0;
    }

    .set-block-right .set-block-right-item-img-image{
        width: 184px;
        height: 184px;
    }

    .set-block-right-item-section{
        margin-bottom: 8px;
    }

    .set-block-right-item-price{
        margin-bottom: 16px;
    }

    .set-block-right-item-btn{
        padding: 0;
    }
}

@media (max-width: 991px){

    .set-block .set-block-left-btn .sale_complect_btn,
    .set-block .set-block-left-btn .go-to-card{
        margin-left: 8px;
    }

    .set-block-left-price-list{
        width: unset;
    }

    .set-block-right-items:not(.slick-initialized) {
        background: #F9F8F7;;
    }

    .set-block-right-items:not(.slick-initialized) .set-block-right-item-shell {
        opacity: 0;
    }
}

@media (max-width: 767px){

    .set-block .set-block-left-btn .sale_complect_btn.minimal-mobile:before,
    .set-block .set-block-left-btn .go-to-card.minimal-mobile:before{
        margin-right: 8px;
    }

    .flip-popup#popup-set-block-right-item-transform{
        background-color: rgba(255, 255, 255, 0.8);
    }

    .flip-popup.in#popup-set-block-right-item-transform .flip-container{
        position: relative;
    }

    .goods-block-item-tabs {
        height: 40px;
        overflow: hidden;
        overflow-x: scroll;
        margin-right: -16px;
    }

    .goods-block-item-tab-content .goods-block-item-equipments.tab-pane {
        margin-top: 4px;
    }

    .set-block .set-block-left {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .price-list-discount {
        width: 100%;
        margin-right: 0;
        margin-bottom: 8px;
    }
}

@media (max-width: 744px){

    .set-block .set-block-right-items{
        flex-wrap: wrap;
    }

    .set-block-right .set-block-right-item-shell{
        width: 50%;
        height: 100%;
        margin-bottom: 0;
    }

    .set-block-right .set-block-right-item{
        margin: 0 auto;
    }

    .set-block-right-items div:last-child .set-block-right-item{
        margin-right: auto;
    }

    .set-block .set-block-left-btn .sale_complect_btn,
    .set-block .set-block-left-btn .go-to-card{
        display: flex;
    }

    .set-block .set-block-left-btn.bottom{
        display: none;
        width: 100%;
        text-align: center;
        margin-top: 34px;
    }

    .set-block .set-block-left-btn.bottom .sale_complect_btn,
    .set-block .set-block-left-btn.bottom .go-to-card{
        display: inline-flex;
        margin-left: 0;
        width: 224px;
    }

    .set-block .set-block-left{
        justify-content: space-between;
    }

    .set-block .set-block-right-items .set-block-right-item-img{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .set-block-left-price-list{
        width: unset;
    }
}

@media (max-width: 568px){

    .section-card .set-block{
        border: none;
        padding: 0;
    }

    .set-block .set-block-left{
        margin-bottom: 0;
        padding: 8px;
        display: flex;
    }

    .set-block .set-block-left-btn .sale_complect_btn, .set-block .set-block-left-btn .go-to-card {
        margin: 0;
    }

    .set-block .value-price-new {
        margin-right: 0;
    }

    .set-block .price-list-value {
        margin-right: 8px;
    }

    .set-block .set-block-right-items {
        margin: 0 -4px;
    }

    .set-block-right-item-shell {
        padding: 0 4px;
    }

    .set-block-left-title{
        width: 100%;
        margin-bottom: 24px;
    }

    .set-block-left-price-list{
        width: unset;
    }

    .set-block .set-block-right {
        padding: 16px 8px 29px;
    }


    .set-block-right .slick-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 12px;
        bottom: -16px;
    }


    .set-block-right .slick-dots li {
        margin: 0 2px;
    }

    .set-block-right .slick-dots li:only-child {
        display: none;
    }

    .set-block-right .slick-dots li button {
        width: 4px;
        height: 4px;
        background: #A9BAC1;
    }

    .set-block-right li.slick-active button {
        height: 6px;
        width: 6px;
        background: #008DEE;
    }

    .set-block-right-item-title,
    .set-block-right-item-section a {
        text-align: left;
    }

    .set-block-right-item-price {
        justify-content: flex-start;
    }
}

@media (max-width: 414px){

    .set-block.gift .set-block-right {
        height: unset;
    }

    .set-block-right .set-block-right-item{
        max-width: unset;
    }

    .set-block-right .set-block-right-item-img-image{
        width: 184px;
        height: 184px;
    }

    .set-block-right-item-title{
        height: 36px;
    }

    .set-block-right-item-btn{
        width: fit-content;
        padding: 0;
    }

    .set-block-right .set-block-right-item-shell{
        height: unset;
    }

    .flip-popup.in#popup-set-block-right-item-transform .flip-container{
        width: 100%;
        position: fixed;
        max-height: 100%;
    }

    #popup-set-block-right-item-transform .flip-content{
        height: Calc(100% - 32px);
        max-height: Calc(100% - 32px);
    }
}
/*конец блока "Комплектом дешевле"*/
