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

.breadcrumbs {
  color: #fff; }

.header {
  position: absolute;
  background: none;
  width: 100%; }

.det-info {
  margin-top: 20px;
  color: #244873; }
  .det-info + .det-info {
    margin-top: 40px; }
  .det-info > * + * {
    margin-top: 20px; }
  .det-info__title {
    font-family: Noto Sans Display;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #244873;
    margin-bottom: 21px; }
  .det-info .file-img {
    justify-content: center;
    width: 100%; }

.news-det .contents {
  position: relative;
  padding: 40px 130px 40px 130px;
  z-index: 2; }
  @media screen and (max-width: 827px) {
    .news-det .contents {
      padding: 40px 30px 40px 30px; } }
  @media screen and (max-width: 500px) {
    .news-det .contents {
      padding: 40px 30px 40px 30px; } }
  .news-det .contents .det-info a {
    border-bottom: 1px solid #244873; }
    .news-det .contents .det-info a:hover {
      border-bottom: 1px solid #fb3d4e; }
    .news-det .contents .det-info > h2 {
      font-family: Noto Sans Display;
      font-size: 16px;
      line-height: 150%;
      text-transform: uppercase;
      color: #244873; }
    .news-det .contents .det-info * + h2 {
      margin-top: 40px; }
    .news-det .contents .det-info h3 {
      font-family: Noto Sans Display;
      font-size: 14px;
      line-height: 150%;
      text-transform: uppercase;
      color: #244873; }
    .news-det .contents .det-info h4 {
      font-family: Noto Sans Display;
      font-size: 13px;
      line-height: 150%;
      text-transform: uppercase;
      color: #244873; }
    .news-det .contents .det-info strong {
      font-weight: 900; }
    .news-det .contents .det-info > p, .news-det .contents .det-info > ul li {
      font-family: Montserrat;
      font-style: normal;
      font-weight: normal;
      font-size: 13px;
      line-height: 150%;
      color: #244873; }
    .news-det .contents .det-info > ul li {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex; }
    .news-det .contents .det-info > ul li::before {
      content: '';
      width: 4px;
      height: 4px;
      background: #00c38d;
      display: block;
      margin-right: 29px;
      box-shadow: 8px 8px 0 #00c38d;
      flex-shrink: 0;
      margin-top: 4px; }
    .news-det .contents .det-info > ul li + li {
      margin-top: 33px; }
    .news-det .contents .det-info iframe {
      width: 100%;
      margin-top: 30px; }
    .news-det .contents .det-info em {
      font-style: italic; }
    .news-det .contents .det-info ol {
      list-style: decimal;
      font-family: Montserrat;
      font-style: normal;
      font-weight: normal;
      font-size: 13px;
      line-height: 150%;
      color: #244873;
      margin-left: 14px; }
    .news-det .contents .det-info pre {
      background: #f0f4fb;
      font-style: italic;
      font-family: Montserrat;
      font-weight: normal;
      font-size: 11px;
      padding: 5px; }
    .news-det .contents .det-info table {
      width: 100%;
      border: 1px solid; }
    .news-det .contents .det-info table tbody tr {
      border-bottom: 1px solid; }
      .news-det .contents .det-info table tbody tr td {
        border-right: 1px solid; }
  .news-det__bg {
    color: white;
    font-family: "Noto Sans Display";
    position: relative;
    height: 630px;
    padding-top: 208px; }
  .news-det__bg:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(17, 37, 61, 0.6), rgba(17, 37, 61, 0.6)); }
  .news-det__bg .container {
    position: relative;
    z-index: 1; }
  .news-det__title {
    grid-column: 3 / 11;
    font-family: Noto Sans Display;
    font-style: normal;
    font-weight: 900;
    margin-bottom: 39px;
    padding-bottom: 38px; }
  .news-det__title--content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 39px; }
  .news-det__head {
    font-size: 24px;
    color: white;
    text-transform: uppercase;
    padding: 74px 44px 0px 110px;
    text-align: center; }
  @media screen and (max-width: 1299px) {
    .news-det__head {
      font-size: 20px; } }
  @media screen and (max-width: 1097px) {
    .news-det__head {
      padding: 30px 10px 0px 10px; } }
  @media screen and (max-width: 911px) {
    .news-det__head {
      font-size: 18px; } }
  @media screen and (max-width: 827px) {
    .news-det__head {
      font-size: 16px; } }
  @media screen and (max-width: 744px) {
    .news-det__head {
      font-size: 14px; } }
  @media screen and (max-width: 660px) {
    .news-det__head {
      font-size: 13px; } }
  .news-det__subtitle {
    display: flex;
    font-family: Noto Sans Display;
    font-size: 12px;
    line-height: 130%;
    text-transform: uppercase;
    color: white;
    margin-top: 8px; }
  .news-det__subtitle--data {
    padding-right: 38px; }
  .news-det__overhead {
    display: flex;
    font-size: 12px;
    color: white;
    margin-bottom: 17px;
    text-transform: uppercase; }

.det-title__head {
  font-family: Noto Sans Display;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: #244873;
  padding: 39px 83px 22px 131px; }
  .det-title__subtitle {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 150%;
    color: #244873;
    padding: 0px 127px 22px 132px; }

.ticket__link {
  grid-column: 2 / 5; }
  .ticket__link::before {
    content: url("../themes/rugby/assets/css/pages/./themes/rugby/assets/img/icons/news-det1.svg");
    margin-right: 10px; }
  .ticket__comment {
    grid-column: 5 / 8;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 150%;
    color: #42454b;
    padding: 32px 0px 10px 23px; }

.det-text {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  color: #244873; }
  .det-text__item {
    display: flex;
    margin-bottom: 33px; }
  .det-text__item::before {
    content: url("../themes/rugby/assets/css/pages/./themes/rugby/assets/img/icons/about.svg");
    margin-right: 19px; }

.info-down__custom {
  margin-top: 60px; }

.social__content {
  padding: 40px 130px;
  justify-content: space-between;
  align-items: center; }
  .social__content .content-left {
    padding: 0; }

@media screen and (max-width: 500px) {
    .mb {
      grid-column: 1 / 13;
      padding-bottom: 0px;
      margin-bottom: 0px; } }

@media screen and (max-width: 500px) {
    .mc {
      padding-top: 0px; } }

@media screen and (max-width: 500px) {
    .mh {
      padding-top: 52px; } }

@media screen and (max-width: 500px) {
    .mt {
      font-size: 36px; } }

.news-det__head--title {
  font-size: 27px; }

.contents__custom--news-det iframe {
  margin-top: 30px; }

/*======================================
  Selectric v1.13.0
======================================*/

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border-radius: 0px;
  background: #F0F4FB;
  position: relative;
  overflow: hidden;

}

.selectric .label {

    background: #F0F4FB;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 5px 20px 5px 20px;

  line-height: 38px;
  font-family: Noto Sans Display;
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
    color: #244873;
  height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric .button {
    display: block;
    position: absolute;
    top: -28px;
    bottom: 0;
    right: 0;
    height: auto;
    border-radius: 0;
    background: none;
    font-size: 0;
    padding: 0;
    width: 50px;
}

.selectric-wrapper.selectric-open>.selectric {
    display: block;
}

.selectric .button:after {
    content: "";
    background: url('/themes/rugby/assets/img/svg/icons/select.svg') center / 12px no-repeat #F0F4FB;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;

}

.selectric-open .button:after {
    transform: rotate(-180deg);
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
      width: 100% !important;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F0F4FB;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
  border-bottom: 1px solid #BDCCE0;
}

.selectric-items li {
  display: block;
 padding: 20px;
 font-family: Noto Sans Display;
 font-style: normal;
 font-weight: 900;
 font-size: 12px;
 line-height: 130%;
 text-transform: uppercase;
 color: #244873;
 cursor: pointer;
 border-bottom: 1px solid #BDCCE0;
 }

 .selectric-items li:first-child {
     border-top: 1px solid #BDCCE0;
    }

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

.selectric-items li.highlighted {
  background: #F0F4FB;
  font-family: Noto Sans Display;
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    line-height: 130%;
    text-transform: uppercase;
    color:#8AA5C6;
    border-bottom: 1px solid #BDCCE0;
}

.selectric-items li:hover {
  color: #FB3D4E;
}

.selectric-items .disabled {
    display: none;
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}