@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.eot");
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("../fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Extrabold.eot");
  src: local("Gilroy Extrabold"), local("Gilroy-Extrabold"), url("../fonts/Gilroy-Extrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Extrabold.woff2") format("woff2"), url("../fonts/Gilroy-Extrabold.woff") format("woff"), url("../fonts/Gilroy-Extrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Heavy.eot");
  src: local("Gilroy Heavy"), local("Gilroy-Heavy"), url("../fonts/Gilroy-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Heavy.woff2") format("woff2"), url("../fonts/Gilroy-Heavy.woff") format("woff"), url("../fonts/Gilroy-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
:root {
  --1: #fff;
  --2: #181818;
  --3: #1f1f1f;
  --4: #1be9d4;
  --5: #deba6d;
}

:root {
  --font-family: 'Inter', sans-serif;
  --second-family: 'Oswald', sans-serif;
  --third-family: 'Poppins', sans-serif;
  --font3: 'Gilroy', sans-serif;
  --font4: 'Gotham Pro', sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  background: var(--3);
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  color: var(--1);
  width: 100%;
  overflow-x: hidden;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: var(--5);
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 14px;
  line-height: 171%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--1);
  font-family: var(--font3);
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: var(--4);
  position: relative;
}

.wrapper {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
}

.btn {
  border-radius: 4px;
  padding: 16px 24px;
  height: 48px;
  background: linear-gradient(121deg, #deba6d 16.48%, #ffeeca 33.61%, #deba6d 68.25%);
  font-family: var(--third-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #2d1608;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn:hover {
  background: linear-gradient(-121deg, #deba6d 16.48%, #ffeeca 33.61%, #deba6d 68.25%);
}

.header {
  position: relative;
}
.header img {
  width: 100%;
}
.header h1 {
  margin-bottom: 16px;
  font-size: 26px;
  position: relative;
  z-index: 2;
}
.header p {
  text-align: center;
  margin-bottom: 24px;
}
.header__content {
  padding: 0 24px;
  margin-top: -117px;
  position: relative;
  z-index: 2;
}
.header__image {
  width: 100%;
  position: relative;
  z-index: 1;
}
.header__image::before {
  content: "";
  position: absolute;
  bottom: -81px;
  left: -24px;
  width: calc(100% + 48px);
  height: 188px;
  background: linear-gradient(180deg, rgba(31, 31, 31, 0) 0%, #1f1f1f 36.93%);
}
.header__title {
  position: relative;
}

.spots {
  position: absolute;
  right: 0;
  bottom: -5px;
  font-family: var(--font3);
  font-weight: 700;
  font-size: 9px;
  line-height: 130%;
  text-transform: uppercase;
  text-align: center;
  color: #2d1608;
  background: linear-gradient(121deg, #deba6d 16.48%, #ffeeca 33.61%, #deba6d 68.25%);
  transform: rotate(-5deg);
  border-radius: 2px;
  padding: 3px 7px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.spots__count {
  transition: color 0.3s ease;
}
.spots__count.active {
  animation: blink 1s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.adv {
  padding: 60px 24px;
  background: url("../images/adv.webp") no-repeat center center;
  background-size: cover;
}
.adv h2 {
  margin-bottom: 32px;
  font-size: 22px;
}
.adv__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 24px;
}
.adv__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.adv__item h3 {
  font-family: var(--font3);
  font-weight: 700;
  font-size: 12px;
  line-height: 140%;
  text-transform: uppercase;
  color: #2d1608;
  background: #1be9d4;
  border-radius: 4px;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.adv__item img {
  max-width: 120px;
  width: 100%;
  margin-bottom: 16px;
  box-shadow: 0 0 16px 0 rgba(255, 238, 202, 0.3);
  border-radius: 100%;
  position: relative;
}
.adv__img {
  position: relative;
}
.adv__img-num {
  border-radius: 1000px;
  padding-block: 4px;
  padding-inline: 9px;
  width: 24px;
  height: 24px;
  background: #1be9d4;
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #2d1608;
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.adv p {
  text-align: center;
}

.steps {
  padding: 60px 24px;
  background: url("../images/steps.webp") no-repeat center center;
  background-size: cover;
}
.steps h2 {
  font-size: 22px;
  margin-bottom: 8px;
}
.steps p {
  font-size: 16px;
  text-align: center;
}
.steps__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 32px 0 24px;
}
.steps__item {
  border: 1px solid rgba(239, 212, 156, 0.4);
  border-radius: 8px;
  padding: 24px 16px 16px;
  position: relative;
}
.steps__item h3 {
  font-weight: 800;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 8px;
}
.steps__item p {
  font-size: 14px;
  line-height: 171%;
}
.steps__svg {
  border-radius: 4px;
  background: linear-gradient(121deg, #deba6d 16.48%, #ffeeca 33.61%, #deba6d 68.25%);
  width: 39px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -13px;
}

.access {
  padding: 60px 24px;
  background: url("../images/access.webp") no-repeat center center;
  background-size: cover;
}
.access h2 {
  font-size: 22px;
  margin-bottom: 8px;
}
.access p {
  line-height: 130%;
  margin-bottom: 8px;
  text-align: center;
}
.access ul {
  margin: 32px 0 24px;
  border-radius: 4px;
  padding: 16px 24px 16px 46px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: linear-gradient(121deg, #deba6d 16.48%, #bf9d54 68.25%);
  list-style: disc;
}
.access ul li {
  font-family: var(--third-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #2d1608;
}
.access img {
  width: calc(100% + 24px);
  margin-bottom: 24px;
}
.access h3 {
  font-size: 22px;
  margin-bottom: 8px;
  text-align: center;
  white-space: nowrap;
}
.access h3 ~ p {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 24px;
}

.footer {
  padding: 48px 16px;
  background: var(--2);
}
.footer__top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 24px;
}
.footer__trust {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 75px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  color: var(--1);
  gap: 3px;
}
.footer__trust div {
  display: flex;
  align-items: center;
  gap: 3px;
}
.footer__trust div:last-child span {
  font-weight: 400;
  font-size: 14px;
}
.footer__tg {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 75px;
}
.footer__tg span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: var(--1);
  opacity: 0.6;
}
.footer p {
  opacity: 0.6;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  margin-bottom: 48px;
}
.footer ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
}
.footer ul li {
  padding: 10px;
}
.footer ul li a {
  opacity: 0.5;
  font-weight: 400;
  color: var(--1);
}