﻿@charset "UTF-8";
.control,
.social__list,
.footer__card-list,
.reviews__list,
.table__list,
.app__list,
.advantage__list,
.partners__list,
.nav__list,
.header__list,
.upper-header__list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.thanks__btn,
.footer__button,
.nav__link-register,
.nav__link,
.header__button {
  text-decoration: none;
}

.info-box__text,
.reviews__data,
.reviews__name,
.table__percent,
.table__input,
.table__name,
.calc__profit-title,
.app__btn--sub,
.app__btn--title,
.hero__video-btn--subtitle,
.hero__video-btn--title {
  margin: 0;
}

.thanks__btn,
.footer__button,
.calc__button,
.app__button,
.form__button--modal,
.form__button,
.header__button {
  padding: 15px 30px;
  border: none;
  background-image: linear-gradient(92.19deg, #132bff 1.84%, #2aa4f5 99.51%);
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.19;
  font-family: "Inter", sans-serif;
  cursor: pointer;
}

.container {
  margin: 0 auto;
  padding: 0 15px;
}

.container {
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (min-width: 576px) {
  .container {
    width: 540px;
  }
}

@media screen and (min-width: 768px) {
  .container {
    width: 720px;
  }
}

@media screen and (min-width: 992px) {
  .container {
    width: 960px;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}

@media screen and (min-width: 1400px) {
  .container {
    width: 1320px;
  }
}

.title {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.21;
  font-family: "Inter", sans-serif;
  color: #ffffff;
}

@media screen and (max-width: 480px) {
  .title {
    text-align: center;
  }
}

.subtitle {
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.19;
  font-family: "Inter", sans-serif;
  color: #939db8;
}

@media screen and (max-width: 480px) {
  .subtitle {
    text-align: center;
  }
}

/* скрываем заголовки */

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.upper-header__section {
  background-color: #222838;
}

@media screen and (max-width: 480px) {
  .upper-header__section {
    display: none;
  }
}

.upper-header__list {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

.upper-header__text {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.19;
  color: #939db8;
  font-family: "Inter", sans-serif;
}

.upper-header__text--span {
  color: #ffffff;
}

.header {
  background-color: #121826;
}

.header__sec {
  display: block;
  background-image: url("urn:scrapbook:download:error:https://mine6.lifecool.site/images/hero-bg-mob1x.png");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media screen and (min-width: 481px) {
  .header__sec {
    background-image: url("hero-bg-1x.jpg");
  }
}

.header__container {
  padding-top: 46px;
}

@media screen and (min-width: 481px) {
  .header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.header__nav {
  display: flex;
}

@media screen and (max-width: 480px) {
  .header__nav {
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (min-width: 481px) {
  .header__list {
    display: flex;
    gap: 40px;
    margin-left: 40px;
  }
}

@media screen and (max-width: 480px) {
  .header__nav--mobile {
    transform: translateY(-100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 30px 50px;
    background-color: #121826;
    transition-property: transform;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

.header__nav--mobile.is-open {
  transform: translateY(0);
  transition-property: transform;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.header__box {
  display: none;
}

@media screen and (min-width: 481px) {
  .header__box {
    display: flex;
    gap: 40px;
  }
}

.header__select {
  background-color: transparent;
  border: none;
  color: #ffffff;
}

.header__lang-list {
  margin-right: 40px;
}

.header__button {
  display: flex;
  justify-content: center;
  border-radius: 16px;
}

.header__menu-button {
  background-color: transparent;
  border: none;
}

@media screen and (min-width: 481px) {
  .header__menu-button {
    display: none;
  }
}

.header__close-button {
  position: absolute;
  top: 30px;
  right: 20px;
  background-color: transparent;
  border: none;
}

@media screen and (min-width: 481px) {
  .header__close-button {
    display: none;
  }
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  overflow-y: scroll;
}

.backdrop.backdrop--is-hidden {
  opacity: 0;
  pointer-events: none;
}

.backdrop__modal {
  width: 341px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 50px 0;
  border-radius: 19px;
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.09);
  border: 1px solid #132bff;
  background-color: #121826;
  background-image: url("1x-bg-calc.png");
  background-position: bottom;
  background-repeat: no-repeat;
}

@media screen and (min-width: 481px) {
  .backdrop__modal {
    width: 1169px;
    padding: 70px 0;
  }
}

.backdrop__title {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.22;
  font-family: "Inter", sans-serif;
  text-align: center;
  color: #ffffff;
}

@media screen and (min-width: 481px) {
  .backdrop__title {
    font-weight: 600;
    font-size: 36px;
    line-height: 1.22;
  }
}

.backdrop__subtitle {
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.19;
  font-family: "Inter", sans-serif;
  text-align: center;
  color: #939db8;
}

@media screen and (min-width: 481px) {
  .backdrop__subtitle {
    margin-top: 30px;
  }
}

.backdrop__close-btn {
  position: absolute;
  top: 25px;
  right: 25px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.backdrop__close-svg {
  width: 20px;
  height: 20px;
}

.backdrop__form {
  margin: 50px auto 0;
  width: calc(100% - 30px);
}

@media screen and (min-width: 481px) {
  .backdrop__form {
    justify-content: space-between;
    width: 415px;
  }
}

.popup__modal {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.popup__video {
  width: 100%;
  height: 210px;
  border-radius: 16px;
}

@media screen and (min-width: 481px) {
  .popup__video {
    height: 560px;
  }
}

@media screen and (min-width: 481px) {
  .nav__list {
    display: flex;
    gap: 40px;
    margin-left: 40px;
  }
}

.nav__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.19;
  position: relative;
  padding: 10px 0;
  color: #ffffff;
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 480px) {
  .nav__link {
    display: block;
    font-weight: 400;
    font-size: 25px;
    line-height: 1.19;
    margin-top: 30px;
  }
  .nav__link:not(:first-child) {
    margin-top: 500px;
  }
}

.nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(-50px);
  opacity: 0;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(92.19deg, #132bff 1.84%, #2aa4f5 99.51%);
}

.nav__link:hover::after {
  transform: translateY(0);
  opacity: 1;
  transition-property: transform;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.nav__link-register {
  margin-top: 50px;
  width: 25%;
}

@media screen and (min-width: 481px) {
  .nav__link-register {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .hero {
    background-image: url("urn:scrapbook:download:error:https://mine6.lifecool.site/images/hero-mask-mob-1x.png");
    background-repeat: no-repeat;
    background-position: bottom, center;
  }
}

@media screen and (min-width: 481px) {
  .hero {
    background-image: url("hero-mask-1x.png"),
      url("l-1x.png"), url("f-1x.png"),
      url("bit-1x.png");
    z-index: 20;
    background-repeat: no-repeat;
    background-position: bottom right 165px, bottom 520px right 572px,
      bottom 243px right 223px, bottom 57px right 677px;
  }
}

.hero__container {
  position: relative;
  padding-top: 53px;
  padding-bottom: 30px;
}

@media screen and (min-width: 481px) {
  .hero__container {
    padding-bottom: 70px;
  }
}

.hero__title {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.21;
  font-family: "Inter", sans-serif;
  color: #ffffff;
}

@media screen and (min-width: 481px) {
  .hero__title {
    width: 552px;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.195;
  }
}

.hero__subtitle {
  margin-top: 30px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.19;
  font-family: "Inter", sans-serif;
  color: #939db8;
}

.hero__form {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  width: 415px;
  margin-right: auto;
}

@media screen and (max-width: 480px) {
  .hero__form {
    width: calc(100vw - 30px);
    margin-left: auto;
    margin-right: auto;
  }
}

.hero__video-btn {
  width: 270px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  border: none;
  border-radius: 26px;
  background-color: rgba(255, 255, 255, 0.2);
  background-image: linear-gradient(
    108.27deg,
    rgba(255, 255, 255, 0.5) 3.59%,
    rgba(255, 255, 255, 0.2) 98.72%
  );
  box-shadow: 18px 13px 4px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  .hero__video-btn {
    position: absolute;
    right: 217px;
    bottom: 70px;
  }
}

@media screen and (max-width: 991px) {
  .hero__video-btn {
    margin-top: 268px;
    margin-left: auto;
    margin-right: auto;
  }
}

.hero__video-btn--svg {
  width: 60px;
  height: 60px;
}

.hero__video-btn--title {
  width: 145px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.19;
  font-family: "Inter", sans-serif;
  color: #ffffff;
}

.hero__video-btn--subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.19;
  font-family: "Inter", sans-serif;
  color: #ffffff;
}

.registration__header {
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.21;
  font-family: "Inter", sans-serif;
  color: #ffffff;
}

@media screen and (min-width: 481px) {
  .registration__header {
    width: 552px;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.195;
  }
}

.form__label {
  display: block;
  width: 100%;
}

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

.form__footer-label {
  display: block;
  width: 100%;
}

.form__footer-label:not(:last-child) {
  margin-bottom: 30px;
}

.form__input {
  width: 100%;
  padding: 15px 20px;
  border: none;
  border-radius: 30px;
  color: #ffffff;
  background-color: #222838;
}

.form__box {
  position: relative;
  width: 100%;
}

.form__footer-box {
  position: relative;
}

.form__button {
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.form__button--modal {
  display: block;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-radius: 30px;
}

.iti__selected-dial-code {
  color: #ffffff;
}

.partners__section {
  padding: 40px 0;
  background-color: #222838;
  background-image: linear-gradient(
      92.19deg,
      rgba(19, 43, 255, 0.71) 1.84%,
      rgba(42, 164, 245, 0.71) 99.51%
    ),
    url("voice-1x.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.partners__list {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 480px) {
  .partners__list {
    flex-wrap: wrap;
    row-gap: 23px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    justify-content: center;
  }
  .partners__section {
    padding: 5px 0;
  }
}

.partners__icon {
  width: 178px;
  height: 35px;
}

@media screen and (max-width: 480px) {
  .partners__icon {
    width: 160px;
    height: 60px;
  }
}

.advantage__section {
  padding-top: 70px;
  padding-bottom: 130px;
  background-color: #121826;
}

.advantage__list {
  margin-top: 50px;
}

@media screen and (max-width: 480px) {
  .advantage__list {
    width: 343px;
    margin-right: auto;
    margin-left: auto;
  }
  .advantage__section {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 481px) {
  .advantage__list {
    display: flex;
    gap: 30px;
  }
}

.advantage__item {
  padding: 25px;
  border-radius: 16px;
  background-color: #222838;
}

@media screen and (min-width: 481px) {
  .advantage__item {
    width: calc((100% - 60px) / 3);
  }
}

@media screen and (max-width: 480px) {
  .advantage__item {
    width: calc(100% - 30px);
  }
  .advantage__item:not(:first-child) {
    margin-top: 30px;
  }
}

@media (max-width: 371px) {
  .advantage__item {
    width: 90%;
  }
  .advantage__item:not(:first-child) {
    margin-top: 30px;
    width: 90%;
  }
}

.advantage__item--title {
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.19;
  font-family: "Inter", sans-serif;
  color: #ffffff;
}

.advantage__item--text {
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  font-family: "Inter", sans-serif;
  color: #ffffff;
}

.app__section {
  background-color: #121826;
  background-image: url("urn:scrapbook:download:error:https://mine6.lifecool.site/images/app-bx-mob1x.png");
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 481px) {
  .app__section {
    background-image: url("app-bg-x1.jpg");
  }
}

.app__container {
  padding: 70px 0 0 0;
}

@media screen and (min-width: 481px) {
  .app__container {
    padding-bottom: 70px;
    background-image: url("phone-1x.png");
    background-repeat: no-repeat;
    background-position: top 47px right;
  }
}

.app__info-text {
  margin-top: 50px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.21;
  font-family: "Inter", sans-serif;
  color: #ffffff;
}

@media screen and (max-width: 480px) {
  .app__info-text {
    padding: 0 15px;
    text-align: center;
  }
}

@media screen and (min-width: 481px) {
  .app__info-text {
    width: 589px;
  }
}

.app__info-text--span {
  color: #132bff;
}

@media screen and (min-width: 481px) {
  .app__list {
    display: flex;
    gap: 25px;
  }
}

@media screen and (max-width: 480px) {
  .app__item {
    width: 205px;
    margin-left: auto;
    margin-right: auto;
  }
  .app__item:not(:first-child) {
    margin-top: 20px;
  }
}

.app__btn {
  display: flex;
  width: 100%;
  gap: 21px;
  padding: 15px 25px;
  background-color: #121826;
  border-radius: 16px;
  border: none;
  cursor: pointer;
}

.app__btn--svg {
  width: 29px;
  height: 29px;
}

.app__btn--title {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.19;
  font-family: "Inter", sans-serif;
  color: #ffffff;
}

.app__btn--sub {
  margin-top: 5px;
  color: #939db8;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.21;
}

.app__box {
  margin-top: 50px;
}

@media screen and (min-width: 481px) {
  .app__box {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}

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

@media screen and (min-width: 481px) {
  .app__info--first {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .app__info--last {
    display: none;
  }
}

.app__button {
  border-radius: 16px;
}

@media screen and (max-width: 480px) {
  .app__button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 30px;
  }
}

.app__img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
}

@media screen and (min-width: 481px) {
  .app__img {
    display: none;
  }
}

.app__achievement {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.21;
  font-family: "Inter", sans-serif;
  color: #939db8;
}

.app__achievement--info {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.19;
  font-family: "Inter", sans-serif;
  color: #ffffff;
}

@media screen and (max-width: 480px) {
  .app__info-text--br {
    display: none;
  }
}

.calc__section {
  padding: 70px 0;
  background-image: url("urn:scrapbook:download:error:https://mine6.lifecool.site/images/calc-bg-mob1x.jpg");
  background-color: #222838;
}

@media screen and (min-width: 481px) {
  .calc__section {
    background-image: url("1x-bg-calc.png");
  }
}

@media screen and (min-width: 481px) {
  .calc__container {
    display: flex;
    gap: 30px;
  }
}

.calc__profit {
  margin-top: 50px;
  border-radius: 16px;
  background-color: #121826;
}

@media screen and (max-width: 480px) {
  .calc__profit {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
  }
}

@media screen and (min-width: 481px) {
  .calc__profit {
    margin-top: 28px;
    margin-bottom: 30px;
    padding: 15px 20px;
    width: 169px;
  }
}

.calc__profit-title {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.63;
  color: #ffffff;
}

@media screen and (max-width: 480px) {
  .app__input {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 30px);
    margin-top: 20px;
  }
}

.calc__profit-title--js {
  display: block;
}

.calc__button {
  display: block;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 30px);
  border-radius: 30px;
}

@media screen and (min-width: 481px) {
  .calc__button {
    width: 415px;
  }
}

.table__list {
  width: 100%;
  padding: 25px;
  background-color: #222838;
  border-radius: 32px;
}

@media screen and (max-width: 480px) {
  .table__list {
    margin-top: 20px;
    background-image: url("urn:scrapbook:download:error:https://mine6.lifecool.site/images/table-mob1x.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

@media screen and (min-width: 481px) {
  .table__list {
    background-image: url("table-1x.jpg");
  }
}

.table__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.table__item:not(:last-child) {
  padding-bottom: 15px;
  border-bottom: 1px solid #364b5e;
}

.table__item:not(:first-child) {
  padding-top: 15px;
}

.table__name {
  padding: 5px 10px;
  color: #ffffff;
  background-color: #121826;
  border-radius: 6px;
}

.table__box {
  display: flex;
}

.table__input {
  color: #ffffff;
}

.table__percent {
  margin-left: 63px;
  padding: 5px 10px;
  color: #56be54;
  background-color: #d8e7d8;
  border-radius: 6px;
}

.reviews__section {
  padding: 70px 0;
  background-color: #121826;
}

.reviews__list {
  display: none;
}

@media screen and (min-width: 481px) {
  .reviews__list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 30px;
    vertical-align: top;
    margin-top: 50px;
  }
}

.reviews__item {
  padding: 20px;
  background-color: #222838;
  border-radius: 16px;
}

@media screen and (max-width: 480px) {
  .reviews__item:first-child {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 481px) {
  .reviews__item {
    width: calc((100% - 90px) / 4);
  }
  .reviews__item:nth-child(6) {
    position: relative;
    bottom: 48px;
  }
  .reviews__item:nth-child(7) {
    position: relative;
    bottom: 96px;
  }
}

.reviews__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.71;
  font-family: "Inter", sans-serif;
  color: #ffffff;
}

.reviews__people-info {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-top: 20px;
  gap: 20px;
}

@media screen and (min-width: 481px) {
  .reviews__people-info {
    justify-content: space-around;
  }
}

.reviews__img {
  border-radius: 50%;
  object-position: center;
  object-fit: cover;
}

.reviews__name {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.19;
  font-family: "Inter", sans-serif;
  color: #ffffff;
}

.reviews__data {
  margin-top: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.21;
  font-family: "Inter", sans-serif;
  color: #939db8;
}

.footer {
  background-image: url("urn:scrapbook:download:error:https://mine6.lifecool.site/images/footer-bg-mob1x.png");
  background-color: #121826;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom, center;
}

@media screen and (min-width: 481px) {
  .footer {
    background-image: url("footer-bg-1x.jpg");
  }
}

.footer__titles {
  text-align: center;
}

.footer__form {
  display: block;
  margin: 50px auto 0;
}

@media screen and (min-width: 481px) {
  .footer__form {
    width: 415px;
  }
}

.footer__box {
  display: flex;
  align-items: center;
  margin-top: 140px;
  padding-bottom: 31px;
  border-bottom: 1px solid #939db8;
}

@media screen and (max-width: 480px) {
  .footer__box {
    justify-content: space-between;
  }
}

@media screen and (max-width: 480px) {
  .footer__nav {
    display: none;
  }
}

.footer__select {
  margin-left: 70px;
  background-color: transparent;
  border: none;
  color: #ffffff;
}

@media screen and (max-width: 480px) {
  .footer__select {
    display: none;
  }
}

.footer__button {
  border-radius: 16px;
  margin-left: 40px;
}

@media screen and (max-width: 480px) {
  .footer__button {
    display: none;
  }
}

@media screen and (min-width: 481px) {
  .footer__info-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.info-box__text {
  margin-top: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.69;
  font-family: "Inter", sans-serif;
  color: #939db8;
}

@media screen and (max-width: 480px) {
  .info-box__text-desktop {
    display: none;
  }
}

.info-box__text-mobile {
  text-align: center;
}

@media screen and (min-width: 481px) {
  .info-box__text-mobile {
    display: none;
  }
}

.footer__card-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 13px;
}

.registration__footer {
  padding-top: 65px;
}

.thanks__main {
  padding-top: 75px;
}

.thanks__circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-image: linear-gradient(92.19deg, #2aa4f5 0%, #132bff 100%);
}

.thanks__title {
  margin-top: 30px;
  text-align: center;
}

.thanks__subtitle {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media screen and (min-width: 481px) {
  .thanks__subtitle {
    width: 506px;
  }
}

.thanks__btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 156px;
  border-radius: 16px;
}

.thanks__footer {
  background-color: #121826;
}

.social__list {
  display: flex;
  gap: 15px;
}

@media (max-width: 380px) {
  .social__item:first-child {
    display: none;
  }
}

@media screen and (min-width: 481px) {
  .social__list {
    margin-left: 30px;
  }
}

.social__icon {
  width: 30px;
  height: 30px;
}

.swiper__container {
  position: relative;
}

@media screen and (min-width: 481px) {
  .my-slider {
    display: none;
  }
}

.tns-outer {
  margin-top: 50px;
}

@media screen and (min-width: 481px) {
  .tns-outer {
    display: none;
  }
}

.tns-nav {
  display: flex;
  margin-top: 40px;
  justify-content: center;
}

.tns-nav button {
  padding: 0;
  height: 6px;
  width: 6px;
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
}

.tns-nav button:not(:first-child) {
  margin-left: 7px;
}

.tns-nav .tns-nav-active {
  background-color: #132bff;
}

.control .prev,
.control .next {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  background-color: #132bff;
  border: none;
  border-radius: 50%;
  transform: translate(0, 35%);
}

.control .prev:not(:first-child),
.control .next:not(:first-child) {
  margin-left: 7px;
}

@media screen and (min-width: 481px) {
  .control .prev,
  .control .next {
    display: none;
  }
}

.control .prev {
  left: calc(50% - 55px);
}

.control .next {
  right: calc(50% - 55px);
}

/*# sourceMappingURL=index.css.map */
