.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 {
  margin-bottom: 55px; }

.manager-menu {
  font-family: Noto Sans Display;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 150%;
  color: #244873; }
  @media screen and (max-width: 770px) {
  .manager-menu {
    font-size: 12px; } }
  .manager-menu--small {
    font-size: 12px; }
  .manager-menu__list {
    overflow: auto hidden;
    white-space: nowrap;
    display: flex;
    grid-column: 1 / 13;
    border-bottom: 1px solid #f0f4fb;
    margin: 0px 60px;
    padding: 28px 0px 0px 0px; }
    .manager-menu__list--D {
      font-family: Noto Sans Display;
      font-style: normal;
      font-weight: 900;
      font-size: 16px;
      line-height: 150%;
      color: #244873; }
    @media screen and (max-width: 888px) {
  .manager-menu__list {
    overflow: scroll hidden; }
    .manager-menu__list::after {
      position: absolute;
      right: 0;
      top: 0;
      width: 60px;
      background: linear-gradient(#fff, #fff); } }
    .manager-menu__list__custom {
      display: flex;
      grid-column: 1 / 13;
      border-bottom: 1px solid #f0f4fb;
      padding: 28px 0px 0px 0px;
      margin: 0px 130px; }
    .manager-menu__list--D {
      overflow: scroll hidden;
      white-space: nowrap;
      display: flex;
      grid-column: 1 / 13;
      border-bottom: 1px solid #f0f4fb;
      margin: 0px 60px;
      padding: 28px 0px 0px 0px;
      margin-bottom: 24px; }
      @media screen and (max-width: 888px) {
  .manager-menu__list--D {
    overflow: scroll hidden; }
    .manager-menu__list--D::after {
      position: absolute;
      right: 0;
      top: 0;
      width: 60px;
      background: linear-gradient(#fff, #fff); } }
  .manager-menu__item {
    margin-right: 20px;
    text-transform: uppercase;
    transition: 0.3s; }
    @media screen and (max-width: 888px) {
  .manager-menu__item {
    padding-right: 40px;
    white-space: nowrap; } }
    @media screen and (max-width: 470px) {
  .manager-menu__item {
    font-size: 12px; } }
    .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, .manager-menu__item.active {
    color: #fb3d4e; }
    .manager-menu__item-active::after, .manager-menu__item.active::after {
      content: "";
      width: 100%;
      height: 2px;
      background: #fb3d4e;
      display: block;
      margin-top: 20px; }

.manager-info {
  margin: 43px 60px 0px 60px; }
  @media screen and (max-width: 770px) {
  .manager-info {
    margin: 43px 30px 0px 30px; } }
  .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-info__item--custom1 {
      grid-column: 1 / 4;
      padding: 24px 25px 26px 46px; }
      @media screen and (max-width: 1099px) {
  .manager-info__item--custom1 {
    grid-column: 1 / 13;
    margin-bottom: 1px; } }
    .manager-info__item--custom2 {
      grid-column: 4 / 7;
      padding: 24px 25px 26px 46px; }
      @media screen and (max-width: 1099px) {
  .manager-info__item--custom2 {
    grid-column: 1 / 13;
    margin-bottom: 1px; } }
    .manager-info__item--custom3 {
      grid-column: 7 / 13;
      padding: 24px 25px 26px 45px; }
      @media screen and (max-width: 1099px) {
  .manager-info__item--custom3 {
    grid-column: 1 / 13; } }

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

.manager-text {
  font-family: Noto Sans Display;
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  line-height: 130%;
  text-transform: uppercase;
  color: #244873; }
  .manager-text--custom {
    font-family: Noto Sans Display;
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    line-height: 130%;
    text-transform: uppercase;
    color: #244873;
    margin-bottom: 10px; }
  .manager-text--custom-D {
    font-family: Noto Sans Display;
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    line-height: 130%;
    text-transform: uppercase;
    color: #244873;
    padding: 10px; }
  .manager-text--contacts {
    font-family: Noto Sans Display;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
    color: #244873; }

.programm {
  margin-top: 41px;
  padding-bottom: 18px;
  border-top: 1px solid #f0f4fb;
  border-bottom: 1px solid #f0f4fb; }
  .programm__custom {
    border-bottom: none; }
  .programm__left {
    padding: 39px 33px 0px 63px;
    grid-column: 1 / 5;
    color: #244873; }
    @media screen and (max-width: 1000px) {
  .programm__left {
    grid-column: 1 / 13;
    padding: 39px 30px 0px 30px; } }
    .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 {
    padding: 36px 0px 0px 56px;
    grid-column: 5 / 12; }
    @media screen and (max-width: 1000px) {
  .programm__right {
    grid-column: 1 / 13;
    padding: 36px 30px 0px 30px; } }
    .programm__right--list {
      border-left: 1px solid #8aa5c6; }
    .programm__right--item {
      margin-bottom: 35px; }
    .programm__right--item-custom {
      margin-bottom: 14px; }

.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;
  margin-bottom: 12px;
  margin-left: -6px; }
  .mod-up::before {
    content: "";
    width: 12px;
    height: 12px;
    background: #8aa5c6;
    border-radius: 50%;
    display: block;
    margin-right: 31px; }
  .mod-up--custom {
    margin-bottom: 0; }

.mod-green {
  font-family: Noto Sans Display;
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: #00c38d;
  display: flex;
  align-items: center;
  margin-left: -6px;
  flex-shrink: 0; }
  .mod-green::before {
    content: "";
    width: 12px;
    height: 12px;
    background: #00c38d;
    border-radius: 50%;
    display: block;
    margin-right: 31px; }

.mod-down {
  margin-bottom: 10px; }
  .mod-down__up {
    font-family: Noto Sans Display;
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    line-height: 130%;
    text-transform: uppercase;
    color: #8aa5c6;
    display: flex;
    align-items: center;
    margin-left: -4px; }
    .mod-down__up::before {
      content: "";
      width: 8px;
      height: 8px;
      background: #8aa5c6;
      border-radius: 50%;
      display: block;
      margin-right: 33px; }
  .mod-down__down {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 150%;
    color: #8aa5c6;
    margin-left: 37px; }

.mod-block {
  display: flex; }
  .mod-block__info {
    padding: 12px 20px;
    background: #11253d;
    box-shadow: 0px 0px 15px rgba(214, 220, 230, 0.9);
    opacity: 0;
    pointer-events: none;
    width: 235px;
    color: #fff;
    font-family: Montserrat;
    font-size: 11px;
    position: absolute;
    z-index: 3; }
    @media screen and (max-width: 600px) {
  .mod-block__info {
    width: 150px; } }
    .mod-block__info--two {
      width: 0;
      height: 0;
      border-top: 24px solid #11253d;
      border-left: 20px solid transparent;
      position: absolute;
      left: -20px;
      top: 0; }
      @media screen and (max-width: 600px) {
  .mod-block__info--two {
    display: none; } }
    .mod-block__info--three {
      position: absolute;
      width: 0;
      height: 0;
      border-top: 24px solid #11253d;
      border-right: 20px solid transparent;
      right: -20px;
      top: 0;
      display: none; }
      @media screen and (max-width: 600px) {
  .mod-block__info--three {
    display: block; } }

.mod-info {
  position: relative;
  margin-left: 10px;
  color: #00c38d;
  cursor: pointer;
  transition: 0.3s;
  display: flex; }
  .mod-info:hover {
    color: #8aa5c6; }
    .mod-info:hover .mod-block__info {
      opacity: 1;
      pointer-events: all;
      position: absolute;
      right: 0;
      right: -252px;
      top: 14px; }
      @media screen and (max-width: 600px) {
  .mod-info:hover .mod-block__info {
    right: 47px; } }

.sked__D {
  padding: 0px 17px 40px 62px;
  counter-reset: p_icnrement; }
  @media screen and (max-width: 770px) {
  .sked__D {
    padding: 0px 30px; } }
  .sked__D p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 150%;
    color: #244873;
    display: flex;
    align-items: center;
    margin-bottom: 22px; }
    .sked__D p:before {
      content: '0' counter(p_icnrement);
      counter-increment: p_icnrement;
      font-family: Noto Sans Display;
      font-size: 16px;
      line-height: 150%;
      text-transform: uppercase;
      color: #00c38d;
      margin-right: 15px; }
  .sked__D ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 770px) {
  .sked__D ul {
    flex-direction: column; } }
    .sked__D ul li {
      flex-basis: auto;
      flex-shrink: 0;
      font-family: Montserrat;
      font-style: normal;
      font-weight: normal;
      font-size: 13px;
      line-height: 150%;
      color: #244873;
      margin-bottom: 22px; }
      .sked__D ul li div:first-child {
        padding-right: 72px;
        margin-right: 0px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex; }
        .sked__D ul li div:first-child:before {
          content: "";
          width: 15px;
          height: 2px;
          background: #00c38d;
          display: block;
          margin-right: 15px;
          margin-top: 8px;
          flex-shrink: 0; }
        .sked__D ul li div:first-child ~ div {
          font-family: Montserrat;
          font-style: normal;
          font-weight: normal;
          font-size: 11px;
          line-height: 150%;
          color: #8aa5c6;
          padding-left: 30px; }

.sked__list {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  color: #244873; }
  .sked__list--one {
    grid-column: 1 / 5;
    padding: 26px 0px 0px 62px; }
  .sked__list--two {
    grid-column: 5 / 13;
    padding: 26px 0px 0px 132px; }

.sked__item {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  color: #244873;
  display: flex;
  align-items: center;
  margin-bottom: 22px; }
  .sked__item--comm {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 150%;
    color: #8aa5c6; }
  .sked__item--D {
    display: flex;
    align-items: inherit; }
  .sked__item--D1 {
    display: flex;
    align-items: inherit;
    grid-column: 1 / 6; }
  .sked__item--D2 {
    display: flex;
    align-items: inherit;
    grid-column: 6 / 10; }
  .sked__item--text {
    padding-right: 72px;
    margin-right: 0px; }

.sked__items {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  color: #244873;
  margin-bottom: 22px; }

.num1::before {
  content: "01";
  font-family: Noto Sans Display;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: #00c38d;
  margin-right: 15px; }

.num2::before {
  content: "02";
  font-family: Noto Sans Display;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: #00c38d;
  margin-right: 15px; }

.minus::before {
  content: "";
  width: 15px;
  height: 2px;
  background: #00c38d;
  display: block;
  margin-right: 15px; }

.minus1::before {
  content: "";
  width: 15px;
  height: 2px;
  background: #00c38d;
  display: block;
  margin-right: 15px;
  margin-top: 8px; }

.diplom-D {
  padding-bottom: 38px;
  border-bottom: 1px solid #f0f4fb; }

.diplom__content {
  grid-column: 1 / 13;
  display: flex;
  background: #f0f4fb;
  margin: 7px 58px 0px 63px;
  padding: 22px 50px 20px 0px; }

.diplom__pic {
  margin-left: 39px;
  margin-right: 26px; }

.form {
  padding-top: 40px; }
  .form__left {
    background: #4639ae;
    grid-column: 1 / 5;
    padding: 60px 36px 129px 62px; }
  .form__right {
    grid-column: 5 / 13;
    padding: 60px 56px 45px 55px; }
  .form__title {
    font-family: Noto Sans Display;
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    line-height: 130%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 11px; }
  .form__text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 150%;
    color: #fff; }

.forms {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  color: #244873; }
  .forms__row {
    display: flex;
    margin-bottom: 20px; }
    .forms__row--custom {
      padding-top: 25px; }
      @media screen and (max-width: 955px) {
  .forms__row--custom {
    flex-direction: column; } }
  .forms__block {
    margin-left: 21px; }
    .forms__block:first-child {
      margin-left: 0px; }
    @media screen and (max-width: 955px) {
  .forms__block {
    margin-left: 0px; }
    .forms__block:first-child {
      margin-bottom: 10px; } }
  .forms__imput {
    padding: 20px 75px 20px 22px;
    background: #f0f4fb;
    border: none;
    width: 100%; }
    .forms__imput--texteria {
      padding: 20px 5px 9px 22px;
      resize: none; }
  .forms__radio {
    display: flex; }

.check {
  padding-top: 18px;
  margin-right: 92px; }
  @media screen and (max-width: 955px) {
  .check {
    margin-right: 0px;
    padding: 18px 30px 0px 30px; } }
  .check__text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 150%;
    color: #244873; }

input[type="checkbox"] {
  position: absolute;
  left: -999em; }

input[type="checkbox"] + label {
  position: relative;
  overflow: hidden;
  cursor: pointer; }

input[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  vertical-align: -25%;
  height: 15px;
  width: 15px;
  background-color: white;
  border: 2px solid #8aa5c6;
  margin-right: 23px; }

input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  width: 1.4ex;
  height: 1ex;
  background: rgba(0, 0, 0, 0);
  top: 0.2ex;
  left: 0.8ex;
  border: 2px solid #00c38d;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.btn-mobile {
  width: 100%;
  margin-top: 20px; }

.licensia {
  margin-bottom: 64px; }
  .licensia__title {
    padding: 37px 0px 0px 61px; }
    @media screen and (max-width: 770px) {
  .licensia__title {
    padding: 37px 30px 0px 30px; } }
    .licensia__title--left {
      font-family: Noto Sans Display;
      font-size: 28px;
      line-height: 130%;
      text-transform: uppercase;
      color: #244873;
      grid-column: 1 / 9; }
      @media screen and (max-width: 770px) {
  .licensia__title--left {
    grid-column: 1 / 13; } }
    .licensia__title--right {
      padding: 10px 0px 10px 60px;
      font-family: Montserrat;
      font-style: normal;
      font-weight: normal;
      font-size: 13px;
      line-height: 150%;
      color: #244873;
      grid-column: 9 / 13; }
      @media screen and (max-width: 770px) {
  .licensia__title--right {
    grid-column: 1 / 13;
    padding: 10px 0px 10px 0px; } }

.form__right--D {
  padding: 52px 56px 22px 55px;
  grid-column: 5 / 13; }
  @media screen and (max-width: 955px) {
  .form__right--D {
    grid-column: 1 / 13;
    padding: 0px; } }

.form__left--D {
  padding: 60px 36px 63px 62px;
  background: #4639ae;
  grid-column: 1 / 5; }
  @media screen and (max-width: 955px) {
  .form__left--D {
    grid-column: 1 / 13; } }

.forms__row--D {
  display: flex;
  margin-bottom: 6px; }
  @media screen and (max-width: 955px) {
  .forms__row--D {
    flex-direction: column;
    padding: 30px 30px 0px 30px; } }
