@media (max-width:1720px) {
    .container{
        max-width: 86.666667%; /* 1664/1920 */
    }

    header {
        padding: 16px 0
    }

    .list-contact_header {
        column-gap: 32px;
    }

    .list-contact_header > li {
        column-gap: 18px;
    }

    .button.min {
        height: 38px;
    }

    .button {
        height: 50px;
    }

    .menu a {
        padding: 18px 0;
    }

    .menu{
        column-gap: 45px;
    }

    .content-home h3 {
        margin: 30px 0 55px;
    }

    .wrapper-home {
        height: calc(100vh - 120px);
    }

    .wrapper-stage_works ul {
        row-gap: 40px;
    }

    .wrapper-stage_works ul li span {
        font-size: 110px;
        line-height: 130px;
    }

    .wrapper-stage_works ul li {
        column-gap: 50px;
    }

    .text-about_company h4 {
        margin-top: 15px;
    }

    .icon-advantages img{
        max-width: 80px;
        margin-right: 15px;
    }

    .icon-advantages{
        margin-bottom: 15px;
    }

    .content-my_cars {
        row-gap: 50px;
        padding: 70px 0 140px;
    }

    .item-galary_grid {
        grid-template-rows: 280px 400px;
    }

    form input[type = text]{
        height: 50px;
        padding-left: 18px;
    }

    .contact_form form {
        row-gap: 13px;
        padding: 45px 25px;
    }

    .wrapper-contact_form {
        padding: 70px 0;
    }

    .section{
        margin-top: 85px;
    }

    .wrapper{
        margin-top: 45px;
    }
}

@media (max-width:1600px) {
    header {
        padding: 14px 0;
    }

    .list-contact_header > li::before {
        width: 20px;
        height: 20px;
    }

    .list-contact_header > li {
        column-gap: 15px;
    }

    .list-contact_header {
        column-gap: 25px;
    }

    .menu {
        column-gap: 40px;
    }

    .menu a {
        padding: 16px 0;
    }

    .button {
        height: 45px;
    }

    .button.min {
        height: 36px;
    }

    .content-home h3 {
        margin: 25px 0 50px;
    }

    .list-home h6 {
        margin-bottom: 6px;
        padding-bottom: 2px;
    }

    .list-home h6::before{
        height: 2.5px;
    }

    .wrapper-home {
        height: calc(100vh - 108px);
    }

    .wrapper-stage_works ul li span {
        font-size: 100px;
        line-height: 120px;
    }

    .wrapper-stage_works ul {
        row-gap: 35px;
    }

    .content-about_company{
        top: 50px;
    }

    .icon-advantages img {
        max-width: 65px;
        margin-right: 10px;
    }

    .icon-advantages {
        margin-bottom: 10px;
    }

    .content-my_cars {
        row-gap: 40px;
        padding: 50px 0 110px;
    }

    .item-galary_grid {
        grid-template-rows: 240px 340px;
    }

    .contact_form::before {
        height: 180px;
    }    

    .contact_form::after {
        width: 79%;
        height: 25px;
    }

    .contact_form form {
        row-gap: 12px;
        padding: 40px 20px;
    }

    form input[type = text] {
        height: 45px;
    }

    .wrapper-contact_form {
        padding: 60px 0;
    }

    .wrapper-contact_form::before {
        height: 35px;
        top: -35px;
    }

    .content-contacts {
        max-width: 290px;
    }

    .wrapper-content_contacts::before {
        height: 225px;
    }

    .wrapper-content_contacts {
        padding: 40px 0 60px;
    }

    .content-contacts .button{
        margin-top: 35px;
    }

    .list-widjet{
        margin-top: 25px;
    }

    .contact-footer_icon::before{
        width: 30px;
        height: 30px;
    }

    footer {
        padding: 30px 0 35px;
    }

    .modal{
        padding: 60px 0;
        row-gap: 20px;
    }

    .section{
        margin-top: 75px;
    }

    .wrapper{
        margin-top: 35px;
    }
}

@media (max-width:1440px) {
    header {
        padding: 12px 0;
    }

    .wrapper {
        margin-top: 40px;
    }

    .menu a {
        padding: 14px 0;
    }

    .menu {
        column-gap: 30px;
    }

    .content-home h3 {
        margin: 20px 0 45px;
    }

    .button {
        height: 40px;
    }

    .button.min {
        height: 32px;
    }

    .wrapper-home {
        height: calc(100vh - 96px);
    }

    .wrapper-stage_works ul li span {
        font-size: 90px;
        line-height: 110px;
    }

    .wrapper-stage_works ul {
        row-gap: 30px;
    }

    .wrapper-stage_works ul li {
        column-gap: 40px;
    }

    .list-char_my_cars {
        row-gap: 10px;
    }

    .img-my_cars {
        margin-left: -25px;
    }

    .item-galary_grid {
        grid-template-rows: 220px 300px;
    }

    .contact_form form {
        row-gap: 10px;
        padding: 35px 16px;
    }

    form input[type = text] {
        height: 40px;
    }

    .contact_form::after {
        height: 20px;
    }

    .contact_form::before {
        height: 150px;
        left: -23px;
        top: -23px;
    }

    .wrapper-contact_form::before {
        height: 30px;
        top: -30px;
    }

    .content-contacts {
        max-width: 270px;
    }

    .list-contacts_info{
        column-gap: 15px;
    }

    .modal {
        padding: 50px 0;
        row-gap: 16px;
    }

    .close-modal{
        top: 20px;
    }
}

@media (max-width: 1280px) {
    .container{
        max-width: 100%;
        padding: 0 24px;
        box-sizing: border-box;
    }

    .wrapper-home {
        height: 550px;
        max-height: none;
        min-height: auto;
    }

    .content-home h3 {
        margin: 20px 0 40px;
    }

    .wrapper-nav{
        justify-content: flex-start;
    }

    .menu {
        column-gap: 25px;
    }

    .content-my_cars {
        row-gap: 30px;
        padding: 50px 0 80px;
    }

    .contact_form{
        max-width: 350px;
    }

}

@media (max-width: 1024px) {
    header{
        position: sticky;
        top: 0;
    }

    .working_mode{
        display: none;
    }

    .wrapper {
        margin-top: 30px;
    }

    .open-menu,
    .close-menu{
        display: block;
    }

    .close-menu{
        position: absolute;
        top: 14px;
        right: 24px;
    }

    nav{
        position: fixed;
        top: 0;
        right: 0;
        padding: 35px 0 25px;
        width: 50%;
        background: #FFFFFF;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.4);
        border-radius: 20px 0 20px 20px;
        transform: translateY(-100%);
        transition: .3s;
        height: 50vh;
        overflow: auto;
    }

    nav.active{
        transform: translateY(0%);
    }

    .menu{
        flex-direction: column;
        align-items: flex-start;
        row-gap: 15px;
    }

    nav .button{
        display: none;
    }

    .menu a{
        padding: 0;
    }

    .button{
        height: 58px;
        max-width: 300px;
    }

    .list-home{
        flex-direction: column;
        row-gap: 15px;
    }

    .content-home h3 {
        margin: 15px 0 20px;
    }

    .img-stage_works{
        display: none;
    }

    .wrapper-stage_works{
        margin-top: 20px;
    }

    .wrapper-stage_works ul{
        max-width: 100%;
    }

    .wrapper-stage_works ul li span {
        font-size: 70px;
        line-height: 90px;
    }

    .content-about_company{
        position: relative;
        top: auto;
        max-width: 100%;
        background: none;
        border-radius: 0;
        padding: 20px 0;
    }

    .text-about_company{
        max-width: 100%;
        padding: 0 24px;
        box-sizing: border-box;
    }

    .wrapper-about_company{
        flex-direction: column-reverse;
    }

    .img-about_company{
        bottom: -50px;
        left: -20px;
    }

    .section-about_company{
        background: #1D1C1C;
        border-radius: 0px 0px 0px 50px;
        margin-left: 20px;
    }

    .list-advantages{
       flex-wrap: wrap;
       row-gap: 20px;
    }

    .list-advantages > li:nth-child(1),
    .list-advantages > li:nth-child(2),
    .list-advantages > li:nth-child(3),
    .list-advantages > li:nth-child(4){
        max-width:48%;
    }

    .list-servises {
        grid-template-columns: repeat(2, 1fr);
    }

    .wrapper-my_cars{
        flex-direction: column-reverse;
        padding: 0 24px;
        box-sizing: border-box;
    }

    .content-my_cars {
        row-gap: 20px;
        padding: 50px 0 25px;
    }

    .swiper_photo{
        display: none;
    }

    .swiper_photo_mob{
        display: block;
    }

    .contact_form .button {
        height: 40px;
        font-size: 16px;
        line-height: 20px;
    }

    .wrapper-contact_form::before {
        height: 20px;
        top: -20px;
    }

    .content-contacts .button{
        height: 49px;
        max-width: 100%;
    }

    .location-contacts{
        position: relative;
        top: auto;
        right: auto;
    }

    .wrapper-contacts{
        background: #1D1C1C;
        border-radius: 50px;
    }

    .location-contacts{
        height: auto;
    }

    .content-contacts{
        max-width: 320px;
    }

    .list-footer{
        flex-direction: column;
        row-gap: 20px;
    }

    footer .button.min{
        max-width: 300px;
        height: 43px;
    }

    .logoTG{
        max-width: 165px;
    }

    .modal form{
        max-width: 90%;
    }

    .modal form .button{
        height: 45px;
        font-size: 20px;
        line-height: 24px;
        max-width: 90%;
    }

    .close-modal{
        max-width: 20px;
    }

    .modal{
        max-width: 70%;
    }

    section.section-advantages{
        margin-top: 60px;
    }

    .section{
        margin-top: 50px;
    }

    .section.section-galary{
        margin-top: 100px;
    }
}


@media (max-width: 800px) {
    .wrapper-contacts{
        flex-direction: column;
    }

    .location-contacts{
        max-width: 100%;
        height: 167px;
    }

    .wrapper-content_contacts::before{
        left: -10px;
    }
}

@media (max-width: 600px) {
    header {
        padding: 14px 0;
    }

    nav{
        width: 80%;
    }

    .container > .title{
        text-align: center;
    }

    .wrapper {
        margin-top: 20px;
    }

    .list-contact_header >li:not(li.call){
        display: none;
    }

    .list-contact_header > li::before {
        width: 24px;
        height: 24px;
    }

    .list-contact_header > li {
        column-gap: 9px;
    }

    .wrapper-home{
        height: 600px;
        min-height: auto;
        max-height: none;
    }

    .wrapper-stage_works ul li span {
        font-size: 48px;
        line-height: 58px;
    }

    .wrapper-stage_works ul li {
        column-gap: 15px;
    }

    .img-about_company{
        max-width: 65.833333%; /* 237/360 */
    }

    .img-about_company > span {
        padding: 20px 0;
        border-radius: 50px 0px 0px 0px;
    }

    .list-advantages{
        flex-direction: column;
    }

    .list-advantages br{
        display: none;
    }

    .list-advantages > li:nth-child(1),
    .list-advantages > li:nth-child(2),
    .list-advantages > li:nth-child(3),
    .list-advantages > li:nth-child(4){
        max-width:100%;
    }

    .icon-advantages img {
        max-width: 70px;
        margin-right: 15px;
    }

    .list-servises {
        grid-template-columns: repeat(1, 1fr);
    }

    .img-my_cars{
        max-width: 100%;
        margin: 0;
    }

    .content-my_cars .button{
        max-width: 100%;
    }

    .content-my_cars{
        text-align: right;
        align-items: flex-end;
    }

    .content-my_cars .title{
        width: 100%;
    }

    .content-my_cars .title::before{
        width: 30px;
        height: 30px;
    }

    .list-char_my_cars h3::before{
        width: 100%;
    }

    .list-char_my_cars h3{
        width: auto;
    }

    .section-galary .container{
        padding-right: 0;
    }

    .wrapper-contact_form{
        background-position: 20%;
    }

    .contact_form{
        margin: 0 auto;
        max-width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .contact_form form {
        row-gap: 10px;
        padding: 42px 17px 25px;
    }

    .contact_form::before {
        height: 110px;
        left: 10px;
        top: -23px;
        width: 26%; /* 83/312 */
    }

    .wrapper-contact_form{
        padding: 60px 0 40px;
    }

    .contact_form::after{
        right: 20px;
        width: 68%;
    }

    .wrapper-contact_form::before {
        height: 20px;
        top: -20px;
        width: 85%;
    }

    .content-contacts{
        max-width: 90%;
        margin: 0 auto;
    }

    .wrapper-content_contacts{
        max-width: 100%;
    }
   
    .list-contacts_info{
        grid-template-columns: 1fr;
    }

    .list-widjet > li{
        max-width: 31px;
    }

    .wrapper-content_contacts::before{
        height: 190px;
        max-width: 31.617647%; /* 86/272 */
    }

    .content-contacts > ul{
        margin-left: 35%;
    }

    .wrapper-contacts{
        margin-top: 40px;
    }

    footer .button.min{
        max-width: 100%;
    }

    footer {
        padding: 30px 0 60px;
    }

    .modal{
        max-width: 90%;
        padding: 70px 0;
    }
}