@media(max-width: 1200px) {
    body {
        min-width: 940px;
    }

    h2 {
        font-size: 25px;
    }
    .center_1140 {
        width: 940px;
    }

    .header {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .header__offer-wrapper {
        width: 60%;
        background-size: cover;
        padding: 69px 71px 60px 0;
    }


    .header__triggers {
        margin-top: 30px;
    }

    .header__offer {
        font-size: 38px;
    }

    .trigger {
        font-size: 18px;
        gap: 15px;
    }

    .uslugi .doc {
        width: 100%;
    }

    .uslugi .descr h3 {
        font-size: 27px;
        line-height: 42px;
    }

    .preim ul li p {
        width: 40%;
    }


    .man {
        width: 428px;
        height: 650px;
        margin-left: 543px;
        background-size: contain;
    }


    .form2__man {
        width: 439px;
        height: 560px;
        margin-left: 531px;
        background-size: contain;
    }

    .form3__man {
        width: 419px;
        height: 560px;
        position: absolute;
        margin-left: 550px;
        background-size: contain;
    }

    .header__phone-data, .header__soc-data {
        font-size: 21px;
    }


}

@media(max-width: 999px) {
    body {
        min-width: 721px;
    }

    h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .center_1140 {
        width: 721px;
    }

    .header {
        min-height: auto;
        padding-bottom: 100px;
    }

    .header .inputs {
        margin: auto;
    }

    .uslugi .descr h3 {
        font-size: 25px;
        line-height: 40px;
    }

    .uslugi .descr .opis {
        font-size: 18px;
    }

    .uslugi .block-uslugi,
    .uslugi .block-uslugi:nth-child(even) {
        flex-direction: column;
        gap: 60px 0;
    }

    .uslugi .doc {
        width: 571px;
    }

    .uslugi .block-uslugi:nth-child(odd) .doc {
        margin-left: 0px;
    }

    .uslugi .descr {
        width: 70%;
    }

    .uslugi .descr h3,
    .uslugi .descr .opis {
        text-align: center;
    }

    .uslugi .descr .inputs {
        margin: auto;
    }

    .form2 .r1,
    .form3 .r1 {
        font-size: 17px;
        line-height: 27px;
    }

    .preim .bg {
        display: none;
    }

    .preim ul li {
        background: linear-gradient(90deg, #f2f6fa 0%, #d6e1ee 100%);
    }

    .preim ul li p {
        margin-left: 40px;
        width: 85%;
    }

    .order ul {
        justify-content: center;
    }

    .order ul li {
        width: 40%;
    }

    .order ul li:nth-child(3)::after {
        content: url(../images/right-arrow.png);
        position: absolute;
        margin-left: -190px;
        margin-top: -186px;
    }

    .order ul li::before {
        margin-left: 145px;
    }

    .order ul li .i {
        width: 70px;
        height: 70px;
        background-size: contain;
    }

    .order ul li .r1 {
        font-size: 18px;
    }

    .order ul li .r2 {
        font-size: 14px;
        line-height: 20px;
    }

    .method .descr {
        font-size: 16px;
        line-height: 26px;
    }

    .method ul li {
        padding: 30px;
    }

    .method ul li .r1 {
        font-size: 18px;
    }

    .method ul li .r2 {
        font-size: 14px;
        line-height: 20px;
    }

    #map-infowindow {
        width: 440px;
        /* height: 460px; */
        padding: 60px 20px 0 60px;
    }

    .man,
    .form2__man,
    .form3__man {
        display: none;
    }

    .header {
        padding-bottom: 44px;
    }
    .header__offer-wrapper {
        width: 75%;
    }
    .header__offer {
        font-size: 30px;
    }

    .header__suboffer {
        font-size: 21px;
    }

    .header__phone-data, .header__soc-data {
        font-size: 19px;
    }

    .header__email,
    .header__address
     {
        display: none;
     }

     .form2 .center_1140,
     .form3 .center_1140 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

}

@media(max-width: 750px) {
    body {
        min-width: 500px;
    }

    h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .center_1140 {
        width: 500px;
    }


    .header {
        padding-top: 0;
        padding-bottom: 0;
        background: url('../images/header-bg-mob.jpg');
        background-size: cover;
    }

    .header-top {
        flex-direction: column;
        align-items: center;
    }

    .header__contacts {
        padding: 10px 0;
        justify-content: space-around;
        gap: 20px 0;
        flex-wrap: wrap;
    }

    .header__logo {
        width: 138px;
        padding-left: 52px;
        background-size: contain;
        font-size: 12px;
    }

    .header__address {
        display: none
    }

    .header__soc {
        display: none
    }

    .header__email {
        display: none
    }

    .header__phone-data::before  {
        display: none;
    }
    .header__phone-data, .header__soc-data {
        font-size: 20px;
    }

    .menu .center_1140 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .menu-container {
        height: 30px;
    }


    .menu__first-row {
        padding-left: 10px;
        padding-right: 10px;;
    }

    .hamburger-menu {
        right: 10px;
        left: initial;
        top: 15px;
        z-index: 10;
    }

    .nav-list li a {
        color: white;
        text-decoration: none;
        font-size: 14px;
        line-height: 2em;
        display: block;
        transition: all .3s ease-in-out;
        font-size: 20px;
    }

    .header__offer-wrapper {
        width: 100%;
        padding: 60px 0px 2px 0;
        background: url(../images/circle.png) center top no-repeat;
        background-size: contain;
    }
    .header__offer {
        font-size: 34px;
    }

    .header__suboffer {
        font-size: 22px;
    }

    .trigger {
        font-size: 15px;
    }

    .uslugi {
        padding-top: 80px;
        padding-bottom: 0;
    }

    .uslugi h2 {
        padding-bottom: 60px;
    }

    .uslugi .doc {
        width: 500px;
        height: 500px;
        background-size: contain;
    }

    .uslugi .doc img {
        zoom: 0.9;
        -moz-transform: scale(0.9);
    }

    .uslugi .descr h3 {
        font-size: 20px;
        line-height: 35px;
    }

    .uslugi .descr .opis {
        font-size: 16px;
    }

    .uslugi .block-uslugi {
        padding-bottom: 80px;
    }

    .uslugi .block-uslugi,
    .uslugi .block-uslugi:nth-child(even) {
        gap: 40px 0;
    }

    .uslugi .descr ul li {
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 15px;
        background-position: left 2px;
    }

    .form2 {
        background: #39434d;
    }

    .form2,
    .form3 {
        height: auto;
        padding: 60px 0;
    }

    .form2 .r1,
    .form3 .r1 {
        font-size: 15px;
        line-height: 25px;
        padding: 30px 0 35px;
    }

    .form2 .inputs,
    .form3 .inputs {
        width: 450px;
        margin: auto;
    }

    .form2 .input_text3 textarea {
        height: 36px;
    }

    .form3 {
        background: #d6e1ee;
    }

    .preim {
        padding: 60px 0;
    }

    .preim h2 {
        padding-bottom: 40px;
    }

    .russia5,
    .russia6 {
        display: none;
    }

    .preim ul li p {
        width: 80%;
        font-size: 14px;
        line-height: 21px;
    }

    .order {
        padding: 60px 0;
    }

    .order h2 {
        padding-bottom: 60px;
    }

    .order ul li .i {
        width: 60px;
        height: 60px;
    }

    .order ul li::before,
    .order ul li::after {
        -moz-transform: scale(0.7, 0.7);
        -ms-transform: scale(0.7, 0.7);
        -webkit-transform: scale(0.7, 0.7);
        -o-transform: scale(0.7, 0.7);
        transform: scale(0.7, 0.7);
    }

    .order ul li::before {
        margin-left: 100px;
    }

    .order ul li:nth-child(3)::after {
        margin-left: -135px;
        margin-top: -216px;
    }

    .method {
        padding: 60px 0;
    }

    .method .descr {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 40px;
    }

    .method ul {
        justify-content: center;
        gap: 20px;
    }

    .method ul li {
        width: 70%;
    }

    .method ul li .r1 {
        margin-bottom: 10px;
    }
    .on_map {
        background: #d6e1ee;
    }

    #map-infowindow {
        position: relative;
        top: 0;
        margin: auto;
        box-shadow: none;
        /* background: none; */
        height: auto;
        padding: 40px 60px;
        background: #d6e1ee;
    }

    #map-infowindow .r3 {
        padding: 0px 0 35px 0px;
        font-size: 18px;
        line-height: 26px;
    }

    #map-infowindow .r4 {
        padding-top: 40px;
    }

    .footer_bot .phone .r2 {
        font-size: 26px;
        line-height: 30px;
    }

    .footer_bot .phone .r1 {
        font-size: 14px;
    }

    .footer-copyright {
        font-size: 13px;
        line-height: 21px;
    }

    .input_text {
        margin-bottom: 10px;
    }

    .input_text input,
    .input_text2 input {
        height: 55px;
    }

    .input_text3 {
        height: 55px;
    }

    .submit {
        font-size: 14px;
        height: 55px;
    }

    #map-canvas {
        background: url('../images/map-mobile.jpg') center top no-repeat;
        height: 500px;
    }

    .form2__man,
    .form3__man {
        display: none;
    }

    .russia1,
    .russia2,
    .russia3,
    .russia4 {
        display: none;
    }

}



/*Extra small devices (portrait phones, less than 576px)*/
@media(max-width: 575.98px) {
    body {
        min-width: 320px;
    }

    h2 {
        font-size: 18px;
        line-height: 28px;
    }

    .center_1140 {
        width: 320px;
        height: auto;
        padding: 0;
    }

    .callback {
        padding: 10px;
        right: 20px;
        bottom: 20px;
    }

    .callback img {
        width: 30px;
        height: 30px;
        object-fit: contain;
    }

    .header__contacts {
        padding: 10px 0;
        justify-content: space-around;
        gap: 20px 0;
        flex-wrap: wrap;
    }

    .header__logo {
        width: 138px;
        padding-left: 52px;
        background-size: contain;
        font-size: 12px;
    }

    .header__address {
        display: none
    }

    .header__soc {
        display: none
    }

    .header__email {
        display: none
    }

    .header__phone-data::before  {
        display: none;
    }
    .header__phone-data, .header__soc-data {
        font-size: 20px;
    }

    .header-top {
        justify-content: center;
    }

    .right-block {
        gap: 0 20px;
    }

    .header__offer-wrapper {
        width: 100%;
        padding: 84px 0px 2px 0;
        background: url(../images/circle.png) center top no-repeat;
        background-size: contain;
    }
    .header__offer {
        font-size: 22px;
    }

    .header__suboffer {
        font-size: 19px;
    }

    .triggers {
        display: grid;
            grid-template-columns: 1fr;
            gap: 16px 5px;
    }

    .trigger {
        font-size: 13px;
        gap: 8px;
        align-items: center;
    }

    .header__triggers {
        margin-top: 98px;

    }

    .uslugi {
        padding-top: 60px;
    }

    .uslugi h2 {
        padding-bottom: 40px;
    }

    .uslugi .block-uslugi {
        padding-bottom: 60px;
    }

    .uslugi .block-uslugi,
    .uslugi .block-uslugi:nth-child(even) {
        gap: 30px 0;
    }

    .uslugi .doc {
        width: 320px;
        height: 320px;
    }

    .uslugi .doc img {
        zoom: 0.6;
        -moz-transform: scale(0.6);
    }

    .uslugi .descr h3 {
        font-size: 17px;
        line-height: 27px;
    }

    .uslugi .descr .opis {
        font-size: 14px;
    }

    .uslugi .descr {
        width: 90%;
    }

    .uslugi .descr ul {
        padding-top: 30px;
    }

    .uslugi .block-uslugi:nth-child(4) .descr .inputs {
        padding-top: 25px;
    }

    .uslugi .descr ul li {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 10px;
        background-position: left 0px;
    }

    .uslugi .request_callback .inputs {
        width: 100%;
    }

    .form2 .r1,
    .form3 .r1 {
        font-size: 14px;
        line-height: 24px;
    }

    .form2 .inputs,
    .form3 .inputs {
        width: 288px;
    }


    .form2 .input_text3 textarea {
        width: 95%;
        height: 28px;
    }

    .contr-radio__text {
        display: none;
    }

    .form3 .input_text3 textarea {
        width: 95%;
        height: 14px;
    }


    .form3 .inputs .submit br {
        display: block !important;
    }

    .preim ul li {
        height: auto;
        padding: 20px;
    }

    .preim ul li p {
        width: 75%;
        margin-left: 10px;
    }

    .order ul {
        gap: 50px;
    }

    .order ul li {
        width: 70%;
    }

    .order ul li::before {
        display: none;
    }

    .order ul li:nth-child(1)::after,
    .order ul li:nth-child(2)::after,
    .order ul li:nth-child(3)::after {
        content: url(../images/right-arrow.png);
        position: absolute;
        left: 50%;
        margin-left: -20px;
        margin-top: auto;
        transform: rotate(90deg) scale(0.7, 0.7);
    }

    .order ul li .r1 {
        font-size: 17px;
        margin-top: 15px;
    }

    .order ul li .r2 {
        font-size: 13px;
        line-height: 18px;
    }

    .order ul li .i {
        width: 50px;
        height: 50px;
    }

    .method h2 {
        padding-bottom: 20px;
    }

    .method .descr {
        padding-bottom: 30px;
    }

    .method ul {
        gap: 15px;
    }

    .method ul li {
        width: 80%;
        padding: 20px;
        border-radius: 20px;
    }

    .method ul li .r1 {
        font-size: 17px;
    }

    .method ul li .r2 {
        font-size: 13px;
        line-height: 18px;
    }

    .otz .video {
        width: 260px;
    }

    .youtube .play-button {
        width: 60px;
        height: 60px;
        background-size: contain;
    }

    .slider__control {
        width: 40px !important;
        height: 40px !important;
        background-size: contain !important;
    }

    .slider__item::after {
        top: 180px;
        font-size: 16px;
        line-height: 26px;
    }

    .slider__item {
        height: 158px;
    }

    .slider__wrapper {
        padding-bottom: 51px !important;
    }

    .slider__control {
        top: 30% !important;
    }

    .slider__item_inner img {
        zoom: 0.4;
        -moz-transform: scale(0.4);
    }

    #map-infowindow {
        width: 100%;
        padding: 40px 20px;
    }

    #map-infowindow .r3 {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 30px;
    }

    #map-infowindow .r1 {
        font-size: 13px;
        line-height: 18px;
    }

    #map-infowindow .r2 {
        font-size: 23px;
        line-height: 30px;
    }

    #map-infowindow .r2-1::before {
        vertical-align: -3px;
    }

    #map-infowindow .r4 {
        font-size: 13px;
        line-height: 21px;
        padding-top: 30px;
    }

    #map-canvas {
        height: 400px;
        background-size: cover;
    }


    .footer_bot .block {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 10px 0;
    }

    .footer_bot .phone .r1,
    .footer_bot .phone .r2 {
        text-align: center;
    }

    .footer-copyright {
        text-align: center;
    }


    .request_callback .inputs {
        width: 90%;
        margin: 0 auto;
    }

    .input_text {
        margin-bottom: 7px;
        width: 100%;
        padding-left: 30px;
        background: #fff;
    }

    .input_text input::-webkit-input-placeholder {
        font-size: 12px;
    }

    .input_text input::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 12px;
    }

    .input_text input:-ms-input-placeholder {
        font-size: 12px;
    }

    .input_text input:-moz-placeholder {
        /* Firefox 18- */
        font-size: 12px;
    }

    .input_text input {
        height: 46px;
        font-size: 12px;
        background: none;
    }

    .input_text2 {
        margin-bottom: 7px;
        width: 100%;
        padding-left: 30px;
        background: #fff;
    }

    .input_text2 input::-webkit-input-placeholder {
        font-size: 12px;
    }

    .input_text2 input::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 12px;
    }

    .input_text2 input:-ms-input-placeholder {
        font-size: 12px;
    }

    .input_text2 input:-moz-placeholder {
        /* Firefox 18- */
        font-size: 12px;
    }

    .input_text2 input {
        height: 46px;
        font-size: 12px;
        background: none;
    }

    .input_text3 {
        height: 46px;
        background: #fff;
        padding-left: 30px;
    }

    .input_text3 textarea {
        font-size: 12px;
    }

    .input_text3 textarea::-webkit-input-placeholder {
        font-size: 12px;
    }

    .input_text3 textarea::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 12px;
    }

    .input_text3 textarea:-ms-input-placeholder {
        font-size: 12px;
    }

    .input_text3 textarea:-moz-placeholder {
        /* Firefox 18- */
        font-size: 12px;
    }

    .submit {
        font-size: 12px;
        height: 44px;
        letter-spacing: 1px;
    }

    .submit i {
        display: none;
    }

    /* Custom dialog window */
    .popup-title {
        font-size: 15px;
    }

    .popup-body {
        font-size: 11px;
        padding-top: 22px;
    }

    #popup-title-accepted {
        font-size: 20px;
    }

    #popup-body-accepted {
        font-size: 11px;
        padding-top: 22px;
    }

    /* .otz .img-block img {
        width: 90px;
        height: 170px;
    } */

    .reviews {
        padding: 60px 0;
    }

    .review__list-item-container {
        width: 100%;
    }

    .sliderArrows a{
        bottom: 0;
        top: initial;
    }

    .prev {
        left: 80px;
    }

    .next {
        right: 80px;
    }
}