:root {
  --color-black: #000000;
  --color-black-33: #333333;
  --color-gray-66: #666666;
  --color-gray-99: #999999;
  --color-gray-e5: #e5e5e5;
  --color-white: #ffffff;
  --color-creamy-f2: #f2f2f2;
  --color-error: #C7383F;
  --color-primary: #1e4389;
  --color-secondary: #000000;
  --color-text: #323232;
  --color-success: #38C758;
  --color-page-title: #38C758;
  --color-info: #388BC7;
  --color-warning: #FFD99F;
  --color-dev: #1e4389;
  --color-brand-navy: #102a43;
  --color-brand-blue: #1e4389;
  --color-section-label: #1e4389;
  --color-brand-blue-hover: #163776;
  --color-brand-blue-pressed: #0e295d;
  --color-brand-surface: #f6f6f7;
  --color-brand-card: #f9fafb;
  --color-brand-muted: #e0e1e6;
  --color-brand-subtext: #4c4c4c;
  --color-brand-overlay: rgba(8, 24, 39, 0.8);
  --shadow-brand: 0 4px 20px rgba(0, 0, 0, 0.16);
  --color-overlay-scrim: rgba(0, 0, 0, 0.6);
  --social-facebook: #3b5998;
  --social-twitter: #00acee;
  --social-youtube: #c4302b;
  --social-behance: #053eff;
  --social-linkedin: #0e76a8;
  --social-ok: #ed812b;
  --social-pinterest: #c8232c;
  --social-vk: #4c75a3;
  --social-tiktok: #EE1D52;
  --social-telegram: #0088cc;
  --gradient-instagram: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

@media screen and (max-width: 1024px) {
  .header {
    padding: 0;
  }
  .header .block_action {
    gap: 0;
  }
  .header .mobile_filed,
  .header .login_field {
    margin-left: 10px;
  }
  .header .menu_block {
    flex: 0 0 auto;
    width: 0;
    min-width: 0;
    overflow: visible;
  }
  .header .login_field {
    opacity: 0 !important;
    pointer-events: none;
    position: absolute;
    right: 7.6rem;
    z-index: -1;
    -o-transition: z-index 0s 0.5s;
    -ms-transition: z-index 0s 0.5s;
    -moz-transition: z-index 0s 0.5s;
    -webkit-transition: z-index 0s 0.5s;
    transition: z-index 0s 0.5s;
  }
  .header_inner {
    padding: 15px 0;
  }
  .header .main_logo:not(:has(a)),
  .header .main_logo a {
    position: relative;
    z-index: 1;
    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: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: var(--color-brand-navy);
    z-index: 99;
    padding: 0;
    opacity: 0;
    -o-transition: height 0s 0.5s, opacity 0.5s;
    -ms-transition: height 0s 0.5s, opacity 0.5s;
    -moz-transition: height 0s 0.5s, opacity 0.5s;
    -webkit-transition: height 0s 0.5s, opacity 0.5s;
    transition: height 0s 0.5s, opacity 0.5s;
  }
  .header .menu_block:before {
    display: block;
    content: "";
    height: 70px;
  }
  .header .menu_inner {
    height: calc(100dvh - 70px);
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 30px;
  }
  .header .lg_block {
    margin-right: 10px;
  }
  .header .menu_inner .header_actions_mobile {
    padding: 16px 16px;
    background-color: transparent;
    width: 100%;
    flex-direction: column-reverse;
    gap: 16px;
    align-items: flex-start;
  }
  .header .menu_inner .header_actions_mobile .search_block {
    height: 48px;
    width: 100%;
  }
  .header .menu_inner .header_actions_mobile .search_form {
    width: 100%;
    background: color-mix(in srgb, var(--color-white) 4%, transparent);
    border: 1px solid;
    border-image-source: linear-gradient(225deg, color-mix(in srgb, var(--color-white) 32%, transparent) 0%, color-mix(in srgb, var(--color-white) 4%, transparent) 100%);
    height: 55px;
  }
  .header .menu_inner .header_actions_mobile .search_btn {
    background: var(--color-white);
    right: 5px;
    top: 3px;
  }
  .header .menu_inner .header_actions_mobile .search_field {
    width: 100%;
  }
  .header .menu_inner .header_actions_mobile .search_field input {
    background: color-mix(in srgb, var(--color-white) 4%, transparent);
    border: 1px solid;
    border-image-source: linear-gradient(225deg, color-mix(in srgb, var(--color-white) 32%, transparent) 0%, color-mix(in srgb, var(--color-white) 4%, transparent) 100%);
    color: var(--color-white);
    padding-right: 56px;
  }
  .header .menu_inner .header_actions_mobile .search_field ::-webkit-input-placeholder {
    color: var(--color-white);
  }
  .header .menu_inner .header_actions_mobile .search_field :-moz-placeholder {
    color: var(--color-white);
  }
  .header .menu_inner .header_actions_mobile .search_field ::-moz-placeholder {
    color: var(--color-white);
  }
  .header .menu_inner .header_actions_mobile .search_field :-ms-input-placeholder {
    color: var(--color-white);
  }
  .header .main_menu {
    flex: 1;
    width: 100%;
    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 color-mix(in srgb, var(--color-white) 12%, transparent);
  }
  .header .main_menu > ul > li > a {
    color: var(--color-white);
  }
  .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: var(--color-brand-navy);
    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: color-mix(in srgb, var(--color-white) 60%, transparent);
    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: var(--color-white);
  }
  .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 .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: color-mix(in srgb, var(--color-white) 60%, transparent);
  }
  .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 .menu_block {
    height: 100%;
    opacity: 1;
    -o-transition: height 0s 0s, opacity 0.5s;
    -ms-transition: height 0s 0s, opacity 0.5s;
    -moz-transition: height 0s 0s, opacity 0.5s;
    -webkit-transition: height 0s 0s, opacity 0.5s;
    transition: height 0s 0s, opacity 0.5s;
  }
  .menu_opened .login_field {
    opacity: 1 !important;
    pointer-events: unset;
    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;
  }
  .menu_opened .lg_block {
    visibility: hidden;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer .footer_main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
  }
  .footer .footer_bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .footer .footer_social {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .hero {
    min-height: 64rem;
  }
  .hero_inner {
    gap: 3.2rem;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .hero_title {
    font-size: 338.46%;
    line-height: 1.22em;
  }
  .hero_text {
    font-size: 153.84%;
    line-height: 1.5em;
  }
  .hero_trust {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.4rem;
  }
  .services {
    padding: 7rem 0;
  }
  .services .page_container {
    gap: 3.2rem;
  }
  .slider_btn {
    display: flex;
  }
  .mission_inner {
    flex-direction: row;
    align-items: flex-start;
    gap: 3rem;
  }
  .mission_media {
    flex: 0 0 48%;
    max-width: 56rem;
  }
  .mission_info {
    padding-top: 2rem;
  }
  .news_head {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .news_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .partners_track {
    animation-duration: 28s;
  }
  .partners .ticker {
    padding: 2.4rem 3rem;
    gap: 3.2rem;
  }
  .mission_badge {
    top: 1rem;
    left: 1rem;
  }
  .partners_title {
    font-size: 276.92%;
    line-height: 1.22em;
  }
  .mission_badge_value {
    font-size: 153.84%;
    line-height: 1em;
  }
  .mission_badge_label {
    font-size: 107.69%;
    line-height: 1.42em;
  }
  .mission_badge_icon {
    width: 5rem;
    height: 5rem;
  }
  .mission_badge_icon:before {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .hero {
    min-height: 56vh;
  }
  .hero_inner {
    gap: 3.2rem;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .hero_title span:first-child {
    margin-bottom: 1.6rem;
  }
  .hero_trust {
    flex-direction: column;
    gap: 1.6rem;
  }
  .services {
    padding: 6rem 0;
  }
  .services .page_container {
    gap: 3.2rem;
  }
  .mission_inner {
    flex-direction: column;
    gap: 3rem;
  }
  .mission_media {
    flex: 0 0 auto;
    max-width: none;
  }
  .mission_info {
    padding-top: 0;
  }
  .partners_title {
    font-size: 276.92%;
    line-height: 1.22em;
  }
  .mission_badge_value {
    font-size: 153.84%;
    line-height: 1em;
  }
  .mission_badge_label {
    font-size: 107.69%;
    line-height: 1.42em;
  }
  .mission_badge_icon {
    width: 5rem;
    height: 5rem;
  }
  .mission_badge_icon:before {
    font-size: 2rem;
  }
  .news_head {
    flex-direction: column;
    align-items: flex-start;
  }
  .news:has(.news_all) {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 20px;
  }
  .news .news_all {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    justify-content: center;
  }
  .news_grid {
    grid-template-columns: 1fr;
  }
  .partners_track {
    animation-duration: 24s;
  }
  .services_swiper {
    padding: 40px 0 0 !important;
  }
  .partners .partners_btn,
  .services .slider_btn {
    width: 3.5rem;
    height: 3.5rem;
  }
  .partners .partners_btn.slider_prev,
  .services .slider_btn.slider_prev {
    left: -0.5rem;
  }
  .partners .partners_btn.slider_next,
  .services .slider_btn.slider_next {
    right: -0.5rem;
  }
  .partners .ticker {
    padding: 2rem;
    gap: 2.4rem;
    border-radius: 1rem;
  }
  .mission_badge {
    top: 1rem;
    left: 1rem;
  }
  .mission_media picture img {
    border-radius: 10px;
  }
}
@media screen and (max-width: 575px) {
  .hero {
    min-height: 52vh;
  }
  .hero_inner {
    gap: 2.8rem;
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
  .services {
    padding: 5.6rem 0;
  }
  .services .page_container {
    gap: 2.8rem;
  }
  .service_card {
    min-height: 32rem;
    padding: 2.4rem;
  }
}
@media screen and (max-width: 480px) {
  .hero {
    min-height: 50vh;
  }
  .hero_inner {
    gap: 2.8rem;
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
  .services {
    padding: 4.8rem 0;
  }
  .services .page_container {
    gap: 2.4rem;
  }
  .partners .partners_prev {
    left: -1.5rem;
  }
  .partners .partners_next {
    right: -1.5rem;
  }
  .service_card {
    min-height: 30rem;
    padding: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 5rem 0 3rem;
  }
  .footer .footer_main {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .footer .footer_bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .footer_social {
    margin-top: 2rem;
  }
}

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