.content_desk{
    float: right;
    width: 810px;
    font-size: 15px;
    margin-bottom: 30px;
}

.content_title{
    font-size: 21px;
    font-weight: bold;
    padding: 5px 0px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
}

.module_desk_object{
    padding:20px 0px;
}

.module_desk_object .cell{
    float:left;
    width:50%;
    padding:20px;
    box-sizing:border-box;
}

.module_desk_object .cell .title_mdo{
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: -0.8px;
/*    text-transform: capitalize;*/
    color: #212121;
}

.module_desk_object .cell .separator{
    margin-top: 17px;
    margin-bottom: 27px;
    background-color: #fab012;
    height: 4px;
    width: 48px;
}

.module_desk_object .cell p{
    color: #787879;
    font-size: 14px;
    line-height: 25px;
    font-style: normal;
    font-weight: 400;
    color: #787879;
}

.module_desk_object .cell p:first-child{
    margin-top:0px;
}

.module_desk_object .cell p:last-child{
    margin-bottom:0px;
}

.module_desk_object .cell .img_mdo{
    width:100%;
    height:350px;
    background-color: #fab012;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mdo_desk{
    margin-bottom: 25px;
    max-height: 170px;
    overflow: hidden;
}

.module_desk_object .cell .btn{
    padding:15px 30px;
    display:inline-block;
    background-color: #fab012;
    color:#FFF;
    border-radius:4px;
    font-weight: bold;
    transition:0.3s;
}

    .module_desk_object .cell .btn:hover{
        color:#000;
        background-color:#fff;
    }

/*Milesi content*/
.title_cont{
    font-size: 16px;
    box-sizing: border-box;
    margin-bottom: 20px;
    font-weight: bold;
}

    .redtit{
        color:#e64344;
        font-size: 18px;
    }

.cellcp{
     float: left;
     width: 25%;
     padding: 0px 20px 20px 0px;
     box-sizing: border-box;
     height: 156px;
}

.cell50{
    float: left;
    width: 50%;
    padding: 0px 20px 20px 20px;
    box-sizing: border-box;
}

.img50{
    background-position:center;
    background-repeat:no-repeat;
    background-size:contain;
}

.imgcp{
    height:100px;
    background-position:center;
    background-repeat:no-repeat;
    background-size:contain;
}

.titcp{
    font-size: 16px;
}

/*List children product*/
.list_child_product{
    position: relative;
    margin-bottom:20px;
}

.items_child_product{
    /*25*/
    width:33.3333%;
    float: left;
}

.padding_items{
    padding: 20px;
    box-sizing:border-box;
}

/*    .padding_items a:hover .icon_cp{
        border-radius: 50%;
    }*/

.icon_cp{
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    margin-bottom:10px;
    /*180*/
    height:230px;
    transition: 0.3s;
}

.name_cp{
    text-align: center;
    height:20px;
    font-weight: bold;
    margin-bottom:5px;
}

.desk_cp{
    text-align:center;
    height:40px;
}

/*New content*/
.nc_left{
    float:left;
    width:200px;
}

    .nc_img_left{
        background-position: center;
        background-repeat: no-repeat;
        background-size: 90%;
        width:200px;
        height:200px;
    }

.nc_right{
    float:right;
    width: 650px;
}

.nc_row{
    border-bottom: 1px solid #d9d9d9;
    padding:20px 0px;
    box-sizing: border-box;
}

.nc_title{
    width:150px;
    font-weight:bold;
    float:left;
    text-transform: uppercase;
    font-size: 14px;
}

.nc_desk{
    width:500px;
    float:right;
    padding-left: 10px;
    box-sizing: border-box;
}


/*Certifications*/
.items_cert{
    width:25%;
    float:left;
    padding:15px;
    box-sizing: border-box;
}

.icon_cert{
    height:180px;
    margin-bottom:5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size:contain;
    border: 4px solid rgba(0,0,0,0.5);
}

.name_cert{
    text-align:center;
    height: 40px;
}

.padding_cert{
}

.title-content{
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 100;
}

.img-content{
/*    height: 250px;
    width: 250px;*/
/*    width:300px;
    height:300px;*/
    
    width: 350px;
    height: 350px;
    
    background-position: center;
    background-repeat:no-repeat;
    background-size:cover;
    margin-bottom: 20px;
}

.box-text p{
    margin:5px;
}

.box-text strong{
    padding: 5px 10px;
    background-color: rgb(85,175,50);
    margin-top: 10px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
}

.price-product{
    font-size: 18px;
    margin-bottom: 10px;
}

.price-product:after{
    content: " тг."
}

.price-product:before{
    content: "Цена: "
}

.button-add-basket{
    display: inline-block;
    text-transform: uppercase;
    background-color: rgb(85,175,50);
    color:#fff;
    padding: 13px 25px;
    cursor:pointer;
    font-weight: bold;
    font-size: 15px;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.9;
}

    .button-add-basket:hover{
        opacity: 1;
    }

#slidercontent .slide_line .slide{
    background-size: contain;
}
    
@media only screen and (max-width: 1200px){ 
/*    .content_desk{
        float: right;
        width: 660px;
    }*/
     
    .items_child_product{
        width:33.3333%;
    }
    
    .items_cert{
        width:33.3333%;
    }
}

@media only screen and (max-width: 1150px){ 
    .content_desk{
        width:70%;
        box-sizing: border-box;
        padding-left: 30px;
    }

    .icon_cp{
        height: 18vw;
    }
}



@media only screen and (max-width: 1100px){ 
/*    .content_desk{
        float: right;
        width: 75%;
    }*/
}

@media only screen and (max-width: 1000px){ 
    .items_child_product{
        width:50%;
    }

    .icon_cp {
        height: 24vw;
    }
}

@media only screen and (max-width: 900px){ 
/*    .icon_cp {
        height: 24vw;
    }*/
}


@media only screen and (max-width: 900px){ 
/*    .icon_cp{
        height: 17vw;
    }*/
    
    .icon_cert{
        height: 17vw;
    }
}



@media only screen and (max-width: 768px){  
    .title_mdo{
        font-size:29px !important;
    }

    .content_desk{
        width: 96%;
        margin: 0% 2%;
        margin-bottom: 50px;
        padding-left: 0px;
    }

    .cellcp{
        width: 50%;
    }

    .imgcp{
        margin-bottom: 10px;
    }

    .titcp{
        text-align: center;
    }

    .cell50{
        width: 100%;
    }

    .redtit{
        text-align:center;
    }
    
    .items_child_product{
        width:50%;
    }
    
    .items_cert{
        width:50%;
    }
    
    .icon_cp{
        height: 37vw;
    }
    
    .icon_cert{
        height: 40vw;
    }
    
    .img-content{
        width: 100%;
    }
}    