@media screen and (max-width: 768px) {
  .header .main_logo {
    position: relative;
    z-index: 100;
  }
  .header .main_logo img {
    height: 46px;
  }
  .header .menu_btn {
    display: block;
    margin-right: 0;
  }
  .header .menu_block {
    position: fixed;
    overflow: hidden;
    top: 0;
    background: #ffffff;
    left: 0;
    width: 100%;
    height: 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;
    z-index: 20;
    padding: 0 15px;
    flex-direction: column;
    align-items: flex-start;
    background-image: url("../../css/images/bg_main.svg");
    background-repeat: no-repeat;
    background-size: 90% auto;
    background-position: center bottom;
    background-attachment: fixed;
  }
  .header .menu_block:before {
    display: block;
    content: "";
    min-height: 88px;
  }
  .header .menu_block:after {
    display: block;
    content: "";
    min-height: 20px;
  }
  .header .menu_inner {
    display: block;
    position: relative;
    flex: 1;
  }
  .header .main_menu {
    flex-direction: column;
  }
  .header .main_menu li {
    margin-bottom: 25px;
  }
  .header .main_menu a {
    font-size: 240%;
    line-height: 36px;
    font-family: "generalsans-bold";
  }
  .header .secondary_btn {
    max-width: max-content;
    width: 100%;
    background: #ffffff;
  }

  .header_menu.header_menu.clone {
    padding: 12px 15px 12px 23px;
  }
  .header_menu.fixed .menu_section {
    padding: 0 !important;
    display: flex;
    flex-wrap: unset;
  }
  .header_menu.fixed .menu_block {
    height: auto;
    top: auto;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0;
    background: none;
  }
  .header_menu.fixed .menu_block .secondary_btn {
    display: none;
  }
  .header_menu.fixed .menu_inner:before {
    display: none;
  }
  .header_menu.fixed .main_menu {
    flex-direction: row;
    margin: 0 -8px;
  }
  .header_menu.fixed .main_menu li {
    margin-bottom: 0;
    padding: 0 8px;
  }
  .header_menu.fixed .main_menu a {
    font-size: 140%;
    line-height: 21px;
    font-family: "generalsans";
  }
  .header_menu.fixed .menu_btn {
    display: block;
    margin-left: 25px;
  }

  .menu_opened .header_menu.fixed .menu_section {
    bottom: calc(100dvh - 87px) !important;
    background: transparent;
    border-color: transparent;
    margin-right: 0;
  }
  .menu_opened .header_menu.fixed .menu_section .menu_block {
    opacity: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 30px 0 120px;
  }
  .footer .right_col,
.footer .main_col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer .list_offices li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media screen and (max-width: 768px) {
  .footer .list_offices li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer .list_offices,
.footer .list_social {
    margin-bottom: 0;
  }
  .footer_block {
    padding: 24px 0 0;
  }
  .footer .info_block {
    flex-direction: column;
    align-items: baseline;
    padding: 24px 0 0;
  }
  .footer .copyrights {
    display: flex;
    flex-direction: column;
  }
  .footer .copyrights a {
    margin: 10px 0 30px;
  }
  .footer .copyrights a:before {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .footer .footer_inner > li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .footer .list_offices li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .info_section {
    padding: 0 0 50px;
  }
  .info_section .left_col {
    margin-bottom: 15px;
    font-size: 280%;
    line-height: 1.5em;
  }
  .info_section .right_col,
.info_section .left_col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .main_section {
    padding: 40px 0;
  }
  .main_section .main_title {
    font-size: 700%;
  }
  .main_section .video_block {
    margin-bottom: 0;
  }
  .main_section .play_btn {
    font-size: 160%;
    line-height: 10px;
    display: none;
    padding: 14px 20px;
    bottom: 30px;
  }
  .main_section .play_btn:before {
    font-size: 1rem;
    width: 25px;
    height: 25px;
  }
  .main_section .inner_text {
    font-size: 400%;
    line-height: 60px;
  }
  .main_section .inner_text {
    padding: 0;
  }
  .main_section .inner_text span {
    padding: 6px 10px;
    margin: 0 -3px;
    display: flex;
  }
  .main_section .inner_text span:first-child {
    margin: 0 -3px 0 0;
  }
  .main_section .inner_text span b {
    font-size: 3rem;
    line-height: 30px;
  }

  .about_section .right_col,
.about_section .left_col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .about_section .block_info {
    margin-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .about_section .block_title {
    font-size: 280%;
    line-height: 1.5em;
  }
  .about_section .block_description {
    margin-top: 15px;
  }
  .about_section .page_row {
    margin: 0;
  }

  .page_title {
    line-height: 40px;
  }

  .about_section {
    padding: 50px 0;
  }

  .founders_section {
    padding: 15px 0;
    margin: 0 0 50px;
  }
  .founders_section .page_title {
    margin-bottom: 30px;
  }
  .founders_section .page_title span {
    padding: 6px 10px;
  }
  .founders_section .name_block {
    font-size: 240%;
    line-height: 35px;
  }
  .founders_section .info_row {
    flex-direction: column;
  }
  .founders_section .list_social {
    margin: 15px 0 0;
    padding: 0;
  }
  .founders_section .list_social li {
    padding: 0 4px;
  }
  .founders_section .list_social a {
    width: 35px;
    height: 35px;
  }

  .banner_section {
    display: none;
  }

  .team_section .page_title {
    margin-bottom: 30px;
  }
  .team_section .team_list li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1025px) {
  .team_section .team_list li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .team_section .team_list li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .team_section .name_block {
    font-size: 220%;
    line-height: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .team_section .team_block .stickers_block {
    font-size: 140%;
    line-height: 20px;
    right: 5px;
    top: 5px;
    padding: 4px 7px;
  }
}
@media screen and (max-width: 768px) {
  .team_section .info_block {
    margin-top: 10px;
  }
  .team_section .page_title {
    margin-bottom: 15px;
  }
  .team_section .team_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) and (min-width: 1025px) {
  .team_section .team_list li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .team_section .team_list li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .team_section .name_block {
    font-size: 200%;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .founders_section .info_block {
    margin-top: 10px;
  }
  .founders_section .page_title {
    line-height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .main_section .main_title {
    font-size: 600%;
  }
  .main_section .play_btn {
    font-size: 120%;
    line-height: 10px;
    display: flex;
    padding: 8px 10px;
    bottom: 12px;
  }
  .main_section .play_btn:before {
    font-size: 0.8rem;
    width: 22px;
    height: 22px;
  }
  .main_section .inner_text {
    font-size: 280%;
    line-height: 42px;
  }
  .main_section .video_block {
    aspect-ratio: 328/204;
    margin-bottom: 20px;
  }
  .main_section video {
    width: 100% !important;
    border-radius: 16px !important;
  }
  .main_section .inner_text {
    font-size: 19px;
    line-height: 25px;
  }
  .main_section .inner_text span {
    padding: 4px 7px;
  }
  .main_section .inner_text span b {
    font-size: 1.5rem;
    line-height: 13px;
  }
}
@media screen and (max-width: 575px) {
  .main_section .main_title {
    font-size: 400%;
  }

  .founders_section .founders_list > li {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .team_section .team_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) and (min-width: 1025px) {
  .team_section .team_list li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 575px) and (max-width: 1024px) {
  .team_section .team_list li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 575px) {
  .team_section .name_block {
    font-size: 180%;
    line-height: 25px;
  }
}
@media screen and (max-width: 400px) {
  .main_section .main_title {
    font-size: 400%;
    text-align: left;
  }
}

/*# sourceMappingURL=index-m.css.map */
