@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: 60px;
  }
  .career_main {
    margin-top: -230px;
  }
  .career_main .section_title {
    padding-bottom: 40px;
  }
  .career_section > ul > li:not(:last-child) {
    padding-bottom: 30px;
  }
  .career_item {
    padding: 40px;
  }
  .career_item .deadline_block {
    font-size: 160%;
    padding-bottom: 20px;
  }
  .career_item .deadline_block:before {
    font-size: 2.4rem;
  }
  .career_item .job_name {
    font-size: 200%;
  }
  .career_item .more_less {
    font-size: 160%;
  }
  .career_item .job_info {
    font-size: 160%;
  }
  .career_item .job_info ul li:not(:first-child) {
    padding-top: 20px;
  }
  .career_item .list_title {
    font-style: 1.8rem;
    line-height: 1.6em;
  }
  .career_item .more_less {
    margin-top: 20px;
  }
  .apply_row {
    padding-top: 30px;
  }
  .apply_row img {
    margin-left: 15px;
  }
  .apply_row .apply_btn {
    font-size: 160%;
  }
  .apply_row .apply_btn span {
    padding: 16px 40px;
  }
}

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