

@media(max-width: 1200px) {
    .section-main {
        color: white;
        margin: 70px 0px 0px;
        background: url(/img/main-img1200.jpg) no-repeat;
        background-size: cover;
        background-attachment: fixed;
        padding: 100px 0px;
        min-height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media(max-width: 999px) {
    .swiper-slide-gallery {
        padding-top: 57%;
      }
}
@media(max-width: 900px) {

    /* .header__tel {
        font-size: 16px;
    } */

    .contacts {
        flex-direction: column;
    }

    .header__social-link {
        display: none;
    }


    .form-img {
        max-width: 100%;
        ;
    }
}

@media(max-width: 767px) {
    .section-main {
        color: white;
        margin: 70px 0px 0px;
        background: url(/img/main-img767.jpg) no-repeat;
        background-size: cover;
        background-position: center top;
        background-attachment: scroll;
        padding: 100px 0px;
        min-height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .burger-active {
        left: 0px;
    }
    .section-main {
        margin-top: 65px;
    }

    .container {
        padding: 0px 15px;
    }

    .burger-img {
        display: block;
    }

    /* .header__logo-img {
        height: 25px;
    } */

    .header__logo {
        margin: 0px;
    }

    .section {
        padding: 50px 0px;
    }

    .header__nav {
        justify-content: space-between;
    }

    .header__tel {
        margin: 0px
    }

    .header__nav-link {
        display: none;
    }

    .header__burger {
        display: block;
    }

    .txt {
        font-size: 14px;
    }

    .title {
        font-size: 25px;
    }

    .sub-title {
        font-size: 16px;
    }

    .advantage-item {
        flex-direction: column;
    }

    .advantage-txt {
        text-align: center;
    }

    .advantage-icon {
        margin: 0px 0px 15px 0px;
    }

    .direction__title {
        font-size: 22px;
    }

    .direction__text {
        font-size: 14px;
    }

    .item-mar {
        margin: 70px 0px 0px 30px;
    }

    .direction-item {
        flex-basis: calc(50% - 15px);
    }

    .form-img {
        display: none;
    }

    .form-wrap {
        margin: 0 auto;
        width: 100%;
    }

    .form-input {
        width: 100%;
    }

    .form-textarea {
        width: 100%;
    }

    .form-btn {
        margin: 50px auto;
    }
}

@media(max-width: 600px) {
    .advantage-item {
        flex-basis: 100%;
    }

    .txt-mr {
        margin: 0px;
    }
}

@media(max-width: 500px) {
    .burger {
        top: 64px;
    }

    .section-main {
        margin-top: 64px;
    }

    .header__social-link {
        display: none;
    }

    .header__tel {
        display: none;
    }

    /* .header__tel-img-link {
        display: block;
    } */
    /* .header__logo-img {
        display: none;
    } */

    .header__logo-txt-img {
        display: block;
        height: 16px;
    }

    .footer-nav {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .footer__contacts {
        align-items: flex-start;
    }

}
@media(max-width: 499px) {
    .swiper-slide-gallery {
        padding-top: 125%;
      }
}
@media(max-width: 450px) {
    .direction-item {
        flex-basis: 100%;
    }

    .item-mar {
        margin: 0px;
    }
}


