@media screen and (min-width: 1025px) {
  #callback_request {
    font-size: 0 !important;
    line-height: 0 !important;
  }
  #callback_request:before {
    display: block;
    content: "\e929";
    font-size: 2rem;
  }
  .menu_btn {
    display: none;
  }
  .page-header .menu_block {
    width: 50%;
  }
  .page-header .menu_inner {
    display: flex;
    align-items: center;
  }
  .page-header .website_menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex: 1;
    width: 50%;
    white-space: nowrap;
    height: 72px;
    margin-right: 112px;
  }
  .page-header .website_menu:not(.ready) {
    opacity: 0;
  }
  .page-header .website_menu > li {
    padding: 0 12px 26px;
    margin-top: 26px;
    position: relative;
  }
  .page-header .website_menu > li.collapse {
    margin: 0;
    order: 2;
    opacity: 0;
    height: 0;
    padding-bottom: 0;
  }
  .page-header .website_menu > li.collapse > a {
    width: 180px;
    margin: 12px 0 12px auto;
  }
  .page-header .website_menu > li.collapse:before {
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: -12px;
    width: 228px;
    bottom: 0;
    background: #ffffff;
    border: solid #E1E0E0;
    border-width: 0 1px;
  }
  .page-header .website_menu > li.collapse:has(+ .toggle_btn) > a {
    margin-bottom: 24px;
  }
  .page-header .website_menu > li.collapse:has(+ .toggle_btn):before {
    border-radius: 0 0 12px 12px;
    border-bottom-width: 1px;
  }
  .page-header .website_menu > li.collapse .submenu_list {
    top: -12px;
    left: 100%;
  }
  .page-header .website_menu > li:not(.collapse) + li.collapse > a {
    margin-top: 24px;
  }
  .page-header .website_menu > li:not(.collapse) + li.collapse:before {
    border-radius: 12px 12px 0 0;
    border-top-width: 1px;
  }
  .page-header .website_menu > li:not(.collapse) + li.collapse:has(+ li.toggle_btn):before {
    border-radius: 12px;
  }
  .page-header .website_menu > li.toggle_btn {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    position: relative;
    padding: 6px 0 0;
    margin-top: 0;
    margin-left: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    gap: 4px;
  }
  .page-header .website_menu > li.toggle_btn span, .page-header .website_menu > li.toggle_btn:before, .page-header .website_menu > li.toggle_btn:after {
    display: block;
    border-top: 4px solid;
    width: 4px;
    border-radius: 50%;
  }
  .page-header .website_menu > li.toggle_btn:before, .page-header .website_menu > li.toggle_btn:after {
    content: "";
  }
  .page-header .website_menu.opened li.collapse {
    opacity: 1;
    height: auto;
    -o-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-header .submenu_list {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 12px;
    background: #ffffff;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25), 0px 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 12px;
  }
  .page-header .submenu_list:before, .page-header .submenu_list:after {
    display: block;
    content: "";
    height: 24px;
  }
  .page-header .submenu_list li {
    padding-left: 24px;
    padding-right: 24px;
  }
  .page-header .submenu_list li:not(:first-child) {
    margin-top: 24px;
  }
  .page-header .header_actions {
    position: absolute;
    right: 124px;
  }
  .page-header:has(.phone_block) .header_actions {
    right: 248px;
  }
  .page-header:not(:has(.sign_block)) .header_actions {
    margin-right: -104px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .page-header .panel.header {
    height: 80px;
  }
  .page-header .header .logo {
    height: 20px;
    margin-right: 18px;
  }
  .page-header .website_menu {
    height: 60px;
  }
  .page-header .website_menu > li {
    padding: 0 8px 20px;
    margin-top: 20px;
  }
  .page-header .website_menu > li.collapse > a {
    margin: 10px 0 10px auto;
  }
  .page-header .website_menu > li.collapse:before {
    right: -12px;
    width: 220px;
  }
  .page-header .website_menu > li.collapse:has(+ .toggle_btn) > a {
    margin-bottom: 20px;
  }
  .page-header .website_menu > li.collapse .submenu_list {
    top: -10px;
  }
  .page-header .website_menu > li:not(.collapse) + li.collapse > a {
    margin-top: 20px;
  }
  .page-header .website_menu .submenu_list:before, .page-header .website_menu .submenu_list:after {
    height: 20px;
  }
  .page-header .website_menu .submenu_list li {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-header .website_menu .submenu_list li:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .page-footer .footer.content .left_col {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .page-footer .footer.content .right_col {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media screen and (min-width: 1025px) {
  .stats_section li:nth-child(4n+1) .stat_block {
    border-left: none;
    padding-left: 0;
  }
  .stats_section li:nth-child(n+5) {
    position: relative;
    margin-top: 16px;
  }
  .stats_section li:nth-child(n+5):before {
    display: block;
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    top: -8px;
    border-top: 1px solid #E1E0E0;
    margin-left: 16px;
  }
  .stats_section li:nth-child(n+5):nth-child(4n+1):before {
    margin-left: 0;
  }
  .events_section .events_slider {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .events_section .events_slider {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1024px) {
  .events_section .events_slider {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media screen and (min-width: 1025px) {
  .events_section .slide_block {
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 24px;
  }
}
@media screen and (min-width: 1025px) and (hover: hover) {
  .events_section .image_block:before {
    z-index: 1;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 78.18%);
  }
  .events_section .info_block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
    z-index: 3;
    padding: 32px;
    color: #ffffff;
    margin: 0;
    border-radius: inherit;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .events_section .info_block:before, .events_section .info_block:after {
    display: block;
    content: "";
    flex: 1;
  }
  .events_section .info_block:after {
    max-height: 0;
    -o-transition: max-height 0.3s;
    -ms-transition: max-height 0.3s;
    -moz-transition: max-height 0.3s;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
  }
  .events_section .fancy_btn .short_desc {
    color: #E1E0E0;
    margin-top: 0;
    -o-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .events_section .fancy_btn:hover .info_block {
    background: #ffffff;
    color: #1D1B1B;
    border-color: #E1E0E0;
  }
  .events_section .fancy_btn:hover .info_block:after {
    max-height: 50%;
  }
  .events_section .fancy_btn:hover .psevdo_btn {
    height: 76px;
  }
  .events_section .fancy_btn:hover .short_desc {
    color: #464343;
  }
  .events_section .fancy_btn:hover .text_block {
    -webkit-line-clamp: 15;
    line-clamp: 15;
  }
  .events_section .text_block {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 8px;
  }
  .events_section .psevdo_btn {
    display: block;
    height: 0;
    position: relative;
    overflow: hidden;
    -o-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
  }
  .events_section .secondary_btn {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .culture_main .section_inner,
  .about_top .section_inner {
    max-width: 680px;
  }
  .culture_main .short_desc,
  .about_top .short_desc {
    margin-top: 16px;
  }
  .stats_section ul {
    padding: 48px 24px;
  }
  .stats_section li:nth-child(n+5) {
    margin-top: 12px;
  }
  .stats_section li:nth-child(n+5):before {
    margin-left: 12px;
  }
  .stats_section .stat_block {
    padding-left: 20px;
    padding-bottom: 24px;
  }
  .stats_section .stat_icon {
    margin-bottom: 24px;
  }
  .history_slider:not(.slick-slider),
  .history_slider .slick-list {
    padding: 40px 24px;
  }
  .history_slider .slide_block {
    padding: 32px;
  }
  .history_slider .slide_block .year_block {
    margin-top: 32px;
  }
  .history_slider .slick-arrow {
    margin-bottom: -6px;
  }
  .culture_section .section_inner {
    padding: 32px;
    gap: 32px;
  }
  .partners_section {
    padding: 60px 32px;
  }
  .partners_section img {
    height: 90px;
  }
  .call_send .block_inner {
    padding: 24px;
  }
  .faq_col .answer_block {
    padding-right: 0;
  }
  .culture_preview .short_desc {
    margin-top: 20px;
  }
  .mindset_section .info_inner {
    padding: 40px 32px;
  }
  .mindset_section .short_desc {
    margin-top: 20px;
  }
  .mindset_section .mindset_includes .info_inner {
    min-height: 420px;
  }
  .benefits_section .short_desc {
    margin-top: 20px;
  }
  .benefits_section .benefits_list {
    margin-left: -20px;
    margin-right: -20px;
  }
  .benefits_section .benefits_list li {
    padding: 0 20px;
  }
  .career_slider {
    margin-top: 40px;
  }
  .career_slider .info_block {
    padding: 24px;
  }
  .career_slider .slick-arrow {
    margin-bottom: 34px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) and (hover: hover) {
  .events_slider .info_block {
    padding: 24px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .events_section > .short_desc {
    margin-top: 16px;
  }
}

/*# sourceMappingURL=about-l.css.map */
