@media (min-width: 1080px) and (max-width: 1920px) {
    .header {
        height: 10vh;
        min-height: 75px;
    }
    .head h1 {
        font-size: 4vh;
        line-height: 4.5vh;
    }
    .head-btn {
        margin-bottom: 6vh;
    }
    .head-advantage li {
        padding: 10px 15px;
        height: 14vh;
        max-height: 135px;
    }
    .head-advantage h4 {
        font-size: 2.5vh;
        line-height: 3vh;
    }
    .process-item__img {
        height: 270px;
    }
    .process-item__info {
        padding: 27px 36px 32px 34px;
    }
    .head-offer {
        margin-top: 3.5vh;
        padding: 2vh 30px;
    }
    .head-offer p {
        font-size: 2vh;
        line-height: 2.5vh;
    }
}

@media (max-width: 1440px){
    .header-nav {
        padding: 0;
    }
    .header-contacts li a {
        padding: 0 20px;
    }
    .contractors-percent {
        font-size: 16vw;
        line-height: 18vw;
    }
    .production-video {
        width: calc(100vw - 200px);
        height: calc((100vw - 200px)/2);
    }
    .footer-nav {
        padding: 0 100px;
    }
    .footer-logo {
        padding-top: 44px;
        padding-bottom: 40px;
    }
    .footer-contacts {
        padding-top: 44px;
        padding-bottom: 40px;
        align-items: flex-start;
        flex-direction: column;
        width: 50%;
        border-left: 1px solid rgba(0, 0, 0, 0.17);
    }
    .footer-contacts li a {
        padding-left: 50px;
        padding-bottom: 19px;
    }
}

@media (max-width: 1200px){
    
    .services-item > img {
        margin: 0 auto 16px;
    }
    .services-item h4 {
        font-size: 17px;
        line-height: 24px;
    }
    .services-more {
        font-size: 14px;
        line-height: 19px;
    }
}

@media (max-width: 1080px){
    .header-contacts li:not(.call-me) {
        display: none;
    }
    .head {
        min-height: auto;
    }
    h1 {
        font-size: 34px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 25px;
        line-height: 29px;
    }
    .number {
        font-size: 46px;
    }
    .head h1  {
        margin-top: 120px;
        font-size: 34px;
    }
    .head-advantage {
        flex-direction: column;
    }
    .head-advantage li {
        width: 80%;
        max-width: 416px;
        margin-right: 0;
        margin-bottom: 22px;
    }
    .head-advantage li:nth-child(2n) {
        margin-left: 122px;
    }
    .head-offer {
        margin-top: 38px;
        margin-bottom: 105px;
    }
    .services-list {
        flex-wrap: wrap;
    }
    .services-item {
        width: 33.33%;
        padding: 10px 5px;
    }
    .services-item:nth-child(3) .services-descr {
        left: auto;
        right: calc(10% + 10px);
    }
    .services-item:nth-child(3) .services-descr__text {
        border-radius: 10px 0 10px 10px;
    }
    .contractors-item p {
        font-size: 14px;
    }
    .video-play {
        width: 120px;
        height: 120px;
        background-size: contain;
        top: calc(50% - 60px);
        left: calc(50% - 60px);
    }
}

@media (max-width: 992px){
    .contractors-percent {
        display: none;
    }
    .contractors-info {
        margin-bottom: 49px;
    }
    .contractors-info h2 {
        max-width: 100%;
    }
    .contractors-item h3 {
        font-size: 19px;
    }
    .equipment-item {
        width: 50%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.17);
    }
    .equipment-item:nth-last-child(-n + 1) {
        display: none;
    }
    .equipment-inner::before,
    .equipment-inner::after {
        display: none;
    }
    .equipment-item:nth-child(3n) {
        border-right: none;
    }
    .equipment-item:nth-child(2n) {
        border-right: 1px solid rgba(255, 255, 255, 0.17);
    }
}

@media (max-width: 768px){
    .header-menu__close {
        display: block;
    }
    .head {
        background-image: url('../images/head-img-tablet.png');
        background-size: cover;
        background-position: center center;
    }
    .head h1 {
        font-size: 30px;
        margin-bottom: 14px;
    }
    .head-info li {
        margin-right: 18px;
        margin-bottom: 24px;
    }
    .head-info li p {
        font-size: 15px;
    }
    .head-btn {
        min-width: 100%;
    }
    .head-advantage li {
        padding: 33px 40px 36px 40px;
    }
    .head-advantage li:nth-child(2n) {
        margin-left: 20%;
    }
    .services-inner {
        padding-top: 76px;
        padding-bottom: 44px;
    }
    .services-list {
        flex-direction: column;
    }
    .services-item {
        width: 100%;
        max-width: 330px;
    }
    .services-descr {
        left: 0;
        width: 100%;
    }
    .services-item:last-child .services-descr {
        right: 0;
    }
    .services-item:nth-child(3) .services-descr {
        right: 0;
    }
    .services-inner::before {
        left: 20px;
    }
    .services-inner::after {
        right: 20px;
    }
    .services-item h4 {
        font-size: 20px;
        line-height: 23px;
        min-height: auto;
        margin-bottom: 15px;
    }
    .services-item {
        margin-bottom: 22px;
    }
    .services-item > img {
        max-height: 132px;
        min-height: 132px;
    }
    .services-more {
        font-size: 16px;
        line-height: 19px;
        padding: 22px 15px;
    }
    .contractors {
        padding-top: 49px;
    }
    .contractors-item {
        width: calc(50% - 29px);
        margin-right: 58px;
        margin-bottom: 49px;
    }
    .contractors-item:nth-child(2n) {
        margin-right: 0;
    }
    .contractors-item h3 {
        font-size: 25px;
    }
    .contractors-item p {
        margin-bottom: 46px;
    }
    .process {
        padding-top: 75px;
        padding-bottom: 44px;
    }
    .process-item__info {
        padding: 37px 35px 52px 34px;
    }
    .equipment {
        padding-top: 44px;
    }
    .equipment-item {
        padding: 55px 11px 58px 11px;
    }
    .equipment-item p {
        font-size: 14px;
    }
    .production {
        padding-top: 160px;
        padding-bottom: 100px;
    }
    .production h2 {
        margin-bottom: 25px;
    }
    .video-play {
        width: 64px;
        height: 64px;
        top: calc(50% - 32px);
        left: calc(50% - 32px);
    }
    .map {
        padding-top: 95px;
        padding-bottom: 95px;
    }
    .map-title {
        margin-bottom: 96px;
    }
    .map-img {
        display: none;
    }
    .map-img__tablet {
        display: block;
        width: 100%;
    }
    .contacts-inner {
        padding-bottom: 164px;
    }
    .contacts h2 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 0;
    }
    .footer-contacts li a {
        padding-left: 33px;
    }
    .footer-bottom {
        padding: 40px 20px 50px;
    }
}

@media (max-width: 720px){
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .header {
        height: 95px;
    }
    .header-menu__link {
        min-width: 79px;
    }
    .header-logo {
        border-right: none;
    }
    .header-logo img {
        max-height: 31px;
    }
    .header-logo span {
        font-size: 9.5px;
        line-height: 11px;
    }
    .header-contacts li.call-me {
        display: none;
    }
    .services-inner {
        padding-left: 40px;
        padding-right: 40px;
    }
    .production-video {
        width: calc(100vw - 40px);
        height: calc((100vw - 40px) / 2);
    }
    .footer-nav {
        padding: 0 20px;
    }
    .footer-logo img {
        max-height: 31px;
    }
    .footer-logo span {
        font-size: 9.5px;
        line-height: 11px;
    }
}

@media (max-width: 480px){
    .header-logo {
        min-width: calc(100% - 79px);
        align-items: flex-start;
        padding-left: 20px;
    }
    .head h1 {
        margin-top: 324px;
        margin-bottom: 13px;
        font-size: 22px;
        line-height: 27px;
    }
    .head {
        background-image: url(../images/head-img-mob.webp);
        background-size: cover;
        background-position: center center;
    }
    h1 {
        font-size: 22px;
        line-height: 27px;
    }
    h2 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 13px;
    }
    h3 {
        font-size: 20px;
        line-height: 23px;
    }
    h4 {
        font-size: 20px;
        line-height: 23px;
    }
    p {
        font-size: 18px;
        line-height: 25px;
    }
    .head-info {
        flex-direction: column;
    }
    .head-info li {
        margin-right: 0;
        margin-bottom: 24px;
        border: 1px solid rgba(255, 255, 255, 0.17);
        padding: 12px 13px;
        display: flex;
        align-items: center
    }
    .head-info li img {
        margin-right: 21px;
        margin-bottom: 0;
    }
    .head-info li p {
        font-size: 13px;
    }
    .head-btn {
        margin-bottom: 112px;
    }
    .head-advantage {
        margin-bottom: 43px;
    }
    .head-advantage li {
        max-width: 291px;
        margin-bottom: 13px;
        padding: 21px 28px 18px;
        align-items: flex-start;
    }
    .head-advantage li h4 {
        text-align: left;
    }
    .head-advantage li p {
        margin: auto auto;
        text-align: left;
    }
    .head-offer {
        margin-top: 67px;
        margin-bottom: 80px;
        padding: 14px 14px 15px;
    }
    .head-offer p {
        font-size: 14px;
    }
    .services-inner {
        padding-top: 37px;
        padding-bottom: 36px;
    }
    .contractors {
        padding-top: 38px;
    }
    .contractors-info {
        margin-bottom: 42px;
    }
    .contractors-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .contractors-item p {
        margin-bottom: 24px;
    }
    .process {
        padding-top: 78px;
        padding-bottom: 65px;
    }
    .process-item__img {
        height: 284px;
    }
    .process-item__info {
        padding: 23px 27px 34px 27px;
    }
    .process-item__number {
        font-size: 66px;
        line-height: 78px;
        margin-bottom: 6px;
    }
    .process-item__text {
        font-size: 15px;
        line-height: 19px;
    }
    .equipment {
        padding-top: 65px;
    }
    .equipment h2 {
        margin-bottom: 25px;
    }
    .equipment-item {
        width: 100%;
        border-right: 1px solid rgba(255, 255, 255, 0.17);
    }
    .equipment-item:nth-child(3n) {
        border-right: 1px solid rgba(255, 255, 255, 0.17);
    }
    .equipment-item:nth-last-child(-n + 2) {
        display: none;
    }
    .equipment-item h3 {
        margin-bottom: 21px;
    }
    .process-btn {
        min-width: 100%;
    }
    .production {
        padding-top: 79px;
        padding-bottom: 50px;
    }
    .map {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .map-title {
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        margin-bottom: 73px;
    }
    .map-title img {
        margin-bottom: 8px;
    }
    .contacts-inner {
        padding-bottom: 149px;
    }
    .contacts h2 {
        font-size: 25px;
        line-height: 30px;
    }
    .contacts-field {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .contacts-field label {
        font-size: 14px;
        line-height: 20px;
    }
    .contacts-btn {
        margin-top: 10px;
        margin-bottom: 0;
        width: 100%;
    }
    .footer-logo {
        width: calc(100% + 40px);
        border-bottom: 1px solid rgba(0, 0, 0, 0.17);
    }
    .footer-nav {
        flex-direction: column;
    } 
    .footer-contacts {
        width: 100%;
        border-right: 1px solid rgba(0, 0, 0, 0.17);
    }   
    .footer-contacts li {
        width: 100%;
    }
    .footer-contacts li a {
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        max-width: 260px;
    }
    .modal-content {
        max-width: 90%;
        width: 90%;
    }
    .contacts-field.field-name, .contacts-field.field-phone {
        margin-right: 0;
    }
    .contacts-form .field-submit input {
        margin-top: 16px;
    }
    .field-submit {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .field-submit > p {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
}