@media screen and (max-width: 1239px) {
    .container {
        width: 1140px;
    }

    .header-menu li {
        margin-left: 40px;
    }

    .services-wrapper {
        width: 490px;
        height: 490px;
    }

    .services-img img {
        max-width: 290px;
    }

    .services-item:nth-child(2),
    .services-item:nth-child(6) {
        bottom: 180px;
    }

    .services-item:nth-child(1),
    .services-item:nth-child(7) {
        bottom: 20px;
    }

    .services-item:nth-child(1) {
        left: -280px;
    }

    .services-item:nth-child(7) {
        right: -280px;
    }
}

@media screen and (max-width: 1199px) {
    .container {
        width: 960px;
    }

    .header-btn {
        display: none;
    }

    .head-title {
        line-height: 118%;
    }

    .head {
        padding: 80px 0px 90px;
    }

    .services-wrapper {
        width: 100%;
        /* height: 464px; */
        height: 360px;
        border: none;
        margin: 195px auto 70px;
    }

    .services-img {
        display: none;
    }

    .services-item:nth-child(1),
    .services-item:nth-child(2),
    .services-item:nth-child(3) {
        left: 0;
    }

    .services-item:nth-child(5),
    .services-item:nth-child(6),
    .services-item:nth-child(7) {
        right: 0;
    }

    .how-item:nth-child(1),
    .how-item:nth-child(2),
    .how-item:nth-child(3) {
        padding: 0;
    }

    .how-content {
        width: 470px;
    }

    .how-img img {
        max-width: 400px;
    }

    .why-item {
        width: calc(50% - 20px);
        margin-bottom: 40px;
    }

    .why-title {
        margin: 5px 0px;
    }

    .why-wrapper {
        margin: 70px 0px 50px;
        padding: 0px 80px;
    }

    .faq {
        padding: 30px 0px 60px;
    }

    .faq-img {
        max-width: 375px;
        margin-left: 40px;
        margin-bottom: 20px;
    }

    .footer-wrapper {
        padding-right: 0;
    }

    .footer-menu li {
        margin-left: 45px;
    }

    .services-item:nth-child(3),
    .services-item:nth-child(5) {
        top: 20px;
    }

    .services-item:nth-child(2),
    .services-item:nth-child(6) {
        bottom: auto;
        top: 140px;
    }

    .services-item:nth-child(1),
    .services-item:nth-child(7) {
        bottom: auto;
        top: 260px;
    }
}

@media screen and (max-width: 991px) {
    .container {
        width: 720px;
    }

    .header {
        padding: 15px 0px;
    }

    .head-title {
        font-size: 54px;
    }

    .title {
        font-size: 46px;
    }

    .services.section {
        margin-top: 80px;
    }

    .services-wrapper {
        height: auto;
        flex-direction: column;
        margin: 65px auto;
        padding: 0px 30px;
    }

    .services-item {
        position: static;
    }

    .services-item:nth-child(4) {
        flex-direction: row;
    }

    .services-item:nth-child(odd) {
        flex-direction: row-reverse;
        text-align: left;
        margin-right: auto;
    }

    .services-item:nth-child(even) {
        flex-direction: row;
        text-align: right;
        margin-left: auto;
    }

    .services-item:nth-child(4) .services-item-content {
        text-align: unset;
    }

    .services-item:nth-child(odd) .services-item__img {
        margin-right: 20px;
        margin-left: 0;
    }

    .services-item:nth-child(even) .services-item__img {
        margin-left: 20px;
        margin-right: 0;
    }

    .services-item-content {
        width: 300px;
    }

    /* .services-item__img img {
        max-width: 120px;
    } */
    .how-item,
    .how-item:nth-child(2) {
        flex-direction: column-reverse;
    }

    .how-item {
        width: 550px;
        margin-left: auto;
        margin-right: auto;
    }

    .how-content {
        width: 100%;
    }

    .how-img {
        margin-top: 40px;
    }

    .transit-table {
        width: 100%;
    }

    .why-wrapper {
        padding: 0;
        margin: 60px 0px 40px;
    }

    .faq-img {
        float: none;
    }

    .faq-wrapper {
        margin-top: 40px;
        display: flex;
        flex-direction: column-reverse;
    }

    .questions-details {
        margin-bottom: 20px;
    }

    .faq-img {
        margin: 20px auto 0px;
    }

    .footer-wrapper {
        flex-direction: column;
    }

    .footer-wrapper .custom-logo-link {
        margin-top: 0;
        /* width: 200px; */
        margin-left: auto;
        margin-right: auto;
    }

    .footer-wrapper .custom-logo {
        margin: 0;
        width: auto;
        max-width: 100%;
        height: auto;
    }

    .footer {
        padding: 30px 0px 20px;
    }

    .footer-center {
        margin: 15px auto;
    }

    .footer-center .btn {
        display: none;
    }

    .footer-right {
        text-align: center;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-right h3 {
        display: none;
    }

    .footer-copyright {
        margin-top: 20px;
        padding-top: 20px;
    }

    .header {
        position: relative;
    }

    .header-open {
        cursor: pointer;
        display: block;
        max-width: 34px;
        height: auto;
        position: absolute;
        bottom: -18px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        -webkit-filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.04));
        -ms-filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.04));
        filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.04));
        z-index: 1;
    }

    .header-open img {
        width: 100%;
        height: auto;
    }

    .home .header-open .arrow-open-menu {
        display: none;
    }

    .home .header-open .arrow-open-menu2 {
        display: inline;
    }

    .header-menu-wrapper .header-menu {
        visibility: hidden;
        position: fixed;
        top: 0;
        right: -1000px;
        padding: 90px 30px;
        width: 340px;
        background: #fff;
        transition: all .3s;
        height: 100%;
        z-index: 98;
        flex-direction: column;
        text-align: center;
    }

    .header-menu-wrapper.active .header-menu {
        visibility: visible;
        right: 0;
    }

    .header-menu-wrapper::before {
        content: '';
        visibility: hidden;
        position: fixed;
        z-index: 98;
        left: -1000px;
        top: 0;
        width: calc(100% - 340px);
        height: 100%;
        background: rgba(15, 15, 15, .7);
        transition: all .3s;
    }

    .header-menu-wrapper.active::before {
        visibility: visible;
        left: 0;
    }

    .header-menu-wrapper.active .menu-close {
        visibility: visible;
        opacity: 1;
        top: 30px;
        transition: all 0.5s;
    }

    .header-menu li {
        margin-left: 0;
        margin-bottom: 30px;
    }

    .header-menu li a {
        font-size: 26px;
    }

    .how-item__title {
        max-width: 100%;
    }

    .cost-tab {
        width: 50%;
    }

    .footer-menu {
        justify-content: center;
    }

    .footer-menu-bottom {
        justify-content: center;
        margin-top: 20px;
    }

    .thank-you {
        padding: 160px 0 233px;
    }

    .thank-you__title {
        font-size: 48px;
    }

    .head-version2 .head-title {
        font-size: 54px;
        line-height: 130%;
    }

    .head-text2 {
        margin: 20px 0 40px;
    }
}

@media screen and (max-width: 767px) {
    .container {
        width: 540px;
    }

    .head-title {
        font-size: 48px;
    }

    .title {
        font-size: 38px;
    }

    .subtitle {
        font-size: 18px;
    }

    .services.section {
        margin-top: 60px;
    }

    .services-item:nth-child(even) {
        flex-direction: row-reverse;
        text-align: left;
        margin-right: auto;
    }

    .services-item:nth-child(odd) {
        margin-left: auto;
    }

    .services-item:nth-child(even) .services-item__img {
        margin-left: 0;
        margin-right: 20px;
    }

    .services-item__img img,
    .services-item:nth-child(1) .services-item__img img,
    .services-item:nth-child(5) .services-item__img img {
        /* width: 110px; */
        max-width: 100%;
        max-height: 100%;
        height: auto;
    }

    .services-item {
        padding: 15px;
        border-radius: 4px;
        background: #FCF3DA;
        box-shadow: -4px 4px 4px 0px rgba(0, 0, 0, 0.15);
        margin-bottom: 20px;
    }

    .services-wrapper {
        padding: 0;
        margin: 40px 0px;
    }

    .how-item__step {
        font-size: 50px;
    }

    .cost-table tr th,
    .cost-table tr td {
        padding: 20px 10px;
        text-align: center;
    }

    .cost-table tr td {
        font-size: 16px;
    }

    .why-wrapper {
        margin: 30px 0px 40px;
    }

    .why-item {
        width: calc(50% - 10px);
        margin-bottom: 20px;
        padding: 15px 5px 30px;
    }

    .services-item__img {
        width: 65px;
        height: 65px;
        min-width: 65px;
    }

    .page-content h2,
    .page-content h3,
    .page-content h4,
    .page-content h5,
    .page-content h6 {
        font-size: 32px !important;
    }
}

@media screen and (max-width: 575px) {
    .container {
        width: 380px;
    }

    .head-title {
        font-size: 42px;
    }

    .header-wrapper .custom-logo {
        max-width: 150px;
    }

    .call-btn {
        width: 170px;
        font-size: 13px;
    }

    .header .btn {
        padding: 13px 5px;
    }

    .header-open {
        max-width: 30px;
        bottom: -17px;
    }

    .services-item {
        width: 100%;
    }

    .services-item-content {
        width: auto;
    }

    .title {
        font-size: 32px;
    }

    .how-item {
        width: 100%;
        text-align: center;
    }

    .head-btn {
        width: auto;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .how-item__title {
        font-size: 28px;
    }

    .how-item__step {
        font-size: 45px;
    }

    .how-item__text {
        text-align: justify;
    }

    .how-img img {
        max-width: 100%;
    }

    .subtitle {
        font-size: 17px;
    }

    .footer-center {
        width: 100%;
    }

    .header-open {
        bottom: -16px;
    }

    .header-menu-wrapper .header-menu {
        width: 300px;
    }

    .header-menu-wrapper::before {
        width: calc(100% - 300px);
    }

    .header-menu li a {
        font-size: 22px;
    }

    .header-menu li {
        margin-bottom: 25px;
    }

    .cost .subtitle {
        margin: 12px auto 40px;
    }

    .cost-table {
        display: none;
    }

    .mobile-table {
        display: block;
    }

    .cost-tab {
        margin-bottom: 30px;
    }

    .cost-table tr th,
    .cost-table tr td {
        padding: 20px 10px;
        text-align: center;
    }

    .mobile-table-wrapper {
        padding: 27px 10px;
        position: relative;
    }

    .mobile-table-wrapper::before {
        content: '';
        height: 100%;
        border-right: 2px solid rgba(240, 116, 64, 0.22);
        position: absolute;
        top: 0;
        right: calc(50% - 2px);
    }

    .mobile-table .mobile-table-wrapper:nth-child(odd) {
        background: #FCF3DA;
    }

    .mobile-table__item {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .mobile-table-wrapper .mobile-table__item:last-child {
        margin-bottom: 0;
    }

    .mobile-table-title {
        width: 110px;
        font-weight: 400;
    }

    .mobile-table__item p {
        width: 50%;
    }

    .mobile-table__item p:first-child {
        padding-right: 20px;
    }

    .mobile-table__item p:last-child {
        padding-left: 20px;
    }

    .section {
        margin-top: 80px;
    }

    .why-item {
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .faq {
        padding: 0;
        margin: 60px 0px;
        background: transparent;
    }

    .faq-wrapper {
        margin-top: 30px;
    }

    .questions-details {
        border: 1px solid #C6C3D2;
    }

    .questions-details {
        margin-bottom: 10px;
    }

    .footer-menu {
        flex-direction: column;
        text-align: center;
    }

    .footer-menu li {
        margin-left: 0;
        margin-bottom: 17px;
    }

    .footer-center {
        margin: 37px auto 0px;
    }

    .footer {
        position: relative;
    }

    .footer::before {
        content: '';
        width: 100%;
        border-bottom: 1px solid #DDE3F4;
        position: absolute;
        /* top: 108px; */
        top: 96px;
        left: 0;
    }

    .footer-copyright {
        border-top: 1px solid #DDE3F4;
    }

    .how-wrapper {
        margin: 30px 0px 40px;
    }

    .services-wrapper {
        margin: 40px 0px 20px;
    }

    .services-item__title {
        font-size: 19px;
    }

    .help-form-phone .help-form__text {
        padding-left: 0;
        font-size: 22px;
    }

    .help-form__text {
        font-size: 15px;
    }

    .popup-wrapper .close {
        right: 13px;
        top: 13px;
    }

    .popup-wrapper .close svg {
        width: 24px !important;
        height: 24px !important;
        fill: #000 !important;
    }

    .popup-phone .popup-wrapper {
        padding: 45px 20px 5px;
    }

    .help-btn-big .help-btn__text {
        font-size: 24px;
        line-height: 30px;
    }

    .popup {
        padding: 40px 0px 30px;
    }

    .help-btn__text {
        font-weight: 700;
        font-size: 17px;
        line-height: 20px;
    }

    .help-btn__img {
        margin-right: 15px;
    }

    .help-transport .transport-slider {
        max-width: 310px;
        margin-left: auto;
        margin-right: auto;
    }

    .popup-thank__text {
        text-align: center;
        font-size: 21px;
    }

    .popup-wrapper {
        max-width: 94%;
        padding: 50px 15px 40px;
    }

    .popup-thank__call,
    .message-popup-text,
    .message-popup-text {
        text-align: center;
    }

    .message-popup-text {
        font-size: 17px;
    }

    .return-to-site {
        margin-top: 35px;
    }

    .popup-thank__call {
        margin: 20px 0px 30px;
    }

    .help-form-phone .help-submit {
        padding: 19px 15px;
        font-size: 14px;
    }

    .help-form-phone .help-submit img {
        display: none;
    }

    .footer-menu-bottom {
        margin-top: 0;
        flex-direction: column;
        text-align: center;
    }

    .footer-menu-bottom li {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .page-content h2,
    .page-content h3,
    .page-content h4,
    .page-content h5,
    .page-content h6 {
        font-size: 28px !important;
    }

    .head-text {
        min-height: 163px;
    }

    .services-item {
        min-height: 152px;
    }

    .thank-you__title {
        font-size: 32px;
    }

    .thank-you__title-new {
        font-size: 30px;
    }

    .thank-you__text {
        margin: 24px 0 40px;
    }

    .thank-you {
        padding: 120px 0 144px;
    }

    .thank-you {
        background-position: 40%;
    }

    .head-version2 {
        padding: 48px 0 40px;
    }

    .head-version2 .head-title {
        font-size: 28px;
    }

    .head-text2 p {
        margin-bottom: 24px;
    }

    .head-text2 {
        font-size: 16px;
    }
}

@media screen and (max-width: 410px) {
    .container {
        width: 340px;
    }

    .header-wrapper .custom-logo {
        max-width: 130px;
    }

    .header .btn {
        padding: 11px 5px;
    }

    .call-btn {
        font-size: 12px;
        width: 150px;
    }

    .call-img {
        margin-right: 4px;
    }

    .header-menu-wrapper .menu-close img {
        max-width: 25px;
    }

    .header-open {
        max-width: 28px;
    }

    .header {
        padding: 12px 0px;
    }

    .header-menu-wrapper .header-menu {
        width: 270px;
    }

    .header-menu-wrapper::before {
        width: calc(100% - 270px);
    }

    .header-menu li a {
        font-size: 20px;
    }

    .head-title {
        font-size: 36px;
    }

    .head {
        padding: 50px 0px 57px;
    }

    .head-btn {
        max-width: 100%;
    }

    .title {
        font-size: 30px;
    }

    .services-item {
        /* padding: 15px 3px; */
        padding: 10px 10px 15px 10px;
    }

    /* .services-item__img img {
        width: 80px;
    } */
    .services-item:nth-child(odd) .services-item__img,
    .services-item:nth-child(even) .services-item__img {
        margin-right: 15px;
    }

    .services-item__title {
        margin-bottom: 7px;
    }

    .subtitle {
        font-size: 16px;
    }

    .how-item {
        margin-top: 40px;
    }

    .how-item__step {
        font-size: 42px;
    }

    .how-item__title {
        font-size: 26px;
        margin: 12px 0px 10px;
    }

    .cost-tab {
        margin-bottom: 26px;
    }

    .section {
        margin-top: 70px;
    }

    .why-wrapper {
        margin: 30px 0px 20px;
    }

    .questions-details summary {
        line-height: 125%;
    }

    .faq-img {
        max-width: 100%;
    }

    .footer-copyright {
        padding: 20px 30px 0px;
    }

    .footer {
        padding: 15px 0px 20px;
    }

    .footer::before {
        /* top: 90px; */
        top: 80px;
    }

    .call-btn {
        font-weight: 600;
    }

    .popup-phone {
        padding: 0 !important;
    }

    .popup-phone .popup-wrapper {
        border-radius: 0;
        max-width: 100%;
        min-height: 100vh;
    }

    .popup-phone .help-btn-big {
        justify-content: center;
    }

    .help-btn-big .help-btn__text {
        font-size: 20px;
        line-height: 22px;
    }

    .help-form-phone {
        padding: 20px 15px 30px;
    }

    .help-form-phone .help-form__text {
        padding-left: 0;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .help-transport {
        margin: 14px 0px 10px;
    }

    .help-form-phone .help-submit img {
        display: none;
    }

    .help-form-phone .help-submit {
        padding: 19px 0px;
        width: 100%;
    }

    .help-form {
        padding: 20px 20px 19px;
    }

    .message-popup-buttons {
        flex-direction: column;
        margin-top: 25px;
    }

    .message-popup-buttons .btn {
        width: 100%;
    }

    .message-popup-buttons .message_cancel {
        margin-top: 15px;
    }

    .message-popup-text {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 26px;
    }

    .popup {
        padding: 20px 0px;
    }

    .help-form__text {
        font-size: 14px;
    }

    .services-item__text {
        line-height: normal;
    }

    .services-item {
        min-height: 120px;
    }

    .page-content h2,
    .page-content h3,
    .page-content h4,
    .page-content h5,
    .page-content h6 {
        font-size: 24px !important;
    }

    .page-content {
        padding: 50px 0px;
    }

    .head-text {
        min-height: 190px;
    }

    .head-version2 {
        padding: 48px 0 40px;
    }

    .head-version2 .head-title {
        font-size: 22px;
    }

    .head-text2 {
        font-size: 14px;
    }
}

@media screen and (max-width: 359px) {
    .container {
        width: 300px;
    }

    .head-title {
        font-size: 32px;
    }

    .head {
        background-position: 60%;
    }

    .head-btn {
        max-width: 260px;
    }

    .header-open {
        max-width: 24px;
        bottom: -15px;
    }

    .title {
        font-size: 24px;
    }

    /* .services-item__img img {
        width: 77px;
    } */
    .services-item__title {
        font-size: 18px;
    }

    .services-item__text {
        font-size: 14px;
    }

    .how-item__step {
        font-size: 40px;
    }

    .how-item__title {
        font-size: 24px;
    }

    .cost-tab {
        padding-bottom: 17px;
    }

    .cost-tab h3 {
        font-size: 16px;
    }

    .mobile-table__item p:first-child {
        padding-right: 15px;
    }

    .mobile-table__item p:last-child {
        padding-left: 15px;
    }

    .section {
        margin-top: 60px;
    }

    .why-item {
        max-width: 280px;
    }

    .header .btn {
        padding: 9px 4px;
    }

    .call-btn {
        font-size: 11px;
        width: 135px;
    }

    .call-img {
        margin-right: 1px;
    }

    .header-wrapper .custom-logo {
        max-width: 125px;
    }

    /* .footer-wrapper .custom-logo-link {
        width: 190px;
    } */

    .questions-details summary {
        font-size: 16px;
    }

    .popup {
        padding: 0;
    }

    .popup-wrapper {
        border-radius: 0;
        max-width: 100%;
        min-height: 100vh;
    }

    .message-popup-text {
        font-size: 17px;
    }

    .help-transport .transport-slider {
        max-width: 220px;
    }

    .popup-phone .help-btn {
        padding: 18px 20px;
    }

    .help-btn__img {
        margin-right: 15px;
    }

    .help-form__text {
        font-size: 13px;
    }

    .popup-thank__text {
        font-size: 18px;
        line-height: 26px;
    }

    .popup-thank__call {
        font-size: 15px;
        margin: 15px 0px 25px;
    }

    .popup-thank__title {
        margin-top: 15px;
    }

    .return-to-site {
        margin-top: 30px;
    }

    .help-form {
        padding: 20px 15px 19px;
    }

    .page-content h2,
    .page-content h3,
    .page-content h4,
    .page-content h5,
    .page-content h6 {
        font-size: 20px !important;
    }

    .thank-you {
        padding: 100px 0 110px;
    }

    .thank-you__text {
        font-size: 16px;
    }

    .thank-you__title-new {
        font-size: 28px;
    }
}