@media all and (max-width: 1650px) {
    .container {
        max-width: 85%;
    }

    .si__right span {
        font-size: 56px;
    }

    .services_wrap .services__item > span {
        font-size: 40px;
    }

    .si__right p {
        font-size: 30px;
    }

    .header__h1 {
        font-size: 56px;
    }

}

@media all and (max-width: 1400px) {

    .container {
        max-width: 95%;
    }

    .nav__ul {
        display: none;
    }

    .hero__wrapper {
        flex-direction: column-reverse;
        margin: 0;
    }

    .header__light {
        display: none;
    }

    .hero__right img {
        width: 290px;
    }

    .header__h1 {
        text-align: center;
        font-size: 46px;
        line-height: 58px;
    }

    .header__exp {
        display: block;
        text-align: center;
    }

    .services__flex {
        display: block;
    }

    .services__flex > h2, .section__title {
        font-size: 40px;
        text-align: center;
        line-height: 40px;
    }

    .services_wrap .services__item {
        padding: 30px 0;
        display: block;
    }

    .services_wrap {
        margin: 0;
    }

    .services_wrap .services__item > span, .si__right span {
        font-size: 30px;
    }

    .si__right p {
        font-size: 18px;
    }

    .project__left {
        display: block;
    }

    .project__right{
        flex-direction: column-reverse;
    }

    .project__item > img {
        width: 100%;
        object-fit: cover;
    }

    .project__item {
        margin: 0 0 30px 0;
    }

    .project__left .project__text, .project__right .project__text {
        margin: 30px 0 0 0;
    }

    .name__wrapper {
        justify-content: center;
    }

    .services__flex > h2 {
        margin: 0 0 50px 0;
    }

    .project__name {
        margin: 0;
        font-size: 30px;
    }

    .project__exp {
        margin: 0;
        font-size: 20px;
    }

    .skills__wrap {
        display: block;
    }

    .footer__matrix, .footer__sphere {
        display: none;
    }

    .footer__info span {
        font-size: 26px;
    }

    .footer__info p {
        font-size: 37px;
        line-height: 44px;
    }

    .skills__wrap .skills__item {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .footer__contact .container {
        font-size: 14px;
    }
}
