@media (max-width: 1400px) {
    .footer__container {
        gap: 40px;
    }

    .header__links {
        gap: 15px;
    }

    .header__links .header__link a {
        font-size: 14px;
    }

}

@media (max-width: 1366px) {

    [class*="__container"] {
        max-width: 1122px;
    }

    .header__logo img {
        max-width: 171px;
    }

    .title {
        font-size: 42px;
        margin: 40px 0;
    }

    .calc_main__bg_bottom {
        left: 120px;
        bottom: -160px;
    }

    .calc_main__bg_bottom img {
        max-width: 361px;
    }

    .information_main__container {
        margin-top: 35px;
    }

    .information_main__list li {
        min-height: 265px;
    }

    .information_main__list__title {
        font-size: 19px;
        line-height: 24px;
    }

    .about_main__text span {
        font-size: 42px !important;
    }

    .priem_main__bg_top img {
        max-width: 347px;
    }
    .priem_main__title {
        margin: 100px 0 70px 0;
    }

    .priem_main__bg_top {
        top: -125px;
    }

    .priem_main__list__title {
        font-size: 24px;
    }
    .priem_main__list {
        gap: 20px;
    }

    .about_main__director {
        flex: 0 0 360px;
    }
}


@media (max-width: 1280px) {
    .footer__container {
        gap: 30px;
    }

    .uslugi_main {
        overflow: hidden;
    }
}

@media (max-width: 1199px) {}

@media (max-width: 992px) {

    [class*="__container"] {
        padding: 0px 80px;
    }

    .header__container {
        padding: 0px 15px;
    }

    .footer__container {
        padding: 0px 40px;
    }

    .header {
        padding: 17px 0px;
    }

    .header__nav {
        display: none;
    }

    .header__burger {
        display: block;
    }

    .header__content_right {
        display: flex;
        gap: 22px;
        align-items: center;
    }

    .header__call {
        align-items: flex-start;
        gap: 3px;
    }

    .uslugi_main__list {
        grid-template-columns: repeat(1, 1fr);
    }

    .uslugi_main__bg_top,
    .uslugi_main__bg_bottom {
        display: none;
    }

    .information_main__list {
        grid-template-columns: repeat(2, 1fr);
    }

    .about_main__wrapper {
        flex-direction: column;
    }

    .about_main__director {
        margin: 0 auto;
    }

    .text__mobile_left {
        text-align: left;
    }

    .priem_main__list {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer__content {
    }

    .footer__nav {
        order: 3;
    }

    .footer__contacts_one {
        order: 4;
    }

    .hide_tablet {
        display: none;
    }

    .hide_desktop {
        display: block;
    }


    .header__nav {
        position: absolute;
        top: 0;
        left: -200%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1.25rem;
        height: 100%;
        width: 14.375rem;
        padding: 22px 16px;
        z-index: 99;
        visibility: hidden;
        background: #DCC1FF;
        -webkit-transition: left .3s, visibility .3s;
        -o-transition: left .3s, visibility .3s;
        transition: left .3s, visibility .3s;
        overflow-y: auto;
    }

    .header__burger_active::before {
        top: calc(50% - 2px);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 22px;
    }

    .header__burger_active::after {
        bottom: calc(50% - 1px);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .header__burger_active span {
        width: 0;
    }

    .header__nav_active {
        position: fixed;
        left: 0;
        visibility: visible;
    }

    .header__links {
        flex-direction: column;
        gap: 14px;
    }

    .type_auto_list_img img {
        max-width: 200px;
        width: 100%;
    }

    .type_auto__button {
        max-width: 155px;
        font-size: 20px;
        line-height: 24px;
        
    }

    .ur_docs__list {
        grid-template-columns: repeat(1, 1fr);
    }

    .news__list {
        grid-template-columns: repeat(1, 1fr);
    }

    .calc_main_form {
        grid-template-columns: repeat(1, 1fr);
    }


    .uslugi_main__title {
        font-size: 36px !important;
        justify-content: center;
    }

    .calc_input_two_block {
        gap: 24px;
    }

    .button_uslugi_main {
        margin-top: 30px;
    }

    .calc_main__title {
        font-size: 15px;
        line-height: 1.2;
        margin: 0px 0px 20px 0px;
    }

    .calc_main__wrap {
        padding: 20px 32px;
    }

    .calc_main__title:before {
        max-width: 30%;
    }

    .information_main__container {
        margin-top: 120px;
    }

    .calc_main__bg_bottom {
        left: 50px;
    }

    .information_main__title {
        margin: 40px 0px 30px 0px !important;
    }

    .information_main__list {
        gap: 15px 35px;
    }

    .about_main__text {
        text-align: center;
    }

    .priem_main__bg_top img {
        max-width: 288px;
    }

    .priem_main__title {
        margin: 150px 0px 0px 0px!important;
    }

    .priem_main {
        margin-bottom: 40px;
    }

    .footer__body {
        flex-direction: column;
        gap: 48px;
    }

    .calc__wrap {
        margin: 20px 0;
    }

    .mobile__contact {
        display: flex;
        gap: 15px;
        align-items: center;
    }

}

@media (max-width: 767px) {


    [class*="__container"] {
        padding: 0px 40px;
    }

    .header__container {
        padding: 0px 10px;
    }

    .uslugi_main__list li {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .hide_mobile {
        display: none;
    }

    .type_auto__list>li {
        flex-direction: column;
    }

    .uslugi_main__title {
        display: flex;
        font-size: 30px !important;
    }

    .uslugi_main__list li {
        grid-template-columns: repeat(1, 1fr);
    }

    .information_main__title {
        font-weight: 700;
        font-size: 25px;
        line-height: 30px;
        margin: 30px 0px;
    }

    .information_main__list {
        grid-template-columns: repeat(1, 1fr);
    }

    .header__logo img {
        width: 160px;
    }

    .title_size_50 {
        font-weight: 700;
        font-size: 25px;
        line-height: 30px;
        margin: 30px 0px;
    }

    .calc_main__wrap {
        padding: 30px 12px;
    }

    .calc_main__title {
        font-weight: 700;
        font-size: 15px;
        line-height: 18px;
    }

    .button_blue_large {
        font-size: 20px;
        line-height: 24px;
    }

    .button_uslugi_main {
        display: none;
    }

    .calc_main {
        margin-top: 25px;
    }

    .calc_main__bg_bottom img {
        width: 100%;
        max-width: 255px;
        height: auto;
    }

    .calc_main__bg_bottom {
        bottom: -130px;
        left: 25px;
    }

    .raschet {
        height: 50px;
        max-width: 200px;
        right: -75px;
        border-radius: 15px 0px 0px 0px;
    }

    .raschet .raschet_icon {
        width: 30px;
        height: 30px;
    }

    .raschet_icon_wrap {
        border-radius: 15px 0px 0px 0px;
        padding: 0px 15px;
    }

    .raschet .raschet_text {
        padding: 20px 10px;
        font-size: 16px;
        line-height: 20px;
    }

    .about_main__text span {
        font-size: 30px !important;
        line-height: 37px !important;
    }

    .footer__container {
        padding-left: 38px;
        padding-right: 38px;
        gap: 27px;
    }

    .footer__nav {
        flex-direction: column;
    }

    .uslugi_main {
        padding: 0px;
    }

    .calc_input_block {
        margin-bottom: 0px;
        width: 100%;
        display: flex;
        gap: 15px;
        flex-direction: column;
    }

    .calc_input_two_block {
        margin-bottom: 15px;
    }

    .priem_main__bg_top {
        height: unset;
        right: 35px;
        top: -5px;
        left: unset;
    }

    .priem_main__bg_top img {
        width: 100%;
        max-width: 166px;
    }

    .priem_main__container {
        overflow: hidden;
    }

    .calc_input_two_block .calc_input_block input {
        max-width: 100%;
        height: 40px;
    }

    .calc_select {
        width: 100%;
        height: 40px;
    }

    .cost_price {
        bottom: 9px;
    }

    .figure_bg_right {
        bottom: -70px;
        top: unset;
    }

    .calc_main_form {
        margin-top: 0px;
        gap: 15px;
        margin-bottom: 0px;
    }

    .calc_input_block label {
        margin-bottom: 5px;
    }

    .figure_bg_right img {
        width: 100%;
        max-width: 134px;
    }

    .page_contact__container .content {
        font-size: 16px;
        line-height: 27px;
        padding: 30px 15px;
        box-sizing: border-box;
    }

    .icon_size_64 {
        width: 48px;
        height: 48px;
    }

    .danger_gruz_img_top img {
        position: relative;
        top: unset;
        right: unset;
    }

    .danger__bg {
        display: none;
    }

    .content h2 {
        font-size: 30px;
        line-height: 37px;
    }

    .danger_block_text_bottom img {
        position: relative;
        top: unset;
        right: unset;
        max-width: 100%;
        height: auto;
    }

    .fix_callback {
        position: fixed;
        top: 60%;
        right: 1%;
        z-index: 11;
    }

    .information_main {
        padding-bottom: 50px;
    }

    .footer__content {
        text-align: center;
    }

    .copyrite__container {
        margin-top: 0;
    }

    .country_calc {
        font-size: 14px;
        left: 30px;
        top: 47px;
    }

    .breadcrumbs__list {
        margin-bottom: 0px;
    }

    .from_location_block .select2-selection--single {
        background: url(../img/icons/from.svg) top 12px left 12px no-repeat;
        background-size: 16px 16px;
    }

    .to_location_block .select2-selection--single {
        background: url(../img/icons/to.svg) top 12px left 12px no-repeat;
        background-size: 16px 16px;
    }

    .select2-container--default .select2-selection--single {
        padding: 10px 30px 10px 90px !important;
        height: 40px;
    }

    .calc_button_zakaz {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .button_blue_large {
        height: 40px;
        padding: 5px;
    }

    .header__wh_icon {
        display: none;
    }

    .type_auto__button {
        font-size: 16px;
        line-height: 18px;
        max-width: 100%;
        height: 50px;
    }

    .calc_input {
        height: 40px;
    }

    #Order .calc_input_block {
        gap: 5px;
    }

    #Order .calc_input_block {
        margin-bottom: 15px;
    }

    #order .country_calc {
        top: 37px;
    }

    #Order .city_input {
        padding: 10px 30px 10px 115px;
    }

    #Order .agree_callback {
        font-size: 10px;
    }

}

@media (max-width: 575px) {
    .header__call_mobile_icon {
        display: block;
    }

    .header__mobile_calc {
        display: block;
    }

    .header__call span {
        display: none;
    }

    .header__callback {
        display: none;
    }

    .header__call {
        flex-direction: row;
        gap: 13px;
    }

    .footer__columns {
        flex-direction: column;
        gap: 30px;
        align-items: center;
        text-align: center;
    }

    .calc_checkbox+label::before {
        width: 16px;
        height: 16px;
    }

    .button_blue_large {
        font-size: 16px;
        line-height: 18px;
    }

    .calc_notification {
        font-size: 12px;
    }
}

@media (max-width: 480px) {

    .calc_checkbox_block label {
        flex-direction: column;
        display: flex;
        text-align: center;
        font-size: 10px;
        padding: 0px 15px;
    }



    .calc_checkbox+label::before {
        margin-bottom: 5px;
    }

    .mobile_column {
        flex-direction: column;
        gap: 15px;
    }

}

@media (max-width: 370px) {

    [class*="__container"] {
        padding: 0px 15px;
    }

    .header__logo img {
        max-width: 115px;
    }

}
