html {
  scroll-behavior: smooth;
}

.container {
  max-width: 1128px;
  width: 100%;
  margin: 0 auto;
}

.animate__delay_200 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.animate__delay_400 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.animate__delay_600 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.button {
  border: none;
  border-radius: 1000px;
  padding: 14px 24px;
  background: #f3d704;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -2%;
  text-align: center;
  color: #030410;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.button:hover {
  background: #e2c807;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.title {
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  letter-spacing: -3%;
  text-align: center;
  color: #ffffff;
}

body {
  font-family: "Geologica", sans-serif;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header {
  height: 64px;
  background: #030410;
}
.header .container {
  height: 100%;
}
.header__wrapper {
  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;
  height: 100%;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.header__menu > a {
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -1%;
  vertical-align: middle;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.header__menu > a:hover {
  color: #f3d704;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.header__menu_logo {
  display: none;
}
.header__menu_close {
  display: none;
}
.header__menu_burger {
  display: none;
}
.header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.header__btns button {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -2%;
  text-align: center;
  padding: 5px 16px;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.header__btns_se {
  background: #e30088;
  color: #ffffff;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.header__btns_se:hover {
  background: #b3266e;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.header__btns_vous {
  background: #ffffff;
  color: #54577a;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.header__btns_vous:hover {
  background: rgba(255, 255, 255, 0.8745098039);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.header__btns_exit {
  display: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -2%;
  text-align: center;
  padding: 5px 16px;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  background: #ffffff;
  color: #54577a;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.footer {
  padding: 50px 0;
  background: #030410;
}
.footer__wrapper {
  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;
}
.footer__wrapper > div {
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -1%;
  vertical-align: middle;
  color: #ffffff;
}
.footer__wrapper:last-child {
  margin-top: 55px;
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
/* FOOTER link start */
.footer__list > a {
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -1%;
  vertical-align: middle;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
/* FOOTER link end */
.footer__copy {
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -1%;
  color: #9ca3af;
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 372px;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  background: #0f1221;
  z-index: 5;
}
.modal__header {
  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;
}
.modal__header button {
  outline-width: 0px;
  outline-color: transparent;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modal__header button:active, .modal__header button:focus {
  outline-width: 0px;
  outline-color: transparent;
}
.modal__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -3%;
  color: #ffffff;
}
.modal__form {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
.modal__form input {
  width: 100%;
  height: 39px;
  padding: 0 14px;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -2%;
  color: #6b7280;
  border-radius: 6px;
  border: 1px solid #54577a;
}
.modal__form input:active, .modal__form input:focus {
  outline-width: 0px;
  outline-color: transparent;
}
.modal__form textarea {
  font-family: "Montserrat";
  resize: none;
  padding: 9px 14px;
  height: 146px;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -2%;
  color: #6b7280;
  border-radius: 6px;
  border: 1px solid #54577a;
}
.modal__form textarea:active, .modal__form textarea:focus {
  outline-width: 0px;
  outline-color: transparent;
}
.modal__form .button {
  margin-top: 10px;
}
.modal__circle {
  min-width: 170px;
  width: 170px;
  height: 170px;
  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;
  background: #9cd323;
  border-radius: 50%;
  margin: 30px auto;
}
.modal__success .modal__title {
  text-align: center;
}
.modal__success .button {
  width: 100%;
  margin-top: 30px;
}
.modal__active {
  display: block;
}

.promo {
  height: 800px;
  background-image: url("../images/promo.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.promo::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-color: rgba(7, 8, 31, 0.8);
}
.promo__title {
  font-weight: 700;
  font-size: 52px;
  line-height: 120%;
  letter-spacing: -3%;
  text-align: center;
  color: #9cd323;
  position: relative;
}
.promo__subtitle {
  margin-top: 10px;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: -2%;
  text-align: center;
  color: #ffffff;
  position: relative;
}
.promo__wrapper {
  height: 100%;
  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;
  position: relative;
}
.promo__text {
  max-width: 793px;
  width: 100%;
  position: relative;
  z-index: 3;
}
.promo__text .button {
  margin: 40px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.promo__image {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.promo__ball_1 {
  position: absolute;
  left: 140px;
  bottom: 0;
}
.promo__ball_1_mob {
  display: none;
}
.promo__ball_2 {
  position: absolute;
  top: 131px;
  right: 0;
}
.promo__ball_3 {
  position: absolute;
  top: 141px;
  left: 0;
}
.promo .container {
  height: 100%;
}

.sport {
  background: #060713;
  padding: 70px 0 128px;
}
.sport__card {
  background: #1a1b2c;
  padding: 20px 20px 0 20px;
  border-radius: 30px;
  height: 500px;
  position: relative;
}
.sport__card_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -3%;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}
.sport__card .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.sport__card img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.sport__card:hover img {
  -webkit-filter: drop-shadow(2px 4px 6px black);
          filter: drop-shadow(2px 4px 6px black);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.sport .title {
  margin-bottom: 50px;
}

.list {
  background: #9cd323;
  padding: 70px 0 114px 0;
}
.list__block {
  background: #1a1b2c;
  padding: 50px 50px 50px 525px;
  position: relative;
  border-radius: 30px;
}
.list__block .title {
  text-align: left;
}
.list__block_image {
  position: absolute;
  bottom: -114px;
  left: -156px;
  width: 656px;
}
.list__block_list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 50px;
}
.list__block_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}
.list__block_row div {
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -2%;
  color: #ffffff;
}

.info {
  background: #10101a;
  position: relative;
  height: 800px;
  padding-top: 120px;
}
.info__text {
  padding-left: 600px;
}
.info__text .title {
  text-align: left;
}
.info__text_text {
  margin-top: 50px;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -2%;
  color: #ffffff;
}
.info__image {
  position: absolute;
  top: 0;
  left: 0;
}
.info__image_mob {
  display: none;
}

.avis {
  background: #060713;
  padding: 70px 0 134px 0;
  position: relative;
}
.avis .container {
  background: #060713;
}
.avis .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
.avis .title {
  margin-bottom: 50px;
}
.avis__card {
  background: #1f2337;
  padding: 20px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}
.avis__card > img {
  min-width: 200px;
  width: 200px;
  height: 200px;
}
.avis__card_block_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -3%;
  color: #fff5f5;
  margin-bottom: 10px;
}
.avis__card_block_text {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -2%;
  color: #54577a;
}

.text {
  background: url("../img/text.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 800px;
}
.text .container {
  height: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.text::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-color: rgba(198, 255, 72, 0.8509803922);
}
.text .title {
  position: relative;
  color: #030410;
}
.text__text {
  margin-top: 50px;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -2%;
  text-align: center;
  color: #030410;
  position: relative;
  max-width: 805px;
  width: 100%;
}

.faq {
  background: #030410;
  padding: 50px 0 106px 0;
}
.faq .title {
  margin-bottom: 40px;
}
.faq__row {
  margin-top: 10px;
  background: #ffffff;
  padding: 15px 20px;
  cursor: pointer;
  border-radius: 15px;
  position: relative;
}
.faq__row_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -3%;
  color: #000000;
  padding-right: 30px;
}
.faq__row_text {
  display: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -2%;
  color: #54577a;
  margin-top: 10px;
}
.faq__row_arrow {
  position: absolute;
  top: 15px;
  right: 20px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.faq__row_active .faq__row_arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.faq__row_active .faq__row_text {
  display: block;
}

.form {
  background: url("../img/form.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 88px 0;
}
.form::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-color: rgba(13, 21, 19, 0.6);
}
.form .title {
  position: relative;
  max-width: 726px;
  width: 100%;
  margin: 0 auto;
}
.form .title span {
  color: #9cd323;
}
.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;
  row-gap: 20px;
  max-width: 312px;
  width: 312px;
  position: relative;
  margin: 50px auto 0 auto;
}
.form__form input {
  height: 36px;
  padding: 0 13px;
  outline-width: 0px;
  outline-color: transparent;
  border: none;
  border-radius: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -2%;
  color: #6b7280;
}
.form__form input:active, .form__form input:focus {
  outline-width: 0px;
  outline-color: transparent;
}

/* MAP start */
.map {
  height: 540px;
}

.map-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.map-iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.map-address {
  padding: 50px 0;
  font-size: 16px;
  color: #ffffff;
  background-color: #030410;
}

.map-address div {
  max-width: 1128px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.map-address div h3 {
  margin-bottom: 15px;
}

@media(max-width: 1200px) {
  .map-address div {
    max-width: 960px;
  }
}

@media screen and (max-width: 991px) {
    .map-address div {
    max-width: 720px;
  }
}

@media screen and (max-width: 768px) {
      .map-address div {
    padding: 0 30px;
  }
}
/* MAP end */

@media screen and (max-width: 1350px) {
  .info {
    height: 683px;
  }
  .info__image {
    width: 581px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (max-width: 991px) {
  .container {
    max-width: 720px;
  }
  .sport .swiper-button-next {
    right: 3px;
    top: 25px;
  }
  .sport .swiper-button-next::after {
    display: none;
  }
  .sport .swiper-button-prev {
    left: auto;
    right: 50px;
    top: 25px;
  }
  .sport .swiper-button-prev img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .sport .swiper-button-prev::after {
    display: none;
  }
  .list {
    padding-bottom: 33px;
  }
  .list__block {
    padding: 50px 50px 330px 50px;
  }
  .list__block_image {
    width: 343px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -33px;
  }
  .info {
    height: auto;
    padding-top: 33px;
  }
  .info__image {
    display: none;
  }
  .info__image_mob {
    display: block;
    margin: 81px auto 0 auto;
  }
  .info__text {
    padding-left: 0;
  }
  .info__text_text {
    margin-top: 30px;
  }
  .avis {
    position: relative;
  }
  .avis .container {
    overflow: hidden;
  }
  .avis .swiper2 {
    position: relative;
  }
  .avis .swiper-button-next {
    right: 3px;
    top: 25px;
  }
  .avis .swiper-button-next::after {
    display: none;
  }
  .avis .swiper-button-prev {
    left: auto;
    right: 50px;
    top: 25px;
  }
  .avis .swiper-button-prev img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .avis .swiper-button-prev::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .title {
    font-size: 32px;
    text-align: left;
  }
  .header__menu {
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #0f1221;
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 20px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .header__menu_active {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .header__menu_close {
    display: block;
    position: absolute;
    top: 14px;
    right: 30px;
  }
  .header__menu_logo {
    display: block;
    width: 150px;
    margin-bottom: 20px;
  }
  .header__menu > a {
    font-size: 16px;
  }
  .header__menu_burger {
    display: block;
  }
  .header__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    margin-top: 20px;
  }
  .footer {
    padding: 43px 0;
  }
  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    margin-bottom: 44px;
  }

  /* FOOTER link start */
  .footer__list > a {
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -1%;
  vertical-align: middle;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
/* FOOTER link end */

  .footer__wrapper:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .promo {
    height: 730px;
    overflow: hidden;
  }
  .promo__title {
    font-size: 32px;
  }
  .promo__title br {
    display: none;
  }
  .promo__wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 41px;
    max-width: 321px;
    width: 100%;
    margin: 0 auto;
  }
  .promo__subtitle {
    font-size: 18px;
  }
  .promo__image {
    width: 290px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -60px;
  }
  .promo__ball_1 {
    display: none;
  }
  .promo__ball_1_mob {
    display: block;
    position: absolute;
    bottom: 39px;
    left: 0;
  }
  .promo__ball_2 {
    width: 111px;
    top: 270px;
  }
  .promo__ball_3 {
    width: 100px;
    top: 251px;
  }
  .list__block .title {
    font-size: 24px;
  }
  .list__block_row img {
    width: 36px;
  }
  .list__block_row div {
    font-size: 16px;
  }
  .info .title {
    text-align: center;
  }
  .info__text_text {
    text-align: center;
    font-size: 14px;
  }
  .avis {
    padding-top: 30px;
    padding-bottom: 64px;
  }
  .avis .container {
    overflow: hidden;
  }
  .avis__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .avis__card > img {
    width: 86px;
    min-width: 86px;
    height: 86px;
  }
  .avis__card_block_title {
    font-size: 24px;
    text-align: center;
    margin-top: 24px;
  }
  .avis__card_block > img {
    display: block;
    margin: 0 auto;
  }
  .avis__card_block_text {
    text-align: center;
  }
  .text {
    height: auto;
    padding: 65px 0;
  }
  .text .title {
    text-align: center;
  }
  .text__text {
    text-align: center;
    font-size: 14px;
  }
  .form .title {
    text-align: center;
  }
  .form .title > br:first-child {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .sport {
    padding-top: 30px;
    padding-bottom: 47px;
  }
  .list {
    padding-top: 30px;
  }
  .info__image_mob {
    width: calc(100% + 60px);
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  .text .title {
    max-width: 352px;
  }
}

/* Politique */
.privacy-policy {
  padding-top: 60px;
  padding-bottom: 40px;
  background: #1a1b2c;
}

.privacy-policy-wrapper {
  max-width: 805px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -2%;
  text-align: center;
  color: #ffffff;
}

.privacy-policy h1 {
  color: white;
  font-size: 2rem;
  margin-bottom: 50px;
}

.privacy-policy p {
  margin-bottom: 1rem;
}

.privacy-policy a {
  color: #0056b3;
  text-decoration: none;
}

.privacy-policy a:hover {
  text-decoration: underline;
}