@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* делаем везде так, чтобы свойства width и height задавали не размеры контента, а размеры блока */
/* общие настройки страницы */
.body-deal-wheel {
  /* подключаем сетку */
  display: grid;
  /* ставим всё по центру */
  place-items: center;
  /* если что-то не помещается на своё место — скрываем то, что не поместилось */
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

@media (max-width: 480px) {
  .body-deal-wheel {
    display: block;
    place-items: unset;
    padding-top: 100rem;
    padding-bottom: 1000rem;
  }
}

.body-deal-wheel .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  /* object-position: 0 100%; */
}

.body-deal-wheel .bg.back {
  z-index: -1;
}

.body-deal-wheel .bg.front {
  z-index: 10;
}

@media (max-width: 480px) {
  .body-deal-wheel .bg {
    display: none;
  }
}

/* общий блок для всех элементов */
.deal-wheel {
  /* задаём переменные блока */
  /* размеры колеса */
  /* --size: clamp(250px, 80vmin, 700px); */
  --size: 1000rem;
  /* настройки яркости и заливки фона секторов */
  --lg-hs: 0 3%;
  --lg-stop: 50%;
  --lg: linear-gradient(
      hsl(var(--lg-hs) 0%) 0 var(--lg-stop),
      hsl(var(--lg-hs) 20%) var(--lg-stop) 100%
    );
  /* добавляем позиционирование относительно других элементов */
  position: relative;
  /* подключаем сетку */
  /* display: grid; */
  /* grid-gap: calc(var(--size) / 20); */
  /* выравниваем содержимое блока по центру */
  /* align-items: center; */
  /* задаём имена областей внутри сетки */
  /* grid-template-areas:
    "spinner"
    "trigger"; */
  /* устанавливаем размер шрифта */
  font-size: calc(var(--size) / 21);
  position: absolute;
  bottom: -220rem;
  left: calc(50% + 80rem);
}

@media (max-width: 480px) {
  .deal-wheel {
    left: calc(50% - 900rem / 2);
    bottom: auto;
    top: 1000rem;
  }
}

.deal-wheel img.center {
  display: block;
  position: absolute;
  width: 130rem;
  height: 130rem;
  z-index: 1;
  top: calc(50% - 130rem / 2);
  left: calc(50% - 130rem / 2);
  pointer-events: none;
  -webkit-filter: drop-shadow(0 0 15rem #000);
          filter: drop-shadow(0 0 15rem #000);
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

.deal-wheel::after {
  content: '';
  display: block;
  position: absolute;
  width: calc(100% + 0%);
  height: calc(100% + 0%);
  /* top: calc(-40px + -4%); */
  top: 0;
  left: 0%;
  background-image: url("../img/circle.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  -webkit-filter: drop-shadow(0 10rem 15rem #000);
          filter: drop-shadow(0 10rem 15rem #000);
}

/* всё, что относится ко внутренним элементам главного блока, будет находиться в области сетки с названием spinner */
.deal-wheel > * {
  grid-area: spinner;
}

/* сам блок и кнопка будут находиться в области сетки с названием trigger и будут выровнены по центру */
.deal-wheel .btn-spin {
  grid-area: trigger;
  justify-self: center;
}

/* сектор колеса */
.spinner {
  /* добавляем относительное позиционирование */
  position: relative;
  /* подключаем сетку */
  display: grid;
  /* выравниваем всё по центру */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* добавляем элемент в сетку */
  grid-template-areas: "spinner";
  /* устанавливаем размеры */
  width: var(--size);
  height: var(--size);
  /* поворачиваем элемент  */
  -webkit-transform: rotate(calc(var(--rotate, 25) * 1deg));
          transform: rotate(calc(var(--rotate, 25) * 1deg));
  /* рисуем круглую обводку, а всё, что не поместится, — будет скрыто за кругом */
  border-radius: 50%;
}

@media (max-width: 480px) {
  .spinner {
    width: 900rem;
    height: 900rem;
  }
}

.spinner::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/shadow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  opacity: 0.6;
  pointer-events: none;
}

/* всё, что внутри этого блока, будет находиться в области сетки с названием spinner */
.spinner * {
  grid-area: spinner;
}

/* текст на секторах */
.prize {
  /* включаем «гибкую» вёрстку */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* задаём отступы от краёв блока */
  padding: 0 calc(var(--size) / 6) 0 calc(var(--size) / 25);
  /* устанавливаем размеры */
  width: 50%;
  height: 50%;
  /* устанавливаем координаты, относительно которых будем вращать текст */
  -webkit-transform-origin: center right;
          transform-origin: center right;
  /* поворачиваем текст */
  -webkit-transform: rotate(var(--rotate));
          transform: rotate(var(--rotate));
  /* запрещаем пользователю выделять мышкой текст на секторах */
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.prize.white span {
  color: #000;
}

.prize.green span {
  color: #3aa835;
}

.prize span {
  color: #3A3A3A;
  text-transform: uppercase;
  /* font-family: Arial, sans-serif; */
  position: relative;
  left: -15%;
  font-size: .8em;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  font-weight: 500;
  margin-left: 1.8em;
      left: -9%;
    font-size: 0.55em;
}

/* язычок */
.ticker {
  /* добавляем относительное позиционирование */
  position: absolute;
  left: -2%;
  top: calc(50% - 50rem);
  width: 12.9%;
  z-index: 10;
}

.ticker img {
  display: block;
  width: 100%;
  -webkit-filter: drop-shadow(20rem 20rem 15rem rgba(0, 0, 0, 0.5));
          filter: drop-shadow(20rem 20rem 15rem rgba(0, 0, 0, 0.5));
}

/* кнопка запуска колеса */
.btn-spin {
  color: white;
  background: black;
  border: none;
  /* берём размер шрифта такой же, как в колесе */
  font-size: inherit;
  /* добавляем отступы от текста внутри кнопки */
  padding: 0.9rem 2rem 1rem;
  /* скругляем углы */
  border-radius: 0.5rem;
  /* меняем внешний вид курсора над кнопкой на руку*/
  cursor: pointer;
}

/* если кнопка нажата и неактивна */
.btn-spin:disabled {
  /* меняем внешний вид курсора */
  cursor: progress;
  /* делаем кнопку полупрозрачной */
  opacity: 0.25;
}

/* анимация вращения */
.is-spinning .spinner {
  -webkit-transition: -webkit-transform 8s cubic-bezier(0.1, -0.01, 0, 1);
  transition: -webkit-transform 8s cubic-bezier(0.1, -0.01, 0, 1);
  transition: transform 8s cubic-bezier(0.1, -0.01, 0, 1);
  transition: transform 8s cubic-bezier(0.1, -0.01, 0, 1), -webkit-transform 8s cubic-bezier(0.1, -0.01, 0, 1);
}

/* анимация движения язычка */
.is-spinning .ticker {
  -webkit-animation: tick 700ms cubic-bezier(0.34, 1.56, 0.64, 1);
          animation: tick 700ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* эффект, когда колесо задевает язычок при вращении */
@-webkit-keyframes tick {
  40% {
    /* чуть поворачиваем язычок наверх в середине анимации */
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
}
@keyframes tick {
  40% {
    /* чуть поворачиваем язычок наверх в середине анимации */
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
}

/* анимируем выпавший сектор */
.prize.selected .text {
  /* делаем текст белым */
  /* color: white; */
  /* настраиваем длительность анимации */
  -webkit-animation: selected 800ms ease;
          animation: selected 800ms ease;
}

/* настраиваем анимацию текста на выпавшем секторе по кадрам */
@-webkit-keyframes selected {
  /* что происходит на 25% от начала анимации */
  25% {
    /* увеличиваем текст в 1,25 раза */
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
    /* добавляем тексту тень */
    text-shadow: 1vmin 1vmin 0 rgba(0, 0, 0, 0.1);
  }
  40% {
    -webkit-transform: scale(0.92);
            transform: scale(0.92);
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  }
  60% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    text-shadow: 0.5vmin 0.5vmin 0 rgba(0, 0, 0, 0.1);
  }
  75% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  85% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes selected {
  /* что происходит на 25% от начала анимации */
  25% {
    /* увеличиваем текст в 1,25 раза */
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
    /* добавляем тексту тень */
    text-shadow: 1vmin 1vmin 0 rgba(0, 0, 0, 0.1);
  }
  40% {
    -webkit-transform: scale(0.92);
            transform: scale(0.92);
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  }
  60% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    text-shadow: 0.5vmin 0.5vmin 0 rgba(0, 0, 0, 0.1);
  }
  75% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  85% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* 
@media (max-width: 420px){
  .deal-wheel::after{
    top: -12%;
  }
  .prize{
    width: 42.5%;
  }
  .prize span{
    left: -60%;
  }
} */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/Montserrat-Black.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/Montserrat-BlackItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: bold;
  font-display: swap;
  src: url("../fonts/Montserrat-BoldItalic.ttf") format("truetype");
}

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

@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Montserrat-Italic.ttf") format("truetype");
}

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

::selection {
  color: #fff;
  background-color: #3AA835;
}

::-webkit-input-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

::-ms-input-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

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

h1, h2, h3, h4, h5, h6 {
  line-height: 1.25;
}

a {
  color: inherit;
  text-decoration: none;
}

li {
  list-style-type: none;
}

input, textarea {
  display: block;
  width: 100%;
}

textarea {
  resize: none;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: inherit;
}

html {
  background-color: #19151E;
  background-image: url("../img/bg.png");
  background-size: cover;
  background-position: 100% bottom;
  position: relative;
  font-size: 0.052083333333333336vw;
}

@media only screen and (max-width: 480px) {
  html {
    font-size: 0.1vw;
  }
}

body {
  position: relative;
  overflow-x: hidden;
  min-width: 375px;
  font-size: 32rem;
  line-height: 1.5;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  position: relative;
}

body::before {
  content: "";
  display: block;
  position: absolute;
  width: 525rem;
  height: 217rem;
  background-image: url("../img/part-circle.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  top: 0;
  left: 0;
  z-index: -1;
}

@media only screen and (max-width: 480px) {
  body::before {
    width: calc(525rem / 1.8);
    height: calc(217rem / 1.8);
  }
}

.container {
  max-width: 1200rem;
  padding: 0 15rem;
  margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  .container {
    max-width: 992rem;
  }
}

@media only screen and (max-width: 992px) {
  .container {
    max-width: 768rem;
  }
}

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

.grid {
  display: grid;
}

.btn {
  text-decoration: none;
  border: none;
  padding: 0;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 15rem;
  line-height: 1.25;
  -webkit-transition: .25s;
  transition: .25s;
  width: auto;
  height: 40rem;
  padding: 0 30rem;
  background-color: #333;
  color: #fff;
}

.btn--accent {
  background-color: #3AA835;
}

.btn--accent:hover {
  background-color: #41bb3b;
}

.btn.w100 {
  width: 100%;
}

.btn img, .btn svg {
  width: 20rem;
}

.page-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  min-height: 100vh;
}

.logo-wrap {
  position: absolute;
  top: 30rem;
  right: 50rem;
  z-index: 100;
}

.logo-wrap img {
  display: block;
  width: 280rem;
}

.content-wrap {
  width: 100%;
  padding: 50rem 70rem;
}

@media only screen and (max-width: 480px) {
  .content-wrap {
    padding: 100rem 50rem;
  }
}

.content-wrap h1 {
  font-weight: 900;
  line-height: 0.85;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  text-shadow: 5rem 10rem 10rem rgba(0, 0, 0, 0.5);
  padding-bottom: 35rem;
  font-style: italic;
}

.content-wrap h1 span {
  display: block;
}

.content-wrap h1 span.t1 {
  font-size: 138rem;
  letter-spacing: -0.02em;
}

.content-wrap h1 span.t2 {
  font-size: 115rem;
  padding-left: 70rem;
  color: #3AA835;
  letter-spacing: -0.01em;
}

.content-wrap p {
  font-size: 32rem;
  line-height: 1.2;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  padding-left: 20rem;
  font-style: italic;
  text-shadow: 5rem 10rem 10rem rgba(0, 0, 0, 0.5);
}

.content-wrap p span {
  display: block;
}

.content-wrap p span.t1 {
  letter-spacing: 0.025em;
}

.content-wrap p span.t2 {
  padding-left: 165rem;
  letter-spacing: 0.03em;
}

.content-wrap form {
  margin-top: 80rem;
  max-width: 630rem;
  display: grid;
  grid-gap: 15rem;
  padding-left: 85rem;
}

@media only screen and (max-width: 480px) {
  .content-wrap form {
    padding: 0 50rem;
    max-width: 100%;
  }
}

.content-wrap form input, .content-wrap form button {
  height: 70rem;
  border-radius: 5rem;
}

@media only screen and (max-width: 480px) {
  .content-wrap form input, .content-wrap form button {
    height: 90rem;
  }
}

.content-wrap form input {
  border: none;
  padding: 0 22rem;
  font-size: 20rem;
}

@media only screen and (max-width: 480px) {
  .content-wrap form input {
    font-size: 30rem;
  }
}

.content-wrap form input::-webkit-input-placeholder {
  color: #dadada;
}

.content-wrap form input:-ms-input-placeholder {
  color: #dadada;
}

.content-wrap form input::-ms-input-placeholder {
  color: #dadada;
}

.content-wrap form input::placeholder {
  color: #dadada;
}

.content-wrap form button {
  margin-top: 15rem;
  font-size: 32rem;
  text-align: center;
  background-color: #3AA835;
  font-weight: bold;
  font-style: italic;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media only screen and (max-width: 480px) {
  .content-wrap form button {
    font-size: 40rem;
  }
}

.content-wrap form button:hover {
  background-color: #37a033;
}

.popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  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;
  overflow: hidden;
}

.popup-wrap:not(.active) {
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.popup-wrap:not(.active) .overlay {
  opacity: 0;
}

.popup-wrap:not(.active) .block {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
}

.popup-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 21, 30, 0.75);
  -webkit-transition: .25s;
  transition: .25s;
}

.popup-wrap .block {
  position: relative;
  z-index: 10;
  max-width: 684rem;
  width: 100%;
  border-radius: 20rem;
  background-color: #3AA835;
  background-image: url("../img/popup-bg.svg");
  background-size: cover;
  background-position: center top;
  background-size: cover;
  padding: 70rem 20rem 40rem;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-box-shadow: 0 5rem 18rem 10rem rgba(0, 0, 0, 0.4);
          box-shadow: 0 5rem 18rem 10rem rgba(0, 0, 0, 0.4);
}

.popup-wrap .block img.part {
  display: block;
  position: absolute;
}

.popup-wrap .block img.part.top {
  width: 218rem;
  top: -85rem;
  left: -75rem;
}

.popup-wrap .block img.part.bottom {
  width: 188rem;
  bottom: 60rem;
  right: -90rem;
}

.popup-wrap .block button.close {
  position: absolute;
  top: 20rem;
  right: 20rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.popup-wrap .block button.close:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.popup-wrap .block button.close img {
  display: block;
  width: 22rem;
}

.popup-wrap .block h2 {
  font-size: 70rem;
  font-weight: 900;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  line-height: .9;
  margin-bottom: 70rem;
  font-style: italic;
}

.popup-wrap .block h2 span.t1 {
  display: block;
}

.popup-wrap .block h2 span.t2 {
  display: block;
  color: #3AA835;
}

.popup-wrap .block p {
  font-size: 40rem;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: 0.025em;
}

.popup-wrap .block p b {
  font-weight: 900;
}
