@media screen and (max-width: 1024px) {
  .header {
    padding: 10px 0;
  }
  .header .menu_btn {
    position: relative;
    z-index: 101;
    top: 0;
    width: 44px;
    border: none;
    background: #E0E0E0;
    color: #212121;
    border-radius: 50px;
    aspect-ratio: 1;
    order: 3;
  }
  .header .menu_btn:before, .header .menu_btn:after {
    display: block;
    content: "";
    position: absolute;
    left: 13px;
    border-top: 2px solid;
    width: 18px;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header .menu_btn:before {
    top: 13px;
    transform-origin: left top;
    -webkit-transfrom-origin: left top;
  }
  .header .menu_btn:after {
    bottom: 13px;
    transform-origin: left bottom;
    -webkit-transfrom-origin: left bottom;
  }
  .header .menu_btn span {
    display: block;
    margin: 0 auto;
    width: 18px;
    border-top: 2px solid;
    -o-transition: opacity 0.2s 0.4s;
    -ms-transition: opacity 0.2s 0.4s;
    -moz-transition: opacity 0.2s 0.4s;
    -webkit-transition: opacity 0.2s 0.4s;
    transition: opacity 0.2s 0.4s;
  }
  .header_inner {
    align-items: center;
    justify-content: space-between;
  }
  .header_inner:before {
    display: none;
  }
  .header_inner:has(:not(.lg_block)) .menu_block {
    justify-content: flex-start;
  }
  .header .main_logo {
    order: 2;
    z-index: 110;
  }
  .header .main_logo img {
    height: 52px;
  }
  .header .menu_block {
    opacity: 0;
    height: 0;
    right: 0;
    top: 70px;
    width: 100%;
    padding: 0;
    min-width: 320px;
    overflow: hidden;
    z-index: 104;
    background: #F4F4F4;
    position: fixed;
    align-items: flex-start;
    -o-transition: height 0.5s;
    -ms-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
  }
  .header .menu_inner {
    position: relative;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
  }
  .header .main_menu ul {
    display: block;
    margin: 0;
    padding: 10px 20px 20px;
  }
  .header .main_menu ul > li {
    padding: 0;
    margin-bottom: 20px;
  }
  .header .lg_block {
    z-index: 110;
  }
  .menu_opened {
    overflow: hidden;
  }
  .menu_opened .menu_block {
    opacity: 1;
    height: 100%;
    -o-transition: opacity 0.5s 0s, height 0s 0s;
    -ms-transition: opacity 0.5s 0s, height 0s 0s;
    -moz-transition: opacity 0.5s 0s, height 0s 0s;
    -webkit-transition: opacity 0.5s 0s, height 0s 0s;
    transition: opacity 0.5s 0s, height 0s 0s;
  }
  .menu_opened .menu_btn {
    z-index: 110;
    position: relative;
  }
  .menu_opened .menu_btn span {
    opacity: 0;
    -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;
  }
  .menu_opened .menu_btn:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    left: 17px;
    top: 15px;
  }
  .menu_opened .menu_btn:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    left: 17px;
    bottom: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .footer {
    padding-top: 30px;
  }
  .footer_bottom {
    margin-top: 30px;
  }
  .footer_menu {
    display: none;
  }
  .footer .main_logo {
    flex: 1;
    max-width: 100%;
  }
  .footer .main_logo img {
    height: 83px;
  }
  .footer_contacts {
    padding-left: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .footer_top, .footer_bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer_bottom {
    gap: 20px;
    margin-top: 0;
    font-size: 87.5%;
  }
  .footer_contacts {
    text-align: center;
    align-items: center;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .footer_contacts li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer_contacts [class*=icon_] {
    font-size: 87.5%;
  }
  .footer .socials_list {
    order: 1;
  }
  .footer .copyrights {
    order: 2;
  }
  .footer .developer {
    order: 3;
  }
}
@media screen and (max-width: 1024px) {
  .service_section .service_block,
  .service_section .form_row,
  .service_section .main_block,
  .form_section .service_block,
  .form_section .form_row,
  .form_section .main_block,
  .main_section .service_block,
  .main_section .form_row,
  .main_section .main_block {
    margin: 0 -15px;
  }
  .service_section .left_block,
  .service_section .right_block, .service_section.main_section .image_block,
  .service_section .info_block,
  .form_section .left_block,
  .form_section .right_block,
  .form_section.main_section .image_block,
  .form_section .info_block,
  .main_section .left_block,
  .main_section .right_block,
  .main_section.main_section .image_block,
  .main_section .info_block {
    padding: 0 15px;
  }
  .why_section .why_list {
    flex-direction: column;
    margin: 0;
  }
  .why_section .why_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .why_section .sub_title {
    font-size: 112.5%;
  }
  .service_section .right_block,
  .service_section .left_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .service_section .text_content {
    padding-bottom: 0;
  }
  .service_section .read_more_btn {
    padding: 10px 0 24px;
  }
  .service_section .service_list {
    margin-top: 24px;
  }
  .service_section .inner_title {
    margin: 16px 0 12px;
    font-size: 112.5%;
  }
  .partners_section .partners_list {
    margin-top: 24px;
  }
  .partners_section .partners_list li {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .partners_section .partners_list li a img {
    height: 110px;
  }
  .partners_section .read_more_btn {
    display: flex;
    margin: 0 auto;
    text-align: center;
  }
  .form_section .form_row {
    border: none;
  }
  .form_section .page_title {
    margin-bottom: 24px;
    text-align: center;
  }
  .form_section .sub_title {
    text-align: center;
  }
  .form_section .contact_form {
    padding: 0;
  }
  .form_section .right_block {
    display: none;
  }
  .form_section .left_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .form_section .btn_block {
    padding-top: 4px;
  }
  .form_section .primary_btn {
    height: 48px;
  }
  .text_content {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .text_content.expanded {
    display: block;
  }
  .read_more_btn {
    display: block;
    padding: 0;
    border: none;
    background: transparent;
    color: #212121;
    cursor: pointer;
    font-family: "mardoto-medium", "roboto-medium";
    text-decoration: underline;
  }
  .banner_section .banner_block {
    padding: 0;
    min-height: unset;
    background-position: center;
    background-size: 0;
  }
  .banner_section .banner_block:before {
    content: "";
    display: block;
    position: relative;
    aspect-ratio: auto 320/180;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 12px;
    border-radius: 5px;
  }
  .banner_section .page_description {
    margin: 12px 0 12px;
  }
  .banner_section .info_banner {
    text-align: center;
    color: #212121;
    max-width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .read_more_btn {
    display: none !important;
  }
  .text_content {
    display: block;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
    text-overflow: unset;
  }
}
@media screen and (max-width: 768px) {
  .main_section {
    padding: 10px 0 40px;
    text-align: center;
  }
  .main_section .image_block {
    order: 1;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }
  .main_section .info_block {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
  .main_section .primary_btn {
    width: 100%;
  }
  .about_section {
    text-align: center;
  }
  .partners_section .partners_list li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media screen and (max-width: 575px) {
  .partners_section .partners_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .banner_section .banner_block .primary_btn,
  .form_section .primary_btn {
    width: 100%;
  }
}

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