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

.photo__content {
  grid-column: 1/10; }
  @media screen and (max-width: 1299px) {
  .photo__content {
    grid-column: 1/13; } }

.photos {
  grid-column: 1/10;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; }
  @media screen and (max-width: 1299px) {
  .photos {
    grid-column: 1/13; } }

.photo-left {
  grid-column: 1/3; }
  @media screen and (max-width: 1299px) {
  .photo-left {
    grid-column: 1/4; } }

.photo-right {
  grid-column: 3/4; }
  @media screen and (max-width: 1299px) {
  .photo-right {
    display: none; } }

.info-up, .info-down {
  background: white;
  grid-column: 1/10; }
  @media screen and (max-width: 1029px) {
  .info-up, .info-down {
    grid-column: 1/13; } }

.info-up, .info-down {
  padding: 60px 146px 60px 130px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  line-height: 161%;
  font-size: 13px;
  color: #244873;
  background: white; }
  @media screen and (max-width: 850px) {
  .info-up, .info-down {
    padding: 60px 32px 60px 31px; } }

.info-down {
  padding: 0px 146px 60px 130px;
  border-bottom: 1px solid #f0f4fb; }
  .info-down__custom {
    padding: 0px 146px 13px 129px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    line-height: 161%;
    font-size: 13px;
    color: #244873;
    background: white; }
  @media screen and (max-width: 850px) {
  .info-down {
    padding: 0px 30px 60px 30px; } }
  @media screen and (max-width: 414px) {
  .info-down {
    padding: 0px 30px 4px 30px; } }

.slider-photo {
  position: relative; }
  .slider-photo .custom-arrows {
    position: absolute;
    bottom: 0;
    left: 0; }

.arrow__left {
  margin-right: 15px; }

.referee-book__photo--content, .school-map__photo--content {
  margin-top: 2%; }

.school-map__photo--info {
  padding-bottom: 35px; }
  .school-map__photo--drops {
    top: 20%;
    left: 67%; }

.school-map__title-photo {
  padding: 41px 33px 27px 43px; }

.referee-book__photo--shirt {
  top: 46%;
  left: 68%; }

@media screen and (max-width: 1299px) {
    .ref-photo, .school-map__photo {
      height: 50%; } }

.social {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  color: #244873;
  padding-bottom: 58px; }
  .social__content {
    background: white;
    display: flex;
    grid-column: 1 / 10;
    padding-bottom: 40px;
    padding-top: 40px; }
    @media screen and (max-width: 1299px) {
  .social__content {
    grid-column: 1 / 13; } }
    @media screen and (max-width: 850px) {
  .social__content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 10px; } }

.content-left {
  padding: 12px 207px 9px 131px; }
  @media screen and (max-width: 850px) {
  .content-left {
    padding: 10px 10px; } }

.soc__list {
  display: flex; }
  .soc__item {
    margin-left: 7.5px; }
    .soc__item:first-child {
      margin-left: 0px; }

.report {
  margin-bottom: 57px; }
  .report__file {
    grid-column: 1 / 13;
    padding-top: 40px;
    margin-left: 65px;
    display: flex; }
    @media screen and (max-width: 1049px) {
  .report__file {
    margin-left: 0px; } }
    @media screen and (max-width: 1049px) {
    .report__file--list {
      display: none; } }
    .report__file--list-mobile {
      display: none; }
      @media screen and (max-width: 1049px) {
  .report__file--list-mobile {
    display: flex;
    flex-direction: column; } }
    .report__file--list-right {
      margin-left: 10px;
      padding-right: 20px; }
    .report__file--item {
      display: flex;
      align-items: center; }
      .report__file--item::before {
        content: url('../themes/rugby/assets/img/icons/list.svg');
        margin-right: 30px; }
    .report__file--item-left {
      margin-bottom: 27px; }
    .report__file--item-right {
      margin-bottom: 52px; }

.file__link {
  font-family: Noto Sans Display;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: #244873; }
  .file__info {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 150%;
    color: #8aa5c6; }

.file-mobile {
  padding: 0px 30px;
  margin-bottom: 20px; }
  .file-mobile:last-child {
    margin-bottom: 0px; }
