/* http://meyerweb.com/eric/tools/css/reset/
 * v2.0-modified | 20110126
 * License: none (public domain) */


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */

:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

.mfp-hide {
	display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices. */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support. */

[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom. */

html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers. */

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers. */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7. */

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */

figure,
form {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.*/

/**
 * Define consistent border, margin, and padding.*/

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.*/

legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.*/

button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.*/

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera. */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6. */

button,
html input[type="button"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements. */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6. */

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof). */

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X. */

/**
 * Remove inner padding and border in Firefox 3+. */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers. */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells. */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::-moz-selection,
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.carousel {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.carousel__viewport {
  overflow: hidden;
  width: 100%;
}

.carousel__viewport.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.carousel__viewport.is-dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.carousel__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.carousel__slide {
  position: relative;
}

.dp-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
}

.dp {
  position: relative;
  background: #FFF;
  -webkit-box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.25);
  line-height: 1.4;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  max-height: 280px;
  z-index: 1000;
  padding-top: 6px;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}

.dp:before {
  content: ' ';
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #1A49C1;
}

.dp-permanent .dp {
  padding-top: 0;
  border: 1px solid #EEE;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dp-permanent .dp:before {
  display: none;
}

.dp-cal {
  min-height: 300px;
}

.dp-below {
  position: absolute;
  font-size: 0.8em;
  width: 280px;
  max-width: 100vw;
}

.dp-permanent {
  position: relative;
  font-size: 0.8em;
  width: 280px;
  max-width: 100vw;
}

.dp-permanent .dp {
  z-index: 0;
}

.dp-modal .dp {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 600px;
  width: -webkit-calc(100% - 4em);
  width: calc(100% - 4em);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: slide-up 0.3s forwards;
          animation: slide-up 0.3s forwards;
}

.dp-months {
  padding: 24px;
}

.dp-years {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 280px;
  padding: 8px 0;
  overflow: auto !important;
  /* HACK for Chrome on Android */
}

.dp-cal-month,
.dp-cal-year,
.dp-day,
.dp-month,
.dp-year {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  position: relative;
  color: #3B404D;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border: 0;
  background: transparent;
}

.dp-cal-header {
  position: relative;
  text-align: center;
  padding-bottom: 16px;
  background: #f5f5f5;
}

.dp-next,
.dp-prev {
  position: absolute;
  width: 30px;
  height: 30px;
  overflow: hidden;
  top: 14px;
  color: #777;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border: 0;
  background: transparent;
}

.dp-next:focus,
.dp-prev:focus,
.dp-next:hover {
  outline: none;
  color: inherit;
}

.dp-prev {
  left: 24px;
}

.dp-prev:hover {
  outline: none;
  color: inherit;
}

.dp-next {
  right: 24px;
}

.dp-prev:before,
.dp-next:before {
  content: '';
  border: 2px solid;
  width: 10px;
  height: 10px;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
  margin: 9px 0 40px 4px;
}

.dp-prev:before {
  border-right: 0;
  border-bottom: 0;
}

.dp-next:before {
  border-left: 0;
  border-top: 0;
  margin-left: 0;
  margin-right: 4px;
}

.dp-cal-month,
.dp-cal-year {
  display: inline-block;
  font-size: 1.4em;
  padding: 16px 8px 8px;
  outline: none;
}

.dp-cal-footer {
  text-align: center;
  background: #f5f5f5;
}

.dp-day-today:after {
  content: '';
  height: 0;
  width: 0;
  border: 7px solid #227BD7;
  border-bottom-color: transparent;
  border-left-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
}

.dp-close,
.dp-clear,
.dp-today {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 33%;
  padding: 8px;
  text-decoration: none;
  color: inherit;
  border: 0;
  background: transparent;
}

.dp-permanent .dp-close,
.dp-permanent .dp-clear {
  display: none;
}

.dp-close:active,
.dp-clear:active,
.dp-today:active,
.dp-next:active,
.dp-prev:active,
.dp-cal-month:active,
.dp-cal-year:active {
  background: #1A49C1;
  color: white;
}

.dp-col-header,
.dp-day {
  width: 14.28571429%;
  display: inline-block;
  padding: 8px;
  text-align: center;
}

.dp-col-header {
  color: #AAA;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.8em;
  padding: 8px 0;
}

.dp-month {
  width: 33%;
  display: inline-block;
  padding: 8px;
}

.dp-year {
  display: block;
  padding: 8px 40px;
  width: 100%;
}

.dp-edge-day {
  color: #AAA;
}

.dp-day:hover,
.dp-month:hover,
.dp-year:hover {
  outline: none;
  background: #5881e9;
}

.dp-current {
  outline: none;
  background: #1A49C1;
  color: white;
}

.dp-current:focus {
  outline: none;
  background: #1A49C1;
  color: white;
}

.dp-day:focus,
.dp-month:focus,
.dp-year:focus {
  outline: none;
  background: #5881e9;
}

.dp-selected {
  background: #1A49C1;
  color: #FFF;
}

.dp-selected:hover,
.dp-selected:focus {
  background: #1A49C1;
  color: #FFF;
}

.dp-day-disabled {
  background: transparent;
  color: #DDD;
}

.dp-day-disabled:focus,
.dp-day-disabled:hover {
  background: #DDD;
}

.dp-focuser {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
}

/* Responsive overrides */

@-webkit-keyframes slide-up {
  0% {
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }

  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@keyframes slide-up {
  0% {
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }

  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@font-face {
  font-display: swap;
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Semibold.woff") format("woff"), url("../fonts/Gilroy-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: 'TTNormsPro';
  src: url("../fonts/TTNormsPro-Regular.woff") format("woff"), url("../fonts/TTNormsPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: 'TTNormsPro';
  src: url("../fonts/TTNormsPro-Medium.woff") format("woff"), url("../fonts/TTNormsPro-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #2f2f2f;
}

body,
button,
input,
textarea,
label,
select {
  font-family: "Gilroy", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #2f2f2f;
}

body {
  background: #fff;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

input,
select,
textarea,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.clearfix::after {
  content: '';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.main-wrapper {
  position: relative;
  z-index: 1;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.image {
  width: 100%;
  height: auto;
}

.image-control {
  max-width: 100%;
}

.text-center {
  text-align: center;
}

.block-center {
  margin-left: auto;
  margin-right: auto;
}

.font-primary {
  font-family: "TTNormsPro", sans-serif;
}

.open-gallery {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.sub-title {
  font-weight: 300;
  font-size: 38px;
  line-height: 142%;
}

.sub-title b {
  font-weight: 600;
}

.input-text {
  background: #FFFFFF;
  -webkit-box-shadow: inset 0px 1px 3px rgba(63, 63, 63, 0.24);
          box-shadow: inset 0px 1px 3px rgba(63, 63, 63, 0.24);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-appearance: 0;
     -moz-appearance: 0;
          appearance: 0;
  padding: 0 32px;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  width: 100%;
  display: block;
  height: 75px;
  border: none;
}

.input-text::-webkit-input-placeholder {
  color: #8c94a2;
}

.input-text::-moz-placeholder {
  color: #8c94a2;
}

.input-text:-ms-input-placeholder {
  color: #8c94a2;
}

.input-text::-ms-input-placeholder {
  color: #8c94a2;
}

.input-text::placeholder {
  color: #8c94a2;
}

.input-text::-webkit-input-placeholder {
  color: #8c94a2;
}

.input-text::-moz-placeholder {
  color: #8c94a2;
}

.input-text:-moz-placeholder {
  color: #8c94a2;
}

.input-text:-ms-input-placeholder {
  color: #8c94a2;
}

.input-text_dark {
  background: #f8f8f8;
}

.button {
  text-align: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  background: transparent;
}

.button::before {
  content: '';
  background: -o-linear-gradient(356.8deg, #FEEAA8 0%, #FBD76E 54.17%);
  background: linear-gradient(93.2deg, #FEEAA8 0%, #FBD76E 54.17%);
  -webkit-box-shadow: inset 1px 0px 0px rgba(255, 255, 255, 0.11), inset 0px 1px 0px rgba(0, 0, 0, 0.02), inset -1px 0px 0px rgba(0, 0, 0, 0.02), inset 0px -4px 4px rgba(255, 255, 255, 0.12);
          box-shadow: inset 1px 0px 0px rgba(255, 255, 255, 0.11), inset 0px 1px 0px rgba(0, 0, 0, 0.02), inset -1px 0px 0px rgba(0, 0, 0, 0.02), inset 0px -4px 4px rgba(255, 255, 255, 0.12);
  -webkit-border-radius: 12px;
          border-radius: 12px;
  position: absolute;
  z-index: -2;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.button::after {
  content: '';
  position: absolute;
  z-index: -3;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: #DFB845;
  -webkit-box-shadow: 0px 22px 38px rgba(229, 184, 69, 0.27);
          box-shadow: 0px 22px 38px rgba(229, 184, 69, 0.27);
  -webkit-border-radius: 20px;
          border-radius: 20px;
  -webkit-transition: height .3s ease, -webkit-box-shadow .3s ease;
  transition: height .3s ease, -webkit-box-shadow .3s ease;
  -o-transition: box-shadow .3s ease, height .3s ease;
  transition: box-shadow .3s ease, height .3s ease;
  transition: box-shadow .3s ease, height .3s ease, -webkit-box-shadow .3s ease;
}

.button__text {
  color: #27262D;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.button:hover::after {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button:active::after {
  height: 50%;
}

.link {
  color: #1A49C1;
  border-bottom: 1px solid #1A49C1;
  -webkit-transition: border-color .3s ease;
  -o-transition: border-color .3s ease;
  transition: border-color .3s ease;
}

.link:hover {
  border-color: transparent;
}

.header {
  padding-top: 36px;
  padding-bottom: 36px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
}

.header__wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__button {
  width: 168px;
  height: 55px;
  margin-left: 30px;
}

.header__button::before {
  height: -webkit-calc(100% - 3px);
  height: calc(100% - 3px);
}

.header__button-text {
  margin-top: -3px;
  font-size: 12px;
  line-height: 100%;
  padding-left: 17px;
  position: relative;
  z-index: 1;
}

.header__button-text::before {
  content: '';
  width: 8px;
  height: 8px;
  top: -webkit-calc(50% - 4px);
  top: calc(50% - 4px);
  left: 0;
  background: url(../img/callback-phone.svg) center/contain no-repeat;
  position: absolute;
  z-index: 1;
}

.header__button:active .header__button-text {
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}

.header__button:active::before {
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}

.header__description {
  display: block;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.02em;
  margin-top: 4px;
}

.header__phone {
  font-size: 22px;
  line-height: 100%;
  font-weight: 700;
}

.header__contact {
  margin-left: auto;
}

.header__logo {
	max-width: 290px;
}

.header__logo-main {
  display: block;
  font-weight: 500;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0.01em;
  margin-bottom: 4px;
}

.header__logo-secondary {
  font-weight: 500;
  font-size: 13px;
  line-height: 120%;
  display: block;
}

.header__logo-image {
  max-width: 34px;
  position: absolute;
  top: -webkit-calc(50% - (31px / 2));
  top: calc(50% - (31px / 2));
  left: 0;
}

.header__center {
  margin-left: 240px;
}

.header__info {
  position: relative;
  z-index: 1;
  padding-top: 10px;
}

.header__info-text {
  font-size: 15px;
  font-weight: 300;
  line-height: 130%;
}

.header__info-text b {
  font-weight: 600;
}

.header__info:last-child {
  margin-left: 112px;
}

.header__image {
  position: absolute;
  right: -webkit-calc(100% + 14px);
  right: calc(100% + 14px);
}

.header__image_first {
  max-width: 77px;
  top: -webkit-calc(50% - (69px / 2));
  top: calc(50% - (69px / 2));
}

.header__image_second {
  max-width: 63px;
  bottom: 0;
}

.intro {
  padding-top: 180px;
  padding-bottom: 162px;
  background: left top / contain no-repeat;
  position: relative;
  z-index: 2;
}

.intro__main {
  width: 50%;
}

.intro__wrapper {
  position: relative;
  z-index: 1;
}

.intro__circles {
  width: 1133px;
  height: 1133px;
  left: -webkit-calc(50% - (1133px / 2));
  left: calc(50% - (1133px / 2));
  top: 8px;
  position: absolute;
  z-index: -1;
}

.intro__title {
  font-size: 45px;
  line-height: 130%;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 43px;
}

.intro__subtitle {
  font-weight: 300;
  font-size: 25px;
  line-height: 135%;
  max-width: 525px;
  margin-bottom: 54px;
  margin-top: 16px;
}

.intro__subtitle b {
  font-weight: 600;
}

.intro__item-image {
  max-width: 132px;
}

.intro__item-image_second {
  -webkit-transform: translateX(-32px);
      -ms-transform: translateX(-32px);
          transform: translateX(-32px);
}

.intro__item-text {
  margin-top: 20px;
  font-size: 15px;
  line-height: 135%;
}

.intro__item-text b {
  font-weight: 600;
}

.intro__item:last-child {
  margin-left: 82px;
}

.intro__right {
  margin-left: auto;
  position: relative;
  z-index: 1;
}

.intro__form {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 30px rgba(50, 50, 50, 0.1), 0px 5px 0px #B19131;
          box-shadow: 0px 5px 30px rgba(50, 50, 50, 0.1), 0px 5px 0px #B19131;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  padding: 47px;
  padding-top: 46px;
  padding-bottom: 65px;
  width: 450px;
  position: relative;
  z-index: 1;
}

.intro__form::before {
  content: '';
  z-index: -1;
  position: absolute;
  left: 12px;
  top: 12px;
  width: -webkit-calc(100% - 24px);
  width: calc(100% - 24px);
  height: -webkit-calc(100% - 24px);
  height: calc(100% - 24px);
  border: 1px dashed rgba(109, 87, 19, 0.22);
  -webkit-border-radius: 10px;
          border-radius: 10px;
}

.intro__form-title {
  font-weight: 300;
  font-size: 25px;
  line-height: 136%;
  margin-bottom: 40px;
}

.intro__input {
  margin-top: 16px;
}

.intro__submit,
.intro__button {
  height: 89px;
  width: 100%;
}

.intro__submit-text,
.intro__button-text {
  margin-top: -5px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}

.intro__submit::before,
.intro__button::before {
  height: -webkit-calc(100% - 5px);
  height: calc(100% - 5px);
}

.intro__submit:active .intro__submit-text,
.intro__button:active .intro__submit-text,
.intro__submit:active .intro__button-text,
.intro__button:active .intro__button-text {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.intro__submit:active::before,
.intro__button:active::before {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.intro__submit {
  margin-top: 28px;
}

.intro__figure {
  position: absolute;
  z-index: -1;
  top: 33px;
  right: -webkit-calc(100% - 123px);
  right: calc(100% - 123px);
  width: 551px;
}

.intro__figcaption {
  bottom: 73px;
  position: absolute;
  z-index: 1;
  display: block;
  left: 67px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  padding: 14px 10px;
  padding-bottom: 12px;
}

.intro__position {
  font-size: 14px;
  line-height: 140%;
  max-width: 164px;
  display: block;
  margin-top: 9px;
  padding-left: 10px;
}

.intro__name {
  font-weight: 600;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  display: block;
  position: relative;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 17px;
  padding-right: 17px;
}

.intro__name::before {
  content: '';
  width: 100%;
  height: 100%;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background: -o-linear-gradient(123deg, #FBD76E 27.71%, #FEEAA8 100%);
  background: linear-gradient(327deg, #FBD76E 27.71%, #FEEAA8 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: skew(-10deg);
      -ms-transform: skew(-10deg);
          transform: skew(-10deg);
}


.intro__bottom {
  width: 100%;
  margin-top: 147px;
}

.intro__benefit {
  position: relative;
  z-index: 1;
  max-width: 312px;
  padding-top: 17px;
  padding-bottom: 21px;
  padding-left: 17px;
  padding-right: 33px;
}

.intro__benefit-image {
  position: absolute;
  z-index: -1;
}

.intro__benefit-image_first {
  width: 103px;
  right: -82px;
  top: 4px;
}

.intro__benefit-image_second {
  width: 120px;
  top: 0px;
  right: -51px;
}

.intro__benefit-image_third {
  width: 134px;
  top: -4px;
  right: -99px;
}

.intro__benefit-text {
  font-size: 14px;
  line-height: 140%;
}

.intro__benefit-text b {
  font-weight: 600;
}

.rid {
  padding-bottom: 224px;
}

.rid__title {
  margin-bottom: 54px;
}

.rid__wrapper {
  position: relative;
  z-index: 1;
}

.rid__bg {
  max-width: 810px;
  left: -webkit-calc(50% - 427px);
  left: calc(50% - 427px);
  top: -155px;
  z-index: -1;
  position: absolute;
}

.rid__main {
  max-width: 1036px;
}

.rid__items {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rid__item {
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 40px;
}

.rid__inner {
  height: 238px;
  background: #F7F7F7 center bottom / contain no-repeat;
  -webkit-box-shadow: 0px 2px 0px #B19131;
          box-shadow: 0px 2px 0px #B19131;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  padding: 13px;
  padding-top: 37px;
}

.rid__text {
  font-size: 16px;
  line-height: 120%;
}

.benefits {
  padding-bottom: 166px;
}

.benefits__title {
  max-width: 950px;
  margin-bottom: 63px;
}

.benefits__inner {
  background: #FFFFFF center bottom / contain no-repeat;
  -webkit-box-shadow: 0px 5px 40px rgba(50, 50, 50, 0.07), 0px 5px 0px #B19131;
          box-shadow: 0px 5px 40px rgba(50, 50, 50, 0.07), 0px 5px 0px #B19131;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  position: relative;
  z-index: 1;
  height: 498px;
  padding: 26px;
  padding-top: 49px;
}

.benefits__inner::before {
  content: '';
  z-index: -1;
  position: absolute;
  left: 8px;
  top: 8px;
  width: -webkit-calc(100% - 16px);
  width: calc(100% - 16px);
  height: -webkit-calc(100% - 16px);
  height: calc(100% - 16px);
  border: 1px dashed rgba(109, 87, 19, 0.22);
  -webkit-border-radius: 10px;
          border-radius: 10px;
}

.benefits__subtitle {
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  margin-bottom: 18px;
}

.benefits__text {
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
}

.benefits__items {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: -16px;
  margin-right: -16px;
}

.benefits__item {
  padding-left: 16px;
  padding-right: 16px;
  width: 25%;
}

@-webkit-keyframes video-button {
  0% {
    opacity: 1;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  50% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }

  100% {
    opacity: 1;
  }
}

@keyframes video-button {
  0% {
    opacity: 1;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  50% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
            animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  }

  100% {
    opacity: 1;
  }
}

.why {
  position: relative;
  z-index: 1;
}

.why__wrapper {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.why__main {
  max-width: 700px;
  padding-top: 161px;
  padding-bottom: 181px;
  pointer-events: all;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.why__title {
  margin-bottom: 40px;
}

.why__items {
  max-width: 540px;
  margin-bottom: 60px;
}

.why__item {
  font-weight: 300;
  font-size: 20px;
  line-height: 130%;
  padding-left: 50px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.why__item:last-child {
  margin-bottom: 0;
}

.why__item b {
  font-weight: 600;
}

.why__item::before {
  content: '';
  left: 0;
  width: 34px;
  height: 40px;
  position: absolute;
  top: 4px;
  background: url(../img/shield.svg) center/contain no-repeat;
}

.why__outer {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 536px;
  padding: 10px;
  position: relative;
  z-index: 1;
  height: 106px;
}

.why__outer::before {
  content: '';
  position: absolute;
  width: 100%;
  z-index: -1;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 13px 46px rgba(61, 61, 61, 0.06);
          box-shadow: 0px 13px 46px rgba(61, 61, 61, 0.06);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  left: 0;
  top: 0;
  height: -webkit-calc(100% - 6px);
  height: calc(100% - 6px);
}

.why__outer::after {
  content: '';
  position: absolute;
  z-index: -2;
  height: -webkit-calc(100% - 6px);
  height: calc(100% - 6px);
  bottom: 0;
  left: 12px;
  width: -webkit-calc(100% - 24px);
  width: calc(100% - 24px);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 13px 46px rgba(61, 61, 61, 0.09);
          box-shadow: 0px 13px 46px rgba(61, 61, 61, 0.09);
  -webkit-border-radius: 10px;
          border-radius: 10px;
}

.why__inner {
  font-weight: 300;
  font-size: 22px;
  line-height: 132%;
  letter-spacing: 0.01em;
  margin-top: -3px;
}

.why__video {
  width: 1200px;
  z-index: -1;
}

.why__video::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 79.6%;
  pointer-events: none;
}

.why__button {
  width: 162px;
  height: 162px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FEEAA8), to(#FBD76E));
  background: -o-linear-gradient(top, #FEEAA8 0%, #FBD76E 100%);
  background: linear-gradient(180deg, #FEEAA8 0%, #FBD76E 100%);
  -webkit-box-shadow: 0px 4px 0px #DFB845, inset 0px -3px 9px rgba(255, 255, 255, 0.13);
          box-shadow: 0px 4px 0px #DFB845, inset 0px -3px 9px rgba(255, 255, 255, 0.13);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: block;
  position: relative;
  z-index: 1;
}

.why__button::before {
  content: '';
  width: 28px;
  height: 38px;
  top: -webkit-calc(50% - (38px / 2));
  top: calc(50% - (38px / 2));
  left: 70px;
  background: url(../img/play.svg) center/contain no-repeat;
  position: absolute;
}

.why__button-wrapper {
  position: absolute;
  top: 322px;
  right: 439px;
  z-index: 1;
  pointer-events: all;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  width: 162px;
}

.why__button-light {
  -webkit-animation: video-button 3s infinite linear;
          animation: video-button 3s infinite linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  z-index: -2;
  top: -webkit-calc(50% - (292px / 2));
  top: calc(50% - (292px / 2));
  left: -webkit-calc(50% - (292px / 2));
  left: calc(50% - (292px / 2));
  width: 292px;
  height: 292px;
}

.why__button-light::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: -webkit-calc(50% - 111px);
  top: calc(50% - 111px);
  left: -webkit-calc(50% - 111px);
  left: calc(50% - 111px);
  background: -webkit-gradient(linear, left top, left bottom, from(#FEEAA8), to(#FBD76E));
  background: -o-linear-gradient(top, #FEEAA8 0%, #FBD76E 100%);
  background: linear-gradient(180deg, #FEEAA8 0%, #FBD76E 100%);
  opacity: .33;
  -webkit-box-shadow: inset 0px -3px 9px rgba(255, 255, 255, 0.13);
          box-shadow: inset 0px -3px 9px rgba(255, 255, 255, 0.13);
  -webkit-filter: blur(2px);
          filter: blur(2px);
  width: 222px;
  height: 222px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.why__button-light::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FEEAA8), to(#FBD76E));
  background: -o-linear-gradient(top, #FEEAA8 0%, #FBD76E 100%);
  background: linear-gradient(180deg, #FEEAA8 0%, #FBD76E 100%);
  opacity: .11;
  -webkit-box-shadow: inset 0px -3px 9px rgba(255, 255, 255, 0.13);
          box-shadow: inset 0px -3px 9px rgba(255, 255, 255, 0.13);
  -webkit-filter: blur(2px);
          filter: blur(2px);
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.why__button-outer {
  position: absolute;
  right: -webkit-calc(100% - 41px);
  right: calc(100% - 41px);
  top: -webkit-calc(50% - 60px);
  top: calc(50% - 60px);
  -webkit-box-shadow: 0px 3px 6px rgba(50, 50, 50, 0.32);
          box-shadow: 0px 3px 6px rgba(50, 50, 50, 0.32);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  overflow: hidden;
  -webkit-transition: width .3s ease, height .3s ease;
  -o-transition: width .3s ease, height .3s ease;
  transition: width .3s ease, height .3s ease;
  width: 0;
}

.why__button-inner {
  max-width: 180px;
  background: #FFFFFF;
  font-weight: 300;
  font-size: 17px;
  line-height: 125%;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  width: 180px;
  padding-top: 30px;
  padding-left: 25px;
  padding-right: 45px;
  padding-bottom: 26px;
}

.why__button-inner b {
  font-weight: 600;
}

.quiz {
  padding-top: 97px;
  padding-bottom: 162px;
  position: relative;
  z-index: 1;
}

.quiz__wrapper {
  position: relative;
  z-index: 1;
}

.quiz__bg {
  width: 100%;
  position: absolute;
  z-index: -1;
  background: center top / contain no-repeat;
  left: 0;
  top: -11px;
  pointer-events: none;
  opacity: .45;
}

.quiz__bg::before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 54.6%;
}

.quiz__title {
  max-width: 950px;
}

.quiz__subtitle {
  max-width: 883px;
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-size: 24px;
  line-height: 142%;
  color: #8C94A2;
  padding-left: 137px;
  margin-top: 28px;
}

.quiz__image {
  max-width: 123px;
  left: 0;
  top: -webkit-calc(50% - 44px);
  top: calc(50% - 44px);
  position: absolute;
  z-index: 1;
}

.quiz__outer {
  max-width: 1040px;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 102px;
}

.quiz__inner {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 30px rgba(50, 50, 50, 0.1), 0px 5px 0px #B19131;
          box-shadow: 0px 5px 30px rgba(50, 50, 50, 0.1), 0px 5px 0px #B19131;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 20px;
}

.quiz__inner::before {
  content: '';
  z-index: -1;
  position: absolute;
  left: 9px;
  top: 9px;
  width: -webkit-calc(100% - 18px);
  width: calc(100% - 18px);
  height: -webkit-calc(100% - 18px);
  height: calc(100% - 18px);
  border: 1px dashed rgba(109, 87, 19, 0.22);
  -webkit-border-radius: 10px;
          border-radius: 10px;
}

.quiz__iframe {
  width: 100%;
  height: 622px;
}

.quiz__main {
  overflow-x: hidden;
  overflow-y: auto;
}

.quiz__shield {
  max-width: 325px;
  position: absolute;
  z-index: -1;
  top: -83px;
  right: -240px;
}

.quiz__femida {
  max-width: 433px;
  position: absolute;
  z-index: -1;
  left: -358px;
  bottom: 100px;
}

.quiz__button {
  height: 89px;
  width: 100%;
  max-width: 360px;
}

.quiz__button-text {
  margin-top: -5px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}

.quiz__button::before {
  height: -webkit-calc(100% - 5px);
  height: calc(100% - 5px);
}

.quiz__button:active .quiz__button-text {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.quiz__button:active::before {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.minimal {
  position: relative;
  z-index: 1;
  padding-bottom: 176px;
}

.minimal__title {
  margin-bottom: 65px;
}

.minimal__main {
  max-width: 1031px;
}

.minimal__item {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 50px;
  padding-right: 50px;
  width: 33.3%;
  position: relative;
}

.minimal__items {
  margin-left: -50px;
  margin-right: -50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.minimal__number {
  font-weight: 600;
  font-size: 203px;
  line-height: 100%;
  color: rgba(201, 201, 201, 0.3);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.minimal__word {
  font-weight: 600;
  font-size: 76px;
  line-height: 100%;
  color: rgba(201, 201, 201, 0.3);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.minimal__text {
  font-weight: 300;
  font-size: 20px;
  line-height: 125%;
  width: 100%;
  margin-top: -3px;
  padding-left: 7px;
}

.top {
  position: relative;
  z-index: 0;
}

.top__title {
  margin-bottom: 125px;
}

.top__title-main {
  font-weight: 300;
  font-size: 84px;
  line-height: 100%;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 26px;
  margin-left: -20px;
}

.top__title-filled {
  display: inline-block;
  font-weight: 600;
  position: relative;
  z-index: 1;
  margin-left: 20px;
}

.top__title-filled::before {
  content: '';
  background: -webkit-gradient(linear, left top, right top, from(#FEEAA8), to(#FBD76E));
  background: -o-linear-gradient(left, #FEEAA8 0%, #FBD76E 100%);
  background: linear-gradient(90deg, #FEEAA8 0%, #FBD76E 100%);
  -webkit-box-shadow: inset 0px 0px 9px rgba(255, 255, 255, 0.13);
          box-shadow: inset 0px 0px 9px rgba(255, 255, 255, 0.13);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  position: absolute;
  z-index: -1;
  left: -30px;
  top: -15px;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  height: -webkit-calc(100% + 30px);
  height: calc(100% + 30px);
}

.top__title-secondary {
  display: block;
}

.top__image {
  position: absolute;
  bottom: 0;
  z-index: 2;
  max-height: 282px;
  width: auto;
  height: 100%;
}

.top__image_first {
  left: -15px;
}

.top__image_second {
  left: -10px;
}

.top__image_third {
  left: -15px;
}

.top__image_fourth {
  left: -30px;
}

.top__image_fifth {
  left: -15px;
}

.top__image_sixth {
  left: -57px;
}

.top__image_seventh {
  left: -25px;
}

.top__text {
  font-weight: 300;
  font-size: 20px;
  line-height: 135%;
  padding-top: 21px;
}

.top__number {
  font-weight: 300;
  font-size: 86px;
  line-height: 100%;
  position: absolute;
  z-index: 1;
  bottom: 1px;
  left: 189px;
}

.top__head {
  position: relative;
  z-index: 1;
  height: 282px;
  width: 100%;
}

.top__items {
  margin-left: -40px;
  margin-right: -40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -46px;
}

.top__item {
  padding-left: 40px;
  padding-right: 40px;
  width: 33.3%;
  margin-top: 46px;
}

.top__wrapper {
  position: relative;
  z-index: 1;
}

.top__paper {
  position: absolute;
  z-index: -1;
  height: auto;
}

.top__paper_first {
  top: -282px;
  left: -160px;
}

.top__paper_second {
  bottom: 24px;
  right: -203px;
}

.docs {
  padding-top: 66px;
  position: relative;
  z-index: 1;
}

.docs__picture {
  background: #FFFFFF center / cover no-repeat;
  -webkit-box-shadow: 0px 3px 4.9px rgba(50, 50, 50, 0.32);
          box-shadow: 0px 3px 4.9px rgba(50, 50, 50, 0.32);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 38px;
  max-width: 366px;
}

.docs__picture::before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 142%;
}

.docs__picture::after {
  /*content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5) url(../img/zoom.svg) center/102px no-repeat;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 0;*/
}

.docs__picture:hover::after {
  opacity: 1;
}

.docs__items {
  margin-left: -32.5px;
  margin-right: -32.5px;
  margin-top: -126px;
}

.docs__item {
  padding-left: 32.5px;
  padding-right: 32.5px;
  width: 25%;
  margin-top: 126px;
}

.docs__carousel {
  width: 100%;
}

.docs__viewport {
  overflow: initial;
}

.docs__content {
  max-width: 242px;
  width: 100%;
}

.docs__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  margin-bottom: 12px;
}

.docs__text {
  margin-bottom: 12px;
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
  position: relative;
  z-index: 1;
}

.docs__text_link {
  display: inline-block;
}

.docs__link {
    font-weight: 500;
    margin-bottom: 10px;
}

.docs__hint {
  font-weight: 300;
  font-size: 12px;
  line-height: 135%;
  color: #8C94A2;
  position: absolute;
  width: 123px;
  z-index: -1;
  top: -webkit-calc(100% + 19px);
  top: calc(100% + 19px);
  left: -webkit-calc(100% - 28px);
  left: calc(100% - 28px);
}

.docs__hint::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/cursor.svg) center/contain no-repeat;
  position: absolute;
  z-index: -1;
  bottom: -webkit-calc(100% + 7px);
  bottom: calc(100% + 7px);
  left: 28px;
}

.docs__button {
  height: 62px;
  width: 100%;
  max-width: 252px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 36px;
}

.docs__button-text {
  margin-top: -3px;
  font-weight: 300;
  font-size: 19px;
  line-height: 100%;
}

.docs__button::before {
  height: -webkit-calc(100% - 3px);
  height: calc(100% - 3px);
}

.docs__button:active .docs__button-text {
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}

.docs__button:active::before {
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}

.docs__more {
  width: 360px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
  background: -webkit-gradient(linear, left bottom, left top, from(#CFD9DF), to(#E2EBF0));
  background: -o-linear-gradient(bottom, #CFD9DF 0%, #E2EBF0 100%);
  background: linear-gradient(0deg, #CFD9DF 0%, #E2EBF0 100%);
  -webkit-box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 40px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  -o-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  height: 96px;
}

.docs__more:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.docs__more-text {
  font-weight: 300;
  font-size: 30px;
  line-height: 100%;
  margin-left: 18px;
}

.docs__more-image {
  max-width: 58px;
}

.docs__prev,
.docs__next {
  position: absolute;
  z-index: 2;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #2f2f2f url(../img/right-arrow.svg) center/30px no-repeat;
  top: 30%;
  border: none;
  width: 60px;
  height: 60px;
}

.docs__prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 10px;
}

.docs__next {
  right: 10px;
}

.faq {
  margin-top: 100px;
  background: #fff center / cover no-repeat;
  position: relative;
  z-index: 1;
  padding-top: 102px;
}

.faq::before {
  content: '';
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.faq::after {
  content: '';
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.faq__wrapper {
  position: relative;
  z-index: 1;
}

.faq__content {
  font-size: 22px;
  line-height: 145%;
  font-weight: 300;
  padding-bottom: 40px;
  display: none;
}

.faq__head {
  font-size: 24px;
  line-height: 135%;
  font-weight: 500;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-right: 50px;
  padding-left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.faq__head::before {
  content: '';
  position: absolute;
  right: 0;
  top: -webkit-calc(50% - 20px);
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-image: url(../img/faq/plus.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  -webkit-transition: background-color .3s ease, -webkit-transform .3s ease;
  transition: background-color .3s ease, -webkit-transform .3s ease;
  -o-transition: background-color .3s ease, transform .3s ease;
  transition: background-color .3s ease, transform .3s ease;
  transition: background-color .3s ease, transform .3s ease, -webkit-transform .3s ease;
  z-index: -1;
  background-color: transparent;
  background-position: center;
}

.faq__head:hover::before {
  background-color: #eee;
}

.faq__head.open::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.faq__items {
  width: 560px;
  margin-top: 58px;
}

.faq__item {
  border-top: 1px solid #bfbfbf;
}

.faq__item:last-child {
  border-bottom: 1px solid #bfbfbf;
}

.faq__figure {
  width: 898px;
  position: absolute;
  z-index: -1;
  left: -webkit-calc(50% - 73px);
  left: calc(50% - 73px);
  bottom: 0;
}

.faq__title {
  max-width: 830px;
  font-size: 51px;
}

.faq__figcaption {
  bottom: 410px;
  position: absolute;
  z-index: 1;
  display: block;
  left: 127px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background: #fff;
  padding: 14px 10px;
  padding-bottom: 12px;
}

.faq__position {
  font-size: 14px;
  line-height: 140%;
  max-width: 164px;
  display: block;
  margin-top: 9px;
  padding-left: 10px;
}

.faq__name {
  font-weight: 600;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  display: block;
  position: relative;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 17px;
  padding-right: 17px;
}

.faq__name::before {
  content: '';
  width: 100%;
  height: 100%;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  background: -o-linear-gradient(123deg, #FBD76E 27.71%, #FEEAA8 100%);
  background: linear-gradient(327deg, #FBD76E 27.71%, #FEEAA8 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: skew(-10deg);
      -ms-transform: skew(-10deg);
          transform: skew(-10deg);
}

.contact {
  margin-top: 140px;
  position: relative;
  z-index: 2;
}

.contact__title {
  font-weight: 300;
  font-size: 44px;
  line-height: 130%;
}

.contact__title b {
  font-weight: 600;
}

.contact__subtitle {
  font-weight: 500;
  font-size: 30px;
  line-height: 130%;
  color: #8C94A2;
  margin-top: 36px;
  margin-bottom: 38px;
}

.contact__main {
  width: 60%;
  position: relative;
  z-index: 2;
  padding-right: 20px;
}

.contact__right {
  margin-left: auto;
  position: relative;
  z-index: 1;
  max-width: 450px;
  width: 100%;
}

.contact__items {
  max-width: 530px;
}

.contact__item {
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
  padding-left: 53px;
  margin-bottom: 27px;
  position: relative;
  z-index: 1;
}

.contact__item::before {
  content: '';
  width: 39px;
  height: 38px;
  top: -webkit-calc(50% - (38px / 2));
  top: calc(50% - (38px / 2));
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(100, 190, 43, 0.46)), color-stop(103.75%, rgba(110, 176, 68, 0.46)));
  background: -o-linear-gradient(left, rgba(100, 190, 43, 0.46) 0%, rgba(110, 176, 68, 0.46) 103.75%);
  background: linear-gradient(90deg, rgba(100, 190, 43, 0.46) 0%, rgba(110, 176, 68, 0.46) 103.75%);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  position: absolute;
  z-index: 1;
}

.contact__item::after {
  content: '';
  width: 20px;
  height: 20px;
  top: -webkit-calc(50% - 10px);
  top: calc(50% - 10px);
  left: 9px;
  background: url(../img/check-green.svg) center/contain no-repeat;
  position: absolute;
  z-index: 2;
}

.contact__item:last-child {
  margin-bottom: 0;
}

.contact__image {
  max-width: 123px;
  left: 40px;
  top: -webkit-calc(50% - 44px);
  top: calc(50% - 44px);
  position: absolute;
  z-index: 1;
}

.contact__outer {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 692px;
  position: relative;
  z-index: 1;
  margin-left: -26px;
  margin-top: 48px;
}

.contact__outer::before {
  content: '';
  position: absolute;
  width: 100%;
  z-index: -1;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 13px 46px rgba(61, 61, 61, 0.06);
          box-shadow: 0px 13px 46px rgba(61, 61, 61, 0.06);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  left: 0;
  top: 0;
  height: -webkit-calc(100% - 6px);
  height: calc(100% - 6px);
}

.contact__outer::after {
  content: '';
  position: absolute;
  z-index: -2;
  height: -webkit-calc(100% - 6px);
  height: calc(100% - 6px);
  bottom: 0;
  left: 12px;
  width: -webkit-calc(100% - 24px);
  width: calc(100% - 24px);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 13px 46px rgba(61, 61, 61, 0.09);
          box-shadow: 0px 13px 46px rgba(61, 61, 61, 0.09);
  -webkit-border-radius: 10px;
          border-radius: 10px;
}

.contact__inner {
  font-weight: 300;
  font-size: 22px;
  line-height: 135%;
  margin-top: -3px;
  padding: 37px;
  padding-left: 175px;
  padding-right: 40px;
}

.contact__inner b {
  font-weight: 600;
}

.contact__form {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 30px rgba(50, 50, 50, 0.1), 0px 5px 0px #B19131;
          box-shadow: 0px 5px 30px rgba(50, 50, 50, 0.1), 0px 5px 0px #B19131;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  padding: 47px;
  padding-top: 57px;
  padding-bottom: 52px;
  position: relative;
  z-index: 1;
}

.contact__form::before {
  content: '';
  z-index: -1;
  position: absolute;
  left: 12px;
  top: 12px;
  width: -webkit-calc(100% - 24px);
  width: calc(100% - 24px);
  height: -webkit-calc(100% - 24px);
  height: calc(100% - 24px);
  border: 1px dashed rgba(109, 87, 19, 0.22);
  -webkit-border-radius: 10px;
          border-radius: 10px;
}

.contact__form-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0.01em;
  margin-bottom: 11px;
}

.contact__form-subtitle {
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 27px;
}

.contact__form-text {
  margin-top: 34px;
  margin-bottom: 21px;
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
}

.contact__input {
  margin-top: 16px;
}

.contact__submit,
.contact__button {
  height: 89px;
  width: 100%;
}

.contact__submit-text,
.contact__button-text {
  margin-top: -5px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}

.contact__submit::before,
.contact__button::before {
  height: -webkit-calc(100% - 5px);
  height: calc(100% - 5px);
}

.contact__submit:active .contact__submit-text,
.contact__button:active .contact__submit-text,
.contact__submit:active .contact__button-text,
.contact__button:active .contact__button-text {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.contact__submit:active::before,
.contact__button:active::before {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.contact__submit {
  margin-top: 34px;
}

.contact__policy {
  font-size: 14px;
  line-height: 140%;
  margin-top: 16px;
}

.contact__row {
  margin-left: -9px;
  margin-right: -9px;
}

.contact__row-item {
  padding-left: 9px;
  padding-right: 9px;
  width: 33.3%;
}

.contact__label {
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 3px 6px rgba(50, 50, 50, 0.32);
          box-shadow: 0px 3px 6px rgba(50, 50, 50, 0.32);
  height: 107px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  -o-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
}

.contact__label:hover {
  -webkit-box-shadow: 0px 3px 6px rgba(50, 50, 50, 0.2);
          box-shadow: 0px 3px 6px rgba(50, 50, 50, 0.2);
}

.contact__label::before {
  content: '';
  width: 30px;
  height: 30px;
  background: #2f2f2f url(../img/check.svg) center/50% no-repeat;
  position: absolute;
  z-index: 1;
  left: -7px;
  top: -7px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  -o-transition: opacity .3s ease, transform .3s ease;
  transition: opacity .3s ease, transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.contact__radio {
  display: none;
}

.contact__radio:checked + .contact__label::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.contact__type {
  width: 100%;
  margin-top: 9px;
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
}

.contact__icon {
  width: 36px;
  height: 36px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contact__circles {
  width: 1133px;
  height: 1133px;
  top: -webkit-calc(50% - (1133px / 2));
  top: calc(50% - (1133px / 2));
  left: -webkit-calc(50% - (1133px / 2));
  left: calc(50% - (1133px / 2));
  position: absolute;
  z-index: -1;
}

.contact__message {
  max-width: 227px;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  right: -76px;
  top: -89px;
}

.footer {
  margin-top: 104px;
  padding-bottom: 36px;
  z-index: 3;
  position: relative;
}

.footer__wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__button {
  width: 168px;
  height: 55px;
  margin-left: 30px;
}

.footer__button::before {
  height: -webkit-calc(100% - 3px);
  height: calc(100% - 3px);
}

.footer__button-text {
  margin-top: -3px;
  font-size: 12px;
  line-height: 100%;
  padding-left: 17px;
  position: relative;
  z-index: 1;
}

.footer__button-text::before {
  content: '';
  width: 8px;
  height: 8px;
  top: -webkit-calc(50% - 4px);
  top: calc(50% - 4px);
  left: 0;
  background: url(../img/callback-phone.svg) center/contain no-repeat;
  position: absolute;
  z-index: 1;
}

.footer__button:active .footer__button-text {
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}

.footer__button:active::before {
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}

.footer__description {
  display: block;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.02em;
  margin-top: 4px;
}

.footer__phone {
  font-size: 22px;
  line-height: 100%;
  font-weight: 700;
}

.footer__contact {
  margin-left: auto;
}

.footer__logo {
  max-width: 290px;
}

.footer__logo-main {
  display: block;
  font-weight: 500;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0.01em;
  margin-bottom: 4px;
}

.footer__logo-secondary {
  font-weight: 500;
  font-size: 13px;
  line-height: 120%;
  display: block;
  position: relative;
  z-index: 1;
  padding-left: 43px;
}

.footer__logo-image {
  max-width: 34px;
  position: absolute;
  top: -webkit-calc(50% - (31px / 2));
  top: calc(50% - (31px / 2));
  left: 0;
}

.footer__center {
  margin-left: auto;
  margin-top: 30px;
}

.footer__info {
  font-size: 12px;
  line-height: 135%;
  margin-top: 10px;
}

.article {
  background: #fff;
  padding-top: 150px;
}

.article p {
  line-height: 150%;
  margin-bottom: 16px;
}

.article p:last-child {
  margin-bottom: 0;
}

.article a:hover {
  text-decoration: none;
}

.article h1 {
  font-size: 36px;
  line-height: 120%;
}

.article h1,
.article h2,
.article h3 {
  line-height: 100%;
  font-weight: 700;
}

.article h2 {
  margin-bottom: 16px;
  font-size: 30px;
  margin-top: 50px;
}

.article p,
.article li {
  font-size: 16px;
  margin-top: 16px;
}

.article li {
  position: relative;
  padding-left: 20px;
}

.article li::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #2f2f2f;
  position: absolute;
  left: 0;
  top: 6px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.article a {
  color: #2f2f2f;
}

.article img {
  width: 100%;
  height: auto;
  display: block;
}

.article__payment img {
  margin-right: 5px;
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: middle;
}

.thank {
  padding-top: 236px;
  position: relative;
  z-index: 1;
}

.thank__circles {
  position: absolute;
  z-index: -1;
  width: 1133px;
  height: 1133px;
  left: -webkit-calc(50% - (1133px / 2));
  left: calc(50% - (1133px / 2));
  top: 120px;
  opacity: .5;
}

.thank__title {
  font-size: 45px;
  line-height: 130%;
  margin-bottom: 36px;
  font-weight: 700;
}

.thank__subtitle {
  margin-bottom: 45px;
  max-width: 834px;
  font-size: 25px;
  line-height: 155%;
  font-weight: 300;
}

.thank__outer {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 660px;
  padding: 10px;
  position: relative;
  z-index: 1;
  height: 106px;
}

.thank__outer::before {
  content: '';
  position: absolute;
  width: 100%;
  z-index: -1;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 13px 46px rgba(61, 61, 61, 0.06);
          box-shadow: 0px 13px 46px rgba(61, 61, 61, 0.06);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  left: 0;
  top: 0;
  height: -webkit-calc(100% - 6px);
  height: calc(100% - 6px);
}

.thank__outer::after {
  content: '';
  position: absolute;
  z-index: -2;
  height: -webkit-calc(100% - 6px);
  height: calc(100% - 6px);
  bottom: 0;
  left: 12px;
  width: -webkit-calc(100% - 24px);
  width: calc(100% - 24px);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 13px 46px rgba(61, 61, 61, 0.09);
          box-shadow: 0px 13px 46px rgba(61, 61, 61, 0.09);
  -webkit-border-radius: 10px;
          border-radius: 10px;
}

.thank__inner {
  font-weight: 300;
  font-size: 30px;
  line-height: 135%;
  margin-top: -3px;
}

.thank__phone {
  font-weight: 700;
  color: #4ac272;
}

.thank__icon {
  width: 40px;
  height: 40px;
  left: 0;
  top: -webkit-calc(50% - 20px);
  top: calc(50% - 20px);
  position: absolute;
}

.thank__info {
  position: relative;
  z-index: 1;
  padding-left: 56px;
  font-size: 19px;
  line-height: 155%;
  font-weight: 300;
  max-width: 470px;
  margin-top: 40px;
}

.thank__text {
  margin-top: 145px;
  font-size: 25px;
  line-height: 155%;
  font-weight: 300;
  margin-bottom: 15px;
}

.thank__description {
  max-width: 649px;
  font-size: 28px;
  line-height: 135%;
  font-weight: 600;
  margin-bottom: 48px;
}

.thank__video {
  max-width: 760px;
  position: relative;
  z-index: 1;
}

.thank__video::before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 55%;
  pointer-events: none;
}

.thank__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: -webkit-calc(var(--vh, 1vh) * 100);
  height: calc(var(--vh, 1vh) * 100);
  z-index: 40;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s ease, visibility .5s ease;
  -o-transition: opacity .5s ease, visibility .5s ease;
  transition: opacity .5s ease, visibility .5s ease;
}

.modal.open {
  opacity: 1;
  visibility: visible;
}

.modal .lds-spinner div::after {
  background: #fff;
}

.modal__outer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
}

.modal__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100%;
  padding: 15px 0;
  position: relative;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease, visibility .5s ease, -webkit-transform .4s ease;
  transition: opacity .3s ease, visibility .5s ease, -webkit-transform .4s ease;
  -o-transition: transform .4s ease, opacity .3s ease, visibility .5s ease;
  transition: transform .4s ease, opacity .3s ease, visibility .5s ease;
  transition: transform .4s ease, opacity .3s ease, visibility .5s ease, -webkit-transform .4s ease;
}

.modal__inner.open {
  opacity: 1;
  visibility: visible;
}

.modal__overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.modal__close {
  position: absolute;
  top: 0px;
  left: -webkit-calc(100% + 16px);
  left: calc(100% + 16px);
  width: 32px;
  height: 32px;
}

.modal__close svg {
  fill: rgba(255, 255, 255, 0.7);
  -webkit-transition: fill .3s ease;
  -o-transition: fill .3s ease;
  transition: fill .3s ease;
  width: 100%;
  height: auto;
}

.modal__close:hover svg {
  fill: #fff;
}

.modal__button {
  height: 80px;
  width: 100%;
  margin-top: 20px;
}

.modal__button-text {
  margin-top: -5px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}

.modal__button::before {
  height: -webkit-calc(100% - 5px);
  height: calc(100% - 5px);
}

.modal__button:active .modal__button-text {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.modal__button:active::before {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.modal__input {
  display: block;
  width: 100%;
  margin-top: 20px;
}

.modal__info {
  color: #918d9f;
  font-size: 13px;
  line-height: 135%;
  margin-top: 20px;
  max-width: 340px;
  position: relative;
  z-index: 1;
  padding-left: 30px;
}

.modal__info::before {
  content: '';
  width: 20px;
  height: 20px;
  top: -webkit-calc(50% - 10px);
  top: calc(50% - 10px);
  left: 0;
  position: absolute;
  background: url(../img/info.svg) center/contain no-repeat;
}

.modal__image {
  background: center / cover no-repeat;
  width: 470px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}

.modal__content {
  width: -webkit-calc(100% - 470px);
  width: calc(100% - 470px);
  padding-left: 40px;
  padding-right: 30px;
}

.modal-box {
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8), 0px 32px 60px rgba(0, 0, 0, 0.32);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8), 0px 32px 60px rgba(0, 0, 0, 0.32);
  position: relative;
  margin: auto;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  pointer-events: all;
  width: 100%;
  z-index: 1;
  background: #fff;
  max-width: 940px;
  padding: 10px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}

.modal-callback__title {
  text-transform: uppercase;
  font-size: 26px;
  line-height: 125%;
  margin-bottom: 20px;
  font-weight: 300;
}

.modal-callback__title b {
  font-weight: 600;
}

.modal-callback__subtitle {
  margin-bottom: 40px;
  color: #918d9f;
  font-size: 17px;
  line-height: 125%;
  font-weight: 300;
  max-width: 330px;
}

.modal-callback__image {
    /* background-position: top left; */
    background-size: 427px;
    position: relative;
    z-index: 1;
    margin-bottom: -10px;
}

.modal-callback__content {
  padding-top: 85px;
  padding-bottom: 85px;
  padding-left: 20px;
  padding-right: 60px;
}

.modal-callback__text {
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  font-style: italic;
  width: 190px;
  position: absolute;
  left: 202px;
  top: 280px;
  background: #f8f8f8;
	padding: 10px;
}

.modal-callback__text b {
  font-weight: 600;
}

.modal-out__title {
  font-weight: 300;
  font-size: 23px;
  line-height: 135%;
  margin-bottom: 32px;
}

.modal-out__title b {
  font-weight: 600;
}

.modal-out__content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.modal-video {
  max-width: 960px;
  position: relative;
  margin: auto;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  pointer-events: all;
  width: 100%;
  z-index: 1;
}

.modal-video__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video__inner {
  background: #000;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8), 0px 32px 60px rgba(0, 0, 0, 0.32);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8), 0px 32px 60px rgba(0, 0, 0, 0.32);
}

.modal-video__inner::before {
  content: '';
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  width: 100%;
  padding-top: 56.6%;
  display: block;
}

.modal-download {
  max-width: 360px;
  padding: 40px 6px;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8), 0px 32px 60px rgba(0, 0, 0, 0.32);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8), 0px 32px 60px rgba(0, 0, 0, 0.32);
  position: relative;
  margin: auto;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  pointer-events: all;
  width: 100%;
  z-index: 1;
  background: #fff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}

.modal-download__title {
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 100%;
  font-size: 26px;
}

.modal-download__check {
  display: block;
  margin-bottom: 10px;
}

.modal-download__subtitle {
  font-size: 16px;
  line-height: 120%;
  color: #8c94a2;
}

.modal-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

@media (min-width: 576px) {
  .header__logo-secondary {
    position: relative;
    z-index: 1;
    padding-left: 43px;
  }

  .why__button-outer.active {
    width: 180px;
  }

  .contact__button {
    display: none;
  }
}

@media (min-width: 992px) {
  .intro__button {
    display: none;
  }

  .why__video {
    right: 0;
    top: 0;
    position: absolute;
    background: center / contain no-repeat;
  }

  .docs__item {
    /*display: none;*/
  }

  .docs__item.active {
    display: block;
  }

  .docs__item:nth-child(-n+3) {
    display: block;
  }

  .footer__center_thank {
    margin-right: auto;
  }
}

@media (min-width: 1200px) {
  .intro__benefits {
    max-width: 1174px;
    position: relative;
    z-index: 1;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .intro__benefits::before {
    content: '';
    position: absolute;
    width: 100%;
    z-index: -1;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 13px 46px rgba(61, 61, 61, 0.06);
            box-shadow: 0px 13px 46px rgba(61, 61, 61, 0.06);
    -webkit-border-radius: 10px;
            border-radius: 10px;
    left: 0;
    top: 0;
    height: -webkit-calc(100% - 9px);
    height: calc(100% - 9px);
  }

  .intro__benefits::after {
    content: '';
    position: absolute;
    z-index: -2;
    height: -webkit-calc(100% - 9px);
    height: calc(100% - 9px);
    bottom: 0;
    left: 12px;
    width: -webkit-calc(100% - 24px);
    width: calc(100% - 24px);
    background: #FFFFFF;
    -webkit-box-shadow: 0px 13px 46px rgba(61, 61, 61, 0.09);
            box-shadow: 0px 13px 46px rgba(61, 61, 61, 0.09);
    -webkit-border-radius: 10px;
            border-radius: 10px;
  }

  .intro__benefit:last-child {
    margin-right: 39px;
  }

  .quiz__button {
    display: none;
  }

  .minimal__word {
    position: absolute;
    top: 110px;
    left: 158px;
  }
}

@media (min-width: 1360px) {
  .container {
    width: 1258px;
  }

  .intro__form {
    margin-right: -28px;
  }
}

@media (max-width: 1600px) {
  .why__video {
    right: -200px;
  }
}

@media (max-width: 1359px) {
  .header__center {
    margin-left: 200px;
  }

  .intro {
    padding-top: 170px;
  }

  .intro__figure {
    right: -webkit-calc(100% - 125px);
    right: calc(100% - 125px);
    width: 490px;
  }

  .intro__bottom {
    margin-top: 80px;
  }

  .why__video {
    right: -300px;
  }

  .faq__figure {
    left: 50%;
    width: 800px;
    top: 200px;
  }

  .contact__outer {
    margin-left: 0;
  }
}

@media (max-width: 1199px) {
  .sub-title {
    font-size: 30px;
  }

  .header__center {
    margin-left: 94px;
  }

  .header__info:last-child {
    margin-left: 90px;
  }

  .header__image_first {
    max-width: 67px;
  }

  .intro__main {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .intro__figure {
    width: 533px;
    top: -504px;
    right: auto;
    left: -64px;
  }

  .intro__figcaption {
	bottom: 290px;
  }

  .intro__bottom {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .intro__benefits {
    max-width: 343px;
  }

  .intro__benefit {
    width: 100%;
    max-width: 100%;
    margin-bottom: 33px;
  }

  .intro__benefit:last-child {
    margin-bottom: 0;
  }

  .intro__benefit::before {
    content: '';
    position: absolute;
    width: 100%;
    z-index: -1;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 13px 46px rgba(61, 61, 61, 0.06);
            box-shadow: 0px 13px 46px rgba(61, 61, 61, 0.06);
    -webkit-border-radius: 10px;
            border-radius: 10px;
    left: 0;
    top: 0;
    height: -webkit-calc(100% - 9px);
    height: calc(100% - 9px);
  }

  .intro__benefit::after {
    content: '';
    position: absolute;
    z-index: -2;
    height: -webkit-calc(100% - 9px);
    height: calc(100% - 9px);
    bottom: 0;
    left: 12px;
    width: -webkit-calc(100% - 24px);
    width: calc(100% - 24px);
    background: #FFFFFF;
    -webkit-box-shadow: 0px 13px 46px rgba(61, 61, 61, 0.09);
            box-shadow: 0px 13px 46px rgba(61, 61, 61, 0.09);
    -webkit-border-radius: 10px;
            border-radius: 10px;
  }

  .intro__benefit-image_first {
    right: -42px;
  }

  .intro__benefit-image_second {
    right: -45px;
  }

  .intro__benefit-image_third {
    right: -58px;
  }

  .intro__benefit-text {
    max-width: 270px;
  }

  .benefits__title {
    margin-bottom: 32px;
  }

  .benefits__items {
    margin-top: -32px;
  }

  .benefits__item {
    width: 50%;
    margin-top: 32px;
  }

  .benefits__main {
    max-width: 598px;
  }

  .why__main {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .why__video {
    width: 980px;
  }

  .why__button-wrapper {
    right: 380px;
    top: 270px;
  }

  .quiz__title {
    max-width: 810px;
  }

  .quiz__subtitle {
    font-size: 20px;
    padding-left: 110px;
    max-width: 730px;
  }

  .quiz__image {
    max-width: 100px;
    top: -webkit-calc(50% - 36px);
    top: calc(50% - 36px);
  }

  .quiz__outer {
    text-align: center;
    max-width: 360px;
  }

  .quiz__inner {
    display: none;
  }

  .quiz__shield {
    max-width: 113px;
    top: -78px;
    right: -150px;
  }

  .quiz__femida {
    max-width: 183px;
    left: -179px;
    bottom: -71px;
  }

  .minimal__item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .minimal__items {
    margin-left: -30px;
    margin-right: -30px;
  }

  .minimal__number {
    text-align: center;
    width: 100%;
    font-size: 160px;
  }

  .minimal__word {
    text-align: center;
    width: 100%;
    font-size: 60px;
    margin-top: -16px;
    margin-bottom: 10px;
  }

  .minimal__text {
    margin-top: 0;
    text-align: center;
    padding-left: 0;
  }

  .top__title-main {
    font-size: 64px;
    margin-bottom: 20px;
  }

  .top__title-filled::before {
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    left: -20px;
  }

  .top__title {
    margin-bottom: 50px;
  }

  .top__item {
    width: 50%;
  }

  .top__paper {
    max-width: 288px;
  }

  .top__paper_first {
    top: -180px;
    left: -80px;
  }

  .top__paper_second {
    right: -100px;
  }

  .top__main {
    max-width: 800px;
  }

  .docs__picture {
    margin-bottom: 20px;
  }

  .docs__items {
    margin-left: -16px;
    margin-right: -16px;
    margin-top: -100px;
  }

  .docs__item {
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 100px;
  }

  .docs__title {
    font-size: 20px;
  }

  .docs__text {
    font-size: 16px;
  }

  .docs__more {
    width: 300px;
    height: 80px;
  }

  .docs__more-text {
    font-size: 24px;
  }

  .docs__more-image {
    max-width: 36px;
  }

  .faq {
    padding-top: 0;
  }

  .faq__content {
    font-size: 20px;
  }

  .faq__head {
    font-size: 22px;
  }

  .faq__items {
    width: 470px;
  }

  .faq__figure {
    width: 700px;
    top: 100px;
  }

  .faq__title {
    font-size: 44px;
  }

  .faq__figcaption {
    bottom: 207px;
  }

  .contact__title {
    font-size: 38px;
  }

  .contact__main {
    width: -webkit-calc(100% - 450px);
    width: calc(100% - 450px);
    padding-right: 40px;
  }

  .contact__image {
    max-width: 100px;
    top: -webkit-calc(50% - 36px);
    top: calc(50% - 36px);
    left: 27px;
  }

  .contact__inner {
    padding: 30px 30px 30px 130px;
    font-size: 20px;
  }

  .footer__button {
    margin-left: 16px;
  }

  .article h1 {
    font-size: 34px;
  }

  .article h2 {
    font-size: 30px;
  }

  .thank {
    padding-top: 190px;
  }

  .thank__title {
    font-size: 35px;
    margin-bottom: 18px;
  }

  .thank__subtitle {
    font-size: 20px;
    max-width: 667px;
    margin-bottom: 30px;
  }

  .thank__outer {
    max-width: 540px;
  }

  .thank__inner {
    font-size: 24px;
  }

  .thank__info {
    font-size: 18px;
    max-width: 450px;
  }

  .thank__text {
    margin-top: 100px;
  }

  .modal__image {
    width: 320px;
  }

  .modal__content {
    width: -webkit-calc(100% - 320px);
    width: calc(100% - 320px);
  }

  .modal-box {
    max-width: 800px;
  }

  .modal-callback__image {
    width: 390px;
    background-size: 400px;
  }

  .modal-callback__content {
    width: -webkit-calc(100% - 390px);
    width: calc(100% - 390px);
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 20px;
  }

  .modal-callback__text {
    left: 189px;
    top: 137px;
  }

  .modal-out__content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .modal-video {
    max-width: 800px;
  }
}

@media (max-width: 991px) {
  .header__button {
    display: none;
  }

  .header__center {
    display: none;
  }

  .intro {
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .intro__main {
    text-align: center;
  }

  .intro__title {
    text-align: center;
    padding-top: 0;
  }

  .intro__subtitle {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
  }

  .intro__items {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .intro__right {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-right: auto;
  }

  .intro__form {
    display: none;
  }

  .intro__button {
    max-width: 350px;
    margin-top: 50px;
    margin-bottom: 46px;
  }

  .intro__figure {
    position: relative;
    top: auto;
    left: auto;
    max-width: 369px;
  }

  .intro__figcaption {
    bottom: 150px;
    left: auto;
    right: -17px;
  }

  .intro__position {
    font-size: 13px;
    margin-top: 4px;
  }

  .intro__bottom {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    max-width: 343px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
    margin-bottom: 0;
  }

  .rid {
    padding-bottom: 70px;
  }

  .rid__bg {
    width: 594px;
    left: -webkit-calc(50% - (594px / 2));
    left: calc(50% - (594px / 2));
    top: -106px;
  }

  .rid__main {
    max-width: 498px;
  }

  .rid__item {
    width: 50%;
  }

  .benefits {
    padding-bottom: 100px;
  }

  .why__main {
    padding-top: 0;
    padding-bottom: 0;
  }

  .why__title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 548px;
  }

  .why__items {
    margin-left: auto;
    margin-right: auto;
  }

  .why__outer {
    margin-left: auto;
    margin-right: auto;
  }

  .why__video {
    position: relative;
    right: auto;
    width: 100%;
    margin-top: -70px;
    background: center top / 1000px no-repeat;
  }

  .why__video::before {
    padding-top: 63%;
  }

  .why__button-wrapper {
    top: -webkit-calc(50% - (162px / 2));
    top: calc(50% - (162px / 2));
    left: -webkit-calc(50% - (162px / 2));
    left: calc(50% - (162px / 2));
  }

  .quiz {
    padding-bottom: 100px;
    padding-top: 80px;
  }

  .quiz__title {
    max-width: 570px;
  }

  .quiz__subtitle {
    max-width: 526px;
  }

  .minimal {
    padding-bottom: 100px;
  }

  .minimal__title {
    margin-bottom: 30px;
  }

  .minimal__item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .minimal__items {
    margin-left: -10px;
    margin-right: -10px;
  }

  .minimal__number {
    font-size: 120px;
  }

  .minimal__word {
    font-size: 40px;
    margin-top: -10px;
  }

  .minimal__text {
    font-size: 16px;
  }

  .top__image_first {
    left: -10px;
  }

  .top__image_second {
    left: -5px;
  }

  .top__image_third {
    left: -8px;
  }

  .top__image_fourth {
    left: -22px;
  }

  .top__image_fifth {
    left: -6px;
  }

  .top__image_sixth {
    left: -45px;
  }

  .top__image_seventh {
    left: -14px;
  }

  .top__image {
    max-height: 220px;
  }

  .top__text {
    font-size: 18px;
  }

  .top__number {
    left: 150px;
    font-size: 72px;
  }

  .top__head {
    height: 220px;
  }

  .top__items {
    margin-top: -32px;
    margin-left: -16px;
    margin-right: -16px;
  }

  .top__item {
    margin-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .top__main {
    max-width: 590px;
  }

  .docs__wrapper {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }

  .docs__picture {
    max-width: 293px;
  }

  .docs__items {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }

  .docs__item {
    padding-left: 15px;
    padding-right: 15px;
    min-width: 50%;
    margin-top: 60px;
    display: block;
    width: initial;
  }

  .docs__hint {
    display: none;
  }

  .docs__more {
    display: none;
  }

  .faq {
    margin-top: 80px;
  }

  .faq__items {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .faq__figure {
    display: none;
  }

  .faq__title {
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
  }

  .contact {
    margin-top: 80px;
  }

  .contact__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .contact__title {
    text-align: center;
  }

  .contact__subtitle {
    text-align: center;
  }

  .contact__main {
    width: 100%;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 490px;
  }

  .contact__right {
    margin-right: auto;
    margin-top: 120px;
  }

  .contact__items {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact__item br {
    display: none;
  }

  .contact__outer {
    margin-left: auto;
    margin-right: auto;
  }

  .contact__inner br {
    display: none;
  }

  .footer {
    margin-top: 80px;
  }

  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer__button {
    margin-top: 24px;
    margin-left: 0;
  }

  .footer__contact {
    margin-left: 0;
    margin-top: 24px;
  }

  .footer__logo {
    margin-right: -12px;
  }

  .footer__center {
    margin-left: 0;
    margin-top: 24px;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }

  .article h1 {
    font-size: 32px;
  }

  .article h2 {
    font-size: 28px;
  }

  .thank__outer {
    margin-left: auto;
    margin-right: auto;
  }

  .modal__image {
    display: none;
  }

  .modal__content {
    width: 100%;
    padding: 30px;
  }

  .modal-box {
    max-width: 460px;
  }

  .modal-video {
    max-width: 580px;
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .sub-title {
    font-size: 28px;
  }

  .header__description {
    font-size: 12px;
  }

  .header__phone {
    font-size: 20px;
  }

  .intro {
    padding-top: 140px;
  }

  .intro__title {
    font-size: 33px;
  }

  .intro__subtitle {
    font-size: 20px;
  }

  .intro__item:last-child {
    margin-left: 60px;
  }

  .rid__title {
    margin-bottom: 30px;
  }

  .benefits__inner {
    height: 470px;
  }

  .benefits__subtitle {
    font-size: 20px;
  }

  .benefits__items {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -20px;
  }

  .benefits__item {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
  }

  .why__item {
    font-size: 18px;
  }

  .why__outer {
    height: 90px;
  }

  .why__inner {
    font-size: 20px;
  }

  .why__video {
    background: center top / 780px no-repeat;
    margin-top: -40px;
  }

  .why__video::before {
    padding-top: 80%;
  }

  .quiz__subtitle {
    font-size: 18px;
    margin-top: 16px;
  }

  .quiz__outer {
    margin-top: 60px;
  }

  .minimal {
    padding-bottom: 80px;
  }

  .minimal__item {
    width: 100%;
    margin-top: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 260px;
  }

  .minimal__item:first-child {
    margin-top: 0;
  }

  .minimal__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .minimal__number {
    width: auto;
  }

  .minimal__word {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .top__title-main {
    font-size: 45px;
    margin-bottom: 10px;
    margin-left: -10px;
  }

  .top__title-filled {
    margin-left: 10px;
  }

  .top__title-filled::before {
    width: -webkit-calc(100% + 36px);
    width: calc(100% + 36px);
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    top: -10px;
    left: -18px;
  }

  .top__title {
    margin-bottom: 24px;
  }

  .top__image_first {
    left: -5px;
  }

  .top__image_fourth {
    left: -15px;
  }

  .top__image_fifth {
    left: 0;
  }

  .top__image_sixth {
    left: -32px;
  }

  .top__image_seventh {
    left: -6px;
  }

  .top__image {
    max-height: 180px;
  }

  .top__text {
    font-size: 16px;
    padding-top: 10px;
  }

  .top__number {
    font-size: 60px;
    left: 128px;
  }

  .top__head {
    height: 180px;
  }

  .top__paper_first {
    left: auto;
    right: -webkit-calc(100% - 60px);
    right: calc(100% - 60px);
  }

  .top__paper_second {
    right: auto;
    left: -webkit-calc(100% - 60px);
    left: calc(100% - 60px);
  }

  .top__main {
    max-width: 460px;
  }

  .docs__item {
    min-width: 100%;
  }

  .faq__content {
    font-size: 18px;
    padding-bottom: 20px;
  }

  .faq__head {
    font-size: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .faq__items {
    margin-top: 30px;
  }

  .faq__title {
    font-size: 34px;
  }

  .contact__title {
    font-size: 28px;
  }

  .contact__subtitle {
    font-size: 24px;
  }

  .contact__items {
    max-width: 360px;
  }

  .contact__item {
    font-size: 18px;
    padding-left: 42px;
  }

  .contact__item::before {
    width: 30px;
    height: 30px;
    top: -webkit-calc(50% - 15px);
    top: calc(50% - 15px);
  }

  .contact__item::after {
    width: 16px;
    height: 16px;
    top: -webkit-calc(50% - 8px);
    top: calc(50% - 8px);
    left: 7px;
  }

  .contact__inner {
    font-size: 20px;
  }

  .article h1 {
    font-size: 30px;
  }

  .article h2 {
    font-size: 24px;
  }

  .thank__title {
    font-size: 32px;
  }

  .thank__outer {
    height: 90px;
  }

  .thank__inner {
    font-size: 22px;
  }

  .modal__close {
    padding: 12px;
    left: auto;
    right: 0;
    width: 48px;
    height: 48px;
  }

  .modal__close:not(.modal-video__close) svg {
    fill: rgba(0, 0, 0, 0.7);
  }

  .modal__close:not(.modal-video__close) .modal__close:hover svg {
    fill: #000;
  }
}

@media (max-width: 575px) {
  .sub-title {
    line-height: 125%;
  }

  .input-text {
    height: 65px;
  }

  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header__contact {
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
  }

  .header__logo {
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .header__logo-main {
    padding-left: 43px;
    margin-bottom: 0;
    font-size: 23px;
    padding-left: 0;
  }

  .header__logo-secondary {
    font-size: 0;
  }

  .header__logo-image {
    display: none;
  }

  .intro__circles {
    width: 880px;
    height: 880px;
    left: -webkit-calc(50% - (880px / 2));
    left: calc(50% - (880px / 2));
  }

  .intro__title {
    font-size: 23px;
  }

  .intro__subtitle {
    font-size: 18px;
    margin-bottom: 34px;
    margin-top: 10px;
  }

  .intro__items {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .intro__item-image_second {
    -webkit-transform: translateX(-9px);
        -ms-transform: translateX(-9px);
            transform: translateX(-9px);
  }

  .intro__item:last-child {
    margin-left: 0;
  }

  .intro__submit-text,
  .intro__button-text {
    font-size: 15px;
  }

  .intro__submit,
  .intro__button {
    height: 70px;
  }

  .intro__button {
    margin-top: 38px;
  }

  .intro__button {
    margin-bottom: 20px;
    max-width: 280px;
  }

  .intro__figure {
    max-width: 296px;
  }

  .intro__figcaption {
    bottom: 36px;
    right: 53px;
  }

  .intro__bottom {
    margin-top: 0;
  }

  .intro__benefit {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 102px;
  }

  .intro__benefit-image_first {
    top: -24px;
    right: -webkit-calc(50% - (103px / 2));
    right: calc(50% - (103px / 2));
  }

  .intro__benefit-image_second {
    top: -24px;
    width: 114px;
    right: -webkit-calc(50% - (114px / 2));
    right: calc(50% - (114px / 2));
  }

  .intro__benefit-image_third {
    top: -24px;
    right: -webkit-calc(50% - (134px / 2));
    right: calc(50% - (134px / 2));
  }

  .intro__benefit-text {
    text-align: center;
    max-width: 100%;
    font-size: 13px;
  }

  .rid__bg {
    top: -60px;
  }

  .rid__items {
    margin-left: -14px;
    margin-right: -14px;
    margin-top: -28px;
  }

  .rid__item {
    padding-left: 14px;
    padding-right: 14px;
    margin-top: 28px;
  }

  .benefits__item {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .why__title {
    margin-bottom: 24px;
    font-size: 24px;
  }

  .why__items {
    margin-bottom: 30px;
  }

  .why__item {
    font-size: 16px;
    padding-left: 40px;
    margin-bottom: 16px;
  }

  .why__item::before {
    width: 24px;
    height: 30px;
    top: 0;
  }

  .why__outer {
    height: 120px;
  }

  .why__video {
    background: right -200px top / 780px no-repeat;
  }

  .why__video::before {
    padding-top: 390px;
  }

  .why__button {
    width: 130px;
    height: 130px;
  }

  .why__button::before {
    left: 53px;
  }

  .why__button-wrapper {
    width: 130px;
    height: 130px;
    top: -webkit-calc(50% - 65px);
    top: calc(50% - 65px);
    left: -webkit-calc(50% - 65px);
    left: calc(50% - 65px);
  }

  .why__button-light {
    width: 240px;
    height: 240px;
    top: -webkit-calc(50% - 120px);
    top: calc(50% - 120px);
    left: -webkit-calc(50% - 120px);
    left: calc(50% - 120px);
  }

  .why__button-light::before {
    width: 180px;
    height: 180px;
    left: -webkit-calc(50% - 90px);
    left: calc(50% - 90px);
    top: -webkit-calc(50% - 90px);
    top: calc(50% - 90px);
  }

  .why__button-outer.active {
    height: 141px;
  }

  .why__button-outer {
    width: 120px;
    top: -webkit-calc(100% - 60px);
    top: calc(100% - 60px);
    right: -webkit-calc(50% - 60px);
    right: calc(50% - 60px);
    height: 0;
  }

  .why__button-inner {
    font-size: 16px;
    padding: 10px;
    padding-top: 70px;
    width: 120px;
    text-align: center;
  }

  .quiz {
    padding-bottom: 70px;
    padding-top: 70px;
  }

  .quiz__bg {
    width: 900px;
    left: -webkit-calc(50% - 450px);
    left: calc(50% - 450px);
    top: 0;
  }

  .quiz__title {
    font-size: 26px;
  }

  .quiz__subtitle {
    font-size: 16px;
    padding-left: 0;
    text-align: center;
    margin-top: 20px;
  }

  .quiz__image {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
    margin-top: 0;
  }

  .quiz__outer {
    margin-top: 32px;
  }

  .quiz__shield {
    display: none;
  }

  .quiz__femida {
    display: none;
  }

  .quiz__button-text {
    font-size: 15px;
  }

  .quiz__button {
    height: 70px;
  }

  .minimal {
    padding-bottom: 70px;
  }

  .minimal__number {
    font-size: 90px;
  }

  .minimal__word {
    margin-left: 5px;
  }

  .top__image {
    max-height: 140px;
  }

  .top__text {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .top__number {
    font-size: 46px;
    left: 98px;
  }

  .top__head {
    max-width: 160px;
    height: 140px;
    margin-left: auto;
    margin-right: auto;
  }

  .top__item {
    width: 100%;
  }

  .docs__prev,
  .docs__next {
    width: 30px;
    height: 30px;
    background-size: 12px;
  }

  .faq {
    margin-top: 70px;
  }

  .faq__content {
    font-size: 16px;
  }

  .faq__head {
    font-size: 18px;
    padding-right: 40px;
  }

  .faq__head::before {
    width: 30px;
    height: 30px;
    top: -webkit-calc(50% - 15px);
    top: calc(50% - 15px);
    background-size: 18px;
  }

  .faq__title {
    font-size: 26px;
  }

  .contact {
    margin-top: 70px;
  }

  .contact__title {
    font-size: 24px;
  }

  .contact__subtitle {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .contact__right {
    display: none;
  }

  .contact__items {
    max-width: 320px;
  }

  .contact__item {
    margin-bottom: 16px;
    font-size: 16px;
  }

  .contact__image {
    left: -webkit-calc(50% - (123px / 2));
    left: calc(50% - (123px / 2));
    max-width: 123px;
    top: -24px;
  }

  .contact__outer {
    max-width: 280px;
  }

  .contact__inner {
    padding: 20px;
    padding-top: 74px;
    text-align: center;
    font-size: 18px;
  }

  .contact__inner br {
    display: block;
  }

  .contact__form {
    display: none;
  }

  .contact__submit-text,
  .contact__button-text {
    font-size: 15px;
  }

  .contact__submit,
  .contact__button {
    height: 70px;
  }

  .contact__button {
    margin-top: 38px;
    margin-bottom: 20px;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .footer {
    margin-top: 70px;
  }

  .article {
    padding-top: 120px;
  }

  .article p {
    margin-bottom: 8px;
  }

  .article h1 {
    font-size: 24px;
  }

  .article h2 {
    margin-top: 30px;
    margin-bottom: 8px;
    font-size: 20px;
  }

  .article p,
  .article li {
    margin-top: 8px;
  }

  .thank {
    padding-top: 130px;
  }

  .thank__title {
    font-size: 28px;
  }

  .thank__subtitle {
    font-size: 18px;
    max-width: 320px;
  }

  .thank__phone {
    display: block;
  }

  .thank__icon {
    width: 30px;
    height: 30px;
    top: 6px;
  }

  .thank__info {
    font-size: 16px;
    padding-left: 44px;
    max-width: 280px;
    margin-top: 20px;
  }

  .thank__text {
    font-size: 20px;
    margin-top: 70px;
    margin-bottom: 8px;
  }

  .thank__description {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .modal__close {
    width: 45px;
    height: 45px;
  }

  .modal__button-text {
    font-size: 15px;
  }

  .modal__button {
    height: 70px;
  }

  .modal__content {
    padding-left: 6px;
    padding-right: 6px;
  }

  .modal-box {
    max-width: 400px;
  }

  .modal-callback__title {
    font-size: 24px;
  }

  .modal-callback__subtitle {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .modal-out__title {
    font-size: 20px;
  }

  .modal-download__title {
    font-size: 22px;
  }
}

@media (max-width: 480px), (max-height: 480px) {
  .dp-modal .dp {
    font-size: 0.9em;
    width: auto;
    width: 100%;
  }

  .dp-day-of-week,
  .dp-day {
    padding: 8px;
  }
}

@media (max-width: 439px) {
  .container {
    width: 100%;
  }

  .intro__title {
    font-size: 22px;
  }

  .rid__item {
    width: 100%;
    max-width: 257px;
  }

  .benefits__title {
    font-size: 22px;
  }

  .why__title {
    font-size: 22px;
  }

  .quiz__title {
    font-size: 22px;
  }

  .minimal__title {
    font-size: 21px;
  }

  .top__title-main {
    margin-left: 0;
    margin-bottom: 16px;
  }

  .top__title-first {
    display: block;
    margin-bottom: 16px;
  }

  .top__title-filled {
    margin-left: 0;
  }

  .top__title-secondary {
    font-size: 19px;
  }

  .faq__title {
    font-size: 24px;
  }

  .thank__title {
    font-size: 22px;
  }

  .thank__subtitle {
    font-size: 16px;
  }

  .thank__inner {
    font-size: 20px;
  }

  .thank__icon {
    width: 24px;
    height: 24px;
  }

  .thank__info {
    padding-left: 38px;
    font-size: 14px;
    max-width: 240px;
  }

  .modal-callback__title {
    font-size: 20px;
  }
}

@media (max-width: 1359px) and (min-width: 1200px) {
  .container {
    width: 1180px;
  }

  .intro__title {
    font-size: 40px;
  }

  .benefits__items {
    margin-left: -10px;
    margin-right: -10px;
  }

  .benefits__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .container {
    width: 960px;
  }

  .intro__right {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    position: absolute;
    top: 470px;
    right: 15px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .container {
    width: 738px;
  }
}

@media (max-width: 767px) and (min-width: 576px) {
  .container {
    width: 546px;
  }

  .header__contact {
    text-align: right;
  }
}

@media (max-width: 575px) and (min-width: 440px) {
  .container {
    width: 420px;
  }
}

@media (max-width: 991px) and (min-width: 576px) {
  .intro__item-text {
    text-align: left;
  }
}

@media screen and (min-device-width: 1200px) {
  .dp-close:hover,
  .dp-close:focus {
    background: #1A49C1;
    color: white;
  }

  .dp-clear:hover,
  .dp-clear:focus {
    background: #1A49C1;
    color: white;
  }

  .dp-today:hover,
  .dp-today:focus {
    background: #1A49C1;
    color: white;
  }

  .dp-next:hover,
  .dp-next:focus {
    background: #1A49C1;
    color: white;
  }

  .dp-prev:hover,
  .dp-prev:focus {
    background: #1A49C1;
    color: white;
  }

  .dp-cal-month:focus,
  .dp-cal-month:hover {
    background: #1A49C1;
    color: white;
  }

  .dp-cal-year:hover,
  .dp-cal-year:focus {
    background: #1A49C1;
    color: white;
  }
}



/* Brief */

.brief__content {
	position: relative;
}

.brief__content:before {
    content: '';
    height: 10px;
    width: 100%;
    background: #fff;
    position: absolute;
    bottom: 0;
    display: block;
    z-index: 2;
    border-radius: 5px;
}

.brief .brief__step {
    display: none;
	width: 100%;
}

.brief .brief__step.shown {
    display: flex;
    align-items: center;
}

.brief .brief__step-content {
    padding: 58px 40px;
	width: 100%;
	min-height: 643px;
    display: flex;
    flex-direction: column;
}

.brief .brief__step-number {
    font-size: 22px;
    line-height: 130%;
    color: #2C2C35;
    border: 2px dotted #cadbfc;
    max-width: 140px;
    padding: 10px 54px;
    border-radius: 5px;
    margin: 0 auto 18px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brief .brief__step-number span {
    font-size: 32px;
}

.brief .brief__answer {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px;
}

.brief .brief__answer-item {
    display: flex;
    padding: 18px 14px;
    flex-grow: 1;
    flex-basis: 50%;
    max-width: 50%;
}

.brief .brief__answer-item-card {
    background: #ECECEC;
    border-radius: 5px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 28px 33px;
    width: 100%;
	cursor: pointer;
}

.brief__answer-item-card input[type="radio"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }

.brief__answer-item-card input[type="radio"]+label {
	display: inline-flex;
	align-items: center;
	user-select: none;
    cursor: pointer;
}

.brief__answer-item-card input[type="radio"]+label::before {
	content: '';
	background: url('../img/icons/input-radio.svg') no-repeat 50% 50%;
	background-size: cover;
	width: 40px;
	height: 40px;
	margin-right: 20px;
}

.brief__answer-item-card input[type="radio"]:checked+label::before {
	background: url('../img/icons/input-radio-checked.svg') no-repeat 50% 50%;
	background-size: cover;
}

.brief .brief__question {
    font-weight: 600;
    font-size: 36px;
    line-height: 130%;
    color: #2C2C35;
    text-align: center;
	margin-bottom: 35px;
}

.brief .brief__buttons {
    display: flex;
    justify-content: flex-end;
	margin-top: 30px;
	margin-top: auto;
}

.brief .brief__step-btn {
    background: linear-gradient(93.02deg, #F9E18D 0%, #FDDA62 100%);
    box-shadow: inset 0px -4px 7px rgb(255 255 255 / 20%);
    border-radius: 5px;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #3C3128;
    display: flex;
    align-items: center;
    padding: 31px 41px;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    border: none;
    max-width: 100%;
    display: inline-flex;
    text-decoration: none;
    justify-content: center;
}

.brief .brief__step-btn:hover {
	opacity: 0.8;
}

.brief .brief__step-btn:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='26' viewBox='0 0 30 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.3619 0.844909C17.8625 0.369284 17.0706 0.388034 16.595 0.888034C16.1187 1.38803 16.1387 2.17928 16.6381 2.65553L26.2269 11.7499H1.25C0.56 11.7499 0 12.3099 0 12.9999C0 13.6899 0.56 14.2499 1.25 14.2499H26.1869L16.6381 23.3449C16.1381 23.8212 16.1187 24.6124 16.595 25.1124C16.8406 25.3699 17.17 25.4999 17.5 25.4999C17.81 25.4999 18.12 25.3855 18.3619 25.1549L29.2675 14.7674C29.74 14.2955 30 13.668 30 12.9999C30 12.3318 29.74 11.7043 29.2456 11.2112L18.3619 0.844909Z' fill='%233C3128' fill-opacity='0.55'/%3E%3C/svg%3E");
    width: 30px;
    height: 25px;
    margin-left: 15px;
}

.brief .brief__form-content {
    display: flex;
    padding: 10px;
    background: #fff;
	position: relative;
	z-index: 1;
	border-radius: 5px;
}

.brief .brief__form-content form {
    width: 100%;
}

.brief__form-content_last-step .brief__right {
    display: none;
}

.brief .brief__step-content-right {
    flex: 0 0 560px;
    background: #2C2C35;
    border-radius: 5px;
    padding: 64px 31px 64px 51px;
}

.brief .brief__step-content-right-form-fields {
    max-width: 326px;
    margin: 0 auto;
}

.brief .brief__step-content-left {
    width: 100%;
    text-align: center;
    padding: 50px;
	position: relative;
}

.brief .brief__step-content-left-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 130%;
    text-align: center;
    color: #2C2C35;
}

.brief .brief__step-content-left-subtitle {
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #49494F;
    margin-top: 11px;
}

.brief .brief__step-content-left:after {
    content: '';
    display: block;
    background: url(../image/brief-last-step-gift.png) no-repeat 50% 50%;
    width: 905px;
    height: 396px;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 30px;
	z-index: 1;
}

.brief .brief__step-content-left-gift-name {
    background: linear-gradient(93.02deg, #81A9F8 0%, #3B72ED 100%);
    border-radius: 5px;
    transform: skewX(170deg);
	padding: 14px 53px;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
    display: inline-flex;
    position: absolute;
    bottom: 45px;
    right: 120px;
    z-index: 2;
}

.brief .brief__step-content-left-gift {
    display: inline-flex;
    position: absolute;
    margin-top: 95px;
    margin-left: 55px;
	z-index: 2;
}

.brief .brief__step-content-left-gift:after {
    content: '';
    display: block;
    background: url('../image/icons/gift.svg') no-repeat 50% 50%;
	background-size: cover;
    width: 40px;
    height: 50px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    margin-bottom: -5px;
}

.brief .brief__step-content-left-gift-text {
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    color: #49494F;
}

.brief .brief__step-content-left-gift-arrow {
    position: absolute;
    top: 15px;
    left: 100%;
    margin-left: 10px;
}

/* Popup Form */
.form-magnific-popup .mfp-content {
    position: relative;
    margin: 50px auto;
	-webkit-box-shadow: 0px 0px 3px rgb(0 0 0 / 80%), 0px 32px 60px rgb(0 0 0 / 32%);
    box-shadow: 0px 0px 3px rgb(0 0 0 / 80%), 0px 32px 60px rgb(0 0 0 / 32%);
    position: relative;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    pointer-events: all;
    width: 100%;
    z-index: 1;
    background: #fff;
    max-width: 940px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.popup-form {
    padding: 10px;
}

.popup-form .close {
    position: absolute;
    top: 0px;
    left: -webkit-calc(100% + 16px);
    left: calc(100% + 16px);
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.popup-form .close svg {
    fill: rgba(255, 255, 255, 0.7);
    -webkit-transition: fill .3s ease;
    -o-transition: fill .3s ease;
    transition: fill .3s ease;
    width: 100%;
    height: auto;
}

.form-info-message {
    font-size: 13px;
    line-height: 140%;
    text-align: center;
    color: #000000;
    margin-top: 20px;
}

.form-info-message a {
    color: #4e4e4e;
    text-decoration: underline;
}

.form-info-message a:hover {
    text-decoration: none;
}

.form-field {
	position: relative;
}

.input-custom-error {
    position: absolute;
    color: red;
    bottom: 5px;
    font-size: 12px;
    padding: 0 0 0 30px;
}

.brief__step-content_last .intro__form-title {
    text-align: center;
}

.brief__step-content-right-form.contact-form {
    max-width: 400px;
    margin: 0 auto;
}

@media screen and (max-width: 1060px) {
	.popup-form .close {
		left: auto;
		right: 0;
		top: -35px;
		width: 25px;
		height: 25px;
	}
}

.reviews {
    margin-top: 120px;
}


.reviews__title {
    font-size: 38px;
    font-weight: 500;
	margin-bottom: 20px;
}

.reviews__message-block {
    text-align: center;
	margin-top: 30px;
}

.reviews__message {
    background: #fbd76f;
    padding: 10px 15px;
}

.reviews__message a {
    font-weight: 600;
}

.reviews__item-review {
    padding: 10px;
    border: 1px solid #efefef;
    border-radius: 5px;
    line-height: 150%;
}

.reviews__items {
    margin-top: 20px;
    margin: 25px -25px 0 -25px;
}

.reviews__item {
    width: 50%;
    padding: 25px;
}

.reviews__item-image img {
    max-width: 40px;
    border-radius: 100%;
}

.reviews__item-info {display: flex;margin-top: 10px;align-items: center;}

.reviews__item-image {
    margin-right: 15px;
}

.reviews__item-date {
    margin-top: 5px;
}

.reviews__item-name {
    font-weight: 600;
}

.footer__links > div {
    margin-top: 15px;
}

.footer__links > div:first-child {
    margin-top: 0;
}

@media (max-width: 1060px) {
	.reviews__item {
		width: 100%;
	}
}

.tariffs {
    margin-top: 120px;
}

.tariffs__title {
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 20px;
}

.tariffs table {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12), 2px 2px 12px rgba(46, 60, 71, 0.13);
    border-radius: 8px;
    width: 100%;
    border-collapse: collapse;
}

.tariffs table tbody tr:nth-child(even) {
	background: #ECECEC;
}

.tariffs table thead td {
    padding: 24px;
    font-weight: 700;
    font-size: 16px;
    color: #2E3C47;
    border-bottom: 1px solid #E8F6F7;
    border-radius: 8px 8px 0px 0px;
}

.tariffs table tbody td {
    padding: 24px;
    font-weight: 400;
    font-size: 16px;
    color: #2E3C47;
}