@media (max-width: 1200px) {
    #order {
        background-position: 50% 0;
    }

    .footer-menu li {
        margin-right: 15px;
    }

    .info-slider-two .info-slide img {
        width: 100%;
    }

    .info-descr-btn-wrapp {
        padding-top: 90px;
    }
}

@media (max-width: 992px) {
    .title {
        margin-bottom: 2px;
    }

    .header-menu-wrapp {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: #2B7BEC;
        z-index: 999;
    }

    .header-menu-wrapp.open {
        display: block;
    }

    .header-menu {
        width: 100%;
        margin: 0;
    }

    .logo-mobile {
        display: block;
        padding-top: 25px;
        padding-left: 15px;
        margin-bottom: 65px;
    }

    .hamburger {
        display: block;
        float: right;
        cursor: pointer;
    }

    .mobile-menu-cross {
        display: block;
    }

    .header-menu li {
        display: block;
        width: 100%;
        padding: 12px 30px;
        margin: 0;
    }

    .header-menu li.active:after {
        display: none;
    }

    .header-menu li.active {
        background-color: #FC5231;
    }

    .language {
        position: absolute;
        left: 33px;
        bottom: 33px;
    }

    .language a {
        margin-right: 33px;
        color: #DADADA;
    }

    .elips,
    .circle {
        display: none;
    }

    .subtitle {
        margin-bottom: 40px;
    }

    .info-item-descr {
        min-height: auto;
    }

    .item {
        margin-bottom: 40px;
    }

    #slider-wrapp {
        background-position: 0 0;
    }

    #services {
        padding-top: 70px;
        padding-bottom: 60px;
    }

    .info-item {
        margin-bottom: 20px;
    }

    .info-item-wrapp .info-item {
        padding: 60px 30px 40px 30px;
        margin-bottom: 0;
    }

    #footer,
    #info-application {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .logo-footer {
        margin-bottom: 20px;
    }

    .footer-contacts {
        text-align: left;
        padding-top: 30px;
        padding-left: 30px;
    }

    #map {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .contacts-wrapp {
        display: block;
        max-width: 250px;
        margin: 0 auto;
    }

    .contacts-phone,
    .contacts-mail {
        display: block;
    }

    .info-wrapp {
        padding-top: 60px;
    }

    .info-slider-two .info-slide img {
        width: 140px;
    }

    .info-slider-one {
        margin-bottom: 40px;
    }

    .info-descr-btn-wrapp {
        padding-top: 0;
        text-align: center;
    }

    .info-img,
    #info-services .info-item {
        display: block;
        max-width: 100%;
        width: 100%;
        float: none;
    }
}

@media (max-width: 769px) {
    .title {
        font-size: 35px;
        line-height: normal;
        margin-bottom: 2px;
    }

    .subtitle {
        font-size: 16px;
    }

    .header {
        padding-top: 25px;
    }

    .home-info-wrapp,
    #home.about-home .home-info-wrapp {
        padding-top: 95px;
        padding-bottom: 290px;
    }



    #home.about-home .home-info-wrapp,
    #services-home .home-info-wrapp {
        padding-bottom: 270px;
    }

    .home-title {
        margin-bottom: 20px;
    }

    .home-descr {
        font-size: 16px;
    }

    .home-title {
        font-size: 50px;
        line-height: 34px;
    }

    .home-title span {
        line-height: 30px;
    }

    #slider-wrapp {
        padding-top: 75px;
        padding-bottom: 120px;
    }

    #info {
        padding-top: 40px;
    }


    #contacts {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    #info-services {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #info-services .container {
        padding-right: 0;
        padding-left: 0;
    }

    .contacts-wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .contacts-wrapp {
        padding: 0;
    }

    .contact-address {
        max-width: none;
        margin-bottom: 50px;
    }

    .contact-info {
        padding-left: 30px;
    }

    .info-slider-two {
        display: none;
    }

    #info .info-item {
        padding: 60px 30px 40px 30px;
    }

    #order {
        padding-top: 60px;
        padding-bottom: 50px;
        background-image: url(../img/order-bg-mobile.svg);
        background-position: left bottom;
    }
}

@media (max-width: 420px) {
    .info-descr-btn {
        margin-right: 0;
        margin-bottom: 20px;
    }

    #info {
        padding-bottom: 0;
    }

    #info .info-item {
        margin-right: -15px;
        margin-left: -15px;
    }

    .home-title {
        font-size: 40px;
    }


    #home,
    #home.about-home,
    #home.info-home,
    #home.contacts-home {
        background-position: right center;
        background-size: cover;
    }

    #home {
        background-image: url(../img/home-bg-mobile.svg);
    }

    #home.about-home {
        background-image: url(../img/about/about-bg-mobile.svg);
    }

    #home.info-home {
        background-image: url(../img/info/main-mobile.png);
    }

    #home.contacts-home {
        background-image: url(..//img/contacts/contacts-bg-mobile.svg);
    }
}


@media (max-height: 360px) {
    .language {
        top: 65px;
    }
}
