.set
{
    margin-top:20px;
    overflow:hidden;
}
.sets .ao
{
    font-size:25px;
    font-weight: bold;
    padding:0 10px;
}
.sets h3
{
    margin:15px 0 5px 0;
    font-weight: 600; font-size: 32px; line-height: 44px; text-align: center; letter-spacing: 0.02em; text-transform: uppercase;
}
.sets
{
    display: none;
}
.sets .set .quantity
{
    position:absolute;
    right:0;
    top:0;
    padding:10px;
}
.sets .carousel-indicators li
{
        border: 1px solid black;
}
.sets .carousel-control
{
    width:5%;
}
.old_price,.old_summ
{
    text-decoration: line-through;
}
.new_price,.new_summ
{
}
.sets .old_summ
{
    font-weight: 600; font-size: 20px; line-height: 30px; color: #525252;
}
.sets .new_summ
{
    font-weight: 600; font-size: 32px; line-height: 44px; letter-spacing: 0.02em; text-transform: uppercase; color: #DF0C0C;
}
.sets .set-product
{
    padding:20px;
    position: relative;
    max-width: 330px;
    min-height: 460px;
}
.sets .set-product h4
{
    font-weight: 600; font-size: 18px; min-height:90px; content-visibility: auto;max-height: 90px;line-height: 30px; color: #1C1C1C;
}
.sets .cell {display:block}
.sets .total
{
    max-width: 330px;
    min-width: 330px;
    min-height: 460px;
    position: relative;
    padding:45px 10px;
}
.sets .total button
{
    white-space: normal;
}
.sets .total .economy_text
{
    font-size:14px;
}
.sets .total .economy_val
{
    font-weight: bold;
    font-size:16px;
}
.sets .set-product .new_price
{
    font-weight: 600; font-size: 20px; line-height: 16px;
}
.sets .set .disc
{
    font-weight: 600; font-size: 32px; line-height: 44px;padding-top:5px; letter-spacing: 0.02em; text-transform: uppercase; color: #FFFFFF;
}
.sets .add-set-btn
{
    margin-top:15px;
    background-image: none;
}
.img-responsive
{
    max-width:100%;
    margin: 0 auto;
}
.sets
{
    text-align: left;
}
@media screen and (min-width: 768px) {
    .sets .set .set_table
    {
        display: flex; flex-direction: row; width: 100%; align-items: center; justify-content: space-evenly;
    }
}
@media screen and (max-width: 767px) {
    .sets .total .economy_text
    {
        font-size:12px;
    }
    .sets .set .set_table
    {
        display: grid; grid-template-columns: 3fr 0.6fr 3fr; grid-auto-rows: 250px; width: 100%; align-items: center;
    }
    .sets h3 {
        text-align:center;
        font-size:18px;margin: 15px 0 15px 0;
            line-height: 34px;
    }
    .sets .total .economy_val
    {
        font-weight: bold;
        font-size:14px;
    }
    .sets .new_summ {
        margin-top: 1px;
    }
    .sets .add-set-btn {
        margin-top: 10px;
		padding:0
    }
    .sets
    {
        margin:10px auto;
        padding:5px 0px;
    }
    .sets .old_summ
    {
        font-size:14px;
        margin-bottom: 5px;
    }
    .sets .new_summ
    {
        font-size:15px;
    }
    .sets .set-product .old_price
    {
        font-size:11px;
        white-space: nowrap;
    }
    .sets .set .quantity,.sets .set .disc
    {
        font-size: 22px;
    line-height: 34px;
    }
    .sets .set-product .new_price
    {
        font-size:14px;
		text-align: center; display: block;
    }
    .sets .set-product h4 
    {
        font-size:12px;
        height: 76px; line-height: 20px;text-align:center;
		min-height:unset;
        overflow:hidden;
    }
    .sets .set-product,.sets .total
    {
        display: inline-block;
        margin:0 auto;
        overflow: hidden;
        min-height:200px;
        min-width: 90%;
        max-width: 90%;
    }
    .sets .set-product{
        padding:10px 5px;
    }
    .sets .total
    {
        display: inline-grid; grid-column-start: 1; grid-column-end: 4; grid-row-start: 2;  padding: 10px;min-width: 95%;
    }

    .sets .set-product img
    {
        max-width: 120px;
    }
    .sets .ao
    {
        font-size:20px;
        margin:20px 0;
		text-align:center;
		padding:0
    }
	.sets .sum
    {
        display:none
    }
	#prd-sets {    padding: 20px 0 30px!important;}
}

.slick-slide
{
    height:auto;
}
.slick-prev:before, .slick-next:before { 
    color:#1d9de7;

}
.slick-prev, .slick-next
{
    z-index: 10;
}

@media screen and (max-width: 768px) {
    .slick-prev
    {
        left: 10px;
    }
    .slick-next
    {
        right: 10px;
    }
}

@media screen and (min-width: 767px) {

    .slick-prev:before, .slick-next:before{
        font-size:40px;
    }
    .slick-prev, .slick-next
    {
        width:40px;
        height:40px;
    }
    .slick-prev
    {
        left: -40px;
    }
    .slick-next
    {
        right: -40px;
    }
}

/* COLORS */
.sets .ao
{
    color:#fff;
}
.sets h3
{
    color:#fff;
}

.sets .set .quantity
{
    background-color: #e04747;
    color:white;
}

.old_price,.old_summ
{
    color:#e04747;
}
.new_price,.new_summ
{
    font-weight: 500; font-size: 18px; line-height: 16px;color: #000000;
}

.sets .set-product
{
    background: #fff;
    border-radius: 0;
	text-align: center;
}
.sets .total
{
    background: #fff;
	text-align:center;
	border-radius: 0;
        display: inline-grid;
}

.sets .set .disc
{
    background: url('./set.png') no-repeat;
    background-position-x: center;
}
.sets .add-set-btn
{
    height: 40px;
	    text-transform: uppercase;font-weight: 600; font-size: 14px; line-height: 20px;
}

.sets .total .economy_text
{
    font-weight: 600; font-size: 20px; line-height: 30px; text-align: center; color: #0F0F0F;
}
.sets .total .economy_val
{
    color:#e04747;
    clear: both;
    float: none;
    display: block;
}