@media screen and (max-width: 1024px) {
  .header_inner {
    height: 55px;
  }
  .header .main_logo {
    padding-right: 20px;
    margin-right: auto;
    font-size: 140%;
    line-height: 18px;
  }
  .header .main_logo img {
    height: 40px;
    margin-right: 7px;
  }
  .header .menu_block {
    position: fixed;
    overflow: hidden;
    top: 0;
    background: #ffffff;
    box-shadow: 0 4px 50px 2px rgba(0, 158, 224, 0.07);
    right: 0;
    height: 100%;
    width: 0;
    -o-transition: width 0.5s;
    -ms-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    display: flex;
    flex-direction: column;
    z-index: 99;
  }
  .header .menu_block:before {
    display: block;
    content: "";
    min-height: 60px;
    border-bottom: 1px solid rgba(123, 127, 134, 0.4);
  }
  .header .menu_inner {
    flex: 1;
    height: 50%;
    width: 100vw;
    min-height: 75vh;
    padding: 40px 15px 0 50px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .header .main_menu {
    flex-direction: column;
  }
  .header .main_menu li {
    padding-bottom: 25px;
  }
  .header .main_menu a {
    display: inline-block;
    vertical-align: top;
  }
  .header .main_menu a.active:before {
    display: none;
  }
  .header .drop_inner {
    margin-top: 13px;
    padding-top: 20px;
  }
  .header .drop_btn {
    padding: 11px 0 0;
  }
  .header .drop_block a {
    padding: 0 10px 20px;
  }
  .menu_opened {
    overflow: hidden;
  }
  .menu_opened .menu_btn span {
    -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;
    opacity: 0;
  }
  .menu_opened .menu_btn:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    width: 15px;
    left: 19px;
  }
  .menu_opened .menu_btn:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    width: 15px;
    left: 19px;
  }
  .menu_opened .menu_block {
    width: 100vw;
  }
}
@media screen and (max-width: 480px) {
  .header .main_logo {
    padding-right: 3px;
    font-size: 100%;
    line-height: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .footer_menu li {
    padding: 0 10px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1024px) {
  .footer_top {
    padding: 50px 0;
  }
  .footer_bottom {
    padding: 40px 0;
  }
  .footer_menu {
    margin: 0 -10px 30px;
  }
  .footer .social_list {
    margin: 0 -4px 30px;
  }
}
@media screen and (max-width: 575px) {
  .footer_top {
    padding: 25px 0;
  }
  .footer_bottom {
    padding: 20px 0;
  }
  .footer_bottom .page_row {
    padding-top: 15px;
  }
  .footer_menu {
    flex-direction: column;
    margin: 0 -10px 15px;
  }
  .footer_menu li {
    margin-bottom: 15px;
  }
  .footer .social_list {
    margin: 0 -4px 15px;
  }
}
@media screen and (max-width: 480px) {
  .footer .form_fields {
    flex-direction: column;
  }
  .footer .validate_btn {
    margin-left: 0;
  }
  .footer_bottom {
    padding: 20px 0;
  }
  .footer_bottom .page_row {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .inner_main {
    aspect-ratio: 1480/802;
  }
  .investments_section .investments_list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .investment_section {
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .ready_section .ready_slider {
    aspect-ratio: 1300/768;
  }
  .ready_section .slider_col {
    width: 25%;
  }
  .focus_section .right_block,
  .focus_section .left_block,
  .focus_section .focus_chart,
  .focus_section .focus_slider {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact_section .page_row {
    align-items: center;
    margin-top: 40px;
  }
  .contact_section .list_info {
    margin: 20px -5px 0;
  }
  .contact_section .list_info li {
    padding: 0 5px;
  }
}
@media screen and (max-width: 968px) {
  .inner_main {
    aspect-ratio: 1480/1000;
  }
}
@media screen and (max-width: 768px) {
  .contact_section .list_info li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .main_section {
    margin-bottom: 0;
  }
  .inner_main {
    flex-direction: column;
    aspect-ratio: unset;
  }
  .inner_main .image_main img {
    aspect-ratio: auto;
    min-height: 300px;
  }
  .investment_section {
    margin-bottom: 30px;
    margin-top: 20px;
    padding: 0 20px;
  }
  .investment_section .section_title {
    color: #000000;
  }
  .focus_section .left_block {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0 30px;
  }
  .focus_section .right_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .focus_section .focus_chart {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .contact_section .right_block,
  .contact_section .left_block {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .ready_section .ready_slider {
    aspect-ratio: 1300/1000;
    margin: 16px -5px 0;
  }
  .ready_section .slider_col {
    width: 33.333%;
  }
  .contact_section .left_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact_section .right_block {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 15px;
  }
  .mission_section {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .investments_section .investments_list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .highcharts-label {
    display: none;
  }
}

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