@media screen and (max-width:1150px){
    .sections-item{
        width: 50%;
    }
    .sections-item:nth-child(1){
        padding: 10px 5px 5px 0;
    }
    .sections-item:nth-child(2){
        padding: 10px 0 5px 5px;
    }
    .sections-item:nth-child(3){
        padding: 5px 5px 10px 0;
    }
    .sections-item:nth-child(4){
        padding: 5px 0 10px 5px;
    }
}
@media screen and (max-width:950px){
    #footer .footer-column{
        float: none;
        display: inline-block;
        width: auto;
        margin: 0 20px 20px;
        vertical-align: top;
    }
    .footer-column.contacts{
        padding-left: 70px;
    }
    .footer-column.phones+.footer-column.phones{
        padding-left: 35px;
    }
}
@media screen and (max-width:930px){
    .menu-icon{
        display: block;
    }
    .menu-icon.open-menu~.topmenu-block{
        top: 49px;
    }
    .logo{
        float: none;
        margin: 3px auto 0;
    }
    .lang-changer{
        float: none;
        position: absolute;
        right: 8px;
        top: 10px;
    }
}
@media screen and (max-width:850px){

}
@media screen and (max-width:700px){
    .footer-column.contacts{
        padding-left: 0;
    }
    .footer-column.phones+.footer-column.phones{
        padding-left: 0;
    }

    .owl-nav .owl-next,
    .owl-nav .owl-prev{
        display: none !important;
    }
    .slide-container{
        display: block;
    }
    .slide-container .slide-image{
        display: block;
        text-align: center;
        width: 100%;
    }
    .slide-container .slide-text{
        display: block;
        text-align: center;
        width: 100%;
    }
}
@media screen and (max-width:600px){
    .slide-image img{
        max-height:250px !important;
    }
    .slide-text .slide-name{
        font-size: 35px;
        padding:0 15px;
    }
    .slide-text .slide-desc{
    }
    .slide-text .slide-option{font-size: 25px !important;}
    .slide-text .slide-option span{font-size: 28px !important;}
}
@media screen and (max-width:500px){
    .sections-item{
        width: 100%;
        padding: 5px 0 !important;
    }
}
@media screen and (max-width:400px){
    #footer .footer-column {
        display: block;
        margin: 0 30px 20px;
    }
    .copyright-left, .copyright-right{
        width: auto;
        float: none;
        padding-bottom: 10px;
        text-align: center;
    }
}