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

.regulations {
  margin-bottom: 55px; }
  .regulations__title {
    padding: 0px 175px 20px 216px;
    text-align: center; }
    @media screen and (max-width: 889px) {
  .regulations__title {
    padding: 0px 20px 20px 20px; } }
  .regulations__sub {
    padding-bottom: 39px;
    margin-bottom: 0px;
    background: white; }
  .regulations__text {
    padding: 13px 125px 10px 132px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 154%;
    color: #244873;
    background: white; }
    @media screen and (max-width: 889px) {
  .regulations__text {
    padding: 13px 20px 10px 20px; } }
  .regulations__menu {
    grid-column: 1 / 10;
    margin: 0px 0px 0px 132px;
    padding: 31px 0px 0px 0px; }
    .regulations__menu--item {
      margin-right: 32px; }
    @media screen and (max-width: 889px) {
  .regulations__menu {
    grid-column: 1 / 13;
    margin: 0px;
    padding: 31px 10px 0px 10px; } }
  .regulations__file {
    padding-bottom: 35px; }
    @media screen and (max-width: 889px) {
  .regulations__file {
    padding: 0px 20px 35px 20px; } }
    .regulations__file--list {
      grid-column: 2 / 12;
      display: flex;
      padding: 43px 38px 23px 55px; }
      .regulations__file--list:nth-child(2) {
        padding: 0px 38px 23px 55px; }
      .regulations__file--list:nth-child(3) {
        padding: 0px 38px 23px 55px; }
      @media screen and (max-width: 889px) {
  .regulations__file--list {
    grid-column: 1 / 13;
    padding: 43px 0px 0px 0px;
    justify-content: space-between; }
    .regulations__file--list:nth-child(2) {
      padding: 23px 0px 0px 0px; }
    .regulations__file--list:nth-child(3) {
      padding: 23px 0px 0px 0px; } }
      @media screen and (max-width: 414px) {
  .regulations__file--list {
    flex-direction: column; }
    .regulations__file--list:nth-child(2) {
      padding: 0px; }
    .regulations__file--list:nth-child(3) {
      padding: 0px; } }
    .regulations__file--item {
      display: flex;
      align-items: center;
      margin-right: 274px; }
      .regulations__file--item:last-child {
        margin-right: 0px; }
      .regulations__file--item::before {
        content: url('../themes/rugby/assets/img/icons/list.svg');
        margin-right: 30px; }
      @media screen and (max-width: 889px) {
  .regulations__file--item {
    margin-right: 0px; } }
      @media screen and (max-width: 414px) {
  .regulations__file--item {
    margin-bottom: 24px; } }

@media screen and (max-width: 889px) {
    .reg-center {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; } }
  @media screen and (max-width: 445px) {
  .reg-center {
    font-size: 12px; } }
  @media screen and (max-width: 889px) {
    .reg-center__other {
      order: -1;
      margin: 0px;
      margin-top: 30px;
      border-bottom: none; } }
  @media screen and (max-width: 889px) {
    .reg-center__menu {
      margin: 0px; } }

@media screen and (max-width: 445px) {
    .menu-pages__item-active {
      font-size: 12px; } }

@media screen and (max-width: 889px) {
    .menu-pages__other {
      grid-column: 1 / 13;
      justify-content: center; } }

.reg-block {
  display: flex; }
  .reg-block .tab-one .tab-contents {
    padding-bottom: 28px; }

.no-files {
  width: 100%;
  text-align: center;
  opacity: 0.5;
  font-family: Noto Sans Display;
  font-size: 17px;
  line-height: 130%;
  color: #244873; }

.tab-wrapper .menu-labels {
  margin: 43px 130px 44px 130px;
  border-bottom: 1px solid #f0f4fb; }
  @media screen and (max-width: 600px) {
    .tab-wrapper .menu-labels {
      margin: 43px 30px 44px 30px; } }

.tab-content .tab-wrapper {
  width: 100%; }

.contracts {
  width: 100%;
  padding: 34px 130px; }
  @media screen and (max-width: 600px) {
  .contracts {
    padding: 34px 30px; } }

.menu-labels .tab-label.font {
  flex-shrink: 0; }
