/* 1200 992 768 544 320 */

/* -----------HEADER------------ */
@media(max-width: 1260px) {
    .wrapper {
        width: 100%;
    }

    .header__wrap {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media(max-width: 1200px) {
    .header__text {
        color: yellow;
    }
}

@media(max-width: 992px) {
    .header__wrap {
        flex-wrap: wrap;
    }

    .logo {
        display: block;
        margin: 20px auto 20px auto;
    }

    .header__logo-wrap {
        width: 100%;
    }

    .header__text {
        color: yellow;
    }

    .nav {
        display: block;
        transform: translate(110%, 0);
    }

    .burger-btn {
        display: block;
        top: 8px;
        right: 5px;
        width: 30px;
    }

    .burger-btn.burger-btn--active {
        width: 28px;
        top: 6px;
        right: 8px;
        z-index: 110;
    }
}

@media(max-width: 768px) {
    .header__tel {
        width: 100%;
        text-align: center;
    }
}

@media(max-width: 544px) {
    .header__location {
        width: 100%;
        text-align: center;
    }

    .logo {
        margin-top: 0;
    }

    .header__wrap {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/* ////////////HEADER------------ */
/* -----------------BURGERMENU---------------------- */
@media(max-width: 992px) {
    .nav {
        top: 0;
        bottom: auto;
        padding-top: 40px;
    }

    .nav__link {
        border-right: none;
        border-bottom: 1px solid #000;
        padding-right: 40px;
    }

    .nav__link:last-child {
        border-bottom: none;
    }

    .closed {
        display: block;
    }
}

/* /////////////////BURGERMENU---------------------- */

/* ------------SLIDER-------------- */
@media(max-width: 1376px) {
    .title-wrap {
        top: 60%;
    }
}

@media(max-width: 1200px) {
    .title-wrap {
        top: 64%;
        padding: 40px;

    }
}

@media(max-width: 1024px) {
    .title-wrap {
        top: 66%;
        padding: 40px;

    }
}

@media(max-width: 992px) {

    .title-wrap {
        top: 74%;
        padding: 28px;

    }

    .title {
        font-size: 40px;
        line-height: 1.2;
    }
}

@media(max-width: 954px) {
    .title-wrap {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 0);
    }

    .owl-carousel.based-sider.owl-loaded.owl-drag {
        display: none;
    }

    /* .no-js .owl-carousel,
    .owl-carousel.owl-loaded {
        display: none;
    } */



    .header {
        position: relative;
        margin-bottom: 0;
    }
}

@media(max-width: 800px) {
    .subtitle {
        color: #fff;
    }
}

@media(max-width: 768px) {
    .title-wrap {
        padding-top: 0;
    }
}

/* ////////////SLIDER-------------- */
/* ------------ABOUT---------------- */
@media(max-width: 1010px) {
    .about__items-wrap {
        justify-content: space-around;
    }
}

@media(max-width: 800px) {
    .section__title {
        margin-bottom: 28px;
    }

    .section__subtitle {
        margin-bottom: 10px;
    }
}

@media(max-width: 768px) {

    .contacts__form-wrap,
    .contacts__our-wrap {
        width: 100%;
    }

    .contacts__wrap {
        flex-direction: column-reverse;
    }

    .contacts__our-wrap {
        margin-bottom: 20px;
    }
}

@media(max-width: 544px) {
    .header__tel-link--contacts {
        font-size: 24px;
    }

}

/* ////////////ABOUT---------------- */
/* -------------REVIEWS-------------- */
@media(max-width: 992px) {

    .owl-prev,
    .owl-next {
        top: 70%;
        opacity: .1;
    }

    .owl-prev {
        left: 0;
    }

    .owl-next {
        right: 0;
    }

}

/* /////////////REVIEWS-------------- */
/* -------------FOOTER---------------- */
@media(max-width: 1284px) {
    .footer__wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media(max-width: 700px) {
    .footer__wrap {
        flex-direction: column-reverse;
    }

    .footer__nav {
        margin-bottom: 20px;
    }

    .footer__contacts {
        text-align: left;
        margin-bottom: 20px;
    }
}

@media(max-width: 544px) {
    .footer {
        padding-right: 20px;
        padding-left: 20px;
    }

    .footer__nav {
        width: 100%;
    }

}

/* /////////////FOOTER---------------- */