@charset "UTF-8";

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #000;
  line-height: 1;
  font-family: "Noto Sans", sans-serif;
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Noto Sans", sans-serif;
  font-size: inherit;
}

.form textarea {
  outline: none !important;
  border: 1px solid;
  border-image-source: radial-gradient(98.82% 876.04% at 10% 26.47%, #d000bb 0%, #ff9431 59.38%, #ff3c3c 91.98%);
  border-image-slice: 1;
  background: transparent;
  width: 100%;
  padding: 15px;
  font-size: 16px;
  line-height: 155%;
  color: #5f5f5f;
  resize: vertical;
  min-height: 80px;
}

.form textarea::placeholder {
  color: #5f5f5f;
  font-size: 16px;
  line-height: 155%;
  text-transform: capitalize;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body {
  background: #EFEFEC;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}

.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

/*
(i) Стилі будуть застосовуватись до
всіх класів, що містять *__container
Наприклад header__container, main__container і т.п.
Сніппет (HTML): cnt
*/

[class*=__container] {
  max-width: 95.3125rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

.popup-show body::after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 2.8125rem 1.875rem;
  -webkit-transition: visibility 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}

.popup__close {
  outline: none;
  position: absolute;
  top: 0.625rem;
  right: 0.8125rem;
  background: none;
}

.popup__close img {
  width: 0.6875rem;
  height: 0.6875rem;
}

.popup__success-msg {
  text-align: center;
  color: #fff;
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}

.popup__content {
  text-transform: uppercase;
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  background: -o-radial-gradient(10% 26.47%, 98.82% 876.04%, #d000bb 0%, #ff9431 59.38%, #ff3c3c 91.98%);
  background: radial-gradient(98.82% 876.04% at 10% 26.47%, #d000bb 0%, #ff9431 59.38%, #ff3c3c 91.98%);
  padding: 2.8125rem 1.875rem;
  letter-spacing: 1;
  width: 100%;
  max-width: 20.5rem;
}

.lock .popup__content {
  visibility: visible;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

.sport__cart {
  width: 400px;

}

.sport__img {
  height: 300px;
  width: 400px;
  overflow: hidden;
}

.img1, .img2, .img3 {
  object-fit: cover !important; 
  -o-object-fit: cover !important;
  width: 100%;
  height: 100%;
}

.no-webp .header{
  background: url("../img/header-bg.png"); }

.header {
  padding: 1rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 3;
}

.header__logo {
  z-index: 0;
  position: relative;
}

.header__logo::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: -515px;
  width: 620px;
  height: 200px;
  background: -o-radial-gradient(10% 26.47%, 98.82% 876.04%, #d000bb 0%, #ff9431 59.38%, #ff3c3c 91.98%);
  background: radial-gradient(98.82% 876.04% at 10% 26.47%, #d000bb 0%, #ff9431 59.38%, #ff3c3c 91.98%);
  -webkit-transform: rotate(-46.77deg);
      -ms-transform: rotate(-46.77deg);
          transform: rotate(-46.77deg);
  z-index: -1;
}

.header__logo img {
  height: auto;
  margin-left: -220px;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.menu__social-tablet {
  display: none;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 136px;
}

.menu__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}

.menu__list > li {
  position: relative;
  padding: 0.625rem 0;
}

.menu__list > li:last-child .menu__sub-list {
  left: initial;
  right: 0;
}

.menu__item .spollers__title {
  position: relative;
  cursor: pointer;
  padding-right: 1.25rem;
}

.menu__item .spollers__title::before,
.menu__item .spollers__title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.5625rem;
  height: 0.0625rem;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 0.375rem;
  background-color: #fff;
}

.menu__item .spollers__title::before {
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
  right: 0.25rem;
}

.menu__item .spollers__title::after {
  -webkit-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

.menu__item .spollers__title._spoller-active::before {
  -webkit-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

.menu__item .spollers__title._spoller-active::after {
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
}

.menu__item .spollers__body {
  padding: 0.9375rem 0 0 0.9375rem;
}

.menu__item .spollers__body li:not(:last-child) {
  margin-bottom: 0.3125rem;
}

.menu__link {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  background: -o-radial-gradient(10% 26.47%, 98.82% 876.04%, #d000bb 0%, #ff9431 59.38%, #ff3c3c 91.98%);
  background: radial-gradient(98.82% 876.04% at 10% 26.47%, #d000bb 0%, #ff9431 59.38%, #ff3c3c 91.98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.menu__link:hover {
  text-decoration: underline;
}

.icon-menu {
  display: none;
}

.menu-open .menu__body {
  left: 0;
}

.menu-open .menu__body::before {
  left: 0;
}

.touch .menu__item._active .menu__sub-list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  pointer-events: all;
}

.touch .menu__link {
  position: relative;
}

.touch .menu__link_arrow::after {
  position: absolute;
  right: -0.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  margin: 0px 0px 0px 4px;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 8px solid #fff;
}

.info__hide {
  width: 650px;
}

.header__info {
  margin-top: 81px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page__title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 44px;
  max-width: 850px;
  max-height: 439px;
}

.background__subtitle {
  position: relative;
  font-weight: 600;
  line-height: 33px;
  text-transform: uppercase;
  color: #0e245d;
  margin-bottom: 42px;
}

.background__subtitle::before {
  content: "";
  position: absolute;
  bottom: -34px;
  left: 40px;
  display: block;
  width: 221px;
  height: 1px;
  background: -o-radial-gradient(10% 26.47%, 98.82% 876.04%, #d000bb 0%, #ff9431 59.38%, #ff3c3c 91.98%);
  background: radial-gradient(98.82% 876.04% at 10% 26.47%, #d000bb 0%, #ff9431 59.38%, #ff3c3c 91.98%);
}

.background__title {
  position: relative;
  font-weight: 800;
  line-height: 138%;
  text-transform: uppercase;
  max-width: 820px;
  text-align: center;
  background: -o-radial-gradient(10% 26.47%, 98.82% 876.04%, #d000bb 0%, #ff9431 59.38%, #ff3c3c 91.98%);
  background: radial-gradient(98.82% 876.04% at 10% 26.47%, #d000bb 0%, #ff9431 59.38%, #ff3c3c 91.98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.background__title::before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0px;
  display: block;
  height: 16px;
  background: -o-radial-gradient(10% 26.47%, 98.82% 876.04%, #d000bb 0%, #ff9431 59.38%, #ff3c3c 91.98%);
  background: radial-gradient(98.82% 876.04% at 10% 26.47%, #d000bb 0%, #ff9431 59.38%, #ff3c3c 91.98%);
}

.background__title::after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: 25px;
  display: block;
  height: 16px;
  background: -o-radial-gradient(10% 26.47%, 98.82% 876.04%, #d000bb 0%, #ff9431 59.38%, #ff3c3c 91.98%);
  background: radial-gradient(98.82% 876.04% at 10% 26.47%, #d000bb 0%, #ff9431 59.38%, #ff3c3c 91.98%);
}

.background__btn {
  background: -o-radial-gradient(10% 26.47%, 98.82% 876.04%, #d000bb 0%, #ff9431 59.38%, #ff3c3c 91.98%);
  background: radial-gradient(98.82% 876.04% at 10% 26.47%, #d000bb 0%, #ff9431 59.38%, #ff3c3c 91.98%);
  padding: 12px 44px;
  -webkit-box-shadow: 0px 0px 9px #ffffff;
          box-shadow: 0px 0px 9px #ffffff;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  color: #ffffff;
}

.footer {
  margin-top: 90px;
  background: -o-radial-gradient(10% 26.47%, 98.82% 876.04%, #d000bb 0%, #ff9431 59.38%, #ff3c3c 91.98%);
  background: radial-gradient(98.82% 876.04% at 10% 26.47%, #d000bb 0%, #ff9431 59.38%, #ff3c3c 91.98%);
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__logo {
  margin-top: -40px;
  margin-left: 0px;
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-bottom: 100px;
  gap: 40px;
  position: relative;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.375rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
}

.bottom__pretext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  gap: 2.6875rem;
}

.bottom__text {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}

.copy {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}

.page__background {
  position: relative;
  z-index: 10;
  margin-top: -140px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 161px;
  padding: 22px 0px;
  background: -o-radial-gradient(10% 26.47%, 98.82% 876.04%, rgba(208, 0, 187, 0.8) 0%, rgba(255, 148, 49, 0.8) 59.38%, rgba(255, 60, 60, 0.8) 91.98%);
  background: radial-gradient(98.82% 876.04% at 10% 26.47%, rgba(208, 0, 187, 0.8) 0%, rgba(255, 148, 49, 0.8) 59.38%, rgba(255, 60, 60, 0.8) 91.98%);
}

.container__text {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  max-width: 811px;
}

.container__date {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background: -o-radial-gradient(10% 26.47%, 98.82% 876.04%, #d000bb 0%, #ff9431 59.38%, #ff3c3c 91.98%);
  background: radial-gradient(98.82% 876.04% at 10% 26.47%, #d000bb 0%, #ff9431 59.38%, #ff3c3c 91.98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #ffffff;
  /* width and color */
}

.athlete {
  margin-top: 77px;
  position: relative;
}

.yellow-circle__athlete {
  position: absolute;
  pointer-events: none;
  top: -250px;
  left: -150px;
  width: 23.75rem;
  height: 23.75rem;
  z-index: -1;
}

.yellow-circle__athlete__inner {
  width: 50%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  border: 1px solid rgba(210, 5, 182, 0.15);
  border-radius: 50%;
}

.yellow-circle__athlete__inner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #f3db00;
  -webkit-filter: blur(107.5px);
          filter: blur(107.5px);
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  pointer-events: none;
}

.yellow-circle__athlete::before,
.yellow-circle__athlete::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  border: 1px solid rgba(210, 5, 182, 0.15);
  border-radius: 50%;
  pointer-events: none;
}

.yellow-circle__athlete::before {
  width: 73.2%;
  height: 73.2%;
}

.yellow-circle__athlete::after {
  width: 100%;
  height: 100%;
}

.yellow-circle__info {
  position: absolute;
  pointer-events: none;
  bottom: 100px;
  right: 0px;
  width: 23.75rem;
  height: 23.75rem;
  z-index: -3;
}

.yellow-circle__info__inner {
  width: 50%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  border: 1px solid rgba(210, 5, 182, 0.15);
  border-radius: 50%;
}

.yellow-circle__info__inner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #f3db00;
  -webkit-filter: blur(107.5px);
          filter: blur(107.5px);
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  pointer-events: none;
}

.yellow-circle__info::before,
.yellow-circle__info::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  border: 1px solid rgba(210, 5, 182, 0.15);
  border-radius: 50%;
  pointer-events: none;
}

.yellow-circle__info::before {
  width: 73.2%;
  height: 73.2%;
}

.yellow-circle__info::after {
  width: 100%;
  height: 100%;
}

.athlete-title {
  text-align: center;
}

.athlete-title__price {
  font-weight: 700;
  text-transform: uppercase;
  color: #f3db00;
  margin: 34px auto;
  background: -webkit-gradient(linear, left top, right top, from(rgba(210, 5, 182, 0)), color-stop(0.01%, rgba(210, 5, 182, 0)), color-stop(30%, #d205b6), color-stop(66.98%, #d205b6), to(rgba(210, 5, 182, 0)));
  background: -o-linear-gradient(left, rgba(210, 5, 182, 0) 0%, rgba(210, 5, 182, 0) 0.01%, #d205b6 30%, #d205b6 66.98%, rgba(210, 5, 182, 0) 100%);
  background: linear-gradient(90deg, rgba(210, 5, 182, 0) 0%, rgba(210, 5, 182, 0) 0.01%, #d205b6 30%, #d205b6 66.98%, rgba(210, 5, 182, 0) 100%);
  max-width: 486px;
}

.athlete-title__text {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 137%;
  letter-spacing: 0.015em;
  background: -o-radial-gradient(10% 26.47%, 98.82% 876.04%, #d000bb 0%, #ff9431 59.38%, #ff3c3c 91.98%);
  background: radial-gradient(98.82% 876.04% at 10% 26.47%, #d000bb 0%, #ff9431 59.38%, #ff3c3c 91.98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  text-align: center;
  padding: 0 1.375rem;
  display: inline-block;
}

.athlete-title__text::before,
.athlete-title__text::after {
  content: "";
  width: 100%;
  max-width: 4.5rem;
  position: absolute;
  height: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: -o-radial-gradient(10% 26.47%, 98.82% 876.04%, #d000bb 0%, #ff9431 59.38%, #ff3c3c 91.98%);
  background: radial-gradient(98.82% 876.04% at 10% 26.47%, #d000bb 0%, #ff9431 59.38%, #ff3c3c 91.98%);
}

.athlete-title__text::before {
  left: -180px;
}

.athlete-title__text::after {
  right: -180px;
}

.athlete__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
  margin-top: 70px;
  margin-left: 20px;
}

.form__video {
  position: relative;
  margin-top: 25px;
  margin-right: 20px;
  margin-left: 20px;
  max-width: 1021px;
  max-height: 1065px;
  width: 100%;
  height: 100%;
  min-width: 650px;
}

.form__video video {
  max-width: 1021px;
  max-height: 1065px;
  width: 100%;
  height: 100%;
  padding-right: 50px;
  padding-left: 20px;
  min-width: 650px;
}

.form__btn button {
  font-family: "Lato";
  padding: 17px 152px;
  max-width: 100%;
  background: -o-radial-gradient(10% 26.47%, 98.82% 876.04%, #d000bb 0%, #ff9431 59.38%, #ff3c3c 91.98%);
  background: radial-gradient(98.82% 876.04% at 10% 26.47%, #d000bb 0%, #ff9431 59.38%, #ff3c3c 91.98%);
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  margin-top: 25px;
  margin-bottom: 90px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}

.form input {
  outline: none !important;
  border: 1px solid;
  border-image-source: radial-gradient(98.82% 876.04% at 10% 26.47%, #d000bb 0%, #ff9431 59.38%, #ff3c3c 91.98%);
  border-image-slice: 1;
  background: transparent;
  width: 456px;
  height: 35px;
  padding: 15px;
}

.form input::-webkit-input-placeholder {
  color: #5f5f5f;
  font-size: 16px;
  line-height: 155%;
  text-transform: capitalize;
}

.form input::-moz-placeholder {
  color: #5f5f5f;
  font-size: 16px;
  line-height: 155%;
  text-transform: capitalize;
}

.form input:-ms-input-placeholder {
  color: #5f5f5f;
  font-size: 16px;
  line-height: 155%;
  text-transform: capitalize;
}

.form input::-ms-input-placeholder {
  color: #5f5f5f;
  font-size: 16px;
  line-height: 155%;
  text-transform: capitalize;
}

.form input::placeholder {
  color: #5f5f5f;
  font-size: 16px;
  line-height: 155%;
  text-transform: capitalize;
}

.form__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  gap: 25px;
}

.form__who {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

.form__who input {
  width: 218px;
  height: 35px;
}

.yellow-circle__video {
  position: absolute;
  pointer-events: none;
  top: -120px;
  right: -80px;
  width: 23.75rem;
  height: 23.75rem;
  z-index: -1;
}

.yellow-circle__video__inner {
  width: 50%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  border: 1px solid rgba(210, 5, 182, 0.15);
  border-radius: 50%;
}

.yellow-circle__video__inner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #f3db00;
  -webkit-filter: blur(107.5px);
          filter: blur(107.5px);
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  pointer-events: none;
}

.yellow-circle__video::before,
.yellow-circle__video::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  border: 1px solid rgba(210, 5, 182, 0.15);
  border-radius: 50%;
  pointer-events: none;
}

.yellow-circle__video::before {
  width: 73.2%;
  height: 73.2%;
}

.yellow-circle__video::after {
  width: 100%;
  height: 100%;
}

.yellow-circle__video-bottom {
  position: absolute;
  pointer-events: none;
  bottom: -120px;
  left: -20px;
  width: 23.75rem;
  height: 23.75rem;
  z-index: -1;
}

.yellow-circle__video-bottom__inner {
  width: 50%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  border: 1px solid rgba(210, 5, 182, 0.15);
  border-radius: 50%;
}

.yellow-circle__video-bottom__inner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #f3db00;
  -webkit-filter: blur(107.5px);
          filter: blur(107.5px);
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  pointer-events: none;
}

.yellow-circle__video-bottom::before,
.yellow-circle__video-bottom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  border: 1px solid rgba(210, 5, 182, 0.15);
  border-radius: 50%;
  pointer-events: none;
}

.yellow-circle__video-bottom::before {
  width: 73.2%;
  height: 73.2%;
}

.yellow-circle__video-bottom::after {
  width: 100%;
  height: 100%;
}

.sports {
  margin-top: 70px;
  position: relative;
}

.yellow-circle {
  position: absolute;
  pointer-events: none;
  top: 20px;
  left: -180px;
  width: 23.75rem;
  height: 23.75rem;
  z-index: -1;
}

.yellow-circle__inner {
  width: 50%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  border: 1px solid rgba(210, 5, 182, 0.15);
  border-radius: 50%;
}

.yellow-circle__inner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #f3db00;
  -webkit-filter: blur(107.5px);
          filter: blur(107.5px);
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  pointer-events: none;
}

.yellow-circle::before,
.yellow-circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  border: 1px solid rgba(210, 5, 182, 0.15);
  border-radius: 50%;
  pointer-events: none;
}

.yellow-circle::before {
  width: 73.2%;
  height: 73.2%;
}

.yellow-circle::after {
  width: 100%;
  height: 100%;
}

.sports-title {
  text-align: center;
}

.sports-title__providing {
  margin-top: 5px;
  font-weight: 500;
  line-height: 33px;
  margin: 0 auto;
  max-width: 940px;
  color: #1f529f;
}

.sports-title__text {
  max-width: 821px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 137%;
  letter-spacing: 0.015em;
  background: -o-radial-gradient(10% 26.47%, 98.82% 876.04%, #d000bb 0%, #ff9431 59.38%, #ff3c3c 91.98%);
  background: radial-gradient(98.82% 876.04% at 10% 26.47%, #d000bb 0%, #ff9431 59.38%, #ff3c3c 91.98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  text-align: center;
  padding: 0 1.375rem;
  margin-top: 25px;
  display: inline-block;
}

.sports-title__text::before,
.sports-title__text::after {
  content: "";
  width: 100%;
  max-width: 4.5rem;
  position: absolute;
  height: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: -o-radial-gradient(10% 26.47%, 98.82% 876.04%, #d000bb 0%, #ff9431 59.38%, #ff3c3c 91.98%);
  background: radial-gradient(98.82% 876.04% at 10% 26.47%, #d000bb 0%, #ff9431 59.38%, #ff3c3c 91.98%);
}

.sports-title__text::before {
  left: -180px;
}

.sports-title__text::after {
  right: -180px;
}

.sports__carts {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
}

.sport__title {
  font-family: "Lato";
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  padding: 18px 40px;
  text-align: center;
  color: #ffffff;
  background: -o-radial-gradient(10% 26.47%, 98.82% 876.04%, #d000bb 0%, #ff9431 59.38%, #ff3c3c 91.98%);
  background: radial-gradient(98.82% 876.04% at 10% 26.47%, #d000bb 0%, #ff9431 59.38%, #ff3c3c 91.98%);
}

.sport__img {
  position: relative;
}

.sport__img::before {
  content: "";
  position: absolute;
  display: block;
  width: 28px;
  height: 19px;
  top: -40px;
  right: 15px;
  background: url("../../img/Arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.sport__img img {
  display: inline-block;
  width: 100%;
}

.sport__cart1 {
  padding: 18px 37px;
}

.text {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 198px;
}

.text__cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
}

.info__more {
  font-weight: 900;
  line-height: 155%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  background: -o-radial-gradient(10% 26.47%, 98.82% 876.04%, #d000bb 0%, #ff9431 59.38%, #ff3c3c 91.98%);
  background: radial-gradient(98.82% 876.04% at 10% 26.47%, #d000bb 0%, #ff9431 59.38%, #ff3c3c 91.98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.info__text {
  font-style: normal;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #002c70;
}

.text__bg {
  position: relative;
}

.text__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: -o-radial-gradient(10% 26.47%, 98.82% 876.04%, #d000bb 0%, rgba(255, 148, 49, 0.2) 59.38%, rgba(255, 60, 60, 0) 87.7%);
  background: radial-gradient(98.82% 876.04% at 10% 26.47%, #d000bb 0%, rgba(255, 148, 49, 0.2) 59.38%, rgba(255, 60, 60, 0) 87.7%);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
      -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
}

.no-webp .teams__logos{
  background: url("../../img/background-pg.png"); }

.teams__logos {
  position: relative;
  margin-top: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 670px;
}

.teams__logos-yellow-circle {
  position: absolute;
  pointer-events: none;
  top: -180px;
  right: 150px;
  width: 23.75rem;
  height: 23.75rem;
  z-index: -1;
}

.teams__logos-yellow-circle__inner {
  width: 50%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  border: 1px solid rgba(210, 5, 182, 0.15);
  border-radius: 50%;
}

.teams__logos-yellow-circle__inner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #f3db00;
  -webkit-filter: blur(107.5px);
          filter: blur(107.5px);
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  pointer-events: none;
}

.teams__logos-yellow-circle::before,
.teams__logos-yellow-circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  border: 1px solid rgba(210, 5, 182, 0.15);
  border-radius: 50%;
  pointer-events: none;
}

.teams__logos-yellow-circle::before {
  width: 73.2%;
  height: 73.2%;
}

.teams__logos-yellow-circle::after {
  width: 100%;
  height: 100%;
}

@media (min-width: 47.99875em) {
  .menu__list > li {
    padding: 0.9375rem 0;
  }

  .athlete-title__text::before,
  .athlete-title__text::after {
    max-width: 6.375rem;
  }

  .sports-title__text::before,
  .sports-title__text::after {
    max-width: 6.375rem;
  }
}

@media (min-width: 61.99875em) {
  .menu__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .menu__link {
    font-weight: 500;
  }

  .touch .menu__link_arrow::after {
    content: "";
  }

  .athlete-title__text::before,
  .athlete-title__text::after {
    max-width: 6.25rem;
  }

  .sports-title__text::before,
  .sports-title__text::after {
    max-width: 6.25rem;
  }
}

@media (min-width: 95.3125em) {
  .popup__success-msg {
    font-size: 2rem;
  }

  .popup__success-msg {
    line-height: 1.875rem;
  }

  .header {
    min-height: 61.875rem;
  }

  .header__logo img {
    width: 12.0625rem;
  }

  .background__subtitle {
    font-size: 1.5rem;
  }

  .background__title {
    font-size: 3.125rem;
  }

  .background__title::before {
    width: 16.875rem;
  }

  .background__title::after {
    width: 16.875rem;
  }

  .background__btn {
    margin-top: 8.1875rem;
  }

  .footer {
    padding-top: 3.125rem;
  }

  .footer {
    padding-bottom: 3.125rem;
  }

  .footer__top {
    margin-bottom: 8.75rem;
  }

  .footer__top {
    gap: 13.9375rem;
  }

  .footer__nav {
    gap: 28.125rem;
  }

  .container__text {
    font-size: 2.5rem;
  }

  .container__text {
    line-height: 3.375rem;
  }

  .container__date {
    font-size: 5rem;
  }

  .container__date {
    line-height: 6.8125rem;
  }

  .athlete-title__price {
    font-size: 3rem;
  }

  .athlete-title__price {
    line-height: 4.0625rem;
  }

  .athlete-title__text {
    font-size: 2.5rem;
  }

  .sports-title__providing {
    font-size: 1.5rem;
  }

  .sports-title__text {
    font-size: 2.5rem;
  }

  .text {
    gap: 3rem;
  }

  .text__cart {
    gap: 2rem;
  }

  .text__cart img {
    width: 3.125rem;
  }

  .text__cart img {
    height: 3rem;
  }

  .info__more {
    font-size: 1.5rem;
  }

  .info__text {
    font-size: 1.5rem;
  }

  .info__text {
    line-height: 2.75rem;
  }

  .info__text {
    max-width: 83.75rem;
  }
}

@media (max-width: 1945px) {
  .header__logo::before {
    left: -490px;
  }
}

@media (max-width: 1900px) {
  .header__logo::before {
    left: -465px;
  }

  .header__logo img {
    margin-left: -180px;
  }
}

@media (max-width: 1815px) {
  .header__logo::before {
    left: -390px;
  }

  .header__logo img {
    margin-left: -120px;
  }
}

@media (max-width: 1730px) {
  .header__logo img {
    margin-left: -80px;
  }
}

@media (max-width: 1665px) {
  .text {
    margin-left: 98px;
  }
}

@media (max-width: 1660px) {
  .header__logo::before {
    left: -340px;
  }

  .header__logo img {
    margin-left: -50px;
  }
}

@media (max-width: 1620px) {
  .yellow-circle__video {
    right: -20px;
  }
}

@media (max-width: 1595px) {
  .header__logo::before {
    left: -320px;
  }

  .header__logo img {
    margin-left: -20px;
  }

  .header__logo img {
    margin-left: 0px;
  }
}

@media (max-width: 1540px) {
  .header__logo::before {
    left: -300px;
  }

  .menu {
    gap: 96px;
  }

  .text {
    margin-left: 30px;
  }
}

@media (max-width: 1530px) {
  .yellow-circle__video {
    top: -140px;
    right: 15px;
  }
}

@media (max-width: 1375px) {
  .header__logo::before {
    left: -300px;
  }

  .menu__list {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 1362px) {
  .sport__cart {
    max-width: 320px;
  }
}

@media (max-width: 1350px) {
  .background__title::before {
    left: 30px;
  }

  .background__title::after {
    right: 20px;
  }
}

@media (max-width: 1315px) {
  .form__info {
    text-align: center;
  }

  .form__form {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }

  .text {
    margin-top: 80px;
  }
}

@media (max-width: 1240px) {
  .form__btn button {
    padding: 17px 52px;
  }

  .form input {
    width: 326px;
    height: 25px;
    max-width: 100%;
    max-height: 100%;
  }

  .form__who {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    text-align: center;
  }

  .form__who input {
    width: 326px;
    height: 25px;
  }
}

@media (max-width: 1230px) {
  .header__logo::before {
    left: -320px;
  }

  .menu {
    gap: 36px;
  }

  .menu__social {
    gap: 15px;
  }
}

@media (max-width: 1200px) {
  .header__info {
    margin-top: 10px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .page__title-container {
    margin-right: 0;
  }

  .background__title::before {
    left: 40px;
  }

  .background__title::after {
    right: 40px;
  }

  .yellow-circle__info {
    display: none;
  }

  .form__video {
    min-width: 550px;
  }

  .form__video video {
    min-width: 550px;
  }

  .sports-title__text::after {
    right: -100px;
  }
}

@media (max-width: 1115px) {
  .header__logo::before {
    left: -300px;
    width: 520px;
  }
}

@media (max-width: 1090px) {
  .header__logo::before {
    left: -300px;
    width: 520px;
  }

  .menu {
    gap: 20px;
  }

  .menu__list {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

@media (max-width: 1075px) {
  .background__title::before {
    left: 30px;
  }

  .background__title::after {
    right: 30px;
  }
}

@media (max-width: 1050px) {
  .sports__carts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 1030px) {
  .sports-title__text::after {
    right: -70px;
  }
}

@media (max-width: 767px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 630px) {
  .background__btn {
    padding: 12px 24px;
  }
}

@media (max-width: 560px) {
  .form__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 630px;
    width: 100%;
  }
}

@media (max-width: 550px) {
  .athlete-title__text::after {
    display: none;
    right: -45px;
  }

  .sports-title__text::before {
    display: none;
    left: -80px;
  }

  .sports-title__text::after {
    display: none;
    right: -45px;
  }
}

@media (max-width: 542px) {
  .header__logo img {
    margin-left: -20px;
    width: 165px;
    height: 59px;
  }

  .form input {
    padding: 10px 15px;
    height: 100%;
  }

  .form input::-webkit-input-placeholder {
    text-align: start;
  }

  .form input::-moz-placeholder {
    text-align: start;
  }

  .form input:-ms-input-placeholder {
    text-align: start;
  }

  .form input::-ms-input-placeholder {
    text-align: start;
  }

  .form input::placeholder {
    text-align: start;
  }

  .form__who input {
    width: 100%;
    height: 100%;
  }

  .sport__title {
    font-size: 16px;
    padding: 15px 28px;
  }

  .sport__cart1 {
    font-size: 16px;
    padding: 15px 20px;
  }

  .img1,
  .img2,
  .img3 {
    max-width: 542px; 
  }
}

@media (max-width: 542px) and (max-width: 20em) {
  .form input {
    width: 16.875rem;
  }

  .form__who {
    width: 16.875rem;
  }

  .img1,
  .img2,
  .img3 {
    height: 13.75rem;
  }
}

@media (max-width: 500px) {
  .no-webp .header{
    background: url("../img/header-bg_TF.png"); }
  .header {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    min-height: 0;
    height: 550px;
  }

  .header__container {
    min-height: 50px;
  }

  .info__hide {
    width: 0px;
  }

  .header__info {
    margin-top: 330px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .page__title-container {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 231, 231, 0)), color-stop(31.11%, #e8e7e7), color-stop(63.85%, #e8e7e7), to(rgba(232, 231, 231, 0)));
    background: -o-linear-gradient(top, rgba(232, 231, 231, 0) 0%, #e8e7e7 31.11%, #e8e7e7 63.85%, rgba(232, 231, 231, 0) 100%);
    background: linear-gradient(180deg, rgba(232, 231, 231, 0) 0%, #e8e7e7 31.11%, #e8e7e7 63.85%, rgba(232, 231, 231, 0) 100%);
    max-height: 250px;
    padding: 47px 0px;
  }

  .page__background {
    margin-top: 220px;
  }
}

@media (max-width: 450px) {
  .sports-title__text::after {
    right: -25px;
  }
}

@media (max-width: 425px) {
  .sports-title__text::before {
    left: -50px;
    display: none;
  }

  .sports-title__text::after {
    display: none;
  }

  .sport__img::before {
    right: 3px;
  }
}

@media (max-width: 375px) {
  .header__container {
    min-height: 90px;
  }

  .sports-title__text::after {
    right: -20px;
  }
}

@media (max-width: 20em) {
  .popup__success-msg {
    font-size: 0.875rem;
  }

  .popup__success-msg {
    line-height: 1.1875rem;
  }

  .header {
    min-height: 0.0000000625rem;
  }

  .header__logo img {
    width: 6.125rem;
  }

  .background__subtitle {
    font-size: 1.125rem;
  }

  .background__title {
    font-size: 1.375rem;
  }

  .background__title::before {
    width: 0.0000000625rem;
  }

  .background__title::after {
    width: 0.0000000625rem;
  }

  .background__btn {
    margin-top: 1.3125rem;
  }

  .footer {
    padding-top: 1.875rem;
  }

  .footer {
    padding-bottom: 1.875rem;
  }

  .footer__top {
    margin-bottom: 5rem;
  }

  .footer__top {
    gap: 2.5rem;
  }

  .footer__nav {
    gap: 2.5rem;
  }

  .container__text {
    font-size: 0.9375rem;
  }

  .container__text {
    line-height: 1.5625rem;
  }

  .container__date {
    font-size: 2.625rem;
  }

  .container__date {
    line-height: 4.0625rem;
  }

  .athlete-title__price {
    font-size: 2rem;
  }

  .athlete-title__price {
    line-height: 2.75rem;
  }

  .athlete-title__text {
    font-size: 1.5rem;
  }

  .sports-title__providing {
    font-size: 0.9375rem;
  }

  .sports-title__text {
    font-size: 1.5rem;
  }

  .text {
    gap: 1.5625rem;
  }

  .text__cart {
    gap: 0.5625rem;
  }

  .text__cart img {
    width: 1.5625rem;
  }

  .text__cart img {
    height: 1.5rem;
  }

  .info__more {
    font-size: 1.25rem;
  }

  .info__text {
    font-size: 0.8125rem;
  }

  .info__text {
    line-height: 1.6875rem;
  }

  .info__text {
    max-width: 19.6875rem;
  }
}

@media (max-width: 320px) {
  .sports-title__text::after {
    width: 24px;
    right: -10px;
  }
}

@media (max-width: 61.99875em) {
  .header {
    padding: 0;
  }

  .header__logo::before {
    display: none;
  }

  .header__logo img {
    margin-left: 0px;
  }

  .header__container {
    background: -o-radial-gradient(10% 26.47%, 98.82% 876.04%, #d000bb 0%, #ff9431 59.38%, #ff3c3c 91.98%);
    background: radial-gradient(98.82% 876.04% at 10% 26.47%, #d000bb 0%, #ff9431 59.38%, #ff3c3c 91.98%);
    min-height: 90px;
  }

  .menu__social-tablet {
    display: block;
    position: absolute;
    top: 140px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }

  .menu__social {
    display: none;
  }

  .menu__body {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: #da224e;
    left: -100%;
    top: 0;
    padding: 15px;
    overflow: auto;
    -webkit-transition: left 0.3s ease 0s;
    -o-transition: left 0.3s ease 0s;
    transition: left 0.3s ease 0s;
  }

  .menu__body::before {
    content: "";
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    height: 30px;
    z-index: 2;
    -webkit-transition: left 0.3s ease 0s;
    -o-transition: left 0.3s ease 0s;
    transition: left 0.3s ease 0s;
  }

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .menu__link {
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 3.0625rem;
    height: 1.125rem;
    z-index: 999;
    right: 30px;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #fff;
  }

  .icon-menu::before {
    top: 0;
  }

  .icon-menu::after {
    bottom: 0;
  }

  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }

  .menu-open .icon-menu span {
    width: 0;
  }

  .menu-open .icon-menu::before,
  .menu-open .icon-menu::after {
    width: 2rem;
    background-color: #071a74;
  }

  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .info__hide {
    width: 300px;
  }

  .header__info {
    margin-top: 20px;
    padding-bottom: 40px;
  }

  .page__title-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .background__subtitle::before {
    left: 20px;
  }

  .background__title {
    max-width: 400px;
  }

  .background__title::before {
    display: none;
  }

  .background__title::after {
    display: none;
  }

  .footer {
    margin-top: 40px;
  }

  .footer__logo {
    margin-top: -10px;
    margin-left: 0px;
  }

  .footer__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }

  .footer__nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 70px;
  }

  .footer__menu {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
  }

  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 20px;
    font-size: 16px;
  }

  .bottom__pretext {
    margin-top: 40px;
    font-size: 14px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0px 5px;
  }

  .bottom__text {
    margin-bottom: 20px;
    padding-left: 10px;
  }

  .copy {
    padding-left: 10px;
  }

  .page__background {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
    height: 196px;
  }

  .athlete {
    margin-top: 30px;
  }

  .yellow-circle__athlete {
    display: none;
  }

  .athlete-title__text::before {
    display: none;
  }

  .athlete-title__text::after {
    display: none;
  }

  .athlete__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
  }

  .form__video {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    min-width: 320px;
  }

  .form__video video {
    display: block;
    margin-left: -30px;
    min-width: 320px;
    padding-left: 0px;
  }

  .form input {
    width: 456px;
    height: 56px;
    max-width: 100%;
    max-height: 100%;
  }

  .form__who input {
    width: 456px;
    height: 65px;
  }

  .yellow-circle__video {
    display: none;
  }

  .yellow-circle__video-bottom {
    display: none;
  }

  .sports {
    margin-top: 20px;
  }

  .yellow-circle {
    display: none;
  }

  .sports-title__text::before {
    display: none;
  }

  .sports-title__text::after {
    display: none;
  }

  .text {
    margin-top: 50px;
  }

  .teams__logos-yellow-circle {
    display: none;
  }
}

@media (max-width: 61.99875em) and (max-width: 47.99875em) {
  .icon-menu {
    right: 10px;
  }
}

@media (max-width: 61.99875em) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}

@media (max-width: 47.99875em) {
  .footer__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer__logo {
    position: absolute;
    top: 0;
    right: 20px;
  }

  .footer__nav {
    padding-top: 70px;
  }

  .form__info {
    text-align: start;
  }

  .sports-title__providing {
    line-height: 20px;
  }

  .sports-title__text {
    padding: 0;
    max-width: 333px;
  }

  .sport__img::before {
    bottom: -30px;
  }

  .no-webp .teams__logos{
    background: url("../../img/background-TF.png"); }

  .teams__logos {
    margin-top: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 578px;
  }
}

@media (min-width: 20em) and (max-width: 95.3125em) {
@supports (font-size: clamp( 0.875rem , 0.5762448133rem  +  1.4937759336vw , 2rem )) {
    .popup__success-msg {
      font-size: clamp( 0.875rem , 0.5762448133rem  +  1.4937759336vw , 2rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.5762448133rem  +  1.4937759336vw , 2rem )) {
    .popup__success-msg {
      font-size: calc(0.875rem + 1.125 * (100vw - 20rem) / 75.3125);
    }
}

@supports (line-height: clamp( 1.1875rem , 1.0049273859rem  +  0.9128630705vw , 1.875rem )) {
    .popup__success-msg {
      line-height: clamp( 1.1875rem , 1.0049273859rem  +  0.9128630705vw , 1.875rem );
    }
}

@supports not (line-height: clamp( 1.1875rem , 1.0049273859rem  +  0.9128630705vw , 1.875rem )) {
    .popup__success-msg {
      line-height: calc(1.1875rem + 0.6875 * (100vw - 20rem) / 75.3125);
    }
}

@supports (min-height: clamp( 0.0000000625rem , -16.4315351906rem  +  82.1576762656vw , 61.875rem )) {
    .header {
      min-height: clamp( 0.0000000625rem , -16.4315351906rem  +  82.1576762656vw , 61.875rem );
    }
}

@supports not (min-height: clamp( 0.0000000625rem , -16.4315351906rem  +  82.1576762656vw , 61.875rem )) {
    .header {
      min-height: calc(0.0000000625rem + 61.8749999375 * (100vw - 20rem) / 75.3125);
    }
}

@supports (width: clamp( 6.125rem , 4.5482365145rem  +  7.8838174274vw , 12.0625rem )) {
    .header__logo img {
      width: clamp( 6.125rem , 4.5482365145rem  +  7.8838174274vw , 12.0625rem );
    }
}

@supports not (width: clamp( 6.125rem , 4.5482365145rem  +  7.8838174274vw , 12.0625rem )) {
    .header__logo img {
      width: calc(6.125rem + 5.9375 * (100vw - 20rem) / 75.3125);
    }
}

@supports (font-size: clamp( 1.125rem , 1.0254149378rem  +  0.4979253112vw , 1.5rem )) {
    .background__subtitle {
      font-size: clamp( 1.125rem , 1.0254149378rem  +  0.4979253112vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1.125rem , 1.0254149378rem  +  0.4979253112vw , 1.5rem )) {
    .background__subtitle {
      font-size: calc(1.125rem + 0.375 * (100vw - 20rem) / 75.3125);
    }
}

@supports (font-size: clamp( 1.375rem , 0.9102697095rem  +  2.3236514523vw , 3.125rem )) {
    .background__title {
      font-size: clamp( 1.375rem , 0.9102697095rem  +  2.3236514523vw , 3.125rem );
    }
}

@supports not (font-size: clamp( 1.375rem , 0.9102697095rem  +  2.3236514523vw , 3.125rem )) {
    .background__title {
      font-size: calc(1.375rem + 1.75 * (100vw - 20rem) / 75.3125);
    }
}

@supports (width: clamp( 0.0000000625rem , -4.4813277217rem  +  22.4066389212vw , 16.875rem )) {
    .background__title::before {
      width: clamp( 0.0000000625rem , -4.4813277217rem  +  22.4066389212vw , 16.875rem );
    }
}

@supports not (width: clamp( 0.0000000625rem , -4.4813277217rem  +  22.4066389212vw , 16.875rem )) {
    .background__title::before {
      width: calc(0.0000000625rem + 16.8749999375 * (100vw - 20rem) / 75.3125);
    }
}

@supports (width: clamp( 0.0000000625rem , -4.4813277217rem  +  22.4066389212vw , 16.875rem )) {
    .background__title::after {
      width: clamp( 0.0000000625rem , -4.4813277217rem  +  22.4066389212vw , 16.875rem );
    }
}

@supports not (width: clamp( 0.0000000625rem , -4.4813277217rem  +  22.4066389212vw , 16.875rem )) {
    .background__title::after {
      width: calc(0.0000000625rem + 16.8749999375 * (100vw - 20rem) / 75.3125);
    }
}

@supports (margin-top: clamp( 1.3125rem , -0.5132261411rem  +  9.1286307054vw , 8.1875rem )) {
    .background__btn {
      margin-top: clamp( 1.3125rem , -0.5132261411rem  +  9.1286307054vw , 8.1875rem );
    }
}

@supports not (margin-top: clamp( 1.3125rem , -0.5132261411rem  +  9.1286307054vw , 8.1875rem )) {
    .background__btn {
      margin-top: calc(1.3125rem + 6.875 * (100vw - 20rem) / 75.3125);
    }
}

@supports (padding-top: clamp( 1.875rem , 1.5430497925rem  +  1.6597510373vw , 3.125rem )) {
    .footer {
      padding-top: clamp( 1.875rem , 1.5430497925rem  +  1.6597510373vw , 3.125rem );
    }
}

@supports not (padding-top: clamp( 1.875rem , 1.5430497925rem  +  1.6597510373vw , 3.125rem )) {
    .footer {
      padding-top: calc(1.875rem + 1.25 * (100vw - 20rem) / 75.3125);
    }
}

@supports (padding-bottom: clamp( 1.875rem , 1.5430497925rem  +  1.6597510373vw , 3.125rem )) {
    .footer {
      padding-bottom: clamp( 1.875rem , 1.5430497925rem  +  1.6597510373vw , 3.125rem );
    }
}

@supports not (padding-bottom: clamp( 1.875rem , 1.5430497925rem  +  1.6597510373vw , 3.125rem )) {
    .footer {
      padding-bottom: calc(1.875rem + 1.25 * (100vw - 20rem) / 75.3125);
    }
}

@supports (margin-bottom: clamp( 5rem , 4.0041493776rem  +  4.979253112vw , 8.75rem )) {
    .footer__top {
      margin-bottom: clamp( 5rem , 4.0041493776rem  +  4.979253112vw , 8.75rem );
    }
}

@supports not (margin-bottom: clamp( 5rem , 4.0041493776rem  +  4.979253112vw , 8.75rem )) {
    .footer__top {
      margin-bottom: calc(5rem + 3.75 * (100vw - 20rem) / 75.3125);
    }
}

@supports (gap: clamp( 2.5rem , -0.5373443983rem  +  15.1867219917vw , 13.9375rem )) {
    .footer__top {
      gap: clamp( 2.5rem , -0.5373443983rem  +  15.1867219917vw , 13.9375rem );
    }
}

@supports not (gap: clamp( 2.5rem , -0.5373443983rem  +  15.1867219917vw , 13.9375rem )) {
    .footer__top {
      gap: calc(2.5rem + 11.4375 * (100vw - 20rem) / 75.3125);
    }
}

@supports (gap: clamp( 2.5rem , -4.3049792531rem  +  34.0248962656vw , 28.125rem )) {
    .footer__nav {
      gap: clamp( 2.5rem , -4.3049792531rem  +  34.0248962656vw , 28.125rem );
    }
}

@supports not (gap: clamp( 2.5rem , -4.3049792531rem  +  34.0248962656vw , 28.125rem )) {
    .footer__nav {
      gap: calc(2.5rem + 25.625 * (100vw - 20rem) / 75.3125);
    }
}

@supports (font-size: clamp( 0.9375rem , 0.5225622407rem  +  2.0746887967vw , 2.5rem )) {
    .container__text {
      font-size: clamp( 0.9375rem , 0.5225622407rem  +  2.0746887967vw , 2.5rem );
    }
}

@supports not (font-size: clamp( 0.9375rem , 0.5225622407rem  +  2.0746887967vw , 2.5rem )) {
    .container__text {
      font-size: calc(0.9375rem + 1.5625 * (100vw - 20rem) / 75.3125);
    }
}

@supports (line-height: clamp( 1.5625rem , 1.0811721992rem  +  2.4066390041vw , 3.375rem )) {
    .container__text {
      line-height: clamp( 1.5625rem , 1.0811721992rem  +  2.4066390041vw , 3.375rem );
    }
}

@supports not (line-height: clamp( 1.5625rem , 1.0811721992rem  +  2.4066390041vw , 3.375rem )) {
    .container__text {
      line-height: calc(1.5625rem + 1.8125 * (100vw - 20rem) / 75.3125);
    }
}

@supports (font-size: clamp( 2.625rem , 1.9942946058rem  +  3.153526971vw , 5rem )) {
    .container__date {
      font-size: clamp( 2.625rem , 1.9942946058rem  +  3.153526971vw , 5rem );
    }
}

@supports not (font-size: clamp( 2.625rem , 1.9942946058rem  +  3.153526971vw , 5rem )) {
    .container__date {
      font-size: calc(2.625rem + 2.375 * (100vw - 20rem) / 75.3125);
    }
}

@supports (line-height: clamp( 4.0625rem , 3.3322095436rem  +  3.6514522822vw , 6.8125rem )) {
    .container__date {
      line-height: clamp( 4.0625rem , 3.3322095436rem  +  3.6514522822vw , 6.8125rem );
    }
}

@supports not (line-height: clamp( 4.0625rem , 3.3322095436rem  +  3.6514522822vw , 6.8125rem )) {
    .container__date {
      line-height: calc(4.0625rem + 2.75 * (100vw - 20rem) / 75.3125);
    }
}

@supports (font-size: clamp( 2rem , 1.734439834rem  +  1.3278008299vw , 3rem )) {
    .athlete-title__price {
      font-size: clamp( 2rem , 1.734439834rem  +  1.3278008299vw , 3rem );
    }
}

@supports not (font-size: clamp( 2rem , 1.734439834rem  +  1.3278008299vw , 3rem )) {
    .athlete-title__price {
      font-size: calc(2rem + 1 * (100vw - 20rem) / 75.3125);
    }
}

@supports (line-height: clamp( 2.75rem , 2.4014522822rem  +  1.7427385892vw , 4.0625rem )) {
    .athlete-title__price {
      line-height: clamp( 2.75rem , 2.4014522822rem  +  1.7427385892vw , 4.0625rem );
    }
}

@supports not (line-height: clamp( 2.75rem , 2.4014522822rem  +  1.7427385892vw , 4.0625rem )) {
    .athlete-title__price {
      line-height: calc(2.75rem + 1.3125 * (100vw - 20rem) / 75.3125);
    }
}

@supports (font-size: clamp( 1.5rem , 1.234439834rem  +  1.3278008299vw , 2.5rem )) {
    .athlete-title__text {
      font-size: clamp( 1.5rem , 1.234439834rem  +  1.3278008299vw , 2.5rem );
    }
}

@supports not (font-size: clamp( 1.5rem , 1.234439834rem  +  1.3278008299vw , 2.5rem )) {
    .athlete-title__text {
      font-size: calc(1.5rem + 1 * (100vw - 20rem) / 75.3125);
    }
}

@supports (font-size: clamp( 0.9375rem , 0.7881224066rem  +  0.7468879668vw , 1.5rem )) {
    .sports-title__providing {
      font-size: clamp( 0.9375rem , 0.7881224066rem  +  0.7468879668vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 0.9375rem , 0.7881224066rem  +  0.7468879668vw , 1.5rem )) {
    .sports-title__providing {
      font-size: calc(0.9375rem + 0.5625 * (100vw - 20rem) / 75.3125);
    }
}

@supports (font-size: clamp( 1.5rem , 1.234439834rem  +  1.3278008299vw , 2.5rem )) {
    .sports-title__text {
      font-size: clamp( 1.5rem , 1.234439834rem  +  1.3278008299vw , 2.5rem );
    }
}

@supports not (font-size: clamp( 1.5rem , 1.234439834rem  +  1.3278008299vw , 2.5rem )) {
    .sports-title__text {
      font-size: calc(1.5rem + 1 * (100vw - 20rem) / 75.3125);
    }
}

@supports (gap: clamp( 1.5625rem , 1.1807572614rem  +  1.9087136929vw , 3rem )) {
    .text {
      gap: clamp( 1.5625rem , 1.1807572614rem  +  1.9087136929vw , 3rem );
    }
}

@supports not (gap: clamp( 1.5625rem , 1.1807572614rem  +  1.9087136929vw , 3rem )) {
    .text {
      gap: calc(1.5625rem + 1.4375 * (100vw - 20rem) / 75.3125);
    }
}

@supports (gap: clamp( 0.5625rem , 0.1807572614rem  +  1.9087136929vw , 2rem )) {
    .text__cart {
      gap: clamp( 0.5625rem , 0.1807572614rem  +  1.9087136929vw , 2rem );
    }
}

@supports not (gap: clamp( 0.5625rem , 0.1807572614rem  +  1.9087136929vw , 2rem )) {
    .text__cart {
      gap: calc(0.5625rem + 1.4375 * (100vw - 20rem) / 75.3125);
    }
}

@supports (width: clamp( 1.5625rem , 1.1475622407rem  +  2.0746887967vw , 3.125rem )) {
    .text__cart img {
      width: clamp( 1.5625rem , 1.1475622407rem  +  2.0746887967vw , 3.125rem );
    }
}

@supports not (width: clamp( 1.5625rem , 1.1475622407rem  +  2.0746887967vw , 3.125rem )) {
    .text__cart img {
      width: calc(1.5625rem + 1.5625 * (100vw - 20rem) / 75.3125);
    }
}

@supports (height: clamp( 1.5rem , 1.101659751rem  +  1.9917012448vw , 3rem )) {
    .text__cart img {
      height: clamp( 1.5rem , 1.101659751rem  +  1.9917012448vw , 3rem );
    }
}

@supports not (height: clamp( 1.5rem , 1.101659751rem  +  1.9917012448vw , 3rem )) {
    .text__cart img {
      height: calc(1.5rem + 1.5 * (100vw - 20rem) / 75.3125);
    }
}

@supports (font-size: clamp( 1.25rem , 1.1836099585rem  +  0.3319502075vw , 1.5rem )) {
    .info__more {
      font-size: clamp( 1.25rem , 1.1836099585rem  +  0.3319502075vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 1.25rem , 1.1836099585rem  +  0.3319502075vw , 1.5rem )) {
    .info__more {
      font-size: calc(1.25rem + 0.25 * (100vw - 20rem) / 75.3125);
    }
}

@supports (font-size: clamp( 0.8125rem , 0.6299273859rem  +  0.9128630705vw , 1.5rem )) {
    .info__text {
      font-size: clamp( 0.8125rem , 0.6299273859rem  +  0.9128630705vw , 1.5rem );
    }
}

@supports not (font-size: clamp( 0.8125rem , 0.6299273859rem  +  0.9128630705vw , 1.5rem )) {
    .info__text {
      font-size: calc(0.8125rem + 0.6875 * (100vw - 20rem) / 75.3125);
    }
}

@supports (line-height: clamp( 1.6875rem , 1.4053423237rem  +  1.4107883817vw , 2.75rem )) {
    .info__text {
      line-height: clamp( 1.6875rem , 1.4053423237rem  +  1.4107883817vw , 2.75rem );
    }
}

@supports not (line-height: clamp( 1.6875rem , 1.4053423237rem  +  1.4107883817vw , 2.75rem )) {
    .info__text {
      line-height: calc(1.6875rem + 1.0625 * (100vw - 20rem) / 75.3125);
    }
}

@supports (max-width: clamp( 19.6875rem , 2.6750518672rem  +  85.0622406639vw , 83.75rem )) {
    .info__text {
      max-width: clamp( 19.6875rem , 2.6750518672rem  +  85.0622406639vw , 83.75rem );
    }
}

@supports not (max-width: clamp( 19.6875rem , 2.6750518672rem  +  85.0622406639vw , 83.75rem )) {
    .info__text {
      max-width: calc(19.6875rem + 64.0625 * (100vw - 20rem) / 75.3125);
    }
}
}

@media (max-width: 542px) and (min-width: 95.3125em) {
  .form input {
    width: 68.75rem;
  }

  .form__who {
    width: 75rem;
  }

  .img1,
  .img2,
  .img3 {
    height: 33.75rem;
  }
}

@media (max-width: 542px) and (min-width: 20em) and (max-width: 95.3125em) {
@supports (width: clamp( 16.875rem , 3.09906639rem  +  68.8796680498vw , 68.75rem )) {
    .form input {
      width: clamp( 16.875rem , 3.09906639rem  +  68.8796680498vw , 68.75rem );
    }
}

@supports not (width: clamp( 16.875rem , 3.09906639rem  +  68.8796680498vw , 68.75rem )) {
    .form input {
      width: calc(16.875rem + 51.875 * (100vw - 20rem) / 75.3125);
    }
}

@supports (width: clamp( 16.875rem , 1.4393153527rem  +  77.1784232365vw , 75rem )) {
    .form__who {
      width: clamp( 16.875rem , 1.4393153527rem  +  77.1784232365vw , 75rem );
    }
}

@supports not (width: clamp( 16.875rem , 1.4393153527rem  +  77.1784232365vw , 75rem )) {
    .form__who {
      width: calc(16.875rem + 58.125 * (100vw - 20rem) / 75.3125);
    }
}

@supports (height: clamp( 13.75rem , 8.4387966805rem  +  26.5560165975vw , 33.75rem )) {
    .img1,
    .img2,
    .img3 {
      height: clamp( 13.75rem , 8.4387966805rem  +  26.5560165975vw , 33.75rem );
    }
}

@supports not (height: clamp( 13.75rem , 8.4387966805rem  +  26.5560165975vw , 33.75rem )) {
    .img1,
    .img2,
    .img3 {
      height: calc(13.75rem + 20 * (100vw - 20rem) / 75.3125);
    }
}
}

@media (any-hover: hover) {
  .menu__list > li:hover .menu__sub-list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    pointer-events: all;
  }
}

.webp .header{ background: url(../img/header-bg.webp); }

.webp .teams__logos{ background: url(../../img/background-pg.webp); }

@media (max-width: 500px){

  .webp .header{ background: url(../img/header-bg_TF.webp); }
}

@media (max-width: 47.99875em){

  .webp .teams__logos{ background: url(../../img/background-TF.webp); }
}