@media screen and (max-width: 1024px) {
  .header {
    padding: 0;
    top: -45px;
  }
  .header_top {
    padding: 10px 16px;
    border-radius: 0;
    height: auto;
  }
  .header .top_action {
    margin-right: 63px;
    margin-left: 0;
  }
  .header .top_action a,
.header .top_action button {
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-left: 15px;
  }
  .header .top_action a:before,
.header .top_action button:before {
    font-size: 2.2rem;
    margin-right: 0;
    display: block;
  }
  .header_bottom {
    padding: 10px 16px;
    flex-wrap: wrap;
    background: #0B4CA0;
    border-radius: 0;
    position: relative;
  }
  .header .main_logo {
    margin-right: auto;
    position: relative;
    z-index: 100;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header .actions_block {
    left: 6px;
    margin-bottom: 0;
    flex-direction: row-reverse;
    gap: 0;
    -o-transition: z-index 0s 0.3s;
    -ms-transition: z-index 0s 0.3s;
    -moz-transition: z-index 0s 0.3s;
    -webkit-transition: z-index 0s 0.3s;
    transition: z-index 0s 0.3s;
  }
  .header .actions_block .drop_btn {
    font-size: 120%;
    line-height: 16px;
  }
  .header .actions_block:has(.opened) {
    z-index: 101;
    -o-transition: z-index 0s 0s;
    -ms-transition: z-index 0s 0s;
    -moz-transition: z-index 0s 0s;
    -webkit-transition: z-index 0s 0s;
    transition: z-index 0s 0s;
  }
  .header .actions_block .drop_inner {
    left: 0;
    margin-left: 0;
    border-radius: 12px;
    width: auto;
    min-width: 100%;
    top: 48px;
  }
  .header .actions_block ul:before, .header .actions_block ul:after {
    display: block;
    content: "";
    min-height: 8px;
  }
  .header .actions_block a {
    font-size: 120%;
    line-height: 16px;
    padding: 8px 16px;
  }
  .header .call_block {
    margin-left: auto;
    position: relative;
    right: 10px;
    padding: 0;
    bottom: auto;
  }
  .header .call_block .drop_inner {
    width: auto;
    right: -16px;
  }
  .header .call_block ul:before, .header .call_block ul:after {
    display: block;
    content: "";
    min-height: 8px;
  }
  .header .call_block .phones_block {
    background: none;
    padding: 0;
    font-size: 120%;
    line-height: 16px;
    padding: 8px 16px;
  }
  .header .search_block {
    position: static;
    margin-right: 0;
    width: 48px;
    height: 48px;
    left: 0;
    flex: unset;
    background: #0B4CA0;
    border-radius: 50%;
    margin-left: auto;
  }
  .header .search_block.opened .search_toggle {
    opacity: 1;
  }
  .header .search_block.opened .search_toggle:before {
    content: "\e904";
    color: #ffffff;
  }
  .header .search_block.opened .search_form {
    height: auto;
    opacity: 1;
    flex: none;
    max-width: 100vw;
  }
  .header .search_toggle {
    position: relative;
    top: auto;
    right: auto;
    width: 48px;
    height: 48px;
    left: 0;
  }
  .header .search_toggle:before {
    font-size: 2rem;
    color: #ffffff;
  }
  .header .search_form {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0 16px;
    border: none;
    height: 0;
    opacity: 0;
    overflow: hidden;
    background: #ffffff;
    border-radius: 0;
    -o-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .header .search_form:before, .header .search_form:after {
    display: block;
    content: "";
    height: 20px;
    margin: 0 -20px;
  }
  .header .search_form:before {
    border-top: 1px solid #e5e5e5;
  }
  .header .search_form:after {
    border-bottom: 1px solid #e5e5e5;
  }
  .header .search_field {
    flex: none;
    width: 100%;
  }
  .header .search_field input {
    font-size: 140%;
    border: 1px solid #e5e5e5;
    padding: 8px 60px 8px 16px;
    border-radius: 36px;
    height: 40px;
  }
  .header .search_btn {
    position: absolute;
    right: 21px;
    top: 21px;
    height: 38px;
    display: block;
  }
  .header .menu_block {
    position: fixed;
    overflow: hidden;
    top: 0;
    background: #ffffff;
    left: 0;
    width: 0;
    bottom: 0;
    opacity: 0;
    -o-transition: opacity 0.5s 0s, width 0s 0.5s;
    -ms-transition: opacity 0.5s 0s, width 0s 0.5s;
    -moz-transition: opacity 0.5s 0s, width 0s 0.5s;
    -webkit-transition: opacity 0.5s 0s, width 0s 0.5s;
    transition: opacity 0.5s 0s, width 0s 0.5s;
    z-index: 10;
    border-radius: 0;
    margin: 0;
  }
  .header .menu_inner {
    position: relative;
    margin-top: 107px;
    overflow-x: hidden;
    overflow-y: auto;
    border-top: 1px solid #e5e5e5;
    width: 100vw;
    height: calc(100dvh - 107px);
  }
  .header.sticky .menu_inner {
    margin-top: 100px;
    height: calc(100dvh - 100px);
  }
  .header.sticky .main_menu .submenu_list {
    top: 100px;
    height: calc(100dvh - 100px);
  }
  .header .main_menu {
    display: block;
    width: 100%;
    padding: 16px 0;
  }
  .header .main_menu > li {
    height: auto;
    position: relative;
    padding: 0 16px;
  }
  .header .main_menu > li:not(:first-child) {
    margin-top: 32px;
  }
  .header .main_menu > li > a {
    font-size: 160%;
    color: inherit;
  }
  .header .main_menu > li > a.submenu_btn {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .header .main_menu > li > a.submenu_btn:after {
    content: "\e903";
    font-size: 2rem;
    margin-left: auto;
    padding-left: 20px;
  }
  .header .main_menu > li > a.submenu_btn:before {
    display: none !important;
  }
  .header .main_menu > li.fixed .submenu_list {
    position: fixed;
  }
  .header .main_menu > li.opened .submenu_list {
    width: 100%;
    left: 0;
    -o-transition: width 0s 0s, left 0.5s;
    -ms-transition: width 0s 0s, left 0.5s;
    -moz-transition: width 0s 0s, left 0.5s;
    -webkit-transition: width 0s 0s, left 0.5s;
    transition: width 0s 0s, left 0.5s;
  }
  .header .main_menu .submenu_list {
    border: none;
    display: block;
    background: #ffffff;
    z-index: 5;
    overflow-x: hidden;
    overflow-y: auto;
    width: 0;
    left: 100%;
    top: 107px;
    height: calc(100dvh - 107px);
    -o-transition: width 0s 0.5s, left 0.5s;
    -ms-transition: width 0s 0.5s, left 0.5s;
    -moz-transition: width 0s 0.5s, left 0.5s;
    -webkit-transition: width 0s 0.5s, left 0.5s;
    transition: width 0s 0.5s, left 0.5s;
  }
  .header .main_menu .submenu_list:before {
    display: none;
  }
  .header .main_menu .submenu_list ul {
    padding: 20px 16px;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0;
  }
  .header .main_menu .submenu_list ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .header .main_menu .submenu_list li:not(:first-child) {
    margin-top: 0;
  }
  .header .main_menu .submenu_list a span:before {
    display: none;
  }
  .header .main_menu .menu_close {
    width: 100%;
    color: #000000;
    padding: 10px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-size: 140%;
    font-family: "notosans-bold", "notosansarm-bold";
    line-height: 19px;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    position: sticky;
    top: 0;
  }
  .header .main_menu .menu_close:before {
    font-family: "icon";
    content: "\e902";
    font-size: 2rem;
    margin-right: 8px;
  }
  .header .secondary_menu {
    position: relative;
    bottom: auto;
    top: auto;
    right: auto;
    height: auto;
    border-top: 1px solid #e5e5e5;
    display: block;
    padding: 20px 0;
    background: none;
    border-radius: 0;
    margin-top: 20px;
  }
  .header .secondary_menu li {
    padding: 0 16px;
    margin-bottom: 25px;
  }
  .header .secondary_menu li:not(:first-child) {
    margin-top: 15px;
  }
  .header .secondary_menu li a {
    color: #212121;
  }
  .header .menu_btn {
    z-index: 101;
    border: none;
    background: transparent;
    color: #ffffff;
    border-radius: 50%;
    background: #0B4CA0;
    font-size: 0;
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: -74px;
    right: 20px;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header .menu_btn:before, .header .menu_btn:after {
    display: block;
    content: "";
    position: absolute;
    left: 15px;
    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: 18px;
    transform-origin: left top;
    -webkit-transfrom-origin: left top;
  }
  .header .menu_btn:after {
    bottom: 18px;
    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 .search_result .list_box {
    padding: 10px 0;
  }

  .menu_opened {
    overflow: hidden;
  }
  .menu_opened .menu_block {
    width: 100%;
    opacity: 1;
    -o-transition: opacity 0.5s 0s, width 0s 0s;
    -ms-transition: opacity 0.5s 0s, width 0s 0s;
    -moz-transition: opacity 0.5s 0s, width 0s 0s;
    -webkit-transition: opacity 0.5s 0s, width 0s 0s;
    transition: opacity 0.5s 0s, width 0s 0s;
  }
  .menu_opened .header:not(.sticky) .main_logo {
    margin-top: -52px;
  }
  .menu_opened .header:not(.sticky) .menu_btn {
    bottom: -30px;
  }
  .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: 18px;
    top: 17px;
  }
  .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: 18px;
    bottom: 17px;
  }
}
@media screen and (max-width: 575px) {
  .header .menu_btn,
.header .top_action a,
.header .top_action button {
    margin-left: 7px;
  }
  .header .top_action {
    margin-right: 60px;
  }
  .header_top {
    position: relative;
  }
}
@media screen and (max-width: 1024px) {
  .footer_menu > ul > li {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 50px;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1025px) {
  .footer_menu > ul > li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .footer_menu > ul > li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .footer_bottom {
    padding-bottom: 40px;
  }
  .footer_bottom .page_container {
    flex-direction: column;
    padding-bottom: 40px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.25em;
  }
}
@media screen and (max-width: 1024px) {
  .developer {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .footer .info_list,
.footer .socials_list,
.footer .logo_block {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1025px) {
  .footer .info_list,
.footer .socials_list,
.footer .logo_block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .footer .info_list,
.footer .socials_list,
.footer .logo_block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .footer .logo_block img {
    height: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .footer .left_col {
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .footer .info_list {
    max-width: unset;
    flex: 1;
  }
  .footer .info_list li {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1025px) {
  .footer .info_list li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .footer .info_list li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .footer_menu {
    margin-top: 40px;
  }
  .footer_menu > ul > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .footer_menu > ul > li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .footer_menu > ul > li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .footer_top {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer .left_col {
    justify-content: space-between;
    align-items: center;
  }
  .footer .socials_list li {
    padding: 0 7px;
  }
  .footer .info_list {
    max-width: unset;
    flex: 1;
    font-size: 1.8rem;
    line-height: 1.25em;
  }
}
@media screen and (max-width: 1024px) {
  .structure_page .list_structure .block_list > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .structure_page .list_structure .block_list > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .structure_page .list_structure svg {
    margin: 0 auto;
  }
}

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