@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.625rem;
  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 {
  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: 39.25rem;
}

.lock .popup__content {
  visibility: visible;
}

.spollers {
  display: -ms-grid;
  display: grid;
  gap: 15px;
}

.spollers__item {
  font-size: 1.25rem;
  max-height: 156px;
  gap: 2.25rem;
  outline: none !important;
  border-bottom: 1px solid;
  border-image-source: radial-gradient(98.82% 876.04% at 10% 26.47%, #d000bb 0%, #ff9431 59.38%, #ff3c3c 91.98%);
  border-width: 2px;
  border-image-slice: 1;
  border-bottom-width: 100%;
  padding-bottom: 10px;
}

.spollers__item:first-child {
  margin-top: 0;
}

.spollers__title {
  width: 100%;
  cursor: default;
  text-align: left;
  border-radius: 0.3125rem;
  position: relative;
  color: #002c70;
  padding-top: 15px;
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 115%;
  text-transform: uppercase;
  /*
  ._spoller-init & {
  	position: relative;
  	width: 100%;
  	text-align: left;
  	&::before,
  	&::after {
  		content: "";
  		position: absolute;
  		right: 0;
  		top: rem(12);
  		height: rem(1);
  		transition: all 0.3s ease 0s;
  		width: rem(10);
  		background-color: #000;
  	}
  	&::before {
  		transform: rotate(40deg);
  		right: rem(7);
  	}
  	&::after {
  		transform: rotate(-40deg);
  	}
  }
  &._spoller-active {
  	&::before {
  		transform: rotate(-40deg);
  	}
  	&::after {
  		transform: rotate(40deg);
  	}
  }
  */
}

._spoller-init .spollers__title {
  cursor: pointer;
}

.spollers__body {
  border-radius: 0.3125rem;
  max-width: 100%;
  max-height: 156px;
  font-weight: 500;
  font-size: 16px;
  color: #002c70;
}

.spollers__span {
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  margin-top: 15px;
  color: #002c70;
}

.spollers__span li {
  list-style: circle;
  margin-left: 20px;
}

[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;
}

.no-webp .header{
  background-image: url("../img/headerBgPc.png"); }

.header {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 965px;
  background-position: center center;
  z-index: 3;
}

.header__logo img {
  height: auto;
  margin-left: -280px;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header__cover {
  padding-bottom: 5px;
  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%);
}

.header__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  cursor: pointer;
}

.menu__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 50px;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}

.menu__list:first-child {
  margin-left: -220px;
}

.menu__list > li {
  position: relative;
  padding: 0.625rem 0;
}

.menu__list > li:last-child .menu__sub-list {
  left: initial;
  right: 0;
}

.menu__item {
  list-style: none;
}

.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;
  color: #f5f5f5;
}

.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;
}

.footer {
  margin-top: 101px;
  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: -90px;
}

.footer__container {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
  gap: 60px;
  position: relative;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  color: #ffffff;
  text-transform: uppercase;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  text-transform: uppercase;
}

.bottom__text {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}

.bottom__subtext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 43px;
}

.page__background {
  margin-top: -410px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.page__background::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(74.41%, rgba(0, 0, 0, 0.45)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 74.41%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 74.41%);
  width: 100%;
  top: -25px;
  left: 0;
  z-index: -1;
  max-height: 120%;
  min-height: 435px;
}

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

.main-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;
  padding-bottom: 15px;
  display: inline-block;
}

.main-title__text::before,
.main-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%);
}

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

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

.background__title {
  font-weight: 800;
  line-height: 138%;
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
}

.background__title::before,
.background__title::after {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 13.8125rem;
  height: 0.0625rem;
  background-color: #d9d9d9;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.background__title::before {
  top: 140px;
}

.background__title::after {
  bottom: 200px;
}

.background__subtitle {
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  line-height: 33px;
  text-transform: uppercase;
}

.background__btn {
  margin-top: 47px;
  font-family: "Bebas Neue";
  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: 11px 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;
}

.main__form {
  margin-top: 250px;
  position: relative;
}

.yellow-circle {
  position: absolute;
  pointer-events: none;
  top: -280px;
  left: -130px;
  width: 23.75rem;
  height: 23.75rem;
  z-index: 0;
}

.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%;
}

.form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-column-gap: 10.5rem;
     -moz-column-gap: 10.5rem;
          column-gap: 10.5rem;
}

.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: 65px;
  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: 1.875rem;
  height: 690px;
}

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

.form__who input {
  width: 218px;
  height: 65px;
  border-bottom: 1px solid;
  border-top: none;
  border-left: none;
  border-right: none;
  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;
}

.form__btn button {
  font-family: "Lato";
  padding: 17px 165px;
  text-align: center;
  margin-top: 34px;
  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;
  text-transform: uppercase;
  color: #ffffff;
}

.info__carts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.25rem;
}

.info__cart {
  outline: none !important;
  border-bottom: 1px solid;
  border-image-source: radial-gradient(98.82% 876.04% at 10% 26.47%, #d000bb 0%, #ff9431 59.38%, #ff3c3c 91.98%);
  border-width: 2px;
  border-image-slice: 1;
}

.cart__title {
  text-transform: uppercase;
  color: #002c70;
  font-weight: 800;
  font-size: 20px;
  position: relative;
}

.cart__title::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 6px;
  top: 0;
  right: 0;
  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%);
}

.text1,
.text2,
.text3,
.text4,
.text5 {
  display: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 155%;
  margin: 15px auto;
  color: #002c70;
}

.form__error {
  padding-top: 10px;
}

.pricing {
  margin-top: 130px;
}

.pricing-subtitle__text {
  font-weight: 500;
  line-height: 38px;
  color: #1f529f;
  margin-top: 10px;
  margin-bottom: 58px;
}

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

.pricing-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;
}

.pricing-title__text::before,
.pricing-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%);
}

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

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

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

.country-title__text {
  font-weight: 700;
  display: none;
  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;
}

.country-title__text::before,
.country-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%);
}

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

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

.pricing__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 6.125rem;
}

.country__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.125rem;
}

.country__image {
  position: relative;
}

.no-webp .country__image::after{
  background: url("../img/mapPc.png"); }

.country__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  max-width: 866px;
  max-height: 480px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.country__block {
  padding: 22px 123px 40px 105px;
  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);
}

.block__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 155%;
  text-transform: uppercase;
  -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);
  color: #002c70;
}

.block__price {
  font-weight: 800;
  font-size: 20px;
  line-height: 155%;
  -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);
  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;
}

.block1,
.block2,
.block3 {
  position: relative;
}

.block1::before,
.block2::before,
.block3::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  width: 90px;
  height: 90px;
  background: url("../img/United states.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: drop-shadow(-5px 0px 13px rgba(210, 8, 184, 0.38));
          filter: drop-shadow(-5px 0px 13px rgba(210, 8, 184, 0.38));
}

.block2::before {
  background: url("../img/Canada.svg");
}

.block3::before {
  background: url("../img/Globe.svg");
}

.block__info {
  font-weight: 800;
  font-size: 16px;
  line-height: 155%;
  color: #002c70;
  -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);
}

.sports {
  position: relative;
}

.yellow-circle-sport {
  position: absolute;
  pointer-events: none;
  top: -50px;
  left: -120px;
  width: 23.75rem;
  height: 23.75rem;
  z-index: -1;
}

.yellow-circle-sport__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-sport__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-sport::before,
.yellow-circle-sport::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-sport::before {
  width: 73.2%;
  height: 73.2%;
}

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

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

.sports-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;
  margin-top: 108px;
  margin-bottom: 57px;
  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 {
  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: 20px;
  text-transform: uppercase;
  padding: 18px 88px;
  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%);
  text-align: center;
}

.sport__image img {
  display: inline-block;
  width: 100%;
}

.sport__cart1 {
  padding: 18px 77px;
}

@media (min-width: 47.99875em) {
  .menu__list > li {
    padding: 0.9375rem 0;
  }

  .main-title__text::before,
  .main-title__text::after {
    max-width: 6.375rem;
  }

  .pricing-title__text::before,
  .pricing-title__text::after {
    max-width: 6.375rem;
  }

  .country-title__text::before,
  .country-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: 400;
  }

  .touch .menu__link_arrow::after {
    content: "";
  }

  .main-title__text::before,
  .main-title__text::after {
    max-width: 6.25rem;
  }

  .pricing-title__text::before,
  .pricing-title__text::after {
    max-width: 6.25rem;
  }

  .country-title__text::before,
  .country-title__text::after {
    max-width: 6.25rem;
  }

  .sports-title__text::before,
  .sports-title__text::after {
    max-width: 11rem;
  }
}

@media (min-width: 95.625em) {
  .popup__success-msg {
    font-size: 2rem;
  }

  .popup__success-msg {
    line-height: 1.875rem;
  }

  .spollers__item {
    width: 46.125rem;
  }

  .header__logo img {
    width: 12.0625rem;
  }

  .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;
  }

  .page__background::before {
    height: 25.625rem;
  }

  .main-title__text {
    font-size: 2.5rem;
  }

  .background__title {
    font-size: 4.5rem;
  }

  .info__cart {
    width: 46.125rem;
  }

  .info__cart {
    height: 6.625rem;
  }

  .pricing-subtitle__text {
    font-size: 1.75rem;
  }

  .pricing-title__text {
    font-size: 2.5rem;
  }

  .country-title__text {
    font-size: 2.5rem;
  }

  .country__image {
    width: 54.125rem;
  }

  .country__image {
    height: 30rem;
  }

  .sports-title__text {
    font-size: 2.5rem;
  }
}

@media (max-width: 1550px) {
  .header__logo img {
    margin-left: -160px;
  }

  .header__container {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (max-width: 1500px) {
  .header {
    min-height: 780px;
  }
}

@media (max-width: 1440px) {
  .sport__cart {
    max-width: 370px;
  }

  .sport-cart3 {
    height: 76px;
  }

  .img1,
  .img2,
  .img3 {
    width: 370px;
  }
}

@media (max-width: 1435px) {
  .header__logo img {
    margin-left: -140px;
  }
}

@media (max-width: 1430px) {
  .sport__title {
    padding: 18px 60px;
  }
}

@media (max-width: 1410px) {
  .pricing__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .country__block {
    padding: 22px 102px 35px 45px;
  }
}

@media (max-width: 1376px) {
  .menu__list {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 1360px) {
  .header__logo img {
    margin-left: -90px;
  }
}

@media (max-width: 1315px) {
  .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: 30px;
  }

  .info__carts {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 1300px) {
  .header {
    min-height: 670px;
  }

  .page__background::before {
    top: 50px;
  }
}

@media (max-width: 1290px) {
  .spollers__item {
    max-height: 180px;
  }
}

@media (max-width: 1290px) and (max-width: 20em) {
  .spollers__item {
    width: 20rem;
  }
}

@media (max-width: 1272px) {
  .form__wrapper {
    -webkit-column-gap: 7.5rem;
       -moz-column-gap: 7.5rem;
            column-gap: 7.5rem;
  }
}

@media (max-width: 1240px) {
  .header__logo img {
    margin-left: -20px;
  }

  .header__container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .sport__cart {
    max-width: 270px;
  }

  .sport-cart3 {
    height: 76px;
  }

  .img1,
  .img2,
  .img3 {
    width: 270px;
  }
}

@media (max-width: 1200px) {
  .header__logo img {
    margin-left: -20px;
  }
}

@media (max-width: 1160px) {
  .header__socials {
    gap: 10px;
  }

  .menu__body {
    gap: 25px;
  }

  .menu__list {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

@media (max-width: 1140px) {
  .footer__logo {
    margin-left: -20px;
  }
}

@media (max-width: 1100px) {
  .header {
    min-height: 680px;
  }

  .page__background::before {
    top: 85px;
  }
}

@media (max-width: 1090px) {
  .form__wrapper {
    -webkit-column-gap: 3.75rem;
       -moz-column-gap: 3.75rem;
            column-gap: 3.75rem;
  }
}

@media (max-width: 1030px) {
  .header__logo img {
    margin-left: -20px;
  }
}

@media (max-width: 840px) {
  .header {
    min-height: 520px;
  }
}

@media (max-width: 750px) {
  .no-webp .header{
    background-image: url("../img/headerBgTF.png"); }
  .header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 710px;
  }
}

@media (max-width: 700px) {
  .header {
    min-height: 630px;
  }
}

@media (max-width: 650px) {
  .header {
    min-height: 590px;
  }
}

@media (max-width: 560px) {
  .form__form {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 630px;
    width: 100%;
  }
}

@media (max-width: 550px) {
  .header {
    min-height: 530px;
  }

  .main-title__text::before {
    display: none;
    left: -80px;
  }

  .main-title__text::after {
    display: none;
    right: -45px;
  }

  .pricing-title__text::before {
    display: none;
    left: -80px;
  }

  .pricing-title__text::after {
    display: none;
    right: -45px;
  }

  .country-title__text::before {
    display: none;
    left: -80px;
  }

  .country-title__text::after {
    display: none;
    right: -45px;
  }

  .sports-title__text::before {
    display: none;
    left: -80px;
  }

  .sports-title__text::after {
    display: none;
    right: -65px;
  }
}

@media (max-width: 542px) {
  .header__logo img {
    margin-left: -20px;
    width: 165px;
    height: 59px;
  }

  .header__container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .background__title::before {
    top: 160px;
  }

  .background__title::after {
    bottom: 190px;
  }

  .background__subtitle {
    padding-top: 40px;
  }

  .main__form {
    margin-top: 50px;
  }

  .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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    width: 100%;
  }

  .form__who input {
    width: 100%;
    height: 100%;
  }

  .form__btn button {
    padding: 15px 95px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 90px;
  }

  .cart__title {
    text-align: center;
  }

  .text1,
  .text2,
  .text3,
  .text4,
  .text5 {
    text-align: center;
  }

  .country__block {
    padding: 22px 90px 20px 60px;
    text-align: end;
  }

  .block__title {
    font-size: 18px;
  }

  .block1::before,
  .block2::before,
  .block3::before {
    top: 0px;
    right: 0px;
  }

  .sport__title {
    font-size: 16px;
    padding: 15px 28px;
  }

  .sport__cart1 {
    font-size: 16px;
    padding: 15px 20px;
  }

  .sport-cart3 {
    height: 46px;
  }

  .img1,
  .img2,
  .img3 {
    max-width: 542px;
  }
}

@media (max-width: 542px) and (max-width: 20em) {
  .form input {
    width: 20rem;
  }

  .form__who {
    width: 20rem;
  }

  .img1,
  .img2,
  .img3 {
    height: 13.75rem;
  }
}

@media (max-width: 522px) {
  .background__title::before {
    top: 210px;
  }

  .background__title::after {
    bottom: 240px;
  }
}

@media (max-width: 500px) {
  .header {
    min-height: 432px;
  }
}

@media (max-width: 482px) {
  .background__title::before {
    top: 90px;
  }

  .background__title::after {
    bottom: 120px;
  }
}

@media (max-width: 450px) {
  .main-title__text::after {
    right: -25px;
  }

  .pricing-title__text::after {
    right: -25px;
  }

  .country-title__text::after {
    right: -25px;
  }

  .sports-title__text::after {
    right: -60px;
  }
}

@media (max-width: 445px) {
  .spollers__item {
    max-height: 240px;
  }
}

@media (max-width: 425px) {
  .main-title__text::before {
    left: -50px;
    display: none;
  }

  .main-title__text::after {
    display: none;
  }

  .pricing-title__text::before {
    left: -50px;
    display: none;
  }

  .pricing-title__text::after {
    display: none;
  }

  .country-title__text::before {
    left: -50px;
    display: none;
  }

  .country-title__text::after {
    display: none;
  }

  .sports-title__text::before {
    left: -80px;
    display: none;
  }

  .sports-title__text::after {
    right: -50px;
    display: none;
  }
}

@media (max-width: 375px) {
  .spollers__item {
    max-height: 260px;
  }

  .header {
    min-height: 380px;
  }

  .main-title__text::after {
    right: -20px;
  }

  .pricing-title__text::after {
    right: -20px;
  }

  .country-title__text::after {
    right: -20px;
  }

  .sports-title__text::after {
    right: -20px;
  }
}

@media (max-width: 20em) {
  .popup__success-msg {
    font-size: 0.875rem;
  }

  .popup__success-msg {
    line-height: 1.1875rem;
  }

  .spollers__item {
    width: 20rem;
  }

  .header__logo img {
    width: 11.125rem;
  }

  .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;
  }

  .page__background::before {
    height: 11.125rem;
  }

  .main-title__text {
    font-size: 1.5rem;
  }

  .background__title {
    font-size: 2rem;
  }

  .info__cart {
    width: 20rem;
  }

  .info__cart {
    height: 11.25rem;
  }

  .pricing-subtitle__text {
    font-size: 1.125rem;
  }

  .pricing-title__text {
    font-size: 1.5rem;
  }

  .country-title__text {
    font-size: 1.5rem;
  }

  .country__image {
    width: 20rem;
  }

  .country__image {
    height: 20rem;
  }

  .sports-title__text {
    font-size: 1.5rem;
  }
}

@media (max-width: 320px) {
  .spollers__item {
    max-height: 380px;
  }

  .main-title__text::after {
    width: 24px;
    right: -10px;
  }

  .pricing-title__text::after {
    width: 24px;
    right: -10px;
  }

  .country-title__text::after {
    width: 24px;
    right: -10px;
  }

  .sports-title__text::after {
    width: 24px;
    right: -10px;
  }
}

@media (max-width: 61.99875em) {
  .spollers__item {
    max-height: 200px;
    gap: 10px;
  }

  .spollers__item:last-child {
    margin-bottom: 50px;
  }

  .header__logo img {
    margin-left: 0px;
  }

  .header__container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .menu__body {
    display: block;
    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: 15px;
    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:first-child {
    margin-left: 0;
  }

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .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);
  }

  .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-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-bottom: 70px;
  }

  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 70px;
  }

  .footer__menu {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }

  .footer__bottom {
    text-align: start;
    -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: 70px;
  }

  .page__background {
    margin-top: 0;
    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%);
  }

  .page__background::before {
    display: none;
  }

  .main-title__text::before {
    left: -120px;
  }

  .main-title__text::after {
    right: -110px;
  }

  .background__btn {
    margin-bottom: 30px;
  }

  .main__form {
    margin-top: 50px;
  }

  .yellow-circle {
    display: none;
  }

  .form__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .pricing {
    margin-top: 20px;
  }

  .pricing-subtitle__text {
    line-height: 25px;
    margin-bottom: 20px;
  }

  .pricing-title__text::before {
    left: -120px;
  }

  .pricing-title__text::after {
    right: -110px;
  }

  .country-title__text {
    display: inline-block;
  }

  .country-title__text::before {
    left: -120px;
  }

  .country-title__text::after {
    right: -110px;
  }

  .pricing__wrapper {
    gap: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .no-webp .country__image::after{
    background: url("../img/mapTF.png"); }

  .country__image::after {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .yellow-circle-sport {
    display: none;
  }

  .sports-title__text {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .sports-title__text::before {
    left: -120px;
  }

  .sports-title__text::after {
    right: -120px;
  }

  .sports__carts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .sport__cart {
    max-width: 100%;
  }

  .sport-cart3 {
    height: 56px;
  }

  .img1,
  .img2,
  .img3 {
    width: 100%;
  }
}

@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) {
  .spollers__item {
    max-height: 230px;
    gap: 10px;
  }

  .spollers__item:last-child {
    margin-bottom: 130px;
  }

  .spollers__item {
    text-align: center;
  }

  .spollers__title {
    text-align: center;
  }

  .footer__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer__logo {
    position: absolute;
    top: 0;
    right: 20px;
  }

  .footer__container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }

  .footer__nav {
    padding-top: 70px;
  }

  .bottom__rights {
    max-width: 290px;
    padding-left: 5px;
  }

  .bottom__subtext {
    gap: 23px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 20em) and (max-width: 95.625em) {
@supports (font-size: clamp( 0.875rem , 0.5774793388rem  +  1.4876033058vw , 2rem )) {
    .popup__success-msg {
      font-size: clamp( 0.875rem , 0.5774793388rem  +  1.4876033058vw , 2rem );
    }
}

@supports not (font-size: clamp( 0.875rem , 0.5774793388rem  +  1.4876033058vw , 2rem )) {
    .popup__success-msg {
      font-size: calc(0.875rem + 1.125 * (100vw - 20rem) / 75.625);
    }
}

@supports (line-height: clamp( 1.1875rem , 1.0056818182rem  +  0.9090909091vw , 1.875rem )) {
    .popup__success-msg {
      line-height: clamp( 1.1875rem , 1.0056818182rem  +  0.9090909091vw , 1.875rem );
    }
}

@supports not (line-height: clamp( 1.1875rem , 1.0056818182rem  +  0.9090909091vw , 1.875rem )) {
    .popup__success-msg {
      line-height: calc(1.1875rem + 0.6875 * (100vw - 20rem) / 75.625);
    }
}

@supports (width: clamp( 20rem , 13.0909090909rem  +  34.5454545455vw , 46.125rem )) {
    .spollers__item {
      width: clamp( 20rem , 13.0909090909rem  +  34.5454545455vw , 46.125rem );
    }
}

@supports not (width: clamp( 20rem , 13.0909090909rem  +  34.5454545455vw , 46.125rem )) {
    .spollers__item {
      width: calc(20rem + 26.125 * (100vw - 20rem) / 75.625);
    }
}

@supports (width: clamp( 11.125rem , 10.8770661157rem  +  1.2396694215vw , 12.0625rem )) {
    .header__logo img {
      width: clamp( 11.125rem , 10.8770661157rem  +  1.2396694215vw , 12.0625rem );
    }
}

@supports not (width: clamp( 11.125rem , 10.8770661157rem  +  1.2396694215vw , 12.0625rem )) {
    .header__logo img {
      width: calc(11.125rem + 0.9375 * (100vw - 20rem) / 75.625);
    }
}

@supports (padding-top: clamp( 1.875rem , 1.5444214876rem  +  1.652892562vw , 3.125rem )) {
    .footer {
      padding-top: clamp( 1.875rem , 1.5444214876rem  +  1.652892562vw , 3.125rem );
    }
}

@supports not (padding-top: clamp( 1.875rem , 1.5444214876rem  +  1.652892562vw , 3.125rem )) {
    .footer {
      padding-top: calc(1.875rem + 1.25 * (100vw - 20rem) / 75.625);
    }
}

@supports (padding-bottom: clamp( 1.875rem , 1.5444214876rem  +  1.652892562vw , 3.125rem )) {
    .footer {
      padding-bottom: clamp( 1.875rem , 1.5444214876rem  +  1.652892562vw , 3.125rem );
    }
}

@supports not (padding-bottom: clamp( 1.875rem , 1.5444214876rem  +  1.652892562vw , 3.125rem )) {
    .footer {
      padding-bottom: calc(1.875rem + 1.25 * (100vw - 20rem) / 75.625);
    }
}

@supports (margin-bottom: clamp( 5rem , 4.0082644628rem  +  4.958677686vw , 8.75rem )) {
    .footer__top {
      margin-bottom: clamp( 5rem , 4.0082644628rem  +  4.958677686vw , 8.75rem );
    }
}

@supports not (margin-bottom: clamp( 5rem , 4.0082644628rem  +  4.958677686vw , 8.75rem )) {
    .footer__top {
      margin-bottom: calc(5rem + 3.75 * (100vw - 20rem) / 75.625);
    }
}

@supports (gap: clamp( 2.5rem , -0.5247933884rem  +  15.1239669421vw , 13.9375rem )) {
    .footer__top {
      gap: clamp( 2.5rem , -0.5247933884rem  +  15.1239669421vw , 13.9375rem );
    }
}

@supports not (gap: clamp( 2.5rem , -0.5247933884rem  +  15.1239669421vw , 13.9375rem )) {
    .footer__top {
      gap: calc(2.5rem + 11.4375 * (100vw - 20rem) / 75.625);
    }
}

@supports (gap: clamp( 2.5rem , -4.2768595041rem  +  33.8842975207vw , 28.125rem )) {
    .footer__nav {
      gap: clamp( 2.5rem , -4.2768595041rem  +  33.8842975207vw , 28.125rem );
    }
}

@supports not (gap: clamp( 2.5rem , -4.2768595041rem  +  33.8842975207vw , 28.125rem )) {
    .footer__nav {
      gap: calc(2.5rem + 25.625 * (100vw - 20rem) / 75.625);
    }
}

@supports (height: clamp( 11.125rem , 7.2902892562rem  +  19.173553719vw , 25.625rem )) {
    .page__background::before {
      height: clamp( 11.125rem , 7.2902892562rem  +  19.173553719vw , 25.625rem );
    }
}

@supports not (height: clamp( 11.125rem , 7.2902892562rem  +  19.173553719vw , 25.625rem )) {
    .page__background::before {
      height: calc(11.125rem + 14.5 * (100vw - 20rem) / 75.625);
    }
}

@supports (font-size: clamp( 1.5rem , 1.2355371901rem  +  1.3223140496vw , 2.5rem )) {
    .main-title__text {
      font-size: clamp( 1.5rem , 1.2355371901rem  +  1.3223140496vw , 2.5rem );
    }
}

@supports not (font-size: clamp( 1.5rem , 1.2355371901rem  +  1.3223140496vw , 2.5rem )) {
    .main-title__text {
      font-size: calc(1.5rem + 1 * (100vw - 20rem) / 75.625);
    }
}

@supports (font-size: clamp( 2rem , 1.3388429752rem  +  3.305785124vw , 4.5rem )) {
    .background__title {
      font-size: clamp( 2rem , 1.3388429752rem  +  3.305785124vw , 4.5rem );
    }
}

@supports not (font-size: clamp( 2rem , 1.3388429752rem  +  3.305785124vw , 4.5rem )) {
    .background__title {
      font-size: calc(2rem + 2.5 * (100vw - 20rem) / 75.625);
    }
}

@supports (width: clamp( 20rem , 13.0909090909rem  +  34.5454545455vw , 46.125rem )) {
    .info__cart {
      width: clamp( 20rem , 13.0909090909rem  +  34.5454545455vw , 46.125rem );
    }
}

@supports not (width: clamp( 20rem , 13.0909090909rem  +  34.5454545455vw , 46.125rem )) {
    .info__cart {
      width: calc(20rem + 26.125 * (100vw - 20rem) / 75.625);
    }
}

@supports (height: clamp( 6.625rem , 12.4731404959rem  +  -6.1157024793vw , 11.25rem )) {
    .info__cart {
      height: clamp( 6.625rem , 12.4731404959rem  +  -6.1157024793vw , 11.25rem );
    }
}

@supports not (height: clamp( 6.625rem , 12.4731404959rem  +  -6.1157024793vw , 11.25rem )) {
    .info__cart {
      height: calc(11.25rem + -4.625 * (100vw - 20rem) / 75.625);
    }
}

@supports (font-size: clamp( 1.125rem , 0.9597107438rem  +  0.826446281vw , 1.75rem )) {
    .pricing-subtitle__text {
      font-size: clamp( 1.125rem , 0.9597107438rem  +  0.826446281vw , 1.75rem );
    }
}

@supports not (font-size: clamp( 1.125rem , 0.9597107438rem  +  0.826446281vw , 1.75rem )) {
    .pricing-subtitle__text {
      font-size: calc(1.125rem + 0.625 * (100vw - 20rem) / 75.625);
    }
}

@supports (font-size: clamp( 1.5rem , 1.2355371901rem  +  1.3223140496vw , 2.5rem )) {
    .pricing-title__text {
      font-size: clamp( 1.5rem , 1.2355371901rem  +  1.3223140496vw , 2.5rem );
    }
}

@supports not (font-size: clamp( 1.5rem , 1.2355371901rem  +  1.3223140496vw , 2.5rem )) {
    .pricing-title__text {
      font-size: calc(1.5rem + 1 * (100vw - 20rem) / 75.625);
    }
}

@supports (font-size: clamp( 1.5rem , 1.2355371901rem  +  1.3223140496vw , 2.5rem )) {
    .country-title__text {
      font-size: clamp( 1.5rem , 1.2355371901rem  +  1.3223140496vw , 2.5rem );
    }
}

@supports not (font-size: clamp( 1.5rem , 1.2355371901rem  +  1.3223140496vw , 2.5rem )) {
    .country-title__text {
      font-size: calc(1.5rem + 1 * (100vw - 20rem) / 75.625);
    }
}

@supports (width: clamp( 20rem , 10.9752066116rem  +  45.1239669421vw , 54.125rem )) {
    .country__image {
      width: clamp( 20rem , 10.9752066116rem  +  45.1239669421vw , 54.125rem );
    }
}

@supports not (width: clamp( 20rem , 10.9752066116rem  +  45.1239669421vw , 54.125rem )) {
    .country__image {
      width: calc(20rem + 34.125 * (100vw - 20rem) / 75.625);
    }
}

@supports (height: clamp( 20rem , 17.3553719008rem  +  13.2231404959vw , 30rem )) {
    .country__image {
      height: clamp( 20rem , 17.3553719008rem  +  13.2231404959vw , 30rem );
    }
}

@supports not (height: clamp( 20rem , 17.3553719008rem  +  13.2231404959vw , 30rem )) {
    .country__image {
      height: calc(20rem + 10 * (100vw - 20rem) / 75.625);
    }
}

@supports (font-size: clamp( 1.5rem , 1.2355371901rem  +  1.3223140496vw , 2.5rem )) {
    .sports-title__text {
      font-size: clamp( 1.5rem , 1.2355371901rem  +  1.3223140496vw , 2.5rem );
    }
}

@supports not (font-size: clamp( 1.5rem , 1.2355371901rem  +  1.3223140496vw , 2.5rem )) {
    .sports-title__text {
      font-size: calc(1.5rem + 1 * (100vw - 20rem) / 75.625);
    }
}
}

@media (max-width: 1290px) and (min-width: 95.625em) {
  .spollers__item {
    width: 34.375rem;
  }
}

@media (max-width: 1290px) and (min-width: 20em) and (max-width: 95.625em) {
@supports (width: clamp( 20rem , 16.1983471074rem  +  19.0082644628vw , 34.375rem )) {
    .spollers__item {
      width: clamp( 20rem , 16.1983471074rem  +  19.0082644628vw , 34.375rem );
    }
}

@supports not (width: clamp( 20rem , 16.1983471074rem  +  19.0082644628vw , 34.375rem )) {
    .spollers__item {
      width: calc(20rem + 14.375 * (100vw - 20rem) / 75.625);
    }
}
}

@media (max-width: 542px) and (min-width: 95.625em) {
  .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.625em) {
@supports (width: clamp( 20rem , 7.1074380165rem  +  64.4628099174vw , 68.75rem )) {
    .form input {
      width: clamp( 20rem , 7.1074380165rem  +  64.4628099174vw , 68.75rem );
    }
}

@supports not (width: clamp( 20rem , 7.1074380165rem  +  64.4628099174vw , 68.75rem )) {
    .form input {
      width: calc(20rem + 48.75 * (100vw - 20rem) / 75.625);
    }
}

@supports (width: clamp( 20rem , 5.4545454545rem  +  72.7272727273vw , 75rem )) {
    .form__who {
      width: clamp( 20rem , 5.4545454545rem  +  72.7272727273vw , 75rem );
    }
}

@supports not (width: clamp( 20rem , 5.4545454545rem  +  72.7272727273vw , 75rem )) {
    .form__who {
      width: calc(20rem + 55 * (100vw - 20rem) / 75.625);
    }
}

@supports (height: clamp( 13.75rem , 8.4607438017rem  +  26.4462809917vw , 33.75rem )) {
    .img1,
    .img2,
    .img3 {
      height: clamp( 13.75rem , 8.4607438017rem  +  26.4462809917vw , 33.75rem );
    }
}

@supports not (height: clamp( 13.75rem , 8.4607438017rem  +  26.4462809917vw , 33.75rem )) {
    .img1,
    .img2,
    .img3 {
      height: calc(13.75rem + 20 * (100vw - 20rem) / 75.625);
    }
}
}

@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-image: url(../img/headerBgPc.webp); }

.webp .country__image::after{ background: url(../img/mapPc.webp); }

@media (max-width: 750px){

  .webp .header{ background-image: url(../img/headerBgTF.webp); }
}

@media (max-width: 61.99875em){

  .webp .country__image::after{ background: url(../img/mapTF.webp); }
}