@media screen and (max-width: 1024px) {
  .header .main_menu {
    margin: 0;
    flex-direction: column;
  }
  .header .main_menu li {
    padding: 0;
    margin-bottom: 20px;
  }
  .header .mobile_version {
    display: block;
  }
  .header .web_version {
    display: none;
  }
  .header_inner .page_container {
    display: flex;
    align-items: center;
  }
  .header_inner .page_container .menu_btn {
    display: block;
  }
  .header_inner .page_container .lg_block {
    margin-right: 0;
    width: 100%;
  }
  .menu_opened {
    overflow: hidden;
  }
  .menu_opened .menu_btn {
    color: #ffffff !important;
  }
  .menu_opened .menu_btn span {
    -o-transition: opacity 0.2s 0s;
    -ms-transition: opacity 0.2s 0s;
    -moz-transition: opacity 0.2s 0s;
    -webkit-transition: opacity 0.2s 0s;
    transition: opacity 0.2s 0s;
    opacity: 0;
  }
  .menu_opened .menu_btn:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    width: 23px;
    left: 19px;
  }
  .menu_opened .menu_btn:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    width: 23px;
    left: 19px;
  }
  .menu_opened .menu_block {
    height: 100vh;
  }
  .menu_opened .lg_block .drop_inner {
    display: block;
    background: none;
    width: 100%;
  }
  .menu_opened .lg_block .drop_inner ul {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
  }
  .header_block {
    padding: 7px 0;
    flex: 1;
  }
  .menu_inner {
    flex: 1;
    height: 50%;
    min-height: 75vh;
    padding: 55px 15px 40px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    flex-direction: column;
    justify-content: start;
  }
}
@media screen and (max-width: 1024px) {
  .footer .footer_inner {
    padding: 25px 0 40px;
  }
  .footer .bottom_inner {
    justify-content: space-between;
  }
  .footer .menu_list li {
    padding: 0 15px 0;
  }
}
@media screen and (max-width: 768px) {
  .footer .top_inner,
  .footer .bottom_inner {
    flex-direction: column;
    align-items: center;
  }
  .footer .social_block {
    padding-top: 20px;
  }
  .footer .footer_btn {
    margin-top: 20px;
  }
  .footer .menu_list {
    flex-direction: column;
  }
  .footer .menu_list li:not(:last-child) {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 575px) {
  .footer .footer_inner {
    padding: 15px 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  .testimonials_page .inner_block {
    padding: 40px 30px 30px;
  }
  .testimonials_page .tab_inner {
    padding: 20px;
    flex-direction: column;
  }
  .testimonials_page .tab_section {
    padding-bottom: 70px;
  }
  .testimonials_page .tab_btns,
  .testimonials_page .tabs_container {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .testimonials_page .name_block {
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .testimonials_page .tab_section {
    padding-bottom: 50px;
  }
  .testimonials_page .inner_block {
    padding-bottom: 20px;
  }
  .testimonials_page .inner_block {
    border-radius: 10px;
  }
}
@media screen and (max-width: 575px) {
  .testimonials_page .tab_section {
    padding-bottom: 30px;
  }
  .testimonials_page .tab_inner {
    flex-direction: column;
  }
  .testimonials_page .inner_page {
    margin-top: -70px;
  }
}

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