.product-slide.product-new{
    padding: 0;
}
.defect-block-info{
    background: #E11900;
    border-radius: 8px;
    margin-top: -60px;
    width: 99%;
    z-index: 6;
    position: relative;
}
.defect-block-info-title{
    color: #FED7D2;
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 8px;
    text-align: center;
    padding-left: 8px;
}


.defect-title {
    position: relative;
    color: #EC3E2E;
    margin-top: 10px;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -0.5px;
}

.defect-slider {
    position: relative;
    border-radius: 0 0 0 100px;
}
.defect-slider .before-see {
    margin-top: 0;
}

.defect-slider .product-review {
    padding: 0;
    border: none;
    border-radius: 0;
}

.defect-slider .product-review .slick-arrow {
    height: 24px;
    width: 24px;
    top: Calc(50% - 12px);
    background: #EDF2F6;
    border-radius: 100%;
}
.defect-slider .product-review .slick-arrow:hover {
    background: #276EF1;
}
.defect-slider .slick-prev:before, .defect-slider .slick-next:before {
    font-size: 22px;
    color: #718097;
    transition: 100ms;
    position: relative;
    height: 100%;
    line-height: 24px;
}
.defect-slider .slick-prev:before {
    content: "\f104";
}
.defect-slider .slick-next:before {
    content: "\f105";
}
.defect-slider .slick-prev:hover:before, .defect-slider .slick-next:hover:before {
    color: #D4E2FC;
}

.defect-slider .slick-arrow.slick-disabled,
.defect-slider .product-review .slick-arrow.slick-disabled:hover
{
    display: block;
    background: #F1F8F9;
    opacity: 1;
}

.defect-slider .slick-arrow.slick-disabled:before{
    color: #C9DAE0;
}

.defect-slider .product-review .slick-dots {
    bottom: 0;
}
.defect-slider .slick-dots li button {
    background-color: #ECEFF1;
}
.defect-slider .slick-dots li.slick-active button {
    background-color: #008DEE;
    height: 10px;
    width: 10px;
}
.defect-slider .slick-dots li button:hover {
    background-color: #008DEE;
}

.defect-slider .product-review .product {
    padding: 0;
    height: 470px !important;
    display: flex;
}

.defect-slider .defect-text-block {
    position: relative;
    flex-grow: 1;
}

.defect-slider .defect-background {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background: url('/local/templates/public/img/markeddown-defect.svg?19072019') no-repeat 176px 154px;
}
.defect-slider .defect-background:before {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #EC3E2E;
    border-radius: 16px;
    z-index: -1;
}
.defect-slider .defect-background:after {
    content: '';
    position: absolute;
    top: 17px;
    right: 0;
    border-top: 155px solid transparent;
    border-bottom: 155px solid transparent;
    border-left: 65px solid transparent;
    border-right: 65px solid #fff;
}

.defect-slider .defect-code {
    position: relative;
    font: 100 14px Roboto, Arial, Helvetica, sans-serif;
    letter-spacing: 0.4px;
    line-height: 20px;
    color: #F1998E;
    padding: 0 16px;
}

.defect-slider .defect-name {
    position: relative;
}
.defect-slider .defect-name a {
    font: 100 16px Roboto, Arial, Helvetica, sans-serif;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #FFEFED;
    height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    padding: 0 16px;
}
.defect-slider .defect-name a:hover {
    text-decoration: none;
}

.defect-slider .defect-price-block {
    color: #37474F;
    display: flex;
    background: #fff;
    border-radius: 8px;
    justify-content: space-around;
    align-items: flex-start;
    padding-top: 8px;
}
.defect-price-block-left{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    padding-top: 40px;
    width: 50%;
}
.defect-slider .defect-economy {
    background: #FB3030;
    border-radius: 4px;
    padding: 4px 8px;
    line-height: 16px;
    font-size: 14px;
    color: #F6E0D1;
    width: fit-content;
    position: absolute;
    top: 0;
    left: 0;
}
.defect-slider .defect-price {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: normal;
    width: 100%;
    color: #FB3030;
    margin-left: 8px;
}
.defect-slider .defect-price-old {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.15px;
    text-decoration-line: line-through;
    width: 30%;
    color: #556268;
    white-space: nowrap;
    font-weight: 500;
    position: absolute;
    right: -8px;
}

.defect-slider .image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 340px;
}
.defect-slider .defect-image-block {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 0 10px;
}
.defect-slider .defect-image-block img {
    max-height: 100%;
    position: relative;
    z-index: 5;
}

.defect-slider .defect-discount-block {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 88px;
    width: 88px;
    background: #EFF3FE;
    border-radius: 100%;
    top: -18px;
    position: relative;
}
.defect-slider .defect-discount-block:before {
    font-size: 56px;
    position: absolute;
}
.defect-slider .defect-discount-block > span {
    font-weight: 500;
    font-size: 41px;
    line-height: 88px;
    color: #276EF1;
    z-index: 1;
    letter-spacing: -3px;
    height: 100%;
}
.defect-slider .defect-discount-block > span:before {
    content: '-';
    font-size: 39px;
}
.defect-slider .defect-discount-block > span:after {
    content: '%';
    font-size: 20px;
}

.defect-slider .product-count {
    display: block;
    text-align: center;
    padding: 0;
}

@media (max-width: 1366px){

    .defect-slider.col-xs-6.col-sm-6.col-md-4.col-lg-3{
        padding: 0 4px;
    }
}

@media (max-width: 1199px) {
    .before-see {
        margin-top: 45px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .defect-slider .defect-background, .defect-slider .product-sale .defect-background {
        background-position-x: 250px;
    }
}

@media (max-width: 991px) {
    .defect-title {
        font-size: 34px;
        line-height: 42px;
        letter-spacing: 0.25px;
    }

    .defect-slider {
        margin-top: 8px;
    }

    .defect-slider .defect-name a {
        max-height: 88px;
    }
}

@media (min-width: 768px) and (max-width: 991px)
{
    .defect-slider .defect-background {
        background-position: 165px 175px;
        background-size: 120px;
    }
    .defect-slider .defect-background:after {
        border-top-width: 115px;
        border-bottom-width: 115px;
        border-right-width: 48px;
    }

    .defect-slider .defect-image-block {
        width: 264px;
        padding-left: 8px;
    }


    /* БЛОК РАСПРОДАЖИ [START] */
    .defect-slider .product-sale .defect-background {
        background-position: 190px 190px;;
        background-size: 140px;
    }
    /* БЛОК РАСПРОДАЖИ [END] */
}

@media (max-width: 920px){

    .defect-slider .defect-price{
        font-size: 21px;
    }
}

@media (max-width: 860px){

    .defect-slider.col-xs-6.col-sm-6.col-md-4.col-lg-3{
        margin-top: 0;
        padding-right: 4px;
        padding-left: 4px;
    }

    .defect-slider .image-container{
        width: 240px;
        height: 304px;
        margin: 0 auto;
        padding: 40px 24px 7px 24px;
    }

    .defect-slider .product-review .slick-arrow{
        top: 144px;
    }

    .defect-block-info{
        width: 100%;
        margin-top: -40px;
    }

    .defect-block-info-title{
        display: block;
        padding: 0 13.5px;
        font-size: 20px;
        line-height: 40px;
        letter-spacing: 8px;
        text-align: center;
        color: #FEC1AC;
    }

    .defect-slider .defect-code{
        padding: 0 8px;
        letter-spacing: 0.15px;
        color: #FD9782;
    }

    .defect-slider .defect-name a{
        height: 32px;
        max-height: 32px;
        margin: 2px 0;
        padding: 0 8px;
        line-height: 16px;
        letter-spacing: 0.25px;
        color: #FEE3D5;
    }

    .defect-slider .defect-price-block{
        justify-content: space-between;
        padding: 8px 8px 0 8px;
        border-radius: 8px 8px 0 0;
    }

    .defect-slider .defect-discount-block{
        height: 56px;
        width: 56px;
        top: 4px;
    }

    .defect-slider .defect-discount-block > span{
        font-weight: 500;
        font-size: 28px;
        line-height: 56px;
    }

    .defect-slider .defect-discount-block > span:before{
        font-size: 32px;
    }

    .defect-slider .defect-discount-block > span:after{
        font-size: 18px;
    }

    .defect-slider .defect-economy{
        font-weight: 500;
        font-size: 12px;
        line-height: 12px;
    }

    .defect-price-block-left{
        width: Calc(100% - 64px);
        padding-top: 28px;
        justify-content: flex-start;
    }

    .defect-slider .defect-price{
        width: fit-content;
        margin-right: 12px;
        font-weight: normal;
        font-size: 20px;
        line-height: 20px;
    }

    .defect-slider .defect-price-old{
        width: fit-content;
        position: relative;
        right: unset;
        line-height: 15px;
        color: #40576D;
    }

    .defect-slider .product-count{
        width: 100%;
        position: absolute;
        bottom: 8px;
        left: 0;
    }

    .defect-slider .product-count p{
        margin-bottom: 0;
    }
}

@media (max-width: 815px){

    .defect-slider .image-container{
        height: 267px;
        padding: 40px 12px 13px 12px;
    }

    .defect-slider .defect-name a{
        height: 48px;
        max-height: 48px;
    }

    .defect-slider .defect-price-old{
        font-size: 12px;
    }

    .defect-slider .defect-price-block{
        position: relative;
    }

    .defect-price-block-left{
        width: 100%;
    }

    .defect-price-block-right{
        top: -10px;
        right: 8px;
        position: absolute;
    }

    .defect-slider .defect-discount-block{
        height: 48px;
        width: 48px;
        top: 0;
    }

    .defect-slider .defect-discount-block > span{
        font-size: 24px;
        line-height: 46px;
    }
}


@media (max-width: 767px) {
    .defect-title {
        margin-top: 36px;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
    .defect-title span {
        max-width: 284px;
        margin: 0 auto;
        display: block;
    }

    /*.defect-slider {
        padding-left: 18px !important;
        padding-right: 18px !important;
        margin-bottom: 36px;
    }*/

    .defect-slider .before-see {
        max-width: 260px;
        margin: 0 auto;
    }

    .defect-slider .product-review .product-slide {
        padding: 0;
    }

    .defect-slider .product-review .product {
        flex-flow: column-reverse;
        height: auto !important;
        max-width: unset;
    }

    /*.defect-slider .defect-text-block {
        margin-top: 8px;
        padding: 16px 16px 186px 16px;
    }*/


    .defect-slider .defect-background {
        height: 284px;
        background: none;
        bottom: unset;
        top: 0;
    }
    .defect-slider .defect-background:after {
        content: '';
        position: absolute;
        top: unset;
        right: unset;
        bottom: -6px;
        left: calc(50% - 142px);
        border-top: 65px solid transparent;
        border-bottom: 65px solid #fff;
        border-left: 142px solid transparent;
        border-right: 142px solid transparent;
    }


    /*.defect-slider .defect-name a {
        height: 66px;
        min-height: 66px;
        font-size: 14px;
    }*/
    .defect-slider .defect-name a:hover {
        botder: none;
    }

    .defect-slider .defect-image-block {
        width: 100%;
        height: 216px;
        padding: 0;
        position: relative;
    }
    .defect-slider .defect-image-block img {
        max-height: 216px;
    }


    .defect-slider .product-review {
        padding-bottom: 0;
    }


    /* БЛОК РАСПРОДАЖИ [START] */
    .defect-slider .product-sale .defect-background {
        background: none;
    }
    /* БЛОК РАСПРОДАЖИ [END] */
}

@media (min-width: 768px) and (max-width: 1000px) {
    .defect-slider .product-review .product {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .defect-slider .defect-text-block {
        width: 50%;
    }

    /*.defect-slider .image-container {
        width: 50%;
    }*/

    .defect-slider .product-sale .defect-background {
        background-position: 149px 152px;
    }
}

@media (min-width: 768px) and (max-width: 991px){

    #listProducts.tiles .defect-slider.col-xs-6.col-sm-6.col-md-4.col-lg-3{
        width: Calc(100%/3);
    }
}

@media (max-width: 580px){

    .defect-slider .before-see {
        max-width: 240px;
    }

    .defect-slider .image-container{
        height: 247px;
        width: auto;
    }
}

@media (max-width: 520px){

    .defect-slider .before-see{
        max-width: 220px;
    }

    .defect-block-info{
        margin-top: -27px;
    }

    .defect-block-info-title{
        letter-spacing: 5px;
    }
}

@media (max-width: 480px){

    .defect-slider .before-see{
        max-width: 200px;
    }

    .defect-block-info-title{
        letter-spacing: 3px;
    }
}

@media (max-width: 448px){

    .defect-slider .before-see{
        max-width: 180px;
    }

    .defect-block-info-title{
        padding: 0 10.5px;
        letter-spacing: 2px;
    }

    .defect-slider .defect-price{
        margin-right: 6px;
        margin-left: 0;
    }
}

@media (max-width: 369px){

    .defect-slider .before-see{
        max-width: 160px;
    }

    .defect-slider .image-container{
        padding: 40px 20px 13px 20px;
    }

    .defect-block-info-title{
        padding: 0 4px;
        font-size: 17px;
    }

    .defect-slider .defect-code{
        font-size: 12px;
        padding: 0 4px;
    }

    .defect-slider .defect-name a{
        font-size: 14px;
        padding: 0 4px;
        margin-bottom: 8px;
    }

    .defect-slider .defect-economy{
        padding: 4px;
        font-size: 11px;
    }

    .defect-slider .defect-price-block{
        padding: 8px 4px 0 4px;
    }

    .defect-price-block-right{
        right: 4px;
    }

    .defect-slider .defect-discount-block{
        height: 40px;
        width: 40px;
    }

    .defect-slider .defect-discount-block > span{
        font-size: 20px;
        line-height: 38px;
    }

    .defect-slider .defect-discount-block > span:before{
        font-size: 20px;
    }

    .defect-slider .defect-discount-block > span:after{
        font-size: 14px;
    }

    .defect-slider .defect-price{
        font-size: 16px;
    }
}

@media (max-width: 360px) {
    /*.defect-slider .defect-text-block {
        margin-top: 8px;
        padding-bottom: 173px;
    }

    .defect-slider .defect-name a {
        height: 80px;
        max-height: 80px;
        line-height: 20px;
    }*/
}