@font-face {
  font-family: "Inter";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: local('Inter ExtraBold'), local('Inter-ExtraBold'),
  url("../fonts/inter-extrabold.woff2") format("woff2"),
  url("../fonts/inter-extrabold.woff") format("woff"),
  url("../fonts/inter-extrabold.ttf") format("ttf");
}

@font-face {
  font-family: "Inter";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local('Inter Bold'), local('Inter-Bold'),
  url("../fonts/inter-bold.woff2") format("woff2"),
  url("../fonts/inter-bold.woff") format("woff"),
  url("../fonts/inter-bold.ttf") format("ttf");
}

@font-face {
  font-family: "Inter";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: local('Inter SemiBold'), local('Inter-SemiBold'),
  url("../fonts/inter-semibold.woff2") format("woff2"),
  url("../fonts/inter-semibold.woff") format("woff"),
  url("../fonts/inter-semibold.ttf") format("ttf");
}

@font-face {
  font-family: "Inter";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: local('Inter Medium'), local('Inter-Medium'),
  url("../fonts/inter-medium.woff2") format("woff2"),
  url("../fonts/inter-medium.woff") format("woff"),
  url("../fonts/inter-medium.ttf") format("ttf");
}

@font-face {
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local('Inter Regular'), local('Inter-Regular'),
  url("../fonts/inter-regular.woff2") format("woff2"),
  url("../fonts/inter-regular.woff") format("woff"),
  url("../fonts/inter-regular.ttf") format("ttf");
}

html {
  box-sizing: border-box;
  height: 100%;
}

button {
  outline: unset;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0;
  padding: 0;
}

:root {
  --black: #000000;
  --black-2: #050404;
  --black-opacity: 0, 0, 0;
  --white: #ffffff;
  --orange: #FF7E40;
  --orange-2: #F6611A;
  --blue: #003CB5;
  --blue-2: #061B79;
  --blue-3: #12377A;
}

.visually-hidden:not(:focus):not(active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

a,
button {
  text-decoration: none;
  cursor: pointer;
  border: none;
}

img {
  display: block;
}

svg {
  flex-shrink: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1 {
  margin: 0;
}

.body {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  color: var(--black);
}

.main {
  width: 100%;
  font-family: "Inter", "Arial", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: var(--black-2);
  max-width: 1920px;
}

.container {
  max-width: 1300px;
  padding: 90px 30px;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  position: relative;
}

.container--30 {
  padding: 30px;
}

.container-x {
  max-width: 1300px;
  padding: 0 30px;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  position: relative;
}

.promo__block {
  display: flex;
  flex-direction: column;
}

.promo__link {
  display: flex;
  flex-direction: column;
  align-items: end;
  margin: -10px 0 0 auto;
  z-index: 2;
  position: relative;
  gap: 5px;
}

.promo__author {
  color: var(--orange);
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  text-transform: uppercase;
}

.promo__title {
  color: var(--white);
  font-size: 54px;
  line-height: 65px;
  display: flex;
  flex-direction: column;
}

.promo__orange {
  color: var(--orange);
}

.promo__small {
  font-size: 38px;
  font-weight: 600;
  line-height: 46px;
  margin: 10px 0 0;
}

.promo__subtitle {
  color: var(--white);
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  max-width: 595px;
}

.button {
  display: flex;
  padding: 15px 25px;
  align-items: center;
  gap: 15px;
  background-color: var(--orange);
  border-radius: 8px;
}

.button__text {
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.button__icon {
  display: flex;
}

.heading {
  font-size: 158px;
  line-height: 166px;
  text-transform: uppercase;
  background: linear-gradient(180deg, rgba(0, 68, 198, 0.50) 0%, rgba(0, 68, 198, 0.50) 35.83%, rgba(0, 68, 198, 0.00) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.text {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.title {
  color: var(--blue);
  font-size: 44px;
  line-height: 56px;
  text-transform: uppercase;
}

.dots {
  opacity: 0.1;
  position: absolute;
}

/* Блок Промо */
.promo {
  position: relative;
  background-image: url("../images/background-promo.png");
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: -10px 0 0;
}

.promo__img {
  position: absolute;
  bottom: 0;
  right: 65px;
  z-index: 1;
}

.promo__wrap {
  display: flex;
  flex-direction: column;
  gap: 130px;
  position: relative;
  z-index: 2;
}

.promo__container {
  display: flex;
  flex-direction: column;
  align-items: self-start;
  gap: 50px;
  max-width: 725px;
}

.promo__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.promo__button:hover {
  background-color: var(--orange-2);
  box-shadow: 0 2px 2px 0 rgba(var(--black-opacity), 0.25);
}

.rating {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  padding: 0 0 90px 0;
}

.rating__item {
  border-radius: 5px;
  border: 1px solid var(--orange);
  background-color: var(--white);
  display: flex;
  min-height: 150px;
  justify-content: space-between;
  flex-direction: column;
  padding: 10px 15px;
  gap: 15px;
}

.rating__item--orange {
  background-color: var(--orange);
  align-items: center;
  justify-content: center;
}

.rating__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.rating__text--big {
  color: var(--white);
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 0 -7px;
}

.rating__number {
  color: var(--orange);
  text-align: right;
  font-size: 64px;
  font-weight: 800;
  line-height: 50px;
}

.rating__wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.rating__block {
  display: flex;
  flex-direction: column;
}

.rating__more {
  color: var(--orange);
  font-size: 18px;
  font-weight: 500;
  line-height: 14px;
}

.rating__container {
  display: flex;
  align-items: flex-end;
  justify-content: end;
  gap: 2px;
}

.rating__mil {
  color: var(--orange);
  font-size: 32px;
  font-weight: 800;
  line-height: 24px;
}

.promo__dots {
  position: absolute;
  top: 40px;
  left: calc(50% - 60px);
  display: flex;
}

.promo__dots:before {
  content: "";
  border-radius: 484px;
  background: rgba(0, 84, 255, 0.80);
  filter: blur(142px);
  position: absolute;
  width: 484px;
  height: 445px;
  flex-shrink: 0;
  display: flex;
  right: 200px;
}

/* Блок о проекте */
.project {
  position: relative;
  overflow: hidden;
}

.project__wrap {
  display: flex;
  flex-direction: column;
  gap: 45px;
  position: relative;
  z-index: 1;
}

.project__heading {
  text-align: end;
  margin: 0 0 -15px;
  line-height: 118px;
}

.project__block {
  display: flex;
  flex-direction: column;
}

.project__text {
  max-width: 895px;
}

.project__container {
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 1fr;
}

.project__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.promo__dot {
  opacity: 0.2;
}

.project__dots {
  right: -270px;
  top: 0;
  opacity: 0.2;
}

/* Блок Роль портала */
.role {
  position: relative;
  background-image: url("../images/background-role.png");
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  gap: 60px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.role__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.role__title {
  color: var(--white);
  font-size: 94px;
  line-height: 114px;
  text-transform: uppercase;
}

.role__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.role__item {
  display: flex;
  flex-direction: column;
  position: relative;
}

.role__content {
  display: flex;
  padding: 20px;
  flex-direction: column;
  background-color: var(--orange);
  gap: 30px;
  flex-shrink: 0;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
  transition: 0.3s;
}

.role__item--active .role__content {
  border-radius: 15px 15px 0 0;
  transition: 0.3s;
}

.role__subtitle {
  color: var(--white);
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  text-transform: uppercase;
}

.role__name {
  color: var(--white);
  font-size: 78px;
  font-weight: 800;
  line-height: 58px;
  opacity: 0.2;
  text-transform: uppercase;
}

.role__icon {
  border-radius: 15px 0 15px 0;
  background-color: var(--white);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  cursor: pointer;
  z-index: 2;
}

.role__item--active .role__icon {
  border-radius: 15px 0 0 0;
  transition: 0.3s;
}

.role__arrow {
  display: flex;
  transition: 0.3s;
}

.role__item--active .role__arrow {
  transform: rotate(180deg);
  transition: 0.3s;
}

.role__block {
  position: relative;
  display: flex;
}

@keyframes runText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.role__heading {
  opacity: 0.5;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
  -webkit-background-clip: text;
  white-space: nowrap;
  overflow: hidden;
  width: max-content;
  height: 115px;
  line-height: 118px;
  margin: 0 0 90px;
  animation: runText 20s linear infinite;
}

.depiction {
  display: none;
  flex-direction: column;
  gap: 20px;
  background-color: var(--white);
  padding: 20px;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 100%;
  border-radius: 0 0 15px 15px;
  transition: 0.3s;
}

.role__item--active .depiction {
  display: flex;
  transition: 0.3s;
}

.depiction__item {
  display: flex;
  gap: 10px;
}

.depiction__item:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--orange);
  flex-shrink: 0;
  display: flex;
  border-radius: 100%;
  margin: 8px 0 0 0;
}

.depiction__content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.depiction__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.depiction__subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

/* Блок Разработка */
.development {
  position: relative;
  display: flex;
  overflow: hidden;
}

.development__container {
  display: flex;
  gap: 50px;
  align-items: center;
  padding: 40px 0 0 0;
}

.development__images {
  display: flex;
  margin: 0 0 0 -20px;
  flex-direction: column;
  position: relative;
}

.development__img {
  display: flex;
  height: auto;
  z-index: 2;
}

@keyframes rotateCircleText {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

.development__circle {
  display: flex;
  animation: rotateCircleText 10s linear infinite;
  position: absolute;
  top: -70px;
  left: -120px;
  height: auto;
}

.development__content {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.development__texts {
  display: flex;
  gap: 20px;
  flex-direction: column;
  max-width: 736px;
  text-align: center;
}

.development__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  gap: 25px;
}

.development__item {
  padding: 10px;
  border-radius: 10px;
  background-color: var(--blue-2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 5px;
}

.development__item:nth-child(1) {
  padding: 15px 10px;
  background-color: var(--orange);
}

.development__block {
  display: flex;
  align-items: center;
  align-self: end;
  gap: 5px;
}

.development__blocks {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}

.development__wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 60px;
}

.development__title {
  color: var(--white);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.development__text {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  max-width: 330px;
}

.development__subtitle {
  color: var(--white);
  text-align: right;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  opacity: 0.9;
  display: flex;
  flex-direction: column;
}

.development__number {
  color: var(--orange);
  text-align: right;
  font-size: 44px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.development__number:before {
  content: "";
  display: flex;
  width: 1px;
  height: 38px;
  flex-shrink: 0;
  background-color: var(--orange);
}

.development__heading {
  line-height: 120px;
}

.development__dots {
  top: 170px;
  left: -10px;
  max-width: 100%;
  height: auto;
}

.development__dots-2 {
  bottom: -380px;
  justify-content: center;
  width: 100%;
}

.profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
  min-height: 100%;
  padding: 25px;
}

.profile__title {
  color: var(--blue-2);
  font-size: 82px;
  font-weight: 700;
  line-height: 98px;
  text-transform: uppercase;
  height: 60px;
  display: flex;
  align-items: center;
}

.profile__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 520px;
}

.profile__item {
  display: flex;
  gap: 5px;
  align-items: self-start;
  transition: 0.3s;
}

.slider__indicators-item {
  background-color: var(--black-2);
  width: 10px;
  height: 10px;
}

.profile__number {
  color: var(--blue);
  text-align: center;
  font-size: 52px;
  font-weight: 700;
  line-height: 63px;
  width: 100%;
  max-width: 42px;
  margin: -7px 0 0;
}

.tns-nav-active .profile__number {
  color: var(--orange);
  transition: 0.3s;
}

.profile__text {
  color: var(--black-2);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.sliders {
  display: flex;
  align-items: center;
  position: relative;
  gap: 80px;
}

.profiles {
  height: 820px;
  display: flex;
  align-items: end;
  flex-direction: column;
  width: 985px;
  justify-content: center;
}

.buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  z-index: 1;
}

.slider__profile {
  position: relative;
  max-width: 1610px;
  width: 100%;
}

.slider__profiles {
  display: flex;
  align-items: center;
}

.buttons__item.tns-nav-active {
  display: flex;
  width: 70px;
  padding: 20px 0;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background-color: var(--orange);
  color: var(--white);
  font-size: 30px;
  border: none;
  transition: 0.3s;
}

.buttons__item:hover {
  border: 1px solid var(--orange);
  color: var(--orange);
  transition: 0.3s;
}

.buttons__item {
  display: flex;
  width: 60px;
  padding: 15px 0;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--blue);
  background-color: var(--white);
  color: var(--blue);
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  transition: 0.3s;
  cursor: pointer;
}

.slider__arrows-link {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(90deg);
}

.slider__arrows-link--right {
  transform: rotate(270deg)
}

.slides .slider {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 520px;
}

.slider__blocks {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 355px;
  width: 100%;
  position: relative;
}

.slider__arrows-block {
  display: flex;
  align-items: center;
  position: absolute;
  height: 100%;
  justify-content: space-between;
  width: 100%;
}

.sport {
  position: relative;
  overflow: hidden;
}

.sport__wrap {
  display: flex;
  gap: 70px;
}

.sport__blocks {
  display: flex;
  flex-direction: column;
  gap: 82px;
  width: 100%;
  max-width: 600px;
  position: relative;
  z-index: 1;
  padding: 50px 0 0 0;
}

.title-blue {
  color: var(--blue-2);
  font-size: 70px;
  line-height: 85px;
  text-transform: uppercase;
}

.sport__subtitle {
  color: var(--black-2);
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.sport__blue {
  color: var(--blue);
}

.sport__container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 245px;
  margin: 0 20px 0 auto;
  text-align: right;
}

.sport__result {
  color: var(--black-2);
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.sport__text {
  color: var(--black-2);
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.sport__block {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 600px;
}

.sport__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.intro {
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 110px;
  padding: 30px 0 5px;
}

.numbers {
  display: flex;
  color: var(--orange);
}

.numbers__texts {
  display: flex;
  flex-direction: column;
}

.numbers__number {
  font-size: 170px;
  font-weight: 600;
  line-height: 210px;
}

.numbers__plus {
  font-size: 90px;
  line-height: 112px;
  margin: 0 0 0 -10px;
}

.numbers__text {
  font-size: 30px;
  line-height: 30px;
  max-width: 155px;
}

.intro__container {
  display: flex;
  gap: 20px;
  align-items: center;
}

.intro__title {
  color: var(--white);
  font-size: 58px;
  font-weight: 600;
  line-height: 70px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  max-width: 305px;
}

.intro__small {
  font-size: 24px;
  line-height: 30px;
  margin: -3px 0 0 0;
}

.intro__block {
  display: flex;
  gap: 20px;
}

.intro__block:before {
  display: flex;
  content: "";
  width: 4px;
  background-color: var(--orange);
  flex-shrink: 0;
}

.intro__content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.intro__subtitle {
  color: var(--white);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}

.intro__img {
  margin: 0 0 0 -70px
}

.sport__dots {
  left: 50px;
  opacity: 0.2;
}

.background {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 960px;
  background-color: var(--blue-2);
  display: flex;
  align-items: center;
  top: 0;
  left: 50%;
}

.hide {
  display: none;
}

.background-left {
  right: 50%;
  left: auto;
}

.tournament__dots {
  left: 50px;
  opacity: 0.2;
}

.tournament__wrap {
  position: relative;
  display: flex;
  gap: 75px;
}

.tournament__images {
  display: flex;
  flex-direction: column;
  gap: 45px;
  padding: 30px 0 0;
}

.tournament__img {
  display: flex;
}

.tournaments__blocks {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 50px 0 0;
}

.tournament__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 136px;
}

.tournaments__block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tournaments__container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.tournament__subtitle {
  color: var(--black-2);
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.tournament__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 15px;
  row-gap: 10px;
}

.tournament__item {
  display: flex;
  gap: 10px;
  align-items: baseline;
}

.tournament__item:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--orange);
  display: flex;
  flex-shrink: 0;
}

.tournament__text {
  color: var(--black-2);
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.tournament__small {
  font-size: 14px;
  line-height: 16px;
}

.tournaments__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: -10px 0 0 0;
}

.tournaments__texts {
  color: var(--black-2);
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.potential {
  position: relative;
  background-image: url("../images/background-potential.png");
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.potential__wrap {
  display: flex;
  flex-direction: column;
  gap: 135px;
  padding: 60px 0 0 0;
}

.potential__title {
  color: var(--white);
  text-align: center;
  font-size: 70px;
  font-weight: 700;
  line-height: 85px;
  text-transform: uppercase;
}

.potential .slider {
  margin: 0 -770px -30px 0;
}

.potential .slider__list {
  margin: 0 0 0 340px;
}

.potential__item {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 15px;
  margin: 0 0 -100px 0;
  width: 100%;
}

.potential__text {
  color: var(--white);
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.potential__img {
  width: 100%;
  height: auto;
}

/* Блок Итоги */
.results {
  position: relative;
  overflow: hidden;
}

.results__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.results__wraps {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.results__wrap {
  display: flex;
  flex-direction: column;
  gap: 85px;
}

.results__heading {
  font-size: 118px;
  line-height: 90px;
  text-align: right;
}

.results__titles {
  display: flex;
  align-items: center;
  gap: 20px;
}

.result__titles {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
  flex-wrap: wrap;
}

.results__container {
  display: flex;
  gap: 30px;
}

.results__subtitle {
  color: var(--blue);
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
  max-width: 510px;
  flex-shrink: 0;
  width: 100%;
  padding: 60px 0 0 0;
}

.results__texts {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.results__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.text--blue {
  color: var(--blue);
}

.results__blocks {
  display: flex;
  gap: 55px;
  padding: 45px 20px 70px 0;
  position: relative;
  background-color: var(--blue);
  justify-content: end;
  border-radius: 20px;
}

.results__img {
  display: flex;
  max-width: 100%;
  margin: -295px 0 -105px 0;
}

.results__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.results__item {
  display: flex;
  gap: 10px;
  align-items: baseline;
}

.results__item:before {
  content: "";
  width: 14px;
  height: 14px;
  display: flex;
  background-color: var(--white);
  border-radius: 100%;
  flex-shrink: 0;
  margin: 2px 0 0;
}

.results__text {
  color: var(--white);
  font-weight: 400;
}

.results__block {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 680px;
}

.results__dots {
  left: -50px;
  top: 170px;
}

.results__dots-white {
  z-index: 1;
  opacity: 0.2;
  right: -430px;
  top: -10px;
}

.hide-1080 {
  display: none;
}

.footer {
  position: relative;
  background-image: url("../images/background-footer.png");
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.footer__wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 0 0 20px;
}

.footer__content {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: start;
  max-width: 555px;
}

.footer__block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer__title {
  color: var(--white);
  font-size: 44px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
}

.footer__texts {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.text--white {
  color: var(--white);
}

.footer__contact {
  color: var(--orange);
  font-weight: 600;
}

.footer__button {
  box-shadow: 1px 2px 5px 0 rgba(6, 27, 121, 0.10), 5px 8px 9px 0 rgba(6, 27, 121, 0.09), 10px 18px 12px 0 rgba(6, 27, 121, 0.05), 18px 33px 15px 0 rgba(6, 27, 121, 0.01), 29px 52px 16px 0 rgba(6, 27, 121, 0.00);
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
}

.footer__button:hover {
  background-color: var(--orange-2);
  box-shadow: 0 2px 2px 0 rgba(var(--black-opacity), 0.25);
}

.footer__container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 430px;
  align-items: center;
}

.footer__logo {
  display: flex;
  max-width: 100%;
  height: auto;
}

.footer__blocks {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.footer__except {
  color: var(--white);
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
}

.footer__list {
  display: flex;
  gap: 15px;
  align-items: end;
}

.footer__link {
  border-radius: 5px;
  background-color: var(--white);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__social {
  display: flex;
  fill: var(--orange);
}

.footer__link:hover .footer__social {
  fill: var(--blue);
}

.slides {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  overflow: hidden;
  min-height: 820px;
}

.slides__left {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/background-profile.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.slides__item {
  width: 100%;
}

.slides__grid {
  display: grid;
  width: calc(100% + 50px);
  margin: 0 -25px;
  transition: 0.3s;
  grid-template-columns: 64% 36%;
}

.tns-slide-active .slides__grid {
  grid-template-columns: 36% 64%;
  transition: 0.3s;
}

.tns-slide-active .slides__empty {
  order: -1;
  transition: 0.3s;
}

.slides__empty {
  order: initial;
  transition: 0.3s;
}

.slides__img {
  width: 100%;
  height: auto;
  transition: 0.3s;
  opacity: 0.5;
}

.tns-slide-active .slides__img {
  border: 1px solid var(--orange);
  border-radius: 25px;
  transition: 0.3s;
  opacity: 1;
}

.slides .tns-ovh {
  overflow: visible;
}

.slides .tns-outer {
  width: 100%;
}

@media (max-width: 1440px) {
  .container {
    padding: 85px 30px;
  }

  .container--30 {
    padding: 0 30px;
  }

  /* Блок Промо */
  .promo__title {
    font-size: 50px;
    line-height: 56px;
  }

  .role__name {
    font-size: 72px;
  }

  .role__title {
    font-size: 86px;
    line-height: 94px;
  }

  /* Блок Разработка */
  .development__container {
    gap: 45px;
    padding: 30px 0 0;
  }

  .development__dots {
    left: -40px;
  }

  .potential__wrap {
    gap: 120px;
  }

  /* Блок Итоги */
  .results__heading {
    font-size: 108px;
  }

  .results__dots {
    width: 750px;
    height: auto;
  }

  .potential .slider__list {
    margin: 0 0 0 30px;
  }
}

@media (max-width: 1300px) {
  .container {
    padding: 80px 30px;
  }

  .container--30 {
    padding: 0 30px;
  }

  .heading {
    font-size: 128px;
    line-height: 138px;
  }

  /* Блок Промо */
  .promo__title {
    font-size: 46px;
    line-height: 52px;
  }

  .promo__small {
    font-size: 34px;
    line-height: 38px;
  }

  .promo__wrap {
    gap: 115px;
  }

  .rating__number {
    font-size: 62px;
  }

  .role__name {
    font-size: 68px;
  }

  .role__title {
    font-size: 72px;
    line-height: 86px;
  }

  .role {
    gap: 55px;
  }

  .role__heading {
    line-height: 115px;
    margin: 0 0 80px;
  }

  /* Блок Разработка */
  .development__container {
    gap: 40px;
    padding: 20px 0 0;
  }

  .development__dots {
    top: 155px;
    left: -70px;
  }

  .development__dots-2 {
    bottom: -360px;
  }

  /* Блок Профиль */
  .profile__title {
    font-size: 74px;
    line-height: 90px;
  }

  .profile__number {
    font-size: 50px;
    line-height: 60px;
  }

  .sport__wrap {
    gap: 30px;
  }

  .title-blue {
    font-size: 64px;
    line-height: 74px;
  }

  .numbers__number {
    font-size: 164px;
    line-height: 198px;
  }

  .numbers__plus {
    font-size: 86px;
    line-height: 106px;
  }

  .intro__img {
    margin: 0 0 0 -25px;
  }

  .sport__container {
    margin: 0 20px 0 auto;
  }

  .tournaments__background {
    right: 50%;
    left: auto;
  }

  .tournament__wrap {
    justify-content: space-between;
    gap: 50px;
  }

  .development__heading {
    line-height: 115px;
  }

  .background-left {
    right: 50%;
    left: auto;
  }

  .potential .slider {
    margin: 0 -375px -30px -30px;
  }

  .potential__item {
    margin: 0 0 -55px 0;
  }

  .potential__title {
    font-size: 62px;
    line-height: 68px;
  }

  .potential__wrap {
    gap: 105px;
  }

  /* Блок Итоги */
  .results__subtitle {
    font-size: 45px;
    line-height: 50px;
  }

  .results__dots-white {
    top: auto;
  }

  .results__img {
    margin: -245px 0 -105px 0;
  }

  .results__heading {
    font-size: 98px;
  }

  .results__dots {
    width: 700px;
  }

  .results__heading {
    line-height: 86px;
  }

  .slides {
    min-height: 720px;
  }

  .profile {
    gap: 40px;
  }
}

@media (max-width: 1180px) {
  .container {
    padding: 75px 25px;
  }

  .container--30 {
    padding: 25px;
  }

  .heading {
    font-size: 108px;
    line-height: 118px;
  }

  .title {
    font-size: 40px;
    line-height: 50px;
  }

  /* Блок Промо */
  .promo {
    padding: 5px 0 0;
  }

  .promo__title {
    font-size: 42px;
    line-height: 48px;
  }

  .promo__small {
    font-size: 30px;
    line-height: 34px;
  }

  .promo__container {
    gap: 45px;
  }

  .promo__wrap {
    gap: 100px;
  }

  .rating__number {
    font-size: 60px;
    line-height: 48px;
  }

  .rating__mil {
    font-size: 30px;
  }

  .rating {
    padding: 0 0 80px;
    grid-template-columns: repeat(3, 1fr);
  }

  .rating__text--big {
    margin: 0;
  }

  /* Блок о проекте */
  .project__container {
    gap: 45px;
  }

  /* Блок РОЛЬ */
  .role__subtitle {
    font-size: 32px;
    line-height: 40px;
  }

  .role__name {
    font-size: 62px;
  }

  .role__title {
    font-size: 64px;
    line-height: 78px;
  }

  .role {
    gap: 50px;
  }

  .role__icon {
    width: 70px;
    height: 70px;
  }

  .role__heading {
    height: auto;
    margin: 0 0 70px;
  }

  .promo__link {
    margin: 0 0 0 auto;
  }

  /* Блок Разработка */
  .development__container {
    gap: 35px;
    padding: 10px 0 0;
  }

  .development__wrap {
    gap: 55px;
  }

  .development__images {
    margin: 0;
  }

  .development__dots {
    top: 140px;
    left: -100px;
  }

  .development__dots-2 {
    bottom: -340px;
  }

  /* Блок Профиль */
  .profile__title {
    font-size: 66px;
    line-height: 82px;
  }

  .profile__number {
    font-size: 48px;
    line-height: 56px;
  }

  .profile {
    gap: 55px;
  }

  .profile__item:not(.tns-nav-active) {
    display: none;
    transition: 0.3s;
  }

  .slides {
    min-height: 620px;
  }

  .slider__blocks {
    max-width: 350px;
  }

  .title-blue {
    font-size: 58px;
    line-height: 68px;
  }

  .numbers__number {
    font-size: 158px;
    line-height: 192px;
  }

  .numbers__plus {
    font-size: 82px;
    line-height: 102px;
  }

  .sport__wrap {
    flex-direction: column;
    gap: 80px;
  }

  .intro {
    background-color: var(--blue-2);
    padding: 0 25px 75px 25px;
    display: flex;
    align-items: center;
    margin: 0 -25px -25px;
  }

  .intro__img {
    margin: -50px 0 0 0;
    width: 100%;
    height: auto;
  }

  .background {
    display: none;
  }

  .sport__block {
    align-items: center;
    max-width: none;
  }

  .sport__blocks {
    max-width: none;
    align-items: center;
    gap: 60px;
    padding: 40px 0 0 0;
  }

  .sport__container {
    margin: 0;
    max-width: none;
    text-align: center;
  }

  .promo__link {
    margin: 0 0 0 auto;
  }

  .hide {
    display: flex;
  }

  .show {
    display: none;
  }

  .sport__block {
    gap: 35px;
  }

  .tournament__images {
    order: 1;
    background-color: var(--blue-2);
    margin: -25px;
    padding: 0 25px 60px;
  }

  .tournament__wrap {
    flex-direction: column;
    gap: 115px;
  }

  .tournament__img {
    width: 100%;
    height: auto;
  }

  .tournament__img:nth-child(1) {
    margin: -50px 0 0 0;
  }

  .tournaments__content {
    margin: 0;
  }

  .potential .slider {
    margin: 0 -270px -30px -30px;
  }

  .potential__item {
    margin: 0 0 -50px 0;
  }

  .potential__title {
    font-size: 54px;
    line-height: 60px;
  }

  .potential__wrap {
    gap: 90px;
  }

  /* Блок Итоги */
  .results__subtitle {
    font-size: 40px;
    line-height: 45px;
    flex-shrink: 1;
  }

  .results__blocks {
    gap: 55px;
    padding: 45px 25px 0;
    flex-direction: column;
    margin: 0 -25px;
  }

  .results__block {
    max-width: none;
  }

  .results__img {
    margin: 0;
    order: 1;
    z-index: 1;
    width: 100%;
    height: auto;
  }

  .show-1080 {
    display: none;
  }

  .hide-1080 {
    display: flex;
  }

  .results__wrap {
    gap: 70px;
  }

  .results__heading {
    font-size: 88px;
    line-height: 86px;
    height: 75px;
  }

  .results__dots {
    width: 650px;
  }

  .footer__title {
    font-size: 40px;
    line-height: 50px;
  }

  .footer__content {
    gap: 45px;
  }

  .potential .slider__list {
    margin: 0 0 0 50px;
  }
}

@media (max-width: 1080px) {
  /* Блок Разработка */
  .development__container {
    flex-direction: column;
  }

  .sport__block {
    gap: 25px;
  }

  .development__img {
    width: 100%;
  }

  .development__images {
    align-items: center;
    justify-content: center;
    padding: 0 30px;
  }

  .development__circle {
    width: 360px;
    top: -30px;
  }

  .potential__item {
    margin: 0 0 -45px 0;
  }

  /* Блок Итоги */
  .results__blocks {
    gap: 40px;
  }

  .results__heading {
    font-size: 78px;
    height: 65px;
  }

  .results__dots {
    left: -100px;
    top: 145px;
    width: 600px;
  }

  .footer__title {
    font-size: 36px;
    line-height: 46px;
  }

  .slides {
    min-height: 520px;
  }
}

@media (max-width: 980px) {
  .container {
    padding: 70px 20px;
  }

  .container--30 {
    padding: 20px;
  }

  .heading {
    font-size: 88px;
    line-height: 98px;
  }

  .text {
    font-size: 20px;
    line-height: 26px;
  }

  .title {
    font-size: 36px;
    line-height: 46px;
  }

  /* Блок Промо */
  .promo__title {
    font-size: 38px;
    line-height: 44px;
  }

  .promo__small {
    font-size: 26px;
    line-height: 30px;
  }

  .promo__logo {
    width: 180px;
  }

  .promo__container {
    gap: 40px;
  }

  .promo__wrap {
    gap: 85px;
  }

  .rating__number {
    font-size: 58px;
    line-height: 46px;
  }

  .rating__mil {
    font-size: 28px;
  }

  .rating {
    padding: 0 0 70px;
  }

  /* Блок о проекте */
  .project__container {
    gap: 40px;
  }

  .promo {
    padding: 10px 0 0;
  }

  .promo__img {
    display: none;
  }

  /* Блок РОЛЬ */
  .role__list {
    grid-template-columns: repeat(1, 1fr);
  }

  .role__subtitle {
    font-size: 28px;
    line-height: 36px;
  }

  .role__name {
    font-size: 56px;
  }

  .role__title {
    font-size: 56px;
    line-height: 70px;
  }

  .role {
    gap: 45px;
  }

  .role__icon {
    width: 60px;
    height: 60px;
  }

  .role__heading {
    margin: 0 0 60px;
  }

  .role__arrow {
    width: 35px;
  }

  .depiction {
    gap: 15px;
    position: static;
  }

  /* Блок Разработка */
  .development__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .development__container {
    gap: 30px;
    padding: 10px 0 0;
  }

  .development__wrap {
    gap: 50px;
  }

  .development__caption {
    font-size: 32px;
    line-height: 38px;
  }

  .development__dots {
    top: 125px;
    left: -130px;
  }

  .development__dots-2 {
    bottom: -320px;
  }

  /* Блок Профиль */
  .profile__title {
    font-size: 60px;
    line-height: 76px;
  }

  .profile__number {
    font-size: 46px;
    line-height: 54px;
  }

  .buttons__number {
    font-size: 24px;
    line-height: 28px;
  }

  .profile {
    gap: 50px;
  }

  .buttons__item {
    font-size: 24px;
    line-height: 28px;
  }

  .slider__blocks {
    max-width: 335px;
  }

  .title-blue {
    font-size: 52px;
    line-height: 62px;
  }

  .sport__subtitle {
    font-size: 20px;
    line-height: 26px;
  }

  .numbers__number {
    font-size: 152px;
    line-height: 186px;
  }

  .numbers__plus {
    font-size: 78px;
    line-height: 98px;
  }

  .numbers__text {
    max-width: 95px;
    font-size: 28px;
  }

  .sport__block {
    gap: 15px;
  }

  .sport__blocks {
    gap: 50px;
  }

  .intro {
    padding: 0 20px 70px 20px;
    margin: 0 -20px -20px;
  }

  .sport__wrap {
    gap: 75px;
  }

  .tournament__images {
    gap: 40px;
    margin: -20px;
    padding: 0 20px 60px;
  }

  .tournament__wrap {
    gap: 110px;
  }

  .development__circle {
    left: -40px;
    width: 320px;
  }

  .potential__item {
    margin: 0 0 -40px 0;
  }

  .potential__title {
    font-size: 46px;
    line-height: 52px;
  }

  .potential__wrap {
    gap: 75px;
  }

  .potential .slider {
    margin: 0 -140px -20px -20px;
  }

  .potential__text {
    font-size: 20px;
    line-height: 24px;
  }

  /* Блок Итоги */
  .results__subtitle {
    font-size: 35px;
    line-height: 40px;
  }

  .results__blocks {
    gap: 30px;
    padding: 40px 20px 0;
    margin: 0 -20px;
  }

  .results__wrap {
    gap: 60px;
  }

  .results__heading {
    font-size: 68px;
    line-height: 78px;
  }

  .results__dots {
    left: -150px;
    top: 135px;
    width: 550px;
  }

  .footer {
    background-image: url("../images/background-footer-mobile.png");
  }

  .footer__title {
    font-size: 32px;
    line-height: 42px;
  }

  .footer__wrap {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }

  .footer__content {
    gap: 40px;
    align-items: center;
    text-align: center;
    max-width: none;
  }

  .footer__ref {
    order: 1;
    padding: 0 30px;
  }

  .footer__container {
    gap: 60px;
    max-width: none;
  }

  .results__titles {
    gap: 15px;
  }

  .potential .slider__list {
    margin: 0 0 0 40px;
  }
}

@media (max-width: 780px) {
  .container {
    padding: 65px 15px;
  }

  .container--30 {
    padding: 15px;
  }

  .heading {
    font-size: 68px;
    line-height: 78px;
  }

  .text {
    font-size: 18px;
    line-height: 24px;
  }

  .title {
    font-size: 32px;
    line-height: 42px;
  }

  /* Блок Промо */
  .promo__title {
    font-size: 34px;
    line-height: 40px;
  }

  .promo__small {
    font-size: 22px;
    line-height: 26px;
  }

  .promo__subtitle {
    font-size: 22px;
    line-height: 26px;
  }

  .promo__author {
    font-size: 18px;
    line-height: 24px;
  }

  .promo__logo {
    width: 170px;
  }

  .promo__container {
    gap: 35px;
    max-width: 100%;
    text-align: center;
    align-items: center;
  }

  .promo__wrap {
    gap: 70px;
  }

  .rating {
    gap: 15px;
    padding: 0 0 60px;
  }

  .rating__number {
    font-size: 56px;
    line-height: 44px;
  }

  .rating__more {
    font-size: 16px;
    line-height: 18px;
  }

  .rating__mil {
    font-size: 26px;
  }

  .rating__item {
    padding: 15px;
    gap: 10px;
  }

  .promo__block {
    gap: 85px;
  }

  .promo__link {
    align-items: center;
    margin: 0 auto;
  }

  .promo {
    padding: 15px 0 0;
  }

  .promo__dots:before {
    display: none;
  }

  .promo__dot {
    width: 400px;
    height: 250px;
  }

  .promo__dots {
    width: 100%;
    left: auto;
    justify-content: center;
  }

  /* Блок о проекте */
  .project__container {
    gap: 35px;
    grid-template-columns: 1fr;
  }

  .project__content {
    gap: 15px;
  }

  /* Блок РОЛЬ */
  .role__list {
    gap: 25px;
  }

  .role__subtitle {
    font-size: 24px;
    line-height: 32px;
  }

  .role__name {
    font-size: 50px;
    line-height: 58px;
  }

  .role__title {
    font-size: 50px;
    line-height: 60px;
  }

  .role__container {
    gap: 35px;
  }

  .role {
    gap: 40px;
  }

  .role__icon {
    width: 55px;
    height: 55px;
    border-radius: 12px 0 12px 0;
  }

  .role__heading {
    margin: 0 0 50px;
  }

  .role__content {
    padding: 15px;
    gap: 25px;
    border-radius: 12px;
  }

  .role__arrow {
    width: 30px;
    height: 15px;
  }

  .depiction {
    gap: 10px;
    padding: 15px;
    border-radius: 0 0 12px 12px;
  }

  /* Блок Разработка */
  .development__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .development__container {
    gap: 25px;
    padding: 20px 0 0;
  }

  .development__wrap {
    gap: 45px;
  }

  .development__caption {
    font-size: 28px;
    line-height: 34px;
  }

  .development__content {
    gap: 15px;
  }

  .development__texts {
    gap: 15px;
  }

  .development__item:nth-child(1) {
    padding: 20px 10px;
  }

  .development__dots {
    top: 110px;
    left: -160px;
  }

  .development__dots-2 {
    bottom: -290px;
  }

  /* Блок Профиль */
  .profile__title {
    font-size: 56px;
    line-height: 66px;
  }

  .profile__number {
    font-size: 44px;
    line-height: 52px;
  }

  .buttons__number {
    width: 55px;
    font-size: 22px;
    line-height: 26px;
  }

  .profile {
    gap: 45px;
  }

  .buttons__item.tns-nav-active,
  .buttons__item:hover {
    font-size: 28px;
    width: 65px;
  }

  .buttons__item {
    font-size: 22px;
    line-height: 26px;
    width: 55px;
  }

  .slider__blocks {
    max-width: 320px;
  }

  .buttons {
    gap: 10px;
  }

  .title-blue {
    font-size: 46px;
    line-height: 56px;
  }

  .sport__subtitle {
    font-size: 18px;
    line-height: 24px;
  }

  .sport__result {
    font-size: 18px;
    line-height: 22px;
  }

  .numbers__number {
    font-size: 146px;
    line-height: 180px;
  }

  .numbers__plus {
    font-size: 74px;
    line-height: 94px;
  }

  .numbers__text {
    font-size: 26px;
  }

  .sport__block {
    gap: 10px;
  }

  .sport__blocks {
    gap: 45px;
  }

  .intro {
    padding: 0 15px 65px 15px;
    margin: 0 -15px -15px;
  }

  .sport__wrap {
    gap: 70px;
  }

  .tournament__images {
    gap: 35px;
    margin: -15px;
    padding: 0 15px 60px;
  }

  .tournaments__block {
    gap: 25px;
  }

  .tournament__wrap {
    gap: 105px;
  }

  .development__circle {
    top: -30px;
    left: -30px;
    width: 280px;
  }

  .potential__item {
    margin: 0 0 -35px 0;
  }

  .potential__title {
    font-size: 38px;
    line-height: 44px;
  }

  .potential__wrap {
    gap: 60px;
    padding: 55px 0 0 0;
  }

  .potential .slider {
    margin: 0 -225px -15px -15px;
  }

  .potential__text {
    font-size: 18px;
    line-height: 22px;
  }

  /* Блок Итоги */
  .results__subtitle {
    font-size: 30px;
    line-height: 35px;
    padding: 0;
  }

  .results__blocks {
    gap: 20px;
    padding: 35px 15px 0;
    margin: 0 -15px;
  }

  .results__block {
    gap: 35px;
  }

  .results__wrapper {
    gap: 35px;
  }

  .results__container {
    gap: 25px;
    flex-direction: column;
  }

  .results__wrap {
    gap: 50px;
  }

  .results__wraps {
    gap: 20px;
  }

  .result__titles {
    gap: 15px;
  }

  .results__heading {
    font-size: 58px;
    line-height: 68px;
    height: 55px;
  }

  .results__dots {
    left: -200px;
    top: 125px;
    width: 500px;
  }

  .results__content {
    gap: 15px;
  }

  .footer__title {
    font-size: 28px;
    line-height: 38px;
  }

  .footer__except {
    font-size: 20px;
    line-height: 24px;
  }

  .footer__content {
    gap: 35px;
  }

  .footer__block {
    gap: 15px;
  }

  .slides {
    min-height: auto;
    grid-template-columns: 100%;
  }

  .slides__right {
    order: -1;
  }

  .slides .tns-ovh {
    overflow: hidden;
  }

  .slides__empty {
    display: none;
  }

  .slides__grid {
    display: flex;
    width: 100%;
    margin: 0;
  }

  .profile {
    padding: 60px 10px 90px;
  }

  .slides__item {
    margin: 0 !important;
  }

  .slides__left {
    position: relative;
    padding: 0 10px;
  }

  .slides .tns-outer {
    position: relative;
    top: -60px;
  }

  .slides__img {
    border-radius: 20px;
  }

  .results__titles {
    gap: 10px;
  }

  .potential .slider__list {
    margin: 0 0 0 30px;
  }
}

@media (max-width: 580px) {
  .rating {
    grid-template-columns: repeat(2, 1fr);
  }

  .slides__img {
    border-radius: 15px;
  }

  .results__heading {
    font-size: 52px;
    line-height: 55px;
    height: 45px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 60px 10px;
  }

  .container--30 {
    padding: 10px;
  }

  .heading {
    font-size: 48px;
    line-height: 58px;
  }

  .text {
    font-size: 16px;
    line-height: 22px;
  }

  .title {
    font-size: 30px;
    line-height: 40px;
  }

  /* Блок Промо */
  .promo {
    padding: 20px 0 0;
  }

  .promo__title {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
  }

  .promo__small {
    font-size: 20px;
    line-height: 24px;
  }

  .promo__subtitle {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
  }

  .promo__link {
    gap: 0;
  }

  .button {
    padding: 10px 20px;
    margin: 0 auto;
  }

  .button__text {
    font-size: 18px;
    line-height: 22px;
  }

  .promo__author {
    font-size: 16px;
    line-height: 20px;
  }

  .promo__logo {
    width: 160px;
  }

  .promo__container {
    gap: 30px;
  }

  .promo__wrap {
    gap: 60px;
  }

  .rating {
    gap: 10px;
    padding: 0 0 50px;
  }

  .rating__text {
    font-size: 14px;
    line-height: 16px;
  }

  .rating__number {
    font-size: 54px;
    line-height: 42px;
  }

  .rating__more {
    font-size: 14px;
    line-height: 12px;
  }

  .rating__mil {
    font-size: 24px;
    line-height: 18px;
  }

  .rating__container {
    flex-direction: row;
    margin: 0;
  }

  .rating__item {
    height: 120px;
    min-height: auto;
    padding: 10px;
    gap: 5px;
  }

  .rating__wrap {
    gap: 4px;
  }

  .promo__block {
    gap: 75px;
  }

  .promo__dot {
    width: 370px;
    height: 200px;
  }

  .rating__block {
    gap: 2px;
  }

  /* Блок о проекте */
  .project__container {
    gap: 30px;
  }

  .project__content {
    gap: 10px;
  }

  .project__wrap {
    gap: 40px;
  }

  .project__dots {
    display: none;
  }

  /* Блок РОЛЬ */
  .role__list {
    gap: 20px;
  }

  .role__subtitle {
    font-size: 22px;
    line-height: 30px;
  }

  .role__name {
    font-size: 44px;
    line-height: 52px;
  }

  .depiction__title {
    font-size: 16px;
    line-height: 18px;
  }

  .depiction__subtitle {
    font-size: 12px;
    line-height: 18px;
  }

  .role__title {
    font-size: 46px;
    line-height: 56px;
  }

  .role__container {
    gap: 30px;
  }

  .role__heading {
    display: none;
  }

  .role {
    gap: 0;
    overflow: visible;
  }

  .role__icon {
    width: 50px;
    height: 50px;
    border-radius: 8px 0 8px 0;
  }

  .role__content {
    padding: 15px 10px;
    gap: 20px;
    border-radius: 8px;
  }

  .role__arrow {
    width: 25px;
    height: 10px;
  }

  .depiction {
    gap: 5px;
    padding: 15px 10px;
    border-radius: 0 0 8px 8px;
  }

  .role__item--active .role__icon {
    border-radius: 8px 0 0 0;
  }

  .role__item--active .role__content {
    border-radius: 8px 8px 0 0;
  }

  /* Блок Разработка */
  .development__list {
    grid-template-columns: 100%;
    gap: 10px;
  }

  .development__item {
    min-height: 145px;
  }

  .development__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
  }

  .development__caption {
    font-size: 24px;
    line-height: 30px;
  }

  .development__container {
    gap: 20px;
    padding: 30px 0 0;
  }

  .development__wrap {
    gap: 40px;
  }

  .development__content {
    gap: 10px;
  }

  .development__texts {
    gap: 10px;
  }

  .development__number {
    font-size: 46px;
  }

  .development__item:nth-child(1) {
    padding: 25px 10px;
  }

  .development__dots {
    top: 100px;
    left: -190px;
  }

  .development__dots-2 {
    display: none;
  }

  .profile__title {
    font-size: 52px;
    line-height: 62px;
  }

  .profile__text {
    font-size: 16px;
    line-height: 20px;
  }

  .profile__number {
    font-size: 42px;
    line-height: 50px;
  }

  .buttons__number {
    width: 50px;
    font-size: 20px;
    line-height: 24px;
  }

  .profile {
    gap: 40px;
  }

  .buttons__item.tns-nav-active,
  .buttons__item:hover {
    font-size: 26px;
    padding: 15px 0;
    width: 60px;
  }

  .buttons__item {
    font-size: 20px;
    line-height: 24px;
    padding: 12px 0;
    width: 50px;
  }

  .slider__blocks {
    max-width: 305px;
  }

  .buttons {
    gap: 5px;
  }

  .title-blue {
    font-size: 42px;
    line-height: 50px;
  }

  .sport__subtitle {
    font-size: 16px;
    line-height: 22px;
  }

  .sport__result {
    font-size: 16px;
    line-height: 20px;
  }

  .sport__text {
    font-size: 12px;
    line-height: 16px;
  }

  .numbers__number {
    font-size: 140px;
    line-height: 174px;
  }

  .numbers__plus {
    font-size: 70px;
    line-height: 90px;
  }

  .numbers__text {
    font-size: 24px;
  }

  .sport__block {
    gap: 5px;
  }

  .sport__blocks {
    gap: 40px;
  }

  .intro {
    padding: 0 10px 60px 10px;
    margin: 0 -10px -10px;
  }

  .sport__wrap {
    gap: 65px;
  }

  .tournament__images {
    gap: 30px;
    margin: -10px;
    padding: 0 10px 60px;
  }

  .tournament__item:nth-child(2n) {
    order: 1;
  }

  .tournament__list {
    grid-template-columns: 1fr;
    row-gap: 5px;
  }

  .tournaments__block {
    gap: 30px;
  }

  .tournament__wrap {
    gap: 100px;
  }

  .potential__item {
    gap: 10px;
    margin: 0 0 -30px 0;
  }

  .potential__title {
    font-size: 30px;
    line-height: 36px;
  }

  .potential__wrap {
    gap: 50px;
    padding: 50px 0 0 0;
  }

  .potential .slider {
    margin: 0 -160px -10px -10px;
  }

  .development__circle {
    top: -30px;
    left: -20px;
    width: 240px;
  }

  .potential__text {
    font-size: 16px;
    line-height: 20px;
  }

  /* Блок Итоги */
  .results__text {
    font-size: 16px;
    line-height: 22px;
  }

  .results__subtitle {
    font-size: 25px;
    line-height: 30px;
    max-width: 275px;
  }

  .results__blocks {
    gap: 12px;
    padding: 30px 10px 0;
    margin: 0 -10px;
  }

  .results__block {
    gap: 30px;
  }

  .results__wrapper {
    gap: 30px;
  }

  .results__container {
    gap: 20px;
  }

  .results__wrap {
    gap: 40px;
  }

  .result__titles {
    gap: 10px;
  }

  .results__titles {
    flex-direction: column;
    gap: 0;
    align-items: end;
  }

  .results__heading {
    font-size: 48px;
    line-height: 58px;
  }

  .results__item:before {
    width: 10px;
    height: 10px;
  }

  .results__content {
    text-align: center;
    gap: 10px;
  }

  .results__dots-white {
    display: none;
  }

  .results__dots {
    left: -255px;
    top: 115px;
    width: 470px;
  }

  .footer__title {
    font-size: 24px;
    line-height: 30px;
  }

  .footer__except {
    font-size: 18px;
    line-height: 22px;
  }

  .footer__content {
    gap: 30px;
  }

  .footer__texts {
    gap: 10px;
  }

  .footer__block {
    gap: 10px;
  }

  .footer__link {
    width: 45px;
    height: 45px;
  }

  .results__item {
    gap: 5px;
  }

  .slides__img {
    border-radius: 10px;
  }

  .potential .slider__list {
    margin: 0 0 0 20px;
  }
}

@media (max-width: 380px) {
  .heading {
    font-size: 42px;
    line-height: 50px;
  }

  /* Блок Промо */
  .title-blue {
    font-size: 38px;
    line-height: 46px;
  }

  .rating {
    grid-template-columns: repeat(1, 1fr);
  }

  .development__circle {
    width: 200px;
  }

  .potential .slider {
    margin: 0 0 -10px -10px;
  }

  .potential__item {
    margin: 0 auto -30px auto;
  }
}
