@media screen and (max-width: 1024px) {
  .header {
    padding: 0;
    background: #ffffff;
    position: sticky;
  }
  .header > .page_container {
    padding: 0;
  }
  .header_inner {
    flex-wrap: wrap;
  }
  .header .call_btns {
    order: 1;
    width: 70%;
    background: #009FE3;
  }
  .header .phone_link,
  .header .whatsApp_link {
    padding: 9px 15px;
    background: #009FE3;
    color: #ffffff;
    margin: 0;
  }
  .header .phone_link:before,
  .header .whatsApp_link:before {
    color: #ffffff;
    background: #33B2E9;
  }
  .header .actions_block {
    order: 2;
    width: 30%;
    padding: 9px 15px;
    background: #009FE3;
    justify-content: flex-end;
  }
  .header .main_logo {
    order: 3;
    width: 50%;
    margin: 7px 0 0;
    padding: 0 15px;
  }
  .header .secondary_btn {
    order: 4;
    max-width: 50%;
    margin: 7px 15px 7px;
    margin-left: auto;
  }
  .header .search_toggle,
  .header .menu_btn {
    background: #33B2E9;
    color: #ffffff;
    border: none;
  }
  .header .menu_block {
    right: 15px;
    top: 50px;
    border: none;
  }
  .header .main_logo img {
    height: 38px;
  }
  .header .search_btn {
    margin: 0;
    height: 38px;
  }
  .header .search_block {
    margin-right: 10px;
    width: 40px;
    display: flex;
    justify-content: flex-end;
  }
  .header .search_block.opened .search_form {
    flex: 0 0 calc(100vw - 133px);
    max-width: calc(100vw - 133px);
  }
  .header .actions_block {
    position: unset;
  }
}
@media screen and (max-width: 768px) {
  .header .search_block.opened .search_form {
    flex: 0 0 calc(100vw - 80px);
    max-width: calc(100vw - 80px);
  }
  .header .main_logo img {
    height: 30px;
  }
  .header .menu_btn {
    font-size: 0;
    line-height: 0;
    width: 40px;
    height: 40px;
  }
  .header .menu_block {
    top: 58px;
    right: 0;
    max-width: 100%;
    border-radius: 0;
  }
  .header .main_menu {
    padding: 15px 0 0;
  }
  .menu_opened:before {
    display: block;
    content: "";
    position: absolute;
    background: rgba(30, 30, 32, 0.5);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
  }
  .menu_opened .menu_btn:before, .menu_opened .menu_btn:after {
    left: 16px;
  }
}
@media screen and (max-width: 575px) {
  .header .phone_link {
    font-size: 160%;
    padding: 9px 0 9px 15px;
    margin-right: 15px;
  }
  .header .whatsApp_link {
    padding: 9px 10px 9px 0;
    font-size: 0;
  }
  .header .whatsApp_link:before {
    margin-right: 0;
  }
  .header .search_block {
    margin-left: 0;
  }
}
@media screen and (max-width: 410px) {
  .header .main_logo {
    width: 43%;
  }
  .header .secondary_btn {
    font-size: 140%;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_subtitle {
    font-size: 180%;
  }
  .footer .footer_top {
    justify-content: center;
  }
  .footer .logo {
    order: 1;
  }
  .footer .footer_menu {
    order: 3;
    margin-top: 50px;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 50px 0 0;
    padding: 0;
  }
  .footer .footer_menu ul {
    margin: 0;
    padding: 0;
  }
  .footer .subscribe_section {
    order: 2;
    flex-direction: column;
    align-items: baseline;
  }
  .footer .subscribe_section .field_block {
    padding: 0;
    margin-top: 10px;
  }
  .footer .subscribe_section .validate_btn {
    top: 10px;
  }
  .footer .copyrights {
    padding-right: 0;
  }
  .footer .inner_menu {
    width: 100%;
  }
  .footer .footer_contacts {
    order: 4;
  }
  .footer .footer_bottom .page_container {
    margin-top: 50px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer .developer {
    margin: 15px 0 0;
    padding: 0;
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .footer .inner_menu li {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .footer .inner_menu li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .content {
    padding-bottom: 60px;
  }
  .service_list .services_block {
    padding: 30px 20px;
  }
  .service_list .drop_block {
    padding: 0 20px;
  }
  .service_list .drop_block:before, .service_list .drop_block:after {
    height: 40px;
  }
  .tab_block .standard_textpage {
    padding: 0 15px;
  }
  .tab_block .btn_row {
    padding-top: 30px;
  }
  .image_slider {
    margin: 30px -20px 0;
  }
  .image_slider .swiper-slide {
    padding: 0 20px;
  }
}
@media screen and (max-width: 575px) {
  .image_slider {
    margin: 30px -10px 0;
  }
  .image_slider .swiper-slide {
    padding: 0 10px;
  }
  .service_section {
    margin: 0 -15px;
  }
  .service_list > li {
    border: none;
  }
  .service_list > li.opened .btn_service {
    background: #009FE3;
    color: #ffffff;
  }
  .service_list > li.opened .btn_service:hover:before {
    transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
  }
  .service_list > li.opened .btn_row .btn_service {
    background: #ffffff;
    color: #009FE3;
    border-color: #009FE3;
  }
  .service_list .icon_row {
    justify-content: center;
  }
  .service_list .services_block {
    position: relative;
    text-align: center;
    padding: 20px 20px 90px;
    border-radius: 0;
  }
  .service_list .btn_service {
    position: absolute;
    bottom: 30px;
    width: auto !important;
    min-width: 130px;
  }
  .service_list .btn_service span {
    opacity: 1;
  }
  .service_list .btn_service:hover:before {
    transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    -o-transform: rotate(50deg);
  }
  .service_list .section_title {
    margin-bottom: 14px;
  }
  .service_list .drop_block:before {
    height: 20px;
  }
  .tab_block ul {
    font-size: 140%;
  }
  .tab_block .description_block {
    padding-top: 10px;
    font-size: 140%;
  }
  .tab_block .standard_textpage {
    padding: 0;
  }
  .tab_block .btn_row {
    flex-direction: column-reverse;
  }
  .tab_block .btn_row .btn_service {
    position: relative;
    bottom: unset;
  }
  .tab_block .secondary_btn {
    margin: 30px 0 0;
    width: 320px;
    max-width: 100%;
  }
}

/*# sourceMappingURL=index-m.css.map */
