@charset "UTF-8";
/* Box sizing rules */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
* {
  margin: 0;
  padding: 0;
}

.h1,
.h3,
.h2 {
  line-height: inherit;
  font-size: inherit;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  border: none;
  background: transparent;
  font-family: inherit;
}
input::-webkit-input-placeholder, button::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
input::-moz-placeholder, button::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
input:-ms-input-placeholder, button:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
input::-ms-input-placeholder, button::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
input::placeholder, button::placeholder,
textarea::placeholder, select::placeholder {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
input:focus-visible, button:focus-visible,
textarea:focus-visible, select:focus-visible {
  outline: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  background: transparent;
}

span {
  display: inline-block;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number],
input[type=number]:hover,
input[type=number]:focus {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}

@font-face {
  font-family: "Futura";
  src: url("../fonts/futuramediumc.woff2") format("woff2"), url("../fonts/futuramediumc.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.popup__label, .hero__label {
  padding: 0.3125rem 0.5rem 0.3125rem;
  border-radius: 0.375rem;
  line-height: 1;
  display: inline-block;
  font-family: "Futura", sans-serif;
  color: #fff;
  border: 0.0625rem solid;
  font-size: 0.875rem;
}

.steps, .coach, .placing, .calendar, .requirements, .format, .how, .about {
  margin-bottom: 11.875rem;
}
@media (max-width: 1024px) {
  .steps, .coach, .placing, .calendar, .requirements, .format, .how, .about {
    margin-bottom: 6rem;
  }
}
@media (max-width: 600px) {
  .steps, .coach, .placing, .calendar, .requirements, .format, .how, .about {
    margin-bottom: 2rem;
  }
}

.about__bottom h3, .about__info p:first-of-type, .popup__label, .hero__label {
  margin-bottom: 1.25rem;
}

.track h4 {
  margin-bottom: 1rem;
}

.steps__desc, .coach__info p:last-of-type, .coach__wr, .placing__desc, .trek-day__list, .trek-day__desc:first-of-type, .calendar .swiper, .program__list, .program__desc, .how__desc, .about__wr, .hero__desc, .hero__label, .teambild-wr .h2, .teambild-wr .h1 {
  margin-bottom: 2.75rem;
}
@media (max-width: 1024px) {
  .steps__desc, .coach__info p:last-of-type, .coach__wr, .placing__desc, .trek-day__list, .trek-day__desc:first-of-type, .calendar .swiper, .program__list, .program__desc, .how__desc, .about__wr, .hero__desc, .hero__label, .teambild-wr .h2, .teambild-wr .h1 {
    margin-bottom: 1.25rem;
  }
}

.trek-day, .gallery, .hero {
  margin-bottom: 6rem;
}
@media (max-width: 1024px) {
  .trek-day, .gallery, .hero {
    margin-bottom: 3.125rem;
  }
}
@media (max-width: 500px) {
  .trek-day, .gallery, .hero {
    margin-bottom: 1rem;
  }
}

.coach__contacts, .trek-day__item, .calendar__item-foot, .tile__insure, .program__item, .track {
  padding: 1.25rem;
}
@media (max-width: 600px) {
  .coach__contacts, .trek-day__item, .calendar__item-foot, .tile__insure, .program__item, .track {
    padding: 0.75rem;
  }
}

.steps__item, .placing__item {
  padding: 1.75rem;
}
@media (max-width: 600px) {
  .steps__item, .placing__item {
    padding: 1rem;
  }
}

.tile {
  padding: 2.75rem;
}
@media (max-width: 600px) {
  .tile {
    padding: 1rem;
  }
}

.form__input input,
.form__input textarea {
  border: 0.03125rem solid #6b6b6b;
}

.steps__list, .coach__wr, .placing__list, .calendar__bottom, .tiles, .tracks, .about__wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form__label, .calendar__bottom div, .program__item .h4, .fancybox__container .button, .teambild-wr .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.coach__contacts-wr, .swiper-buttons, .tile__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.calendar__item-price, .calendar__item-title {
  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;
}

.calendar__item-foot .calendar__item-desc {
  color:inherit;
  margin-bottom:0;
}

.swiper-buttons .swiper-btn, .program__item .h4 span {
  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;
}

.footer__block form, .popup__head, .placing__item, .calendar__item-price div, .tile, .moto--requirements li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.teambild-wr {
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  color: #9F9FA9;
  background-color: #121212;
  position: relative;
  z-index: 1;
  -webkit-font-feature-settings: normal !important;
          font-feature-settings: normal !important;
}
.teambild-wr .swiper {
  overflow: hidden;
}
.teambild-wr .container {
  max-width: 86.875rem;
  margin: 0 auto;
  padding: 0 4.375rem;
}
@media (max-width: 1024px) {
  .teambild-wr .container {
    padding: 0 1rem;
  }
}
.teambild-wr .h1 {
  font-size: 4rem;
  line-height: 1.203125;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1024px) {
  .teambild-wr .h1 {
    font-size: 3rem;
  }
}
@media (max-width: 600px) {
  .teambild-wr .h1 {
    font-size: 1.5rem;
  }
}
.teambild-wr p {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
}
.teambild-wr ul {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
}
.teambild-wr li {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
}
.teambild-wr .h2 {
  font-size: 2.25rem;
  line-height: 1.3;
  font-family: "Futura", sans-serif;
  padding-left: 3.75rem;
  position: relative;
  color: #fff;
}
.teambild-wr .h2 span {
  color: #F5D000;
}
.teambild-wr .h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.5rem;
  height: 0.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #F5D000;
}
@media (max-width: 600px) {
  .teambild-wr .h2::before {
    top: auto;
    bottom: 0;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 600px) {
  .teambild-wr .h2 {
    font-size: 1.5rem;
    padding-left: 0;
    padding-bottom: 1.5rem;
  }
}
.teambild-wr h3, .teambild-wr h4 {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
}
.teambild-wr textarea,
.teambild-wr input {
  border-radius: 0;
}
.teambild-wr textarea:focus,
.teambild-wr input:focus {
  background: inherit;
}
.teambild-wr .button {
  height: auto;
  border-radius: 0rem;
  padding: 0.875rem 1rem 0.875rem;
  font-size: 1rem;
  line-height: 1;
  position: relative;
  color: #fff;
  gap: 0.5rem;
  font-weight: 700;
  color: #fff;
}
.teambild-wr .button span {
  z-index: 1;
}
.teambild-wr .button svg,
.teambild-wr .button img {
  z-index: 1;
}
.teambild-wr .button--border {
  border: 0.125rem solid var(--btn-color);
  background: var(--btn-bg);
}
.teambild-wr .button--border::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--btn-color);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}
@media (hover: hover) {
  .teambild-wr .button--border:hover {
    color: #fff;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
  .teambild-wr .button--border:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
.teambild-wr .button--bg {
  border: 0.125rem solid var(--btn-color);
  background: var(--btn-color);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #000;
}
.teambild-wr .button--bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5921568627);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}
@media (hover: hover) {
  .teambild-wr .button--bg:hover {
    color: #fff;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
  .teambild-wr .button--bg:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
.teambild-wr .shadow {
  position: absolute;
  z-index: -1;
}
@media (max-width: 600px) {
  .teambild-wr br {
    display: none;
  }
}
@media (max-width: 500px) {
  .teambild-wr {
    font-size: 0.75rem;
  }
}

.fancybox__container textarea:focus,
.fancybox__container input:focus {
  background: inherit;
}
.fancybox__container .button {
  height: auto;
  border-radius: 0rem;
  padding: 0.875rem 1rem 0.875rem;
  font-size: 1rem;
  line-height: 1;
  position: relative;
  color: #fff;
  gap: 0.5rem;
  font-weight: 700;
  color: #fff;
}
.fancybox__container .button span {
  z-index: 1;
}
.fancybox__container .button svg,
.fancybox__container .button img {
  z-index: 1;
}
.fancybox__container .button--border {
  border: 0.125rem solid var(--btn-color);
  background: var(--btn-bg);
}
.fancybox__container .button--border::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--btn-color);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}
@media (hover: hover) {
  .fancybox__container .button--border:hover {
    color: #fff;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
  .fancybox__container .button--border:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
.fancybox__container .button--bg {
  border: 0.125rem solid var(--btn-color);
  background: var(--btn-color);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.fancybox__container .button--bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5921568627);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}
@media (hover: hover) {
  .fancybox__container .button--bg:hover {
    color: #fff;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
  .fancybox__container .button--bg:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
}

.fade-in {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.47, -0.44, 0.49, 1.46);
  transition: opacity 1s cubic-bezier(0.47, -0.44, 0.49, 1.46);
}

.fade-in.lazyloaded {
  opacity: 1;
}

.acc-header {
  cursor: pointer;
}

.acc-item {
  overflow: hidden;
}

.acc-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

/* ---------------HEADER---------------- */
#header-top-bar,
.l-nav,
.l-header {
  background-color: #121212 !important;
}

.wltop_tg svg path {
    fill: #fff;
}

.l-nav {
  border: none !important;
}

.menu-item-main-title {
  color: #fff !important;
}

.contact-info-subtitle-new {
  line-height: 40px !important;
}

.topbar-social-icons-wrapper,
.contact-info-subtitle-new,
#header-top-bar {
  border-color: #F5D000 !important;
}

.l-logo img {
  display: inline;
}

#site-nav ul.navigation li.current-menu-item a {
  border-color: #F5D000 !important;
}

@media (min-width: 1200px) {
  #site-nav nav#nav ul li:nth-child(2) .menu-image-title,
  #site-nav nav#nav ul li:nth-child(3) .menu-image-title,
  #site-nav nav#nav ul li:nth-child(7) .menu-image-title,
  #site-nav nav#nav ul li:nth-child(8) .menu-image-title,
  .main-navigation #menu-item-12230 .menu-image-title,
  #mobile-main-navigation ul li:nth-child(2) .menu-image-title,
  #mobile-main-navigation ul li:nth-child(3) .menu-image-title,
  #mobile-main-navigation ul li:nth-child(7) .menu-image-title,
  #mobile-main-navigation ul li:nth-child(8) .menu-image-title,
  #mobmenu2-links #mobmenu2-shop .mobmenu2-text a {
    color: #fff !important;
    font-weight: normal !important;
  }
  .td_light .topbar-social-icons-wrapper .social-icons li a:before {
    background-color: transparent !important;
    color: #fff !important;
  }
  .contact-info-subtitle-new a {
    color: #fff !important;
  }
}
.topbar-menu .topbar-social-icons-wrapper .social-icons {
  margin-top: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#hamburger-desktop-pic {
  -webkit-filter: brightness(10);
  filter: brightness(10);
}

#mobile-humb-but-img,
#custom-mobile-menu img,
.contact-info-subtitle-new:before,
.my-custom-cart-icon::before,
#page_header_wrap.l-header .topbar-right #left-site-navigation-top-bar ul#menu-top-bar-navigation li a.menu-image-title-after img.menu-image {
  -webkit-filter: brightness(10);
  filter: brightness(10);
}

@media (min-width: 768px) and (max-width: 1199px) {
  #page_header_wrap {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1200px) {
  .large-12 .header-main-section .l-logo img {
    height: 30px !important;
  }
}
.wlenergy-v2 {
  margin-top: 7.875rem;
}

.wlenergy__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 0rem;
}

.wlenergy__list-item {
  background: rgba(255, 255, 255, 0.05);
  padding: 2rem 2rem 1.5rem;
  position: relative;
}

.equipment__block-line {
  position: absolute;
  width: 100%;
  height: 0.25rem;
  bottom: 0;
  left: 0;
}

.wlenergy__list-item .equipment__title span {
  background: rgb(0, 245, 208);
  color: #000;
  border-radius: 50%;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  .wlenergy__list {
    grid-template-columns: 1fr;
  }
  .wlenergy__list-item .equipment__title h3 {
    font-size: 1.55rem;
    font-family: "FuturaMediumC", serif;
    width: 70%;
  }
}
.wlsertificatesthanks {
  padding: 1.5rem;
  position: relative;
  display: none;
  z-index: 2;
  color: #fff;
}

.hero {
  position: relative;
  padding: 6rem 0;
}
.hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: -webkit-gradient(linear, left bottom, left top, from(#121212), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(360deg, #121212 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 1024px) {
  .hero {
    padding: 3rem 0;
  }
}
@media (max-width: 600px) {
  .hero {
    padding: 1rem 0;
  }
}

.hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 55.625rem;
}
.hero__inner .button--bg {
  --btn-color: #F5D000;
}

.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
.hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero__label {
  border-radius: 0.5rem;
  font-size: 1rem;
  line-height: 1;
  font-weight: 800;
  padding: 1rem;
  border-color: #F5D000;
  background: rgba(245, 208, 0, 0.1);
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 1024px) {
  .hero__label {
    font-size: 1rem;
    padding: 0.5rem;
    border-radius: 0.375rem;
  }
}
@media (max-width: 500px) {
  .hero__label {
    font-size: 0.75rem;
  }
}

.hero__desc {
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
}

.hero__button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 500px) {
  .hero__button {
    width: 100%;
  }
}

.about__wr {
  gap: 1.5rem 3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25rem;
          flex: 1 1 25rem;
}
@media (max-width: 600px) {
  .about__info .h2 {
    margin-bottom: 0;
  }
}
.about__info p:first-of-type {
  padding-left: 0.9375rem;
  position: relative;
  font-weight: 700;
  color: #fff;
}
.about__info p:first-of-type::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.25rem;
  height: 100%;
  background: #F5D000;
}
@media (max-width: 600px) {
  .about__info p:first-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .about__info p:last-of-type {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 600px) {
  .about__info {
    display: contents;
  }
}

.about__img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 18.75rem;
          flex: 1 1 18.75rem;
  border-radius: 6.25rem 0 6.25rem 0;
  -o-object-fit: cover;
     object-fit: cover;
      position: static;
}

.about__bottom h3 {
  font-size: inherit;
  font-weight: inherit;
  color: #F5D000;
}

.tracks {
  border: 0.0625rem solid #6B6B6B;
}
@media (max-width: 768px) {
  .tracks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.track {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: rgba(0, 0, 0, 0.1);
}
.track:not(:last-child) {
  border-right: 0.0625rem solid #6B6B6B;
}
@media (max-width: 768px) {
  .track:not(:last-child) {
    border-bottom: 0.0625rem solid #6B6B6B;
    border-right: none;
  }
}
.track h4 {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 600px) {
  .track h4 {
    font-size: 1rem;
  }
}

.how__desc p span {
  color: #fff;
}
.how__desc p:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media (max-width: 500px) {
  .how__desc p:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}

.program__desc .h3 {
  margin-bottom: 1.5rem;
  font-family: "Futura", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
}
@media (max-width: 600px) {
  .program__desc .h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}

.program__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media (max-width: 600px) {
  .program__list {
    gap: 0.5rem;
    grid-template-columns: 1fr;
  }
}

.program__item {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}
.program__item .h4 {
  font-size: 2rem;
  line-height: 1;
  font-family: "Futura", sans-serif;
  gap: 1rem;
  margin-bottom: 2rem;
  color: #fff;
}
.program__item .h4 span {
  width: 1.875rem;
  aspect-ratio: 1;
  border-radius: 50%;
  font-size: 1.25rem;
  line-height: 1;
  font-family: "Futura", sans-serif;
  color: #121212;
  background: #F5D000;
}
@media (max-width: 600px) {
  .program__item .h4 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
}
.program__item p {
  line-height: 1.4;
}

.format .tile:first-child {
  --btn-color: #F5D000;
  -webkit-box-shadow: 0 0 24px 0 rgba(245, 208, 0, 0.25);
          box-shadow: 0 0 24px 0 rgba(245, 208, 0, 0.25);
  border-color: var(--btn-color);
}
.format .tile:last-child {
  --btn-color:#F5D000;
  --acc-color:#F5D000;
}

.requirements .tile:last-child {
  -webkit-box-shadow: 0 0 24px 0 rgba(245, 208, 0, 0.25);
          box-shadow: 0 0 24px 0 rgba(245, 208, 0, 0.25);
  border-color: var(--acc-color);
}

.moto--requirements {
  --acc-color: #F5D000;
}
.moto--requirements li {
  gap: 0.1875rem;
}
.moto--requirements li span {
  font-size: 0.75rem;
  color: #9F9FA9;
}

.eqip--requirements {
  --acc-color: #00F500;
  --btn-color: var(--acc-color);
}
.eqip--requirements .tile:last-child {
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 245, 0, 0.25);
          box-shadow: 0 0 24px 0 rgba(0, 245, 0, 0.25);
  border-color: var(--acc-color);
}
@media (max-width: 500px) {
  .eqip--requirements .tile:last-child .button {
    font-size: 0.75rem;
  }
}

.tiles {
  gap: 1.5rem;
}
@media (max-width: 900px) {
  .tiles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tile {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 0.03125rem solid #6b6b6b;
}
.tile > *:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media (max-width: 600px) {
  .tile > *:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
.tile p {
  line-height: 1.4;
}
.tile .h3 {
  margin-bottom: 1.25rem;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
.tile .h3 span {
  color: var(--acc-color);
}
@media (max-width: 600px) {
  .tile .h3 {
    font-size: 1.25rem;
  }
}
.tile ul li {
  position: relative;
  padding-left: 1.25rem;
  color: var(--acc-color);
}
.tile ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(0.3125rem);
          transform: translateY(0.3125rem);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--acc-color);
}
.tile ul li:not(:last-child) {
  margin-bottom: 0.3125rem;
}
@media (max-width: 600px) {
  .tile ul li:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
.tile .tile__btn {
  margin-top: auto;
  margin-bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tile .tile__price {
  color: var(--acc-color);
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .tile .tile__price {
    font-size: 2rem;
  }
}

.tile--default ul li {
  position: relative;
  padding-left: 1.25rem;
  color: #fff;
}
.tile--default ul li::before {
  background: transparent;
  border: 0.0625rem solid #fff;
}

.tile__foot {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 1.25rem;
  padding-top: 1.875rem;
  border-top: 0.03125rem solid #6b6b6b;
  margin-bottom: 0rem;
}
.tile__foot span {
  color: #fff;
}
@media (max-width: 500px) {
  .tile__foot {
    padding-top: 1.25rem;
  }
}

.tile__insure {
  background: #000;
}
.tile__insure p {
  color: #fff;
  font-weight: 700;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .calendar .swiper {
    width: calc(100% + (100vw - 100%) / 2);
    margin-right: calc((100vw - 100%) / -2);
  }
}

.calendar__list {
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

@media (max-width: 1000px) {
  .calendar__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .calendar__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
}
.calendar__item {
  min-height: 20.8125rem;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .calendar__item {
    min-height: 300px;
    height: auto;
  }
}
.calendar__item--last .calendar__item-head::after {
  content: none;
}

.calendar__item--last .calendar__item-date {
  -ms-grid-column-span: 1;
  grid-column: span 1;
}

.calendar__item-head {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  aspect-ratio: 362/195;
  position: relative;
  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;
}

@media (max-width: 768px) {
  .calendar__item-head {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    height: 12.5rem;
    aspect-ratio: auto;
    overflow: hidden;
  }
}
.calendar__item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.calendar__item-logo {
  width: 51%;
  z-index: 3;
}

.calendar__item::before {
  border-radius: 0.625rem;
  content: "Предстоит";
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background: #D20000;
  padding: 0.625rem 0.9375rem;
  color: #fff;
  z-index: 2;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
}

.calendar__item--completed {
  opacity: 0.5;
}
.calendar__item--completed::before {
  content: "Завершен";
  background: #898989;
  color: #fff;
}

.calendar__item-foot {
  min-height: 10rem;
  font-family: "Futura", sans-serif;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: rgba(255, 255, 255, 0.05);
}
.calendar__item-foot p {
  color: #F5D000;
}
@media (max-width: 600px) {
  .calendar__item-foot {
    min-height: auto;
  }
}

.calendar__item-title {
  gap: 1.25rem;
  padding-bottom: 1.5rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.1);
}
.calendar__item-title p {
  font-size: 1.25rem;
  line-height: 1;
}
.calendar__item-title span {
  font-size: 1rem;
  line-height: 1;
  color: #fff;
}
@media (max-width: 600px) {
  .calendar__item-title {
    padding-bottom: 1rem;
  }
}

.calendar__item-price {
  flex-wrap: wrap;
  gap: 1.25rem;
  padding-top: 1.5rem;
  margin-bottom: 20px;
}
.calendar__item-price div {
  gap: 0.75rem;
}
.calendar__item-price div p {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .calendar__item-price div p {
    font-size: 1.25rem;
  }
}
.calendar__item-price div span {
  font-size: 1rem;
  line-height: 1;
  color: #9F9FA9;
}
@media (max-width: 600px) {
  .calendar__item-price div span {
    font-size: 0.75rem;
  }
}
.calendar__item-price div:last-of-type {
  text-align: right;
}
.calendar__item-price div:last-of-type p {
  color: #fff;
}
@media (max-width: 600px) {
  .calendar__item-price {
    padding-top: 1rem;
  }
}

.calendar__bottom {
  gap: 1.5rem;
}
.calendar__bottom .button {
  --btn-color: #F5D000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 650px) {
  .calendar__bottom .button {
    padding: 1.625rem 0.625rem;
  }
}
.calendar__bottom div {
  padding: 1.5rem 1.5rem 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
}
.calendar__bottom div svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 600px) {
  .calendar__bottom div {
    -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;
  }
}
@media (max-width: 650px) {
  .calendar__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.gallery .swiper .swiper-slide {
  width: 100%;
  aspect-ratio: 300/200;
}
.gallery .swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .gallery .swiper {
    width: calc(100% + (100vw - 100%) / 2);
    margin-right: calc((100vw - 100%) / -2);
  }
}

.gallery__swiper {
  position: relative;
}

.swiper-buttons {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -1.875rem;
  right: -1.875rem;
  z-index: 2;
  pointer-events: none;
}
.swiper-buttons .swiper-btn {
  width: 2.375rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #F5D000;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
  cursor: pointer;
  pointer-events: all;
}
.swiper-buttons .swiper-btn:first-child {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.swiper-buttons .swiper-btn:last-child {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media (hover: hover) {
  .swiper-buttons .swiper-btn:hover {
    color: #121212;
    background: #F5D000;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
  }
}
@media (max-width: 1024px) {
  .swiper-buttons {
    display: none;
  }
}

.trek-day {
  padding: 6rem 0;
  background: #241E00;
}
@media (max-width: 1024px) {
  .trek-day {
    padding: 3.125rem;
  }
}
@media (max-width: 500px) {
  .trek-day {
    padding: 1rem;
  }
}

.trek-day__desc {
  color: #fff;
  margin-bottom: 0;
}
.trek-day__list {
  background: rgba(0, 0, 0, 0.1);
  border: 0.03125rem solid #6b6b6b;
}

.trek-day__row {
  display: grid;
}
.trek-day__row:not(:last-child) {
  border-bottom: 0.03125rem solid #6b6b6b;
}
@media (max-width: 768px) {
  .trek-day__row:not(:last-child) {
    border: none;
  }
}
.trek-day__row:nth-child(even) {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .trek-day__row:nth-child(even) {
    grid-template-columns: 1fr;
  }
}
.trek-day__row:nth-child(odd) {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 768px) {
  .trek-day__row:nth-child(odd) {
    grid-template-columns: 1fr;
  }
}

.trek-day__item .h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.25rem;
}
@media (max-width: 600px) {
  .trek-day__item .h3 {
    font-size: 1.25rem;
  }
}
.trek-day__item p {
  font-size: 0.75rem;
  line-height: 1.3;
  color: #9F9FA9;
  margin-bottom: 0;
}
.trek-day__item:not(:last-child) {
  border-right: 0.03125rem solid #6b6b6b;
}
@media (max-width: 768px) {
  .trek-day__item:not(:last-child) {
    border-right: none;
    border-bottom: 0.03125rem solid #6b6b6b;
  }
}

.placing__list {
  gap: 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.placing__item {
  gap: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 21.875rem;
          flex: 1 1 21.875rem;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}
.placing__item .h3 {
  font-size: 2rem;
  line-height: 1;
  font-family: "Futura", sans-serif;
  color: #fff;
}
@media (max-width: 600px) {
  .placing__item .h3 {
    font-size: 1.25rem;
  }
}
.placing__item p {
  font-size: inherit;
  line-height: 1.4;
  margin-bottom: 0;
}
.placing__item span {
  font-size: inherit;
  color: #F5D000;
}
.placing__item span a {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
@media (hover: hover) {
  .placing__item span a:hover {
    color: #fff;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
}
@media (max-width: 500px) {
  .placing__item span {
    font-size: 1rem;
  }
}
@media (max-width: 600px) {
  .placing__item {
    gap: 1.5rem;
  }
}

.coach__wr {
  gap: 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.coach__info {
  -webkit-box-flex: 544;
      -ms-flex: 544 1 18.75rem;
          flex: 544 1 18.75rem;
}
.coach__info p:first-of-type {
  color: #fff;
  font-size: inherit;
}
.coach__info p:not(:last-of-type) {
  margin-bottom: 1.25rem;
}
.coach__contacts {
  border: 0.03125rem solid #fff;
}

.coach__contacts-title {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  color: #fff;
  border-bottom: 0.5px solid #6b6b6b;
}
@media (max-width: 600px) {
  .coach__contacts-title {
    font-size: 1.25rem;
  }
}

.coach__contacts-wr {
  gap: 1.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.coach__contact span {
  font-size: inherit;
  color: #fff;
  display: block;
  margin-bottom: 0.9375rem;
}
@media (max-width: 500px) {
  .coach__contact span {
    margin-bottom: 0.5rem;
  }
}
.coach__contact a {
  font-family: Inter;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
@media (hover: hover) {
  .coach__contact a:hover {
    color: #F5D000;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
}
@media (max-width: 600px) {
  .coach__contact a {
    font-size: 1rem;
  }
}

.coach__img {
  -webkit-box-flex: 680;
      -ms-flex: 680 1 28.125rem;
          flex: 680 1 28.125rem;
}
.coach__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.coach__desc {
  font-size: inherit;
  color: inherit;
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .steps {
    margin-bottom: 1rem;
  }
}

.steps__desc {
  font-size: inherit;
}

.steps__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
}

.steps__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 18.75rem;
          flex: 1 1 18.75rem;
  background: rgba(255, 255, 255, 0.05);
  border: 0.03125rem solid #9f9fa9;
}
.steps__item .h3 {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;
}
.steps__item p {
  font-size: 0.75rem;
  margin-bottom: 0;
}

.steps__num {
  font-size: 3rem;
  line-height: 1;
  font-family: "Futura", sans-serif;
  color: #F5D000;
  margin-bottom: 2rem;
}
@media (max-width: 600px) {
  .steps__num {
    margin-bottom: 1.5rem;
    font-size: 2.25rem;
  }
}

.fancybox__backdrop {
  backdrop-filter: blur(22.1000003815px);
  background: rgba(1, 10, 18, 0.5);
}

.popup {
  display: none;
  opacity: 1;
  visibility: visible;
  width: 100%;
  max-width: 33.3125rem;
  position: relative;
  padding: 0.9375rem;
  background: transparent;
  color: #9f9fa9;
}

.popup__wr {
  padding: 3rem 3rem 3rem;
  position: relative;
  -webkit-box-shadow: 0 0 24px 0 rgba(245, 208, 0, 0.25);
          box-shadow: 0 0 24px 0 rgba(245, 208, 0, 0.25);
  background: rgba(0, 0, 0, 0.6);
  border: 0.03125rem solid #F5D000;
}
@media (max-width: 600px) {
  .popup__wr {
    padding: 1rem 1rem 1rem;
  }
}

.popup__content {
  max-height: 90vh;
  overflow-y: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.popup__content::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.popup__close {
  position: absolute;
  background-color: transparent;
  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;
  right: 1.25rem;
  top: 1.25rem;
}

.popup__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 1.25rem;
  margin-bottom: 2.875rem;
}
.popup__head p {
  font-size: inherit;
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .popup__head {
    margin-bottom: 1.5rem;
  }
}

.popup__label {
  margin-bottom: 0;
  background: rgba(255, 0, 0, 0.2);
}

.popup__title {
  font-size: 2rem;
  line-height: 1.1875;
  font-weight: 800;
}

.form__inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}
@media (max-width: 600px) {
  .form__inputs {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
}

.form__input input {
  height: 2.0625rem;
  padding-inline: 0.75rem;
}
.form__input input,
.form__input textarea {
  border-radius: 0rem;
  margin: 0;
  font-weight: 500 !important;
  font-size: 0.75rem;
  line-height: 1.25;
  font-weight: 500;
  width: 100%;
  color: #9F9FA9;
  background: rgba(159, 159, 169, 0.1);
}
.form__input textarea {
  padding: 0.75rem 0.75rem 0.75rem;
  resize: none;
  height: 6.25rem;
}

.form__input--wide {
  grid-column: span 2;
}
@media (max-width: 600px) {
  .form__input--wide {
    grid-column: auto;
  }
}

.form__label {
  font-size: 0.75rem;
  line-height: 1;
  gap: 0.5rem;
  margin-bottom: 0.6875rem;
}

.form__button {
  --btn-color: #D20000;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popup__close {
  color: #ff6f6f;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
@media (hover: hover) {
  .popup__close:hover {
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
    background: initial;
  }
}

#popup-success .popup__head {
  margin-bottom: 0;
}

.footer {
  padding: 5rem 0;
  background: rgba(245, 208, 0, 0.05);
  border-top: 0.125rem solid #f5d000;
}
@media (max-width: 1024px) {
  .footer {
    padding: 3rem 0;
  }
}
@media (max-width: 500px) {
  .footer {
    padding: 1rem 0;
  }
}

.footer__wr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
}
@media (max-width: 800px) {
  .footer__wr {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

.footer__block {
  font-family: "Inter", sans-serif;
  color: #fff;
}
.footer__block span {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 2.5rem;
}
@media (max-width: 600px) {
  .footer__block span {
    margin-bottom: 1.5rem;
  }
}
.footer__block form {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 1.25rem;
}
@media (max-width: 800px) {
  .footer__block form {
    padding-bottom: 2.5rem;
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.3254901961);
  }
}
.footer__block input {
  font-size: 0.75rem;
  line-height: 1;
  width: 100%;
  height: 3.6875rem;
  background: #fff;
  padding-inline: 0.9375rem;
  color: #1F1F27;
  margin-bottom: 0;
  font-weight: 400 !important;
}
.footer__block input:focus {
  background: #fff;
}
.footer__block button {
  padding: 0.5rem 0.5rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1;
  background: #F5D000;
  color: #000;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
  font-family: "Futura", sans-serif;
}
@media (max-width: 800px) {
  .footer__block button {
    width: 100%;
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .footer__block button:hover {
    background: #F5D000;
    color: #1F1F27;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
  }
}

.footer__title {
  font-size: 3rem;
  line-height: 1;
  position: relative;
  font-family: "Futura", sans-serif;
  padding-left: 3.75rem;
  margin-bottom: 2.1875rem;
}
.footer__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.5rem;
  height: 0.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #F5D000;
}
@media (max-width: 600px) {
  .footer__title::before {
    top: auto;
    bottom: 0;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 600px) {
  .footer__title {
    font-size: 2.25rem;
    padding-left: 0;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.footer__contact {
  margin-bottom: 2.5rem;
}
.footer__contact span {
  display: block;
  margin-bottom: 1.25rem;
}
.footer__contact a {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
@media (hover: hover) {
  .footer__contact a:hover {
    color: #F5D000;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
}

.footer__socials {
  color: #F5D000;
  width: 2.625rem;
  aspect-ratio: 1;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
@media (hover: hover) {
  .footer__socials:hover {
    color: #F5D000;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
}/*# sourceMappingURL=main.css.map */