/*Смартфоны (портрет и ландшафтный)*/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px){
    #header .header_cont {
        background-position: 80% 40px;
    }
    #header .header_cont__phone{
        top: -2.8em;
        left: 0.3em;
    }
    .header_cont__phone li.phone:before{
        background-size:cover ;
    }
    table.phone li{font-size: 0.8em}
    .carouselck .carouselck_pag{margin-top: 1.1em;}
}
@media only screen and (min-device-width : 360px) and (max-device-width : 480px){
    table.phone li{font-size: 1em}
}

/*Смартфоны (ландшатный)*/
@media only screen and (min-width : 320px){

}

/*Смартфоны (portrite)*/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px){
    #header .header_cont__phone{
        top: -2.8em;
        padding-left: 8em;
    }
    #header .header_cont__works_time:before{background: none};
}

@media only screen and (min-device-width : 480px) and (max-device-width : 768px) and (orientation : landscape) {
    #header .header_cont {
        height: 155px;
        background-position: 98% 40px;
    }
}

@media only screen and (min-device-width : 480px) and (max-device-width: 768px){
    #header .header_cont__phone{
        left: -4em;
        top: -2.8em;
    }
}

@media only screen and (min-device-width : 360px) and (max-device-width : 640px) and (orientation:portrait) {
    #header .header_cont__phone{
        padding-left: 0;
    }
}


@media only screen and (min-device-width : 540px) and (max-device-width : 720px) and (orientation:portrait){
    #header .header_cont {
        height: 155px;
        background-position: 98% 40px;
    }
}


    /*IPads (портрет и ландшафтный)*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){
    table.phone li{font-size: 1.4em}
}

/*IPads (ладшафтный)*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

    #header .header_cont__phone{
        left: 1em;
        top: -5em;
    }
}
/* Galaxy A5 */
/* Портретный */
@media only screen and (min-device-width : 720px) and (max-device-width : 1280px) and (orientation:portrait) {
    #header .header_cont {
        height: 210px;
        background-position: 95% 40px;
    }
    #header .header_cont__phone{
        left: -7em;
    }
}



@media only screen and (min-device-width : 768px) and (max-device-width: 860px){
    #header .header_cont {
        background-position: 80% 0;
    }
    #header .header_cont__phone{
        left: -5.5em;
        top: -5em;
    }
}

@media only screen and (min-device-width : 860px){
    #header .header_cont__phone{
        left: -2em;
        top: -5em;
    }

}

/*IPads (Портрет)*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait){}

@media only screen and (min-width: 1025px) and (max-width: 1100px){
    #header .header_cont__phone{
        left: -3.5em;
        top: -5em;
    }
}
@media only screen and (min-width: 1100px) and (max-width: 1224px){
    #header .header_cont__phone{
        left: -3.5em;
        top: -4.2em;
    }
}

/*Настольные компьютеры и ноутбуки*/
@media only screen and (min-width : 1224px) {
    #header .header_cont__phone{
        left: 1em;
        top: -3em;
    }
    table.phone li{font-size: 2.2em}
}
@media only screen and (min-width : 1300px) {
    #header .header_cont__phone{
        left: 0;
    }
}
/*
Большие экраны*/
@media only screen and (min-width : 1824px) {

}

/*Iphone4*/
@media only screen and (-webkit-min-device-pixel-ratio : 1.5),only screen and (min-device-pixel-ratio : 1.5) {}
