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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype"), url("../fonts/Gilroy-Regular.svg#Gilroy-Regular") format("svg");
  /* Legacy iOS */
  font-weight: 400;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-SemiBold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-SemiBold.woff2") format("woff2"), url("../fonts/Gilroy-SemiBold.woff") format("woff"), url("../fonts/Gilroy-SemiBold.ttf") format("truetype"), url("../fonts/Gilroy-SemiBold.svg#Gilroy-SemiBold") format("svg");
  /* Legacy iOS */
  font-weight: 600;
}

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

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}

a {
  color: inherit;
}

a, a:hover, a:active {
  text-decoration: none;
}

input, input:focus, button, button:focus {
  outline: none;
}

div, p, form, input, a, span, button, textarea, label, ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p {
  margin: 0;
}

a, a:hover, button, button:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
}

svg {
  fill: currentColor;
}

label {
  margin: 0;
}

button {
  border: none;
}

.slick-slide:active, .slick-slide:hover, .slick-slide:focus {
  outline: 0;
}

body {
  font-family: 'Gilroy';
  font-size: 24px;
  position: relative;
}

.container {
  max-width: 370px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}

.yellow {
  background: #F9C61D !important;
  -webkit-box-shadow: 0px 4px 12px 4px rgba(249, 198, 29, 0.5) !important;
          box-shadow: 0px 4px 12px 4px rgba(249, 198, 29, 0.5) !important;
}

.yellow:hover {
  -webkit-box-shadow: 0px 4px 12px 2px rgba(249, 198, 29, 0.5) !important;
          box-shadow: 0px 4px 12px 2px rgba(249, 198, 29, 0.5) !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.btn {
  color: #fff;
  border-radius: 8px;
  height: 64px;
  line-height: 64px;
  display: inline-block;
  padding: 0 23px;
  font-weight: 600;
}

.btn_blue {
  background: -o-linear-gradient(357.08deg, #3B4BE0 0%, #1E0041 100%);
  background: linear-gradient(92.92deg, #3B4BE0 0%, #1E0041 100%);
  -webkit-box-shadow: 0px 10px 12px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 12px 4px rgba(0, 0, 0, 0.3);
}

.btn_pink {
  background: -o-linear-gradient(357.17deg, #DC14B4 0%, #902FF2 100%);
  background: linear-gradient(92.83deg, #DC14B4 0%, #902FF2 100%);
  -webkit-box-shadow: 0px 4px 12px 4px rgba(184, 33, 210, 0.6);
          box-shadow: 0px 4px 12px 4px rgba(184, 33, 210, 0.6);
}

.btn_orange {
  background: -o-linear-gradient(357.17deg, #F45A2A 0%, #F2A42F 100%);
  background: linear-gradient(92.83deg, #F45A2A 0%, #F2A42F 100%);
  -webkit-box-shadow: 0px 4px 12px 4px rgba(231, 114, 33, 0.6);
          box-shadow: 0px 4px 12px 4px rgba(231, 114, 33, 0.6);
}

.btn_circle {
  border-radius: 60px;
}

.btn_fiolet {
  background: -o-linear-gradient(2.83deg, #902FF2 0%, #5B4EF3 100%);
  background: linear-gradient(87.17deg, #902FF2 0%, #5B4EF3 100%);
  -webkit-box-shadow: 0px 4px 12px 4px rgba(115, 58, 239, 0.6);
          box-shadow: 0px 4px 12px 4px rgba(115, 58, 239, 0.6);
}

.remodal p {
  font-size: 18px;
}

.remodal h2 {
  margin-bottom: 20px;
}

.modal {
  background: -o-linear-gradient(333.18deg, #A82FF2 0%, #110041 100%);
  background: linear-gradient(116.82deg, #A82FF2 0%, #110041 100%);
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 550px;
  padding: 15px;
}

.modal__btn_open {
  font-size: 16px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  padding: 0 15px;
  margin: 0 auto;
}

.modal__btn_open a {
  text-decoration: underline;
}

.modal__form {
  max-width: 340px;
  text-align: center;
}

.modal__form.modal__form-quiz button {
  margin-top: 4px;
  border-radius: 4px;
  background: #DC14B4;
  -webkit-box-shadow: 0px 4px 12px 4px rgba(220, 20, 180, 0.5);
          box-shadow: 0px 4px 12px 4px rgba(220, 20, 180, 0.5);
}

.modal__form.modal__form-quiz_default button {
  background: #FF3471;
}

.modal__form.modal__form-quiz_default input[type="radio"]:checked + .modal__label_radio {
  border-color: #FF3471;
}

.modal__form.modal__form-quiz_default input[type="radio"]:checked + .modal__label_radio i {
  background: #FF3471;
}

.modal__form p {
  color: #fff;
  line-height: 1.2em;
  margin-bottom: 40px;
}

.modal__logo {
  margin: 0 auto;
  display: block;
}

.modal__logo-default {
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 200px;
}

.modal__wrap {
  max-width: 288px;
  margin: 0 auto;
}

.modal__wrap input[type="radio"] {
  display: none;
}

.modal__wrap input[type="radio"]:checked + .modal__label_radio {
  border-color: #DC14B4;
}

.modal__wrap input[type="radio"]:checked + .modal__label_radio i {
  background: #DC14B4;
}

.modal__wrap input[type="radio"]:checked + .modal__label_radio svg {
  opacity: 1;
}

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

.modal__label {
  height: 56px;
  display: block;
  position: relative;
}

.modal__label_radio {
  cursor: pointer;
  background: #fff;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}

.modal__label_radio i {
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  background: #D0D0D0;
  border-radius: 4px;
  font-size: 24px;
  text-align: center;
  color: #FFFFFF;
  font-style: normal;
  margin-right: 10px;
}

.modal__label_radio svg {
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  margin-left: auto;
  opacity: 0;
}

.modal__label_tel {
  position: relative;
}

.modal__label_tel::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
  width: 36px;
  height: 24px;
  background: url("../img/flag.svg") no-repeat center/cover;
}

.modal input[type="tel"] {
  padding: 0 30px 0 73px;
  outline: none;
  border: 0;
  width: 100%;
  border-radius: 60px;
  height: 56px;
  line-height: 54;
  font-size: 20px;
  color: #000;
  display: block;
}

.modal input[type="tel"]::-webkit-input-placeholder {
  color: #BBBBBB;
}

.modal input[type="tel"]::-moz-placeholder {
  color: #BBBBBB;
}

.modal input[type="tel"]:-ms-input-placeholder {
  color: #BBBBBB;
}

.modal input[type="tel"]::-ms-input-placeholder {
  color: #BBBBBB;
}

.modal input[type="tel"]::placeholder {
  color: #BBBBBB;
}

.modal button {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#FF3459), to(#FF3495));
  background: -o-linear-gradient(left, #FF3459 0%, #FF3495 100%);
  background: linear-gradient(90deg, #FF3459 0%, #FF3495 100%);
  -webkit-box-shadow: 0px 4px 12px 4px rgba(255, 52, 113, 0.5);
          box-shadow: 0px 4px 12px 4px rgba(255, 52, 113, 0.5);
  border-radius: 60px;
  color: #fff;
  line-height: 54px;
  height: 56px;
  cursor: pointer;
  margin-top: 24px;
}

.modal button:hover {
  -webkit-box-shadow: 0px 4px 12px 2px rgba(255, 52, 113, 0.5);
          box-shadow: 0px 4px 12px 2px rgba(255, 52, 113, 0.5);
}

.modal__steps {
  color: #fff;
  font-size: 24px;
  text-align: left;
  margin-bottom: 40px;
  font-weight: 600;
}

.modal__steps li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 17px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
}

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

.modal__steps li svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  height: 48px;
  margin-right: 16px;
}

.cookies {
  color: #fff;
  background: #000;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  border-radius: 20px 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  font-size: 14px;
  z-index: 1;
  border-bottom: 0;
}

.cookies.hidden {
  opacity: 0;
  visibility: hidden;
}

.cookies a {
  text-decoration: underline;
  margin-left: 5px;
}

.footer {
  background: #321090;
  padding: 20px 0px;
  text-align: center;
  position: relative;
}

.remodal p {
  text-align: justify;
}

.instructions {
  margin-top: 60px;
  padding-bottom: 60px;
  min-height: 518px;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.instruction__link {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px 15px 0px 0px;
  color: #FF86E7;
  padding: 10px 0px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 220px;
  width: 100%;
}

.instruction__link img {
  margin: 0px 10px;
}

.instruction__link img:nth-child(1) {
  margin-right: 0;
}

.instruction__link img:nth-child(2) {
  margin-left: 0;
}

.instruction__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 20px;
}

.instruction__head-arrow {
  height: 32px;
  width: 76px;
}

.instruction__head-arrow-prev {
  margin-right: auto;
  font-size: 14px;
  color: #fff;
  padding-left: 10px;
  padding-right: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("../img/instruction/arrow-prev.svg") no-repeat center top/100%;
}

.instruction__head-arrow-next {
  margin-left: auto;
  font-size: 14px;
  color: #fff;
  padding-right: 10px;
  padding-left: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("../img/instruction/arrow-next.svg") no-repeat center top/100%;
}

.instruction__head-numb {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 36px;
  height: 36px;
  background: -o-linear-gradient(315deg, #DC14B4 0%, #902FF2 100%);
  background: linear-gradient(135deg, #DC14B4 0%, #902FF2 100%);
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  border-radius: 100px;
}

.instruction__content h2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #000000;
  max-width: 175px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.instruction__content span {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #000000;
  display: block;
}

.instruction__content span i {
  color: #812298;
  font-style: normal;
}

.instruction__content img {
  display: block;
  margin: 0 auto;
  width: 240px;
  height: 290px;
}

.footer.footer-wrapper {
  background: #fff;
  text-align: left;
  overflow: hidden;
}

.footer.footer-wrapper .container {
  max-width: 100%;
}

.footer.footer-wrapper .footer__head {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #838383;
  margin-bottom: 25px;
}

.footer.footer-wrapper .footer__head h2 {
  font-weight: 400;
  font-size: 18px;
  margin-right: 10px;
}

.footer.footer-wrapper .footer__head a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer.footer-wrapper .footer__head a img {
  display: block;
  margin-right: 5px;
  margin-bottom: 4px;
}

.footer.footer-wrapper .footer__head a:not(:last-child) {
  margin-right: 15px;
}

.footer.footer-wrapper .footer__content {
  color: #b3b3b3;
  font-size: 12px;
  margin-bottom: 10px;
}

.footer.footer-wrapper .footer__content-links {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -5px;
  margin-top: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer.footer-wrapper .footer__content-links a {
  display: block;
  margin: 5px;
}

.footer.footer-wrapper .footer__partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
  margin-top: 0;
}

.footer.footer-wrapper .footer__partners a {
  margin: 10px;
  width: 75px;
  height: 31px;
  max-width: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.5;
}

.footer.footer-wrapper .footer__partners a:hover {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.footer.footer-wrapper .footer__partners a img {
  width: auto;
  height: auto;
}

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

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

@media screen and (max-width: 768px) {
  .container {
    max-width: 540px;
  }
  .remodal {
    padding: 35px 10px;
  }
  .modal__btn_open {
    max-width: 320px;
  }
  body {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modal {
    padding-bottom: 70px;
    min-height: 500px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 16px;
  }
  .footer.footer-wrapper .footer__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer.footer-wrapper .footer__head a {
    margin-top: 5px;
  }
}

@media screen and (max-width: 576px) {
  .container {
    max-width: 100%;
  }
  .remodal h2 {
    font-size: 34px;
  }
  .modal__steps li:not(:last-child) {
    margin-bottom: 10px;
  }
  .modal__steps {
    font-size: 16px;
  }
  .modal__steps li {
    padding: 4px 17px;
  }
  .modal__steps li svg {
    width: 32px;
    height: 32px;
  }
  .modal.modal_instruction {
    min-height: 600px !important;
  }
  .modal.modal_100vh {
    min-height: 540px !important;
  }
  .modal.modal_100vh .modal__logo {
    max-height: 100px;
    height: 100%;
    margin-bottom: 20px !important;
  }
  .modal.modal_100vh .modal__steps {
    margin-bottom: 20px;
  }
  .modal.modal_100vh .modal__form p {
    margin-bottom: 20px;
  }
  .modal.modal_100vh.modal_instruction {
    min-height: 630px !important;
  }
}
