.desk-items-block{
    padding: 40px 0px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.desk-items-right-title-container{
    padding-left: 50%;
    margin-bottom: 40px;
}

.desk-items-block h2{
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 0px;
}

.desk-items-title-desk{
    font-size: 14px;
    color: #666;
    line-height: 27px;
}

.list-items-desk{
    margin: 0px -60px;
}

.desk-items-block .list-items-desk:after{
    content: "";
    display: block;
    clear: both;
}

.l-i-d-items{
    float: left;
    width: 33.33333%;
/*    padding: 60px;*/
    padding: 60px 35px;
    box-sizing: border-box;
}

.l-i-d-items-content{
}

.l-i-d-items-content:after{
    content: "";
    display: block;
    clear: both;
}

.l-i-d-items-icon{
    width: 25px;
    height: 25px;
    
/*    width: 39px;
    height: 39px;*/
    width: 50px;
    height: 50px;
    
    margin-bottom: 25px;
    
    margin-bottom: 20px;
    
    display: inline-block;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 90%;
    float: left;
}

.l-i-d-items-title{
    font-family: etmomura_m;
    font-size: 16px;
    float: left;
    padding-top: 6px;
    width: 180px;
    
    width: 170px;
    
    padding-left: 10px;
    text-transform: uppercase;
}

.l-i-d-items-title_desk{
    float: left;
    padding-left: 10px;
    font-size: 12px;
    font-family: etmomura_m;
    width: 170px;
}

.l-i-d-items-name{
    font-size: 14px;
    color: #666;
/*    line-height: 27px;*/
    line-height: 24px;
    width: 100%;
    float: left;
    position: relative;
}

.l-i-d-items-name a{
    display: block;
    position: absolute;
    top: -30px;
    left: 35px;
    font-size: 12px;
    
    top: -40px;
    left: 49px;
}

.desk-items-content{
    width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}

.desk-items-block-fon{
    background-image: url(../img/patg.png);
    background-size: 935px;
    position: absolute;
    height: 430px;
    top: 300px;
    left: 0px;
    right: 0px;
}

@media only screen and (max-width: 1350px){
    
    .list-items-desk{
        margin: 0;
    }
    
    .l-i-d-items-title{
        width: 165px;
    }
    
    .l-i-d-items-title_desk{
        width: 165px;
    }
    
    .l-i-d-items{
        padding: 60px 25px;
    }
    
    .desk-items-content{
        width: 100%;
    }
}

@media only screen and (max-width: 1200px){
    .l-i-d-items{
        width: 50%;
    }
    
    .l-i-d-items{
        padding: 25px;
    }
}

@media only screen and (max-width: 1200px){
    .l-i-d-items{
        width: 100%;
    }
    
    .l-i-d-items-title_desk{
        width: 80%;
    }
}

@media only screen and (max-width: 768px){
    .desk_items{
        padding: 80px 0px;
    }
    
    .desk_items h2 {
        font-size: 38px;
        margin-bottom: 30px;
    }
    
    .d-i-title-separator{
        margin-bottom: 35px;
    }
    
    .desk-items-title-desk{
        font-size: 20px;
        margin-bottom: 30px;
    }
    
    .l-i-d-items{
        width: 100%;
        padding: 25px;
        margin-bottom: 20px;
    }
    
    .l-i-d-items-name{
        font-size: 17px;
        line-height: 26px;
    }
    
    .desk-items-block{
        padding: 20px 0px;
    }
    
    .desk-items-content{
        width: 100%;
    }
    
    .desk-items-right-title-container{
        padding-left: 0%;
    }
    
    .desk-items-block h2{
        font-size: 18px;
        padding: 0px 25px;
    }
    
    .desk-items-title-desk{
        font-size: 15px;
        padding: 0px 25px;
        box-sizing: border-box;
    }
    
    .list-items-desk{
            margin: 0px;
    }
    
    .l-i-d-items-title{
        width: 250px;
    }
    
}

