.academy {
  padding-bottom: 56px; }
  .academy__content {
    display: block;
    background: url(/themes/rugby/assets/img/content/academy.jpg) center right / 50% calc(100% - 80px) no-repeat; }
    @media screen and (max-width: 1100px) {
  .academy__content {
    background: url(/themes/rugby/assets/img/content/academy.jpg) 106% 83% / 80% no-repeat; } }
    @media screen and (max-width: 525px) {
  .academy__content {
    background: url(/themes/rugby/assets/img/content/academy.jpg) 38px 91% / 111% no-repeat; } }
    @media screen and (max-width: 414px) {
  .academy__content {
    background: url(/themes/rugby/assets/img/content/academy.jpg) 0px 106% / 127% no-repeat; } }
  .academy__title {
    grid-column: 1 / 13;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #244873;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: "Noto Sans Display";
    font-style: normal;
    font-weight: 900;
    font-size: 28px; }
  .academy__item {
    height: 260px;
    background: url(/themes/rugby/assets/img/icons/drops.svg) 40px 40px no-repeat, #4639ae;
    color: #fff;
    padding: 20px;
    padding-top: 40px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-end;
    align-items: flex-end;
    border-right: 1px #5144b9 solid;
    position: relative;
    transition: 0.3s; }
    .academy__item:hover {
      background-color: #fb3d4e;
      flex-direction: column;
      align-items: inherit; }
      .academy__item:hover .title-menu__text {
        padding-top: 27px; }
        @media screen and (max-width: 525px) {
  .academy__item:hover .title-menu__text {
    padding-top: 34px; } }
      .academy__item:hover .link-name {
        display: block;
        position: absolute;
        bottom: 60px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: normal;
        font-size: 11px;
        line-height: 150%;
        color: #fff; }
      .academy__item:hover .link-lic {
        display: flex;
        position: absolute;
        bottom: 33px; }
      .academy__item:hover .link-forother {
        display: flex;
        position: absolute;
        bottom: 96px; }
        @media screen and (max-width: 750px) {
  .academy__item:hover .link-forother {
    bottom: 75px; } }
      .academy__item:hover .title-menu__subtract {
        display: block;
        position: absolute;
        bottom: 33px; }
        @media screen and (max-width: 525px) {
  .academy__item:hover .title-menu__subtract {
    bottom: 9px; } }
        .academy__item:hover .title-menu__subtract--otherup {
          display: block;
          position: absolute;
          top: 116px;
          font-family: Montserrat;
          font-style: normal;
          font-weight: normal;
          font-size: 11px;
          line-height: 150%;
          background: #eb172a;
          padding: 3px 8px;
          transition: 0.3s; }
          .academy__item:hover .title-menu__subtract--otherup:hover {
            background: #fff;
            color: #fb3d4e; }
        .academy__item:hover .title-menu__subtract--othercenter {
          display: block;
          position: absolute;
          top: 145px;
          font-family: Montserrat;
          font-style: normal;
          font-weight: normal;
          font-size: 11px;
          line-height: 150%;
          background: #eb172a;
          padding: 3px 8px;
          transition: 0.3s; }
          .academy__item:hover .title-menu__subtract--othercenter:hover {
            background: #fff;
            color: #fb3d4e; }
        .academy__item:hover .title-menu__subtract--otherdown {
          display: block;
          margin-right: 10px;
          font-family: Montserrat;
          font-style: normal;
          font-weight: normal;
          font-size: 11px;
          line-height: 150%;
          background: #eb172a;
          padding: 3px 13px;
          transition: 0.3s; }
          .academy__item:hover .title-menu__subtract--otherdown:last-child {
            margin-right: 0px; }
          .academy__item:hover .title-menu__subtract--otherdown:hover {
            background: #fff;
            color: #fb3d4e; }
          @media screen and (max-width: 750px) {
  .academy__item:hover .title-menu__subtract--otherdown {
    margin-right: 5px;
    padding: 3px 9px; } }
    @media screen and (max-width: 1099px) {
  .academy__item {
    border-bottom: 1px #5144b9 solid; } }
    @media screen and (max-width: 525px) {
  .academy__item {
    height: 250px;
    background: url(/themes/rugby/assets/img/icons/drops.svg) 31px 29px no-repeat, #4639ae;
    padding: 15px; } }
  .academy__list {
    -ms-align-items: end;
    align-items: end; }
    @media screen and (max-width: 1100px) {
  .academy__list {
    display: none; } }
  .academy__list-ph {
    display: none; }
    @media screen and (max-width: 1100px) {
  .academy__list-ph {
    display: grid;
    padding-bottom: 345px; } }
    @media screen and (max-width: 900px) {
  .academy__list-ph {
    padding-bottom: 260px; } }
    @media screen and (max-width: 716px) {
  .academy__list-ph {
    padding-bottom: 190px; } }
    @media screen and (max-width: 525px) {
  .academy__list-ph {
    padding-bottom: 181px; } }
    @media screen and (max-width: 414px) {
  .academy__list-ph {
    padding-bottom: 106px; } }
  .academy__list + .academy__list .academy__item {
    border-top: 1px #5144b9 solid; }

.drops {
  position: absolute; }

.title-menu {
  display: flex;
  align-items: flex-end;
  position: relative; }
  .title-menu__text {
    font-family: Noto Sans Display;
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase; }
  .title-menu__subtract {
    display: none; }
    .title-menu__subtract--otherup {
      display: none; }
    .title-menu__subtract--othercenter {
      display: none; }
    .title-menu__subtract--otherdown {
      display: none; }

.link-name, .link-forother, .link-lic {
  display: none; }

.link-forother__item {
  margin-right: 5px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 150%;
  background: #eb172a;
  padding: 3px 8px;
  transition: 0.3s; }
  .link-forother__item:last-child {
    margin-bottom: 0px; }
  .link-forother__item:hover {
    background: #fff;
    color: #fb3d4e; }

.study {
  padding-bottom: 49px; }
  .study__content {
    padding-left: 20px;
    padding-right: 20px;
    display: flex; }
    @media screen and (max-width: 550px) {
  .study__content {
    padding-left: 0px;
    padding-right: 0px; } }
    .study__content--right {
      grid-column: 8 / 13;
      padding-left: 20px; }
      @media screen and (max-width: 1123px) {
  .study__content--right {
    grid-column: 1 / 13;
    padding-left: 0px;
    padding-top: 30px; } }
      @media screen and (max-width: 550px) {
  .study__content--right {
    padding-left: 0px; } }
    .study__content--left {
      grid-column: 1 / 8;
      padding-right: 16px; }
      @media screen and (max-width: 1123px) {
  .study__content--left {
    grid-column: 1 / 13;
    padding-right: 0px; } }
      @media screen and (max-width: 550px) {
  .study__content--left {
    display: flex;
    justify-content: center;
    flex-grow: 1; } }
  .study__title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #244873;
    text-transform: uppercase;
    margin-bottom: 30px; }
    .study__title--text {
      font-family: "Noto Sans Display";
      font-style: normal;
      font-weight: 900;
      font-size: 28px; }

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; }

.player {
  background: url("../themes/rugby/assets/img/content/player.jpg") center center/cover no-repeat;
  position: relative; }
  @media screen and (max-width: 550px) {
    .player__play {
      display: none; } }
    .player__play--pic {
      position: absolute;
      left: 44%;
      top: 40%; }
  .player__play-mobile {
    display: none; }
    @media screen and (max-width: 550px) {
  .player__play-mobile {
    display: block; } }
    .player__play-mobile--pic {
      position: absolute;
      left: 42%;
      top: 32%; }
  .player__info {
    padding-top: 381px;
    display: flex;
    color: white; }
    @media screen and (max-width: 1297px) {
  .player__info {
    justify-content: space-between; } }
    @media screen and (max-width: 550px) {
  .player__info {
    padding-top: 200px; } }
  .player__all {
    margin-left: 180px; }
    @media screen and (max-width: 1123px) {
  .player__all {
    margin-left: 0px;
    flex-shrink: 0; } }

.play {
  background: transparent; }

.video-info {
  margin-left: 40px;
  border-top: 1px solid rgba(231, 231, 231, 0.1);
  display: flex;
  align-items: center;
  font-family: Noto Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px; }
  .video-info__time {
    opacity: 0.5;
    margin-right: 22px; }
  @media screen and (max-width: 550px) {
  .video-info {
    padding: 0px 20px;
    margin-left: 0px; } }

.test {
  background: #fff; }
  .test__info {
    display: flex;
    padding-left: 44px;
    padding-top: 40px;
    margin-bottom: 27px; }
    @media screen and (max-width: 1297px) {
  .test__info {
    flex-direction: column; } }
    @media screen and (max-width: 1123px) {
  .test__info {
    flex-direction: initial;
    justify-content: space-evenly; } }
    @media screen and (max-width: 600px) {
  .test__info {
    padding: 40px 20px 20px 20px; } }
    @media screen and (max-width: 550px) {
  .test__info {
    justify-content: initial;
    margin-bottom: 0px; } }
    @media screen and (max-width: 1297px) {
    .test__info--left {
      display: flex;
      justify-content: center; } }
    .test__info--right {
      margin-left: 30px; }
      @media screen and (max-width: 1297px) {
  .test__info--right {
    margin-left: 0px;
    padding: 0px 10px; } }
  .test__name {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
    margin-bottom: 120px; }
    .test__name--title {
      font-family: Noto Sans;
      font-style: normal;
      font-weight: normal;
      font-size: 19px;
      color: #244873; }
      @media screen and (max-width: 550px) {
  .test__name--title {
    padding: 0px 70px 0px 10px; } }
    @media screen and (max-width: 1123px) {
  .test__name {
    margin-left: 0px;
    padding: 0px 10px; } }
    @media screen and (max-width: 550px) {
  .test__name {
    margin-bottom: 33px; } }
  .test__other {
    display: flex; }
    @media screen and (max-width: 1395px) {
  .test__other {
    justify-content: space-between; } }
    .test__other--left {
      margin-left: 40px;
      border-top: 1px solid #f0f4fb;
      display: flex;
      align-items: center; }
    .test__other--right {
      margin-left: 202px; }
      @media screen and (max-width: 1395px) {
  .test__other--right {
    margin-left: 0px; } }

.take-test {
  font-family: Noto Sans Display;
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  color: #fb3d4e;
  text-transform: uppercase; }
  .take-test::after {
    content: url("../themes/rugby/assets/img/icons/test.svg");
    margin-left: 10px; }

.all-test {
  color: white;
  font-family: Noto Sans Display;
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #00c38d; }

.photo-test {
  padding: 70px;
  width: 100%;
  background: url("../themes/rugby/assets/img/content/test.jpg") center center/cover no-repeat; }
  @media screen and (max-width: 1297px) {
  .photo-test {
    width: 20%;
    margin-left: 20px; } }
  @media screen and (max-width: 550px) {
  .photo-test {
    margin-left: 0px;
    width: none; } }

.info-test__title {
  font-family: Noto Sans Display;
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  color: #8aa5c6;
  text-transform: uppercase;
  margin-bottom: 18px; }
  .info-test__text {
    display: flex;
    border-top: 1px solid #f0f4fb;
    border-bottom: 1px solid #f0f4fb; }
    @media screen and (max-width: 1297px) {
  .info-test__text {
    padding: 0px 10px;
    align-items: center; } }
    @media screen and (max-width: 550px) {
  .info-test__text {
    padding: 0px; } }

.questions, .times {
  border-right: 1px solid #f0f4fb; }
  @media screen and (max-width: 550px) {
  .questions, .times {
    padding: 20px 0px; } }
  .questions__title, .times__title {
    margin-top: 20px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    color: #8aa5c6; }
    @media screen and (max-width: 550px) {
  .questions__title, .times__title {
    margin-top: 0px; } }
  .questions__text, .times__text {
    margin-top: 25px;
    font-family: Noto Sans Display;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
    color: #00c38d; }
    @media screen and (max-width: 1297px) {
  .questions__text, .times__text {
    margin-top: 10px; } }
    @media screen and (max-width: 550px) {
  .questions__text, .times__text {
    margin-top: 0px;
    margin-top: 26px; } }

.questions {
  padding-right: 58px; }
  @media screen and (max-width: 550px) {
  .questions {
    width: 50%;
    flex-shrink: 0;
    padding-right: 34px; } }

.times {
  border-right: none; }
  .times__title, .times__text {
    margin-left: 29px;
    padding-right: 35px; }
    @media screen and (max-width: 550px) {
  .times__title, .times__text {
    margin-left: 0px;
    padding-right: 0px; } }
  .times__text {
    margin-top: 11px; }
  @media screen and (max-width: 550px) {
  .times {
    width: 50%;
    flex-shrink: 0;
    padding-left: 12px; } }

.btn-study {
  padding: 24px 34px 23px 34px; }

.header {
  background-position: 110px 0;
}
.header__info {
  margin-bottom: -40px;
}
.header {
  padding-bottom: 1px;
  margin-bottom: 91px;
}
@media screen and (max-width: 414px) {
  .header {
    margin-bottom: 96px;
  }
}
.header__sub {
  width: 100%;
}
.navigation {
  margin-bottom: 80px;
}
@media screen and (max-width: 414px) {
  .navigation {
    margin-bottom: 58px;
  }
}
