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

.manager-menu {
  font-family: Noto Sans Display;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 150%;
  color: #244873; }
  .manager-menu__list {
    display: flex;
    grid-column: 1/13;
    border-bottom: 1px solid #f0f4fb;
    margin: 0px 60px;
    padding: 28px 0px 0px 0px; }
  .manager-menu__item {
    margin-right: 16px;
    text-transform: uppercase;
    transition: 0.3s; }
    .manager-menu__item:last-child {
      margin-right: 0px; }
    .manager-menu__item:hover {
      color: #fb3d4e; }
      .manager-menu__item:hover::after {
        content: "";
        width: 100%;
        height: 2px;
        background: #fb3d4e;
        display: block;
        margin-top: 20px; }
  .manager-menu__item-active {
    font-family: Noto Sans Display;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #fb3d4e; }
    .manager-menu__item-active::after {
      content: "";
      width: 100%;
      height: 2px;
      background: #fb3d4e;
      display: block;
      margin-top: 20px; }

.manager-info {
  margin: 43px 60px 0px 60px; }
  .manager-info__item {
    display: flex;
    background: #f0f4fb;
    padding: 24px 25px 26px 48px;
    margin-left: 1px; }
    .manager-info__item:first-child {
      margin-left: 0px; }
    .manager-info__item--pic {
      margin-right: 24px; }

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

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

.programm {
  margin-top: 41px;
  border-top: 1px solid #f0f4fb; }
  .programm__left {
    padding: 39px 33px 0px 63px;
    grid-column: 1/5;
    color: #244873; }
    .programm__left--title {
      font-family: Noto Sans Display;
      font-size: 28px;
      line-height: 130%;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .programm__left--text {
      font-family: Montserrat;
      font-style: normal;
      font-weight: normal;
      font-size: 11px;
      line-height: 150%; }
  .programm__right {
    grid-column: 5/11; }
    .programm__right--list {
      border-left: 1px solid #8aa5c6; }
    .mod-up {
      font-family: Noto Sans Display;
      font-style: normal;
      font-weight: 900;
      font-size: 16px;
      line-height: 150%;
      display: flex;
      align-items: center;
      text-transform: uppercase;
      color: #244873; }

.abc__list {
  grid-column: 1/13;
  display: flex;
  font-family: Noto Sans Display;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: #8aa5c6;
  padding: 41px 153px; }
  .abc__item {
    margin-right: 16px; }
    .abc__item:last-child {
      margin-right: 0px; }
  .abc__active {
    color: #fb3d4e; }
  .abc__link {
    transition: 0.3s; }
    .abc__link:hover {
      color: #244873; }

.words__item {
  border-bottom: 1px solid #f0f4fb;
  margin: 0px 81px; }
  .words__item:last-child {
    border-bottom: none; }
  .words__name {
    padding-left: 49px;
    padding-top: 26px;
    grid-column: 1/4; }
  .words__name--title {
    font-family: Noto Sans Display;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #244873; }
  .words__name--text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 150%;
    color: #8aa5c6; }
  .words__text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 150%;
    color: #244873;
    padding: 29px 45px 22px 63px;
    grid-column: 4/13; }
