@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;
  }
  .stats_section {
    padding: 40px 0 20px;
  }
  .stats_section > ul > li {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 40px;
  }
  .stats_section > ul .block_description {
    padding-top: 10px;
  }
  .list_info {
    margin: 40px -20px 0;
  }
  .why_us .right_block {
    width: 240px;
  }
  .info_story {
    text-align: left;
  }
  .story_row .signature_img img {
    height: 46px;
  }
  .about_slider {
    margin: 20px -10px 0;
  }
  .about_slider .swiper-slide {
    padding: 0 10px;
  }
}
@media screen and (max-width: 640px) {
  .about_slider:not(.swiper-initialized) .swiper-slide {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 575px) {
  .list_info > li {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .list_info > li:not(:last-child) {
    padding-bottom: 40px;
  }
  .list_info .info_item {
    padding-top: 20px;
  }
  .list_info .sub_title {
    font-size: 240%;
  }
  .story_row {
    margin-top: 40px;
  }
  .story_row .right_block,
  .story_row .left_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) and (min-width: 1025px) {
  .story_row .right_block,
  .story_row .left_block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 575px) and (max-width: 1024px) {
  .story_row .right_block,
  .story_row .left_block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 575px) {
  .story_row .right_block {
    padding-top: 20px;
    text-align: center;
  }
  .story_row .sub_title {
    padding-top: 20px;
    font-size: 240%;
  }
  .story_row .block_description {
    font-size: 160% !important;
  }
  .why_us {
    flex-direction: column-reverse;
    margin-top: 40px;
  }
  .why_us .right_block {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .why_us .left_block {
    padding: 20px 0 0;
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .why_us .sub_title {
    padding-top: 20px;
    font-size: 240%;
  }
  .main_bnner {
    flex-direction: column-reverse;
    padding-bottom: 0;
  }
  .main_bnner > picture img,
  .main_bnner > img {
    margin-top: 30px;
  }
  .main_bnner .bnner_logo img {
    aspect-ratio: unset;
    height: 120px;
    width: auto;
  }
  .main_bnner .main_info {
    padding-top: 30px;
  }
  .story_row .block_description {
    font-size: 140%;
  }
  .story_row .section_title {
    font-size: 200%;
  }
  .about_slider {
    margin: 30px -5px 0;
  }
  .about_slider .swiper-slide {
    padding: 0 5px;
  }
  .slider_section {
    margin-top: 60px;
  }
  .slider_section .slider_btns {
    display: none;
  }
  .slider_section .title_row {
    text-align: center;
    justify-content: center;
  }
  .slider_section .page_title {
    font-size: 300%;
  }
  .stats_section {
    padding: 40px 0 0;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .main_bnner .bnner_logo img {
    height: 105px;
  }
  .about_slider {
    margin: 30px -5px 0;
  }
  .about_slider .swiper-slide {
    padding: 0 5px;
  }
  .about_slider:not(.swiper-initialized) .swiper-slide {
    max-width: 71.42%;
    flex: 0 0 71.42%;
  }
}

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