@media screen and (max-width: 1024px) {
  .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 .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;
  }
  .menu_btn {
    position: relative;
    z-index: 100;
    margin-right: 0;
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 50%;
    border: none;
    background: transparent;
    color: #221408;
  }
  .menu_btn:before, .menu_btn:after {
    display: block;
    content: "";
    position: absolute;
    left: 13px;
    border-top: 2px solid;
    width: 30px;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .menu_btn:before {
    top: 18px;
    transform-origin: left top;
    -webkit-transfrom-origin: left top;
  }
  .menu_btn:after {
    bottom: 18px;
    transform-origin: left bottom;
    -webkit-transfrom-origin: left bottom;
  }
  .menu_btn span {
    display: block;
    margin: 0 auto;
    width: 30px;
    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 .main_menu {
    width: max-content;
    padding: 20px 0;
  }
  .header .main_menu > li {
    padding: 20px 15px 0;
  }
  .header .main_menu > li > a {
    justify-content: flex-start;
    padding: 0;
  }
  .header .main_menu > li .submenu_list {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    display: none;
  }
  .header .main_menu > li .submenu_list li {
    padding: 20px 15px 0;
  }
  .header .main_menu > li .submenu_list li.opened {
    background: transparent;
  }
  .header .main_menu > li .submenu_list a {
    padding: 0;
  }
  .header .main_menu > li .submenu_list a:hover {
    background: transparent;
  }
  .header .main_menu > li > .submenu_list > li > .submenu_btn:after {
    transform: rotate(90deg);
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header .main_menu > li > .submenu_list > li.opened a:after {
    transform: rotate(-90deg);
  }
  .menu_inner {
    position: relative;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .header_inner {
    padding: 10px 0;
  }
  body:not(.menu_opened) .submenu_list {
    -o-transition: none !important;
    -ms-transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
  .menu_block {
    position: fixed;
    overflow: hidden;
    top: 87px;
    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: 101;
  }
  .lg_block {
    margin-left: auto;
  }
}
@media screen and (max-width: 1024px) {
  .footer .footer_title {
    font-size: 400%;
  }
  .footer .title_block {
    padding: 30px 0 15px;
  }
  .footer .contact_inner {
    padding: 24px 0 40px;
    flex-wrap: wrap;
    margin: 0;
  }
  .footer .info_col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
  }
  .footer .info_col .info_block {
    padding: 30px 12px 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer .form_col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .footer .primary_btn {
    margin-top: 0;
  }
  .footer .site_info {
    padding-top: 30px;
  }
  .footer .footer_bottom {
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_title {
    font-size: 340%;
  }
  .footer .socials_list {
    margin: 0 -10px;
  }
  .footer .socials_list li {
    padding: 0 10px;
  }
  .footer .title_block {
    padding: 30px 0 15px;
  }
  .footer .info_col .info_row {
    font-size: 140%;
  }
  .footer .info_col .info_row:before {
    font-size: 2rem;
  }
  .footer .info_col .info_block:not(:first-child) {
    padding-top: 30px;
  }
  .footer .info_col .info_title {
    font-size: 180%;
  }
  .footer .footer_menu li {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 12px 20px;
  }
  .footer .site_info {
    flex-direction: column;
    padding-top: 20px;
  }
  .footer .site_info .copyrights,
  .footer .site_info .policy_block,
  .footer .site_info .developer {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px 0 0;
  }
}
@media screen and (max-width: 575px) {
  .footer .footer_title {
    font-size: 280%;
    padding: 0 0 10px;
  }
  .footer .socials_list {
    margin: 0 -10px;
  }
  .footer .socials_list li {
    padding: 0 10px;
  }
  .footer .contact_inner {
    padding: 20px 0 40px;
  }
  .footer .title_row {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .field_block {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0 40px;
  }
  .footer .field_block:has(.filled) span {
    bottom: 44px;
  }
  .footer form {
    margin: 0;
  }
  .footer label {
    font-size: 160%;
    line-height: 1.5em;
    padding-top: 24px;
  }
  .footer .primary_btn {
    width: 100%;
    margin: 0;
  }
  .footer .info_col .info_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer .footer_menu li {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 12px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .content {
    padding-bottom: 80px;
  }
  .main_bnner:after {
    top: 120px;
  }
  .counting_list {
    margin-top: 40px;
    padding: 30px 0;
  }
  .counting_list ul {
    margin: 0 -12px;
  }
  .counting_list li {
    padding: 0 12px 20px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .counting_list .count_block {
    font-size: 500%;
  }
  .counting_list .count_info {
    font-size: 140%;
  }
  .investors_section {
    margin-top: -100px;
  }
  .investors_section .founders_names {
    padding-top: 15px;
    font-size: 160%;
  }
  .investors_section .investors_main {
    padding: 40px 20px 60px;
    margin-top: 20px;
  }
  .investors_section .page_description {
    font-size: 160%;
    line-height: 1.6em;
    padding-top: 20px;
  }
  .investors_section .founders_names {
    font-size: 180%;
    padding-top: 20px;
  }
  .small_title {
    padding-top: 40px;
  }
  .extraSmall_title {
    padding-top: 50px;
  }
  .video_section {
    margin-top: 50px;
  }
  .documents_list {
    padding-top: 30px;
  }
  .documents_list li {
    padding: 20px 0;
  }
  .documents_list .document_name {
    font-size: 160%;
    flex: 1;
    width: 60%;
    padding-right: 15px;
  }
  .documents_list .download_btn {
    font-size: 160%;
  }
  .documents_list .download_btn span {
    padding: 14px 30px;
  }
  .gallery_list {
    margin: 0 -5px;
    padding: 40px 0 0;
  }
  .gallery_list li {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 20px 5px 0;
  }
  .gallery_list .gallery_title {
    font-size: 180%;
    line-height: 22px;
    height: 44px;
    padding: 0;
    margin-bottom: 15px;
  }
  .gallery_list .gallery_desc {
    font-size: 140%;
    padding: 0;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
  .gallery_list .gallery_inner {
    height: 60px;
  }
  .gallery_list .gallery_block .primary_btn {
    height: 44px;
    font-size: 140%;
  }
  .investments_page {
    padding-top: 30px;
  }
  .standard_textPage {
    padding-top: 30px;
  }
  .images_block .image_info {
    font-size: 180%;
    padding-top: 40px;
  }
  .images_block img {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .document_name {
    font-size: 140%;
  }
  .download_btn {
    font-size: 140%;
  }
  .download_btn span {
    padding: 12px 30px;
  }
  .gallery_list .gallery_title {
    font-size: 160%;
    line-height: 20px;
    height: 40px;
  }
  .gallery_list .gallery_desc {
    font-size: 130%;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .gallery_list .gallery_inner {
    height: 56px;
  }
  .standard_textPage {
    padding-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .gallery_list {
    margin: 0;
    padding: 10px 0 0;
  }
  .gallery_list li {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 0 0;
  }
  .gallery_list .gallery_title {
    font-size: 180%;
    line-height: 22px;
    height: 44px;
  }
  .gallery_list .gallery_desc {
    font-size: 140%;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
  .gallery_list .gallery_inner {
    height: 60px;
  }
}
@media screen and (max-width: 575px) {
  .content {
    padding-bottom: 50px;
  }
  .main_bnner:after {
    top: 80px;
  }
  .investors_section {
    margin-top: -80px;
  }
  .investors_section .founders_names {
    padding-top: 20px;
    font-size: 180%;
  }
  .investors_section .investors_main {
    padding: 30px 20px 50px;
    margin-top: 15px;
    min-height: 1300px;
  }
  .investors_section .page_description {
    font-size: 140%;
    line-height: 1.4em;
    padding-top: 15px;
  }
  .investors_section .founders_names {
    font-size: 160%;
    padding-top: 15px;
  }
  .counting_list {
    padding: 20px 0;
    margin-top: 30px;
  }
  .counting_list ul {
    margin: 0;
  }
  .counting_list li {
    padding: 0 0 20px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .counting_list .count_block {
    font-size: 500%;
    text-align: center;
    margin: 0 auto;
  }
  .counting_list .count_info {
    font-size: 140%;
    text-align: center;
  }
  .small_title {
    padding-top: 30px;
  }
  .extraSmall_title {
    padding-top: 30px;
  }
  .video_section {
    margin-top: 30px;
  }
  .documents_list li {
    padding: 15px 0;
    flex-direction: column;
  }
  .documents_list .document_name {
    padding-bottom: 15px;
    padding-right: 0;
    font-size: 160%;
    text-align: center;
    width: 100%;
  }
  .documents_list .download_btn {
    font-size: 130%;
  }
  .images_block .image_info {
    font-size: 160%;
    padding-top: 30px;
  }
  .images_block img {
    margin-top: 30px;
  }
}
@media screen and (max-width: 400px) {
  .gallery_list .gallery_desc {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
}

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