@media (max-width:1720px) {
    .wrapper-call img {
        max-width: 45px;
    }

    header .list-social li {
        width: 45px;
    }

    .button.min {
        height: 48px;
    }

    footer .list-social li {
        max-width: 25px;
    }

    .wrapper-home {
        padding-top: 110px;
        height: calc(100vh - 80px);
        max-height: 770px;
        min-height: 690px;
    }

    .content-home {
        max-width: 855px;
    }

    .button{
        height: 52px;
    }

    .wrapper-form_home {
        margin-top: 10px;
        padding: 35px 8.78906%;
    }

    .img-catalog {
        height: 320px;
    }

    .list-catalog > li {
        padding: 25px 35px;
        row-gap: 16px;
    }

    .number-advantages {
        line-height: 100px;
    }
}

@media (max-width:1600px) {
    .section {
        margin-top: 90px;
    }

    .button {
        height: 48px;
    }

    .wrapper-call img {
        max-width: 40px;
    }

    header .list-social li {
        width: 40px;
    }

    .button.min {
        height: 45px;
    }

    footer .list-social li {
        max-width: 23px;
    }

    .wrapper-home {
        padding-top: 100px;
        height: calc(100vh - 75px);
        max-height: 710px;
        min-height: 645px;
    }

    .wrapper-form_home {
        padding: 30px 8.78906%;
    }

    form input[type=text] {
        padding: 13px 0 13px 20px;
    }

    .content-home {
        row-gap: 15px;
        max-width: 790px;
    }

    .img-catalog {
        height: 290px;
    }

    .list-catalog > li {
        padding: 25px 30px;
        row-gap: 12px;
    }

    .number-advantages {
        line-height: 90px;
    }

    .list-stage_job > li p {
        margin-top: 20px;
    }

    .text-stage_job {
        padding: 25px;
    }

    .img-stage_job {
        height: 250px;
    }

    .content-order {
        padding: 45px 0;
        row-gap: 25px;
    }

    .content-contacts{
        padding: 30px;
    }

    .modal{
        padding: 20px;
    }

    .inner-modal{
        row-gap: 15px;
        padding: 25px;
    }

    .inner-modal form{
        row-gap: 25px;
    }

    .inner-modal form .button,
    .inner-modal form{
        margin-top: 15px;
    }

    .img-about_company {
        height: 350px;
    }
}

@media (max-width:1440px) {
    .section {
        margin-top: 80px;
    }

    .wrapper-call img {
        max-width: 36px;
    }

    header .list-social li {
        width: 36px;
    }

    .button.min {
        height: 40px;
    }

    footer .list-social li  {
        max-width: 20px;
    }

    .button {
        height: 45px;
    }

    .wrapper-home {
        padding-top: 90px;
        height: calc(100vh - 66px);
        max-height: 600px;
        min-height: 580px;
    }

    form input[type=text] {
        padding: 11px 0 11px 16px;
    }

    .wrapper-form_home {
        padding: 28px 8.78906%;
    }

    .content-home {
        max-width: 730px;
    }

    .img-catalog {
        height: 270px;
    }

    .list-catalog > li {
        padding: 20px 25px;
        row-gap: 10px;
    }

    .number-advantages {
        line-height: 80px;
    }

    .list-stage_job > li p {
        margin-top: 15px;
    }

    .text-stage_job {
        padding: 20px;
    }

    .img-stage_job {
        height: 225px;
    }

    .inner-modal form .button,
    .inner-modal form{
        margin-top: 10px;
    }
}

@media (max-width: 1280px) {
    .container{
        width: 90%;
    }

    .content-home {
        max-width: 650px;
    }

    .content-contacts {
        max-width: 40%;
    }

    .list-footer {
        column-gap: 30px;
    }

    .inner-modal form{
        max-width: 90%;
    }

    .inner-modal form {
        row-gap: 15px;
    }

    .wrapper-call > div{
        flex-direction: column;
        row-gap: 2px;
    }

    .logo-home{
        max-width: 106px;
        transform: translate(-40%, -60%);
    }
}

@media (max-width: 1024px) {
    .section {
        margin-top: 70px;
    }

    .container{
        width: 100%;
        padding: 0 24px;
        box-sizing: border-box;
    }

    .logo{
        max-width: 70px;
    }

    header .button,
    .wrapper-header > h5{
        display: none;
    }

    .wrapper-call img {
        max-width: 30px;
    }

    header .list-social{
        display: none;
    }

    header .list-social li {
        width: 30px;
    }

    .wrapper-home{
        padding-top: 80px;
        height: 500px;
        max-height: none;
        min-height: auto;
    }

    .logo-home {
        max-width: 100px;
        transform: translate(0%, -80%);
    }

    .wrapper-form_home{
        max-width: 100%;
        padding: 25px;
    }

    .button{
        height: 59px;
    }

    .content-home .button{
        max-width: 312px;
    }

    .img-home{
        top: auto;
        bottom: 0;
    }

    .button.min {
        height: 50px;
    }

    .list-catalog > li .button{
        max-width: 100%;
    }

    .list-advantages{
        grid-template-columns: 1fr;
        row-gap: 20px;
    }

    .number-advantages {
        line-height: 96px;
    }

    .wrapper-discount{
        flex-direction: column;
        align-items: flex-start;
    }

    .img-podarok{
        max-width: 150px;
    }

    .list-stage_job {
        grid-template-columns: repeat(2,1fr);
    }

    .wrapper-about_company{
        flex-direction: column;
        row-gap: 20px;
    }

    .wrapper-swiper_about_company{
        max-width: 100%;
    }

    .wrapper-review{
        max-width: 100%;
    }

    .review{
        padding: 16px;
        padding-bottom: 50px;
    }

    .img-order{
        display: none;
    }

    .content-order{
        max-width: 100%;
    }

    .section-order{
        background: black;
    }

    .content-contacts {
        max-width: 100%;
    }

    .wrapper-footer{
        flex-direction: column;
        row-gap: 35px;
    }

    .logoTG{
        margin: 0 auto;
    }

    .footer-logo{
        max-width: 75px;
    }

    .list-footer{
        flex-direction: column;
        width: 100%;
        row-gap: 20px;
    }

    footer .logo{
        max-width: 125px;
    }

    footer .list-social li{
        max-width: 28px;
    }

    .logoTG{
        max-width: 166px;
    }

    footer{
        padding: 35px 0;
    }

    .wrapper-btn_swiper{
        display: none;
    }

    .modal{
        max-width: 550px;
    }

    .advantages-order_rental .button,
    .content-order .button{
        max-width: 300px;
    }
}

@media (max-width: 800px) {
    .wrapper-form_home form{
        grid-template-columns: 1fr;
        row-gap: 10px;
    }

    form input[type=text] {
        padding: 15px 0 15px 25px;
    }

    .wrapper-home{
        height: auto;
        row-gap: 20px;
    }

    .img-home{
        position: relative;
        max-width: 90%;
        margin: 0 0 0 auto;
    }

    .section-home{
        background-position: 0%;
    }

    .content-home {
        padding: 16px 13px;
        line-height: 1;
    }

    .content-home h2{
        margin-top: 7px;
    }

    .list-catalog{
        grid-template-columns: 1fr;
    }

    .list-catalog{
        row-gap: 20px;
        max-width: 500px;
        margin: 0 auto;
    }

    .content-order form{
        grid-template-columns: 1fr;
        row-gap: 10px;
        max-width: 81.730769%; /* 255/312 */
        width: 100%;
        margin: 0 auto;
    }

    
}

@media (max-width: 600px) {
    .section {
        margin-top: 50px;
    }

    header .list-social{
        display: none;
    }

    .wrapper {
        margin-top: 20px;
    }

    .button{
        height: 50px;
    }

    header {
        padding: 15px 0;
    }

    .wrapper-call {
        column-gap: 13px;
    }

    .img-home{
        display: block;
        position: relative;
        top: auto;
        right: auto;
        max-width: 100%;
    }

    .content-home .button{
        max-width: 100%;
    }

    .wrapper-form_home{
        margin-bottom: -200px;
    }

    .wrapper-info_catalog{
        position: relative;
    }

    .wrapper-info_catalog{
        flex-direction: column;
        align-items: flex-start;
        row-gap: 10px;
    }

    .price-catalog{
        margin: 0 0 0 auto;
    }

    .img-catalog {
        height: auto;
    }

    .list-catalog > li {
        padding: 16px;
    }

    .list-catalog > li .button {
        margin: 10px auto 0;
    }

    .list-catalog > li h4::before{
        width: 80%;
    }

    .section-advantages h3{
        display: flex;
        flex-direction: column;
    }

    .img-podarok{
        margin: 0 auto;
    }

    .timer-separator{
        padding: 0 5px !important;
    }

    #timerad284765771bd6b30c874581724cebd0{
        min-width: auto !important;
        width: 100% !important;
    }

    .list-stage_job {
        grid-template-columns: repeat(1,1fr);
    }

    .img-stage_job {
        height: 300px;
    }

    .review{
        padding-bottom: 30px;
    }

    .content-order {
        padding: 35px 0;
        row-gap: 20px;
    }

    .wrapper-location iframe{
        position: relative;
        top: -10px;
        height: 314px;
    }

    .wrapper-location{
        height: auto;
        min-height: auto;
    }

    .content-contacts{
        padding: 20px;
    }

    .modal{
        max-width: 90%;
        padding: 5px;
    }

    .inner-modal{
        padding: 30px 5px;
    }

    .inner-modal form .button{
        max-width: 100%;
    }

    .close-modal {
        top: 10px;
        right: 10px;
    }

    .img-about_company {
        height: 300px;
    }

    .list-footer .flex{
        flex-direction: column;
    }

    .advantages-order_rental .button,
    .content-order .button{
        max-width: 100%;
    }

    .advantages-order_rental{
        padding: 15px 24px;
        box-sizing: border-box;
    }
}

@media (max-width: 360px) {
    .content-order form{
        max-width: 100%;
    }

    .img-about_company {
        height: 200px;
    }
}