@media (max-width:767px) {
    section{
        padding: 25px 0;
    }
    .s1p, .s3p{
        margin-top: 15px;
    }
    .contact{
        float: none;
    }
    .recall{display: none;}
    .contact a{
        padding-left: 27px;
        background-size: 25px;
    }
    header h1{
        font-size: 24px;
    }
    header ul{
        margin-top: 0;
    }
    header ul li{
        padding-left: 40px;
        background-size: 40px;
        font-size: 16px;
        margin-top: 10px;
        margin-left: auto!important;
        width: 100%;
        max-width: 230px;
        
    }
    
    header ul li img{
        position: absolute;
        width: 40px;

    }
    header span{
        margin-top: 15px;
        font-size: 16px;
        line-height: 1.2;
        text-align: left;
    }
    header ol li{
        margin-top: 5px;
        background-size: 16px;
        padding-left: 20px;
        font-size: 16px;
    }
    section h2{
        font-size: 28px;
    }
    .s1p, .s4p, .s3p{
        margin-left: auto;
        margin-right: auto;
        max-width: 290px;
    }
    .leftarrow:after{display: none;}
    .slide blockquote {
        text-align: center;
        display: inline-block;
    }
    .slide blockquote figure{
        display: inline-block;
        
    }
    .slide blockquote  p{
        padding-left: 0;
    }
    #map{
        position: relative;
        height: 250px;
    }
    .fcontact{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .copy{text-align: center;}
    .pol{float: none;}
}

@media (min-width:768px) and (max-width:991px) {
    header ul li{
        margin-top: 15px;
        font-size: 22px;
    }
    header ol li{
        margin-top: 5px;
        font-size: 20px;
    }
    .leftarrow:after{display: none;}

}

@media (min-width:992px) and (max-width:1199px) {
    .logo span small{font-size: 10px;}
    header h1{font-size: 40px;}
    header ul li{font-size: 20px;}
    header ol li{font-size: 18px;}
}

@media (min-width:1200px) {
    .menu{
        display: inline-block;
    }
    .menu li{
        display: inline-block;
        margin-left: 20px;
        padding: 10px 0;
    }
    .menu li a{
        display: inline-block;
        position: relative;
        line-height: 40px;
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        color: #fff;
    }
    .menu li a:after{
        position: absolute;
        
        left: 0;
        content: "";
        bottom: 0;
        width: 0;
        border-bottom: 1px solid #ff6600;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .menu li a:hover:after{
        width: 100%;
    }
}
@media (max-width:1199px) {
    .menu{
        position: fixed;
        right: 15px;
        top: 12px;
        float: right;
        width: 40px;
        height: 40px;
        background-color: transparent;
        background-position: 100% 0;
        background-repeat: no-repeat;
        background-size: 30px;
        background-image: url(../img/icons/menu.svg);
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .menu li{
        display: none;
    }
    .menu.mshow{
        padding-top: 50px;
        position: fixed;
        right: 0;
        top: 0;
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #343742 ;
        background-position: 50% 10px;
        background-image: url(../img/icons/close.svg);
    }
    .menu.mshow li{
        display: inline-block;
        width: 100%;
        text-align: center;
        border-top: 1px solid #5d5d5d;
    }
    .menu.mshow li a{
        color: #fff;
        line-height: 40px;
    }
}

@media (min-width:768px) {
    .pricelist{
        width: 100%;
        max-width: 767px;
    }
    .pr .pricelist{
        
    }
    .pr .scrollbar{
        
    }
    h3.table_heading{
        text-align: center;
    }
    p.table_heading{
        margin-top: 15px;
        font-weight: 700;
        color: #ff6600;
    }
    .table{
        width: 100%;
        margin-top: 10px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        display: table;
    }
    .table_row{
        display: table-row;
    }
    .cell{
        padding: 5px;
        display: table-cell;
        border-left: 1px solid #ddd;
    }
    .cell:nth-child(2){
        width: 100px;  
        text-align: center;
    }
    .cell:nth-child(2){
        border-right: 1px solid #ddd;
        width: 100px;
    }
    .table_row:nth-child(even){
        background: #f0f0f0;
    }
}
@media (max-width:767px) {
    .pricelist{
        width: 100%;
        padding: 10px;
    }
    .pr .pricelist{
        
    }
    .pr .scrollbar{
        
    }
    h3.table_heading{
        text-align: center;
    }
    p.table_heading{
        margin-top: 15px;
        font-weight: 700;
        color: #ff6600;
    }
    .table{
        width: 100%;
        margin-top: 10px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        display: table;
    }
    .table_row{
        display: table-row;
    }
    .cell{
        font-size: 14px;
        padding: 5px;
        
        border-left: 1px solid #ddd;
        display: table;
    }

    .cell:nth-child(2){
   
        text-align: center;
        display: table-cell;
   

    }
    .cell:nth-child(3){
        border-right: 1px solid #ddd;
        font-weight: 700;
        display: table-cell;

    }
    .table_row:nth-child(even){
        background: #f0f0f0;
    }
}
