/*! 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 {
  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 {
  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"] {
  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;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  transform: translate3d(0, 0, 0);

  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;

  display: block;
  overflow: visible;

  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;

  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;

  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 35px;

  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/* Keyframes
   ========================================================================== */

@-webkit-keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    transform: none;

    opacity: 1;
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    transform: none;

    opacity: 1;
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);

    opacity: 1;
  }
  to {
    transform: scale(0.95);

    opacity: 0;
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);

    opacity: 1;
  }
  to {
    transform: scale(0.95);

    opacity: 0;
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;

  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

.dropzone, .dropzone * {
  box-sizing: border-box;
}

.dropzone {
  position: relative;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  width: 120px;
  margin: 0.5em;
}
.dropzone .dz-preview .dz-progress {
  display: block;
  height: 15px;
  border: 1px solid #aaa;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  display: block;
  height: 100%;
  width: 0;
  background: green;
}
.dropzone .dz-preview .dz-error-message {
  color: red;
  display: none;
}
.dropzone .dz-preview.dz-error .dz-error-message, .dropzone .dz-preview.dz-error .dz-error-mark {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  display: block;
}
.dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
  position: absolute;
  display: none;
  left: 30px;
  top: 30px;
  width: 54px;
  height: 58px;
  left: 50%;
  margin-left: -27px;
}
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
}
.dropzone, .dropzone * {
  box-sizing: border-box;
}

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone.dz-drag-hover {
  border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}
.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}
.dropzone .dz-preview:hover {
  z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
  background: white;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
  transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}
.dropzone .dz-preview .dz-image img {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}
.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}
@charset "UTF-8";
@font-face {
  font-family: "TisaSansPro-Bold";
  src: url("../f/TisaSansPro-Bold.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "TisaSansPro-Bold-Italic";
  src: url("../f/TisaSansPro-BoldItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
html {
  font-size: 1.56vmin;
  background: #a7268e;
}

body {
  font-size: 1.6rem;
  width: 100vw;
  color: #fff;
  font-family: "TisaSansPro-Bold", sans-serif;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

.container {
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 110rem;
  }
}
@media only screen and (max-width: 1200px) {
  .container {
    width: 90vmin;
  }
}

.bg-plane {
  position: absolute;
  left: 0;
  bottom: -15rem;
  width: 200rem;
  height: 120rem;
  background: url("../i/bg.png") top left/contain no-repeat;
  z-index: -1;
  pointer-events: none;
}

body.charity section .container {
  min-height: 90rem;
  padding: 4rem 0;
}

body.one-page {
  min-height: 100rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  body.one-page.safe {
    height: 100vh;
    min-height: initial;
    overflow: hidden;
  }
  body.one-page.safe .bg-plane {
    bottom: -36rem;
  }
}
body.one-page .bg-plane {
  bottom: -25rem;
}
body.one-page section {
  flex: 1;
  position: relative;
  overflow: hidden;
}
body.one-page section .container {
  position: relative;
  min-height: 65rem;
  padding-top: 4rem;
}
body.one-page section .container .block-absolute {
  pointer-events: none;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 0;
}
body.one-page section .container .block-absolute img {
  position: absolute;
  display: block;
  pointer-events: none;
}
body.one-page section .container .block-absolute img.calendar {
  display: none;
}
body.one-page section .container .block-absolute img.logo {
  right: 0;
  top: 2rem;
  pointer-events: none;
  height: 20rem;
}
body.one-page section .container .block-absolute img.cat {
  top: 12.3rem;
  right: -15rem;
  height: 33rem;
}
body.one-page section .container .block-absolute img.plate {
  top: 35rem;
  height: 18rem;
  right: -17rem;
}

.btn-wrap {
  width: 100%;
  text-align: center;
}

.btn {
  text-transform: uppercase;
  text-decoration: none;
  background-image: linear-gradient(180deg, #a7268e 0%, #a7268e 25%, #f9ac0a 50%, #fedf44 80%, #f9ac0a 99%);
  background-size: 100% 500%;
  background-position: 0 99%;
  color: #a7268e;
  line-height: 1em;
  padding: 1rem 1.8rem;
  border-radius: 10rem;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  border: solid 2px rgba(0, 0, 0, 0);
}
@media only screen and (min-width: 1200px) {
  .btn:hover {
    background-position: 0 1%;
    color: #fedf44;
    border: solid 2px #fedf44;
  }
}
.btn.without {
  background: #fedf44;
}
@media only screen and (min-width: 1200px) {
  .btn.without:hover {
    background: #a7268e;
    color: #fedf44;
    border-color: #fedf44;
  }
}
.btn.white {
  background: transparent;
  border: 2px solid #fff;
  padding: 1rem 4rem;
  color: #fff;
}
@media only screen and (min-width: 1200px) {
  .btn.white:hover {
    background: #fff;
    color: #a7268e;
  }
}
.btn.disabled {
  opacity: 0.7;
  pointer-events: none;
}

h2.title {
  font-family: "TisaSansPro-Bold-Italic", sans-serif;
  font-size: 3.4rem;
  text-align: center;
  margin: 0;
}
h2.title span {
  font-size: 1.5em;
}
@media only screen and (max-width: 1200px) {
  h2.title {
    font-size: 4.5rem;
  }
}

.gd {
  background: linear-gradient(90deg, #9f438e 0%, #6d146a 100%);
}

.link {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.link:after {
  position: absolute;
  display: block;
  width: 100%;
  content: "";
  border-bottom: 2px solid #fff;
  bottom: -0.1rem;
  left: 0;
}

.table {
  font-size: 1.6rem;
}
.table .th, .table .cell {
  vertical-align: middle;
  width: 25%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.table .th:nth-child(2), .table .cell:nth-child(2) {
  margin: 0 0.5rem;
  width: 40%;
}
.table .th:nth-child(3), .table .cell:nth-child(3) {
  width: 35%;
}
.table .thead {
  display: flex;
  justify-content: space-between;
}
.table .thead .th {
  text-align: center;
  text-transform: uppercase;
  padding: 1rem 0;
  background: #fff;
  color: #a7268e;
}
.table .tbody {
  min-height: 32rem;
}
.table .tbody .row {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  min-height: 3rem;
}
.table .tbody .row div.cell {
  text-align: center;
  text-transform: uppercase;
  position: relative;
  padding: 1rem 0;
}
.table .tbody .row div.cell:after {
  position: absolute;
  height: 0.2rem;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #fff;
  content: "";
}

form input, form textarea, form select {
  display: inline-block;
  color: #a7268e;
  outline: none;
  resize: none;
  border-radius: 1.8rem;
  font-size: 1.7rem;
  box-sizing: border-box;
  padding: 0.75rem 1.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
form input::-moz-placeholder, form textarea::-moz-placeholder, form select::-moz-placeholder {
  color: #727272;
}
form input:-ms-input-placeholder, form textarea:-ms-input-placeholder, form select:-ms-input-placeholder {
  color: #727272;
}
form input::placeholder, form input:disabled, form input option:disabled, form input:invalid, form textarea::placeholder, form textarea:disabled, form textarea option:disabled, form textarea:invalid, form select::placeholder, form select:disabled, form select option:disabled, form select:invalid {
  color: #727272;
}
form input:is(select), form textarea:is(select), form select:is(select) {
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  form input, form textarea, form select {
    font-size: 2.8rem;
    border-radius: 3rem;
    padding: 1.4rem 0 1.4rem 1.7rem;
  }
}

@media only screen and (min-width: 1200px) {
  .desktop {
    display: initial;
  }

  .mobile {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: initial;
  }
}
input, textarea, select {
  border: solid 2px transparent;
}
input.error, textarea.error, select.error {
  border-color: #ed1c24 !important;
  color: #ed1c24 !important;
  background: #fad2d4;
}
input.error::-moz-placeholder, textarea.error::-moz-placeholder, select.error::-moz-placeholder {
  color: #ed1c24 !important;
  background: #fad2d4;
}
input.error:-ms-input-placeholder, textarea.error:-ms-input-placeholder, select.error:-ms-input-placeholder {
  color: #ed1c24 !important;
  background: #fad2d4;
}
input.error::placeholder, textarea.error::placeholder, select.error::placeholder {
  color: #ed1c24 !important;
  background: #fad2d4;
}

span.error {
  color: #fff;
  font-size: 1.3rem;
  align-self: flex-start;
  padding: 0.5rem 0 0.5rem 1rem;
  display: inline-block;
}

.kitten-steps {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  overflow: hidden;
  opacity: 0;
  transition: opacity 2s ease-in-out;
  transform: scale(-1, -1);
}
.kitten-steps img {
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0.8);
  opacity: 0;
  -webkit-animation: none;
          animation: none;
  height: 5rem;
  width: 5rem;
}
.kitten-steps img:nth-of-type(2) {
  top: 9%;
  left: 4%;
}
.kitten-steps img:nth-of-type(3) {
  top: 18%;
  left: 9%;
}
.kitten-steps img:nth-of-type(4) {
  top: 19%;
  left: 24%;
}
.kitten-steps img:nth-of-type(4) {
  top: 19%;
  left: 24%;
  transform: scale(0.8) rotate(39deg);
}
.kitten-steps img:nth-of-type(5) {
  top: 30%;
  left: 21%;
  transform: scale(0.8) rotate(39deg);
}
.kitten-steps img:nth-of-type(6) {
  top: 38%;
  left: 34%;
  transform: scale(0.8) rotate(39deg);
}
.kitten-steps img:nth-of-type(7) {
  top: 49%;
  left: 30%;
  transform: scale(0.8) rotate(23deg);
}
.kitten-steps img:nth-of-type(8) {
  top: 53%;
  left: 46%;
  transform: scale(0.8) rotate(28deg);
}
.kitten-steps img:nth-of-type(9) {
  top: 63%;
  left: 48%;
  transform: scale(0.8) rotate(5deg);
}
.kitten-steps img:nth-of-type(10) {
  top: 60%;
  left: 63%;
  transform: scale(0.8) rotate(5deg);
}
.kitten-steps img:nth-of-type(11) {
  top: 70%;
  left: 71%;
  transform: scale(0.8) rotate(0deg);
}
.kitten-steps img:nth-of-type(12) {
  top: 62%;
  left: 83%;
  transform: scale(0.8) rotate(-16deg);
}
.kitten-steps img:nth-of-type(13) {
  top: 70%;
  left: 91%;
  transform: scale(0.8) rotate(-16deg);
}
.kitten-steps.animated {
  opacity: 1;
  transition: opacity 2s ease-in-out;
}
.kitten-steps.animated img:nth-of-type(1) {
  -webkit-animation: fadein-lapki 0.8s ease-in-out forwards;
          animation: fadein-lapki 0.8s ease-in-out forwards;
}
.kitten-steps.animated img:nth-of-type(2) {
  -webkit-animation: fadein-lapki 0.8s 0.4s ease-in-out forwards;
          animation: fadein-lapki 0.8s 0.4s ease-in-out forwards;
}
.kitten-steps.animated img:nth-of-type(3) {
  -webkit-animation: fadein-lapki 0.8s 0.8s ease-in-out forwards;
          animation: fadein-lapki 0.8s 0.8s ease-in-out forwards;
}
.kitten-steps.animated img:nth-of-type(4) {
  -webkit-animation: fadein-lapki 0.8s 1.2s ease-in-out forwards;
          animation: fadein-lapki 0.8s 1.2s ease-in-out forwards;
}
.kitten-steps.animated img:nth-of-type(4) {
  -webkit-animation: fadein-lapki 0.8s 1.6s ease-in-out forwards;
          animation: fadein-lapki 0.8s 1.6s ease-in-out forwards;
}
.kitten-steps.animated img:nth-of-type(5) {
  -webkit-animation: fadein-lapki 0.8s 2s ease-in-out forwards;
          animation: fadein-lapki 0.8s 2s ease-in-out forwards;
}
.kitten-steps.animated img:nth-of-type(6) {
  -webkit-animation: fadein-lapki 0.8s 2.4s ease-in-out forwards;
          animation: fadein-lapki 0.8s 2.4s ease-in-out forwards;
}
.kitten-steps.animated img:nth-of-type(7) {
  -webkit-animation: fadein-lapki 0.8s 2.8s ease-in-out forwards;
          animation: fadein-lapki 0.8s 2.8s ease-in-out forwards;
}
.kitten-steps.animated img:nth-of-type(8) {
  -webkit-animation: fadein-lapki 0.8s 3.2s ease-in-out forwards;
          animation: fadein-lapki 0.8s 3.2s ease-in-out forwards;
}
.kitten-steps.animated img:nth-of-type(9) {
  -webkit-animation: fadein-lapki 0.8s 3.6s ease-in-out forwards;
          animation: fadein-lapki 0.8s 3.6s ease-in-out forwards;
}
.kitten-steps.animated img:nth-of-type(10) {
  -webkit-animation: fadein-lapki 0.8s 4s ease-in-out forwards;
          animation: fadein-lapki 0.8s 4s ease-in-out forwards;
}
.kitten-steps.animated img:nth-of-type(11) {
  -webkit-animation: fadein-lapki 0.8s 4.4s ease-in-out forwards;
          animation: fadein-lapki 0.8s 4.4s ease-in-out forwards;
}
.kitten-steps.animated img:nth-of-type(12) {
  -webkit-animation: fadein-lapki 0.8s 4.8s ease-in-out forwards;
          animation: fadein-lapki 0.8s 4.8s ease-in-out forwards;
}
.kitten-steps.animated img:nth-of-type(13) {
  -webkit-animation: fadein-lapki 0.8s 5.2s ease-in-out forwards;
          animation: fadein-lapki 0.8s 5.2s ease-in-out forwards;
}
@-webkit-keyframes fadein-lapki {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein-lapki {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media only screen and (min-width: 1200px) {
  .remodal-wrapper {
    background: rgba(84, 2, 57, 0.7);
    padding: 0;
  }

  [data-remodal-id] {
    background: #a7268e;
    border-radius: 2rem;
    min-height: 20rem;
    max-width: 70rem;
    color: #fff;
    box-shadow: 0 0 3rem 0.5rem #000;
    padding: 3.5rem;
  }
  [data-remodal-id] .remodal-close {
    left: initial;
    right: 0;
    color: #fff;
    height: 5rem;
    width: 5rem;
    transform-origin: center center;
    transition: 0.3s ease-in-out;
  }
  [data-remodal-id] .remodal-close:before {
    font-size: 5rem;
    line-height: 1em;
    width: 5rem;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1200px) {
  [data-remodal-id] .remodal-close:hover {
    transform: rotateZ(270deg);
  }
}
@media only screen and (min-width: 1200px) {
  [data-remodal-id] .title {
    font-family: "TisaSansPro-Bold-Italic", sans-serif;
  }
}
@media only screen and (min-width: 1200px) {
  [data-remodal-id] .remodal-content form .form-group {
    margin: 1.5rem 0;
  }
  [data-remodal-id] .remodal-content form .form-group input {
    font-size: 2rem;
    width: 100%;
    display: inline-block;
  }
  [data-remodal-id] .remodal-content .btn {
    transition: 0.3s ease-in-out;
    font-size: 2rem;
  }
  [data-remodal-id] .remodal-content .btn.without {
    border: 2px solid transparent;
    padding: 1rem 5rem;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1200px) {
  [data-remodal-id] .remodal-content .btn.without:hover {
    background: #a7268e;
    color: #fedf44;
    border-color: #fedf44;
  }
}
@media only screen and (min-width: 1200px) {
  [data-remodal-id] .remodal-content .btn.white {
    padding: 0.75rem 4rem;
  }
  [data-remodal-id] .remodal-content .btn.white:hover {
    background: #fff;
    color: #a7268e;
  }
}
@media only screen and (min-width: 1200px) {
  [data-remodal-id] .remodal-content .divider {
    width: 90%;
    margin: 3rem auto;
    border: #fff solid 1px;
    border-radius: 100rem;
  }
}
@media only screen and (min-width: 1200px) {
  [data-remodal-id] .remodal-content p.info {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1200px) {
  .remodal-wrapper {
    background: rgba(84, 2, 57, 0.7);
    padding: 0;
  }

  [data-remodal-id] {
    background: #a7268e;
    border-radius: 2rem;
    min-height: 20rem;
    max-width: 70rem;
    color: #fff;
    box-shadow: 0 0 3rem 0.5rem #000;
    padding: 3.5rem;
  }
  [data-remodal-id] .remodal-close {
    left: initial;
    right: 0;
    color: #fff;
    height: 5rem;
    width: 5rem;
    transform-origin: center center;
    transition: 0.3s ease-in-out;
  }
  [data-remodal-id] .remodal-close:before {
    font-size: 5rem;
    line-height: 1em;
    width: 5rem;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 1200px) {
  [data-remodal-id] .remodal-close:hover {
    transform: rotateZ(270deg);
  }
}
@media only screen and (max-width: 1200px) {
  [data-remodal-id] .title {
    font-family: "TisaSansPro-Bold-Italic", sans-serif;
  }
}
@media only screen and (max-width: 1200px) {
  [data-remodal-id] .remodal-content form .form-group {
    margin: 1.5rem 0;
  }
  [data-remodal-id] .remodal-content form .form-group input {
    font-size: 3rem;
    width: 100%;
    display: inline-block;
    padding: 1rem 0 1rem 3rem;
  }
  [data-remodal-id] .remodal-content .btn {
    transition: 0.3s ease-in-out;
    font-size: 3rem;
    padding: 1.6rem 6rem;
  }
  [data-remodal-id] .remodal-content .btn.without {
    border: 2px solid transparent;
    padding: 1rem 5rem;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 1200px) {
  [data-remodal-id] .remodal-content .btn.without:hover {
    background: #a7268e;
    color: #fedf44;
    border-color: #fedf44;
  }
}
@media only screen and (max-width: 1200px) {
  [data-remodal-id] .remodal-content .btn.white {
    display: inline-block;
    padding: 2.5rem 8rem;
  }
}
@media only screen and (max-width: 1200px) {
  [data-remodal-id] .remodal-content .divider {
    width: 90%;
    margin: 6rem auto;
    border: #fff solid 1px;
    border-radius: 100rem;
  }
}
@media only screen and (max-width: 1200px) {
  [data-remodal-id] .remodal-content p.info {
    font-size: 2.2rem;
  }
}
header {
  max-width: 100vw;
}
header .container {
  display: flex;
  padding-top: 0.75rem;
}
header .container a {
  vertical-align: middle;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 300;
  padding: 0.9rem 1.5rem 0.85rem;
}
header .container a:not(.btn) {
  color: #fff;
}
header .container nav.main {
  flex: 1;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
header .container nav.lang {
  margin-left: 6rem;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}
header .container nav.lang .btn {
  text-transform: uppercase;
  padding: 0.8rem 1.5rem;
}

@media only screen and (max-width: 1200px) {
  header .container a.burger {
    border: 2px solid #fff;
    position: relative;
    border-radius: 3rem;
    height: 9rem;
    width: 12rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem 0;
    align-items: center;
  }
  header .container a.burger span {
    display: inline-block;
    height: 0;
    border: 2px solid #fff;
    background: #fff;
    width: 6rem;
    border-radius: 100rem;
  }
  header .container nav.lang .btn {
    font-size: 2.8rem;
    padding: 1.6rem 2.6rem;
    display: inline-block;
  }
}
section#hero {
  max-width: 100vw;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  section#hero {
    height: 94vh;
  }
}
section#hero .container {
  display: flex;
  justify-content: space-between;
  position: relative;
  min-height: 90rem;
}
section#hero .container .block-absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
section#hero .container .block-absolute img.cat {
  position: absolute;
  display: block;
  top: 17.9rem;
  left: 6rem;
  height: 30rem;
}
section#hero .container .block-absolute img.plate {
  position: absolute;
  display: block;
  top: 40rem;
  height: 19rem;
  left: -4rem;
}
section#hero .container .block-absolute img.stamp {
  position: absolute;
  display: block;
  right: 4rem;
  bottom: 32rem;
  height: 12rem;
}
section#hero .container .left {
  margin-top: -1rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
section#hero .container .left img.logo {
  pointer-events: none;
  height: 18rem;
  transform-origin: center center;
  transform: translateX(3%);
}
section#hero .container .left img.calendar {
  margin-top: -1.2rem;
  height: 9rem;
}
section#hero .container .right {
  padding-top: 7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section#hero .container .right img.slogan {
  height: 9rem;
}
section#hero .container .right img.pouches {
  height: 26rem;
  margin-top: 6rem;
}
section#hero .container .right .btn {
  display: inline-block;
  margin-top: 3rem;
  font-size: 2rem;
  padding: 1rem 2.6rem;
}
@media only screen and (min-width: 1200px) {
  section#hero .bg-plane {
    bottom: -30rem;
  }
}

@media only screen and (max-width: 1200px) {
  section#hero .container {
    flex-direction: column;
    justify-content: flex-start;
    min-height: 100rem;
  }
  section#hero .container .left {
    padding-top: 0;
    margin-top: 0;
  }
  section#hero .container .left img.logo {
    height: 32rem;
  }
  section#hero .container .right {
    margin-top: -6rem;
    padding: 0;
  }
  section#hero .container .right img.slogan {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  section#hero .container .right .btn {
    margin-top: 4rem;
    font-size: 3.5rem;
    padding: 1.7rem 3.5rem;
  }
  section#hero .container .block-absolute img.cat {
    height: 38rem;
    left: 7rem;
    top: 50.6rem;
  }
  section#hero .container .block-absolute img.plate {
    height: 22rem;
    top: 78rem;
    left: 2rem;
  }
  section#hero .container .block-absolute img.calendar {
    position: absolute;
    left: 0;
    height: 14rem;
    top: 54rem;
  }
  section#hero .bg-plane {
    height: 78rem;
    bottom: -10rem;
  }
}
section#mechanics .container {
  padding: 3rem 0;
}
section#mechanics .container h2.title {
  margin: 0 0 5rem;
}
section#mechanics .container .blocks {
  display: flex;
  justify-content: space-between;
}
section#mechanics .container .blocks .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
section#mechanics .container .blocks .item img {
  height: 18rem;
}
section#mechanics .container .blocks .item p {
  text-align: center;
  font-size: 2rem;
  margin: 2rem 0 1rem;
}
section#mechanics .container .extra-block {
  font-size: 1.5rem;
  margin: 2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section#mechanics .container .extra-block p {
  line-height: 1.4em;
}

@media only screen and (max-width: 1200px) {
  section#mechanics .container h2.title {
    margin-bottom: 3rem;
  }
  section#mechanics .container .blocks {
    flex-direction: column;
  }
  section#mechanics .container .blocks .item img {
    height: 40rem;
    margin-bottom: 5rem;
  }
  section#mechanics .container .blocks .item p.text {
    font-size: 3.4rem;
  }
  section#mechanics .container .blocks .item p.info {
    font-size: 2.4rem;
  }
  section#mechanics .container .blocks .item .btn {
    font-size: 3.4rem;
    padding: 1.5rem 4rem;
  }
  section#mechanics .container .blocks .item:not(:last-child) {
    margin-bottom: 10rem;
  }
  section#mechanics .container .extra-block {
    justify-content: center;
    margin-bottom: 4rem;
  }
  section#mechanics .container .extra-block a {
    font-size: 2.4rem;
  }
}
section#prizes .container {
  padding: 4rem 0;
}
section#prizes .container h2 {
  margin: 0 0 2rem;
}
section#prizes .container .block {
  display: flex;
  justify-content: space-between;
}
section#prizes .container .block .item {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin: 2rem 0;
}
section#prizes .container .block .item:nth-child(2) {
  align-self: center;
}
section#prizes .container .block .item:not(:nth-child(2)) {
  padding-top: 5rem;
}
section#prizes .container .block .item img {
  height: 30rem;
}
section#prizes .container .block .item h4, section#prizes .container .block .item h3, section#prizes .container .block .item p {
  margin: 0;
}
section#prizes .container .block .item h4 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
section#prizes .container .block .item h3 {
  font-size: 2.4rem;
}
section#prizes .container .block .item h3 span {
  font-size: 1.3em;
}
section#prizes .container .block .item h3 b {
  font-size: 0.8em;
}
section#prizes .container .block .item p {
  font-size: 1.4rem;
}

@media only screen and (max-width: 1200px) {
  section#prizes .container .block {
    flex-direction: column;
  }
  section#prizes .container .block .item {
    margin: 8rem 0;
  }
  section#prizes .container .block .item:not(:nth-child(2)) {
    padding: 0;
    margin: 0;
  }
  section#prizes .container .block .item img {
    height: initial;
    width: 100%;
  }
  section#prizes .container .block .item h3 {
    margin: 0;
  }
  section#prizes .container .block .item h3 {
    font-size: 4rem;
  }
  section#prizes .container .block .item h3 b {
    font-size: 3.2rem;
  }
  section#prizes .container .block .item h4 {
    font-size: 3.4rem;
  }
  section#prizes .container .block .item p {
    font-size: 2.5rem;
  }
}
section#choose .container {
  padding: 4rem;
}
section#choose .container .headings {
  margin: 0 0 2rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
section#choose .container .headings img {
  display: block;
  height: 26rem;
}
section#choose .container .headings .row {
  margin-left: 2rem;
  margin-top: 5rem;
}
section#choose .container .headings .row h2.title {
  text-align: left;
}
section#choose .container .headings .row p {
  margin: 1rem 0 3rem;
  font-size: 1.9rem;
}
section#choose .container .headings .row .btn {
  padding: 0.5rem 3.2rem;
  font-size: 2rem;
}
section#choose .container .blocks {
  margin: 2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section#choose .container .blocks .item a {
  display: block;
  position: relative;
}
section#choose .container .blocks .item a:before {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background: #6d146a;
  border-radius: 1000rem;
  z-index: -1;
  content: "";
}
section#choose .container .blocks .item a img {
  display: block;
  height: 22rem;
  border-bottom-left-radius: 1000rem;
  border-bottom-right-radius: 1000rem;
}

@media only screen and (max-width: 1200px) {
  section#choose .container {
    padding: 10rem 0;
  }
  section#choose .container .headings {
    flex-direction: column;
    align-items: center;
  }
  section#choose .container .headings img {
    height: 45rem;
  }
  section#choose .container .headings .row {
    margin: 2rem 0 0;
    text-align: center;
  }
  section#choose .container .headings .row h2.title {
    text-align: inherit;
  }
  section#choose .container .headings .row p {
    font-size: 2.7rem;
  }
  section#choose .container .headings .btn.without {
    display: inline-block;
    font-size: 3.5rem;
    padding: 1.5rem 4rem;
    margin: 2rem 0;
  }
  section#choose .container h2.title {
    font-size: 5rem;
  }
  section#choose .container .blocks .item a img {
    height: 18rem;
  }
}
section#winners .container {
  padding: 4rem 0;
}
section#winners .container p.soon {
  text-align: center;
  font-size: 2.2rem;
  margin: 2rem 0;
}
section#winners .container img.mln {
  display: block;
  height: 24rem;
  margin: 0 auto 2rem;
}
section#winners .container .table {
  width: 73%;
  margin: 2rem auto 0;
}
section#winners .container .table .search-form {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 2rem 0;
}
section#winners .container .table .search-form input {
  font-size: 1.8rem;
}
section#winners .container .table .search-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #a7268e;
  border: solid 2px #fff;
  padding: 1.4rem;
  border-radius: 50rem;
  margin-left: -2rem;
}
section#winners .container .table .search-form button img {
  height: 2rem;
  width: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
}
section#winners .container .table .table-pagination {
  margin: 4rem auto 0;
  text-align: center;
}
section#winners .container .table .table-pagination nav ul {
  list-style-type: none;
  padding: 0;
}
section#winners .container .table .table-pagination nav ul li {
  padding: 0;
  display: inline-block;
  font-size: 2rem;
  margin: 0 0.5rem;
  font-family: "Arial", sans-serif;
  font-weight: 700;
}
section#winners .container .table .table-pagination nav ul li a {
  color: #fff;
  text-decoration: none;
}
section#winners .container .table .table-pagination nav ul li.active {
  color: #ffd821;
}

@media only screen and (max-width: 1200px) {
  section#winners .container {
    width: 100vw;
  }
  section#winners .container p.soon {
    font-size: 3rem;
  }
  section#winners .container img.mln {
    height: 28rem;
  }
  section#winners .container .table {
    width: 100%;
    font-size: 2.4rem;
  }
  section#winners .container .table .search-form input {
    padding-right: 7rem;
    font-size: 2.3rem;
  }
  section#winners .container .table .search-form button {
    margin-left: -5rem;
  }
  section#winners .container .table .search-form button img {
    height: 4rem;
    width: 4rem;
  }
}
section#faq .container {
  padding: 4rem 0 8rem;
}
section#faq .container p.info {
  margin: 1rem auto;
  text-align: center;
  font-size: 2rem;
  position: relative;
}
section#faq .container .kitten-steps {
  z-index: 0;
  pointer-events: none;
}
section#faq .container form {
  width: 62.5%;
  margin: 0 auto 4rem;
  position: relative;
}
section#faq .container form textarea {
  width: 100%;
}
section#faq .container form input {
  width: 100%;
}
section#faq .container form .row {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  margin: 2rem 0;
  box-sizing: border-box;
}
section#faq .container form .row .form-group {
  width: 32%;
}
section#faq .container form .btn-wrap {
  margin: 1rem 0;
}
section#faq .container form .btn-wrap .btn {
  font-size: 2rem;
  padding: 0.8rem 4rem;
}
section#faq .container .list {
  margin: 4rem auto 0;
  line-height: 1.3;
  width: 62.5%;
  position: relative;
}
section#faq .container .list .item {
  margin-bottom: 1rem;
  border-bottom: 2px solid #fff;
  padding-bottom: 1rem;
}
section#faq .container .list .item .question {
  position: relative;
  padding-left: 2rem;
  padding-right: 5rem;
  font-size: 1.92rem;
  cursor: pointer;
  display: flex;
}
section#faq .container .list .item .question:before {
  right: 0;
  content: "";
  position: absolute;
  display: block;
  background: url("../i/faq-arrow.png") center center/contain no-repeat;
  height: 2.5rem;
  width: 2.5rem;
  transform: rotate(90deg);
  margin-top: 0.4rem;
  margin-right: 1rem;
}
section#faq .container .list .item .answer {
  padding: 1rem 0 1rem 3.5rem;
  overflow: hidden;
  box-sizing: content-box;
  font-size: 1.6rem;
}
section#faq .container .list .item .answer a {
  color: #fedf44;
}
section#faq .container .list .item .answer p:first-child {
  margin-top: 0;
}
section#faq .container .list .item .answer p:last-child {
  margin-bottom: 0;
}
section#faq .container .list .item.hidden {
  display: block;
}
section#faq .container .list .item.hidden .question:before, section#faq .container .list .item.hidden .question:after {
  transform: unset;
}
section#faq .container .list .item.hidden .answer {
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 0 !important;
}
section#faq .container .list .item.hidden .answer p:first-child {
  margin-top: 0;
}
section#faq .container .list .item.hidden .answer p:last-child {
  margin-bottom: 0;
}
section#faq .container .list .item.init .question:after, section#faq .container .list .item.init .question:before, section#faq .container .list .item.init .answer {
  transition: 0.3s ease-in-out;
}
section#faq .container .list .item:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
  section#faq .container form, section#faq .container .list {
    width: 100%;
  }
  section#faq .container p.info {
    font-size: 2.6rem;
  }
  section#faq .container form .row {
    flex-direction: column;
  }
  section#faq .container form .row .form-group {
    width: 100%;
    margin: 2rem 0;
  }
  section#faq .container form .btn-wrap {
    margin-top: 3rem;
  }
  section#faq .container form .btn-wrap .btn {
    width: 80%;
    display: inline-block;
    padding: 2rem 0;
    font-size: 3.4rem;
  }
  section#faq .container .list .item .question {
    padding-right: 10rem;
  }
}
footer {
  background: linear-gradient(90deg, #9f438e 15%, #6d146a 80%);
}
footer .container {
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
footer .container .left p.period {
  font-size: 1.8rem;
  margin: 0 0 1rem;
}
footer .container .left nav a {
  font-size: 1.4rem;
}
footer .container .left nav a:not(:last-child) {
  margin-right: 4rem;
}
footer .container .right a img {
  height: 3rem;
}
footer .container .right a:not(:last-child) {
  margin-right: 0.5rem;
}
footer .container .goup {
  display: block;
  text-decoration: none;
  color: #fff;
  position: absolute;
  bottom: 100%;
  right: 0;
  background: #6d146a;
  text-align: center;
  text-transform: capitalize;
  padding: 0.6rem 6rem;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  font-size: 2rem;
}
footer .container .goup:before, footer .container .goup:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  background: url("../i/faq-arrow.png") center center/contain no-repeat;
  height: 1.6rem;
  width: 1.6rem;
  transform-origin: center center;
  transform: translateY(-50%) rotateZ(-90deg);
}
footer .container .goup:before {
  left: 2.7rem;
}
footer .container .goup:after {
  right: 2.7rem;
}

@media only screen and (max-width: 1200px) {
  footer .container {
    padding: 6rem 0;
    flex-direction: column;
    align-items: center;
  }
  footer .container .left {
    text-align: center;
    margin-bottom: 2rem;
  }
  footer .container .left nav a.link {
    margin: 2rem 0;
    font-size: 2.5rem;
  }
  footer .container .left p.period {
    font-size: 3.4rem;
  }
  footer .container .right a {
    display: inline-block;
    height: 5rem;
  }
  footer .container .right a:not(:last-child) {
    margin-right: 4rem;
  }
  footer .container .right a img {
    height: 8rem;
  }
  footer .container .goup {
    font-size: 3rem;
    padding: 2rem 8rem;
    border-top-right-radius: 3rem;
    border-top-left-radius: 3rem;
  }
  footer .container .goup:before, footer .container .goup:after {
    width: 2.5rem;
    height: 2.5rem;
  }
}
section#profile {
  position: relative;
}
section#profile .container {
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
}
section#profile .container .block {
  display: flex;
  flex-direction: column;
  width: 58%;
}
section#profile .container .block .headings {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section#profile .container .block .headings > .left {
  margin-right: 2rem;
}
section#profile .container .block .headings > .left h2.title {
  margin: 0;
  line-height: 1em;
  text-transform: uppercase;
  font-size: 3.3rem;
  text-align: left;
}
section#profile .container .block .headings > .left h3 {
  font-family: "Arial", sans-serif;
  margin: 0;
  font-size: 2.3rem;
  line-height: 1em;
}
section#profile .container .block .headings > .right {
  flex: 1;
}
section#profile .container .block .headings > .right .btn {
  font-size: 2rem;
  padding: 1rem 2rem;
  display: inline-block;
}
section#profile .container .block p.warning {
  margin: 1rem 0;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #ffd821;
}
section#profile .container .block .table {
  width: 100%;
}
section#profile .container .block .table .thead .th {
  font-size: 1.7rem;
  padding: 0.5rem 0;
  font-family: "TisaSansPro-Bold-Italic", sans-serif;
}
section#profile .container .block .table .tbody .row {
  padding: 0;
  margin: 0;
}
section#profile .container .block .table .tbody .row .cell {
  padding: 0.4rem 0;
  font-size: 1.5rem;
}
section#profile .container .block .table .tbody .row .cell img {
  vertical-align: middle;
  margin-top: -0.5rem;
  height: 2rem;
}
section#profile .container .block .table .tbody .row .cell a {
  font-size: 1.5rem;
  text-transform: lowercase;
  text-decoration: none;
}
section#profile .container .block .table .tbody .row .cell a.link:after {
  border-color: #ffd821;
}
section#profile .container .block .table .tbody .row .cell span, section#profile .container .block .table .tbody .row .cell a {
  color: #ffd821;
}
section#profile .container .block .table .tbody .row .cell b {
  color: #ffb7ba;
  font-weight: 100;
}
section#profile .container .block .table .tbody .row .cell:last-child {
  text-transform: initial;
}
section#profile .block-absolute img.cat {
  height: 26rem;
  top: 18.4rem;
  right: 0;
}
section#profile .block-absolute img.plate {
  height: 15rem;
  top: 38rem;
  right: -4rem;
}

@media only screen and (max-width: 1200px) {
  section#profile .container {
    flex-direction: column;
    width: 100vw;
  }
  section#profile .container .block {
    width: 100%;
  }
  section#profile .container .block .headings {
    flex-direction: column;
  }
  section#profile .container .block .headings .left h2.title {
    text-align: center;
    font-size: 5rem;
  }
  section#profile .container .block .headings .left h3 {
    text-align: center;
    font-size: 3.6rem;
    margin: 1rem 0;
  }
  section#profile .container .block .headings .right {
    margin: 2rem 0;
  }
  section#profile .container .block .headings .right .btn {
    font-size: 3.3rem;
    padding: 1rem 3rem;
  }
  section#profile .container .block p.warning {
    font-size: 2.4rem;
    text-align: center;
    margin: 4rem 0;
  }
  section#profile .container .block .table {
    margin-bottom: 8rem;
  }
  section#profile .container .block .table .thead .th {
    font-size: 2rem;
    padding: 1.5rem 0;
  }
  section#profile .container .block .table .tbody .row .cell {
    padding: 1.5rem 0;
    font-size: 2.6rem;
  }
  section#profile .container .block .table .tbody .row .cell img {
    height: 4rem;
  }
  section#profile .container .block .table .tbody .row .cell a, section#profile .container .block .table .tbody .row .cell span {
    display: inline;
    font-size: 2rem;
  }
  section#profile .container .block .table .tbody .row .cell a.link, section#profile .container .block .table .tbody .row .cell span.link {
    margin-left: 1rem;
    text-decoration: underline;
    font-size: 1.9rem;
  }
  section#profile .container .block .table .tbody .row .cell a.link:after, section#profile .container .block .table .tbody .row .cell span.link:after {
    display: none;
  }
  section#profile .bg-plane {
    display: none;
  }
}
section#register .container {
  padding-top: 1rem;
}
section#register .container .block-absolute img.cat {
  left: 0;
  right: initial;
  height: 25rem;
  top: 19.2rem;
}
section#register .container .block-absolute img.plate {
  top: 38rem;
  left: -10rem;
  right: initial;
  height: 15rem;
}
section#register .container .block-absolute img.calendar {
  top: 4rem;
  left: 4rem;
  height: 10rem;
  display: block;
}
section#register .container form {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  width: 28%;
}
section#register .container form .form-group {
  margin: 0.5rem auto;
  width: 88%;
}
section#register .container form .form-group input, section#register .container form .form-group select {
  font-size: 1.7rem;
  width: 100%;
  padding: 0.6rem 1.5rem;
  border-radius: 100rem;
}
section#register .container form .btn {
  margin: 1rem auto;
  font-size: 1.85rem;
  width: 88%;
  padding: 0.8rem 0;
}
section#register .container form .info {
  text-align: center;
  margin: 1rem 0 0;
  font-size: 1.25rem;
}
section#register .container .extra {
  width: 38%;
  margin: 4rem auto 0;
  position: relative;
  z-index: 1;
  text-align: center;
}
section#register .container .extra h3 {
  font-family: "TisaSansPro-Bold-Italic", sans-serif;
  font-size: 2rem;
}
section#register .container .extra .btn.white {
  font-size: 1.8rem;
  padding: 0.6rem 3.4rem;
}
section#register .bg-plane {
  bottom: -35rem;
}

@media only screen and (max-width: 1200px) {
  section#register .container h2.title {
    font-size: 5.1rem;
    margin-bottom: 2rem;
  }
  section#register .container form, section#register .container .extra {
    width: 100%;
  }
  section#register .container .extra {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  section#register .container form .form-group {
    width: 100%;
    box-sizing: border-box;
    margin: 1.5rem 0;
  }
  section#register .container form .form-group input, section#register .container form .form-group select {
    display: inline-block;
    box-sizing: border-box;
    font-size: 3rem;
    padding: 1.5rem 0 1.5rem 3rem;
  }
  section#register .container form .btn {
    width: 100%;
    font-size: 3.4rem;
    padding: 1.5rem 0;
  }
  section#register .container form p.info {
    font-size: 2.2rem;
  }
  section#register .container .extra {
    margin: 10rem 0;
  }
  section#register .container .extra h3 {
    font-size: 5.1rem;
  }
  section#register .container .extra .btn.white {
    padding: 1.2rem 8rem;
    font-size: 3.3rem;
  }
  section#register .bg-plane {
    bottom: -18rem;
  }
}
section#register-type .container {
  text-align: center;
  padding-top: 2rem;
}
section#register-type .container p.description {
  font-size: 1.9rem;
  margin: 1rem 0;
}
section#register-type .container .row {
  display: flex;
  width: 63%;
  margin: 0 auto;
  justify-content: space-between;
}
section#register-type .container .row p {
  position: relative;
  flex: 1;
  margin: 1.5rem 0;
}
section#register-type .container .row p img {
  position: absolute;
  top: -11.5rem;
  height: 33rem;
  z-index: -1;
}
section#register-type .container .row p.coupon {
  text-align: left;
}
section#register-type .container .row p.coupon img {
  left: -13.5rem;
}
section#register-type .container .row p.check {
  text-align: right;
}
section#register-type .container .row p.check img {
  right: -13.5rem;
}
section#register-type .container .row p .btn {
  display: inline-block;
  text-align: center;
  width: 95%;
  font-size: 1.9rem;
  padding: 1.4rem 0 1.1rem;
}
section#register-type .container p.info {
  font-size: 1.7rem;
  color: #ffd821;
  text-transform: uppercase;
  margin: 1rem 0 0;
}
section#register-type .container img.pouches {
  height: 18rem;
}
section#register-type p.warning {
  width: 38rem;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  background: #fedf44;
  color: #a7268e;
  padding: 0.75rem 0 0.5rem;
  text-transform: uppercase;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}

@media only screen and (max-width: 1200px) {
  section#register-type .container {
    padding-top: 4rem;
  }
  section#register-type .container p.description {
    font-size: 3rem;
    margin-bottom: 6rem;
  }
  section#register-type .container .row {
    flex-direction: column;
    width: 100%;
  }
  section#register-type .container .row p a.btn {
    width: 100%;
    font-size: 3.3rem;
    padding: 1.7rem 0;
  }
  section#register-type .container .row p img {
    height: 47rem;
    top: -16rem;
  }
  section#register-type .container .row p.check {
    margin-top: 12rem;
  }
  section#register-type .container .row p.check img {
    right: -9rem;
  }
  section#register-type .container .row p.coupon img {
    left: -9rem;
  }
  section#register-type .container p.info {
    margin-top: 22rem;
    font-size: 2.4rem;
  }
  section#register-type .container img.pouches {
    margin-top: 2rem;
    height: auto;
    width: 100%;
    margin-bottom: 10rem;
  }
  section#register-type p.warning {
    width: 58rem;
    font-size: 2.6rem;
    padding: 1.6rem 0;
  }
}
section#coupon .container img.logo {
  display: none;
}
section#coupon .container .block-absolute img.cat {
  right: 0;
  left: initial;
}
section#coupon .container .block-absolute img.plate {
  right: -3rem;
  left: initial;
}
section#coupon .container .content {
  width: 60%;
  margin: 5rem 0 0 30rem;
  text-align: left;
  position: relative;
}
section#coupon .container .content h2.title {
  margin: 0;
  text-align: inherit;
  font-size: 3.2rem;
}
section#coupon .container .content p.info {
  font-size: 1.9rem;
  margin: 1rem 0;
}
section#coupon .container .content form {
  width: 37%;
}
section#coupon .container .content form .form-group {
  margin-bottom: 2rem;
}
section#coupon .container .content form .form-group input {
  width: 100%;
  padding: 0.5rem 0 0.5rem 1rem;
  font-size: 1.8rem;
}
section#coupon .container .content form .btn {
  width: 100%;
  padding: 1rem 0;
  font-size: 1.9rem;
}
section#coupon .container .content .coupon {
  position: absolute;
  top: -4rem;
  left: -21.5rem;
  pointer-events: none;
  height: 30rem;
}

@media only screen and (max-width: 1200px) {
  section#coupon .container .content {
    width: 100%;
    margin: 0;
  }
  section#coupon .container .content h2.title, section#coupon .container .content p.info {
    text-align: center;
  }
  section#coupon .container .content h2.title {
    font-size: 5rem;
  }
  section#coupon .container .content p.info {
    margin: 0;
    font-size: 3.2rem;
  }
  section#coupon .container .content .coupon {
    position: static;
    height: 50rem;
    margin: 0 auto -3rem;
    display: block;
  }
  section#coupon .container .content form {
    width: 100%;
    margin-top: -8.8rem;
    margin-bottom: 7rem;
  }
  section#coupon .container .content form .form-group input {
    font-size: 3rem;
    border-radius: 5rem;
    padding: 1.4rem 2.6rem;
  }
  section#coupon .container .content form .btn.without {
    font-size: 3.6rem;
    padding: 1.8rem 0;
  }
  section#coupon .bg-plane {
    display: none;
  }
}
section#check .container {
  padding-top: 2rem;
}
section#check .container h2.title {
  font-size: 3.3rem;
}
section#check .container .content {
  margin: 1rem auto;
  width: 80%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
section#check .container .content .left {
  margin-right: 3rem;
}
section#check .container .content .left .image-container {
  position: relative;
}
section#check .container .content .left .image-container img {
  height: 36rem;
  position: relative;
  z-index: 1;
}
section#check .container .content .left .image-container img.absolute {
  position: absolute;
  top: 0;
  left: 0.1rem;
  display: none;
  z-index: 1;
}
section#check .container .content .left .image-container img.absolute.active {
  display: initial;
}
section#check .container .content .right {
  width: 60%;
}
section#check .container .content .right p.info {
  margin: 1rem 0 1.4rem;
  font-size: 1.4rem;
}
section#check .container .content .right form {
  width: 100%;
}
section#check .container .content .right form .form-group {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  /* стили при наведении курсора на checkbox */
  /* стили для активного состояния чекбокса (при нажатии на него) */
  /* стили для чекбокса, находящегося в фокусе */
  /* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
  /* стили для чекбокса, находящегося в состоянии disabled */
}
section#check .container .content .right form .form-group .spnn {
  vertical-align: top;
}
section#check .container .content .right form .form-group .flexy {
  padding-top: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
section#check .container .content .right form .form-group .electron-check {
  margin-top: 0.5rem;
  width: 50%;
  font-size: 1.6rem;
  padding: 0.5rem 0 0.5rem 1.4rem;
}
section#check .container .content .right form .form-group .custom-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 1.45rem;
  height: 1.45rem;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
section#check .container .content .right form .form-group .custom-checkbox:checked + label::before {
  border-color: #0b76ef;
  background-color: #0b76ef;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
section#check .container .content .right form .form-group .custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
  border-color: #b3d7ff;
}
section#check .container .content .right form .form-group .custom-checkbox:not(:disabled):active + label::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
section#check .container .content .right form .form-group .custom-checkbox:focus + label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
section#check .container .content .right form .form-group .custom-checkbox:focus:not(:checked) + label::before {
  border-color: #80bdff;
}
section#check .container .content .right form .form-group .custom-checkbox:disabled + label::before {
  background-color: #e9ecef;
}
section#check .container .content .right form .row {
  margin-top: 0.7rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
section#check .container .content .right form .row .form-group {
  width: 31%;
  box-sizing: border-box;
  position: relative;
}
section#check .container .content .right form .row .form-group input {
  width: 100%;
  font-size: 1.6rem;
  padding: 0.5rem 0 0.5rem 1.4rem;
}
section#check .container .content .right form .row .form-group i {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  display: block;
  height: 1.6rem;
  width: 1.6rem;
  z-index: 1;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
section#check .container .content .right form .row .form-group i.date {
  -webkit-mask-image: url("../i/date.png");
          mask-image: url("../i/date.png");
}
section#check .container .content .right form .row .form-group i.time {
  -webkit-mask-image: url("../i/clock.png");
          mask-image: url("../i/clock.png");
}
section#check .container .content .right form .row .form-group i.sum {
  -webkit-mask-image: url("../i/sum.png");
          mask-image: url("../i/sum.png");
}
section#check .container .content .right form .row .form-group i:before {
  background: #727272;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: 0.3s ease-in-out;
}
section#check .container .content .right form .row .form-group.colored i:before {
  background: #a7268e;
}
section#check .container .content .right form .check-zone {
  margin-top: 1rem;
  width: 100%;
  height: 16rem;
  background: #fff;
  border-radius: 2rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
section#check .container .content .right form .check-zone .icon {
  position: relative;
  height: 5rem;
  width: 6.153rem;
  -webkit-mask-image: url("../i/photo.png");
          mask-image: url("../i/photo.png");
  -webkit-mask-size: contain;
          mask-size: contain;
}
section#check .container .content .right form .check-zone .icon:before {
  background: #727272;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
section#check .container .content .right form .check-zone .icon.error:before {
  background: red;
}
section#check .container .content .right form .check-zone p.message {
  color: #727272;
  width: 100%;
  margin: 1rem 0 0;
  text-align: center;
}
section#check .container .content .right form .check-zone p.message.choosen {
  color: #a7268e;
}
section#check .container .content .right form .check-zone p.message span {
  color: inherit;
}
section#check .container .content .right form .check-zone p.message span:last-child {
  font-size: 2.5rem;
}
section#check .container .content .right form .wrap {
  width: 100%;
  text-align: center;
  margin: 2rem 0 0;
}
section#check .container .content .right form .wrap .btn {
  font-size: 1.8rem;
  padding: 1rem 3rem;
}

@media only screen and (max-width: 1200px) {
  section#check .container h2.title {
    font-size: 5rem;
  }
  section#check .container .content {
    margin-top: 0;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  section#check .container .content .left {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  section#check .container .content .left p.info {
    margin-bottom: 4rem;
    font-size: 2.4rem;
  }
  section#check .container .content .left .image-container img {
    height: 62rem;
  }
  section#check .container .content .left .image-container img.absolute {
    position: absolute;
    top: initial;
    bottom: 0;
    left: 12.1rem;
  }
  section#check .container .content .right {
    width: 100%;
    margin-top: -20rem;
  }
  section#check .container .content .right form {
    width: 100%;
    background: #a7268e;
    position: relative;
    z-index: 1;
  }
  section#check .container .content .right form .row {
    flex-direction: column;
  }
  section#check .container .content .right form .row .form-group {
    width: 100%;
    margin: 0 0 2.5rem;
  }
  section#check .container .content .right form .row .form-group input {
    font-size: 3rem;
    border-radius: 5rem;
    padding: 1.4rem 2.6rem;
  }
  section#check .container .content .right form .row .form-group:last-child {
    margin-bottom: 0;
  }
  section#check .container .content .right form .row .form-group i {
    top: 1.5rem;
    right: 1.4rem;
    width: 4rem;
    height: 4rem;
  }
  section#check .container .content .right form .form-group {
    margin: 2rem 0;
  }
  section#check .container .content .right form .form-group .flexy {
    font-size: 3rem;
  }
  section#check .container .content .right form .form-group .custom-checkbox + label:before {
    width: 3rem;
    height: 3rem;
  }
  section#check .container .content .right form .form-group .electron-check {
    margin-top: 0.5rem;
    width: 100%;
    font-size: 3rem;
    border-radius: 5rem;
    padding: 1.4rem 2.6rem;
  }
  section#check .container .content .right form .check-zone {
    height: 30rem;
    border-radius: 3rem;
  }
  section#check .container .content .right form .check-zone .icon {
    height: 8rem;
    width: 10rem;
  }
  section#check .container .content .right form .check-zone p.message {
    font-size: 2.7rem;
  }
  section#check .container .content .right form .wrap {
    margin: 4rem 0 8rem;
    width: 100%;
  }
  section#check .container .content .right form .wrap .btn {
    padding: 1.6rem 2.8rem;
    width: 100%;
    font-size: 3.6rem;
  }
}
section#charity {
  height: 94vh;
  position: relative;
}
section#charity .block-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
section#charity .block-absolute .falling-pouches {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
section#charity .block-absolute .falling-pouches .pouch {
  display: block;
  width: 22rem;
  height: 22rem;
  background: url("../i/pouch.png") no-repeat center/contain;
  position: absolute;
  top: -35rem;
  transition: 0.8s linear;
}
section#charity .block-absolute .falling-pouches .pouch:nth-of-type(1) {
  transform: rotate(10deg);
  left: 10%;
  -webkit-animation: 5s falling ease-in-out infinite;
          animation: 5s falling ease-in-out infinite;
}
section#charity .block-absolute .falling-pouches .pouch:nth-of-type(2) {
  transform: rotate(-15deg);
  left: 55%;
  -webkit-animation: 3s falling ease-in-out infinite;
          animation: 3s falling ease-in-out infinite;
}
section#charity .block-absolute .falling-pouches .pouch:nth-of-type(3) {
  transform: rotate(35deg);
  right: 10%;
  -webkit-animation: 4s falling ease-in-out infinite;
          animation: 4s falling ease-in-out infinite;
}
@media only screen and (min-width: 1200px) {
  @-webkit-keyframes falling {
    0% {
      bottom: -35rem;
      opacity: 0;
    }
    10% {
      top: -35rem;
      opacity: 1;
    }
    70% {
      top: calc(70rem - 15rem);
      opacity: 1;
    }
    90% {
      top: calc(70rem - 15rem);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes falling {
    0% {
      bottom: -35rem;
      opacity: 0;
    }
    10% {
      top: -35rem;
      opacity: 1;
    }
    70% {
      top: calc(70rem - 15rem);
      opacity: 1;
    }
    90% {
      top: calc(70rem - 15rem);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
}
@media only screen and (max-width: 1200px) {
  @-webkit-keyframes falling {
    0% {
      bottom: -60rem;
      opacity: 0;
    }
    10% {
      top: -60rem;
      opacity: 1;
    }
    70% {
      top: calc(120rem - 15rem);
      opacity: 1;
    }
    90% {
      top: calc(120rem - 15rem);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes falling {
    0% {
      bottom: -60rem;
      opacity: 0;
    }
    10% {
      top: -60rem;
      opacity: 1;
    }
    70% {
      top: calc(120rem - 15rem);
      opacity: 1;
    }
    90% {
      top: calc(120rem - 15rem);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
}
section#charity .block-absolute img.falling {
  position: absolute;
  width: 100%;
  top: -10rem;
  left: 0;
}
section#charity .block-absolute img.bg {
  position: absolute;
  bottom: -10rem;
  left: 0;
  width: 100%;
}
section#charity .container {
  min-height: 70rem;
  text-align: center;
}
section#charity .container .content {
  margin-top: 5rem;
  padding: 2rem 4rem;
  display: inline-block;
}
section#charity .container .content.with_border {
  border-radius: 2rem;
  background: #a7268e;
  box-shadow: 0.1rem 0.2rem 0.5rem #000;
}
section#charity .container .content h1 {
  text-align: center;
  font-family: "Arial", sans-serif;
  margin: 4rem 0;
}
section#charity .container .content h1 span {
  padding: 1rem 2rem;
  font-size: 14rem;
  background: #6d146a;
  border-radius: 0.8rem;
}
section#charity .container .content h1 span:not(:last-child) {
  margin-right: 1rem;
}

@media only screen and (max-width: 1200px) {
  section#charity .container {
    width: 100vw;
    min-height: 50rem;
  }
  section#charity .container .content {
    margin-top: 8rem;
    width: 100%;
    padding: 2rem 0;
  }
  section#charity .container .content.with_border {
    border-radius: 0;
  }
  section#charity .container .content h2.title {
    font-size: 4rem;
    width: 90%;
    margin: 0 auto;
  }
  section#charity .container .content h1 span {
    font-size: 14rem;
    padding: 1rem 1.2rem;
  }
  section#charity .block-absolute .falling-pouches .pouch {
    width: 13rem;
    height: 13rem;
  }
  section#charity .block-absolute img.falling {
    top: -5rem;
  }
}
section#cat-choose .container {
  min-height: 65rem;
}
section#cat-choose .container .content {
  width: 60%;
  margin: 2rem auto 0;
  position: relative;
}
section#cat-choose .container .content .swiper-box {
  width: 100%;
  overflow: hidden;
}
section#cat-choose .container .content .swiper-box .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
section#cat-choose .container .content .swiper-box .swiper-slide a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
section#cat-choose .container .content .swiper-box .swiper-slide a:before {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background: #6d146a;
  border-radius: 1000rem;
  z-index: -1;
  content: "";
}
section#cat-choose .container .content .swiper-box .swiper-slide a img {
  width: 100%;
  margin: 0;
  border-bottom-left-radius: 1000rem;
  border-bottom-right-radius: 1000rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
section#cat-choose .container .content .swiper-box .swiper-slide a.selected:before {
  box-sizing: border-box;
  border: 2px solid white;
}
section#cat-choose .container .content .swiper-button-prev, section#cat-choose .container .content .swiper-button-next {
  color: #fff;
}
section#cat-choose .container .content .swiper-button-prev {
  left: -5rem;
}
section#cat-choose .container .content .swiper-button-next {
  right: -5rem;
}
section#cat-choose .container .cat-info {
  display: flex;
  width: 60%;
  align-items: flex-start;
  margin: 4rem auto 0;
  transition: 0.4s ease-in-out;
}
section#cat-choose .container .cat-info .murr {
  display: block;
  position: absolute;
  bottom: -30rem;
  left: 19%;
  z-index: 5;
  opacity: 0;
  transition: 0.8s ease-in;
}
section#cat-choose .container .cat-info .murr.active {
  opacity: 1;
  bottom: 13rem;
}
section#cat-choose .container .cat-info .left {
  position: relative;
  z-index: 4;
}
section#cat-choose .container .cat-info .left:before {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background: #6d146a;
  border-radius: 1000rem;
  z-index: 0;
  content: "";
}
section#cat-choose .container .cat-info .left img {
  position: relative;
  z-index: 1;
  border-bottom-left-radius: 1000rem;
  border-bottom-right-radius: 1000rem;
}
section#cat-choose .container .cat-info .left:after {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 1000rem;
  z-index: 0;
  content: "";
  border: 4px solid white;
  box-sizing: border-box;
  top: 0;
  left: 0;
}
section#cat-choose .container .cat-info .right {
  margin-left: 4rem;
  transition: 0.4s ease-in-out;
  z-index: 7;
}
section#cat-choose .container .cat-info .right h2.title {
  text-align: left;
}
section#cat-choose .container .cat-info .right p {
  font-size: 2rem;
}
section#cat-choose .container .cat-info .right p.place {
  margin: 2rem 0;
}
section#cat-choose .container .cat-info .right p.bio {
  margin: 2rem 0;
}
section#cat-choose .container .cat-info .right p.shares {
  display: none;
}
section#cat-choose .container .cat-info .right p.shares.active {
  display: block;
}
section#cat-choose .container .cat-info .right .btn {
  display: inline-block;
  font-size: 2rem;
  padding: 1.2rem 5rem;
}
section#cat-choose .container .cat-info .right .share-btn {
  display: inline-block;
  position: relative;
  padding: 1.3rem 1.5rem 1.3rem 4.5rem;
  border-radius: 10px;
  box-sizing: border-box;
  margin-right: 3%;
  margin-bottom: 3%;
  color: white;
  font-family: "TisaSansPro-Bold";
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0px 4px 21px -6px rgba(0, 0, 0, 0.75);
  transition: 0.4s ease-in-out;
  font-size: 1.4rem;
}
section#cat-choose .container .cat-info .right .share-btn:hover {
  box-shadow: 0px 0px 21px -8px rgba(0, 0, 0, 0.75);
}
section#cat-choose .container .cat-info .right .share-btn:last-child {
  margin-bottom: 30px;
}
section#cat-choose .container .cat-info .right .share-btn:nth-of-type(2n) {
  margin-right: 0;
}
section#cat-choose .container .cat-info .right .share-btn:before {
  content: "";
  display: block;
  position: absolute;
  width: 2.7rem;
  height: 2.7rem;
  top: 0.8rem;
  left: 0.9rem;
}
section#cat-choose .container .cat-info .right .share-btn.share-fb {
  background: #3c5b9a;
}
section#cat-choose .container .cat-info .right .share-btn.share-fb:before {
  background: url("../i/share-fb.png") no-repeat center/contain;
}
section#cat-choose .container .cat-info .right .share-btn.share-vk {
  background: #5181b8;
}
section#cat-choose .container .cat-info .right .share-btn.share-vk:before {
  background: url("../i/share-vk.png") no-repeat center/contain;
}
section#cat-choose .container .cat-info .right .share-btn.share-tg {
  background: #2ca5e0;
}
section#cat-choose .container .cat-info .right .share-btn.share-tg:before {
  background: url("../i/share-tg.png") no-repeat center/contain;
}
section#cat-choose .container .cat-info .right .share-btn.share-wa {
  background: #25d366;
}
section#cat-choose .container .cat-info .right .share-btn.share-wa:before {
  background: url("../i/share-wa.png") no-repeat center/contain;
}

@media only screen and (max-width: 1200px) {
  section#cat-choose .container {
    padding: 8rem 0;
  }
  section#cat-choose .container .content {
    width: 90%;
    margin: 4rem auto 0;
  }
  section#cat-choose .container .content .swiper-button-prev {
    left: -3rem;
  }
  section#cat-choose .container .content .swiper-button-prev:after {
    font-size: 2.8rem;
  }
  section#cat-choose .container .content .swiper-button-next {
    right: -3rem;
  }
  section#cat-choose .container .content .swiper-button-next:after {
    font-size: 2.8rem;
  }
  section#cat-choose .container .cat-info {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  section#cat-choose .container .cat-info .murr {
    width: 75%;
  }
  section#cat-choose .container .cat-info .murr.active {
    bottom: 38vh;
  }
  section#cat-choose .container .cat-info .left {
    margin-bottom: 4rem;
  }
  section#cat-choose .container .cat-info .right {
    margin: 0;
    text-align: center;
  }
  section#cat-choose .container .cat-info .right h2.title {
    text-align: inherit;
  }
  section#cat-choose .container .cat-info .right p {
    font-size: 3rem;
  }
  section#cat-choose .container .cat-info .right .btn {
    display: inline-block;
    border-radius: 2.6rem;
    padding: 1.5rem 10rem;
    font-size: 3.3rem;
  }
}
section#thanks {
  position: relative;
  background-image: url("../i/city_bg.svg");
  background-size: contain;
  background-position-y: center;
  background-position-x: 0;
  background-repeat: repeat-x;
  -webkit-animation: city_move 5s linear infinite;
          animation: city_move 5s linear infinite;
}
section#thanks .container {
  position: relative;
  min-height: 70rem;
}
section#thanks .container p.info {
  text-align: center;
  font-size: 2.4rem;
  margin: 2rem 0;
}
section#thanks .container .truck {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 42rem;
  width: 82rem;
  transform-origin: center center;
  transform: translateY(-30%) translateX(-50%);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
section#thanks .container .truck.ru {
  background-image: url("../i/truck_ru.png");
}
section#thanks .container .truck.kk {
  background-image: url("../i/truck_kk.png");
}
section#thanks .container .truck .wheel {
  position: absolute;
  top: 28rem;
  left: 12rem;
  height: 11rem;
  width: 11rem;
  background: url("../i/wheel.png") center center/contain no-repeat;
  transform-origin: center center;
  -webkit-animation: wheel_rotate 0.5s linear infinite;
          animation: wheel_rotate 0.5s linear infinite;
}
section#thanks .container .truck .wheel:last-child {
  left: 64.5rem;
}

@-webkit-keyframes wheel_rotate {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}

@keyframes wheel_rotate {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes city_move {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -100vw;
  }
}
@keyframes city_move {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -100vw;
  }
}
@media only screen and (max-width: 1200px) {
  section#thanks {
    background-position-y: 80%;
  }
  section#thanks .container {
    padding: 8rem 0;
    min-height: 65rem;
    margin-bottom: 16rem;
  }
  section#thanks .container h2.title {
    font-size: 4rem;
  }
  section#thanks .container p.info {
    font-size: 3.4rem;
  }
  section#thanks .container .truck {
    height: 40rem;
    width: 62rem;
    top: 75%;
  }
  section#thanks .container .truck .wheel {
    top: 24rem;
    height: 9rem;
    width: 9rem;
    left: 9rem;
  }
  section#thanks .container .truck .wheel:last-child {
    left: 48rem;
  }
}
[data-remodal-id=header] {
  box-shadow: initial;
  border-radius: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
  margin: 0;
  box-sizing: border-box;
  padding: 1.5rem 0.5rem;
}
[data-remodal-id=header] .headings {
  height: 15%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 1.5rem;
}
[data-remodal-id=header] .headings a.burger {
  border: 2px solid #fff;
  position: relative;
  border-radius: 3rem;
  height: 9rem;
  width: 12rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem 0;
  align-items: center;
}
[data-remodal-id=header] .headings a.burger span {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  display: inline-block;
  border: 2px solid #fff;
  background: #fff;
  width: 6rem;
  border-radius: 100rem;
  transform-origin: center center;
  transform: translateY(-50%) translateX(-50%) rotateZ(-45deg);
}
[data-remodal-id=header] .headings a.burger span:last-child {
  transform: translateY(-50%) translateX(-50%) rotateZ(45deg);
}
[data-remodal-id=header] .headings nav.lang a {
  font-size: 2.8rem;
  padding: 1.6rem 2.6rem;
  display: inline-block;
}
[data-remodal-id=header] nav.links {
  height: 75%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
[data-remodal-id=header] nav.links a {
  display: inline-block;
  font-size: 3.2rem;
  padding: 1.8rem 3rem;
}
[data-remodal-id=header] nav.links a:not(.btn) {
  color: #fff;
  text-decoration: none;
  padding: 0;
}

[data-remodal-id=login] {
  width: 34rem;
}
[data-remodal-id=login] .remodal-content {
  margin-bottom: 4rem;
}
[data-remodal-id=login] .remodal-content h3 {
  margin: 3rem 0;
  font-size: 2rem;
}
[data-remodal-id=login] .remodal-content .form-group {
  position: relative;
}
[data-remodal-id=login] .remodal-content .form-group a.forgot {
  display: inline-block;
  position: absolute;
  top: 3rem;
  right: 1rem;
  transform: translateY(-90%);
  text-decoration: none;
  color: #a7268e;
  border-bottom: solid 2px #a7268e;
  padding-bottom: 0;
}

@media only screen and (max-width: 1200px) {
  [data-remodal-id=login] {
    margin-bottom: 10rem;
    width: 50rem;
    padding: 3.5rem 4rem;
  }
  [data-remodal-id=login] .remodal-content {
    margin-bottom: 4rem;
  }
  [data-remodal-id=login] .remodal-content h3 {
    margin: 3rem 0;
    font-size: 4rem;
  }
  [data-remodal-id=login] .remodal-content .form-group {
    position: relative;
  }
  [data-remodal-id=login] .remodal-content .form-group a.forgot {
    display: inline-block;
    position: absolute;
    top: 4.5rem;
    right: 2rem;
    transform: translateY(-90%);
    text-decoration: none;
    color: #a7268e;
    border-bottom: solid 2px #a7268e;
    padding-bottom: 0;
    font-size: 2.8rem;
  }
}
[data-remodal-id=faq-sent] {
  margin-bottom: 10rem;
  width: 42rem;
}
[data-remodal-id=faq-sent] .remodal-content {
  margin-bottom: 2rem;
}
[data-remodal-id=faq-sent] .remodal-content h2.title {
  margin-top: 1rem;
  margin-bottom: 0;
}
[data-remodal-id=faq-sent] .remodal-content p.info {
  margin: 1rem 0 3rem;
}
[data-remodal-id=faq-sent] .remodal-content .btn.without {
  padding: 0.5rem 4.5rem;
  font-size: 2.2rem;
}

[data-remodal-id=register-confirm] {
  width: 36rem;
  padding: 2rem 4rem;
  margin-bottom: 10rem;
}
[data-remodal-id=register-confirm] .remodal-content .btn.without {
  display: inline-block;
  padding: 1rem 4rem;
}
[data-remodal-id=register-confirm] .remodal-content .btn.white {
  display: inline-block;
  margin: 1rem 0 2rem;
  padding: 1rem 2.5rem;
}
[data-remodal-id=register-confirm] .remodal-content p.info {
  font-size: 2rem;
  margin: 1rem 0;
}
[data-remodal-id=register-confirm] .remodal-content h3.title {
  font-size: 2.4rem;
  margin: 0;
}

[data-remodal-id=help-cat] {
  width: 48rem;
}
[data-remodal-id=help-cat] .remodal-content p.info {
  margin-top: 1rem;
}
[data-remodal-id=help-cat] .remodal-content .btn {
  display: inline-block;
  padding: 1.25rem 1.6rem;
  font-size: 1.6rem;
}

@media only screen and (max-width: 1200px) {
  [data-remodal-id=help-cat] {
    width: 56rem;
  }
  [data-remodal-id=help-cat] .remodal-content p.info {
    margin: 1rem 0 3rem;
    font-size: 2.6rem;
  }
  [data-remodal-id=help-cat] .remodal-content .btn {
    display: inline-block;
    padding: 1.6rem 2.2rem;
    font-size: 2.8rem;
  }
}
[data-remodal-id=coupon-registered] {
  width: 50rem;
  padding: 3.5rem 3rem 2rem;
}
@media only screen and (max-width: 1200px) {
  [data-remodal-id=coupon-registered] {
    width: 42rem;
  }
}
@media only screen and (max-width: 1200px) {
  [data-remodal-id=coupon-registered] {
    padding: 3.5rem 1rem 2rem;
  }
}
[data-remodal-id=coupon-registered] .remodal-content {
  text-align: center;
}
[data-remodal-id=coupon-registered] .remodal-content p.message {
  color: #ffd821;
  margin: 1rem 0;
  font-size: 2rem;
}
[data-remodal-id=coupon-registered] .remodal-content p.info {
  font-size: 2rem;
  margin: 1rem 0;
}
[data-remodal-id=coupon-registered] .remodal-content p.warn {
  margin: 0 0 2rem;
  background: #fff;
  color: #a7268e;
  text-transform: uppercase;
  padding: 1rem;
}
[data-remodal-id=coupon-registered] .remodal-content .row {
  display: flex;
  align-items: flex-start;
}
[data-remodal-id=coupon-registered] .remodal-content .row .left img {
  height: 22rem;
  margin-left: -14rem;
}
[data-remodal-id=coupon-registered] .remodal-content .row .right {
  margin-bottom: 3rem;
  text-align: left;
}
[data-remodal-id=coupon-registered] .remodal-content .row .right p {
  font-size: 1.7rem;
}
[data-remodal-id=coupon-registered] .remodal-content .row .right .btn {
  padding: 0.5rem 4rem;
}

@media only screen and (max-width: 1200px) {
  [data-remodal-id=coupon-registered] {
    width: 60rem;
    padding: 3.5rem 1rem 2rem;
    margin-bottom: 20rem;
  }
  [data-remodal-id=coupon-registered] .remodal-content {
    text-align: center;
  }
  [data-remodal-id=coupon-registered] .remodal-content h2.title {
    font-size: 4.8rem;
  }
  [data-remodal-id=coupon-registered] .remodal-content p.message {
    color: #ffd821;
    margin: 1rem 0;
    font-size: 2.8rem;
  }
  [data-remodal-id=coupon-registered] .remodal-content p.info {
    font-size: 2.8rem;
    margin: 1.5rem 0;
  }
  [data-remodal-id=coupon-registered] .remodal-content p.warn {
    margin: 0 -1rem 2rem;
    background: #fff;
    color: #a7268e;
    text-transform: uppercase;
    padding: 2rem;
    font-size: 2.6rem;
  }
  [data-remodal-id=coupon-registered] .remodal-content .row {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  [data-remodal-id=coupon-registered] .remodal-content .row .left {
    display: none;
  }
  [data-remodal-id=coupon-registered] .remodal-content .row .right {
    margin-bottom: 3rem;
    text-align: center;
  }
  [data-remodal-id=coupon-registered] .remodal-content .row .right p {
    font-size: 2.7rem;
    margin: 1.5rem 0;
  }
  [data-remodal-id=coupon-registered] .remodal-content .row .right .btn {
    display: inline-block;
    margin-top: 2rem;
    padding: 1.7rem 12rem;
    font-size: 3.4rem;
  }
}
[data-remodal-id=check-success] {
  width: 50rem;
  padding: 3.5rem 3rem 2rem;
}
@media only screen and (max-width: 1200px) {
  [data-remodal-id=check-success] {
    width: 42rem;
  }
}
@media only screen and (max-width: 1200px) {
  [data-remodal-id=check-success] {
    padding: 3.5rem 1rem 2rem;
  }
}
[data-remodal-id=check-success] .remodal-content {
  text-align: center;
}
[data-remodal-id=check-success] .remodal-content p.message {
  color: #ffd821;
  margin: 1rem 0;
  font-size: 2rem;
}
[data-remodal-id=check-success] .remodal-content p.info {
  font-size: 2rem;
  margin: 1rem 0;
}
[data-remodal-id=check-success] .remodal-content p.warn {
  margin: 0 0 2rem;
  background: #fff;
  color: #a7268e;
  text-transform: uppercase;
  padding: 1rem;
}
[data-remodal-id=check-success] .remodal-content .row {
  display: flex;
  align-items: flex-start;
}
[data-remodal-id=check-success] .remodal-content .row .left img {
  height: 22rem;
  margin-left: -14rem;
}
[data-remodal-id=check-success] .remodal-content .row .right {
  margin-bottom: 3rem;
  text-align: left;
}
[data-remodal-id=check-success] .remodal-content .row .right p {
  font-size: 1.7rem;
}
[data-remodal-id=check-success] .remodal-content .row .right .btn {
  padding: 0.5rem 4rem;
}

@media only screen and (max-width: 1200px) {
  [data-remodal-id=check-success] {
    width: 60rem;
    padding: 3.5rem 1rem 2rem;
    margin-bottom: 20rem;
  }
  [data-remodal-id=check-success] .remodal-content {
    text-align: center;
  }
  [data-remodal-id=check-success] .remodal-content h2.title {
    font-size: 4.8rem;
  }
  [data-remodal-id=check-success] .remodal-content p.message {
    color: #ffd821;
    margin: 1rem 0;
    font-size: 2.8rem;
  }
  [data-remodal-id=check-success] .remodal-content p.info {
    font-size: 2.8rem;
    margin: 1.5rem 0;
  }
  [data-remodal-id=check-success] .remodal-content p.warn {
    margin: 0 -1rem 2rem;
    background: #fff;
    color: #a7268e;
    text-transform: uppercase;
    padding: 2rem;
    font-size: 2.6rem;
  }
  [data-remodal-id=check-success] .remodal-content .row {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  [data-remodal-id=check-success] .remodal-content .row .left {
    display: none;
  }
  [data-remodal-id=check-success] .remodal-content .row .right {
    margin-bottom: 3rem;
    text-align: center;
  }
  [data-remodal-id=check-success] .remodal-content .row .right p {
    font-size: 2.7rem;
    margin: 1.5rem 0;
  }
  [data-remodal-id=check-success] .remodal-content .row .right .btn {
    display: inline-block;
    margin-top: 2rem;
    padding: 1.7rem 12rem;
    font-size: 3.4rem;
  }
}
[data-remodal-id=forgot-password] {
  width: 40rem;
}
@media only screen and (min-width: 1200px) {
  [data-remodal-id=forgot-password] .remodal-content {
    text-align: center;
  }
}
[data-remodal-id=forgot-password] .remodal-content p.message {
  color: #fedf44;
  margin: 1rem 0;
  font-size: 1.7rem;
}
[data-remodal-id=forgot-password] .remodal-content p.info {
  font-size: 2rem;
  margin: 1rem 0;
}
[data-remodal-id=forgot-password] .remodal-content p.warn {
  margin: 0 0 2rem;
  background: #fff;
  color: #a7268e;
  text-transform: uppercase;
  padding: 1rem 2rem;
}
[data-remodal-id=forgot-password] .remodal-content .row {
  display: flex;
  align-items: flex-start;
}
[data-remodal-id=forgot-password] .remodal-content .row .left img {
  height: 22rem;
  margin-left: -10rem;
}
[data-remodal-id=forgot-password] .remodal-content .row .right p {
  font-size: 1.7rem;
}
@media only screen and (min-width: 1200px) {
  [data-remodal-id=forgot-password] .remodal-content .row .right p {
    text-align: left;
  }
}

[data-remodal-id=forgot-success] {
  width: 40rem;
}
@media only screen and (min-width: 1200px) {
  [data-remodal-id=forgot-success] .remodal-content {
    text-align: center;
  }
}
[data-remodal-id=forgot-success] .remodal-content p.message {
  color: #fedf44;
  margin: 1rem 0;
  font-size: 1.7rem;
}
[data-remodal-id=forgot-success] .remodal-content p.info {
  font-size: 2rem;
  margin: 1rem 0;
}
[data-remodal-id=forgot-success] .remodal-content p.warn {
  margin: 0 0 2rem;
  background: #fff;
  color: #a7268e;
  text-transform: uppercase;
  padding: 1rem 2rem;
}
[data-remodal-id=forgot-success] .remodal-content a.btn {
  display: inline-block;
  margin-top: 1rem;
  padding: 1rem 5rem;
}

[data-remodal-id=password-new] {
  width: 38rem;
}
@media only screen and (min-width: 1200px) {
  [data-remodal-id=password-new] .remodal-content {
    text-align: center;
  }
}
[data-remodal-id=password-new] .remodal-content p.message {
  color: #fedf44;
  margin: 1rem 0;
  font-size: 1.7rem;
}
[data-remodal-id=password-new] .remodal-content p.info {
  font-size: 2rem;
  margin: 1rem 0;
}
[data-remodal-id=password-new] .remodal-content p.warn {
  margin: 0 0 2rem;
  background: #fff;
  color: #a7268e;
  text-transform: uppercase;
  padding: 1rem 2rem;
}
[data-remodal-id=password-new] .remodal-content form .btn {
  padding: 1rem 0;
}
[data-remodal-id=password-new] .remodal-content form input, [data-remodal-id=password-new] .remodal-content form .btn {
  display: inline-block;
  width: 100%;
}

[data-remodal-id=after-new] {
  width: 38rem;
}
@media only screen and (min-width: 1200px) {
  [data-remodal-id=after-new] .remodal-content {
    text-align: center;
  }
}
[data-remodal-id=after-new] .remodal-content p.message {
  color: #fedf44;
  margin: 1rem 0;
  font-size: 1.7rem;
}
[data-remodal-id=after-new] .remodal-content p.info {
  font-size: 2rem;
  margin: 1rem 0;
}
[data-remodal-id=after-new] .remodal-content p.warn {
  margin: 0 0 2rem;
  background: #fff;
  color: #a7268e;
  text-transform: uppercase;
  padding: 1rem 2rem;
}
[data-remodal-id=after-new] .remodal-content form .form-group {
  margin: 1rem 0;
}
[data-remodal-id=after-new] .remodal-content form .btn {
  padding: 1rem 4rem;
}
[data-remodal-id=after-new] .remodal-content form input, [data-remodal-id=after-new] .remodal-content form .btn {
  display: inline-block;
}

div.legals {
  width: 40rem;
}
div.legals .remodal-title {
  font-size: 2.4rem;
  font-family: "TisaSansPro-Bold-Italic", sans-serif;
  margin-bottom: 1rem;
}
div.legals .remodal-text {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.4em;
}
