@media (max-width: 1400px) {
    .menuBx {
        margin-left: auto;
        margin-right: auto;
    }

    .contacts {
        border: none;
        padding-left: 0;
    }

    /**/
    .ourServices__desc-text {
        margin-left: 0;
    }

    .ourServices__desc-text br {
        display: none;
    }
}

@media (max-width: 1300px) {
    .about__top-right br {
        display: none;
    }
}

@media (max-width: 1200px) {
    .about__bottom-text br {
        display: none;
    }

    /**/
    .ourServices__top {
        flex-direction: column;
        gap: 30px 0;
    }


    .ourServices__content {
        display: flex;
        justify-content: center;
    }

    .ourServices__list-item {
        width: 100%;
        float: none;
        padding-right: 0;
    }

    /**/
    .workBx {
        grid-template-columns: repeat(2, minmax(200px, auto));
    }
}

@media (max-width: 1024px) {
    .about__center-list {
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    }
}

@media (max-width: 1150px) {
    .header__bx {
        justify-content: space-between;
    }

    /**/
    .contacts {
        flex-direction: row;
        gap: 30px;
        margin-right: 100px;
    }

    /**/
    .hamburger {
        display: inline-block;
    }

    /**/
    .menuBx {
        position: fixed;
        top: 0;
        right: -100%;
        width: 300px;
        height: 100vh;
        background-color: var(--colorText);
        display: flex;
        justify-content: center;
        z-index: 99;
        transition: right .3s;
    }

    .menuBx.open {
        right: 0;
    }

    .menu {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px 0;
        margin-top: 100px;
    }

    .menu a {
        color: white;
    }
}

@media (max-width: 992px) {
    .about__top {
        grid-template-columns: 1fr;
        justify-items: center;
        grid-gap: 40px 0;
    }

    .about__top-left {
        height: auto;
        border-right: none;
    }

    .about__top-left img {
        width: 200px;
    }

    .about__top-right {
        line-height: 30px;
        padding-left: 0;
    }

    /**/
    .ourServices__desc {
        height: auto;
        padding: 60px 0;
    }

    .ourServices__desc-text {
        font-size: 24px;
        line-height: 30px;
    }

    /**/
    .footer .container {
        flex-direction: column;
    }

    .footer__left {
        text-align: center;
        margin-bottom: 30px;
    }

    .footer__right {
        text-align: center;
    }

    .footer__right-top::after {
        right: calc(50% - 25px);
    }
}

@media (max-width: 830px) {
    .servicesIT {
        background-position: center;
    }

    .servicesIT__title {
        text-align: center;
    }

    .servicesIT__title br {
        display: none;
    }

    .servicesIT .btn {
        display: block;
        margin: 0 auto;
    }

    /**/
    .workBx {
        grid-template-columns: repeat(1, minmax(200px, auto));
        grid-template-rows: auto;
    }
}

@media (max-width: 670px) {
    .contacts {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 576px) {
    .header__bx {
        height: 80px;
    }

    /**/
    .header__logo {
        width: 90px;
    }

    /**/
    .hamburger {
        top: 28px;
    }

    .menuBx {
        width: 100%;
    }

    /**/
    .contacts {
        text-align: left;
        gap: 15px;
        border-top: 1px solid white;
        padding-top: 10px;
        margin-right: 0;
    }

    /**/
    .servicesIT {
        height: 450px;
    }

    .servicesIT__title {
        font-size: 28px;
        line-height: 35px;
    }

    /**/
    .h2 {
        font-size: 30px;
        text-align: center;
        line-height: 40px;
    }

    .line::before,
    .line::after {
        display: none;
    }

    /**/
    .about__center {
        padding-top: 40px;
    }

    .about__center-list {
        margin-top: 30px;
    }

    .about__bottom-text {
        font-size: 24px;
        line-height: 30px;
    }

    .about .btn {
        display: block;
        margin: 0 auto;
    }

    /**/
    .ourServices__buttons {
        flex-direction: column;
    }

    .ourServices__buttons li {
        width: 100%;
    }

    .ourServices__buttons .btn {
        width: 100%;
    }

    /**/
    .contactForm__text br {
        display: none;
    }

    .contactForm__form .btn {
        margin: 0 auto;
    }

    /**/
    .footer__logo img {
        width: 200px;
    }
}

@media (max-width: 425px) {
    .work__item {
        flex-direction: column;
        align-items: center;
    }

    .workBx__title {
        text-align: center;
    }
}