@charset "UTF-8";
/* GLOBAL */
/* здесь используйте глобальные переменные */
/* здесь используйте глобальные селекторы img, body, html и так далее */
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -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%;
  font-style: 100%;
  line-height: 1;
  font-style: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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;
}

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

img {
  vertical-align: top;
}

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

@font-face {
  font-family: "FORMULAR-BOLD";
  font-display: swap;
  src: url("../fonts/FORMULAR-BOLD.woff2") format("woff2"), url("../fonts/FORMULAR-BOLD.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "FORMULAR-MEDIUM";
  font-display: swap;
  src: url("../fonts/FORMULAR-MEDIUM.woff2") format("woff2"), url("../fonts/FORMULAR-MEDIUM.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "FORMULAR-LIGHT";
  font-display: swap;
  src: url("../fonts/FORMULAR-LIGHT.woff2") format("woff2"), url("../fonts/FORMULAR-LIGHT.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto.woff2") format("woff2"), url("../fonts/Roboto.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/* BLOCKS */
.header {
  max-width: 476px;
  position: fixed;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
@media screen and (max-width: 600px) {
  .header {
    top: 8px;
  }
}
.header__row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.header__column {
  background-color: #FFFFFF;
  border-radius: 40px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .header__column {
    height: 50px;
  }
}
.header__logo {
  display: block;
  min-width: 200px;
  padding: 0 30px;
}
@media screen and (max-width: 1600px) {
  .header__logo {
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .header__logo {
    min-width: 148px;
  }
}
.header__logo img {
  display: block;
  width: 100%;
}
.header__help {
  /*min-width: 148px;*/
  display: block;
  color: #D94236;
  text-decoration: none;
  font-family: FORMULAR-LIGHT, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 20px 24px 20px 58px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .header__help {
    padding: 10px 14px;
    font-size: 16px;
  }
}
@media screen and (max-width: 350px) {
  .header__help {
    font-size: 15px;
  }
}
.header__help::after {
  content: "";
  background: url("../images/heart.svg") no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 20px;
  left: 24px;
}
@media screen and (max-width: 600px) {
  .header__help::after {
    display: none;
  }
}
.header__muz {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.muz__on {
  background: url("../images/muz-on.svg") no-repeat;
  background-size: 24px 24px;
  background-position: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.muz__off {
  background: url("../images/muz-off.svg") no-repeat;
  background-size: 24px 24px;
  background-position: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: #E6EFF6; /* подбери под проект */
  display: flex;
  align-items: center;
  justify-content: center;
}

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

/* Спиннер */
.preloader__spinner {
  text-align: center;
  animation: spin 0.8s linear infinite;
}
.preloader__spinner img {
  width: 72px;
}
.preloader__spinner p {
  color: #333;
  text-align: center;
  font-family: FORMULAR-LIGHT, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.animation-wrapper {
  /*height: 1080px;*/
  position: relative;
  /*height: 100vh;*/
  height: calc(var(--vh, 1vh) * 100);
  /*overflow: hidden;*/
  overflow-x: clip;
  overflow-y: visible;
  background: #cfeaff;
  background-image: image-set(url("../images/bg@1x.webp") type("image/webp") 1x, url("../images/bg@2x.webp") type("image/webp") 2x, url("../images/bg@1x.jpg") type("image/jpeg") 1x, url("../images/bg@2x.jpg") type("image/jpeg") 2x);
  background-size: cover;
  position: relative;
  perspective: 1000px;
  transform-style: preserve-3d;
  perspective-origin: center;
  width: 100vw !important;
  max-width: 100vw !important;
  /*width: 100%;
  max-width: 100%;*/
  left: 0 !important;
  right: 0 !important;
}

.animation-wrapper::after {
  content: "";
  display: block;
  height: calc(var(--vh, 1vh) * 400);
}

@media (max-width: 1024px) {
  .animation-wrapper::after {
    display: none !important;
    content: none !important;
    height: 0 !important;
  }
}
/* ВСЁ что внутри — фиксируется */
.content {
  /*position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;*/
  position: relative;
  width: 100%;
  overflow-x: clip;
  margin-bottom: 44px;
}
@media screen and (max-width: 1012px) {
  .content {
    margin-bottom: 74px;
  }
}

.animation-wrapper, .content {
  max-width: 100vw;
}

.title__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  position: relative;
  z-index: 40;
  /*pointer-events: none;*/
}
.title__img picture {
  display: block;
  width: auto;
  height: auto;
  max-width: 80vw;
  filter: drop-shadow(0 10px 22px rgba(0, 121, 214, 0.05)) drop-shadow(0 39px 39px rgba(0, 121, 214, 0.04)) drop-shadow(0 88px 53px rgba(0, 121, 214, 0.03));
}
@media screen and (max-width: 900px) {
  .title__img picture {
    max-width: 90vw;
  }
}
.title__img picture img {
  display: block;
  width: 100%;
  height: auto;
}

.main__text {
  max-width: 1148px;
  padding: 0 10px;
  width: 100%;
  margin: 0 auto;
  color: #FFF;
  font-family: FORMULAR-LIGHT, Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  position: absolute;
  top: 50%;
  left: 50%;
  /*transform: translate(-50%, -50%);*/
  transform: none;
  z-index: 40;
}
@media screen and (max-width: 1000px) {
  .main__text {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  .main__text {
    font-size: 24px;
    text-align: center;
    line-height: 140%;
  }
}

.main__text::before {
  content: "";
  position: absolute;
  inset: -40px; /* запас вокруг текста */
  background: rgba(66, 118, 172, 0.6);
  border-radius: 1286px;
  filter: blur(64px);
  z-index: -1;
  pointer-events: none;
}

.ui-layer {
  position: fixed;
  inset: 0;
  z-index: 200;
  pointer-events: none;
}

.thread-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: auto;
  pointer-events: none;
  z-index: 10;
  will-change: transform;
}
.thread-wrapper_desc {
  display: block;
}
@media screen and (max-width: 650px) {
  .thread-wrapper_desc {
    display: none;
  }
}
.thread-wrapper_mob {
  display: none;
}
@media screen and (max-width: 650px) {
  .thread-wrapper_mob {
    display: block;
  }
}

/*.thread-image {
    display: block;
    height: 3237px; 
    width: auto;
}*/
.thread-wrapper picture {
  display: block;
  width: auto;
  height: 3237px;
}

.thread-wrapper picture img {
  display: block;
  height: 100%;
  width: auto;
}

/*.thread-image--front {
	z-index: 100; 
}

.thread-image--front .thread-image{
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 88%,
    black 89%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 88%,
    black 89%
  );
}*/
.thread-image-mob {
  display: none;
}
@media screen and (max-width: 1000px) {
  .thread-image-mob {
    display: block;
  }
}

.slide {
  position: absolute;
  top: 0;
  left: 50%;
  /*transform: translate(-50%, 0);*/
  /*transform: translate(-50%, -50%);*/
  transform: translate3d(-50%, 0, 0);
  transform-style: preserve-3d;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  will-change: transform;
  z-index: 10;
  pointer-events: none;
  overflow: visible;
}

.slide-1 {
  z-index: 20;
  /*transform: translate3d(-50%, calc(100vh - 200px), 0);*/
  transform: translate3d(-50%, 0, 0);
  filter: blur(0px);
  height: calc(var(--vh, 1vh) * 100);
}

.slide-2 {
  z-index: 30;
  /*transform: translate3d(-50%, calc(100vh + 40px), -150px);*/
  transform: translate3d(-50%, 0, 0);
  filter: blur(2px);
  height: calc(var(--vh, 1vh) * 100);
}

.slide-3 {
  z-index: 40;
  /*transform: translate3d(-50%, calc(100vh + 80px), -300px);*/
  transform: translate3d(-50%, 0, 0);
  /* filter: blur(4px);*/
  height: calc(var(--vh, 1vh) * 100);
}

.slide-4 {
  z-index: 50;
  /*transform: translate3d(-50%, calc(100vh + 80px), -450px);*/
  transform: translate3d(-50%, 0, 0);
  /* filter: blur(4px);*/
  height: calc(var(--vh, 1vh) * 100);
}

.slide picture {
  display: block;
  width: 100%;
  height: 100%;
}

.slide picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide.active {
  pointer-events: auto;
}

.screen-1 {
  position: absolute;
  top: 0;
  left: 65%;
  z-index: 60;
  transform: translate3d(-35%, calc(100vh + 80px), -300px);
  /* filter: blur(4px);*/
  width: 100%;
  max-width: 552px;
}
@media screen and (max-width: 1000px) {
  .screen-1 {
    left: 50%;
    transform: translate3d(-50%, calc(100vh + 80px), -300px);
  }
}

.base {
  color: #303030;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(301deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.9) 100%);
  box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.25) inset, 0 2px 4px -2px rgba(0, 0, 0, 0.1), 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(20px);
  padding: 48px;
}
@media screen and (max-width: 1600px) {
  .base {
    padding: 32px;
  }
}
@media screen and (max-width: 1100px) {
  .base {
    padding: 26px;
  }
}
@media screen and (max-width: 600px) {
  .base {
    padding: 18px 14px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .base {
    padding: 14px 10px;
  }
}
@media screen and (max-width: 340px) {
  .base {
    padding: 10px;
  }
}
.base h3 {
  font-family: FORMULAR-BOLD, Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  padding-bottom: 24px;
}
@media screen and (max-width: 1600px) {
  .base h3 {
    font-size: 32px;
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 1100px) {
  .base h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 800px) {
  .base h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  .base h3 {
    font-size: 24px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 340px) {
  .base h3 {
    font-size: 20px;
    padding-bottom: 6px;
  }
}
.base p {
  font-family: FORMULAR-LIGHT, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 1100px) {
  .base p {
    font-size: 17px;
  }
}
@media screen and (max-width: 800px) {
  .base p {
    font-size: 14px;
    line-height: 140%;
  }
}
@media screen and (max-width: 600px) {
  .base p {
    font-size: 13px;
  }
}
@media screen and (max-width: 340px) {
  .base p {
    font-size: 12px;
  }
}
.base__btn {
  width: 100%;
  padding: 20px;
  border-radius: 8px;
  background: transparent;
  border: 1px solid #C93125;
  color: #C93125;
  font-family: FORMULAR-MEDIUM, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
  cursor: pointer;
  display: block;
}
@media screen and (max-width: 1600px) {
  .base__btn {
    font-size: 18px;
    padding: 16px;
  }
}
@media screen and (max-width: 600px) {
  .base__btn {
    font-size: 16px;
    padding: 14px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 340px) {
  .base__btn {
    font-size: 12px;
    padding: 10px;
  }
}
.base__btn:last-child {
  cursor: pointer;
  position: relative;
  z-index: 1000;
}
.base__btn_red {
  background: #D94236;
  color: #FFFFFF;
  transition: all 0.3s;
}
.base__btn_red:hover {
  background-color: #C93125;
}
.base__soc-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  column-gap: 12px;
  align-items: center;
  margin: 20px 0 32px 0;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 600px) {
  .base__soc-row {
    column-gap: 8px;
    margin: 15px 0 18px 0;
  }
}
@media screen and (max-width: 400px) {
  .base__soc-row {
    column-gap: 6px;
    margin: 12px 0 12px 0;
  }
}
.base__soc {
  display: block;
  cursor: pointer;
  border-radius: 64px;
  background: rgba(255, 255, 255, 0.6);
  width: 64px;
  height: 64px;
  background-position: center;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  font-family: FORMULAR-MEDIUM, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #303030;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 600px) {
  .base__soc {
    width: 54px;
    height: 54px;
    background-size: 22px 22px;
  }
}
@media screen and (max-width: 400px) {
  .base__soc {
    width: 44px;
    height: 44px;
    background-size: 18px 18px;
  }
}
.base__soc_tg {
  background-image: url("../images/tg.svg");
}
.base__soc_vk {
  background-image: url("../images/vk.svg");
}
.base__soc_ok {
  background-image: url("../images/ok.svg");
}
.base__soc_link {
  background-image: url("../images/link.svg");
}
.base__soc_downl {
  background-image: url("../images/down.svg");
  background-position: 16% 50%;
  padding: 20px 10px 20px 58px;
  width: 146px;
}
@media screen and (max-width: 600px) {
  .base__soc_downl {
    padding: 15px 10px 12px 52px;
    width: 136px;
  }
}
@media screen and (max-width: 400px) {
  .base__soc_downl {
    padding: 12px 8px 12px 36px;
    width: 100px;
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  .base__back {
    margin-top: 18px;
  }
}
@media screen and (max-width: 400px) {
  .base__back {
    margin-top: 12px;
  }
}

.screen-2 p {
  margin-bottom: 32px;
}
@media screen and (max-width: 1600px) {
  .screen-2 p {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 600px) {
  .screen-2 p {
    margin-bottom: 16px;
  }
}

.screen-2 {
  /*position: absolute;
  top: 0;
  left: 65%;*/
  /*top: 4%;*/
  right: 4%;
  z-index: 60;
  pointer-events: auto;
  /*transform: translate(-35%, calc(100vh + 80px));*/
  position: relative;
  /*transform: translate3d(0, 0, -300px);*/
  transform: none;
  /* filter: blur(4px);*/
  width: 100%;
  max-width: 552px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media screen and (max-width: 1000px) {
  .screen-2 {
    right: 0%;
    /*top: -8vh;*/
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 600px) {
  .screen-2 {
    top: -15vh;
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 340px) {
  .screen-2 {
    top: -6vh;
  }
}

.screen-3 {
  /*position: fixed;*/
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  /* filter: blur(4px);*/
  /*width: 100%;
  max-width: 1128px;*/
  opacity: 0;
  /*pointer-events: none;*/
  width: min(1128px, 100vw);
  max-width: 100%;
  /*overflow: hidden;*/
  box-sizing: border-box;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .screen-3 {
    top: 45%;
  }
}

@media screen and (max-width: 850px) {
  .base.screen-3 {
    max-width: 500px;
  }
}
@media screen and (max-width: 400px) {
  .base.screen-3 {
    padding: 20px 10px;
  }
}

.screen-4 {
  /*position: fixed;*/
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  /* filter: blur(4px);*/
  /*width: 100%;
  max-width: 1128px;*/
  opacity: 0;
  /*pointer-events: none;*/
  max-width: 552px;
  width: 100%;
  /*overflow: hidden;*/
  box-sizing: border-box;
  pointer-events: none;
}
.screen-4 p {
  padding-bottom: 24px;
}
@media screen and (max-width: 1600px) {
  .screen-4 p {
    padding-bottom: 16px;
  }
}

.wrapper__form {
  position: absolute;
  inset: 0;
  /*width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;*/
  /*transform: translate3d(-50%, -50%, -300px);*/
  /*transform: translateZ(-300px);*/
  will-change: transform;
  z-index: 60;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  transform-style: flat;
  margin-bottom: 70px;
}
@media screen and (max-width: 1000px) {
  .wrapper__form {
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .wrapper__form {
    /*justify-content: flex-end;*/
  }
}

.bear {
  /*position: absolute;
  top: 0;*/
  left: 5%;
  /*transform: translate3d(-60%, calc(100vh + 80px), -300px);*/
  transform: translate3d(0, 0, -300px);
  position: relative;
  max-width: 1000px;
  width: 52vw;
  z-index: 70;
  pointer-events: none;
}
@media screen and (max-width: 1600px) {
  .bear {
    width: 45vw;
    top: 4%;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1000px) {
  .bear {
    width: 44vh;
    left: 0%;
    z-index: 50;
    top: 7vh;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .bear {
    width: 35vh;
    top: -3vh;
  }
}
@media screen and (max-width: 390px) {
  .bear {
    /*top: 2vh;*/
  }
}
@media screen and (max-width: 340px) {
  .bear {
    width: 30vh;
    /*top:4vh;*/
  }
}

.bear picture {
  display: block;
  width: 100%;
  height: 100%;
}

.bear picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bear .scarf {
  position: absolute;
  top: 29%;
  left: 50%;
  transform: translateX(-50%);
  width: 47%;
  pointer-events: none;
}

.bear .mittens {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translateX(-50%);
  width: 65%;
  pointer-events: none;
}

.bear .hat {
  position: absolute;
  top: 14%;
  left: 24%;
  width: 37%;
  pointer-events: none;
}

@media screen and (max-width: 1000px) {
  .btn__desc {
    display: none;
  }
}
.btn__mob {
  display: none;
}
@media screen and (max-width: 1000px) {
  .btn__mob {
    display: block;
    margin-bottom: 16px;
  }
}
.btn__row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 12px;
}
.btn__wrap {
  flex: 0 1 33%;
  background-color: #E7CFD0;
  border-radius: 8px;
  height: 64px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .btn__wrap {
    height: 54px;
  }
}
.btn__wrap:hover {
  background-color: #D94236;
}
.btn__wrap::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
}
@media screen and (max-width: 600px) {
  .btn__wrap::after {
    width: 72px;
    height: 72px;
  }
}
.btn__wrap_hat::after {
  background-image: url("../images/btn_img01@2x.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}
.btn__wrap_scarf::after {
  background-image: url("../images/btn_img03@2x.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.btn__wrap_mittens::after {
  background-image: url("../images/btn_img02@2x.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}

.screen__row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  overflow: visible;
  gap: 20px;
}
@media screen and (max-width: 1100px) {
  .screen__row {
    gap: 20px;
  }
}
@media screen and (max-width: 850px) {
  .screen__row {
    flex-wrap: wrap;
  }
}
.screen__column {
  flex: 0 1 50%;
}
.screen__right {
  position: relative;
  max-width: 456px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 850px) {
  .screen__right {
    padding-top: 180px;
  }
}
@media screen and (max-width: 600px) {
  .screen__right {
    padding-top: 120px;
  }
}
.screen__img {
  width: 100%;
  max-width: 490px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 91;
  pointer-events: none;
  background-image: url("../images/card05@2x.jpg");
  background-size: 100% auto;
  box-shadow: -73.45px 83.184px 30.973px 0 rgba(0, 0, 0, 0), -46.902px 53.096px 28.318px 0 rgba(0, 0, 0, 0.01), -26.548px 30.088px 23.893px 0 rgba(0, 0, 0, 0.03), -11.504px 13.274px 17.699px 0 rgba(0, 0, 0, 0.04), -2.655px 3.54px 9.734px 0 rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1100px) {
  .screen__img {
    max-width: 430px;
  }
}
@media screen and (max-width: 950px) {
  .screen__img {
    position: relative;
    top: 0;
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 850px) {
  .screen__img {
    position: absolute;
    top: -15%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 200px;
  }
}
@media screen and (max-width: 600px) {
  .screen__img {
    top: -18%;
    max-width: 150px;
  }
}
.screen__img picture {
  display: block;
  width: 100%;
  height: auto;
  transform: translate(-13px, 5px) rotate(-3deg);
}
@media screen and (max-width: 800px) {
  .screen__img picture {
    transform: translate(-7px, 5px) rotate(-3deg);
  }
}
.screen__img picture img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
}
.screen__email.BigForm__email_label {
  margin-top: 12px;
  margin-bottom: 24px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 1600px) {
  .screen__email.BigForm__email_label {
    margin-top: 10px;
    margin-bottom: 16px;
  }
}
.screen__suggestion.BigForm__offer_label {
  padding-top: 0;
  padding-bottom: 24px;
  display: block;
}
@media screen and (max-width: 1600px) {
  .screen__suggestion.BigForm__offer_label {
    padding-bottom: 16px;
  }
}

.email__wrap {
  width: 100%;
}

.form__header {
  max-width: 100%;
  background-color: #FFFFFF;
  border-radius: 16px;
  color: #333;
  text-align: center;
  font-family: FORMULAR-MEDIUM, Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  padding: 28px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .form__header {
    font-size: 28px;
    padding: 18px;
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 600px) {
  .form__header {
    font-size: 20px;
    padding: 16px 10px 16px 26px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 400px) {
  .form__header {
    font-size: 18px;
    padding: 16px 10px 16px 46px;
  }
}

.form__header::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  left: 20px;
}
@media screen and (max-width: 1600px) {
  .form__header::after {
    width: 100px;
    height: 100px;
    left: 10px;
  }
}
@media screen and (max-width: 600px) {
  .form__header::after {
    width: 80px;
    height: 80px;
    left: 0;
  }
}
@media screen and (max-width: 400px) {
  .form__header::after {
    width: 70px;
    height: 70px;
    left: -10px;
  }
}

.form__header_hat::after {
  background-image: url("../images/btn_img01.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  top: -20px;
}
@media screen and (max-width: 400px) {
  .form__header_hat::after {
    top: -10px;
  }
}

.form__header_scarf::after {
  background-image: url("../images/btn_img02.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  top: -14px;
}

.form__header_mittens::after {
  background-image: url("../images/btn_img03.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  top: -5px;
}

.open__next {
  margin-bottom: 0px;
}

.thread-wrapper,
.thread-wrapper * {
  pointer-events: none !important;
}

.wrapper__form .screen-2,
.wrapper__form .screen-2 * {
  pointer-events: auto;
}

.btn__mob,
.btn__mob * {
  pointer-events: auto;
}

.slide, .slide picture, .bear, .wrapper__form {
  max-width: 100%;
  box-sizing: border-box;
}

.final-bg {
  position: fixed;
  inset: 0;
  z-index: 998;
  background: #fff url("../images/bg_final@2x.png") center/cover no-repeat;
  opacity: 0;
  pointer-events: none;
}

#form-big {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  /* Firefox */
  scrollbar-width: none;
}

/* Chrome / Safari / iOS */
#form-big::-webkit-scrollbar,
.BigForm__main::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

/*#form-big {
  overscroll-behavior: contain;
}*/
@media screen and (max-width: 600px) {
  .screen-4 .base__btn {
    margin-bottom: 12px;
  }
}

.link__hint {
  color: #303030;
  font-family: FORMULAR-LIGHT, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 15px 20px;
  position: absolute;
  top: -80px;
  right: 110px;
  z-index: 1000;
  display: none;
}
@media screen and (max-width: 850px) {
  .link__hint {
    font-size: 15px;
    padding: 13px 18px;
    right: 100px;
  }
}
@media screen and (max-width: 425px) {
  .link__hint {
    font-size: 14px;
    padding: 12px 15px;
    right: 24%;
    top: -70px;
  }
}

.footer {
  background-color: #FFFFFF;
  padding: 12px 40px;
  /*position: relative;*/
  position: absolute;
  bottom: 0;
  max-width: 1128px;
  width: calc(100vw - 20px);
  border-radius: 20px;
  left: 50%;
  transform: translateX(-50%) translateZ(0);
  display: block;
  margin: 0 0 10px 0;
  padding: 12px 20px;
  z-index: 5;
  flex-shrink: 0;
}
@media screen and (max-width: 800px) {
  .footer {
    padding: 10px;
  }
}
.footer__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  column-gap: 14px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1100px) {
  .footer__row {
    flex-wrap: wrap;
  }
}
.footer__column {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 24px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1012px) {
  .footer__column {
    padding-top: 8px;
  }
}
@media screen and (max-width: 600px) {
  .footer__column {
    column-gap: 12px;
    padding-top: 6px;
  }
}
.footer__text {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #AEAEAE;
}
@media screen and (max-width: 1600px) {
  .footer__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 800px) {
  .footer__text {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .footer__text {
    font-size: 11px;
  }
}
@media screen and (max-width: 340px) {
  .footer__text {
    font-size: 9px;
  }
}
.footer__mail {
  color: #D94236;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  padding-left: 24px;
}
.footer__mail::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/mail.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.footer__tel {
  color: #303030;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  padding-left: 24px;
}
.footer__tel::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/tel.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}

.form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 9998;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 140px 20px 80px;
  box-sizing: border-box;
  /*overflow-y: auto;*/
  overflow: hidden;
  pointer-events: auto;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 420px) {
  .form {
    padding: 150px 0 20px;
  }
}

.BigForm__main {
  /*max-height: calc(var(--vh, 1vh) * 100 - 160px);*/
  max-height: 91vh;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  /*max-height: calc(100vh - 160px);*/
  overscroll-behavior: contain;
  overscroll-behavior-y: contain;
  touch-action: pan-y;
  max-width: 936px;
  /*max-height: 90vh;*/
  box-sizing: border-box;
  padding: 30px;
  /*-webkit-overflow-scrolling: touch;*/
  /* scrollbar-width: none;*/
  color: #303030;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(301deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.9) 100%);
  box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.25) inset, 0 2px 4px -2px rgba(0, 0, 0, 0.1), 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(20px);
}
@media screen and (max-width: 1000px) {
  .BigForm__main {
    padding: 20px;
    max-height: 90vh;
  }
}
@media screen and (max-width: 600px) {
  .BigForm__main {
    padding: 15px;
  }
}

.BigForm__paymentMethod_container {
  max-width: 744px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.BigForm__main [data-v-2b25f18a] {
  max-width: 744px;
  margin: 0 auto;
}

.BigForm__main [data-v-e1edabda] {
  width: 100%;
  display: block;
}

.BigForm__main [data-v-549a639f] {
  max-width: 744px;
  display: block;
  width: 100%;
}

.form[data-v-104f312e] {
  margin-top: 40px;
}

.form-input[data-v-104f312e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.FormInput__root[data-v-104f312e], .unsubscribe-form[data-v-104f312e] {
  width: 100%;
}

.form[data-v-383783d6] {
  margin-top: 40px;
}

.form-input[data-v-383783d6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.FormInput__root[data-v-383783d6], .subscription-settings-form[data-v-383783d6] {
  width: 100%;
}

.email-suggestion[data-v-5846d567] {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  position: absolute;
  font-weight: 400;
  font-size: 12.1px;
  line-height: 20px;
  margin: 6px 0;
  z-index: 999;
}

.email-suggestion span[data-v-5846d567] {
  color: #d94236;
  cursor: pointer;
}

.email-suggestion {
  color: #d94236;
  cursor: pointer;
}

.BigForm__form.one-currency .CustomForm__form_label[data-v-5846d567] {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

p.ErrorMessage__root-letter {
  font-size: 14px;
  line-height: 20px;
}

@media screen and (min-width: 1920px) {
  .BigForm__form.one-currency .BigForm__form_label[data-v-5846d567] {
    /*width:780px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 780px;
    flex: 0 0 780px;
    max-width: 780px*/
  }
}
@media screen and (max-width: 1919px) and (min-width: 1600px) {
  .BigForm__form.one-currency .BigForm__form_label[data-v-5846d567] {
    /* width:640px;
     -webkit-box-flex: 0;
     -ms-flex: 0 0 640px;
     flex: 0 0 640px;
     max-width: 640px*/
  }
}
@media screen and (max-width: 1599px) and (min-width: 1280px) {
  .BigForm__form.one-currency .BigForm__form_label[data-v-5846d567] {
    /* width:496px;
     -webkit-box-flex: 0;
     -ms-flex: 0 0 496px;
     flex: 0 0 496px;
     max-width: 496px*/
  }
}
.invalid[data-v-5c91ec23] {
  color: #d94236;
}

a[data-v-5c91ec23] {
  color: inherit;
  text-decoration: underline;
}

.ya-pay {
  display: none;
}

button.donate-button[data-v-143b7ab0], button.donate-button[data-v-143b7ab0]:focus, button.donate-button[data-v-143b7ab0]:hover {
  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;
}

button.donate-button img[data-v-143b7ab0] {
  height: 2rem;
  margin-left: 0.5rem;
}

button.sberpay-button[data-v-143b7ab0] {
  background: #D94236;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex;
}

button.sberpay-button img[data-v-143b7ab0] {
  height: 100%;
}

button.yandex-button[data-v-143b7ab0] {
  background: #fff;
  -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;
  border: 1px solid #000;
  padding: 15px;
  border-radius: 10px;
}

button.yandex-button[data-v-143b7ab0]:disabled, button.yandex-button[disabled][data-v-143b7ab0] {
  opacity: 0.2;
}

button.yandex-button img[data-v-143b7ab0] {
  height: 100%;
}

button.sbp-button[data-v-143b7ab0] {
  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;
  /*background-color: #1d1346*/
  background-color: #D94236;
}

button.sbp-button img[data-v-143b7ab0] {
  height: 100%;
}

.external-operator-form .qr-code .qr-image[data-v-ac2aca2c] {
  max-width: 100%;
  padding-right: 10px;
}

.external-operator-form .qr-code[data-v-ac2aca2c] p {
  margin: 10px 0;
}

.external-operator-form .external-link[data-v-ac2aca2c] {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.external-operator-form .external-link[data-v-ac2aca2c], .external-operator-form .external-static[data-v-ac2aca2c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.external-static__text[data-v-ac2aca2c] {
  text-align: center;
}

.external-static__content.paypal-external .BigForm__form_footer[data-v-ac2aca2c] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1599px) and (min-width: 1280px) {
  .external-static__text[data-v-ac2aca2c] {
    width: 430px;
    max-width: 430px;
  }
}
.apple-pay-warning[data-v-3ac46218] {
  color: #777;
}

.external-footer[data-v-773a2034] {
  display: block;
  width: 100%;
}

.external-footer a[data-v-773a2034] {
  color: #777;
}

.external-footer .BigForm__form[data-v-773a2034] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border: none;
}

.external-footer .BigForm__form > [data-v-773a2034] {
  max-width: 50%;
}

.external-footer .BigForm__form > .pay-system-logos[data-v-773a2034] {
  max-width: 250px;
}

@media screen and (max-width: 767px) {
  .external-footer .BigForm__form[data-v-773a2034] {
    display: block;
    margin-top: 28px;
    text-align: center;
  }
  .external-footer .BigForm__form > [data-v-773a2034] {
    display: block;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .external-footer .BigForm__form > .pay-system-logos[data-v-773a2034] {
    margin: 0 auto 10px;
  }
}
.BigForm__form_footer[data-v-773a2034] {
  margin-top: 28px;
  text-align: center;
}

.error-page > [data-v-2b25f18a], .thanks-page > [data-v-2b25f18a] {
  padding: 20px 0;
}

.form-lang-en .BigForm__offer_label[data-v-2b25f18a], .form-with-context .BigForm__offer_label[data-v-2b25f18a] {
  border: none;
  padding-top: 10px;
}

.form-footer[data-v-2b25f18a] {
  /*margin-top: 14px*/
}

.SmallForm__offer[data-v-2b25f18a] {
  margin-top: 10px;
}

.mobile-form .SmallForm__offer[data-v-2b25f18a] {
  margin-top: 0;
}

.donate-external-form .BigForm__form .hint[data-v-2b25f18a] {
  position: relative;
  top: -20px;
  border-bottom: 1px dashed;
  font-size: 13px;
}

@media screen and (min-width: 1920px) {
  .donate-external-form .BigForm__form .hint[data-v-2b25f18a] {
    top: -35px;
  }
}
@media screen and (max-width: 767px) {
  .form-footer[data-v-2b25f18a] {
    margin-top: 0;
  }
  .error-page > [data-v-2b25f18a], .thanks-page > [data-v-2b25f18a] {
    padding: 20px;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

/*@font-face {
    font-family: Styrene;
    font-weight: 400;
    font-style: normal;
    src: url(https://podari-zhizn.ru/public/assets/fonts/StyreneBLC-Regular.eot#iefix);
    src: url(https://podari-zhizn.ru/public/assets/fonts/StyreneBLC-Regular.eot#iefix) format("eot"),url(https://podari-zhizn.ru/public/assets/fonts/StyreneBLC-Regular.woff2) format("woff2"),url(https://podari-zhizn.ru/public/assets/fonts/StyreneBLC-Regular.woff) format("woff"),url(https://podari-zhizn.ru/public/assets/fonts/StyreneBLC-Regular.ttf) format("truetype")
}*/
body, html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-width: 320px;
  margin: 0;
}

body, button, html, input, optgroup, select, textarea {
  font-family: Styrene, sans-serif;
}

a, button, div, input, select, textarea {
  -webkit-tap-highlight-color: transparent;
}

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

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
}

figure {
  margin: 0;
}

a {
  text-decoration: none;
  outline: 0;
}

img {
  vertical-align: top;
}

button {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  padding: 0;
  display: block;
  cursor: inherit;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button, button[type=button], input {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

input {
  display: block;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}

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

h1, h2, h3, h4, h5, h6, ol, p, ul {
  margin: 0;
}

ol, ul {
  padding: 0;
  list-style: none;
}

svg {
  display: block;
}

blockquote {
  margin: 0;
}

::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.typography__h1, .typography__h1Enlarged, .typography__h2Styrene, .typography__h2StyreneEnlarged, .typography__h3Styrene, .typography__lead, .typography__micro, .typography__textStyrene {
  font-family: Styrene, sans-serif;
  color: #333;
}

.form-disabled {
  opacity: 0.7;
}

.form-centered {
  margin: 0 auto;
}

input:-webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .typography__h1, .typography__h1Enlarged {
    font-weight: 400;
    color: #333;
    font-size: 46.5px;
    line-height: 48px;
    letter-spacing: -0.04em;
  }
  .typography__h2Styrene, .typography__h2StyreneEnlarged {
    font-weight: 400;
    color: #333;
    font-size: 40.8px;
    line-height: 44px;
    letter-spacing: -0.02em;
  }
  .typography__h3Styrene {
    font-weight: 400;
    color: #333;
    font-size: 28.4px;
    line-height: 32px;
    letter-spacing: -0.02em;
  }
  .typography__lead {
    font-size: 24.2px;
    line-height: 28px;
  }
  .typography__lead, .typography__textStyrene {
    font-weight: 400;
    color: #333;
    letter-spacing: -0.02em;
  }
  .typography__textStyrene {
    font-size: 18.3px;
    line-height: 24px;
    color: #333;
  }
  .typography__micro {
    font-weight: 400;
    color: #333;
    font-size: 14.1px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .typography__h1, .typography__h1Enlarged {
    font-weight: 400;
    color: #333;
    font-size: 52.2px;
    line-height: 52px;
    letter-spacing: -0.04em;
  }
  .typography__h2Styrene, .typography__h2StyreneEnlarged {
    font-weight: 400;
    color: #333;
    font-size: 40.8px;
    line-height: 44px;
    letter-spacing: -0.02em;
  }
  .typography__h3Styrene {
    font-weight: 400;
    color: #333;
    font-size: 28.4px;
    line-height: 32px;
    letter-spacing: -0.02em;
  }
  .typography__lead {
    font-size: 24.2px;
    line-height: 28px;
  }
  .typography__lead, .typography__textStyrene {
    font-weight: 400;
    color: #333;
    letter-spacing: -0.02em;
  }
  .typography__textStyrene {
    font-size: 18.3px;
    line-height: 24px;
    color: #333;
  }
  .typography__micro {
    font-weight: 400;
    color: #333;
    font-size: 14.1px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1280px) {
  .typography__h1, .typography__h1Enlarged {
    font-weight: 400;
    color: #333;
    font-size: 64.8px;
    line-height: 64px;
    letter-spacing: -0.04em;
  }
  .typography__h2Styrene, .typography__h2StyreneEnlarged {
    font-weight: 400;
    color: #333;
    font-size: 42.3px;
    line-height: 48px;
    letter-spacing: -0.02em;
  }
  .typography__h3Styrene {
    font-weight: 400;
    color: #333;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.02em;
  }
  .typography__lead {
    font-size: 26.4px;
    line-height: 32px;
  }
  .typography__lead, .typography__textStyrene {
    font-weight: 400;
    color: #333;
    letter-spacing: -0.02em;
  }
  .typography__textStyrene {
    font-size: 18.3px;
    line-height: 24px;
    color: #333;
  }
  .typography__micro {
    font-weight: 400;
    color: #333;
    font-size: 14.1px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1919px) and (min-width: 1600px) {
  .typography__h1, .typography__h1Enlarged {
    font-weight: 400;
    color: #333;
    font-size: 94.8px;
    line-height: 94px;
    letter-spacing: -0.04em;
  }
  .typography__h2Styrene, .typography__h2StyreneEnlarged {
    font-weight: 400;
    color: #333;
    font-size: 57.8px;
    line-height: 64px;
    letter-spacing: -0.02em;
  }
  .typography__h3Styrene {
    font-weight: 400;
    color: #333;
    font-size: 39.4px;
    line-height: 44px;
    letter-spacing: -0.02em;
  }
  .typography__lead {
    font-size: 30.9px;
    line-height: 40px;
  }
  .typography__lead, .typography__textStyrene {
    font-weight: 400;
    color: #333;
    letter-spacing: -0.02em;
  }
  .typography__textStyrene {
    font-size: 21.2px;
    line-height: 28px;
    color: #333;
  }
  .typography__micro {
    font-weight: 400;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 2559px) and (min-width: 1920px) {
  .typography__h1, .typography__h1Enlarged {
    font-weight: 400;
    color: #333;
    font-size: 94.8px;
    line-height: 94px;
    letter-spacing: -0.04em;
  }
  .typography__h2Styrene, .typography__h2StyreneEnlarged {
    font-weight: 400;
    color: #333;
    font-size: 57.8px;
    line-height: 64px;
    letter-spacing: -0.02em;
  }
  .typography__h3Styrene {
    font-weight: 400;
    color: #333;
    font-size: 39.4px;
    line-height: 44px;
    letter-spacing: -0.02em;
  }
  .typography__lead {
    font-size: 30.9px;
    line-height: 40px;
  }
  .typography__lead, .typography__textStyrene {
    font-weight: 400;
    color: #333;
    letter-spacing: -0.02em;
  }
  .typography__textStyrene {
    font-size: 21.2px;
    line-height: 28px;
    color: #333;
  }
  .typography__micro {
    font-weight: 400;
    color: #333;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.02em;
  }
}
@media screen and (min-width: 2560px) {
  .typography__h1 {
    font-size: 94.8px;
    line-height: 94px;
  }
  .typography__h1, .typography__h1Enlarged {
    font-weight: 400;
    color: #333;
    letter-spacing: -0.04em;
  }
  .typography__h1Enlarged {
    font-size: 107.2px;
    line-height: 124px;
  }
  .typography__h2Styrene {
    font-weight: 400;
    color: #333;
    font-size: 57.8px;
    line-height: 64px;
    letter-spacing: -0.02em;
  }
  .typography__h2StyreneEnlarged {
    font-weight: 400;
    color: #333;
    font-size: 76px;
    line-height: 80px;
    letter-spacing: -0.02em;
  }
  .typography__h3Styrene {
    font-weight: 400;
    color: #333;
    font-size: 39.4px;
    line-height: 44px;
    letter-spacing: -0.02em;
  }
  .typography__lead {
    font-size: 30.9px;
    line-height: 40px;
  }
  .typography__lead, .typography__textStyrene {
    font-weight: 400;
    color: #333;
    letter-spacing: -0.02em;
  }
  .typography__textStyrene {
    font-size: 21.2px;
    line-height: 28px;
    color: #333;
  }
  .typography__micro {
    font-weight: 400;
    color: #333;
    font-size: 18.3px;
    line-height: 24px;
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 767px) {
  .typography__h1, .typography__h1Enlarged {
    font-weight: 400;
    color: #333;
    font-size: 38px;
    line-height: 40px;
    letter-spacing: -0.02em;
  }
  .typography__h2Styrene, .typography__h2StyreneEnlarged {
    font-weight: 400;
    color: #333;
    font-size: 31px;
    line-height: 32px;
    letter-spacing: -0.02em;
  }
  .typography__h3Styrene {
    font-weight: 400;
    color: #333;
    font-size: 26.4px;
    line-height: 32px;
    letter-spacing: -0.02em;
  }
  .typography__lead {
    font-size: 22px;
    line-height: 28px;
  }
  .typography__lead, .typography__textStyrene {
    font-weight: 400;
    color: #333;
    letter-spacing: -0.02em;
  }
  .typography__textStyrene {
    font-size: 16.2px;
    line-height: 24px;
    color: #333;
  }
  .typography__micro {
    font-weight: 400;
    color: #333;
    font-size: 12px;
    line-height: 16px;
  }
}
.Amount__root {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  display: inline-block;
  /*width: 25%;*/
  text-align: center;
  /*border-radius: 64px;
  background: rgba(255, 255, 255, 0.60);
  padding: 16px 24px;*/
}

.Amount__root:not(:first-child) {
  border-left-width: 0;
}

.Amount__root:nth-child(3) {
  border-right-width: 0;
}

.Amount__amount {
  width: 0;
  height: 0;
  display: none;
}

.Amount__amount_text:before {
  content: "";
  z-index: 3;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  position: absolute;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.Amount__amount:checked + .Amount__amount_text {
  /*color: #d94236;
  background-color: #faf2f0*/
  background: #F0F7FF;
  box-shadow: 0 0 12px 0 rgba(96, 141, 255, 0.1) inset;
  color: #0478FF;
}

.Amount__amount:checked + .Amount__amount_text:before {
  border: 2px solid #0077FF;
  border-radius: 64px;
}

.Amount__amount_text {
  width: 100%;
  /*height: 100%;*/
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-block;
  /*-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;*/
  background-color: transparent;
  -webkit-transition: background-color, color 0.2s;
  transition: background-color, color 0.2s;
  color: #333;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  white-space: nowrap;
  border-radius: 64px;
  background: rgba(255, 255, 255, 0.6);
  padding: 16px 24px;
}
@media screen and (max-width: 1600px) {
  .Amount__amount_text {
    font-size: 17px;
    padding: 14px 20px;
  }
}
@media screen and (max-width: 800px) {
  .Amount__amount_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .Amount__amount_text {
    font-size: 14px;
    padding: 12px 12px;
  }
}

.Amount__amount_text:before {
  content: "";
  z-index: 3;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  position: absolute;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

@media screen and (min-width: 1920px) {
  .Amount__root {
    height: 64px;
  }
}
@media screen and (max-width: 767px) {
  .Amount__root {
    width: 50%;
  }
  .Amount__root:first-child, .Amount__root:nth-child(2) {
    border-bottom-width: 0;
  }
  .Amount__root:nth-child(3) {
    border-left-width: 1px;
  }
}
.OtherAmount__root {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 25%;
  border-radius: 64px;
  background: rgba(255, 255, 255, 0.6);
  /*padding: 16px 24px;*/
  height: 60px;
}
@media screen and (max-width: 1600px) {
  .OtherAmount__root {
    height: 54px;
  }
}
@media screen and (max-width: 600px) {
  .OtherAmount__root {
    height: 45px;
  }
}

.OtherAmount__amount_input {
  position: relative;
  /*border-radius: 0;*/
  z-index: 2;
  width: 100%;
  padding: 16px 24px;
  /*height: 56px;
  padding: 17px 16px;
  -webkit-box-shadow: inset 0 0 0 1px #dfdfdf;
  box-shadow: inset 0 0 0 1px #dfdfdf;
  -webkit-transition: background-color .2s ease,-webkit-box-shadow;
  transition: background-color .2s ease,-webkit-box-shadow;
  transition: box-shadow,background-color .2s ease;
  transition: box-shadow,background-color .2s ease,-webkit-box-shadow*/
}
@media screen and (max-width: 1600px) {
  .OtherAmount__amount_input {
    padding: 16px 24px;
  }
}
@media screen and (max-width: 600px) {
  .OtherAmount__amount_input {
    padding: 12px 24px;
  }
}

.OtherAmount__amount_input:focus, .OtherAmount__amount_input:hover {
  /* -webkit-box-shadow: inset 0 0 0 1px grey;
   box-shadow: inset 0 0 0 1px grey*/
  border: 2px solid #0077FF;
  border-radius: 64px;
  background: #F0F7FF;
  box-shadow: 0 0 12px 0 rgba(96, 141, 255, 0.1) inset;
  /*color: #0478FF;*/
}

.OtherAmount__amount_input:focus {
  /*background-color: #faf2f0*/
}

.OtherAmount__amount_input:focus + .OtherAmount__amount_placeholder {
  display: none;
}

.OtherAmount__amount_input:not(:-moz-placeholder-shown) {
  /*background-color: #faf2f0*/
}

.OtherAmount__amount_input:not(:-ms-input-placeholder) {
  /*background-color: #faf2f0*/
}

.OtherAmount__amount_input:not(:placeholder-shown) {
  /*background-color: #faf2f0*/
}

.OtherAmount__amount_input:not(:-moz-placeholder-shown) + .OtherAmount__amount_placeholder {
  display: none;
}

.OtherAmount__amount_input:not(:-ms-input-placeholder) + .OtherAmount__amount_placeholder {
  display: none;
}

.OtherAmount__amount_input:not(:placeholder-shown) + .OtherAmount__amount_placeholder {
  display: none;
}

.OtherAmount__amount_input::-webkit-inner-spin-button, .OtherAmount__amount_input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.OtherAmount__amount_placeholder {
  color: grey;
  text-align: center;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 1;
  color: #333;
  font-family: FORMULAR-LIGHT, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 1600px) {
  .OtherAmount__amount_placeholder {
    font-size: 17px;
  }
}
@media screen and (max-width: 800px) {
  .OtherAmount__amount_placeholder {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .OtherAmount__amount_placeholder {
    font-size: 14px;
  }
}

@media screen and (min-width: 1920px) {
  .OtherAmount__amount_input {
    /*padding:16px 20px ;
    height: 64px*/
  }
}
@media screen and (max-width: 767px) {
  .OtherAmount__root {
    width: 50%;
  }
  .OtherAmount__amount_input {
    /*padding: 19px 12px*/
  }
}
.ErrorMessage__root {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  position: absolute;
  font-weight: 400;
  color: #d94236;
  font-size: 14.1px;
  line-height: 20px;
}

.ErrorMessage__root-letter {
  font-size: 12px;
  line-height: 18px;
}

.ErrorMessage__errorMessageShow {
  opacity: 1;
}

@media screen and (min-width: 1920px) {
  .ErrorMessage__root {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 767px) {
  .ErrorMessage__root {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.02em;
  }
}
.FormInput__root {
  cursor: text;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  position: relative;
  margin-bottom: 24px;
  border-radius: 8px;
  /*width: 100%;*/
}
@media screen and (max-width: 1600px) {
  .FormInput__root {
    margin-bottom: 0;
  }
}

.FormInput__input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 54px;
  padding: 15px 16px 0 15px;
  /*-webkit-box-shadow: inset 0 0 0 1px #dfdfdf;
  box-shadow: inset 0 0 0 1px #dfdfdf;*/
  outline: none;
  border: 0;
  background-color: inherit;
  /*-webkit-transition: background-color,color .2s ease,-webkit-box-shadow;
  transition: background-color,color .2s ease,-webkit-box-shadow;
  transition: box-shadow,background-color,color .2s ease;
  transition: box-shadow,background-color,color .2s ease,-webkit-box-shadow;
  -webkit-appearance: none;*/
  border: 2px solid #D3DEE9;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 8px;
}

.FormInput__input::-webkit-inner-spin-button, .FormInput__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.FormInput__input:focus, .FormInput__input:hover:not(.invalid) {
  /*-webkit-box-shadow: inset 0 0 0 1px grey;
  box-shadow: inset 0 0 0 1px grey*/
  border: 1px solid #07F;
  background: rgba(255, 255, 255, 0.6);
}

.FormInput__input.invalid:not(:focus):not(:-moz-placeholder-shown) {
  border: 1px solid #d94236;
  border-radius: 2px;
  color: #d94236;
  background-color: #fff;
}

.FormInput__input.invalid:not(:focus):not(:-ms-input-placeholder) {
  border: 1px solid #d94236;
  border-radius: 2px;
  color: #d94236;
  background-color: #fff;
}

.FormInput__input.invalid:not(:focus):not(:placeholder-shown) {
  border: 1px solid #d94236;
  border-radius: 2px;
  color: #d94236;
  background-color: #fff;
}

.FormInput__input.invalid:not(:focus):not(:-moz-placeholder-shown) + .FormInput__placeholder {
  color: #d94236;
}

.FormInput__input.invalid:not(:focus):not(:-ms-input-placeholder) + .FormInput__placeholder {
  color: #d94236;
}

.FormInput__input.invalid:not(:focus):not(:placeholder-shown) + .FormInput__placeholder {
  color: #d94236;
}

.FormInput__input.invalid:not(:focus):not(:-moz-placeholder-shown) ~ .FormInput__error_button {
  z-index: 5;
  opacity: 1;
}

.FormInput__input.invalid:not(:focus):not(:-ms-input-placeholder) ~ .FormInput__error_button {
  z-index: 5;
  opacity: 1;
}

.FormInput__input.invalid:not(:focus):not(:placeholder-shown) ~ .FormInput__error_button {
  z-index: 5;
  opacity: 1;
}

.FormInput__input.invalid:not(:focus):not(:-moz-placeholder-shown) ~ .FormInput__error_button:hover + .FormInput__tooltip {
  opacity: 1;
  z-index: 6;
}

.FormInput__input.invalid:not(:focus):not(:-ms-input-placeholder) ~ .FormInput__error_button:hover + .FormInput__tooltip {
  opacity: 1;
  z-index: 6;
}

.FormInput__input.invalid:not(:focus):not(:placeholder-shown) ~ .FormInput__error_button:hover + .FormInput__tooltip {
  opacity: 1;
  z-index: 6;
}

.FormInput__input:not(:-moz-placeholder-shown) {
  /*background-color: #faf2f0*/
}

.FormInput__input:not(:-ms-input-placeholder) {
  /* background-color: #faf2f0*/
}

.FormInput__input:focus, .FormInput__input:not(:placeholder-shown) {
  /* background-color: #faf2f0*/
}

.FormInput__input:not(:-moz-placeholder-shown) + .FormInput__placeholder {
  font-size: 12px;
  line-height: 18px;
  transform: translateY(-22px);
  color: #07F;
}

.FormInput__input:not(:-ms-input-placeholder) + .FormInput__placeholder {
  font-size: 12px;
  line-height: 18px;
  transform: translateY(-22px);
  color: #07F;
}

.FormInput__input:focus + .FormInput__placeholder, .FormInput__input:not(:placeholder-shown) + .FormInput__placeholder {
  font-size: 12px;
  line-height: 18px;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  color: #07F;
}

.FormInput__notValid ~ .ErrorMessage__root {
  opacity: 1;
}

.FormInput__placeholder {
  top: 50%;
  left: 15px;
  position: absolute;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: grey;
  -webkit-transition: font-size, color 0.15s, -webkit-transform 0.15s;
  transition: font-size, color 0.15s, -webkit-transform 0.15s;
  transition: font-size, color 0.15s, transform 0.15s;
  transition: font-size, color 0.15s, transform 0.15s, -webkit-transform 0.15s;
  color: #AEAEAE;
  font-family: FORMULAR-LIGHT, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.FormInput__errorMessage {
  top: 56px;
}

.FormInput__error_button, .FormInput__help_button {
  cursor: pointer;
  z-index: 3;
  top: 0;
  right: 0;
  position: absolute;
  width: 56px;
  height: 56px;
  padding: 16px;
}

.FormInput__help_button {
  z-index: 4;
}

.FormInput__help_button:hover .FormInput__help_icon circle, .FormInput__help_button:hover .FormInput__help_icon path {
  stroke: grey;
}

.FormInput__help_button:hover .FormInput__help_icon rect {
  fill: grey;
}

.FormInput__help_button:hover + .FormInput__tooltip {
  opacity: 1;
  z-index: 6;
}

.FormInput__help_icon {
  width: 100%;
  height: 100%;
}

.FormInput__help_icon circle, .FormInput__help_icon path, .FormInput__help_icon rect {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.FormInput__tooltip {
  top: 48px;
  right: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background: #fff;
  -webkit-box-shadow: 3px 3px 19px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 19px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 6px 16px;
}

.FormInput__tooltip_text {
  color: grey;
}

.FormInput__error_button {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.FormInput__error_icon {
  width: 100%;
  height: 100%;
}

.FormInput__error_tooltip {
  top: 56px;
}

@media screen and (min-width: 1280px) {
  .FormInput__input:not(:-moz-placeholder-shown) + .FormInput__placeholder {
    transform: translateY(-27px);
  }
  .FormInput__input:not(:-ms-input-placeholder) + .FormInput__placeholder {
    transform: translateY(-27px);
  }
  .FormInput__input:focus + .FormInput__placeholder, .FormInput__input:not(:placeholder-shown) + .FormInput__placeholder {
    -webkit-transform: translateY(-27px);
    transform: translateY(-27px);
  }
}
@media screen and (min-width: 1920px) {
  .FormInput__input:not(:-moz-placeholder-shown) + .FormInput__placeholder {
    font-size: 18.3px;
    line-height: 24px;
    letter-spacing: -0.02em;
    transform: translateY(-30px);
  }
  .FormInput__input:not(:-ms-input-placeholder) + .FormInput__placeholder {
    font-size: 18.3px;
    line-height: 24px;
    letter-spacing: -0.02em;
    transform: translateY(-30px);
  }
  .FormInput__input:focus + .FormInput__placeholder, .FormInput__input:not(:placeholder-shown) + .FormInput__placeholder {
    font-size: 18.3px;
    line-height: 24px;
    letter-spacing: -0.02em;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  .FormInput__input {
    height: 64px;
    padding: 17px 24px 0;
  }
  .FormInput__placeholder {
    left: 24px;
  }
  .FormInput__errorMessage {
    top: 64px;
  }
  .FormInput__error_button, .FormInput__help_button {
    width: 64px;
    height: 64px;
  }
  .FormInput__tooltip {
    top: 40px;
    padding-bottom: 13px;
    padding-top: 15px;
  }
  .FormInput__error_tooltip {
    top: 64px;
  }
}
@media screen and (max-width: 767px) {
  .FormInput__input:not(:-moz-placeholder-shown) + .FormInput__placeholder {
    font-size: 12.6px;
    line-height: 16px;
  }
  .FormInput__input:not(:-ms-input-placeholder) + .FormInput__placeholder {
    font-size: 12.6px;
    line-height: 16px;
  }
  .FormInput__input:focus + .FormInput__placeholder, .FormInput__input:not(:placeholder-shown) + .FormInput__placeholder {
    font-size: 12.6px;
    line-height: 16px;
  }
  .FormInput__input {
    padding: 16px 16px 0;
  }
  .FormInput__placeholder {
    left: 16px;
  }
  .FormInput__tooltip {
    padding-bottom: 7px;
    padding-top: 9px;
  }
}
.Offer__root {
  position: relative;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  font-weight: 400;
  color: #333;
  font-size: 14.1px;
  line-height: 20px;
}

.Offer__check {
  width: 0;
  height: 0;
  display: none;
}

.Offer__error + .Offer__text:before {
  border-color: #0077FF;
}

.Offer__check:checked + .Offer__text:before {
  border-color: transparent;
  background-color: #0077FF;
}

.Offer__check:checked + .Offer__text:after {
  opacity: 1;
}

.Offer__text {
  position: relative;
  padding-left: 28px;
  display: block;
  color: #333;
  font-family: FORMULAR-LIGHT, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 1600px) {
  .Offer__text {
    font-size: 15px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 600px) {
  .Offer__text {
    font-size: 14px;
    padding-left: 20px;
  }
}

.Offer__text a {
  color: #333;
  text-decoration: underline;
}

.Offer__text:before {
  display: inline-block;
  border: 2px solid #D3DEE9;
  border-radius: 2px;
  background-color: transparent;
  -webkit-transition: border-color, background-color 0.2s ease;
  transition: border-color, background-color 0.2s ease;
}

.Offer__text:after, .Offer__text:before {
  content: "";
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 1600px) {
  .Offer__text:after, .Offer__text:before {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 600px) {
  .Offer__text:after, .Offer__text:before {
    width: 14px;
    height: 14px;
  }
}

.Offer__text:after {
  opacity: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAARCAYAAADZsVyDAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABoSURBVHgBtdHRDYAgDIThG8mNuE0Y/TQRE2IsylH/Z/olpUBSkjZkd6BFZxVZdajS8Af0yv+WAUq4TaNfVnDQ2h6UP1BFuLV+MFBstBtkhGv1+gPcRydxwukFJ1YKcCKjG05k1nDCaAdSK+ugFtOaNgAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-size: 9px 7px;
  background-position: 50%;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.Offer__errorMessage {
  position: relative;
  padding-left: 24px;
}

@media screen and (min-width: 1920px) {
  .Offer__root {
    font-size: 21.2px;
    line-height: 28px;
    letter-spacing: -0.02em;
  }
  .Offer__text {
    padding-left: 36px;
  }
  .Offer__text:after, .Offer__text:before {
    width: 24px;
    height: 24px;
  }
  .Offer__text:after {
    background-size: 13.5px 11px;
  }
  .Offer__errorMessage {
    padding-left: 36px;
  }
}
@media screen and (max-width: 767px) {
  .Offer__root {
    font-size: 16.2px;
    line-height: 24px;
    letter-spacing: -0.02em;
  }
  .Offer__text:after, .Offer__text:before {
    top: 2px;
  }
}
.formStyles__amountContainer {
  margin-bottom: 32px;
}

.formStyles__amountContainer {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media screen and (min-width: 1600px) {
  .formStyles__amountContainer {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .formStyles__amountContainer {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.BigForm__root {
  overflow: hidden;
  background-color: #faf2f0;
  padding-bottom: 64px;
}

.BigForm__wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 64px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /*background-color: #fff*/
}

.BigForm__currency_container {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #dfdfdf*/
  display: none;
}

.BigForm__currency_label {
  display: block;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.BigForm__hidden {
  width: 0;
  height: 0;
  display: none;
}

.BigForm__currency:checked + .BigForm__currency_text {
  color: #d94236;
}

.BigForm__currency:checked + .BigForm__currency_text:before {
  border-color: transparent;
  background-color: #d94236;
  color: #fff;
}

.BigForm__currency:checked + .BigForm__currency_text:after {
  border-color: #d94236;
}

.BigForm__currency_text {
  position: relative;
  display: block;
  padding-left: 32px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.BigForm__currency_text:before {
  content: "";
  text-align: center;
  top: 50%;
  left: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  font-size: 14.1px;
  line-height: 20px;
  color: #dfdfdf;
  border-radius: 50%;
  border: 1px solid #dfdfdf;
  margin-right: 8px;
  background-color: #fff;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  padding-top: 2px;
}

.BigForm__currency_text:after {
  content: "";
  top: -15px;
  left: 0;
  position: absolute;
  width: 100%;
  border-top: 2px solid transparent;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.BigForm__RUB_check:before {
  content: "₽";
}

.BigForm__USD_check:before {
  content: "$";
}

.BigForm__EUR_check:before {
  content: "€";
}

.BigForm__main, .BigForm__paymentMethod_container {
  width: 100%;
}

.BigForm__paymentMethod_desc {
  display: inline;
  color: grey;
  margin-right: 40px;
}

.BigForm__paymentMethod_labelWrapper {
  /*display: inline-block*/
  padding-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 1600px) {
  .BigForm__paymentMethod_labelWrapper {
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 738px) {
  .BigForm__paymentMethod_labelWrapper {
    padding-bottom: 0;
  }
}

.BigForm__paymentMethod_label {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  /*display: inline-block;
  margin-right: 40px;*/
  display: inline-block;
}

.BigForm__paymentMethod_text {
  color: inherit;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  position: relative;
  display: block;
  color: #333;
  font-family: FORMULAR-LIGHT, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 64px;
  background: rgba(255, 255, 255, 0.6);
  padding: 16px 24px 16px 56px;
  white-space: nowrap;
}
@media screen and (max-width: 1600px) {
  .BigForm__paymentMethod_text {
    font-size: 17px;
    padding: 14px 20px 14px 52px;
  }
}
@media screen and (max-width: 800px) {
  .BigForm__paymentMethod_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .BigForm__paymentMethod_text {
    font-size: 14px;
    padding: 12px 18px 12px 50px;
  }
}
@media screen and (max-width: 452px) {
  .BigForm__paymentMethod_text {
    font-size: 14px;
    padding: 12px 12px 12px 40px;
  }
}

.BigForm__paymentMethod_text::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
}
@media screen and (max-width: 452px) {
  .BigForm__paymentMethod_text::after {
    left: 14px;
  }
}

.BigForm__paymentMethod_label:nth-child(1) .BigForm__paymentMethod_text::after {
  background: url("../images/card01.svg");
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 600px) {
  .BigForm__paymentMethod_label:nth-child(1) .BigForm__paymentMethod_text::after {
    width: 20px;
    height: 20px;
  }
}

.BigForm__paymentMethod_label:nth-child(2) .BigForm__paymentMethod_text {
  padding: 16px 24px 16px 64px;
}
@media screen and (max-width: 800px) {
  .BigForm__paymentMethod_label:nth-child(2) .BigForm__paymentMethod_text {
    padding: 12px 20px 12px 58px;
  }
}

.BigForm__paymentMethod_label:nth-child(2) .BigForm__paymentMethod_text::after {
  background: url("../images/card02.svg");
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 600px) {
  .BigForm__paymentMethod_label:nth-child(2) .BigForm__paymentMethod_text::after {
    width: 24px;
    height: 24px;
  }
}

.BigForm__paymentMethod_label:nth-child(3) .BigForm__paymentMethod_text {
  padding: 16px 24px 16px 96px;
}
@media screen and (max-width: 452px) {
  .BigForm__paymentMethod_label:nth-child(3) .BigForm__paymentMethod_text {
    padding: 16px 14px 16px 76px;
  }
}

.BigForm__paymentMethod_label:nth-child(3) .BigForm__paymentMethod_text::after {
  background: url("../images/card03.svg");
  width: 64px;
  height: 32px;
}
@media screen and (max-width: 600px) {
  .BigForm__paymentMethod_label:nth-child(3) .BigForm__paymentMethod_text::after {
    width: 56px;
    height: 28px;
  }
}

.BigForm__paymentMethod_label:nth-child(4) .BigForm__paymentMethod_text {
  padding: 16px 24px 16px 66px;
}

.BigForm__paymentMethod_labelWrapper:nth-of-type(2) .BigForm__paymentMethod_label:nth-of-type(2) {
  display: none;
}

.BigForm__paymentMethod_labelWrapper:nth-of-type(2) .BigForm__paymentMethod_label:nth-of-type(2) .BigForm__paymentMethod_text::after {
  background: url("../images/card04.svg");
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 600px) {
  .BigForm__paymentMethod_labelWrapper:nth-of-type(2) .BigForm__paymentMethod_label:nth-of-type(2) .BigForm__paymentMethod_text::after {
    width: 28px;
    height: 28px;
  }
}

.BigForm__paymentMethod_text:before {
  /*content: "";
    top: 0;
    position: absolute;
  z-index: 3;
    border-top: 2px solid transparent;
    -webkit-transition: border-top-color .2s;
    transition: border-top-color .2s;
    width: 100%*/
  content: "";
  z-index: 3;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  position: absolute;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.BigForm__paymentMethod:checked + .BigForm__paymentMethod_text {
  background: #F0F7FF;
  box-shadow: 0 0 12px 0 rgba(96, 141, 255, 0.1) inset;
  color: #0478FF;
}

.BigForm__paymentMethod:checked + .BigForm__paymentMethod_text:before {
  border: 2px solid #0077FF;
  border-radius: 64px;
}

.BigForm__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*padding-top: 32px*/
}

.BigForm__email_label, .BigForm__surname_label {
  /*margin-right: 32px*/
}

.BigForm__select_label {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  position: relative;
  margin-bottom: 32px;
  border-radius: 2px;
  color: #333;
  display: none;
}

option {
  color: #333;
  font-family: FORMULAR-LIGHT, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
}

.BigForm__select {
  overflow: hidden;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*outline: none;*/
  background: url("../images/select.svg") no-repeat 100%;
  background-size: 20px;
  background-position-x: calc(100% - 16px);
  background-color: rgba(255, 255, 255, 0.6);
  /*-webkit-box-shadow: inset 0 0 0 1px #dfdfdf;
  box-shadow: inset 0 0 0 1px #dfdfdf;*/
  border: 1px solid #D3DEE9;
  border-radius: 8px;
  padding: 24px 56px 9px 16px;
  /*-webkit-transition: background-color .2s ease,-webkit-box-shadow;
  transition: background-color .2s ease,-webkit-box-shadow;
  transition: box-shadow,background-color .2s ease;
  transition: box-shadow,background-color .2s ease,-webkit-box-shadow;*/
  color: #333;
  font-family: FORMULAR-LIGHT, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 16px;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .BigForm__select {
    font-size: 17px;
    padding: 22px 56px 8px 16px;
  }
}
@media screen and (max-width: 800px) {
  .BigForm__select {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .BigForm__select {
    font-size: 14px;
  }
}

.BigForm__select:focus {
  /*background-color: #faf2f0*/
  color: #333;
}

.BigForm__select:focus, .BigForm__select:hover {
  /*-webkit-box-shadow: inset 0 0 0 1px grey;
  box-shadow: inset 0 0 0 1px grey*/
  color: #333;
}

select::-ms-expand {
  display: none;
}

.BigForm__select_placeholder {
  top: 3px;
  position: absolute;
  color: #AEAEAE;
  font-family: FORMULAR-LIGHT, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 16px;
}

.BigForm__selectArrow {
  top: 50%;
  right: 16px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  z-index: 1;
}

.BigForm__offer_label:first-child {
  padding-top: 24px;
}
@media screen and (max-width: 1600px) {
  .BigForm__offer_label:first-child {
    padding-top: 16px;
  }
}
@media screen and (max-width: 800px) {
  .BigForm__offer_label:first-child {
    padding-top: 12px;
  }
}
@media screen and (max-width: 600px) {
  .BigForm__offer_label:first-child {
    padding-top: 10px;
  }
}

.BigForm__offer_label {
  padding-top: 16px;
}
@media screen and (max-width: 1600px) {
  .BigForm__offer_label {
    padding-top: 16px;
  }
}
@media screen and (max-width: 800px) {
  .BigForm__offer_label {
    padding-top: 12px;
  }
}
@media screen and (max-width: 600px) {
  .BigForm__offer_label {
    padding-top: 10px;
  }
}

.BigForm__form_footer {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.BigForm__offer_label {
  width: 100%;
  display: block;
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.BigForm__form_footer {
  margin-top: 32px;
}
@media screen and (max-width: 1600px) {
  .BigForm__form_footer {
    margin-top: 16px;
  }
}

.BigForm__submit_button {
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  height: 56px;
  background-color: #d94236;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  border-radius: 8px;
  color: #fff;
  margin-top: 48px;
}
@media screen and (max-width: 1600px) {
  .BigForm__submit_button {
    margin-top: 24px;
    height: 52px;
  }
}
@media screen and (max-width: 800px) {
  .BigForm__submit_button {
    margin-top: 12px;
    height: 48px;
  }
}

.btn__cansel {
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  height: 56px;
  border: 1px solid #d94236;
  background-color: transparent;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  border-radius: 8px;
  color: #d94236;
  margin-top: 16px;
  display: block;
}
@media screen and (max-width: 1600px) {
  .btn__cansel {
    height: 52px;
  }
}
@media screen and (max-width: 800px) {
  .btn__cansel {
    height: 48px;
  }
}

.BigForm__submit_button:hover {
  background-color: #e55b50;
}

.BigForm__submit_button:focus {
  background-color: #cc3529;
}

.BigForm__link {
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  color: #d94236;
  position: relative;
  display: inline-block;
}

.BigForm__linkContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.BigForm__linkArrow {
  display: inline-block;
  margin-left: 12px;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0.55, 0.45, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0.55, 0.45, 1);
  transition: transform 0.25s cubic-bezier(0, 0.55, 0.45, 1);
  transition: transform 0.25s cubic-bezier(0, 0.55, 0.45, 1), -webkit-transform 0.25s cubic-bezier(0, 0.55, 0.45, 1);
}

.BigForm__link:hover .BigForm__linkArrow {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.BigForm__pencilLine_wrapper {
  bottom: -11px;
  left: 0;
  position: absolute;
  width: 0;
  height: 12px;
  overflow: hidden;
  -webkit-transition: width 0.25s cubic-bezier(0, 0.55, 0.45, 1);
  transition: width 0.25s cubic-bezier(0, 0.55, 0.45, 1);
  will-change: width;
}

.BigForm__link:hover .BigForm__pencilLine_wrapper {
  width: 120%;
}

.BigForm__pencilLine {
  width: 235px;
  height: 12px;
  bottom: 0;
  left: 0;
  position: absolute;
  background-image: url(styles/img/3mvz8VK.423f05ef.svg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .BigForm__currency_text {
    padding-left: 36px;
  }
  .BigForm__currency_text:before {
    margin-right: 12px;
  }
  .BigForm__form, .BigForm__offer_label, .BigForm__paymentMethod_container {
    /*border-top: 1px solid #dfdfdf*/
  }
  .BigForm__form_footer {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center*/
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .BigForm__root {
    padding-bottom: 48px;
  }
  .BigForm__wrapper {
    padding-top: 32px;
    /*width: 704px;
    padding-left: 22px;
    padding-right: 22px*/
  }
  .BigForm__currency_container {
    padding-bottom: 45px;
  }
  .BigForm__currency_label {
    padding-top: 15px;
  }
  .BigForm__paymentMethod_container {
    /*padding-bottom: 45px*/
  }
  .BigForm__paymentMethod_text {
    /*padding-top: 15px*/
  }
  .BigForm__form_label {
    /* width: 100%;
     -webkit-box-flex: 0;
     -ms-flex: 0 0 304px;
     flex: 0 0 360px;
     max-width: 360px*/
  }
  .BigForm__submit_button {
    /*width: 304px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 304px;
    flex: 0 0 304px;
    max-width: 304px*/
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .BigForm__currency_label {
    margin-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .BigForm__wrapper {
    padding-top: 48px;
  }
  .BigForm__currency_text {
    padding-left: 44px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .BigForm__wrapper {
    /*width:976px;
    padding-left: 84px;
    padding-right: 84px*/
  }
  .BigForm__currency_container {
    padding-bottom: 45px;
  }
  .BigForm__currency_label {
    padding-top: 15px;
  }
  .BigForm__paymentMethod_container {
    /* padding-bottom: 45px*/
  }
  .BigForm__paymentMethod_text {
    /* padding-top: 15px*/
  }
  .BigForm__form_label, .BigForm__submit_button {
    /*width: 388px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 388px;
    flex: 0 0 388px;
    max-width: 388px*/
  }
}
@media screen and (max-width: 1599px) and (min-width: 1280px) {
  .BigForm__wrapper {
    /*width:1216px;
    padding-left: 104px;
    padding-right: 104px*/
  }
  .BigForm__currency_container {
    display: none;
    /*width: 280px;
    max-width: 280px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    margin-right: 32px*/
  }
  .BigForm__currency_label {
    padding-top: 15px;
    padding-bottom: 13px;
  }
  .BigForm__paymentMethod_container {
    /*padding-bottom: 45px*/
  }
  .BigForm__paymentMethod_text {
    /*padding-top: 15px*/
  }
  .BigForm__form_label {
    /*width: 340px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 340px;
    flex: 0 0 340px;
    max-width: 340px;
    margin-bottom: 16px*/
  }
  .BigForm__email_label, .BigForm__surname_label {
    /*margin-right: 16px*/
  }
  .BigForm__submit_button {
    /*width: 340px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 340px;
    flex: 0 0 340px;
    max-width: 340px*/
  }
}
@media screen and (min-width: 1280px) {
  .BigForm__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .BigForm__currency_container {
    /*display: block*/
    display: none;
  }
  .BigForm__currency_label {
    border-bottom: 1px solid #dfdfdf;
  }
}
@media screen and (min-width: 1600px) {
  .BigForm__root {
    padding-bottom: 128px;
  }
  .BigForm__wrapper {
    padding-bottom: 96px;
  }
  .BigForm__currency_text:before {
    width: 32px;
    height: 32px;
    padding-top: 5px;
    font-size: 18.3px;
    line-height: 24px;
    letter-spacing: -0.02em;
  }
  .BigForm__currency_text:after {
    top: -20px;
  }
  .BigForm__form {
    /*padding-top: 48px*/
  }
  .BigForm__pencilLine {
    width: 270px;
  }
}
@media screen and (max-width: 1919px) and (min-width: 1600px) {
  .BigForm__wrapper {
    /*width:1504px;
    padding-left: 96px;
    padding-right: 96px*/
  }
  .BigForm__currency_container {
    /*width: 256px;
    max-width: 256px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 256px;
    flex: 0 0 256px;
    margin-right: 32px*/
    display: none;
  }
  .BigForm__currency_label {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .BigForm__paymentMethod_container {
    /*padding-bottom: 60px*/
  }
  .BigForm__paymentMethod_text {
    /*padding-top: 20px*/
  }
  .BigForm__form_label {
    /*width: 496px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 496px;
    flex: 0 0 496px;
    max-width: 496px*/
  }
  .BigForm__select_placeholder {
    top: 0;
  }
  .BigForm__submit_button {
    /* width: 496px;
     -webkit-box-flex: 0;
     -ms-flex: 0 0 496px;
     flex: 0 0 496px;
     max-width: 496px*/
  }
}
@media screen and (max-width: 2559px) and (min-width: 1920px) {
  .BigForm__wrapper {
    /*width:1824px;
    padding-left: 116px;
    padding-right: 116px*/
  }
  .BigForm__currency_container {
    /* width: 316px;
     max-width: 316px;
     -webkit-box-flex: 0;
     -ms-flex: 0 0 316px;
     flex: 0 0 316px;
     margin-right: 32px*/
    display: none;
  }
  .BigForm__currency_label {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .BigForm__paymentMethod_container {
    padding-bottom: 20px;
  }
  .BigForm__paymentMethod_text {
    /*padding-top: 20px*/
  }
}
@media screen and (min-width: 1920px) {
  .BigForm__paymentMethod_desc, .BigForm__paymentMethod_label {
    /*margin-right:48px*/
  }
  .BigForm__form_label {
    /* width: 606px;
     -webkit-box-flex: 0;
     -ms-flex: 0 0 606px;
     flex: 0 0 606px;
     max-width: 606px*/
  }
  .BigForm__select_label {
    margin-bottom: 48px;
  }
  .BigForm__select {
    padding: 29px 64px 9px 24px;
    background-size: 32px;
  }
  .BigForm__select_placeholder {
    padding-left: 24px;
  }
  .BigForm__selectArrow {
    width: 32px;
    height: 32px;
  }
  .BigForm__offer_label {
    /*padding-top: 48px*/
  }
  .BigForm__form_footer {
    margin-top: 48px;
  }
  .BigForm__submit_button {
    /*width: 432px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 432px;
    flex: 0 0 432px;
    max-width: 432px;
    height: 64px*/
  }
}
@media screen and (min-width: 2560px) {
  .BigForm__wrapper {
    /*width:1824px;
    padding-left: 116px;
    padding-right: 116px*/
  }
  .BigForm__currency_container {
    /*width: 316px;
    max-width: 316px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 316px;
    flex: 0 0 316px;
    margin-right: 32px*/
    display: none;
  }
  .BigForm__currency_label {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .BigForm__paymentMethod_container {
    /*padding-bottom: 60px*/
  }
  .BigForm__paymentMethod_text {
    /*padding-top: 20px*/
  }
}
@media screen and (max-width: 1023px) {
  .BigForm__wrapper {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 1599px) {
  .BigForm__paymentMethod_desc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .BigForm__root {
    padding-bottom: 0;
  }
  .BigForm__wrapper {
    padding-bottom: 44px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
  .BigForm__currency_container {
    /*-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 44px*/
    display: none;
  }
  .BigForm__currency_label {
    padding-top: 12px;
  }
  .BigForm__currency_text:before {
    font-size: 12.6px;
    line-height: 16px;
    padding-top: 4px;
  }
  .BigForm__currency_text:after {
    top: -12px;
  }
  .BigForm__paymentMethod_container {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 18px;
    display: inline-block;
  }
  .BigForm__paymentMethod_labelWrapper {
    /* width: 50%;
     max-width: 50%;
     -webkit-box-flex: 0;
     -ms-flex: 0 0 50%;
     flex: 0 0 50%*/
    display: inline;
  }
  .BigForm__paymentMethod_label {
    /*margin-right: 0;
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px solid #dfdfdf*/
  }
  .BigForm__paymentMethod_text {
    /*width: 100%;
    display: inline*/
  }
  .BigForm__paymentMethod_text:before {
    /*top: -4px*/
  }
  .BigForm__paymentMethod_text {
    /*padding-top: 12px*/
  }
  .BigForm__form {
    padding-top: 0;
  }
  .BigForm__name_label, .BigForm__phone_label, .BigForm__surname_label {
    display: none;
  }
  .BigForm__email_label {
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .BigForm__select_label {
    margin-bottom: 28px;
  }
  .BigForm__select {
    padding: 26px 52px 10px 16px;
    background-size: 20px;
  }
  .BigForm__selectArrow {
    width: 20px;
    height: 20px;
  }
  .BigForm__offer_label {
    /*padding-top: 0*/
  }
  .BigForm__form_footer {
    margin-top: 28px;
    text-align: center;
  }
  /*.BigForm__submit_button {
       margin-bottom: 44px;
   @media screen and (max-width: 1000px) {
  	margin-bottom: 20px;
  }
  @media screen and (max-width: 600px) {
  	margin-bottom: 16px;
  }
   }*/
  .BigForm__linkArrow {
    margin-left: 8px;
  }
  .BigForm__pencilLine {
    width: 212px;
  }
}
@media screen and (max-width: 420px) {
  .BigForm__wrapper {
    padding-bottom: 180px;
    padding-top: 50px;
  }
}
.SmallForm__root {
  overflow: hidden;
  padding: 32px 0 0;
}

.SmallForm__wrapper {
  padding-top: 8px;
}

.SmallForm__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.CustomForm__amount_container, .SmallForm__amount_container {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.SmallForm__hidden {
  width: 0;
  height: 0;
  display: none;
}

.SmallForm__email {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 32px;
}

.SmallForm__button {
  display: inline-block;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  height: 56px;
  background-color: #d94236;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  border-radius: 2px;
  color: #fff;
}

.SmallForm__button:hover {
  background-color: #e55b50;
}

.SmallForm__button:focus {
  background-color: #cc3529;
}

.SmallForm__offer {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .SmallForm__root {
    width: 704px;
  }
  .SmallForm__wrapper {
    padding-top: 15px;
    padding-bottom: 29px;
  }
  .SmallForm__title {
    padding-bottom: 37px;
  }
  .SmallForm__email {
    margin-right: 32px;
    margin-bottom: 29px;
  }
  .SmallForm__button, .SmallForm__email {
    width: 336px;
    max-width: 336px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 336px;
    flex: 0 0 336px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .SmallForm__root {
    width: 640px;
  }
  .SmallForm__wrapper {
    padding-top: 15px;
    padding-bottom: 29px;
  }
  .SmallForm__title {
    padding-bottom: 37px;
  }
  .SmallForm__email {
    margin-right: 32px;
    margin-bottom: 29px;
  }
  .SmallForm__button, .SmallForm__email {
    width: 304px;
    max-width: 304px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 304px;
    flex: 0 0 304px;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1280px) {
  .SmallForm__root {
    width: 800px;
  }
  .SmallForm__wrapper {
    padding-top: 13px;
    padding-bottom: 93px;
  }
  .SmallForm__title {
    padding-bottom: 35px;
  }
  .SmallForm__email {
    margin-right: 32px;
    margin-bottom: 21px;
  }
  .SmallForm__button, .SmallForm__email {
    width: 384px;
    max-width: 384px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 384px;
    flex: 0 0 384px;
  }
}
@media screen and (max-width: 1919px) and (min-width: 1600px) {
  .SmallForm__root {
    width: 928px;
  }
  .SmallForm__wrapper {
    padding-top: 13px;
    padding-bottom: 92px;
  }
  .SmallForm__title {
    padding-bottom: 31px;
  }
  .SmallForm__email {
    margin-right: 32px;
    margin-bottom: 28px;
  }
  .SmallForm__button, .SmallForm__email {
    width: 448px;
    max-width: 448px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 448px;
    flex: 0 0 448px;
  }
}
@media screen and (max-width: 2559px) and (min-width: 1920px) {
  .SmallForm__root {
    width: 1128px;
  }
  .SmallForm__wrapper {
    padding-top: 13px;
    padding-bottom: 92px;
  }
  .SmallForm__title {
    padding-bottom: 47px;
  }
  .SmallForm__email {
    margin-right: 32px;
    margin-bottom: 28px;
  }
  .SmallForm__button, .SmallForm__email {
    width: 548px;
    max-width: 548px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 548px;
    flex: 0 0 548px;
  }
}
@media screen and (min-width: 1920px) {
  .SmallForm__button {
    height: 64px;
  }
}
@media screen and (min-width: 2560px) {
  .SmallForm__root {
    width: 1128px;
    padding-top: 48px;
  }
  .SmallForm__wrapper {
    padding-top: 13px;
    padding-bottom: 92px;
  }
  .SmallForm__title {
    padding-bottom: 47px;
  }
  .SmallForm__email {
    margin-right: 32px;
    margin-bottom: 28px;
  }
  .SmallForm__button, .SmallForm__email {
    width: 548px;
    max-width: 548px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 548px;
    flex: 0 0 548px;
  }
}
@media screen and (max-width: 767px) {
  .SmallForm__root {
    padding-top: 24px;
  }
  .SmallForm__title {
    padding-bottom: 40px;
  }
  .SmallForm__amount_container {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .SmallForm__amountLabel {
    display: none;
  }
  .SmallForm__otherAmount {
    width: 100%;
    border-left-width: 1px;
  }
  .SmallForm__email {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: block;
    margin-bottom: 28px;
  }
  .SmallForm__button {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    display: block;
  }
  .SmallForm__offer {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 28px;
  }
}
.SearchForm__root {
  overflow: hidden;
}

.SearchForm__readMore_button {
  cursor: pointer;
  font-weight: 400;
  color: #333;
  font-size: 12.6px;
  line-height: 16px;
  margin-top: 12px;
}

.SearchForm__readMore_button:hover .SearchForm__readMore_text {
  color: #d94236;
}

.SearchForm__readMore_button:hover .SearchForm__readMore_icon path {
  stroke: #d94236;
}

.SearchForm__readMore_text {
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.SearchForm__readMore_icon {
  display: inline-block;
  margin-left: 6px;
  vertical-align: text-bottom;
}

.SearchForm__readMore_icon path {
  -webkit-transition: stroke 0.15s;
  transition: stroke 0.15s;
}

.SearchForm__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.SearchForm__form_label {
  margin-bottom: 24px;
}

.SearchForm__form_label, .SearchForm__submitWrapper {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.SearchForm__submitWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}

.SearchForm__text {
  color: grey;
}

.SearchForm__text a {
  color: #333;
  border-bottom: 1px solid #d94236;
}

.SearchForm__form_button {
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  height: 56px;
  background-color: #d94236;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  border-radius: 2px;
  color: #fff;
}

.SearchForm__form_button:hover {
  background-color: #e55b50;
}

.SearchForm__form_button:focus {
  background-color: #cc3529;
}

.SearchForm__nothingFound_container {
  margin-top: 45px;
  margin-bottom: 60px;
}

.SearchForm__nothingFound_wrapper {
  text-align: center;
}

.SearchForm__nothingFound_title {
  color: grey;
}

.SearchForm__nothingFound_desc {
  color: grey;
  padding-left: 20px;
  padding-right: 20px;
}

.SearchForm__searchResult_container {
  border-top: 1px solid #333;
  margin-bottom: 96px;
  margin-top: 96px;
}

.SearchForm__searchResult_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.SearchForm__searchResult {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #dfdfdf;
}

.SearchForm__date p {
  color: grey;
}

.SearchForm__date p:last-child {
  color: #333;
}

.SearchForm__donator {
  display: none;
}

.SearchForm__paginationContainer {
  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;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 11px;
  padding-top: 11px;
}

.SearchForm__nextButton, .SearchForm__prevButton {
  cursor: pointer;
  width: 72px;
  height: 72px;
}

.SearchForm__nextButton:disabled, .SearchForm__prevButton:disabled {
  cursor: auto;
  pointer-events: none;
}

.SearchForm__prevArrow {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.SearchForm__prevArrow path {
  -webkit-transition: stroke 0.15s;
  transition: stroke 0.15s;
}

.SearchForm__prevButton:disabled .SearchForm__prevArrow path {
  stroke: #dfdfdf;
}

.SearchForm__prevButton:hover .SearchForm__prevArrow path {
  stroke: #d94236;
}

.SearchForm__nextArrow {
  width: 100%;
  height: 100%;
}

.SearchForm__nextArrow path {
  -webkit-transition: stroke 0.15s;
  transition: stroke 0.15s;
}

.SearchForm__nextButton:disabled .SearchForm__nextArrow path {
  stroke: #dfdfdf;
}

.SearchForm__nextButton:hover .SearchForm__nextArrow path {
  stroke: #d94236;
}

.SearchForm__pagesList {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.SearchForm__page {
  display: inline-block;
  cursor: pointer;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  margin-right: 24px;
}

.SearchForm__page:focus, .SearchForm__page:hover {
  color: #d94236;
}

.SearchForm__page:last-child {
  margin-right: 0;
}

.SearchForm__dots {
  margin-right: 24px;
  color: grey;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .SearchForm__root {
    width: 704px;
  }
  .SearchForm__form {
    margin-top: 60px;
  }
  .SearchForm__form_label {
    width: 336px;
    max-width: 336px;
    margin-bottom: 16px;
  }
  .SearchForm__form_name, .SearchForm__form_patronymic, .SearchForm__form_surname, .SearchForm__textWrapper {
    margin-right: 32px;
  }
  .SearchForm__form_button, .SearchForm__textWrapper {
    width: 336px;
    max-width: 336px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 336px;
    flex: 0 0 336px;
  }
  .SearchForm__nothingFound_container {
    margin-bottom: 93px;
    margin-top: 61px;
  }
  .SearchForm__nothingFound_wrapper {
    width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
  .SearchForm__nothingFound_title {
    margin-bottom: 22px;
  }
  .SearchForm__nothingFound_desc {
    padding-left: 32px;
    padding-right: 32px;
  }
  .SearchForm__searchResult_title {
    padding-top: 15px;
    padding-bottom: 37px;
  }
  .SearchForm__searchResult {
    padding-top: 15px;
    padding-bottom: 21px;
  }
  .SearchForm__date, .SearchForm__donation {
    width: 152px;
    max-width: 152px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 152px;
    flex: 0 0 152px;
    margin-right: 32px;
  }
  .SearchForm__purpose_payment {
    width: 336px;
    max-width: 336px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 336px;
    flex: 0 0 336px;
  }
  .SearchForm__purpose_payment p:first-child {
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 768px) {
  .SearchForm__readMore_button {
    display: none;
  }
  .SearchForm__form {
    padding-top: 32px;
  }
  .SearchForm__date p:last-child {
    display: none;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .SearchForm__root {
    width: 640px;
  }
  .SearchForm__form {
    margin-top: 60px;
  }
  .SearchForm__form_label {
    width: 304px;
    max-width: 304px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 304px;
    flex: 0 0 304px;
    margin-bottom: 16px;
  }
  .SearchForm__form_name, .SearchForm__form_patronymic, .SearchForm__form_surname, .SearchForm__textWrapper {
    margin-right: 32px;
  }
  .SearchForm__form_button, .SearchForm__textWrapper {
    width: 304px;
    max-width: 304px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 304px;
    flex: 0 0 304px;
  }
  .SearchForm__nothingFound_container {
    margin-bottom: 93px;
    margin-top: 61px;
  }
  .SearchForm__nothingFound_wrapper {
    width: 472px;
    margin-left: auto;
    margin-right: auto;
  }
  .SearchForm__nothingFound_title {
    margin-bottom: 22px;
  }
  .SearchForm__nothingFound_desc {
    padding-left: 32px;
    padding-right: 32px;
  }
  .SearchForm__searchResult_title {
    padding-top: 15px;
    padding-bottom: 37px;
  }
  .SearchForm__searchResult {
    padding-top: 15px;
    padding-bottom: 21px;
  }
  .SearchForm__date, .SearchForm__donation {
    width: 136px;
    max-width: 136px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 136px;
    flex: 0 0 136px;
    margin-right: 32px;
  }
  .SearchForm__purpose_payment {
    width: 304px;
    max-width: 304px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 304px;
    flex: 0 0 304px;
  }
  .SearchForm__purpose_payment p:first-child {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1280px) {
  .SearchForm__root {
    width: 800px;
  }
  .SearchForm__form {
    margin-top: 95px;
  }
  .SearchForm__form_label {
    width: 384px;
    max-width: 384px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 384px;
    flex: 0 0 384px;
    margin-bottom: 16px;
  }
  .SearchForm__form_name, .SearchForm__form_patronymic, .SearchForm__form_surname, .SearchForm__textWrapper {
    margin-right: 32px;
  }
  .SearchForm__form_button, .SearchForm__textWrapper {
    width: 384px;
    max-width: 384px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 384px;
    flex: 0 0 384px;
  }
  .SearchForm__nothingFound_container {
    margin-top: 94px;
    margin-bottom: 125px;
  }
  .SearchForm__nothingFound_wrapper {
    width: 592px;
    margin-left: auto;
    margin-right: auto;
  }
  .SearchForm__nothingFound_title {
    margin-bottom: 21px;
  }
  .SearchForm__nothingFound_desc {
    padding-left: 72px;
    padding-right: 72px;
  }
  .SearchForm__searchResult_title {
    padding-top: 13px;
    padding-bottom: 35px;
  }
  .SearchForm__searchResult {
    padding-top: 15px;
    padding-bottom: 21px;
  }
  .SearchForm__date, .SearchForm__donation {
    width: 176px;
    max-width: 176px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 176px;
    flex: 0 0 176px;
    margin-right: 32px;
  }
  .SearchForm__purpose_payment {
    width: 384px;
    max-width: 384px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 384px;
    flex: 0 0 384px;
  }
  .SearchForm__purpose_payment p:first-child {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1919px) and (min-width: 1600px) {
  .SearchForm__root {
    width: 928px;
  }
  .SearchForm__form {
    margin-top: 88px;
  }
  .SearchForm__form_label {
    width: 448px;
    max-width: 448px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 448px;
    flex: 0 0 448px;
    margin-bottom: 32px;
  }
  .SearchForm__form_name, .SearchForm__form_patronymic, .SearchForm__form_surname, .SearchForm__textWrapper {
    margin-right: 32px;
  }
  .SearchForm__form_button, .SearchForm__textWrapper {
    width: 448px;
    max-width: 448px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 448px;
    flex: 0 0 448px;
  }
  .SearchForm__nothingFound_container {
    margin-top: 92px;
    margin-bottom: 124px;
  }
  .SearchForm__nothingFound_wrapper {
    width: 544px;
    margin-left: auto;
    margin-right: auto;
  }
  .SearchForm__nothingFound_title {
    margin-bottom: 16px;
  }
  .SearchForm__nothingFound_desc {
    padding-left: 32px;
    padding-right: 32px;
  }
  .SearchForm__searchResult_title {
    padding-top: 13px;
    padding-bottom: 31px;
  }
  .SearchForm__searchResult {
    padding-top: 12px;
    padding-bottom: 20px;
  }
  .SearchForm__date, .SearchForm__donation {
    width: 200px;
    max-width: 200px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    margin-right: 32px;
  }
  .SearchForm__purpose_payment {
    width: 432px;
    max-width: 432px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 432px;
    flex: 0 0 432px;
  }
  .SearchForm__purpose_payment p:first-child {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 2559px) and (min-width: 1920px) {
  .SearchForm__root {
    width: 1128px;
  }
  .SearchForm__form {
    margin-top: 88px;
  }
  .SearchForm__form_label {
    width: 548px;
    max-width: 548px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 548px;
    flex: 0 0 548px;
    margin-bottom: 32px;
  }
  .SearchForm__form_name, .SearchForm__form_patronymic, .SearchForm__form_surname, .SearchForm__textWrapper {
    margin-right: 32px;
  }
  .SearchForm__form_button, .SearchForm__textWrapper {
    width: 548px;
    max-width: 548px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 548px;
    flex: 0 0 548px;
  }
  .SearchForm__nothingFound_wrapper {
    width: 664px;
    margin-left: auto;
    margin-right: auto;
  }
  .SearchForm__nothingFound_title {
    margin-bottom: 32px;
  }
  .SearchForm__searchResult_title {
    padding-top: 13px;
    padding-bottom: 47px;
  }
  .SearchForm__searchResult {
    padding-top: 20px;
    padding-bottom: 28px;
  }
  .SearchForm__date, .SearchForm__donation {
    width: 200px;
    max-width: 200px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    margin-right: 32px;
  }
  .SearchForm__purpose_payment {
    width: 432px;
    max-width: 432px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 432px;
    flex: 0 0 432px;
  }
}
@media screen and (min-width: 1920px) {
  .SearchForm__form {
    padding-top: 48px;
  }
  .SearchForm__submitWrapper {
    margin-top: 32px;
  }
  .SearchForm__form_button {
    height: 64px;
  }
  .SearchForm__nothingFound_container {
    margin-top: 92px;
    margin-bottom: 156px;
  }
  .SearchForm__nothingFound_desc {
    padding-left: 84px;
    padding-right: 84px;
  }
  .SearchForm__searchResult_container {
    margin-bottom: 128px;
    margin-top: 128px;
  }
  .SearchForm__donator {
    display: block;
    width: 200px;
    max-width: 200px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    margin-right: 32px;
  }
  .SearchForm__purpose_payment p:first-child {
    display: none;
  }
  .SearchForm__paginationContainer {
    padding-bottom: 13px;
    padding-top: 13px;
  }
  .SearchForm__nextButton, .SearchForm__prevButton {
    width: 84px;
    height: 84px;
  }
}
@media screen and (min-width: 2560px) {
  .SearchForm__root {
    width: 1128px;
  }
  .SearchForm__form {
    margin-top: 88px;
  }
  .SearchForm__form_label {
    width: 548px;
    max-width: 548px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 548px;
    flex: 0 0 548px;
    margin-bottom: 32px;
  }
  .SearchForm__form_name, .SearchForm__form_patronymic, .SearchForm__form_surname, .SearchForm__textWrapper {
    margin-right: 32px;
  }
  .SearchForm__form_button, .SearchForm__textWrapper {
    width: 548px;
    max-width: 548px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 548px;
    flex: 0 0 548px;
  }
  .SearchForm__nothingFound_wrapper {
    width: 664px;
    margin-left: auto;
    margin-right: auto;
  }
  .SearchForm__nothingFound_title {
    margin-bottom: 32px;
  }
  .SearchForm__searchResult_title {
    padding-top: 13px;
    padding-bottom: 47px;
  }
  .SearchForm__searchResult {
    padding-top: 20px;
    padding-bottom: 28px;
  }
  .SearchForm__date, .SearchForm__donation {
    width: 200px;
    max-width: 200px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    margin-right: 32px;
  }
  .SearchForm__purpose_payment {
    width: 432px;
    max-width: 432px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 432px;
    flex: 0 0 432px;
  }
}
@media screen and (max-width: 767px) {
  .SearchForm__titleWrapper {
    overflow: hidden;
    height: 112px;
    position: relative;
  }
  .SearchForm__titleWrapper:before {
    content: "...";
    width: 20px;
    font-weight: 400;
    color: #333;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.02em;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
  }
  .SearchForm__titleWrapper:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    margin-top: 8px;
    right: 0;
    background: #fff;
  }
  .SearchForm__title {
    width: 102%;
  }
  .SearchForm__form {
    margin-top: 60px;
  }
  .SearchForm__form_surname {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .SearchForm__form_name {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .SearchForm__form_patronymic {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .SearchForm__form_amount {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .SearchForm__form_email {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .SearchForm__form_phone {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .SearchForm__submitWrapper {
    margin-top: 8px;
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .SearchForm__textWrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 32px;
    padding-right: 84px;
  }
  .SearchForm__form_button {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .SearchForm__nothingFound_title {
    margin-bottom: 19px;
  }
  .SearchForm__searchResult_container {
    margin-bottom: 64px;
    margin-top: 64px;
  }
  .SearchForm__searchResult_title {
    padding-top: 16px;
    padding-bottom: 40px;
  }
  .SearchForm__searchResult {
    padding-top: 12px;
    padding-bottom: 20px;
  }
  .SearchForm__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 8px;
  }
  .SearchForm__donation {
    display: none;
  }
  .SearchForm__nextButton, .SearchForm__prevButton {
    width: 40px;
    height: 40px;
  }
}
.MainPageForm__root {
  overflow: hidden;
}

.MainPageForm__title {
  color: #d94236;
}

.MainPageForm__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 23px;
  padding-bottom: 32px;
}

.MainPageForm__amountContainer, .MainPageForm__buttonWrp, .MainPageForm__email {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.MainPageForm__buttonWrp {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  height: 56px;
  background-color: #d94236;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  border-radius: 2px;
  color: #fff;
}

.MainPageForm__button {
  width: 100%;
  height: 100%;
  color: #fff;
}

.MainPageForm__button:hover {
  background-color: #e55b50;
}

.MainPageForm__button:focus {
  background-color: #cc3529;
}

.MainPageForm__amountContainer, .MainPageForm__email {
  margin-bottom: 32px;
}

.MainPageForm__hidden {
  width: 0;
  height: 0;
  display: none;
}

.MainPageForm__offer {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .MainPageForm__root {
    width: 704px;
  }
  .MainPageForm__form {
    padding-bottom: 29px;
    margin-top: 39px;
  }
  .MainPageForm__buttonWrp, .MainPageForm__email {
    width: calc(50% - 16px);
    max-width: calc(50% - 16px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 16px);
    flex: 0 0 calc(50% - 16px);
  }
  .MainPageForm__buttonWrp {
    margin-left: 32px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .MainPageForm__root {
    width: 976px;
  }
  .MainPageForm__form {
    margin-top: 39px;
  }
  .MainPageForm__amountContainer {
    width: 640px;
    max-width: 640px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 640px;
    flex: 0 0 640px;
    margin-right: 32px;
  }
  .MainPageForm__buttonWrp, .MainPageForm__email {
    width: calc(100% - 672px);
    max-width: calc(100% - 672px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 672px);
    flex: 0 0 calc(100% - 672px);
  }
  .MainPageForm__offer {
    width: 640px;
    max-width: 640px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 640px;
    flex: 0 0 640px;
    margin-right: 32px;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1280px) {
  .MainPageForm__root {
    width: 1216px;
  }
  .MainPageForm__form {
    margin-top: 38px;
  }
  .MainPageForm__amountContainer {
    width: 800px;
    max-width: 800px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 800px;
    flex: 0 0 800px;
    margin-right: 32px;
  }
  .MainPageForm__buttonWrp, .MainPageForm__email {
    width: calc(100% - 832px);
    max-width: calc(100% - 832px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 832px);
    flex: 0 0 calc(100% - 832px);
  }
  .MainPageForm__offer {
    width: 800px;
    max-width: 800px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 800px;
    flex: 0 0 800px;
    margin-right: 32px;
  }
}
@media screen and (max-width: 1919px) and (min-width: 1600px) {
  .MainPageForm__root {
    width: 1504px;
  }
  .MainPageForm__form {
    margin-top: 36px;
  }
  .MainPageForm__amountContainer {
    margin-right: 32px;
    width: 1024px;
    max-width: 1024px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1024px;
    flex: 0 0 1024px;
  }
  .MainPageForm__buttonWrp, .MainPageForm__email {
    width: calc(100% - 1056px);
    max-width: calc(100% - 1056px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 1056px);
    flex: 0 0 calc(100% - 1056px);
  }
  .MainPageForm__offer {
    margin-right: 32px;
    width: 1024px;
    max-width: 1024px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1024px;
    flex: 0 0 1024px;
  }
}
@media screen and (max-width: 2559px) and (min-width: 1920px) {
  .MainPageForm__root {
    width: 1824px;
  }
  .MainPageForm__form {
    margin-top: 52px;
  }
  .MainPageForm__amountContainer {
    margin-right: 32px;
    width: 1244px;
    max-width: 1244px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1244px;
    flex: 0 0 1244px;
  }
  .MainPageForm__buttonWrp, .MainPageForm__email {
    width: calc(100% - 1276px);
    max-width: calc(100% - 1276px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 1276px);
    flex: 0 0 calc(100% - 1276px);
  }
  .MainPageForm__offer {
    margin-right: 32px;
    width: 1244px;
    max-width: 1244px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1244px;
    flex: 0 0 1244px;
  }
}
@media screen and (min-width: 1920px) {
  .MainPageForm__form {
    padding-bottom: 48px;
  }
  .MainPageForm__buttonWrp {
    height: 64px;
  }
  .MainPageForm__amountContainer, .MainPageForm__email {
    margin-bottom: 48px;
  }
  .MainPageForm__offer {
    font-size: 21.2px;
    line-height: 28px;
    letter-spacing: -0.02em;
  }
}
@media screen and (min-width: 2560px) {
  .MainPageForm__root {
    width: 1824px;
  }
  .MainPageForm__form {
    margin-top: 52px;
  }
  .MainPageForm__amountContainer {
    margin-right: 32px;
    width: 1244px;
    max-width: 1244px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1244px;
    flex: 0 0 1244px;
  }
  .MainPageForm__buttonWrp, .MainPageForm__email {
    width: calc(100% - 1276px);
    max-width: calc(100% - 1276px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 1276px);
    flex: 0 0 calc(100% - 1276px);
  }
  .MainPageForm__offer {
    margin-right: 32px;
    width: 1244px;
    max-width: 1244px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1244px;
    flex: 0 0 1244px;
  }
}
@media screen and (max-width: 767px) {
  .MainPageForm__form {
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .MainPageForm__buttonWrp {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 32px;
  }
  .MainPageForm__offer {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}
.PaymentSwitch__root {
  width: 100%;
  /*border: 1px solid #dfdfdf;
  border-radius: 24px;*/
  padding-bottom: 32px;
}
@media screen and (max-width: 1600px) {
  .PaymentSwitch__root {
    padding-bottom: 12px;
  }
}

.PaymentSwitch__label {
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  display: inline-block;
  /*width: 50%;*/
  text-align: center;
  text-align: center;
  border-radius: 64px;
  background: rgba(255, 255, 255, 0.6);
}

.PaymentSwitch__hidden {
  width: 0;
  height: 0;
  display: none;
}

.PaymentSwitch__paymentSwitch:checked + .PaymentSwitch__text {
  /* color: #d94236*/
}

.PaymentSwitch__paymentSwitch:checked + .PaymentSwitch__text {
  background: #F0F7FF;
  box-shadow: 0 0 12px 0 rgba(96, 141, 255, 0.1) inset;
  color: #0478FF;
}

.PaymentSwitch__paymentSwitch:checked + .PaymentSwitch__text:before {
  /*-webkit-transform: translateX(0)!important;
  transform: translateX(0)!important;
  z-index: 2;
  border-color: #d94236*/
  border: 2px solid #0077FF;
  border-radius: 64px;
}

.PaymentSwitch__text {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
  /*padding-bottom: 8px;
  padding-top: 8px;*/
  border-radius: 24px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  padding: 16px 24px;
  color: #333;
  font-family: FORMULAR-LIGHT, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 1600px) {
  .PaymentSwitch__text {
    padding: 14px 20px;
    font-size: 17px;
  }
}
@media screen and (max-width: 800px) {
  .PaymentSwitch__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .PaymentSwitch__text {
    padding: 12px 12px;
    font-size: 14px;
  }
}

.PaymentSwitch__text span {
  /*position: relative;
  z-index: 3*/
}

.PaymentSwitch__text:before {
  /*content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 40px;
  border-radius: 24px;
  background-color: #faf2f0;
  border: 1px solid transparent;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: border-color,-webkit-transform .2s;
  transition: border-color,-webkit-transform .2s;
  transition: border-color,transform .2s;
  transition: border-color,transform .2s,-webkit-transform .2s;*/
  content: "";
  z-index: 3;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  position: absolute;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.PaymentSwitch__label:first-child .PaymentSwitch__text:before {
  /*-webkit-transform: translateX(100%);
  transform: translateX(100%)*/
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .PaymentSwitch__root {
    /* width:320px*/
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .PaymentSwitch__root {
    /*width:404px*/
  }
}
@media screen and (max-width: 1599px) and (min-width: 1280px) {
  .PaymentSwitch__root {
    /*width:348px*/
  }
}
@media screen and (min-width: 1600px) {
  .PaymentSwitch__root {
    /* width:400px;*/
    margin-bottom: 48px;
  }
  .PaymentSwitch__text {
    /*padding-bottom: 9px;
    padding-top: 9px*/
  }
  .PaymentSwitch__text:before {
    /*height: 46px*/
  }
}
@media screen and (max-width: 767px) {
  .PaymentSwitch__root {
    /*margin-bottom:40px*/
  }
}
.tippy-tooltip.light-border-theme {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 8, 16, 0.15);
  color: #26323d;
  box-shadow: 0 3px 14px -0.5px rgba(0, 8, 16, 0.08);
}

.tippy-tooltip.light-border-theme .tippy-backdrop {
  background-color: #fff;
}

.tippy-tooltip.light-border-theme .tippy-arrow:after, .tippy-tooltip.light-border-theme .tippy-arrow:before, .tippy-tooltip.light-border-theme .tippy-roundarrow:after, .tippy-tooltip.light-border-theme .tippy-roundarrow:before {
  content: "";
  position: absolute;
  z-index: -1;
}

.tippy-tooltip.light-border-theme .tippy-roundarrow {
  fill: #fff;
}

.tippy-tooltip.light-border-theme .tippy-roundarrow:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEuNDE0IiB2aWV3Qm94PSIwIDAgMTggNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCA3czIuMDIxLS4wMTUgNS4yNTMtNC4yMThDNi41ODQgMS4wNTEgNy43OTcuMDA3IDkgMGMxLjIwMy0uMDA3IDIuNDE2IDEuMDM1IDMuNzYxIDIuNzgyQzE2LjAxMiA3LjAwNSAxOCA3IDE4IDd6IiBmaWxsPSIjMzMzIiBmaWxsLW9wYWNpdHk9Ii4yMzUiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
  background-size: 18px 7px;
  width: 18px;
  height: 7px;
  left: 0;
  top: 0;
  fill: rgba(0, 8, 16, 0.15);
}

.tippy-tooltip.light-border-theme[x-placement^=top] .tippy-roundarrow:after {
  top: 1px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tippy-tooltip.light-border-theme[x-placement^=top] .tippy-arrow {
  border-top-color: #fff;
}

.tippy-tooltip.light-border-theme[x-placement^=top] .tippy-arrow:after {
  border-top: 7px solid #fff;
  top: -7px;
}

.tippy-tooltip.light-border-theme[x-placement^=top] .tippy-arrow:before {
  border-top: 7px solid rgba(0, 8, 16, 0.2);
  bottom: -1px;
}

.tippy-tooltip.light-border-theme[x-placement^=bottom] .tippy-roundarrow:after {
  top: -1px;
}

.tippy-tooltip.light-border-theme[x-placement^=bottom] .tippy-arrow {
  border-bottom-color: #fff;
}

.tippy-tooltip.light-border-theme[x-placement^=bottom] .tippy-arrow:after {
  border-bottom: 7px solid #fff;
  bottom: -7px;
}

.tippy-tooltip.light-border-theme[x-placement^=bottom] .tippy-arrow:before {
  border-bottom: 7px solid rgba(0, 8, 16, 0.2);
  bottom: -6px;
}

.tippy-tooltip.light-border-theme[x-placement^=left] .tippy-roundarrow:after {
  left: 1px;
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tippy-tooltip.light-border-theme[x-placement^=left] .tippy-arrow {
  border-left-color: #fff;
}

.tippy-tooltip.light-border-theme[x-placement^=left] .tippy-arrow:after {
  border-left: 7px solid #fff;
  left: -7px;
}

.tippy-tooltip.light-border-theme[x-placement^=left] .tippy-arrow:before {
  border-left: 7px solid rgba(0, 8, 16, 0.2);
  left: -6px;
}

.tippy-tooltip.light-border-theme[x-placement^=right] .tippy-roundarrow:after {
  left: -1px;
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.tippy-tooltip.light-border-theme[x-placement^=right] .tippy-arrow {
  border-right-color: #fff;
}

.tippy-tooltip.light-border-theme[x-placement^=right] .tippy-arrow:after {
  border-right: 7px solid #fff;
  right: -7px;
}

.tippy-tooltip.light-border-theme[x-placement^=right] .tippy-arrow:before {
  border-right: 7px solid rgba(0, 8, 16, 0.2);
  right: -6px;
}

.tippy-tooltip.light-border-theme[x-placement^=bottom] .tippy-arrow, .tippy-tooltip.light-border-theme[x-placement^=bottom] .tippy-roundarrow, .tippy-tooltip.light-border-theme[x-placement^=top] .tippy-arrow, .tippy-tooltip.light-border-theme[x-placement^=top] .tippy-roundarrow {
  -webkit-transform: translateX(-1px);
  transform: translateX(-1px);
}

.tippy-tooltip.light-border-theme[x-placement^=bottom] .tippy-arrow:after, .tippy-tooltip.light-border-theme[x-placement^=bottom] .tippy-arrow:before, .tippy-tooltip.light-border-theme[x-placement^=top] .tippy-arrow:after, .tippy-tooltip.light-border-theme[x-placement^=top] .tippy-arrow:before {
  left: -7px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

.tippy-tooltip.light-border-theme[x-placement^=left] .tippy-arrow, .tippy-tooltip.light-border-theme[x-placement^=left] .tippy-roundarrow, .tippy-tooltip.light-border-theme[x-placement^=right] .tippy-arrow, .tippy-tooltip.light-border-theme[x-placement^=right] .tippy-roundarrow {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

.tippy-tooltip.light-border-theme[x-placement^=left] .tippy-arrow:after, .tippy-tooltip.light-border-theme[x-placement^=left] .tippy-arrow:before, .tippy-tooltip.light-border-theme[x-placement^=right] .tippy-arrow:after, .tippy-tooltip.light-border-theme[x-placement^=right] .tippy-arrow:before {
  top: -7px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.BigForm__amount_container {
  padding-bottom: 24px;
}
@media screen and (max-width: 1600px) {
  .BigForm__amount_container {
    padding-bottom: 12px;
  }
}

.BigForm__form_line {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 24px;
}

.BigForm__form_line:first-child {
  padding-top: 48px;
}

.donor-data-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 колонки на больших экранах */
  column-gap: 24px;
}
@media screen and (max-width: 766px) {
  .donor-data-form {
    grid-template-columns: repeat(1, 1fr);
  }
}

select option[value="10"] {
  display: none;
}

select option[value="35342"] {
  display: none;
}

.BigForm__phone_label, .BigForm__name_label {
  display: none;
}

div.BigForm__paymentMethod_labelWrapper:nth-child(2) > label:nth-child(2) > span:nth-child(2) {
  display: none;
}

.hidden {
  /*opacity: 0;
  pointer-events: none;
  transition: opacity .4s ease;*/
  display: none;
}

html,
body {
  height: auto;
  overflow-x: hidden;
  position: relative; /* фикс для Chrome */
  min-width: 100vw;
  margin: 0;
  padding: 0;
}

.page__body {
  min-height: 100vh;
  display: block;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

main {
  display: block;
  width: 100%;
}

html.form-open,
body.form-open {
  height: 100%;
  overflow: hidden;
  /*position: fixed;
  width: 100%;*/
  /*position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
  touch-action: none;*/
}

body.form-open .animation-wrapper::after {
  display: none;
}

body.form-open .footer {
  position: absolute; /* чтобы не влиял на высоту */
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 5;
}