@charset "UTF-8";

:root {
  --color-white: #fff;
  --color-black: #000;
  --color-red: #a00b20;
  --color-green: #2cb742;
  --color-yellow: #ffb229;
  --color-gray: #e9e9e9;
  --secondary-100: #fff;
  --text-colors-main-text: #2b2a29;
  --text-colors-secondary: #545250;
  --key-colors-primary: #fcfb65;
  --key-colors-secondary: #383635;
  --key-colors-surface: #f0f4f8;
  --black: #000;
  --key-colors-primary-container: #2b2a29;
  --sys-scrim: rgba(43, 42, 41, 0.32);
  --primary-100: #ffffe8;
  --primary-90: #fffea9;
  --primary-10: #a89a00;
  --sys-outline-variant: #dde6ed;
  --primary-60: #fff01c;
  --secondary-60: #878582;
  --transition-normal: all 0.3s ease 0s;
}

/*Обнуление*/

* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  min-width: 320px;
}

input,
button,
textarea {
  font-family: inherit;
}

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

button {
  cursor: pointer;
}

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

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

img {
  vertical-align: top;
}

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

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

ol,
ul {
  padding-left: 19px;
}

/*Обнуление*/

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

body {
  color: var(--text-colors-main-text);
  font-size: 16px;
  line-height: normal;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  background: var(--secondary-100);
}

body.lock {
  overflow: hidden;
}

.container {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: clip;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* плавное изменение прозрачности  placeholder-а при фокусе */

input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--secondary-60);
}

input::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--secondary-60);
}

input:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--secondary-60);
}

input:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--secondary-60);
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--secondary-60);
}

input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--secondary-60);
}

input:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--secondary-60);
}

input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--secondary-60);
}

textarea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--secondary-60);
}

textarea::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--secondary-60);
}

textarea:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--secondary-60);
}

textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--secondary-60);
}

textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--secondary-60);
}

textarea:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--secondary-60);
}

textarea:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--secondary-60);
}

textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: var(--secondary-60);
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 16px;
  padding-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.home-img {
  height: 0;
  display: block;
  width: 100%;
  padding-bottom: 95%;
}

.home-img__img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 126.38889%;
}

.home-img__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.how-work {
  position: relative;
  z-index: 5;
  border-radius: 50px 50px 0px 0px;
  background: var(--key-colors-primary);
  padding: 40px 16px 100px;
  margin: 0 -16px;
}

.how-work__logo {
  text-align: center;
  margin-bottom: 30px;
}

.how-work__logo img {
  max-width: 100%;
}

.how-work__title {
  text-align: center;
  margin-bottom: 12px;
  color: var(--text-colors-main-text);
  font-size: 24px;
  font-weight: 600;
}

.how-work__text {
  text-align: center;
  margin-bottom: 30px;
  color: var(--text-colors-main-text);
  font-size: 16px;
  line-height: 135%;
}

.how-work__heading {
  text-align: center;
  margin-bottom: 36px;
  color: var(--key-colors-primary-container);
  font-size: 20px;
  font-weight: 600;
}

.how-work__item:not(:last-child) {
  margin-bottom: 36px;
}

.how-work__item-img {
  margin-bottom: 24px;
  text-align: center;
}

.how-work__item-img img {
  max-width: 100%;
}

.how-work__item-count {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--key-colors-secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: var(--key-colors-surface);
  font-size: 16px;
  font-weight: 600;
  line-height: 135%;
}

.how-work__item-text {
  color: var(--text-colors-main-text);
  text-align: center;
  font-size: 16px;
  line-height: 135%;
}

.how-work__btn {
  margin-top: 30px;
  width: 100%;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  cursor: pointer;
  -webkit-transition: var(--transition-normal);
  transition: var(--transition-normal);
  height: 56px;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  padding: 13px 24px;
  border-radius: 8px;
  color: var(--secondary-100);
  background: var(--key-colors-secondary);
  font-size: 16px;
  font-weight: 600;
  line-height: 135%;
}

.btn.btn-black {
  background: var(--key-colors-secondary);
  color: var(--secondary-100);
}

.btn.btn-black:active {
  background: var(--black);
}

.btn.btn-light-yellow {
  color: var(--text-colors-main-text);
  background: var(--primary-100);
}

.btn.btn-light-yellow:active {
  background: var(--primary-90);
}

.btn.btn-light-yellow.disabled {
  color: var(--primary-10);
  pointer-events: none;
}

.btn.btn-yellow {
  background: var(--key-colors-primary);
  color: var(--text-colors-main-text);
}

.btn.btn-yellow:active {
  background: var(--primary-60);
}

.btn svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 24px;
  max-width: 100%;
  height: 24px;
  fill: currentColor;
}

.footer {
  position: relative;
  z-index: 5;
  padding: 28px 0 40px;
  background: var(--secondary-100);
}

.footer__links {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 12px;
}

.footer__link {
  color: var(--key-colors-secondary);
  text-align: center;
  font-variant-numeric: lining-nums tabular-nums;
  font-size: 14px;
  letter-spacing: -0.192px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.mobile-app {
  padding-top: 33px;
  margin-left: -16px;
  margin-right: -16px;
  margin-top: -54px;
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  z-index: 5;
  background: var(--secondary-100);
  border-radius: 50px 50px 0px 0px;
}

.mobile-app__title {
  color: var(--key-colors-primary-container);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 36px;
}

.mobile-app__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 16px;
}

.mobile-app__btn {
  border-radius: 8px;
  background: var(--black);
  height: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
  min-width: calc((100% - 16px) / 2);
  padding: 10px 16px;
}

.mobile-app__btn img {
  max-width: 100%;
}

.fancybox__backdrop {
  background: var(--sys-scrim);
}

.allow-use {
  display: none;
  border-radius: 8px;
  background: var(--secondary-100);
  padding: 24px 24px 24px;
}

.allow-use.fancybox__content {
  width: 100%;
  max-width: 312px;
}

.allow-use.fancybox__content .f-button.is-close-btn {
  display: none;
}

.allow-use__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}

.allow-use__icon svg {
  width: 32px;
  height: 32px;
}

.allow-use__text {
  color: var(--key-colors-secondary);
  text-align: center;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 24px;
}

.allow-use__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.allow-use__btn {
  color: var(--key-colors-secondary);
  font-size: 16px;
  font-weight: 600;
  line-height: 135%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 42px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
  padding: 10px;
  cursor: pointer;
}

/* Анимация вращения */

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.page-content {
  padding-top: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-content__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.page-content__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-content__wrap {
  width: 100%;
}

.page-content__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
}

.page-content__loading {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 48px;
  max-width: 100%;
  height: 48px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border-radius: 50%;
  color: white;
  position: relative;
  -webkit-transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
  font-size: 0;
  margin-left: auto;
  margin-right: auto;
}

.page-content__loading:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border: 4px solid #c7cfd6;
  border-top-color: white;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.page-content__title {
  color: var(--text-colors-main-text);
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 12px;
}

.page-content__subtitle {
  color: var(--text-colors-secondary);
  text-align: center;
  font-size: 16px;
  line-height: 135%;
}

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

.page-content__block {
  max-width: 308px;
  margin: 0 auto;
}

.page-content__code {
  border-radius: 8px;
  min-height: 215px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.page-content__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

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

.page-content__img img {
  max-width: 100%;
  border-radius: 8px;
}

.page-content__box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
}

.page-content__text {
  color: var(--text-colors-secondary);
  text-align: center;
  font-size: 16px;
  line-height: 135%;
  margin-top: 20px;
}

.page-content__btn {
  margin-top: auto;
  padding-top: 32px;
}

.logo {
  display: inline-block;
  text-align: center;
}

.logo img {
  max-width: 100%;
}

.table-info {
  margin-top: 40px;
}

.table-info__title {
  margin-bottom: 28px;
  color: #2b2a29;
  font-size: 18px;
  font-weight: 600;
}

.table-info__item {
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  border-bottom: 1px solid var(--sys-outline-variant, #dde6ed);
}

.table-info__item:not(:last-child) {
  margin-bottom: 11px;
}

.table-info__item-name {
  color: var(--text-colors-secondary);
  font-size: 16px;
  line-height: 135%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
}

.table-info__item-value {
  color: var(--text-colors-main-text);
  text-align: right;
  font-size: 16px;
  line-height: 135%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.block-bottom {
  margin-top: 40px;
}

.block-bottom__text {
  margin-top: 28px;
  margin-bottom: 28px;
  text-align: center;
  color: var(--text-colors-main-text);
  text-align: center;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.block-bottom__text:after,
.block-bottom__text:before {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
  height: 1px;
  background: #cebd00;
  border-radius: 2px;
}

.block-bottom__links {
  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;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

.block-bottom__link {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 44px;
  max-width: 100%;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.block-bottom__link svg,
.block-bottom__link img {
  width: 44px;
  height: 44px;
}

.form-block {
  border-radius: 8px;
  background: var(--key-colors-surface);
  padding: 30px 20px;
}

.form-block__title {
  color: var(--key-colors-primary-container);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

.form-block .btn {
  width: 100%;
  margin-top: 32px;
}

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

.form-label {
  margin-bottom: 11px;
  color: var(--text-colors-secondary);
  font-size: 16px;
}

.form-control {
  width: 100%;
  height: 56px;
  border-radius: 8px;
  background: var(--secondary-100);
  padding: 10px 16px;
  font-size: 18px;
  color: var(--text-colors-main-text);
}

.thank-you {
  display: none;
  padding: 32px 16px;
  border-radius: 8px;
  background: var(--secondary-100);
}

.thank-you.fancybox__content {
  width: 100%;
  max-width: 312px;
}

.thank-you.fancybox__content .f-button.is-close-btn {
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  color: var(--text-colors-main-text);
}

.thank-you__title {
  padding-top: 24px;
  text-align: center;
  color: var(--text-colors-main-text);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}

.thank-you__text {
  color: var(--text-colors-secondary);
  text-align: center;
  font-size: 16px;
  line-height: 135%;
}

.thank-you .btn {
  width: 100%;
  margin-top: 20px;
}

.main-popup {
  display: none;
  padding: 32px 16px;
  border-radius: 8px;
  background: var(--secondary-100);
}

.main-popup.fancybox__content {
  width: 100%;
  max-width: 768px;
}

.main-popup.fancybox__content .f-button.is-close-btn {
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  color: var(--text-colors-main-text);
}

.main-popup__title {
  text-align: center;
  margin-bottom: 20px;
  color: var(--text-colors-main-text);
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.main-popup__text {
  color: var(--text-colors-main-text);
  font-size: 14px;
  line-height: 135%;
}

.main-popup__text a {
  color: inherit;
  text-decoration: underline;
}

.main-popup__text h2 {
  color: var(--text-colors-main-text);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 15px;
}

.main-popup__text p:not(:last-child),
.main-popup__text ul:not(:last-child),
.main-popup__text ol:not(:last-child) {
  margin-bottom: 10px;
}

.main-popup__text li:not(:last-child) {
  margin-bottom: 5px;
}

@media (max-width: 767.98px) {
  .fancybox-slide {
    padding: 30px 15px;
  }
}

@media (max-width: 578px) {
  .thank-you.fancybox__content .f-button.is-close-btn {
    background: transparent;
  }

  .main-popup.fancybox__content .f-button.is-close-btn {
    background: transparent;
  }
}

@media (any-hover: hover) {
  .btn.btn-black:hover {
    background: var(--black);
  }

  .btn.btn-light-yellow:hover {
    background: var(--primary-90);
  }

  .btn.btn-yellow:hover {
    background: var(--primary-60);
  }
}

@media (max-height: 578px) {
  .thank-you.fancybox__content .f-button.is-close-btn {
    background: transparent;
  }

  .main-popup.fancybox__content .f-button.is-close-btn {
    background: transparent;
  }
}