@media only screen and (min-width: 360px) {

}

@media only screen and (min-width: 470px) {
    .modal__header {
        padding-left: 25px;
        padding-right: 25px;
    }

    .modal__content {
        padding: 25px 25px 0 25px;
        margin-bottom: 25px;
    }


}

@media only screen and (min-width: 540px) {

    .header-contact {
        display: block;
        margin-left: 15px;
    }

    .team-person--contact, .team-person--address {
        font-size: 14px;
    }

    .team-person--name {
        font-size: 17px;
    }

    .team-person--position {
        font-size: 12px;
    }

    .team-person {
        width: calc(50% - 20px);
    }
}

@media only screen and (min-width: 576px) {
    .modal__container_md {
        border-radius: 8px;
    }

    .home--about-text .btn {
        width: 200px
    }

    .footer-menu ul {
        flex-direction: row;
        align-items: center;
        gap: 30px;
    }

    .home--request-form {
        padding: 20px;
    }


}

@media only screen and (min-width: 768px) {
    .home--service {
        flex-direction: row !important;
        margin-bottom: 50px;
    }


    .home--service-image {
        width: 50%;
    }

    .home--service-image figure {
        padding: unset;
        height: 100%;
    }

    .home--service-text {
        width: 50%;
        padding: 50px;
    }
    .home--service:nth-child(2n) .home--service-text {
        padding-left: 0;
    }
    .section_title-xl {
        font-weight: 800;
        font-size: 34px;
    }

    .make-item__name {
        margin-top: 20px;
        font-size: 17px;
    }

    .makes__item [class^=make-logo__] {
        display: block;
        font-size: 54px;
    }

    .home--about, .home--team {
        padding: 80px 0;
    }
    .not-found {
        padding: 80px 0;
    }
    .home--services {
        padding: 80px 0;
    }
    .modal {
        padding: 25px;
    }

    .modal__container {
        border-radius: 5px;
    }

    a:hover, a:active {
        color: var(--color-link-hover);
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .input-wrap__group-3 > div {
        width: calc(33.333% - 7px);
    }

    .home--advantages-number h3 {
        font-size: 76px;
    }

    .home--advantages-numbers {
        padding: 80px 0;
    }

    .home--about .container-md {
        padding: 30px;
    }
}

@media only screen and (min-width: 850px) {

}

@media only screen and (min-width: 1024px) {

    .home--advantages {
        padding-bottom: 80px;
    }

    .home--advantages-number {
        width: unset;
    }

    .home--advantages-left {
        padding-top: 80px;
        padding-right: 30px;
        padding-left: 30px;
        width: 50%;
    }

    .home--advantages-right {
        width: 50%;
    }

    .home--advantages .inner {
        display: flex;
    }

    .home--about-image {
        width: 50%;
    }

    .home--about .inner {
        display: flex;
    }

    .home--about-text {
        flex: 1;
        padding-right: 30px;
    }

    .header .container-md {
        padding-left: 10px;
        padding-right: 10px;
    }

    .header .inner {
        height: 70px;
    }

    .header-search--btn {
        width: 70px;
    }

    .header-search--form {
        right: 70px;
    }

    .header-search--wrap input {
        height: 70px;
    }

    .header-burger {
        display: none;
    }

    .header-search--wrap.active .header-search--form {
        width: 600px;
    }

    .mobile-menu .categories-menu__list li:hover > a .categories-menu__item__name {
        color: #fff;
        opacity: 0.8;
    }

    .mobile-menu-button:hover {
        opacity: 0.8;
    }

    .header-menu {
        display: block;
    }

    .header-logo {
        margin-right: 0;
        width: auto;
        margin-left: 0;
    }

    .header-phone {
        width: auto;
        margin-left: 40px;
    }

    .header-phone--main {
        display: block;
    }

    .header-logo img {
        height: 45px;
    }

    .section_title-xl {
        font-weight: 800;
        font-size: 38px;
    }

    .footer-top .inner {
        flex-direction: row;
        gap: 50px;
    }

    .footer-social {
        flex-direction: row;
        align-items: center;
    }

    .body {
        padding-top: 70px;
    }

    body.header-white {
        padding-top: 70px;
    }

    .team-person {
        width: calc(25% - 30px);
    }

    .home--top-banner .inner {
        display: flex;
    }

    .home--top-banner--image {
        width: 50%;
    }

    .home--top-banner--form {
        width: 50%;
        padding: 80px;
        margin: 0;
    }

    .home--top-banner--form .section_title {
        font-size: 30px;
    }


}

@media only screen and (min-width: 1200px) {
    .header-social {
        display: block;
    }

    .home--about-text {
        padding-right: 80px;
    }

    .home--about-image {
        width: 40%;
    }

     .home--advantages-left {
        padding-right: 50px;
        padding-left: 50px;
    }
}

@media only screen and (min-width: 1300px) {


}

@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1200px;
    }

    .container-md {
        max-width: 1380px;
    }

    .container-xl {
        max-width: 1800px;
    }

    .header-menu ul {
        gap: 30px;
    }
}

@media only screen and (min-width: 1500px) {

}

@media only screen and (min-width: 1600px) {

}




