@media screen and (min-width:901px) and (max-width:1250px) {
    body {
        min-width:100%;
    }
    .center-box {
    	width:860px;
    }
        .header-line .center-box {
            padding-left:0;
            height:auto;
        }
            .header-line .logo {
                position:relative;
                left:unset;
                top:unset;
            }
    
    /*меню*/        
    .nav-line {
        
    }
    .nav-line .catalog-menu {
        height:auto;
    }
        .nav-line .catalog-menu ul.menu {
            height:auto;
            /*text-align:center;*/
            padding:10px 0;
        }
        .nav-line .catalog-menu ul.menu > li {

        }
            .nav-line .catalog-menu ul.menu > li > a {
                padding:10px 0;
            }
    .page-title h2 {
        width: 100%;
        margin: 0 auto;
        float: none;
    }
    .page-title .breadcrumbs {
        float: none;
        width: 100%;
        margin: 0 auto;
    }  

    /****/
    .main-left {
        float:none;
        width:100%;
    }
    
    .right-box {
        padding:0 0 30px 0;
        float:none;
        width:100%;
        margin-left:0;
    }
    /***/
    .teaser-item {
        margin-right:20px;
        margin-bottom:20px;
    }
    
    .last-item {
        margin:0 10px 15px 0;
        float:left;
    }
        .right-menu ul li {
            display:inline-block;
            margin-right:10px;
        }
    
    /*главная страница*/
    .slider {
        height:auto;
        margin-bottom:10px;
        margin-top:20px;
    }
        .adv-box {
            width:410px;
            margin:10px;
            padding:10px 0 10px 90px;
        }
        .adv-box br {
            display:none;
        }
        
        .catalog-list .cat-item {
            margin:0 10px 0 0;
        }
        .catalog-list .cat-item img {
            width:278px;
            height:auto;
        }
        
        .catalog-list .cat-box4 .cat-item {
            margin:0 4px 0 0;
        }
        .catalog-list .cat-box4 .cat-item img {
            width:210px;
            height:auto;
        }
        .catalog-list .cat-box4 .cat-item:last-child {
            margin-right:0;
        }
        
        .tech-item {
            width:280px;
            margin-right:10px;
            padding:200px 30px 20px;
        }
            .tech1 {
                background-size: contain;
            }
            .tech2 {
                background-size: contain;
            }
            .tech3 {
                background-size: contain;
            }
        .how-item {
            float:left;
            width:400px;
            height:auto;
            min-height:70px;
            padding:0 15px 0 80px;
            margin:10px 20px 10px 0;
        }
        
    /**/
    .description table tr td {
        font-size:12px;
    }
    .description table tr:first-child td {
        font-size:10px;
    }
    .description table tr td strong {
        font-size:12px;
    }
    
    /**/    
    .footer-line .center-box {
        padding-left:0;
        height:auto;
        overflow:hidden;
    }   
        .footer-line .copyright {
            width:100%;
            line-height:40px;
            padding:20px 0;
            position:relative;
            left:unset;
            top:unset;
            text-align:center;
        }
}

@media screen and (min-width:601px) and (max-width:900px) {
    
}

@media screen and (max-width:900px) {
    body {
        min-width:340px;
        width:100%;
        max-width:100%;
    }
    .center-box {
    	width:95%;
    }
    
    h1 {
    	font-size:24px;
    	line-height:32px;
    }
    h2 {
    	font-size:24px;
    	line-height:24px;
    }
    h3 {
    	font-size:21px;
    	line-height:24px;
    }
        .header-line .center-box {
            padding-left:0;
            height:auto;
        }
            .header-line .logo {
                position:relative;
                left:unset;
                top:unset;
                text-align:center;
                width:320px;
                margin:0 auto;
                max-width:100%;
            }
            .header-line .logo img {
                width:100%;
                height:auto;
            }
            .header-line .lb-box {
                float: none;
                height: 80px;
                width: 240px;
                margin: 0 auto;
                    display:none;/*!!!!!!!!*/
            }

            
            .header-line .top-menu {
                float: none;
                height: auto;
                width: 100%;
                padding: 10px 0;
                    display:none;/*!!!!!!!!*/
            }
            .header-line .fos-btn {
                float: none;
                margin: 10px auto;
                    display:none;/*!!!!!!!!*/
            }
    
.mob-menu {
    display: block;
    height: 60px;
    width: 160px;
    text-align: center;
    margin: auto;
    line-height: 30px;
    font-size: 16px;
    padding: 15px 10px 15px 40px;
    text-transform: uppercase;
    background: url(../images/mob-menu.png) center left no-repeat;
    color: #3b3b3b;
} 
.mob-menu2 {
    display: inline-block;
    height: 50px;
    width: 50px;
    padding: 0;
    margin:5px 10px;
    background: url(../images/mob-menu2.png) center no-repeat;
    border-radius:25px;
    border:1px solid #fff;
}  

.mob-contact {
    display: inline-block;
    height: 50px;
    width: 50px;
    padding: 0;
    margin:5px 10px;
    background: url(../images/telefon2.png) center no-repeat;
    border-radius:25px;
    border:1px solid #fff;
    
}  

.mob-basket {
    display: inline-block;
    height: 50px;
    width: 50px;
    padding: 0;
    margin:5px 10px;
    background: url(../images/basket2.png) center no-repeat;
    border-radius:25px;
    border:1px solid #fff;
    position:relative;
}  
.mob-basket .basket-top-count {
    display: block;
    position: absolute;
    top: -2px;
    right: -2px;
    width: 24px;
    height: 24px;
    background: #f80047;
    color: #fff;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    border-radius: 12px;
}

.mob-menu-btns {
    display: block;
    text-align:center;
}

.dub-top-menu {
    display: block;
}

.dub-top-contact {
    display: none;
    width: 100%;
    height: auto;
    padding: 20px 20px 10px;
    text-align:center;
    border-top: 2px solid #fff;
    margin-bottom: 10px;
    color:#000;
    background:rgba(255,255,255,0.7);
    font-size:14px;
}
.dub-top-contact h3 {
    color:#000;
    font-size:16px;
}
.dub-top-contact a {
    color:#fff;
}
.dub-top-contact .telefon {
    font-size:24px;
    display:inline-block;
    font-weight:bold;
    margin-bottom: 10px;
    padding:0 0 3px 30px;
    background:url(../images/tel-small.png) left center no-repeat;
}
.dub-top-contact .fos-btn {
    font-size:18px;
    text-decoration:underline;
    display:inline-block;
    padding:0 0 3px 30px;
    background:url(../images/tel-small.png) left center no-repeat;
}
.dub-top-contact .telefon-fos {
    background:rgba(255,255,255,0.9);
    color:#026f02;
    padding:10px;
    border-radius:5px;
    margin-bottom:10px;
}
.dub-top-contact .telefon-fos a {
    color:#026f02;
}

.dub-top-contact .email {
    border-top:1px solid #fff;
    padding-top:10px;
}

    
    /*меню*/ 
    .header-line .top-menu ul.menu {
        display: none;
        width: 100%;
        height: auto;
        padding: 0;
        border-radius: 0;
        background: none;
        box-shadow: none;
        border-top: 2px solid #3b3b3b;
        margin-bottom: 5px;
        background:#eee;
    }
    .header-line .top-menu ul.menu li {
        display: block;
        text-align:center;
        margin:0;
        padding:0;
    }
    .header-line .top-menu ul.menu li a {
        display: block;
        padding:5px;
        font-size:18px;
    }
    
    .nav-line {
        
    }
    .nav-line .catalog-menu {
        height:auto;
        padding:3px 0;
    }
    .nav-line .catalog-menu ul.menu {
        display: none;
        width: 100%;
        height: auto;
        padding: 0;
        border-radius: 0;
        background: none;
        box-shadow: none;
        border-top: 2px solid #fff;
        margin-bottom: 5px;
            color:#000;
            background:rgba(255,255,255,0.7);
    }
    .nav-line .catalog-menu ul.menu ul {
        display: none !important;
    }
    .nav-line .catalog-menu ul.menu li {
        display: block;
        text-align:center;
        margin:0;
        padding:0;
        background:transparent !important;
    }
    .nav-line .catalog-menu ul.menu li a {
        padding:10px 0;
        color:#000;
    }
            
    .page-title h2 {
        width: 100%;
        margin: 0 auto;
        float: none;
    }
    .page-title .breadcrumbs {
        float: none;
        width: 100%;
        margin: 10px auto 0;
    }  

    /****/
    .main-left {
        float:none;
        width:100%;
    }
    
    .right-box {
        padding:0 0 30px 0;
        float:none;
        width:100%;
        margin-left:0;
    }
    /***/
    .teaser-item {
        width:100%;
        margin-right:0;
        margin-bottom:20px;
    }
    .teaser-item img {
        width: 100%;
        height: auto;
    }
    
    .last-item {
        margin:0 10px 15px 0;
        float:left;
    }

    
    /*главная страница*/
    .slider {
        height:auto;
        margin-bottom:10px;
        margin-top:20px;
    }
        .adv-box {
            width: 100%;
            max-width:400px;
            margin: 10px auto;
            float: none;
            padding: 10px 0 10px 90px;
        }
        .adv-box br {
            display:none;
        }
        .catalog-list .cat-box {
            padding: 0;
        }
        .catalog-list .cat-item {
            margin:5px 0 5px 0;
            float:none;
        }
        .catalog-list .cat-box4 .cat-item {
            margin:5px 0 5px 0;
        }
        .catalog-list .cat-item img {
            width:100%;
            height:auto;
        }
        .catalog-list .cat-box4 .cat-item img {
            width:100%;
            height:auto;
        }
        
        
        .tech-item {
            width:320px;
            max-width:100%;
            margin:0 auto 20px !important;
            padding:200px 30px 20px;
            float:none;
        }
            .tech1 {
                background-size: contain;
            }
            .tech2 {
                background-size: contain;
            }
            .tech3 {
                background-size: contain;
            }
        .how-item {
            float:none;
            width:320px;
            height:auto;
            min-height:70px;
            padding:0 15px 0 80px;
            margin:10px auto 20px !important;
        }
    .about-text1 {
        float: none;
        width: 100%;
        margin:5px auto;
        padding-left: 0;
        font-size: 14px;
    }
    .about-text2 {
        float: none;
        width: 100%;
        margin:5px auto;
        padding-left: 0;
        font-size: 14px;
    }
        
    /**/
    .content-line table {
        max-width: 100%;
        width: 100%;
        overflow: auto;
        display: block;
        position:relative;
    }
    .content-line table tbody {
        display:table;
        width: 100%;
    }
    .content-line table:after {
        content: "";
        width:20px;
        height:20px;
        display: block;
        position: absolute;
        z-index:10px;
        top:3px;
        left:3px;
        opacity:0.7;
        background: url(../images/swap.png) center no-repeat;
        background-size:cover;
    }
    
    .description table tr td {
        font-size:12px;
    }
    .description table tr:first-child td {
        font-size:10px;
    }
    .description table tr td strong {
        font-size:12px;
    }
    
    /**/
    .top-box {
        display:block;
    }
    .right-box .katalog-item {
        display:none;
    }
    
    .right-box .right-menu {
        display:none;
    }
    .right-box .breadcrumbs {
        display:block;
        float: none;
        width: 100%;
        margin: 20px auto 20px;
    }  
    
    /**/
    
    .basket-fos input[type=text] {
        max-width: 220px;
    }
    .basket-fos {
        border: 0; 
        width: 320px;
        max-width:100%;
        margin:10px auto;
    }
    .basket-box-button a.sendbasket {
        margin: 5px auto;
    }
    /**/    
    .footer-line .center-box {
        padding-left:0;
        height:auto;
        overflow:hidden;
    }   
        .footer-line .copyright {
            width:100%;
            line-height:40px;
            padding:20px 0;
            position:relative;
            left:unset;
            top:unset;
            text-align:center;
        }
        .footer-line .lb-box {
            float: none;
            height: 60px;
            width: 240px;
            padding: 5px 0 5px 60px;
            margin: 15px auto;
            color: #fff;
        }
        
    .fos-box, .fos-box2  {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        margin-left: 0;
        margin-top: 0;
        border-radius: 0;
    } 
    .palitra-color {
        width:48%;
    }
    .skidka-fos {
        display:none;
    }
    .sf2.skidka-fos {
        display:block;
    }
    .consult-fos-title {
        font-size: 36px;
        line-height:48px;
    }
    .consult-fos input[type=text] {
        max-width:240px;
    }
    .indiv-fos input[type=text] {
        max-width:240px;
    }
    
    .aks-item {
        width:100%;
        float:none;
        margin:10px 0 10px 0;
    }
    
}

@media screen and (max-width:500px) {
    .palitra-color {
        width:95%;
    }
}