@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: 1024px) {
  .main_slider .page_title,
  .main_slider .block_description {
    -webkit-line-clamp: 4;
  }
  .main_slider .swiper-slide {
    height: auto;
    max-height: none;
    min-height: auto;
  }
  .main_slider .swiper-slide:before {
    display: none;
  }
  .main_slider .swiper-slide img {
    position: relative;
    top: auto;
    left: auto;
    height: 79.2vw;
    max-height: 380px;
  }
  .main_slider .swiper-slide .page_container {
    justify-content: unset;
  }
  .main_slider .swiper-button-next,
  .main_slider .swiper-button-prev {
    display: none;
  }
  .main_slider .slide_info {
    height: auto;
    background: #ffffff;
    max-width: none;
    padding: 15px 0;
    text-align: center;
    margin: 0 auto;
  }
  .main_slider .slider_dots {
    position: relative;
    bottom: -20px;
    left: auto;
    text-align: center;
    padding: 0 15px 30px;
  }
  .services_section > .page_container {
    display: flex;
    flex-direction: column-reverse;
  }
  .services_section .head_block {
    order: 2;
    margin: 0 auto 40px;
  }
  .services_section .left_block {
    order: 3;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1025px) {
  .services_section .left_block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .services_section .left_block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .services_section .right_block {
    order: 1;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1025px) {
  .services_section .right_block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .services_section .right_block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .services_section .tag_block {
    margin-bottom: 30px;
  }
  .about_section .signature_img img {
    height: 50px;
    max-width: 127px;
  }
  .about_section .story_block {
    margin-top: 20px;
  }
  .product_section .tag_block {
    margin-bottom: 30px;
  }
  .product_section .head_block {
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .product_section .right_block {
    display: none;
  }
  .product_section .left_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .book_section .field_row .field_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .services_section .right_block .swiper-slide {
    max-height: 482px;
  }
  .services_section .head_block {
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .services_section .head_block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .services_section .head_block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .services_section .list_services {
    flex-wrap: unset;
    margin: 0 -5px;
  }
  .services_section .list_services .swiper-slide {
    flex: 0 0 69.16%;
    max-width: 69.16%;
    padding: 0 5px !important;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .services_section .list_services .swiper-slide {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .services_section .list_services .swiper-slide {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .services_section .btn_service {
    margin: 0 auto;
  }
  .services_section .services_block {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .about_section {
    text-align: center;
  }
  .about_section .tag_block {
    margin-bottom: 30px;
  }
  .about_section .right_block,
  .about_section .left_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .about_section .right_block,
  .about_section .left_block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .about_section .right_block,
  .about_section .left_block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .about_section .head_block img {
    display: none;
  }
  .about_section .list_info {
    margin-top: 40px;
  }
  .about_section .list_info > li {
    padding: 20px 0;
  }
  .about_section .stats_section > ul > li {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 40px;
  }
  .about_section .stats_section > ul .block_description {
    padding-top: 10px;
  }
  .about_section .story_row .right_block {
    padding-top: 20px;
  }
  .about_section .sub_title {
    font-size: 240%;
  }
  .about_section .info_story {
    text-align: left;
  }
  .book_section .right_block,
  .book_section .left_block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .book_section .right_block img,
  .book_section .left_block img {
    max-width: 100%;
  }
  .book_section .page_title,
  .book_section .block_description {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .main_slider .swiper-slide img {
    max-height: 200px;
  }
  .main_slider .primary_btn {
    width: 100%;
  }
  .book_section .validate_btn {
    width: 100%;
  }
}

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