html {
  scroll-behavior: smooth;
  overscroll-behavior: none;
  scrollbar-gutter: stable;
}

body {
  margin: 0;
  padding: 0;
  max-width: 100%;
  color: #000000;
  font-family: "Goldman", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

a, button {
  font-family: "Goldman", sans-serif;
}

.main-wrapper {
  position: relative;
  background-color: #000000;
}
.main-wrapper--privacy-policy {
  background-color: #ffffff;
}

.wrapper {
  width: calc(100% - 32px);
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
}

.section-title {
  margin-block-start: 0;
  margin-block-end: 8px;
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
}

.section-subtitle {
  display: block;
  margin: 0 0 32px 0;
  max-width: 350px;
  padding: 8px;
  font-size: 24px;
}
.section-subtitle--block-center {
  margin: 0 auto 32px auto;
}
.section-subtitle--full {
  max-width: none;
}

.section-description {
  margin: 0;
}

.background-color-pink {
  background-color: #D63384;
}

.background-color-black {
  background-color: #000000;
}

.color-pink {
  color: #D63384;
}

.color-orange {
  color: #F04F28;
}

.color-white {
  color: #ffffff;
}

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

.mt-32 {
  margin-block-start: 32px;
}

.mb-32 {
  margin-block-end: 32px;
}

.mt-72 {
  margin-block-start: 72px;
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 14px;
  margin: 0 auto;
  min-width: 130px;
  max-width: 250px;
  width: auto;
  border: solid 1px;
  border-radius: 24px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.button--primary {
  background-color: #D63384;
  border-color: #D63384;
  color: #ffffff;
}
.button--secondary {
  background-color: #ffffff;
  border-color: #D63384;
  color: #D63384;
}
.button--full {
  width: calc(100% - 28px);
}
.button--hidden {
  display: none;
}
.button:hover, .button:active, .button:focus {
  text-decoration: underline;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #D63384;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  z-index: 100;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 16px 0;
}
.header__logo img {
  width: 92px;
}
@media screen and (min-width: 992px) {
  .header__toggle {
    display: none;
  }
}

.nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (min-width: 992px) {
  .nav__mobile {
    display: none;
  }
}
.nav__desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .nav__desktop {
    display: block;
  }
}
.nav__toggle {
  padding: 4px;
  background-color: transparent;
  border: none;
  color: #ffffff;
  font-size: 24px;
  cursor: pointer;
}
.nav__list {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  list-style: none;
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  .nav__list {
    gap: 24px;
    font-size: 16px;
  }
}
.nav__list--mobile {
  position: fixed;
  top: 0;
  right: calc(-100% - 56px);
  flex-direction: column;
  gap: 40px;
  margin: 0;
  padding: 48px 0;
  width: 100vw;
  height: 100vh;
  background-color: #D63384;
  color: #ffffff;
  transition: right 0.3s ease;
  box-shadow: -3px 0 10px rgba(0, 0, 0, 0.3);
}
.nav__list--mobile .nav__item {
  padding: 0;
  border: 0;
  font-size: 24px;
}
.nav__list--mobile .nav__item--close-button {
  margin-bottom: 24px;
  font-size: 48px;
  cursor: pointer;
}
.nav__list--visible {
  right: 0;
}
.nav__item {
  padding-right: 16px;
  border-right: 1px solid #ffffff;
}
@media screen and (min-width: 1200px) {
  .nav__item {
    padding-right: 24px;
  }
}
.nav__item:last-child {
  border-right: none;
}
.nav__link {
  color: #ffffff;
  text-decoration: none;
}
.nav__link:hover, .nav__link:focus, .nav__link:active {
  text-decoration: underline;
}

.hero {
  display: flex;
  align-items: center;
  padding-top: 129px;
  height: 70vh;
  background-image: url("../images/hero/slider-1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.hero__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.hero__title {
  margin: 0;
  font-size: 48px;
}
.hero__subtitle {
  margin: 0;
  padding: 28px;
  font-size: 24px;
  font-weight: bold;
}

.club {
  padding: 64px 0;
  color: #ffffff;
}
.club__container {
  display: flex;
  flex-direction: column;
  gap: 72px;
}
@media screen and (min-width: 992px) {
  .club__container {
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .club__info {
    width: 50%;
  }
}
.club__pills {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
  margin: 72px 0 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 576px) {
  .club__pills {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .club__pills {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .club__pills {
    grid-template-columns: repeat(2, 1fr);
  }
}
.club__pill {
  display: flex;
  align-items: center;
  gap: 4px;
}
.club__pill img {
  width: 44px;
}
.club__pill__text {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  font-weight: bold;
}
.club__pill__text span {
  margin-top: -12px;
  color: #ffffff;
  font-size: 48px;
}
@media screen and (min-width: 992px) {
  .club__image {
    width: 50%;
  }
}
.club__image img {
  display: block;
  width: 100%;
  border-radius: 16px;
}

.members {
  padding: 64px 0;
  background-color: #ffffff;
}
.members__price-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin: 32px 0 0 0;
}
@media screen and (min-width: 992px) {
  .members__price-info {
    flex-direction: row;
    margin: 32px auto 0 auto;
    max-width: 700px;
  }
}
.members__price {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 8px;
  min-width: 150px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.members__price span {
  font-size: 32px;
}
.members__info {
  margin: 0;
}
.members__benefits {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
  margin: 72px 0 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .members__benefits {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .members__benefits {
    grid-template-columns: repeat(4, 1fr);
  }
}
.members__benefit {
  display: flex;
  gap: 8px;
  text-transform: uppercase;
  font-weight: bold;
}
.members__benefit img {
  width: 24px;
  height: 24px;
}
.members__benefit p {
  margin: 0;
}
.members__benefit p strong {
  color: #D63384;
}

.partners {
  padding: 64px 0;
  background-color: #D63384;
}
@media screen and (min-width: 1200px) {
  .partners__container {
    display: flex;
    gap: 100px;
  }
}
.partners__info {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .partners__info {
    margin: 0;
    text-align: start;
  }
}
.partners__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
  margin: 72px 0 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .partners__list {
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 72px;
    margin: 0;
  }
}

.races {
  padding: 64px 0;
  background-color: #ffffff;
}
.races__container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 100px;
}
@media screen and (min-width: 992px) {
  .races__container {
    gap: 48px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .races__container {
    gap: 100px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .races__info {
    order: 2;
  }
}
.races__gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 4px;
  margin: 48px 0 0 0;
}
.races__gallery-item--one {
  grid-column: 1/2;
  grid-row: 1/3;
}
.races__gallery-item--two {
  grid-column: 2/3;
  grid-row: 2/3;
}
.races__gallery-item--three {
  grid-column: 3/5;
  grid-row: 1/3;
}
.races__gallery-item--four {
  grid-column: 5/6;
  grid-row: 1/3;
}
.races__gallery-item--five {
  grid-column: 6/7;
  grid-row: 2/3;
}
.races__gallery-item--six {
  grid-column: 1/3;
  grid-row: 3/5;
}
.races__gallery-item--seven {
  grid-column: 3/5;
  grid-row: 3/4;
}
.races__gallery-item--eight {
  grid-column: 3/4;
  grid-row: 4/5;
}
.races__gallery-item--nine {
  grid-column: 4/5;
  grid-row: 4/5;
}
.races__gallery-item--ten {
  grid-column: 6/7;
  grid-row: 3/5;
}
.races__gallery img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.races__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-items: flex-start;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .races__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .races__list {
    order: 1;
  }
}
.races__card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border: solid 1px #D63384;
  border-radius: 16px;
  overflow: hidden;
}
.races__card-header {
  position: relative;
}
.races__card-label {
  position: absolute;
  top: 8px;
  left: 8px;
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.races__card-label--opened {
  background-color: #ffffff;
  color: #D63384;
}
.races__card-label--closed {
  background-color: #000000;
  color: #ffffff;
}
.races__card-label img {
  width: 15px;
  height: 15px;
}
.races__card-img {
  width: 100%;
}
.races__card-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0 16px 16px 16px;
}
.races__card-title {
  margin: 0;
  color: #D63384;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.races__card-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.races__card-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.races__card-item--with-childs {
  flex-direction: column;
  align-items: start;
  gap: 4px;
}
.races__card-item img {
  width: 24px;
  height: 24px;
}
.races__card-item__header {
  display: flex;
  align-items: center;
  gap: 12px;
}
.races__card-item__header h5 {
  margin: 0;
  color: #D63384;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
.races__card-item__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  padding: 0 0 0 32px;
  list-style: none;
}
.races__card-item__content-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.races__card-button-inscribe img {
  width: 24px;
  height: 24px;
}
.races__card-socials {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.races__card-socials__text {
  margin: 0;
  color: #D63384;
  font-size: 10px;
}
.races__card-socials__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 8px 0 0 0;
  padding: 0;
  list-style: none;
}
.races__card-socials__item a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000000;
  font-size: 12px;
}
.races__card-socials__item a:hover, .races__card-socials__item a:focus, .races__card-socials__item a:active {
  color: #000000;
}
.races__card-socials__item a img {
  width: 32px;
  height: 32px;
}

.runners {
  padding: 64px 0;
  background-color: #000000;
  color: #ffffff;
}
.runners__container {
  display: flex;
  flex-direction: column;
  gap: 72px;
}
@media screen and (min-width: 992px) {
  .runners__container {
    flex-direction: row;
    gap: 100px;
  }
}
@media screen and (min-width: 992px) {
  .runners__info {
    flex: 0 0 45%;
  }
  .runners__info .button.button--secondary {
    margin: 0;
  }
}
.runners .section-description a {
  color: #F04F28;
}
.runners__slider {
  display: flex;
  gap: 24px;
  flex-wrap: nowrap;
  padding-bottom: 16px;
  overflow-y: hidden;
  overflow-x: scroll;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.runners__slide {
  display: flex;
  flex-direction: column;
  gap: 48px;
  flex: 0 0 auto;
  width: 240px;
  scroll-snap-align: center;
  cursor: grab;
}
.runners__slide-header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.runners__slide-img {
  display: block;
  margin: 0 auto;
  width: 185px;
  border-radius: 50%;
}
.runners__slide-strava-link {
  position: absolute;
  bottom: -24px;
}
.runners__slide-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.runners__slide-info h4, .runners__slide-info p {
  margin: 0;
  text-align: center;
}
.runners__slide-info h4 {
  font-size: 20px;
  font-weight: bold;
}
.runners__slide-info p {
  color: #D63384;
}

.equipment {
  padding: 64px 0;
  background-color: #E9ECEF;
}
.equipment__header {
  margin: 0 auto 48px auto;
  max-width: 650px;
}
.equipment__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
  margin-block-end: 48px;
}
@media screen and (min-width: 576px) {
  .equipment__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .equipment__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .equipment__items {
    grid-template-columns: repeat(4, 1fr);
  }
}
.equipment__item {
  display: flex;
  flex-direction: column;
  gap: 48px;
  min-width: 0;
}
.equipment__item-header {
  position: relative;
  background-color: #ffffff;
  border-radius: 16px;
}
.equipment__item-header img {
  width: 100%;
}
.equipment__item-label {
  position: absolute;
  left: 24px;
  bottom: -24px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background-color: #000000;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
}
.equipment__item-label span {
  font-size: 10px;
  font-weight: 400;
}
.equipment__item-info {
  padding: 0 24px;
}
.equipment__item-title {
  margin: 0 0 24px 0;
  font-size: 24px;
  font-weight: 700;
}
.equipment__item-description {
  margin-block-end: 8px;
}
.equipment__sizes {
  display: flex;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 12px;
  font-weight: 700;
}
.equipment__sizes-title {
  margin: 24px 0 8px 0;
  font-size: 10px;
}
.equipment__size {
  padding: 8px;
  border: solid 1px #D63384;
  border-radius: 4px;
  text-align: center;
}

.gallery {
  padding: 64px 0;
  background-color: #E9ECEF;
}
.gallery__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 8px;
}
@media screen and (min-width: 768px) {
  .gallery__container {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
}
.gallery__item--one {
  grid-column: 1/3;
}
@media screen and (min-width: 768px) {
  .gallery__item--one {
    grid-column: 1;
    grid-row: 1;
  }
}
.gallery__item--two {
  grid-column: 3;
}
@media screen and (min-width: 768px) {
  .gallery__item--two {
    grid-column: 2;
    grid-row: 1;
  }
}
.gallery__item--three {
  grid-column: 1;
}
@media screen and (min-width: 768px) {
  .gallery__item--three {
    grid-column: 3;
    grid-row: 1;
  }
}
.gallery__item--four {
  grid-column: 2/4;
}
@media screen and (min-width: 768px) {
  .gallery__item--four {
    grid-column: 4;
    grid-row: 1;
  }
}
.gallery__item--five {
  grid-column: 1/4;
}
@media screen and (min-width: 768px) {
  .gallery__item--five {
    grid-column: 1/3;
    grid-row: 2;
  }
}
.gallery__item--six {
  grid-column: 1/3;
}
@media screen and (min-width: 768px) {
  .gallery__item--six {
    grid-column: 1;
    grid-row: 3;
  }
}
.gallery__item--seven {
  grid-column: 3;
}
@media screen and (min-width: 768px) {
  .gallery__item--seven {
    grid-column: 2;
    grid-row: 3;
  }
}
.gallery__item--eight {
  grid-column: 1/3;
}
@media screen and (min-width: 768px) {
  .gallery__item--eight {
    grid-column: 3;
    grid-row: 2/4;
  }
}
.gallery__item--nine {
  grid-column: 3;
}
@media screen and (min-width: 768px) {
  .gallery__item--nine {
    grid-column: 4;
    grid-row: 2/4;
  }
}
.gallery__item--ten {
  grid-column: 1/4;
}
@media screen and (min-width: 768px) {
  .gallery__item--ten {
    grid-column: 1/3;
    grid-row: 4;
  }
}
.gallery__item--eleven {
  grid-column: 1/4;
}
@media screen and (min-width: 768px) {
  .gallery__item--eleven {
    grid-column: 3/5;
    grid-row: 4;
  }
}
.gallery img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.contact {
  padding: 64px 0 0 0;
  background-color: #ffffff;
}
.contact__container {
  display: flex;
  flex-direction: column;
  gap: 72px;
}
@media screen and (min-width: 768px) {
  .contact__container {
    flex-direction: row;
    gap: 100px;
  }
}
.contact__info-and-image {
  display: flex;
  flex-direction: column;
  gap: 100px;
  flex: 1;
}
.contact__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}
.contact__form-field {
  display: flex;
  flex-direction: column;
}
.contact__form-field--legals {
  flex-direction: row;
  gap: 8px;
}
.contact__form-field input, .contact__form-field select, .contact__form-field textarea {
  padding: 16px;
  border: solid 1px #000000;
  border-radius: 8px;
  color: #282828;
  outline: none;
}
.contact__form-field input.error, .contact__form-field select.error, .contact__form-field textarea.error {
  border: solid 1px #b71008;
}
.contact__form-field select {
  padding: 16px 14px;
  font-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact__form-field textarea {
  height: 100px;
}
.contact__form-field ::-moz-placeholder {
  color: #282828;
  font-size: 12px;
}
.contact__form-field ::placeholder {
  color: #282828;
  font-size: 12px;
}
.contact__image--desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .contact__image--desktop {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .contact__image--mobile {
    display: none;
  }
}
.contact__image img {
  display: block;
  width: 100%;
}

.footer {
  padding: 40px 0;
  background-color: #000000;
}
.footer__container {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .footer__container {
    flex-direction: row;
    align-items: center;
  }
}
.footer__logo {
  margin-block-start: 24px;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    margin-block-start: 0;
  }
}
.footer__logo img {
  display: block;
  margin: 0 auto;
  width: 162px;
}
@media screen and (min-width: 768px) {
  .footer__logo img {
    width: 92px;
  }
}
@media screen and (min-width: 992px) {
  .footer__logo img {
    width: 162px;
  }
}
.footer__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .footer__info {
    width: 50%;
  }
}
.footer__info p, .footer__info a {
  margin: 0;
  color: #ffffff;
}
.footer__nav {
  display: flex;
  gap: 64px;
  justify-content: space-between;
}
.footer__nav-item {
  flex: 1;
}
.footer__nav-item h3 {
  margin: 0 0 16px 0;
  color: #ffffff;
  font-size: 20px;
}
.footer__nav-item ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  list-style: none;
}
.footer__nav-item ul li a {
  color: #ffffff;
  font-size: 14px;
}
.footer__legals {
  padding-top: 48px;
}
.footer__legals-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 24px;
  border-top: solid 1px #ffffff;
}
@media screen and (min-width: 768px) {
  .footer__legals-container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__legals-container p, .footer__legals-container a {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
}
.footer__legals-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .footer__legals-links {
    flex-direction: row;
    gap: 24px;
  }
}/*# sourceMappingURL=main.css.map */