
@media (max-width: 1200px) {

}
@media (max-width: 992px) {

    .image-additional-mobhide {
        display: none;
    }
    .fixed-top {
        width: 100%;
    }
    .navbar-toggler {
        position: absolute;
        right: 20px;
        top: 10px;
        z-index: 999999;
    }
    .logo {
        position: absolute;
        top: 15px;
    }
    .navbar-collapse  .top-contact {
       position: static;
        margin-top: 100px;
    }
    .phone.ib, .languages.ib {
        display: block;
        text-align: center;
    }
    .site-languages {
        text-align: center;
        margin-top: 20px;
    }
    .navbar-toggler {
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .logo {
        position: absolute;
        top: 25px;
    }

    .navbar {
        min-height: 85px;
    }
    .nomobile {
        display: none;
    }
}

@media (max-width: 768px) {
    iframe {
        width: 100% !important;
    }

    .cmsdiff-wrap .col-sm, .includes-wrap .col-sm,
    .advantages-wrap .col-sm {
        width: 100%;
        display: block;
        flex: none;
    }

    body {
        overflow-x: hidden;
    }

    .footer-wrap, .footer-nav {
        text-align: center;
    }
    .copyrights {
        padding: 20px 0 50px 0;
        font-size: 14px;
        width: 100% !important;
    }
    .footer-nav .nav {
        margin: 0 auto;
        display: block;
    }

}
@media (max-width: 576px) {
    .navbar-collapse  .top-contact {
        position: static;
        margin-top: 80px;
    }
    .navbar-toggler {
        position: absolute;
        right: 20px;
        top: 10px;
        z-index: 999999;
    }
    .logo {
        position: absolute;
        top: 15px;
        margin-left: 20px;
    }

    .advantages-wrap .col-sm {
        width: 100%;
        display: block;
        flex: none;
    }
    .advantages-wrap {
        margin-top: -50px;
    }
    .logo img {
        width: 220px;
    }
    .advantages-wrap h1, .order-form-wrap h2 {
        font-size: 2em;
    }
    .navbar {
        min-height: 65px;
    }
    .responsive-wrap img {
        width: 100% !important;
    }
    .slider-wrap img {
        display: none;
    }

    .innerP {
        padding: 40px 0 50px 0;
    }

    .top-main-inner-wrap {
        padding: 20px;
    }

    #navigation-services .col-4,  .col-6 {
        width: 100%;
        display: block;
        flex: none;
        max-width: 100%;
    }

}
