@font-face {
  font-family: "GolosText-Medium";
  src: url("../fonts/Golos-Text/GolosText-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "GolosText-Regular";
  src: url("../fonts/Golos-Text/GolosText-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "GolosText-Bold";
  src: url("../fonts/Golos-Text/GolosText-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "GolosText-SemiBold";
  src: url("../fonts/Golos-Text/GolosText-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather-Light";
  src: url("../fonts/Merriweather/Merriweather-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather-Regular";
  src: url("../fonts/Merriweather/Merriweather-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather-Bold";
  src: url("../fonts/Merriweather/Merriweather-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
.stages {
  margin-bottom: 200px;
}
.stages__header {
  width: 60%;
  margin-bottom: 54px;
}
.stages__subtitle {
  display: inline-block;
  padding-left: 20px;
  width: 40%;
  font-family: "GolosText-Regular";
  font-size: 20px;
  color: #3057A2;
  line-height: 1.2;
}
.stages .control {
  display: none;
}
.stages__img {
  position: absolute;
  top: 60%;
  right: 10px;
  transition: transform 0.3s ease-in-out;
}
.stages__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  grid-template-areas: "onetwo onetwo three" "fourfive fourfive three" "six seven seven";
}
.stages__num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background-color: #ffffff;
  border-radius: 50%;
  font-family: "GolosText-SemiBold";
  font-size: 20px;
  color: #313131;
  flex-shrink: 0;
}
.stages__item {
  height: 100%;
}
.stages__text {
  font-family: "GolosText-Medium";
  font-size: 20px;
  color: #313131;
}
.stages__item-wrapper {
  height: auto;
}
.stages__item-wrapper:nth-child(1) {
  grid-area: onetwo;
}
.stages__item-wrapper:nth-child(2) {
  grid-area: three;
}
.stages__item-wrapper:nth-child(3) {
  grid-area: fourfive;
}
.stages__item-wrapper:nth-child(4) {
  grid-area: six;
}
.stages__item-wrapper:nth-child(5) {
  grid-area: seven;
}
.stages__item_1-2 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.stages__item_1 {
  background-image: url("../img/stage/stage-bg-1-desk.jpg");
}
.stages__item_2 {
  background-image: url("../img/stage/stage-bg-2-desk.jpg");
}
.stages__item_3 {
  background-image: url("../img/stage/stage-bg-3-desk.jpg");
}
.stages__item_4-5 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.stages__item_4 {
  background-image: url("../img/stage/stage-bg-4-desk.jpg");
}
.stages__item_4 p {
  width: 90%;
}
.stages__item_5 {
  grid-area: three;
  background-image: url("../img/stage/stage-bg-5-desk.jpg");
}
.stages__item_5 p {
  width: 84%;
}
.stages__item_6 {
  background-image: url("../img/stage/stage-bg-6-desk.jpg");
}
.stages__item_7 {
  background-image: url("../img/stage/stage-bg-7-desk.jpg");
}
.stages__item_7 p {
  width: 57%;
}
.stages__part {
  width: 50%;
}
.stages__content {
  padding: 20px;
  display: flex;
  gap: 16px;
  justify-content: start;
  align-items: start;
}

@media (max-width: 1366px) {
  .stages {
    margin-bottom: clamp(112px, 14.6vw, 200px);
  }
  .stages__img {
    width: 28vw;
  }
  .stages__subtitle {
    font-size: clamp(11px, 1.5vw, 20px);
  }
  .stages__num, .stages__text {
    font-size: clamp(11px, 1.5vw, 20px);
  }
  .stages__content {
    padding: clamp(11px, 1.5vw, 20px);
    gap: clamp(9px, 1.2vw, 16px);
  }
  .stages__wrapper {
    gap: clamp(9px, 1.2vw, 16px);
  }
}
@media (max-width: 768px) {
  .stages {
    margin-bottom: clamp(126px, 39.5vw, 303px);
  }
  .stages .animate {
    transform: translateX(50%) rotate(30deg);
  }
  .stages .container {
    padding: 0;
  }
  .stages__header {
    width: 100%;
    padding: 0 5.4vw;
    margin-bottom: 39.96vw;
  }
  .stages__subtitle {
    margin-top: 3.24vw;
    display: block;
    width: 100%;
    padding: 0;
    font-size: 4.86vw;
  }
  .stages__img {
    top: 48.6vw;
    width: 90.45vw;
    right: 50%;
    transform: translateX(50%);
    z-index: 1;
  }
  .stages__slider {
    margin: 0 auto clamp(14px, 7.5vw, 57px);
  }
  .stages__wrapper {
    display: flex;
    gap: 0;
  }
  .stages__part {
    width: 90vw;
  }
  .stages__content {
    padding: 0;
    gap: clamp(13px, 4.3vw, 33px);
  }
  .stages__item-wrapper {
    width: 100vw;
    flex-shrink: 0;
    height: auto;
  }
  .stages__item_1-2, .stages__item_4-5 {
    flex-direction: column;
    gap: clamp(14px, 7.5vw, 57px);
    justify-content: start;
    align-items: start;
    padding: 0;
    width: clamp(221px, 69vw, 530px);
  }
  .stages__item_1-2 p, .stages__item_4-5 p {
    width: 100%;
  }
  .stages__item_1-2 div, .stages__item_4-5 div {
    background-image: none;
  }
  .stages__item_7 p {
    width: 100%;
  }
  .stages__item {
    margin: auto;
    padding-bottom: clamp(29px, 9.1vw, 70px);
    padding-top: clamp(52px, 16.5vw, 126px);
    padding-left: clamp(17px, 5.3vw, 41px);
    padding-right: clamp(17px, 5.3vw, 41px);
    max-width: 90vw;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    background-image: url("../img/stage/stages-bg-mob.jpg");
    background-size: contain;
    background-position: 0 0;
  }
  .stages__part {
    width: clamp(221px, 69vw, 530px);
  }
  .stages__text {
    font-size: clamp(15px, 4.8vw, 36px);
  }
  .stages__num {
    width: 9.72vw;
    height: 9.72vw;
    font-size: 5.4vw;
  }
  .stages .control {
    display: flex;
    gap: 4.32vw;
  }
  .stages__pagination {
    display: flex;
    gap: 1.62vw;
  }
  .stages .dot {
    width: 2.7vw;
    height: 2.7vw;
    border-radius: 50%;
    background-color: #D9D9D9;
    gap: 1.62vw;
  }
  .stages .dot.active {
    background-color: #313131;
  }
}
.players {
  margin-bottom: 140px;
}
.players__grid-layout {
  display: grid;
  grid-template-columns: 10fr 2fr;
  row-gap: 60px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  grid-template-areas: "header control" "slider slider";
}
.players__header {
  grid-area: header;
}
.players__control {
  grid-area: control;
}
.players__slider {
  margin: auto;
  width: 1222px;
  overflow: hidden;
  grid-area: slider;
}
.players__wrapper {
  display: flex;
}
.players__item {
  max-width: 407px;
  width: 407px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.players__photo-frame {
  margin-bottom: 28px;
  border-radius: 50%;
  background-image: url("../img/photo-frame-bg.jpg");
  background-size: cover;
  background-position: 0 0;
  width: 320px;
  height: 320px;
}
.players__name {
  margin-bottom: 6px;
  font-family: "GolosText-SemiBold";
  font-size: 24px;
  color: #313131;
}
.players__rank {
  margin-bottom: 20px;
  font-family: "GolosText-Regular";
  font-size: 20px;
  color: #D9D9D9;
}
.players__btn-details {
  padding: 12px;
  color: #3057A2;
  font-family: "GolosText-Medium";
  font-size: 16px;
  border-radius: 62px;
  background-color: transparent;
  border: 1px solid #3057A2;
  transition: all 0.2s ease;
}
.players__btn-details.hover:hover {
  color: #ffffff;
  background-color: #3057A2;
}

@media (max-width: 1366px) {
  .players {
    margin-bottom: 9.8vw;
  }
  .players__grid-layout {
    row-gap: 4.2vw;
  }
  .players__slider {
    width: clamp(697px, 90vw, 1222px);
  }
  .players__item {
    width: clamp(230px, 30vw, 407px);
  }
}
@media (max-width: 768px) {
  .players {
    margin-bottom: 27vw;
  }
  .players__grid-layout {
    grid-template-columns: 1fr;
    gap: clamp(34px, 10.7vw, 82px);
    grid-template-areas: "header" "slider" "control";
  }
  .players__slider {
    width: 100%;
  }
  .players__item {
    max-width: 100vw;
    width: 100%;
  }
  .players__photo-frame {
    width: clamp(208px, 65vw, 499px);
    height: clamp(208px, 65vw, 499px);
  }
  .players__name {
    font-size: clamp(20px, 6.4vw, 49px);
  }
  .players__rank {
    font-size: clamp(17px, 5.3vw, 41px);
  }
  .players__btn-details {
    font-size: clamp(13px, 4.3vw, 33px);
    border-radius: clamp(52px, 16.5vw, 126px);
    padding: clamp(10px, 3.2vw, 25px);
  }
}
.footer {
  margin: auto;
  max-width: 1366px;
  background-color: #E9DED4;
}
.footer__text {
  padding: 40px 72px;
  font-family: "GolosText-Regular";
  font-size: 16px;
  color: #313131;
  opacity: 0.6;
}

@media (max-width: 768px) {
  .footer__text {
    padding: 10.8vw 0 18.9vw 0;
    font-size: 4.32vw;
  }
}
.main-info {
  margin-bottom: 187px;
}
.main-info__header {
  max-width: 764px;
  padding-top: 27px;
}
.main-info__header_lection {
  margin-bottom: 70px;
}
.main-info__header_table {
  margin-bottom: 60px;
}
.main-info__header-img {
  float: right;
}
.main-info__table-block {
  display: grid;
  grid-template-columns: 5fr 7fr;
}
.main-info__master-photo {
  position: relative;
  left: -23px;
  float: left;
}
.main-info .sub-table {
  font-family: "GolosText-Regular";
  font-size: 20px;
  color: #3057A2;
  line-height: 1.2;
}

.info-table {
  margin-bottom: 48px;
}
.info-table td {
  width: 352px;
  color: #313131;
  font-size: 20px;
  text-align: left;
  padding: 16px;
  border-top: 2px solid #D0D0D0;
}
.info-table td:nth-child(odd) {
  font-family: "GolosText-Regular";
  opacity: 0.7;
  border-right: 2px solid #D0D0D0;
}
.info-table td:nth-child(even) {
  font-family: "GolosText-SemiBold";
}
.info-table__first-row {
  border-top: none;
}
.info-table tr:first-child td {
  border-top: none;
  padding-top: 0;
}
.info-table tr:last-child td {
  padding-bottom: 0;
}

@media (max-width: 1366px) {
  .main-info__header_lection {
    width: 60%;
  }
  .main-info__header-img {
    width: 27.58vw;
  }
  .main-info__master-photo {
    width: 41.16vw;
  }
  .main-info__header_table {
    margin-bottom: 4.2vw;
  }
  .info-table {
    margin-bottom: 3.36vw;
  }
  .info-table td {
    padding: 1.12vw;
    font-size: 1.4vw;
  }
}
@media (max-width: 768px) {
  .main-info {
    margin-bottom: 32.4vw;
  }
  .main-info__table-block {
    grid-template-columns: 1fr;
  }
  .main-info__master-photo {
    width: 100%;
    left: 0;
    float: none;
  }
  .main-info .title_small {
    display: block;
  }
  .main-info .title_small.mb261 {
    margin-bottom: 70.47vw;
  }
  .main-info__header-img {
    position: absolute;
    float: none;
    height: 57.24vw;
    width: 90.45vw;
    top: 54vw;
  }
  .main-info .sub-table {
    font-size: 4.86vw;
  }
  .info-table {
    margin-bottom: 10.8vw;
    max-width: 90.72vw;
    border-collapse: collapse;
  }
  .info-table td {
    padding: 0;
    display: inline-block;
    width: 100%;
    font-size: 5.4vw;
    border: none;
  }
  .info-table td:nth-child(odd) {
    border: none;
  }
  .info-table td:nth-child(odd) {
    padding-bottom: 3.24vw;
  }
  .info-table td:nth-child(even) {
    padding-bottom: 4.32vw;
  }
  .info-table tr:nth-child(4) td:first-child {
    width: 41.31vw;
  }
  .info-table tr:nth-child(4) td:last-child {
    width: 27vw;
  }
  .info-table tr:not(:first-child) {
    border-top: 2px solid #D0D0D0;
  }
}
.hero {
  position: relative;
  padding-top: 26px;
  margin-bottom: 80px;
  min-height: 700px;
  overflow: hidden;
}
.hero .logo {
  margin-bottom: 62px;
}
.hero__bg {
  position: absolute;
  width: 100%;
  top: 0;
}
.hero__bg img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.hero__content {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.hero__title {
  margin-bottom: 24px;
  color: #313131;
  font-size: 60px;
  font-family: "Merriweather-Light";
  line-height: 1.1;
  text-transform: uppercase;
}
.hero__subtitle {
  margin-bottom: 40px;
  width: 90%;
  font-family: "GolosText-Regular";
  font-size: 18px;
  color: #313131;
  line-height: 1.3;
  text-align: center;
}
.hero__title_ml {
  display: inline-block;
  margin-left: 91px;
}
.hero__title_ta {
  display: block;
  text-align: center;
}
.hero__buttons {
  margin-bottom: 130px;
  display: flex;
  gap: 16px;
}
.hero__btn {
  padding: 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 263px;
  height: 72px;
  border-radius: 66px;
  font-family: "GolosText-Medium";
  font-size: 16px;
  text-align: center;
  transition: all 0.2s ease;
}
.hero__btn-black {
  background-color: #313131;
  color: #ffffff;
}
.hero__btn-black.hover:hover {
  background-color: #FBCE51;
  color: #313131;
}
.hero__btn-transparent {
  padding: 0 60px;
  background: transparent;
  border: 2px solid #313131;
  color: #313131;
}
.hero__btn-transparent.hover:hover {
  background-color: #313131;
  color: #ffffff;
}

@media (max-width: 1366px) {
  .hero {
    margin-bottom: 5.6vw;
    min-height: 49vw;
    padding-top: 1.82vw;
  }
  .hero .logo {
    margin-bottom: 4.34vw;
  }
  .hero__title {
    margin-bottom: 1.68vw;
    font-size: 4.2vw;
  }
  .hero__subtitle {
    margin-bottom: 2.8vw;
    font-size: 1.26vw;
  }
  .hero__title_ml {
    margin-left: 6.37vw;
  }
  .hero__buttons {
    margin-bottom: 9.1vw;
  }
  .hero__btn {
    padding: 0 2.8vw;
    width: 18.41vw;
    height: 5.04vw;
    border-radius: 4.62vw;
    font-size: 1.12vw;
  }
}
@media (max-width: 768px) {
  .hero {
    min-height: 213.3vw;
    margin-bottom: 12.96vw;
    padding-top: 4.86vw;
  }
  .hero .logo {
    margin-bottom: 10.8vw;
  }
  .hero__content {
    width: 100%;
  }
  .hero__title {
    margin-bottom: 6.48vw;
    width: 100%;
    font-size: 9.72vw;
  }
  .hero__title_ml {
    margin-left: 22.41vw;
  }
  .hero__title_ta {
    text-align: right;
  }
  .hero__subtitle {
    width: 100%;
    margin-bottom: 8.64vw;
    font-size: 4.86vw;
    text-align: left;
  }
  .hero__buttons {
    flex-direction: column;
    gap: 3.78vw;
    margin-bottom: 76.68vw;
  }
  .hero__btn {
    width: 100%;
    height: 12.69vw;
    font-size: 4.32vw;
    border-radius: 17.82vw;
    padding: 0;
  }
  .hero__btn-transparent {
    border: none;
    background-color: rgba(255, 255, 255, 0.7);
  }
}
.marquee-wrap {
  max-width: 1366px;
  margin: auto;
}

.marquee-items-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: serif;
  background-color: #F54932;
  padding: 18px 0;
  font-family: "Merriweather-Light";
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
}

.marquee-items {
  flex-shrink: 0;
  display: flex;
  min-width: 100%;
}

.marquee-item {
  padding-left: 12px;
  flex: 0 0 auto;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  transition: all 0.1s ease-in-out;
}

.marquee-item::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
}

.marquee {
  animation: scroll 20s linear infinite;
}

.reverce {
  animation-direction: reverse;
}

.marquee-pause-hover-effect:hover .marquee {
  animation-play-state: paused;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media (max-width: 768px) {
  .marquee-items-wrap {
    padding: 2.7vw 0;
    font-size: 4.32vw;
  }
  .marquee-item {
    padding-left: 3.24vw;
    gap: 3.24vw;
  }
  .marquee-item::after {
    width: 1.62vw;
    height: 1.62vw;
  }
  .marquee {
    animation: scroll 10s linear infinite;
  }
}
html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

main {
  margin: auto;
  max-width: 1366px;
  overflow: hidden;
}

button {
  cursor: pointer;
}

.logo {
  display: block;
  max-width: 245px;
  max-height: 36px;
}
.logo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.container {
  position: relative;
  margin: auto;
  max-width: 1366px;
  padding: 0 72px;
}

.title {
  display: inline;
  font-family: "Merriweather-Light";
  font-size: 54px;
  line-height: 1.2;
  text-transform: uppercase;
}

.title_small {
  display: inline;
  font-family: "Merriweather-Light";
  font-size: 36px;
  color: #313131;
  text-transform: uppercase;
  line-height: 1.35;
}
.title_small span {
  font-family: "Merriweather-Regular";
  color: #F54932;
}

.red-line {
  display: inline-block;
  position: relative;
}
.red-line::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #F54932;
  top: 50%;
}

.control {
  display: flex;
  gap: 14px;
  justify-content: end;
  align-items: center;
}

.counter {
  font-family: "GolosText-Regular";
  font-size: 16px;
}

.counter-total-count {
  opacity: 0.68;
}

.button-arrow {
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #313131;
  transition: all 0.2s ease;
}
.button-arrow:disabled {
  background-color: #D6D6D6;
}

.button-arrow.hover:hover {
  background-color: #FBCE51;
}

.prev, .next {
  display: flex;
  justify-content: center;
  align-items: center;
}
.prev img, .next img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 0 0;
     object-position: 0 0;
  height: 16px;
}

.prev img {
  transform: rotate(180deg);
}

@media (max-width: 1366px) {
  .logo {
    max-width: 17.15vw;
    max-height: 2.52vw;
  }
  .title {
    font-size: clamp(30px, 4vw, 54px);
  }
  .title_small {
    font-size: 2.52vw;
  }
  .container {
    padding: 0 clamp(40px, 5.3vw, 72px);
  }
}
@media (max-width: 768px) {
  .logo {
    max-width: 56.7vw;
    max-height: 8.64vw;
  }
  .container {
    padding: 0 clamp(17px, 5.3vw, 41px);
  }
  .counter {
    font-size: 4.32vw;
  }
  .title {
    font-size: clamp(29px, 9.1vw, 70px);
    line-height: 1.1;
  }
  .button-arrow {
    width: clamp(30px, 9.6vw, 73px);
    height: clamp(30px, 9.6vw, 73px);
  }
  .button-arrow img {
    height: 3.78vw;
  }
  .control {
    justify-content: center;
    gap: 3.78vw;
  }
  .title_small {
    font-size: 7.56vw;
  }
  .red-line::before {
    height: 0.54vw;
  }
}