/* Medium Devices, Desktops */
@media only screen and (max-width : 1000px) {
    .header .container{
        padding-top: 10px;
    }
    .top-nav{
        position: fixed;
        z-index: 20;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #FFF;
        display: none;
    }
    .top-nav.open{
        display: table;
    }
    .top-nav-btn{
        display: block;
    }
    .top-nav>ul{
        width: 100%;
        height: 100%;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        box-sizing: border-box;
        padding: 20px;
    }
    .top-nav ul li:before{
        width: 150px;
        height: 1px;
        left:50%;
        top: auto;
        bottom: 1px;
        margin-left: -75px;
        border-radius: 0;
        display: block;
        background: #E6E7EF;
    }
    .top-nav>ul>li{
        max-width: 300px;
        display: block;
        text-align: left;
        margin: 0 auto;
        padding:0;
    }
    .top-nav>ul>li>a{
        padding: 10px 10px;
        height: auto;
        display: block;
        text-align: center;
        line-height: normal;
        border-radius: 10px;
    }
    .top-nav>ul>li>a:hover,
    .top-nav>ul>li.active>a{
        background: #DB582E;
        color: #FFF;
    }
    .banner-box-title,
    .about-box-title{
        font-size: 36px;
        line-height: 47px;
    }
    .banner-box-text{
        font-size: 20px;
    }
    .about-box-text{
        font-size: 16px;
    }
    .about-box-sub {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .block-title {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 30px;
    }
    .advantage-bar{
        background-size: 40% auto;
    }
    .advantage-box-title {
        font-size: 20px;
        line-height: 24px;
    }
    .advantage-box-text{
        font-size: 14px;
    }
    .block-title,
    .contact-block-title,
    .usage-block-title {
        font-size: 26px;
        line-height: 30px;
    }
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .top-bar .top-bar-made{
        display: none;
    }
    .top-bar .top-bar-contacts{
        font-size: 14px;
        line-height: 20px;
        text-align: right;
    }
    .banner-box-text{
        padding-top: 0;
    }
    .carousel-box{
        margin-bottom: 40px;
    }
    .about-bar{
        padding: 50px 0;
    }
    .about-block .row-2{
        width: 100%;
        float: none;
    }
    .about-box{
        margin: 0 auto;
        text-align: center;
        margin-bottom: 20px;
    }
    .about-box-img{
        text-align: center;
    }
    .info-block .row-47{
        margin-bottom: 30px;
    }
    .info-block{
        margin-bottom: 0;
    }
    .info-block .row-47,
    .info-block .row-53{
        width: 100%;
        float: none;
    }
    .advantage-bar{
        padding: 40px 0;
        background-image: none;
    }
    .direction-img{
        text-align: center;
    }
    .direction-block:before{
        display: none;
    }
    .direction-block .row-2{
        width: 100%;
        float: none;
    }
    .video-bar{
        padding: 50px 0;
        background-image: none;
    }
    .video-block .row-2{
        width: 100%;
        float: none;
    }
    .usage-bar,
    .bot-bar{
        padding: 50px 0;
    }
    .consult-block .row-2{
        width: 100%;
        float: none;
    }
    .consult-box .block-title{
        text-align: center;
    }
    .consult-box{
        margin: 0 auto;
        text-align: center;
    }
    .recouping-list{
        text-align: center;
        margin: 30px 0;
        padding: 0;
    }
    .footer{
        padding: 25px 0 60px 0;
    }
    .footer-left{
        float: none;
        margin: 0 auto 20px auto;
        text-align: center;
    }
    .footer-right{
        margin: 0;
    }
    .foot-right-cont{
        float: none;
        margin: 0 auto;
        text-align: center;
    }
}
@media (max-width: 480px) {
    .head-left{
        width: 250px;
    }
    .logo-box-text{
        font-size: 9px;
    }
    .button{
        min-width: 130px;
    }
    .top-nav-btn{
        top: 30px;
        right: 20px;
    }
    .lang-panel{
        top:60px;
    }
    .banner-block .row-45,
    .banner-block .row-55{
        width: 100%;
        float: none;
    }
    .banner-box-img{
        max-width: 230px;
        margin-bottom: 15px;
    }
    .banner-img-pen{
        left:25px;
    }
    .banner-box-title, .about-box-title {
        font-size: 30px;
        line-height: 34px;
    }
    .banner-box-text {
        font-size: 16px;
        line-height: 20px;
    }
    .down-btn{
        display: none;
    }
    .banner-box-text{
        color:#FFF;
    }
    .info-box-img{
        float: none;
        margin: 0 auto 15px auto;
    }
    .info-box-text{
        margin: 0;
    }
    .direction-list ul li{
        font-size: 14px;
    }
    .usage-box .row-2,
    .advantages-list .row-2{
        width: 100%;
        float: none;
    }
    .usage-bar{
        background-image: none;
    }
    .sign-btn-box{
        padding-top: 20px;
    }
    .form-block {
        padding: 30px 25px;
    }
    .banner-box-title{
        margin-bottom: 5px;
    }
}
/* Extra Small Devices, Phones */
@media only screen and (min-width : 1000px) {
    .top-nav-btn,
    .top-nav-close{
        display: none !important;
    }
    .top-nav{
        display: block !important;
    }
}	