html {
  font-size: 1.5625vw;
}
@media screen and (min-width: 968px) {
  html {
    font-size: 0.521vw;
  }
}

/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

/* Links */
a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
  display: block;
}

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

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

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

button,
input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

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

label {
  cursor: pointer;
}

legend {
  display: block;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  background-color: #171717;
  overflow-x: hidden;
}

.container {
  max-width: 168rem;
  width: 100%;
  margin: 0 auto;
}
.container.first {
  position: relative;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 5.5rem;
  padding: 7.6rem 0 0;
  background-image: url("./../images/hero-bg.png");
  background-size: cover;
  background-position: center;
}
.hero__content {
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
}
.hero__label {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 2rem;
  background-color: #ffffff;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.hero__label-icon {
  width: 3rem;
  height: 3rem;
}
.hero__label-box {
  display: flex;
  flex-direction: column;
}
.hero__label-text {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 140%;
  color: #292929;
}
.hero__title {
  font-weight: 800;
  font-size: 4rem;
  line-height: 120%;
  max-width: 86rem;
  width: 100%;
}
.hero__text {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 140%;
  padding-left: 1.6rem;
  border-left: 0.5rem solid #3892ff;
  max-width: 76rem;
  width: 100%;
}
.hero__list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.hero__list-name {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 140%;
  margin-bottom: 0.8rem;
}
.hero__item {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 140%;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  position: relative;
}
.hero__item::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("./../images/icons/check-arrow.svg");
  background-position: center;
  background-size: cover;
}
.hero__timer {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  background-color: #ffffff;
  justify-content: center;
  align-items: center;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: absolute;
  top: 0;
  right: 0;
  gap: 2rem;
}

.form {
  max-width: 107rem;
  width: 100%;
}
.form__inner-second {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
}
.form__inner-inputs {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding-left: 4rem;
  color: #171717;
}

.form-control {
  position: relative;
}
.form-control.border-right {
  border-right: 1px solid #bbbbc3;
}

.form-input {
  padding: 1.5rem 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 145%;
  letter-spacing: 0%;
}
.form-input::-moz-placeholder {
  color: #b7b7b7;
}
.form-input::placeholder {
  color: #b7b7b7;
}

.error {
  color: red;
  font-size: 1.2rem;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  display: none;
}

.btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 100%;
  background: linear-gradient(92.81deg, #83b6f4 0%, #3892ff 100%);
  padding: 3.2rem 10rem;
  border: 1px solid #79b6ff;
  flex-shrink: 0;
}

.form-check {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 100%;
  margin-top: 1.2rem;
}
.form-check img {
  width: 1.7rem;
  height: 1.7rem;
}

.timer__title {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 100%;
  text-align: center;
  color: #274a74;
}
.timer__inner {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
}
.timer__minutes, .timer__hours, .timer__days {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  color: #3f95fe;
}
.timer__num {
  font-weight: 800;
  font-size: 3.2rem;
  line-height: 100%;
  letter-spacing: 2%;
  text-align: center;
}
.timer__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #3971b5;
}
.timer__dots {
  font-weight: 800;
  font-size: 3.2rem;
  line-height: 100%;
  letter-spacing: 2%;
  text-align: center;
  color: #3971b5;
}

.running-line {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(90deg, #3892ff 0%, #83b6f4 45.19%, #3892ff 100%);
  padding: 2.2rem 0;
}

.running-line-track {
  display: flex;
  white-space: nowrap;
}

.running-line-item {
  font-weight: 800;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-right: 3.2rem;
  display: flex;
  align-items: center;
  gap: 3.2rem;
}

.running-line-dot {
  width: 1rem;
  height: 1rem;
  background-color: #ffffff;
  border-radius: 50%;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5764705882);
  backdrop-filter: blur(1rem);
}
.modal.hidden {
  display: none;
}
.modal__content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  position: relative;
  background-color: #ffffff;
  padding: 3.2rem;
}
.modal__close {
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: 0rem;
  right: -6rem;
  cursor: pointer;
}
.modal__title {
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
  color: #141414;
}

.form-modal {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.form-control-modal {
  width: 100%;
  position: relative;
}

.form-input-modal {
  width: 100%;
  padding: 2rem 1.5rem;
  font-size: 1.6rem;
  border: 1px solid #828282;
  border-radius: 1rem;
  color: #000;
}

.form-check.modal-check {
  color: #000;
}

.form-check.modal-check img {
  filter: brightness(1) invert(1);
}

.error {
  position: absolute;
  font-size: 1.4rem;
  top: 0.2rem;
  right: 0.2rem;
  color: red;
}

.modal-present__content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2.4rem;
  max-width: 78.6rem;
  width: 100%;
  padding: 3.2rem;
  background: linear-gradient(220.7deg, rgba(0, 0, 0, 0.1) 4.18%, rgba(100, 167, 248, 0.1) 99.24%);
  border: 1px solid;
  border-image-source: conic-gradient(from 102.21deg at 52.75% 38.75%, rgba(249, 249, 249, 0.3) -32.95deg, rgba(64, 64, 64, 0.5) 10.52deg, rgba(64, 64, 64, 0.35) 32.12deg, rgba(255, 255, 255, 0.3) 60.28deg, rgba(255, 255, 255, 0.3) 107.79deg, rgba(64, 64, 64, 0.35) 187.59deg, rgba(249, 249, 249, 0.5) 207.58deg, rgba(255, 255, 255, 0.3) 287.31deg, rgba(249, 249, 249, 0.3) 327.05deg, rgba(64, 64, 64, 0.5) 370.52deg);
  border-image-slice: 1;
}
.modal-present__title {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 100%;
  text-align: center;
}
.modal-present__subtitle {
  font-weight: 700;
  font-size: 2rem;
  line-height: 100%;
  text-align: center;
}
.modal-present__text {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 100%;
  text-align: center;
}
.modal-present__img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4117647059);
  box-shadow: 0px 1px 20px 0px rgba(71, 166, 206, 0.0431372549), 0px 0px 20px 0px rgba(71, 166, 206, 0.0588235294), 0px 0px 20px 0px rgba(71, 166, 206, 0.0745098039), 0px 22.34px 20px 0px rgba(194, 237, 255, 0.0901960784), 0px -34px 40px 0px rgba(71, 166, 206, 0.1058823529), 31px 0px 40px 0px rgba(71, 166, 206, 0.1058823529), -22px 0px 40px 0px rgba(71, 166, 206, 0.1058823529);
}
.modal-present__img img {
  width: 4.4rem;
  height: 4.4rem;
}

.form-modal-present {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.form-control-modal-present {
  position: relative;
  width: 100%;
}

.form-input-modal-present {
  width: 100%;
  padding: 2rem 1.2rem;
  font-size: 1.8rem;
  background-color: rgba(40, 45, 49, 0.5019607843);
  border: 1px solid;
  border-image-source: linear-gradient(90deg, rgba(64, 64, 64, 0.5) 0.75%, rgba(64, 64, 64, 0.175) 9.61%, rgba(249, 249, 249, 0.25) 57.98%, rgba(249, 249, 249, 0.15) 98.81%);
  border-image-slice: 1;
}

.error {
  position: absolute;
  font-size: 1.4rem;
  color: red;
  top: 1rem;
  right: 1rem;
}

.present {
  position: fixed;
  right: 16rem;
  bottom: 5rem;
  width: 18.5rem;
  height: 18.5rem;
  cursor: pointer;
}
.present__content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6980392157);
  gap: 1.2rem;
  border-radius: 50%;
  padding: 3.2rem 1.4rem;
  box-shadow: 0px 1px 20px 0px rgba(71, 166, 206, 0.0431372549), 0px 0px 20px 0px rgba(71, 166, 206, 0.0588235294), 0px 0px 20px 0px rgba(71, 166, 206, 0.0745098039), 0px 22.34px 20px 0px rgba(194, 237, 255, 0.0901960784), 0px -34px 40px 0px rgba(71, 166, 206, 0.1058823529), 31px 0px 40px 0px rgba(71, 166, 206, 0.1058823529), -22px 0px 40px 0px rgba(71, 166, 206, 0.1058823529);
}
.present__icon {
  width: 5.4rem;
  height: 5.4rem;
  animation: gift 6s linear infinite;
}
.present__icon img {
  width: 100%;
  height: 100%;
}
.present__text {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 100%;
  text-align: center;
}

@keyframes gift {
  0% {
    transform: rotate(0deg);
  }
  1% {
    transform: rotate(5deg);
  }
  2% {
    transform: rotate(-5deg);
  }
  4% {
    transform: rotate(5deg);
  }
  6% {
    transform: rotate(-5deg);
  }
  8% {
    transform: rotate(5deg);
  }
  10% {
    transform: rotate(-5deg);
  }
  11% {
    transform: rotate(0deg);
  }
}
.get {
  padding: 6.5rem 0;
  overflow-x: hidden;
}
.get__content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.get__title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 140%;
}
.get__inner {
  display: flex;
  gap: 4rem;
  flex-wrap: wrap;
}
.get__inner-box {
  display: flex;
  flex-direction: column;
  background-color: #1f2023;
  border: 1px solid #45454f;
  max-width: 53.3rem;
  width: 100%;
  padding: 5.5rem 0;
  height: 64.3rem;
}
.get__inner-box-title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 140%;
  padding: 0 4rem;
}
.get__inner-box-images {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}
.get__inner-box-line {
  max-width: 36.7rem;
  width: 100%;
}
.get__inner-box-text {
  padding: 0 4rem;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 140%;
  margin-bottom: 1.2rem;
}
.get__inner-box-list {
  padding: 0 4rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.get__inner-box-item {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 140%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.get__inner-box-item::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("./../images/icons/check-grey.svg");
  background-position: center;
  background-size: cover;
}
.get__inner-box-result {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin: auto 4rem 0;
  background-color: #313131;
  padding: 1.2rem;
}
.get__inner-box-result-heading {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 140%;
}
.get__inner-box-result-text {
  font-weight: 600;
  font-size: 2rem;
  line-height: 140%;
}
.get__inner-box-result-content {
  padding-left: 1.2rem;
  border-left: 0.5rem solid #3892ff;
}

.title {
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 140%;
}

.feed {
  padding: 7.2rem 0;
}
.feed__content {
  display: flex;
  flex-direction: column;
  gap: 7rem;
}
.feed__title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.feed__buttons {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.feed__slider-prev {
  width: 3rem;
  height: 3rem;
  background-image: url("./../images/icons/slider-arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  rotate: 180deg;
}
.feed__slider-prev.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}
.feed__slider-next {
  width: 3rem;
  height: 3rem;
  background-image: url("./../images/icons/slider-arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.feed__slider-next.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}
.feed__slider {
  width: 100%;
}

.swiper-slide {
  width: 40rem;
  cursor: grab;
}

.topic {
  background-image: url("./../images/bg-topic.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
}

.topic__content {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.topic__left {
  position: sticky;
  top: 6rem;
  flex: 1;
  align-self: flex-start;
  padding: 6rem 0;
}

.right-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4rem;
  padding: 15.5rem 0 6rem 0;
  width: 82rem;
  flex-shrink: 0;
}

.topic-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: 82rem;
}

.topic-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10rem;
  width: 82rem;
  min-height: 5rem;
}

.step-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
  width: 35rem;
  min-height: 5rem;
}

.step-number {
  width: 4.6rem;
  min-width: 4.6rem;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 140%;
  color: #45454f;
  flex-shrink: 0;
}

.step-title {
  width: 28.4rem;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 140%;
  color: #ffffff;
}

.step-desc {
  width: 26.7rem;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 140%;
  color: #ffffff;
}

.step-icon {
  width: 1.6rem;
  height: 1.6rem;
  min-width: 1.6rem;
  background: #45454f;
  border-radius: 0.2rem;
  flex-shrink: 0;
}

.topic-divider {
  width: 82rem;
  height: 0.2rem;
  background: #45454f;
  flex-shrink: 0;
}

.alex {
  padding: 13.8rem 0;
  background-image: url("./../images/bg-alex.png");
  background-size: cover;
  background-position: center;
}
.alex__content {
  display: flex;
  flex-direction: column;
  max-width: 82rem;
  width: 100%;
}
.alex__info {
  background-color: #1f2023;
  border: 1px solid #45454f;
  padding: 3.2rem;
}
.alex__info-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3.2rem;
}
.alex__title {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 140%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.alex__title span {
  width: 1rem;
  height: 1rem;
  background-color: #3892ff;
  border-radius: 50%;
  position: relative;
}
.alex__title span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
  background-color: #3892ff;
  border-radius: 50%;
  opacity: 0.5;
  animation: pulse 2s infinite;
}
.alex__box {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.alex__separator {
  display: block;
  height: 6rem;
  width: 0.1rem;
  background-color: #d7e9ff;
}
.alex__box-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}
.alex__number {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 140%;
  color: #3892ff;
}
.alex__text {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 140%;
}
.alex__text-bottom {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 140%;
  text-align: center;
  max-width: 37rem;
  width: 100%;
  margin: 0 auto;
}
.alex__citation {
  margin-top: 11.5rem;
  display: flex;
  flex-direction: column;
}
.alex__citation-text {
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 140%;
  padding-left: 5rem;
  position: relative;
}
.alex__citation-text::before {
  content: "";
  position: absolute;
  width: 3.4rem;
  height: 3.4rem;
  background-image: url("./../images/icons/quote.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
}
.alex__citation-text::after {
  content: "";
  position: absolute;
  width: 3.4rem;
  height: 3.4rem;
  background-image: url("./../images/icons/quote.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  rotate: 180deg;
}
.alex__citation-author {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 140%;
  text-align: right;
  margin-top: 1.6rem;
  margin-left: auto;
}
.alex__button {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 100%;
  padding: 3.2rem;
  width: 100%;
  background: linear-gradient(92.81deg, #83b6f4 0%, #3892ff 100%);
  border: 1px solid #79b6ff;
  margin-top: 6rem;
}

.footer {
  border-top: 1px solid #464646;
}

.footer__content {
  display: flex;
  flex-direction: column;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  padding: 9.5rem 0;
}

.footer__top-wrapper {
  border-bottom: 1px solid #464646;
}

.footer__social {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.footer__lable {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 100%;
}

.footer__social-list {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.footer__social-link {
  width: 5.9rem;
  height: 5.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease 0s;
}

.footer__social-link:hover {
  opacity: 0.7;
}

.footer__social-link.last {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 100%;
  width: auto;
  padding: 2rem 7rem 2rem 1rem;
  gap: 1rem;
  border-radius: 1rem;
  max-width: 31.7rem;
  width: 100%;
}

.footer__support {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  max-width: 75rem;
  width: 100%;
  flex-shrink: 0;
}

.footer__support-list {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.footer__support-item {
  width: 100%;
  max-width: 36.8rem;
}

.footer__support-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 2rem 1.2rem;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 100%;
  color: #fff;
  width: 100%;
  border: 1px solid #909090;
  border-radius: 1.2rem;
  transition: opacity 0.3s ease 0s;
}

.footer__support-link img {
  filter: brightness(0) invert(1);
}

.footer__support-link:hover {
  opacity: 0.7;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  padding: 3.8rem 0 5.4rem;
}

.footer__offer {
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
  color: #ffffff;
}

.footer__copyright {
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
  text-align: right;
}

@media (max-width: 1024px) {
  .footer__top {
    flex-direction: column;
    gap: 4rem;
    padding: 0;
    border-bottom: 0;
  }
  .footer {
    padding: 4rem;
  }
  .footer__bottom {
    flex-direction: column;
    gap: 3rem;
  }
  .footer__copyright {
    text-align: left;
  }
  .footer__offer {
    text-decoration: underline !important;
  }
  .footer__lable {
    font-size: 2.8rem;
  }
  .footer__social-list {
    gap: 2.4rem;
  }
  .footer__top-wrapper {
    border-bottom: 0;
  }
  .footer__bottom {
    padding-bottom: 0;
    font-size: 2.8rem;
  }
  .footer__support-link {
    font-size: 2.4rem;
  }
  .content {
    flex-direction: column;
  }
  .content__right, .content__gift {
    padding: 0 2rem;
  }
  .footer__support-list {
    flex-direction: column;
    width: 100%;
  }
  .footer__support-item {
    max-width: 100%;
  }
}
.for-mob {
  display: none !important;
}

.get__inner.for-pc .get__inner-box {
  opacity: 0;
  transform: translateY(60px) scale(0.96);
  filter: blur(6px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), filter 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity, filter;
}

.get__inner.for-pc .get__inner-box.show {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

@media (max-width: 768px) {
  .for-pc {
    display: none !important;
  }
  .modal.modal-present {
    padding: 0 2rem;
  }
  .modal-present__subtitle {
    font-size: 2.8rem;
  }
  .modal-present__text {
    font-size: 2.1rem;
  }
  .modal__close.modal-present__close {
    top: -6rem;
    right: -1rem;
  }
  .form-check.modal-check-present {
    max-width: 28rem;
    width: 100%;
    font-size: 1.8rem;
  }
  .hero {
    background-image: none;
    padding: 2rem 0;
  }
  .for-mob {
    display: block !important;
  }
  .hero__timer {
    position: relative;
  }
  .container {
    padding: 0 4rem;
  }
  .hero__title {
    font-size: 3.2rem;
  }
  .hero__text {
    font-size: 2.27rem;
  }
  .hero__list-name,
  .hero__item {
    font-size: 2.2rem;
  }
  .hero__timer.for-mob {
    display: flex !important;
    flex-direction: row;
  }
  .form__inner-inputs,
  .form__inner-second {
    flex-direction: column;
  }
  .form__inner-second {
    background-color: transparent;
  }
  .form__inner-inputs {
    gap: 2rem;
  }
  .form__inner-inputs,
  .form-control {
    width: 100%;
  }
  .form-input {
    width: 100%;
    padding: 3rem 4rem;
    background-color: #ffffff;
    font-size: 2.2rem;
  }
  .btn {
    font-size: 2.4rem;
    width: 100%;
    margin-top: 2rem;
  }
  .form__inner-inputs {
    padding-left: 0;
  }
  .form-check {
    align-self: flex-start;
    margin-top: 2rem;
    font-size: 1.8rem;
  }
  .get-btn-prev,
  .get-btn-next {
    width: 3rem;
    height: 3rem;
    background-image: url("./../images/icons/slider-arrow.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .get-btn-prev.swiper-button-disabled,
  .get-btn-next.swiper-button-disabled {
    opacity: 0.5;
    cursor: default;
  }
  .get-btn-prev {
    rotate: 180deg;
  }
  .get__title-btns {
    display: flex !important;
    align-items: center;
    gap: 3rem;
  }
  .get__title-box {
    display: flex;
    align-items: center;
  }
  .feed .container {
    padding-left: 4rem;
    padding-right: 0;
  }
  .feed__title-box {
    padding-right: 4rem;
  }
  .swiper1-pagination,
  .swiper2-pagination {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
  }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ffffff !important;
  }
  .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.4) !important;
  }
  .topic__content {
    display: flex;
    flex-direction: column;
  }
  .footer {
    background-color: #0a0b0c;
  }
  .footer .container {
    padding: 0;
  }
  .footer__support-list {
    flex-direction: row;
  }
  .footer__support-link {
    font-size: 1.8rem;
  }
  .footer__top {
    gap: 8rem;
  }
  .footer__lable {
    font-size: 2.4rem;
  }
  .footer__support-list {
    padding-bottom: 8rem;
    border-bottom: 1px solid #434343;
  }
  .footer__copyright,
  .footer__offer {
    color: #e9f1f9;
  }
  .footer__social-link.last,
  .footer__social-link {
    width: 8rem;
    height: 8rem;
    padding: 2rem;
    border: 1px solid #fff;
    border-radius: 50%;
  }
  .footer__social-link.last img,
  .footer__social-link img {
    width: 3.5rem;
    height: 3.5rem;
  }
  .alex {
    background-image: url("./../images/bg-alex-mob.png");
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 55rem;
    padding-bottom: 6rem;
  }
  .alex__citation-text {
    font-size: 2.2rem;
  }
  .alex__citation {
    margin-top: 5rem;
  }
  .get__inner-box-title {
    font-size: 2.4rem;
  }
  .get__inner-box-list,
  .get__inner-box-text {
    margin-bottom: 2rem;
  }
  .get__inner-box {
    height: 69rem;
  }
  .topic__left {
    position: initial;
    padding-bottom: 0;
    padding-top: 7rem;
  }
  .topic {
    background-image: url("./../images/bg-topic-mob.png");
    background-position: center top 10rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: initial;
  }
  .right-col {
    padding-top: 55rem;
  }
  .topic-row {
    width: 100%;
    gap: 1.2rem;
  }
  .topic-header {
    width: 100%;
    gap: 0.8rem;
    align-items: center;
  }
  .step-info {
    align-items: flex-start;
    min-height: unset;
    width: auto;
    gap: 0.8rem;
  }
  .topic-header {
    padding: 4rem 0 3rem;
  }
  .step-text {
    width: auto;
    flex: 1;
    gap: 0.4rem;
  }
  .step-title,
  .step-desc {
    font-size: 2.2rem;
    line-height: 120%;
    width: 100%;
  }
  .topic-header {
    gap: 0.8rem;
    align-items: center;
  }
  .step-icon {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    align-self: center;
  }
  .right-col {
    padding-top: 55rem;
    width: 100%;
    gap: 2.4rem;
  }
  .topic-row,
  .topic-header,
  .topic-divider {
    width: 100%;
  }
  .step-number {
    font-size: 2.8rem;
    min-width: 2.8rem;
    width: 3.6rem;
  }
  .topic-divider {
    height: 0.1rem;
  }
  .step-text {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    width: 28.4rem;
  }
  .step-desc {
    width: auto;
  }
  .for-mob .topic-row {
    opacity: 0;
    transform: translateY(2rem);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  .for-mob .topic-row.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
  .present {
    right: 4rem;
    bottom: 4rem;
  }
  .present__text {
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=style.css.map */