.sidebar {
  grid-column: 10/13;
  margin-top: -67px;
  z-index: 1; }
  @media screen and (max-width: 1299px) {
  .sidebar {
    display: none; } }
  .sidebar--news-det {
    margin-top: -13px; }

.sidebar-menu {
  padding-left: 41px;
  padding-right: 82px;
  font-family: Noto Sans Display;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  background: #4639ae;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .sidebar-menu__custom {
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 40px; }
  .sidebar-menu__list {
    padding-top: 41px;
    padding-bottom: 20px; }
  .sidebar-menu__item {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(240, 244, 251, 0.3);
    padding-bottom: 20px; }
    .sidebar-menu__item:hover {
      color: #fb3d4e; }
    .sidebar-menu__item:last-child {
      margin-bottom: 0px;
      border-bottom: none; }

.reports {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .reports__content {
    border-left: 1px #f0f4fb solid;
    background: #fff; }
  .reports__name {
    padding: 17px 37px 25px 39px;
    line-height: 150%;
    color: #244873; }
    .reports__name--title {
      font-family: Noto Sans Display;
      font-style: normal;
      font-weight: 900;
      font-size: 16px;
      text-transform: uppercase; }
    .reports__name--text {
      font-family: Montserrat;
      font-style: normal;
      font-weight: normal;
      font-size: 13px; }
  .reports__other {
    display: flex; }
    .reports__other--left {
      border-top: 1px solid #f0f4fb;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      margin: 0 40px; }
    .reports__other--right {
      white-space: nowrap; }

.reports-test {
  font-family: Noto Sans Display;
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  color: #fb3d4e;
  text-transform: uppercase;
  transition: 0.3s; }
  .reports-test:hover {
    color: #685ebd; }

.education-courses-menu {
  width: 100%; }
  .education-courses-menu + .education-courses-menu {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #685ebd; }

.education-title {
  cursor: pointer;
  font-family: Noto Sans Display;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s; }
  .education-title::after {
    content: '';
    width: 24px;
    height: 24px;
    background: url("/themes/rugby/assets/img/icons/plus.svg") center / 16px no-repeat; }
  .education-title.is_active {
    color: #fb3d4e; }
    .education-title.is_active::after {
      background: url("/themes/rugby/assets/img/icons/minus.svg") center / 16px no-repeat; }
  .education-title:hover {
    color: #fb3d4e; }

.education-menu {
  border-top: 1px solid #685ebd;
  font-family: Noto Sans Display;
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  line-height: 130%;
  text-transform: uppercase;
  color: #fff;
  margin-top: 15px;
  width: 100% !important;
  display: none; }
  .education-menu__item {
    position: relative;
    align-items: center;
    display: flex;
    margin-bottom: 15px; }
    .education-menu__item::before {
      content: url("/themes/rugby/assets/img/icons/white-arrow.svg");
      margin-right: 10px; }
    .education-menu__item:nth-child(1) {
      margin-top: 20px; }
    .education-menu__item--active {
      color: #fb3d4e; }
      .education-menu__item--active::before {
        content: url("/themes/rugby/assets/img/icons/red-arror.svg");
        position: absolute;
        bottom: 0%;
        left: 0%; }
    .education-menu__item:hover {
      color: #fb3d4e; }
  .education-menu__link--title {
    font-family: Noto Sans Display;
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    line-height: 20px;
    text-transform: initial; }
    .education-menu__link--subtitle {
      font-family: Montserrat;
      font-style: normal;
      font-weight: normal;
      font-size: 11px;
      line-height: 150%;
      text-transform: initial; }

.education-lic-menu {
  padding-right: 145px; }

.referee-book {
  border-left: 1px #f0f4fb solid; }

.education {
  margin-bottom: 64px; }
  .education__content {
    border-bottom: 1px solid #f0f4fb;
    border-top: 1px solid #f0f4fb; }
    @media screen and (max-width: 1034px) {
  .education__content {
    display: none; } }

.prof-name__item, .prof-info__item {
  border-bottom: 1px solid #f0f4fb; }
  .prof-name__item:last-child, .prof-info__item:last-child {
    border-bottom: none; }
  @media screen and (max-width: 1034px) {
  .prof-name__item, .prof-info__item {
    border: none; } }

.prof-name__item {
  font-family: Noto Sans Display;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: flex-end;
  text-transform: uppercase;
  color: #244873;
  padding: 48px 0px;
  margin-left: 105px; }
  @media screen and (max-width: 1034px) {
  .prof-name__item {
    margin-left: 0px;
    text-align: center;
    padding: 20px 0px; } }
  @media screen and (max-width: 414px) {
  .prof-name__item {
    text-align: inherit; } }

.prof-info__item {
  display: flex;
  padding: 42px 0px 42px 0px;
  margin-right: 131px;
  padding-left: 39px; }
  .prof-info__item--start {
    margin-right: 70px; }
  @media screen and (max-width: 1034px) {
  .prof-info__item {
    margin-right: 0px;
    padding-left: 0px;
    padding: 0px 0px 42px 0px; } }

.start-up, .price-up {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 150%;
  color: #244873;
  margin-bottom: 5px; }

.start-down, .price-down {
  font-family: Noto Sans Display;
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  line-height: 130%;
  text-transform: uppercase;
  color: #244873; }

.data, .money {
  margin-right: 20px; }

.education__relation {
  display: flex;
  padding: 40px 40px 0px 40px; }
  @media screen and (max-width: 1034px) {
  .education__relation {
    flex-direction: column;
    padding: 30px 30px 40px 30px; } }
  .education__relation--title {
    grid-column: 1/6;
    font-family: Noto Sans Display;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #244873; }
    @media screen and (max-width: 1034px) {
  .education__relation--title {
    grid-column: 1/13;
    padding-left: 30px; } }
  .education__relation--text {
    grid-column: 1/10;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 150%;
    color: #244873; }
    @media screen and (max-width: 1034px) {
  .education__relation--text {
    grid-column: 1/13;
    padding-left: 30px; } }
  .education__relation--link {
    grid-column: 10/13; }
    @media screen and (max-width: 1034px) {
  .education__relation--link {
    grid-column: 1/13;
    margin-left: 0px; } }
  .education__relation--left {
    padding-right: 140px; }
    @media screen and (max-width: 1034px) {
  .education__relation--left {
    padding-right: 0px;
    padding-bottom: 30px; } }

.tab-labels {
  justify-content: center;
  text-transform: uppercase;
  color: #244873;
  margin-bottom: 40px; }
  .tab-labels .tab-label {
    height: 30px;
    padding: 0 10px;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    align-items: center; }
    .tab-labels .tab-label + .tab-label {
      margin-left: 10px; }
  .tab-labels .active {
    color: #fff;
    background: #4639ae;
    cursor: default !important; }

.education-mobile {
  display: none; }
  @media screen and (max-width: 1034px) {
  .education-mobile {
    display: block; } }

.ed-item {
  border-top: 1px solid #f0f4fb;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px 30px; }
  @media screen and (max-width: 414px) {
  .ed-item {
    align-items: flex-start; } }

.education-lic {
  margin-bottom: 39px; }
  .education-lic__content {
    width: 100%; }
  .education-lic__item {
    transition: 0.3s;
    border-top: 1px solid #f0f4fb;
    border-left: 1px solid #f0f4fb;
    border-right: 1px solid #f0f4fb;
    height: 335px;
    background: url(/themes/rugby/assets/img/icons/blue-drops.svg) 43px 29px no-repeat, white;
    color: #4639ae;
    padding: 40px 47px 40px 40px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    position: relative;
    cursor: pointer; }
    @media screen and (max-width: 500px) {
  .education-lic__item {
    height: 200px;
    padding: 20px 27px 20px 20px; } }
    .education-lic__item:hover {
      background: url(/themes/rugby/assets/img/icons/drops.svg) 43px 29px no-repeat #fb3d4e;
      flex-direction: column;
      align-items: inherit;
      color: white; }
      .education-lic__item:hover--subtract {
        display: block;
        position: absolute;
        bottom: 33px; }
      .education-lic__item:hover .education-lic__info--data {
        color: white; }
        .education-lic__item:hover .education-lic__info--data::before {
          content: url("../themes/rugby/assets/css/./themes/rugby/assets/img/icons/data-ed-white.svg");
          margin-right: 16px; }
      .education-lic__item:hover .education-lic__info {
        padding-top: 20px;
        padding-bottom: 66px; }
        @media screen and (max-width: 500px) {
  .education-lic__item:hover .education-lic__info {
    padding-bottom: 7px; } }
        .education-lic__item:hover .education-lic__info--text {
          padding-bottom: 42px; }
          @media screen and (max-width: 500px) {
  .education-lic__item:hover .education-lic__info--text {
    padding-bottom: 30px; } }
  .education-lic__info--title {
    font-family: Noto Sans Display;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 11px; }
    .education-lic__info--material {
      font-size: 20px; }
    .education-lic__info--text {
      font-family: Montserrat;
      font-style: normal;
      font-weight: normal;
      font-size: 11px;
      line-height: 150%;
      padding-bottom: 28px; }
    .education-lic__info--data {
      font-family: Montserrat;
      font-style: normal;
      font-weight: normal;
      font-size: 11px;
      line-height: 150%;
      display: flex;
      align-items: center;
      color: #8aa5c6; }
      .education-lic__info--data::before {
        content: url("../themes/rugby/assets/img/icons/data-ed-rgin.svg");
        margin-right: 16px; }

@media screen and (max-width: 1070px) {
    .row—sm-two-lic {
      -ms-grid-columns: repeat(2, 1fr);
      grid-template-columns: repeat(2, 1fr); } }

@media screen and (max-width: 599px) {
    .row—sm-one-lic {
      -ms-grid-columns: repeat(1, 1fr);
      grid-template-columns: repeat(1, 1fr); } }

@media screen and (max-width: 700px) {
    .pn {
      padding-bottom: 0px; } }
