.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; }

.news-subtitle {
  display: flex;
  padding-top: 9px; }
  .news-subtitle__item {
    font-family: Noto Sans Display;
    font-size: 12px;
    line-height: 130%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #244873;
    padding: 7px 11px; }

.news-active {
  background: #4639ae;
  color: white; }

.uncos {
  margin-bottom: 59px; }
  .uncos__item {
    border: 0.5px solid #f0f4fb;
    padding: 20px 20px 49px 20px; }
    .uncos__item--down {
      padding-bottom: 85px; }
  .uncos__text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 150%;
    color: #244873;
    padding-left: 20px;
    padding-right: 20px; }
  .uncos__photo {
    width: 100%;
    position: relative;
    margin-bottom: 20px; }
    .uncos__photo--pic {
      width: 100%; }
  .uncos__data {
    position: absolute;
    top: 85%;
    left: 0%;
    background: white;
    text-align: center; }
    .uncos__data--text {
      font-family: Noto Sans Display;
      font-style: normal;
      font-weight: 900;
      font-size: 12px;
      color: #00c38d;
      padding: 15px 38px 1px 20px; }

.load__link {
  grid-column: 2/3;
  font-family: Noto Sans Display;
  font-size: 12px;
  line-height: 130%;
  text-transform: uppercase;
  color: #fb3d4e;
  text-align: center;
  padding-top: 25px;
  cursor: pointer; }
