@media screen and (max-width: 1700px) {
    .abc {
        border: 0px solid #f00;
    }

    .abc .left-20 {
        width: 20%;
    }

    .abc .left-60 {
        width: 53%;
    }
    .abc .left-5{
        min-height: 410px;
        border: 0px solid #f00;
    }

    .abc .search-input input {
        width: 65%;
    }

    .abc .right-20 {
        width: 24%;
    }

    .abc .cycle {
        height: 150px;
    }

    .abc .product{
        border: 0px solid #f00;
        min-height: 410px;
    }
    .abc .product.left-6{
        border: 0px solid #f00;
        min-height: 310px;
    }
}



@media screen and (max-width: 1500px) {
    .abc {
        border: 0px solid rgb(238, 255, 0);
    }

    .abc .left-60 {
        width: 40%;
        border: 0px solid #ccc;
        margin: 0px 0 0 1%;
    }

    .abc .left-5{
        width: 23%;
        min-height: 450px;
    }
    .abc .right-20 {
        width: 30%;
        border: 0px solid #ccc;
    }
    
.abc .product{
    border: 0px solid #f00;
    min-height: 360px;
}
.abc .product.left-6{
    border: 0px solid #f00;
    min-height: 280px;
    width: 14%;
}

}

@media screen and (max-width: 1100px) {
    .abc {
        border: 0px solid rgb(30, 255, 0);
    }

    .abc .left-20 {
        width: 100%;
        text-align: center;
    }

    .abc .logo {
        border-bottom: 1px solid #dae4e7;
        padding: 0 0 10px 0;
    }

    .abc .left-60 {
        width: 50%;
        border: 0px solid #ccc;
        margin: 0px 0 0 1%;
        padding: 0 0 10px 0;
    }
    .abc .left-5{
        width: 31%;
        min-height: 470px;
    }

    .abc .search-input {
        width: 96%;
        border: 0px solid #f00;
    }

    .abc .right-20 {
        width: 35%;
        border: 0px solid #ccc;
    }

    .abc footer .f-d-2 {
        width: 99%;
        text-align: center;
    }

    .abc footer .f-d-3 {
        width: 30%;
    }
    
.abc .product{
    border: 0px solid #f00;
    min-height: 290px;
}
.abc .product.left-6{
    border: 0px solid #f00;
    min-height: 300px;
    width: 22.5%;
}

}

@media screen and (max-width: 940px) {
    .abc {
        border: 0px solid rgb(17, 0, 255);
    }

    .abc .border-cl {
        margin: 0 -8px 0 -10px;
    }

    .abc .mob-menu.show {
        display: block;
    }

    .abc .menu {
        display: none;
    }

    .abc .menu-sub .p {
        margin: -35px 0 0 0;
    }

    .abc .menu li {
        border-bottom: 1px solid #ccc;
        width: 98%;
    }

    .abc .cycle {
        height: auto;
    }

    .abc .left-6 {
        width: 48%;
    }

    .abc .left-5{
        width: 48%;
        min-height: 530px;
    }

    .abc .left-4 {
        width: 42%;
        margin: 0 0 0 6%;
    }

    .abc .left-type{
        width: 94%;
        max-height: 10000px;
        overflow: hidden;
        position: relative;
        height: auto;
        margin: 0 0 20px 0;
    }

    .abc .left-type .bx{
        float: inherit;
    }

    .abc .product{
        border: 0px solid #f00;
        min-height: 430px;
    }
    .abc .product.left-6{
        border: 0px solid #f00;
        min-height: 500px;
        width: 47%;
    }

}


@media screen and (max-width: 850px) {
    .abc {
        border: 0px solid #000;
    }

    .abc .left-60 {
        width: 98%;
    }

    .abc .left-3,
    .abc .left-4,
    .abc .left-5,
    .abc .left-6,

    .abc .side-box,
    .abc .right-70,

    .abc .product.left-6{
        width: 80%;
        margin: 1% auto 20px auto;
        float: inherit;
        min-height: auto;
        text-align: center;
    }

    .abc .search-input input {
        width: 70%;
    }

    .abc .right-20 {
        width: 98%;
        border: 0px solid #000;
    }

    .abc .search-contacts {
        background: #f0f0f0;
        margin-left: -12px;
    }

    .abc .border-cl {
        margin: 0 -8px 0 -5px;
    }

    .abc h2 {
        text-align: center;
    }

    .abc .div-img {
        text-align: center;
    }

    .abc .left-3 {
        width: 97%;
        border: 0px solid #000;
    }

    .abc .next {
        text-align: center;
    }

    .abc footer .f-d-3 {
        width: 99%;
        border-top: 1px solid #ccc;
    }

    .abc .product{
        border: 0px solid #f00;
        min-height: auto;
    }

}