.rotator-shop .rotator-shop-block{
    margin-top: 100px;
}
.rotator-shop .card{
   /* max-width: 413px;*/
    max-height: 575px;
    color: #000;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.rotator-shop .card .colored-btn{
    min-width: 250px;
}
.rotator-shop .card:hover .card-body{
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
}
.rotator-shop .card-back-0{
    background: var(--green-gradient);
}
.rotator-shop .card-back-1{
    background: var(--azure-gradient);
}
.rotator-shop .card-back-2{
    background: var(--dark-bue-gradient);
}
.rotator-shop .card-body{
    position:relative;
    border-radius: 16px;
    transition: all 0.4s ease 0s;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.rotator-shop .card-body .color-block{
    position:absolute;
    display: grid;
    gap: 10px;
    top: 0;
    right: 0;
    padding: 14px;
}
.rotator-shop .card-body .color-block img{
    cursor: pointer;
    width: 48px;
    height: 48px;
}
.rotator-shop .card-body .color-block img:hover{
    transform: scale(2);
}
.rotator-shop .card-body img{
    height: 250px;
    object-fit: contain;
}
.rotator-shop .card-body hr{
    opacity: 1;
    border: 2px solid #fff;
}
.rotator-shop .card .card-price{
    font-weight: 500;
    font-size: 44px;
    line-height: 53px;
}
.rotator-shop .card h3.card-text{
    font-weight: 500;
    font-size: 24px;/*28px;*/
    min-height: 80px;
    /*line-height: 34px;*/
}
.rotator-shop .card p.card-text{
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}
.rotator-shop .card .product-price-container {
    text-align: left;
    line-height: 1;
}
.rotator-shop .card .card-price-old {
    color: #ff7070;
    text-decoration: line-through;
    white-space: nowrap;
    font-size: 20px;
    min-height: 20px;
}
.items-collapse-btn{
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    color: #44A1D0;
    border-bottom: 1px dashed #44A1D0;
    margin-right: 21px;
    cursor: pointer;
}
.items-collapse-btn.active{
    color: #005DA6;
    border-style: solid;
    border-width: 1px;
    border-image: var(--main-gradient) 0 0 1 0;
}
.block-disable::before {
    content: 'нет в наличии';
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .50);
    transition: height ease .5s;
    border-radius: 16px;
    text-align: center;
    line-height: 50vh;
    font-size: 30px;
    color: #fff;
}

@media (max-width: 1366px) {
    .rotator-shop .card .card-price{
        font-size: 33px;
    }
    .rotator-shop .card-body img {
        height: 166px;
    }
    .rotator-shop .card-body .color-block img{
        width: 40px;
    }
    .rotator-shop .card-body .color-block{
        gap: 0;
    }
    .rotator-shop .card h3.card-text{
        font-size: 18px;
    }
    .rotator-shop .card p.card-text{
        min-height: 53px;
    }
}
@media (max-width: 992px) {
    .rotator-shop .card h3.card-text{
        /*font-size: calc(1.3rem + .6vw);
        line-height: calc(1.3rem + .6vw);*/
        font-size: 14px;
        line-height: 120%;
        width: 80%;
        min-height:0;
    }
    .rotator-shop .card p.card-text{
        font-size: 12px;
        margin: 0;
    }
    .rotator-shop .card .card-price{
        font-size: 22px;
        /*font-size: calc(1.5rem + .6vw);*/
    }
    .rotator-shop .card .card-price-old{
        font-size: 17px;
    }
    .rotator-shop .card{
        max-height: 100%;
    }
    .rotator-shop .card-body img{
        height: 220px;
    }
    .rotator-shop .rotator-shop-block{
        margin-top: 0;
    }
    .rotator-shop .card-body .color-block{
        gap: 0;
    }
}