@media screen and (max-width: 1400px) {
  #DirectionListSlider .direction_block .direction_info_text {
    width: 100%;
  }
  #DirectionListSlider .direction_block .direction_info_title {
    font-size: 28px;
    line-height: 1.2;
  }
  #MainBanner .block_form_where .form_where_col {
    width: 16%;
    margin-right: 25px;
  }
  header .main_menu .main_menu_list .nav-item {
    margin: 0 10px;
  }
  #MainBanner h1 {
    font-size: 33px;
  }
}

@media screen and (max-width: 1200px) {
  #MainBanner .block_form_where .form_where_col {
    width: 19%;
    margin-right: 5px;
  }
  header .main_menu .main_menu_list .nav-item .nav-link {
    font-size: 15px;
    line-height: 1;
  }
  header .top_header .block_buts .order_call {
    padding: 18px 30px;
  }
  header .top_header .block_contacts a {
    line-height: 1;
    margin-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  section {
    padding: 30px 0;
  }
  header .top_header .block_contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-wrap: nowrap;
    gap: 10px;
  }
  header .top_header .block_buts {
    display: none;
  }
  header .top_header .block_contacts a {
    margin-right: 0;
    margin-bottom: 0;
    font-size: 16px;
  }
  header .block_buts_mob {
    display: block;
  }
  header .block_buts_mob .order_call {
    font-family: "Gilroy-SemiBold";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #0c362b;
    background: #ffba00;
    border-radius: 8px;
    padding: 10px 13px;
  }
  header .block_buts_mob .order_call:hover {
    background: #0c362b;
    color: #fff;
    cursor: pointer;
  }
  #MainBanner .block_form_where .form_where {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  #MainBanner .block_form_where .form_where_col {
    width: 100%;
    margin-right: 10px;
    margin-bottom: 15px;
  }
  #MainBanner .block_form_where {
    padding-bottom: 0;
  }
  #MainBanner {
    height: auto;
    justify-content: center;
    padding: 50px 0;
  }
  #MainBanner h1 {
    font-size: 25px;
    line-height: 1.2;
  }
  #MainBanner h1:after {
    display: none;
  }
  #DirectionListSlider {
    background: rgb(105 145 110 / 10%);
    padding-top: 30px;
    padding-bottom: 70px;
  }
  #DirectionListSlider .direction_block .direction_info_title {
    font-size: 30px;
    line-height: 1;
  }
  #DirectionListSlider .direction_block .direction_info_title:after {
    display: none;
  }
  #DirectionListSlider .direction_block .direction_info_text {
    width: 100%;
    margin-bottom: 30px;
  }
  #DirectionListSlider .direction_block .direction_slider .prev {
    bottom: -50px;
    left: 30%;
  }
  #DirectionListSlider .direction_block .direction_slider .next {
    bottom: -50px;
    right: 30%;
    left: auto;
  }
  #BannerForm .block_form_where .form_where_col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #BannerForm .block_form_where {
    padding: 20px;
    width: 100%;
    margin: 0;
  }
  #BannerForm .block_form_where .form_where_col.last {
    margin-top: 20px;
  }
  #BannerForm h2 {
    font-size: 28px;
    line-height: 1;
  }
  #BannerForm h2:after {
    display: none;
  }
  #TechniqueSlider {
    padding: 30px 0 70px 0;
  }
  #TechniqueSlider .technique_carusel .technique__item {
    margin: 0;
  }
  #TechniqueSlider .technique_carusel .technique__item .technique__image img {
    left: auto;
    bottom: -16px;
  }
  #TechniqueSlider .technique_carusel .next,
  #TechniqueSlider .technique_carusel .prev {
    bottom: -50px;
  }
  #TechniqueSlider .technique_title {
    font-size: 26px;
    line-height: 1;
  }
  #TechniqueSlider .technique_title:after {
    display: none;
  }
  #Advantages .advant_big_title {
    font-size: 26px;
    line-height: 1;
  }
  #Advantages .advant_big_title:after {
    display: none;
  }
  #Advantages {
    background: rgb(105 145 110 / 10%);
    margin-bottom: 0;
  }
  #CallFormBg .call_form_logo {
    display: none;
  }
  #CallFormBg {
    background: #191919;
    height: auto;
  }
  #CallFormBg .call_form_right_title {
    font-size: 25px;
    line-height: 1.2;
    color: #ffba00;
    margin: 20px 0;
    text-align: center;
  }
  .order_1 {
    order: 1;
  }
  .order_2 {
    order: 2;
  }
  .order_3 {
    order: 3;
  }
  .order_4 {
    order: 4;
  }
  #ClientBlock .client_row {
    padding: 20px;
  }
  #ClientBlock .client_row .client_item {
    margin-bottom: 20px;
  }
  #ClientBlock .client_row .client_item .client_info {
    margin-left: 15px;
  }
  #ClientBlock .client_row .client_item .client_title {
    font-size: 18px;
  }
  #ClientBlock {
    padding: 30px 0;
  }
  #ClientBlock .client_big_title {
    font-size: 30px;
  }
  #HowCalculated .hc_big_title {
    font-size: 29px;
  }
  #HowCalculated .hc_col {
    margin-bottom: 20px;
  }
  #HowCalculated {
    margin-bottom: 0;
  }
  #HowCalculated .hc_big_title span:after {
    display: none;
  }
  #OrderCalc {
    margin-bottom: 0;
  }
  #OrderCalc .block_form_call {
    padding: 35px;
    max-width: 100%;
  }
  #OrderCalc .oc__big_title {
    font-size: 30px;
  }
  #PhotoGallery .pg__big_title:after {
    display: none;
  }
  #PhotoGallery .pg__big_title {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 0;
  }
  #PhotoGallery {
    padding: 30px 0;
  }
  #PhotoGallery .photo_slider {
    padding: 50px 0;
  }
  #Recomendation {
    margin-bottom: 0;
    padding: 30px;
    background: none;
    background: none !important;
    margin-top: 20px;
  }
  #Recomendation .pg__big_title {
    font-size: 28px;
    line-height: 1;
    max-width: 100%;
  }
  #Recomendation .rec__but {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
  }
  #Recomendation .rec__steps:before {
    left: 0;
    width: 100%;
    right: auto;
  }
  #Recomendation .rec__steps:after {
    left: 0;
    width: 100%;
    right: auto;
  }
  #Recomendation .rec__steps li {
    font-size: 16px;
    line-height: 1;
    width: 100%;
  }
  #Question {
    height: 450px;
    margin-bottom: 0;
  }
  footer .footer_item_mob {
    margin-top: 10px;
  }
  #PageTopBlock {
    padding: 30px 0;
    margin-bottom: 0;
  }
  #PageTopBlock .oc__big_title {
    font-size: 28px;
    line-height: 1.2;
    margin-top: 20px;
  }
  #DirectionListAll .direction_block .direction_info_title:after {
    display: none;
  }
  #DirectionListAll .direction_block .direction_item {
    min-height: auto;
    width: 100%;
  }
  #DirectionListAll .direction_block .direction_info_title {
    font-size: 30px;
    line-height: 1;
  }
  #DirectionListAll {
    padding: 30px 0;
  }
  #PageTopBlock .oc__big_text {
    width: 100%;
  }
  #WeWarranty .warranty_big_title:after {
    display: none;
  }
  #WeWarranty .warranty_big_title {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 46px;
  }
  #WeWarranty .warranty__text {
    width: 100%;
    margin-bottom: 26px;
    margin-top: 26px;
  }
  #PageTopBlock .oc__big_title:after {
    display: none;
  }
  #MapBlock .block__price .block__price_row {
    padding: 15px 0;
  }
  #MapBlock .block__price .block__price_title {
    padding: 5px 0;
    text-align: center;
    font-size: 18px;
    line-height: 1;
  }
  #MapBlock .block__price_massa {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  #MapBlock .block__price .block___but {
    margin-top: 10px;
  }
  #MapBlock .map_price__title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  #MapBlock .map_price__select {
    margin-bottom: 20px;
  }
  #MapBlock .map_price__select .select_city {
    max-width: 100%;
  }
  #HowShipping {
    margin: 0;
  }
  #HowShipping .hs__big_title .hs__after:after {
    display: none;
  }
  #HowShipping .hs__big_title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  #HowShipping .hs__block_image .hs__small_img {
    display: none;
  }
  #HowShipping .hs__block_image .hs__big_img {
    width: 100%;
    max-width: 100%;
  }
  #HowShipping .hs__block_image .hs__circle_border {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 20px auto;
  }
  #HowShipping .hs__block_text p {
    text-align: center;
  }
  #AboutBlock {
    margin-bottom: 0;
    background-image: none;
  }
  #AboutBlock h1:after {
    display: none;
  }
  #AboutBlock .about_image .about_image_logo {
    bottom: -13%;
    right: 33%;
  }
  #AboutBlock .about_image {
    margin-bottom: 25px;
  }
  #AboutBlock h1 {
    font-size: 30px;
    line-height: 1.2;
  }
  #TransportBlock {
    padding: 30px 0;
    margin-bottom: 0;
    padding-bottom: 70px;
    background-image: none;
  }
  #TransportBlock h1:after {
    display: none;
  }
  #TransportBlock h1 {
    font-size: 30px;
    line-height: 1.2;
  }
  #TransportBlock .transport_item .transport_img {
    width: 100%;
    height: 200px;
  }
  #TransportBlock .transport_item .transport_title {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
  }
  #TransportBlock.transport_services .transport_item .transport_pop {
    width: 100%;
    right: auto;
    left: auto;
    position: relative;
    margin-top: 20px;
    bottom: auto;
  }
  #TransportBlock .transport_item .transport_title:after {
    bottom: -8px;
    left: 0;
    height: 2px;
  }
  #TransportBlock .transport_slider .next {
    bottom: -7%;
  }
  #TransportBlock .transport_slider .prev {
    bottom: -7%;
  }
  #FeedbackBlock {
    padding: 30px 0;
    background-image: none;
    margin-bottom: 0;
  }
  #FeedbackBlock h1:after {
    display: none;
  }
  #FeedbackBlock h1 {
    font-size: 30px;
    line-height: 1.2;
  }
  #FeedbackBlock .feedback_btn {
    width: 100%;
  }
  #FeedbackBlock .feedback_item {
    padding: 20px;
  }
  #FeedbackBlock .feedback_item .feedback_name {
    font-size: 27px;
    line-height: 1.2;
  }
  #FeedbackBlock .feedback_more {
    width: 100%;
  }
  #QuestionBlock h1:after {
    display: none;
  }
  #QuestionBlock h1 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  #QuestionBlock h2:after {
    display: none;
  }
  #QuestionBlock h2 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  #QuestionBlock .accordion-button {
    font-size: 17px;
    line-height: 1.2;
  }
  #QuestionBlock .accordion-button span {
    width: 87%;
  }
  #QuestionBlock .accordion-body {
    margin-left: 20px;
  }
  #QuestionBlock .img_circle {
    display: none;
  }
  #QuestionBlock .block_form_call {
    padding: 20px;
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
  }
  #QuestionBlock .block_form_call_title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  #QuestionBlock .block_fc_flex {
    align-items: center;
  }
  #QuestionBlock {
    background: rgb(105 145 110 / 10%);
    padding-bottom: 30px;
    margin-bottom: 0;
  }
  #ContactsBlock {
    margin-bottom: 0;
  }
  #ContactsBlock .contacts_list .contacts_item .contacts_text {
    text-align: left;
  }
  #ContactsBlock .contacts_list .contacts_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  #ContactsBlock .contacts_list {
    padding: 20px;
  }
  .city_select_top {
    width: 100%;
  }
  #PageTopBlock .block_form_call .block_form_call_title {
    font-size: 28px;
    line-height: 1.2;
  }
  #MapBlock .buts__flex {
    display: flex;
    flex-direction: column;
  }
  #MapBlock .order_call {
    margin-right: 0;
    width: 100%;
  }
  #MapBlock .price__title_buts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #MapBlock .block__price_link {
    margin-left: 0;
    margin-top: 15px;
  }
  #HowOrderGruz .how_order_block:after {
    display: none;
  }
  #HowOrderGruz .how_order_block {
    padding: 20px;
  }
  #HowOrderGruz .how__order_text {
    margin-bottom: 26px;
  }
  #HowOrderGruz h2 {
    font-size: 30px;
    line-height: 1.2;
  }
  #HowOrderGruz {
    padding-top: 30px;
  }
  #MapBlock.page__city_to_city .map_price__title {
    font-size: 30px;
    line-height: 1.2;
  }
  #MapBlock.page__city_to_city {
    background-image: none;
  }
  #MainBanner.poddomen .block_form_where {
    padding: 10px;
    margin-top: 20px;
    padding-bottom: 0;
  }
  #MainBanner.poddomen .block_form_where .form_where_col {
    width: 100%;
    margin-right: 0;
  }
  #MainBanner.poddomen {
    padding-bottom: 0;
  }
  #BannerForm.poddomen h2 {
    font-size: 25px;
  }
  #Recomendation .poddomen_line_left {
    border-left: none;
    padding-left: 0;
  }
  #WeWarranty {
    padding-top: 20px;
  }
  .SumoSelect.open > .optWrapper {
    display: contents;
  }
  header .main_menu .main_menu_list .nav-item {
    margin: 0 10px;
  }
  header .main_menu .main_menu_list .nav-item:hover:before {
    display: none;
  }
  header .main_menu .main_menu_list .nav-item:hover:after {
    display: none;
  }
  #MapBlock .block__price .block__price_title a {
    font-size: 18px;
    line-height: 1;
  }
  .block__price_title_mob_hidden {
    display: none !important;
  }
  .order_mob_1 {
    order: 1;
  }
  .order_mob_2 {
    order: 2;
  }
  #BannerForm {
    height: auto;
    padding-top: 30px;
    background-size: cover;
  }
  #HowServices .how_services .how_services_item {
    width: 100%;
  }
  #HowServices .hs__big_title .hs__after:after {
    display: none;
  }
  #HowServices .hs__big_title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  #dop_uslugi .dop_item {
    width: 100%;
    height: auto;
  }
  .logo_subtitle_footer {
    font-size: 11px;
  }
  .about__digital .about__digital_big {
    font-size: 38px;
  }
  .about__digital .about__digital_small {
    font-size: 14px;
  }
  #IncPrice .hs__big_title {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  #ClientBlock.uniq__block .hs__big_title {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  #TransportBlock.transport_services .hs__big_title .hs__after:after {
    display: none;
  }
  #TransportBlock.transport_services .hs__big_title {
    font-size: 26px;
    line-height: 1.2;
  }
  #dop_uslugi .hs__big_title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 32px;
  }
  #dop_uslugi .hs__big_title .hs__after:after {
    display: none;
  }
  #DirectionListSlider .direction_block .direction_slider .direction_title {
    font-size: 24px;
    line-height: 1.2;
  }
  #PopularDirTable thead {
    display: none;
  }
  #PopularDirTable tr {
    margin-bottom: 10px;
    display: block;
    border: 2px solid #dfdfdf;
  }
  #PopularDirTable td,
  #PopularDirTable th {
    text-align: right;
    border: none;
    display: flex;
    width: 100%;
    vertical-align: middle;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px 5px 10px;
    background: none !important;
  }
  #PopularDirTable td:before,
  #PopularDirTable th:before {
    content: attr(data-label);
    font-weight: normal;
    vertical-align: middle;
    display: block;
    float: left;
  }
  #PopularDirTable td:first-child {
    font-weight: bold;
  }
  #PopularDirTable td:first-child:before {
    display: none;
  }
  #PopularDirTable td:last-child {
    font-weight: bold;
  }
  #PopularDirTable td:last-child:before {
    display: none;
  }
  #Advantages .advantages_block .advant_title {
    font-size: 17px;
  }
  header .top_header .block_logo {
    width: 50%;
  }
  header .top_header .block_logo img {
    width: 100%;
  }
  .logo_subtitle {
    font-size: 11px;
    line-height: 1.2;
  }
  header .top_header .block_contacts .email:before {
    margin-right: 5px;
    margin-top: 5px;
    display: none;
  }
  header .top_header .block_contacts .phone:before {
    margin-right: 5px;
    display: none;
  }
  #AboutBlock.mainpage h2 {
    font-size: 26px;
  }
  #AboutBlock.mainpage h2:after {
    display: none;
  }
  .team_img img {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 320px) {
  #BannerForm h2 {
    font-size: 20px;
    line-height: 1;
  }
  #BannerForm p {
    font-size: 20px;
    line-height: 1;
  }
}
