@media screen and (min-width: 1025px) {
  .header .main_menu > li {
    padding: 0 7px;
  }
  .header .main_menu > li:nth-last-child(-n+2) > .submenu_list {
    left: unset;
    right: 7px;
  }
  .header .main_menu > li:nth-last-child(-n+2) > .submenu_list .submenu_list {
    left: unset;
    right: 100%;
  }
  .header .main_menu > li.opened > a {
    background: #ffffff;
  }
  .header .main_menu > li.opened > a span:after {
    opacity: 1;
  }
  .header .main_menu > li > a {
    height: 88px;
    padding: 10px 20px;
  }
  .header .menu_btn {
    display: none;
  }
  .header .menu_block {
    flex: 1;
    padding: 0 25px;
    font-family: "mardoto-bold", "roboto-bold";
  }
}
@media screen and (min-width: 1025px) and (min-width: 1366px) {
  .header .menu_block {
    padding: 0 75px;
  }
}
@media screen and (min-width: 1025px) {
  .header .main_menu {
    display: flex;
  }
  .header .main_menu .submenu_list {
    display: none;
    position: absolute;
    min-width: 230px;
    background: #ffffff;
    border: 1px solid #CDD2D4;
  }
}
@media screen and (min-width: 1025px) {
  .footer .title_block {
    padding: 90px 0 20px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .footer .footer_title {
    font-size: 440%;
  }
  .footer .title_block {
    padding: 50px 0 20px;
  }
  .footer .info_col .info_title {
    font-size: 180%;
  }
  .footer .info_col .info_row {
    font-size: 140%;
  }
  .footer .info_col .info_row:before {
    font-size: 2rem;
  }
  .footer label {
    font-size: 160%;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 1025px) {
  .content {
    padding-bottom: 100px;
  }
  .main_bnner:after {
    top: 150px;
  }
  .investors_section {
    margin-top: -230px;
  }
  .investors_section .founders_names {
    padding-top: 20px;
    font-size: 200%;
  }
  .investors_section .investors_main {
    padding: 40px 60px 80px;
    margin-top: 40px;
  }
  .investors_section .page_description {
    font-size: 160%;
    line-height: 1.6em;
    padding-top: 20px;
  }
  .investors_section .founders_names {
    font-size: 200%;
    padding-top: 20px;
  }
  .counting_list {
    margin-top: 60px;
    padding: 40px 0;
  }
  .counting_list ul {
    margin: 0 -12px;
  }
  .counting_list li {
    padding: 0 12px;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .counting_list .count_block {
    font-size: 500%;
  }
  .counting_list .count_info {
    font-size: 140%;
    max-width: 320px;
  }
  .small_title {
    padding-top: 50px;
  }
  .extraSmall_title {
    padding-top: 60px;
  }
  .video_section {
    margin-top: 60px;
  }
  .documents_list {
    padding-top: 40px;
  }
  .documents_list li {
    padding: 20px 0;
  }
  .documents_list .document_name {
    font-size: 180%;
    flex: 1;
    width: 60%;
    padding-right: 15px;
  }
  .documents_list .download_btn {
    font-size: 160%;
  }
  .documents_list .download_btn span {
    padding: 16px 40px;
  }
  .gallery_list {
    margin: 0 -12px;
    padding: 26px 0 0;
  }
  .gallery_list li {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 24px 12px 0;
  }
  .gallery_list .gallery_title {
    font-size: 200%;
    line-height: 24px;
    height: 48px;
    margin-bottom: 20px;
  }
  .gallery_list .gallery_desc {
    font-size: 160%;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
  }
  .gallery_list .gallery_inner {
    height: 64px;
  }
  .investments_page {
    padding-top: 30px;
  }
  .standard_textPage {
    padding-top: 30px;
  }
  .images_block .image_info {
    font-size: 200%;
    padding-top: 60px;
  }
  .images_block img {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1201px) {
  .main_bnner:after {
    top: 190px;
  }
  .investors_section .investors_main {
    padding: 50px 110px 80px;
  }
  .counting_list .count_block {
    font-size: 600%;
  }
  .counting_list .count_info {
    font-size: 160%;
  }
}

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