@media screen and (max-width: 1440px) {
  .header .main_logo img {
    height: 29px;
    max-width: 225px;
  }
  .header_bottom {
    padding: 10px 0;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1440px) {
  .header .main_menu > li > a {
    font-size: 140%;
    line-height: 20px;
  }
  .header .main_menu > li > .submenu_list {
    margin-top: 13px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .header .main_menu > li {
    padding: 0 5px;
  }
  .header .main_menu > li > a {
    font-size: 120%;
    line-height: 20px;
  }
  .header .main_menu > li > .submenu_list {
    margin-top: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .header {
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header .socials_list {
    margin-right: 40px;
  }
  .header.solid {
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(51, 51, 51, 0.1);
  }
  .header .menu_btn {
    display: none;
  }
  .header .submenu_list {
    position: absolute;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1215686275);
    padding: 0 16px;
    font-size: 160%;
    line-height: 24px;
    margin-top: 35px;
  }
  .header .submenu_list:before {
    display: block;
    content: "";
    position: absolute;
    top: -53px;
    left: 0;
    width: 100%;
    height: 60px;
  }
  .header .submenu_list:after {
    display: block;
    content: "";
    height: 16px;
  }
  .header .submenu_list a {
    display: inline-block;
    vertical-align: top;
    color: #282828;
    min-width: 300px;
  }
  .header .submenu_list > li > a,
  .header .submenu_list > li > div {
    font-family: "arianAMU-Bold";
  }
  .header .submenu_list > li:not(:first-child) {
    margin-top: 20px;
  }
  .header .main_menu {
    display: flex;
  }
  .header .main_menu > li:has(.current_page) > a, .header .main_menu > li:has(.current_page):after {
    color: #2C5697;
  }
  .header .main_menu > li > .submenu_list {
    top: 100%;
    background: #ffffff;
  }
  .header .main_menu > li > .submenu_list > li {
    -o-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .header .main_menu > li > .submenu_list > li.opened {
    background: red;
  }
  .header .main_menu > li > .submenu_list > li.opened > a {
    color: #2C5697;
  }
  .header .main_menu > li > .submenu_list .submenu_list {
    top: 0;
    left: 100%;
  }
  .header .main_menu > li:nth-last-child(-n+3) > .submenu_list {
    right: 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .footer .copyrights {
    padding-right: 10px;
  }
  .footer .developer {
    padding-left: 10px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .contact_page .contact_row {
    margin-left: 50px;
  }
}

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