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

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

:active,
:focus {
  outline: 0;
}

a:active,
a:focus {
  outline: 0;
}

aside,
footer,
header,
nav {
  display: block;
}

body,
html {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  overscroll-behavior: none;
}

button,
input,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea::placeholder,
input::placeholder {
  color: inherit;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
}

textarea {
  resize: none;
}

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

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  display: inline-block;
  color: inherit;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}
.disk {
  list-style: disc;
  margin-left: 20px;
}
img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

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

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

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

section {
  padding: 80px 0;
}

.container {
  padding: 0 40px;
}

@media (max-width: 991px) {
  .container {
    padding: 0 30px;
  }
  section {
    padding: 40px 0;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 0 16px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

:root {
  overscroll-behavior: none;
  /* // Шрифты */
  --font-main: "parissportiftop_noto_sans_light", sans-serif;
  --background-page: #183f74;
  --main: var(--white);
  --black: #000000;
  --white: #ffffff;
  --i: calc(1vw + 1vh);
  --hover-a: #a09f9f;
}

.parissportiftop10_page {
  display: flex;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-color: var(--background-page);
}

@font-face {
  font-family: "parissportiftop_noto_sans_bold";
  font-weight: 100 900;
  font-style: normal;
  src: url(../parissportiftop10-fonts/parissportiftop_noto_sans_bold.woff2) format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "parissportiftop_noto_sans_light";
  font-weight: 100 900;
  font-style: normal;
  src: url(../parissportiftop10-fonts/parissportiftop_noto_sans_light.woff2) format("woff2");
  font-display: swap;
}
h1 {
  font-family: "parissportiftop_noto_sans_bold";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

h2 {
  font-family: "parissportiftop_noto_sans_bold";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

h3 {
  font-family: "parissportiftop_noto_sans_bold";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

p {
  font-family: "parissportiftop_noto_sans_light";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
li {
  font-family: "parissportiftop_noto_sans_light";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

header a {
  font-family: "parissportiftop_noto_sans_light";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.parissportiftop10_nav__item_active {
  color: #ffab00;
}
footer a {
  font-family: "parissportiftop_noto_sans_light";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer p {
  font-family: "parissportiftop_noto_sans_light";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 991px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 16px;
  }
}

.btn {
  border-radius: 30px;
  background: #ffab00;
  color: var(--black);
  font-family: "parissportiftop_noto_sans_bold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  text-transform: uppercase;

  padding: 14px;
  width: 100%;

  display: flex;
  justify-content: center;
}

/* font-weight */

.f--w-100 {
  font-weight: 100;
}

.f--w-200 {
  font-weight: 200;
}

.f--w-300 {
  font-weight: 300;
}

.f--w-400 {
  font-weight: 400;
}

.f--w-500 {
  font-weight: 500;
}

.f--w-600 {
  font-weight: 600;
}

.f--w-700 {
  font-weight: 700;
}

.f--w-800 {
  font-weight: 800;
}

.f-w-900 {
  font-weight: 900;
}
/* font-size */

.f-s-10 {
  font-size: 10px;
}

.f-s-12 {
  font-size: 12px;
}

.f-s-14 {
  font-size: 14px;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-18 {
  font-size: 18px;
}

.f-s-20 {
  font-size: 20px;
}

.f-s-24 {
  font-size: 24px;
}

.f-s-26 {
  font-size: 26px;
}

.f-s-30 {
  font-size: 30px;
}

.f-s-32 {
  font-size: 32px;
}

.f-s-40 {
  font-size: 40px;
}

.f-s-50 {
  font-size: 50px;
}

/* padding */

.m-b-12 {
  margin-bottom: 12px;
}
.p-t-20 {
  padding-top: 20px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-t-50 {
  padding-top: 50px;
}
.p-t-80 {
  padding-top: 80px;
}
.p-t-100 {
  padding-top: 100px;
}

.p-b-10 {
  padding-bottom: 10px;
}
.p-b-16 {
  padding-bottom: 16px;
}

.p-b-20 {
  padding-bottom: 20px;
}
.p-b-24 {
  padding-bottom: 24px;
}
.p-b-50 {
  padding-bottom: 50px;
}
.p-b-50 {
  padding-bottom: 50px;
}

/* margin */
.m-b-8 {
  margin-bottom: 8px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-t-20 {
  margin-top: 20px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}
.m-t-50 {
  margin-top: 50px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-b-16 {
  margin-bottom: 16px;
}
.m-b-24 {
  margin-bottom: 24px;
}
.m-b-32 {
  margin-bottom: 32px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-b-50 {
  margin-bottom: 50px;
}

/* flex */

.flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.justi-center {
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

.colum {
  flex-direction: column;
}

.wrap {
  flex-wrap: wrap;
}

.parissportiftop10_main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.no-wrap {
  white-space: nowrap;
}

.none-uppercase {
  text-transform: none;
}

.word-break {
  word-break: break-all;
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.img-contain {
  object-fit: contain;
}

.img-cover {
  object-fit: cover;
}

.underline {
  text-decoration: underline;
  text-underline-offset: 2px;
}

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

.text-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.rd-upload img {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.rd-load img {
  opacity: 1;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* gap */
/* !!!!!!!!!!!!!!!!!!!!!!! */
.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}
.gap-15 {
  gap: 15px;
}
.gap-18 {
  gap: 18px;
}
.gap-12 {
  gap: 12px;
}
.gap-8 {
  gap: 8px;
}
.gap-14 {
  gap: 14px;
}

.gap-20 {
  gap: 20px;
}
.gap-30 {
  gap: 30px;
}
.gap-40 {
  gap: 40px;
}
.gap-50 {
  gap: 50px;
}
.gap-24 {
  gap: 24px;
}
.gap-32 {
  gap: 32px;
}
.gap-28 {
  gap: 28px;
}
.gap-36 {
  gap: 36px;
}
.gap-16 {
  gap: 16px;
}
.gap-48 {
  gap: 48px;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* terms */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.parissportiftop10_terms_container {
  padding: 50px 0 50px;
  color: var(--white);
}

.parissportiftop10_terms h1 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

@media (max-width: 600px) {
  .parissportiftop10_terms h1 {
    font-size: 16px;
  }
}

.parissportiftop10_terms h1:not(:last-child) {
  margin-bottom: 10px;
}

.parissportiftop10_terms h2 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

@media (max-width: 600px) {
  .parissportiftop10_terms h2 {
    font-size: 16px;
  }
}

.parissportiftop10_terms h2:not(:last-child) {
  margin-bottom: 10px;
}

.parissportiftop10_terms p {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
}

.parissportiftop10_terms p:not(:last-child) {
  margin-bottom: 20px;
}

.parissportiftop10_terms ul:not(:last-child) {
  margin-bottom: 20px;
}

.parissportiftop10_terms li {
  font-size: 16px;
  line-height: 1.3;
  color: var(--white);
  font-weight: 400;
}

.parissportiftop10_terms li:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .parissportiftop10_terms li:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .parissportiftop10_terms li:not(:last-child) {
    margin-bottom: 15px;
  }
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* header */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.parissportiftop10_header {
  padding: 18px 0;
  background: #010101;
}

header .parissportiftop10_logo img {
  width: 182px;
  height: 24px;
}

.parissportiftop10_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;
  gap: 20px;
}

@media (max-width: 991px) {
  .parissportiftop10_header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--black);
    z-index: 100;
    padding: 100px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
      pointer-events 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
      pointer-events 0.2s ease-in-out;
  }
}

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

.parissportiftop10_header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.parissportiftop10_header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent;
}

@media (max-width: 991px) {
  .parissportiftop10_header__exit-menu {
    display: block;
    top: 30px;
    right: 30px;
  }
}

@media (max-width: 600px) {
  .parissportiftop10_header__exit-menu {
    top: 15px;
    right: 15px;
  }
}

.parissportiftop10_header__exit-menu::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.parissportiftop10_header__exit-menu::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.parissportiftop10_nav__list {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}

@media (max-width: 991px) {
  .parissportiftop10_nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}

@media (max-width: 991px) {
  .parissportiftop10_nav__list_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px 30px;
  }
}

@media (max-width: 600px) {
  .parissportiftop10_nav__list_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.parissportiftop10_nav__link {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media (any-hover: hover) {
  .parissportiftop10_nav__link:hover {
    color: var(--hover-a);
  }
}

.parissportiftop10_nav__link:focus-visible {
  color: var(--hover-a);
}

.parissportiftop10_nav__link:active {
  color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.parissportiftop10_burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 30px;
  height: 18px;
  background-color: transparent;
}

@media (max-width: 991px) {
  .parissportiftop10_burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.parissportiftop10_burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  border-radius: 8px;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* footer */
/* !!!!!!!!!!!!!!!!!!!!!!! */

footer {
  padding: 40px 0;
  background: #010101;
}

.parissportiftop10_footer_text {
  width: 50%;
}

footer h3 {
  font-size: 16px;
}
@media (max-width: 750px) {
  .parissportiftop10_footer_nav {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 660px) {
  .parissportiftop10_footer_text_wrapper {
    flex-direction: column;
  }
  .parissportiftop10_footer_text {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .parissportiftop10_footer_links,
  .parissportiftop10_footer_nav {
    flex-direction: column;
    align-items: start;
  }
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* form */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.popap_page {
  display: none;
}
.popap_page_active {
  display: block;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* form_page */
/* !!!!!!!!!!!!!!!!!!!!!!! */

.popap_page {
  display: none;
}
.popap_page_active {
  display: block;
}

/* !!!!!!!!!!!!!!!!!!!!!!! */
/* home */
/* !!!!!!!!!!!!!!!!!!!!!!! */

/* parissportiftop10_home_sect_1 */

.parissportiftop10_home_sect_1 {
  padding: 165px 0;
  background: url(../parissportiftop10-img/parissportiftop10-home-sect-1-bg.webp) no-repeat;
  background-size: cover;
  background-position: bottom;
}

.parissportiftop10_home_sect_1_container {
  max-width: 610px;
}

.parissportiftop10_home_sect_1_container p {
  font-size: 24px;
}

@media (max-width: 480px) {
  .parissportiftop10_home_sect_1 {
    padding: 72px 0 142px;
  }
}

/* parissportiftop10_home_sect_2 */

.parissportiftop10_home_sect_2_img {
  margin: 32px 0;
  background: url(../parissportiftop10-img/parissportiftop10-home-sect-2-img.webp) no-repeat;
  width: 100%;
  max-width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center -170px;
}
.parissportiftop10_home_sect_2_li {
  width: 100%;
  max-width: 400px;
}
@media (max-width: 991px) {
  .parissportiftop10_home_sect_2_img {
    background-position: center;
  }
}

@media (max-width: 768px) {
  .parissportiftop10_home_sect_2_container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .parissportiftop10_home_sect_2_li {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .parissportiftop10_home_sect_2_img {
    margin: 24px 0;
    background-position: calc(100% + 200px) center;
  }
}

@media (max-width: 380px) {
  .parissportiftop10_home_sect_2_img {
    background-position: calc(100% + 270px) center;
  }
}

/* parissportiftop10_home_sect_3 */

.parissportiftop10_home_sect_3_ul_li {
  text-align: start;
  gap: 80px;
  align-items: stretch;
}

.parissportiftop10_home_sect_3_ul_li_img {
  border-radius: 20px;
  object-fit: cover;
}

.parissportiftop10_home_sect_3_ul_li_img,
.parissportiftop10_home_sect_3_ul_li_text {
  width: 50%;
}

@media (max-width: 1150px) {
  .parissportiftop10_home_sect_3_ul_li {
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .parissportiftop10_home_sect_3_ul_li {
    flex-direction: column;
    text-align: center;
  }
  .column_reserve {
    flex-direction: column-reverse;
  }
  .parissportiftop10_home_sect_3_ul_li_img,
  .parissportiftop10_home_sect_3_ul_li_text {
    width: 100%;
  }
  .parissportiftop10_home_sect_3 .m-b-40 {
    margin-bottom: 24px;
  }
  .parissportiftop10_home_sect_3 .m-b-24 {
    margin-bottom: 16px;
  }
}

/* parissportiftop10_home_sect_4 */

.parissportiftop10_home_sect_4_container {
  gap: 80px;
  align-items: stretch;
}

.parissportiftop10_home_sect_4_img {
  border-radius: 20px;
  object-fit: cover;
}

@media (max-width: 1150px) {
  .parissportiftop10_home_sect_4_container {
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .parissportiftop10_home_sect_4_container {
    flex-direction: column;
  }
  .parissportiftop10_home_sect_4_img {
    height: 385px;
  }
  .parissportiftop10_home_sect_4_text {
    text-align: center;
  }
}

/* parissportiftop10_contact_sect_1 */

.parissportiftop10_contact_sect_1 {
  padding: 24px 0;
  background-position: center;
}

.form_page {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}

.form_page_input {
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  background: #f9f9f9;
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: "parissportiftop_noto_sans_light";
}

textarea {
  height: 100px;
}
