@import url('/css/headFoot.css');
@import url('/css/style.css');
@media only screen and (max-width:7000px) and (min-width:1000px) {
    .servicesList .serviceSliders {
        transition: all 1.2s ease-out !important;
    }
    .sliders {
        max-width: 760px !important;
    }
    .itemService:hover .textHover {
        color: #000000;
        font-size: 20px !important;
        line-height: 20px !important;
    }
    
    .itemService .textHover {
        color: #878789;
        font-size: 20px;
        line-height: 20px;
    }
    .container .sliders {
        margin-top: 0px;
    }
    
    .overH1 h1 {
        font-size: 48px;
        max-width: 782px !important;
        padding: 0px 112px;
    }
    
    .overH1 {
        max-width: 1328px;
        padding-bottom: 8px;
    }
    .itemService:hover .textHover {
        position: absolute;
        top: 0px;
        min-width:350px;
        transition: all 0s ease-out;
    }
    .itemService:hover .textHover:after{
        content:'';
        width:8px;
        height:8px;
        background:#000;
        border-radius:50%;
        position:absolute;
        right:0px;
        top: 3px;
        bottom:0px;
        margin:auto;
    }
    .overPencel {
        background: url('/img/pencel2.png');
        background-size: cover;
        padding: 139px 0px;
    }
    .textHover,.serviceSliders,.rightDesktop,.leftDesktop{
        transition:all 0.35s ease;
    }
    .pencelText {
        width: 1328px;
        position: relative;
        margin: 0 auto;
        color: #D8D0C1;
        max-width: 96%;
    }
    
    .h2ItemPencel {
        font-family: 'NunitoSans';
        font-size: 48px;
        line-height: 48px;
        display: inline-block;
        vertical-align: top;
        width: 467px;
        font-weight: 300;
    }
    
    .textItemPencel {
        font-family: 'NunitoSans';
        font-size: 15px;
        line-height: 20px;
        display: inline-block;
        vertical-align: top;
        width: 656px;
        padding-left: 112px;
        padding-top: 71px;
        white-space: pre-line;
    }
    
    .itemPencel1,.itemPencel2 {
        font-size: 0px;
    }
    
    .textHover.noneList,.itemService:hover .textHover.noneList{
        text-align: center;
        width: 100%;
    }
    .serviceSliders.noneList{
            display: none;
    }
    .leftDesktop.noneList {
        width: 100%;
    }
    .rightDesktop.noneList {
        width: 100%;
    }
}




@media only screen and (max-width:1000px) and (min-width:200px) {

    .overPencel {
        background: url('/img/pencel2.png');
        background-size: cover;
        padding: 139px 0px;
    }
    
    .pencelText {
        width: 100%;
        position: relative;
        margin: 0 auto;
        color: #D8D0C1;
        max-width: 96%;
    }
    
    .h2ItemPencel {    
        display: block;
        font-weight: 300;
        font-family: 'Spectral-Regular';
        font-size: 24px;
        line-height: 24px;
        font-weight: 300;
        max-width: calc(100% - 40px);
        margin: 0 auto;
    }
    
    .textItemPencel {
        vertical-align: top;
        padding-left: 112px;
        padding-top: 71px;
        white-space: pre-line;
        font-family: 'NunitoSans';
        font-size: 15px;
        line-height: 20px;
        padding: 24px 20px;
    }
    
    .itemPencel1,.itemPencel2 {
        font-size: 0px;
    }
    .sliders img.descNone {
        width: calc(100% - 20px);
    }
    
    .overH1 {
        padding: 12px 0px;
    }
    
    .overH1 h1 {
        max-width: 250px;
    }
}
