@media screen and (max-width: 1024px) {
  .header {
    padding: 0;
  }
  .header .login_field {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 15px;
  }
  .header_inner {
    padding: 15px 0;
  }
  .header_inner:has(.block_action) {
    background: transparent;
    backdrop-filter: blur(14px);
  }
  .header .main_logo:not(:has(a)),
  .header .main_logo a {
    position: relative;
    z-index: 9999;
  }
  .header .main_logo:not(:has(a)) img,
  .header .main_logo a img {
    height: 43px;
  }
  .header .main_logo:not(:has(a)) span,
  .header .main_logo a span {
    margin-left: 6px;
    padding-left: 6px;
    width: 180px;
    font-size: 75%;
  }
  .header .menu_block {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: #001C3A;
    z-index: 99;
    padding: 0;
    -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 {
    height: 100dvh;
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 30px;
  }
  .header .lg_block .drop_btn {
    background: rgba(255, 255, 255, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 25px;
    margin-right: 10px;
  }
  .header_actions {
    padding: 16px 16px;
    background-color: transparent;
    flex-direction: column-reverse;
    gap: 16px;
    align-items: flex-start;
  }
  .header .search_block {
    height: 48px;
    width: 100%;
  }
  .header .search_form {
    width: 100%;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid;
    border-image-source: linear-gradient(225deg, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0.04) 100%);
    height: 48px;
  }
  .header .search_btn {
    background: #ffffff;
    right: 5px;
    top: 3px;
  }
  .header .search_field {
    width: 100%;
  }
  .header .search_field input {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid;
    border-image-source: linear-gradient(225deg, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0.04) 100%);
    color: #ffffff;
    padding-right: 56px;
  }
  .header .search_field ::-webkit-input-placeholder {
    color: #ffffff;
  }
  .header .search_field :-moz-placeholder {
    color: #ffffff;
  }
  .header .search_field ::-moz-placeholder {
    color: #ffffff;
  }
  .header .search_field :-ms-input-placeholder {
    color: #ffffff;
  }
  .header .main_menu {
    flex: 1;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 40px;
  }
  .header .main_menu > ul {
    flex-direction: column;
    margin: 0;
    width: 100%;
    font-size: 1.8rem;
  }
  .header .main_menu > ul > li {
    margin: 10px 16px 0;
    padding: 0;
    border-bottom: 1px solid rgba(235, 235, 235, 0.1);
  }
  .header .main_menu > ul > li > a {
    color: #ffffff;
  }
  .header .main_menu > ul > li > a.submenu_btn {
    display: none;
  }
  .header .main_menu > ul > li > a.submenu_btn:before {
    transform: rotate(-90deg) !important;
    -moz-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
    -webkit-transform: rotate(-90deg) !important;
    -o-transform: rotate(-90deg) !important;
  }
  .header .main_menu > ul > li > .submenu_list {
    background: #001C3A;
    overflow-x: hidden;
    overflow-y: auto;
    left: auto;
    z-index: 50;
    -o-transition: width 0.5s;
    -ms-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    font-size: 1.8rem;
  }
  .header .main_menu > ul > li > .submenu_list .submenu_list {
    display: none;
  }
  .header .main_menu > ul > li > .submenu_list .submenu_list:before {
    display: none !important;
  }
  .header .main_menu > ul > li > .submenu_list .submenu_list .back_btn {
    display: none;
  }
  .header .main_menu > ul > li > .submenu_list .submenu_list a {
    padding-left: 15px;
    color: #A5ADB7;
    margin-bottom: 0;
    font-size: 1.6rem;
  }
  .header .main_menu > ul > li > .submenu_list .submenu_btn {
    margin-bottom: 0;
  }
  .header .main_menu > ul > li > .submenu_list > li {
    margin: 0;
    padding: 0;
  }
  .header .main_menu > ul > li > .submenu_list > li a {
    color: #ffffff;
  }
  .header .main_menu > ul > li > .submenu_list > li.opened .submenu_btn {
    background: transparent;
  }
  .header .main_menu > ul > li > .submenu_list > li.opened .submenu_btn:before {
    transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
  }
  .header .main_menu > ul > li.opened > .submenu_list {
    width: 100%;
  }
  .header .main_menu > ul a {
    margin: 0;
    padding: 0 25px 15px 0;
    width: 100%;
  }
  .header .login_field {
    margin-left: auto;
    padding-right: 50px;
  }
  .header .submenu_list:before {
    padding: 14px 0 20px;
    font-size: 1.4rem;
    line-height: 15px;
  }
  .header .submenu_list li {
    width: 100vw;
    margin: 0;
  }
  .header .back_btn {
    padding: 5px 0 10px !important;
  }
  .header .back_btn button {
    display: flex;
    border: none;
    background: transparent;
    border-radius: 8px;
    gap: 6px;
    line-height: 1.5em;
    font-size: 1.4rem;
    width: 100%;
    color: rgba(255, 255, 255, 0.6);
  }
  .header .back_btn button:before {
    display: block;
    font-size: 2.4rem;
    content: "/";
  }
  .header .back_btn button:after {
    display: block;
    content: "";
    min-width: 24px;
  }
  .menu_opened {
    overflow: hidden;
  }
  .menu_opened .header_inner:has(.block_action) {
    background: #001C3A;
    backdrop-filter: none;
  }
  .menu_opened .menu_block {
    height: 100%;
  }
  .menu_opened .login_field {
    opacity: 1;
    pointer-events: unset;
    z-index: 11;
  }
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 40px 0 30px;
  }
  .footer .main_logo {
    padding-right: 15px;
  }
  .footer .main_logo img {
    width: 160px;
  }
  .footer_main {
    padding-left: 15px;
  }
  .footer_title {
    font-size: 1.4rem;
  }
  .footer_contacts li {
    padding-top: 20px;
  }
  .footer .contact_item {
    font-size: 1.4rem;
  }
  .footer_menu {
    margin: 0 -10px;
  }
  .footer_menu li {
    padding: 0 10px 10px;
  }
  .footer_menu a {
    font-size: 1.4rem;
  }
  .footer_bottom {
    padding-top: 40px;
  }
  .footer_socials .socials_list {
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .footer .main_logo {
    padding-right: 0;
  }
  .footer .main_logo img {
    width: 202px;
  }
  .footer_top {
    flex-direction: column;
    align-items: center;
  }
  .footer_main {
    padding: 20px 0 0;
    border-left: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .footer_title {
    font-size: 1.6rem;
    text-align: center;
  }
  .footer_contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  .footer_contacts ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer .contact_item {
    font-size: 1.6rem;
  }
  .footer_menu {
    display: none;
  }
  .footer_socials {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer_socials .socials_list {
    padding-top: 15px;
  }
  .footer_info {
    padding-top: 30px;
  }
  .footer_bottom {
    padding-top: 30px;
    flex-direction: column;
    margin: 0;
    text-align: center;
  }
  .footer_bottom .website_info {
    padding: 0;
  }
  .footer_bottom .customer_developer {
    padding: 10px 0 0;
    align-items: unset;
  }
  .footer_bottom img {
    width: 90px;
  }
}
@media screen and (max-width: 480px) {
  .footer_title,
  .footer .contact_item {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .news_section .news_list li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media screen and (max-width: 768px) {
  .latest_section {
    padding-top: 100px;
    padding-bottom: 0;
  }
  .latest_section .news_list li:first-child {
    width: 100%;
  }
  .latest_section .news_list li {
    width: 50%;
  }
  .news_section .news_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .latest_section .news_list li {
    width: 100%;
  }
  .news_section .news_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

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