@media only screen and (min-width: 470px) {
    .consultation-form__body {
        max-width: calc(100% - 50px);
    }

    .home__banner .inner h1 {
        font-size: 34px;
    }

    .project-item {
        width: calc(50% - 7.5px);
    }

    .modal_content {
        margin: 30px auto;
        max-height: calc(100vh - 60px);
        max-width: calc(100vw - 20px);
        border-radius: 4px;
        height: auto;
    }

    .section__brands-item {
        width: 200px;
    }
}

@media only screen and (min-width: 540px) {
    .home__banner .inner h1 {
        font-size: 42px;
    }

    .section__confidences-item {
        width: calc(50% - 10px);
    }

    .modal_content {
        padding: 60px 40px;
    }
}

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

    .home__right-bottom-contact {
        padding-left: 30px;
        padding-right: 30px;
        width: auto;
        background: #187ede;
    }

    .home__right-bottom-contact svg {
        display: none;
    }

    .home__right-bottom-contact span {
        display: block;
    }
}

@media only screen and (min-width: 768px) {
    .consultation-form__body-inner {
        padding: 70px 117px 70px 100px;
        right: -17px;
    }

    .consultation-form__title {
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .section__services-item {
        width: calc(50% - 8px);
    }

    .section__confidences-item {
        width: calc(33.333% - 7px);
    }

    .consultation__form {
        width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer__menu {
        display: block;
    }

    .section__projects, .section__confidence, .consultation {
        padding: 80px 0;
    }

    .project-item {
        width: calc(33.333% - 10px);
    }

    .header__logo {
        font-size: 40px;
        justify-content: center;
    }
    .news_item{
        flex-direction: row;
    }
    .news_item_image{
        width: 350px;
        height: 240px;
    }

    .news_item_arrow{
        position: absolute;
        right: 40px;
        bottom: 20px;
        top: auto;
        margin-top: 0;
    }

}

@media only screen and (min-width: 992px) {
    body {
        padding-top: 120px;
    }

    .news_item_content{
        padding: 20px 100px;
    }

    .header .container-fluid {
        padding-right: 15px;
    }

    .home__about-content {
        width: 50%;
        flex-direction: row;
    }

    .home__about-image {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 40%;
    }

    .home__about .inner {
        padding-top: 80px;
    }

    .home__about-text-btn {
        text-align: left;
    }

    .section__services-item {
        width: calc(33.333% - 10px);
    }

    .section__services {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .section__single-service-services {
        padding-bottom: 80px;
    }

    .header__right-top {
        display: flex;
    }

    .header__right {
        border-left: 1px solid #0000001f;
    }

    .mobile-menu {
        top: 120px;
    }

    .header__burger:hover span:nth-child(2) {
        width: 45px;
        transition: width .3s;
    }

    .section__confidences-item {
        width: calc(25% - 15px);
    }

    .contacts__parts {
        flex-direction: row;
    }

    .contacts__contacts {
        width: 40%;
    }

    .contacts__map {
        position: absolute;
        right: 0;
        height: 100%;
        width: 50%;
    }

    .section-title {
        font-size: 30px;
    }

    .home__about-text-text {
        display: block;
    }

    .section__single-service-top {
        padding: 0;
    }

    .section__single-service-top .inner {
        display: flex;
    }

    .section__single-service-top-left {
        display: flex;
        justify-content: flex-end;
        width: 40%;
        padding: 80px 50px 80px 15px;
    }

    .section__single-service-top-right {
        display: block;
        position: relative;
        overflow: hidden;
        height: 600px;
        width: 60%;
    }

    .single__service-description {
        padding: 30px 0;
    }

    .single__service-description .inner {
        display: flex;
        align-items: flex-start
    }

    .single__service-description-left {
        flex: 1;
        padding: 50px;
        background: #fff;
        margin-right: 30px;
    }

    .single__service-description-right {
        width: 400px;
        padding: 50px 30px;
        margin: -60px 0 0;
        position: relative;
        z-index: 11;
    }

    .section__single-service-services-list .section__services-item {
        width: calc(50% - 10px);
    }

    .home__right-top-menu {
        display: block;
    }
}

@media only screen and (min-width: 1200px) {
    .home__right-bottom-menu {
        display: flex;
    }

    .header__right-top {
        justify-content: start;
    }

    .section__confidences-item {
        width: 280px
    }

    .section__services-item-inner {
        padding: 40px 35px;
    }

    .consultation__image {
        display: block;
    }

    .consultation__parts {
        width: calc(50% - 15px);
    }

    .project-item {
        width: calc(25% - 12px);
    }

}

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

    .home__right-bottom-menu > ul > li > a {
        font-size: 15px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .section__services-list {
        gap: 30px;
    }

    .section__single-service-services-list {
        gap: 20px;
    }

    .section__services-item {
        width: calc(33.333% - 20px);
    }

    .section__single-service-services-list .section__services-item {
        width: calc(25% - 15px);
    }

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

    .container {
        max-width: 1400px;
    }

    .projects-list {
        gap: 40px;
    }

    .project-item {
        width: calc(25% - 30px);
    }

}

@media only screen and (min-width: 1600px) {
    .single__service-box {
        flex: 0 0 calc(100% - 180px);
    }
}

