@media (max-width:1600px) {
    .layout {
        /*min-width: 1600px;*/
        max-width: 1600px;
    }
    .layout__menu {
        /*padding: 5rem 9.5rem;*/
        padding: 5rem 4.5rem;
    }
    .layout__banner {
        min-height: 85rem;
        margin: 0 9.5rem;
        padding: 25rem 0 30rem 20rem;
    }
    .services__service {
        padding: 7rem 5rem;
    }
}
@media (min-width: 1199px) and (max-width:1400px) {
    .reviews__grid,
    .clients__container,
    .news__container,
    .footer__container {
        max-width: 100%;
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .projects__all {
        gap: 3rem;
    }
}

@media (max-width:1200px) {
    .layout {
        min-width: 992px;
    }
    .nav__item {
        margin: 0 2rem;
    }
    .reviews__grid,
    .clients__container,
    .news__container,
    .footer__container {
        max-width: 96rem;
    }
    .banner__title {
        font-size: 6rem;
    }
    .shapes__img {
        width: 50%;
    }
    .layout__services {
        margin: 10rem 7rem 0;
    }
    .services__service {
        padding: 4rem 1.5rem;
    }
    .service__container-img {
        max-width: 6rem;
    }
    .projects__all {
        gap: 7rem;
    }
    .layout__stats,
    .layout__clients {
        padding: 10rem 7rem;
    }
    .clients__title {
        width: 70%;
    }
    .clients__description {
        width: 60%;
    }
    .layout__news {
        padding: 10rem 0;
    }
    .news__list {
        display: flex;
        flex-direction: column;
    }
    .news__new:last-child {
        border-left: none;
        padding-left: 0;
    }
    .layout__contact {
        padding-top: 10rem;
        padding-bottom: 7rem;
    }
    .contact__thumb--chat {
        left: 22rem;
    }
    .contact__thumb--laptop {
        left: 2rem;
    }
    .contact__thumb--mobile {
        right: 0;
    }
}
@media (max-width:1024px) {
    .shapes__item--shape1 {
        right: -34rem;
    }
}
@media (max-width:1000px) {
    .layout {
        min-width: auto;
    }
    .navbar__nav {
        display: none;
    }
    .navbar__mobile-btn {
        display: block;
    }
    .layout__banner {
        min-height: 100%;
        margin: 0 3rem;
    }
    .banner__content {
        width: 65%;
    }
    .banner__title {
        font-size: 5rem;
    }
    .banner__btn {
        padding: 2rem 3.5rem;
    }
    .shapes__item {
        width: 50%;
    }
    .shapes__item--shape3,
    .shapes__item--shape4,
    .shapes__item--shape6 {
        width: auto;
    }
    .layout__services {
        padding-bottom: 4rem;
    }
    .reviews__grid,
    .clients__container,
    .news__container,
    .footer__container {
        max-width: 72rem;
    }
    .services__subtitle,
    .projects__subtitle,
    .stats__subtitle,
    .reviews__subtitle,
    .clients__subtitle,
    .news__subtitle,
    .contact__subtitle {
        font-size:1.8rem;
    }
    .services__title,
    .projects__title,
    .stats__title,
    .reviews__title
    .news__title,
    .contact__title {
        font-size: 5rem;
    }
    .services__list {
        display: flex;
        flex-direction: column;
    }
    .services__service {
        width: 100%;
        margin-top: 1rem;
        margin-bottom: 1rem;
        padding: 4rem 2.5rem;
    }
    .service-shapes--shape2 {
        display: none;
    }
    .layout__projects {
        padding: 8rem 4rem;
    }
    .project-shapes--shape2 {
        display: none;
    }
    .layout__stats,
    .layout__clients {
        padding: 8rem 5rem;
    }
    .stats__description,
    .clients__description {
        font-size: 1.7rem;
        width: 100%;
    }
    .stats__progress {
        flex-wrap: wrap;
    }
    .stats__stat {
        width: calc(50% - 1.5rem);
    }
    .layout__reviews {
        padding-top: 8rem;
        padding-bottom: 5rem;
    }
    .reviews__description,
    .news__description {
        width: 100%;
        font-size: 1.7rem;
    }
    .news__new {
        padding: 4rem 0;
    }
    .reviews__container {
        flex-direction: column;
    }
    .clients__title {
        width: 100%;
        font-size: 5rem;
    }
    .clients__logos {
        flex-wrap: wrap;
        gap: 6rem;
    }
    .clients__item {
        width: calc(50% - 3rem);
    }
    .layout__news {
        padding: 8rem 0;
    }
    .layout__contact {
        padding-top: 8rem;
        padding-bottom: 4rem;
    }
    .layout__contact::before {
        height: 60rem;
    }
    .contact__title {
        width: 100%;
    }
    .contact__btn {
        padding: 1.8rem 3.5rem;
    }
    .contact__thumb--chat {
        width: 70%;
        margin-right: -13rem;
        margin-bottom: -0.8rem;
    }
    .contact__img {
        width: 70%;
    }
    .contact__thumb--laptop {
        left: 0;
        bottom: 0;
    }
    .contact__thumb--mobile {
        bottom: 0;
        right: -8rem;
    }
    .social__img {
        font-size: 2rem;
    }
    .footer__main {
        display: flex;
        flex-direction: column;
    }
    .footer__fleft,
    .footer__fright {
        width: 100%;
    }
    .fleft__container {
        border: none;
    }
    .footer__bottom {
        flex-direction: column;
    }
    .footer__copyright,
    .footer__links {
        display: block;
        flex-basis: auto;
        text-align: center;
    }
    .footer__flinks {
        margin-top: 3rem;
        justify-content: center;
    }
}
@media (max-width:770px) {
    .layout__banner {
        padding: 8rem 3rem;
    }
    .banner__title {
        font-size: 4rem;
    }
    .layout__services {
        margin: 7rem;
    }
    .reviews__grid,
    .clients__container,
    .news__container,
    .footer__container {
        max-width: 62rem;
    }
    .services__subtitle,
    .projects__subtitle,
    .stats__subtitle,
    .reviews__subtitle,
    .clients__subtitle,
    .news__subtitle,
    .contact__subtitle {
        font-size:1.6rem;
    }
    .services__title,
    .projects__title,
    .stats__title,
    .reviews__title
    .news__title,
    .contact__title {
        font-size: 5rem;
    }
    .layout__projects {
        padding: 6rem 5rem;
    }
    .projects__all {
        flex-direction: column;
    }
    .projects__project {
        width: 100%;
    }
    .layout__stats,
    .layout__clients {
        padding: 6rem 3rem;
    }
    .stat__count {
        font-size: 4.4rem;
    }
    .layout__reviews {
        padding-top: 6rem;
        padding-bottom: 3rem;
    }
    .reviews__review {
        padding-top: 2rem;
        padding-bottom: 3rem;
    }
    .layout__news {
        padding: 6rem 0;
    }
    .new__title {
        font-size: 2rem;
    }
    .news__new {
        flex-direction: column;
    }
    .new__container-img,
    .new__container-img .new__img {
        width: 100%;
    }
    .layout__contact {
        padding-top: 6rem;
        padding-bottom: 4rem;
    }
    .layout__contact::before {
        height: 48rem;
    }
    .contact__thumb--chat {
        width: 55%;
        left: 20rem;
        margin-right: 0;
        margin-bottom: 0;
    }    
    .contact__thumb--laptop {
        left: 0;
        bottom: 0rem;
    }
    .contact__thumb--mobile {
        bottom: 0;
        right: -8rem;
    }
    .contact__thumb--chat > .contact__img {
        width: 100%;
    }
    .contact__thumb-laptop > .contact__img,
    .contact__thumb-mobile > .contact__img {
        width: 60%;
    }
    .fleft__container {
        padding-right: 0;
        margin-right: 0;
    }
    .shapes__item--shape1 {
        width: 100%;
        right: -36rem;
    }
    .shapes__item--shape2 {
        width: 100%;
    }
    .shapes__item--shape1 {
        right: -16rem;
    }
}
@media (max-width:640px) { 
    .layout__services,
    .layout__projects,  
    .stats__container,
    .contact__container,
    .reviews__grid,
    .clients__container,
    .news__container,
    .footer__container {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .layout__services {
        margin-left: 3rem;
        margin-right: 1rem;
    }
    .contact__thumb--chat {
        margin-right: -5rem;
    }    
    .contact__thumb-laptop {
        left: 0rem;
        bottom: 0;
    }
    .contact__thumb-mobile {
        bottom: 0;
        right: -21rem;
    }
    .contact__img {
        width: 35%;
    }
    .footer__fright {
        flex-basis: 100%;
        gap: 4rem;
    }
    .footer__widget--50 {
        flex-basis: auto;
    }
}
@media (max-width:550px) {
    .menu__navbar--fixed {
        padding: 1.5rem 3rem;
    }
    .projects__categories {
        display: flex;
        flex-direction: column;
        gap: 3rem;
        margin-bottom: 3.5rem;
    }
    .stats__progress {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3rem;
    }
    .stats__stat {
        width: calc(100% - 1.5rem);
    }
    .clients__logos {
        flex-wrap: wrap;
        gap: 3rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .clients__item {
        width: calc(100% - 3rem);
    }
    .layout__contact::before {
        height: 54rem;
    }
    .contact__thumb--chat {
        left: 3rem;
        width: 80%;
    }
    .contact__thumb--mobile {
        right: -23rem;
    }
    .fleft__title {
        font-size: 4.4rem;
    }
    .fleft__mail-icon {
        margin-left: 1rem;
    }
    .fleft__form-control {
        padding: 0.5rem;
    }
    .fleft__btn {
        padding: 0.4rem 1rem;
    }
    .footer__fright {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer__widget {
        margin-bottom: 2rem;
    }
    .footer__widget--25,
    .footer__widget--50 {
        width: 100%;
        text-align: center;
    }
}