@charset "UTF-8";

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Bold.eot");
  src: url("../fonts/Gilroy-Boldd41d.eot?#iefix") format('embedded-opentype'),
        url("../fonts/Gilroy-Bold.woff2") format('woff2'),
        url("../fonts/Gilroy-Bold.woff") format('woff'),
        url("../fonts/Gilroy-Bold.ttf") format('truetype'),
        url("../fonts/Gilroy-Bold.svg#Gilroy-Bold") format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Medium.eot");
  src: url("../fonts/Gilroy-Mediumd41d.eot?#iefix") format('embedded-opentype'),
        url("../fonts/Gilroy-Medium.woff2") format('woff2'),
        url("../fonts/Gilroy-Medium.woff") format('woff'),
        url("../fonts/Gilroy-Medium.ttf") format('truetype'),
        url("../fonts/Gilroy-Medium.svg#Gilroy-Medium") format('svg');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Regular.eot");
  src: url("../fonts/Gilroy-Regulard41d.eot?#iefix") format('embedded-opentype'),
        url("../fonts/Gilroy-Regular.woff2") format('woff2'),
        url("../fonts/Gilroy-Regular.woff") format('woff'),
        url("../fonts/Gilroy-Regular.ttf") format('truetype'),
        url("../fonts/Gilroy-Regular.svg#Gilroy-Regular") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Light.eot");
  src: url("../fonts/Gilroy-Lightd41d.eot?#iefix") format('embedded-opentype'),
        url("../fonts/Gilroy-Light.woff2") format('woff2'),
        url("../fonts/Gilroy-Light.woff") format('woff'),
        url("../fonts/Gilroy-Light.ttf") format('truetype'),
        url("../fonts/Gilroy-Light.svg#Gilroy-Light") format('svg');
  font-weight: 300;
  font-style: normal;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@-webkit-keyframes opas {
  0% {
    opacity: 0;
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes opas {
  0% {
    opacity: 0;
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeOpas {
  0% {
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeOpas {
  0% {
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes tooltipShow {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes tooltipShow {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@-webkit-keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes deg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  60% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes deg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  60% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-webkit-keyframes jamp {
  0% {
    margin-top: 0;
  }

  15% {
    margin-top: -1rem;
  }

  25% {
    margin-top: 0;
  }

  35% {
    margin-top: -0.5rem;
  }

  45% {
    margin-top: 0;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes jamp {
  0% {
    margin-top: 0;
  }

  15% {
    margin-top: -1rem;
  }

  25% {
    margin-top: 0;
  }

  35% {
    margin-top: -0.5rem;
  }

  45% {
    margin-top: 0;
  }

  100% {
    margin-top: 0;
  }
}

@-webkit-keyframes jampTrf {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  15% {
    -webkit-transform: translateY(-7%);
    transform: translateY(-7%);
  }

  25% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  35% {
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%);
  }

  45% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes jampTrf {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  15% {
    -webkit-transform: translateY(-7%);
    transform: translateY(-7%);
  }

  25% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  35% {
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%);
  }

  45% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px;
  }

  30% {
    left: 110%;
    margin-left: 80px;
  }

  100% {
    left: 110%;
    margin-left: 80px;
  }
}

@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px;
  }

  30% {
    left: 110%;
    margin-left: 80px;
  }

  100% {
    left: 110%;
    margin-left: 80px;
  }
}

@-webkit-keyframes pulseicon-a {
  0% {
    -webkit-transform: translate(0, 0) scale(0.85);
    transform: translate(0, 0) scale(0.85);
  }

  50% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }

  100% {
    -webkit-transform: translate(0, 0) scale(0.85);
    transform: translate(0, 0) scale(0.85);
  }
}

@keyframes pulseicon-a {
  0% {
    -webkit-transform: translate(0, 0) scale(0.85);
    transform: translate(0, 0) scale(0.85);
  }

  50% {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }

  100% {
    -webkit-transform: translate(0, 0) scale(0.85);
    transform: translate(0, 0) scale(0.85);
  }
}

@-webkit-keyframes pulseicon {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
}

@keyframes pulseicon {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
}

@-webkit-keyframes pulseiconLine {
  0% {
    -webkit-transform: translateX(-55%) scale(0.7);
    transform: translateX(-55%) scale(0.7);
  }

  50% {
    -webkit-transform: translateX(-65%) scale(1);
    transform: translateX(-65%) scale(1);
  }

  100% {
    -webkit-transform: translateX(-55%) scale(0.7);
    transform: translateX(-55%) scale(0.7);
  }
}

@keyframes pulseiconLine {
  0% {
    -webkit-transform: translateX(-55%) scale(0.7);
    transform: translateX(-55%) scale(0.7);
  }

  50% {
    -webkit-transform: translateX(-65%) scale(1);
    transform: translateX(-65%) scale(1);
  }

  100% {
    -webkit-transform: translateX(-55%) scale(0.7);
    transform: translateX(-55%) scale(0.7);
  }
}

@-webkit-keyframes scale-before {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }
}

@keyframes scale-before {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }
}

@-webkit-keyframes transform-shiver {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-5px, 0px) rotate(0deg);
    transform: translate(-5px, 0px) rotate(0deg);
  }

  75% {
    -webkit-transform: translate(5px, 0px) rotate(0deg);
    transform: translate(5px, 0px) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes transform-shiver {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: translate(-5px, 0px) rotate(0deg);
    transform: translate(-5px, 0px) rotate(0deg);
  }

  75% {
    -webkit-transform: translate(5px, 0px) rotate(0deg);
    transform: translate(5px, 0px) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(76, 163, 82, 0.5);
    box-shadow: 0 0 0 0 rgba(76, 163, 82, 0.5);
  }

  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(76, 163, 82, 0);
    box-shadow: 0 0 0 25px rgba(76, 163, 82, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(76, 163, 82, 0);
    box-shadow: 0 0 0 0 rgba(76, 163, 82, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(76, 163, 82, 0.5);
    box-shadow: 0 0 0 0 rgba(76, 163, 82, 0.5);
  }

  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(76, 163, 82, 0);
    box-shadow: 0 0 0 25px rgba(76, 163, 82, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(76, 163, 82, 0);
    box-shadow: 0 0 0 0 rgba(76, 163, 82, 0);
  }
}

@-webkit-keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(67, 201, 86, 0.5);
    box-shadow: 0 0 0 0 rgba(67, 201, 86, 0.5);
  }

  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(67, 201, 86, 0);
    box-shadow: 0 0 0 45px rgba(67, 201, 86, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(67, 201, 86, 0);
    box-shadow: 0 0 0 0 rgba(67, 201, 86, 0);
  }
}

@keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(67, 201, 86, 0.5);
    box-shadow: 0 0 0 0 rgba(67, 201, 86, 0.5);
  }

  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(67, 201, 86, 0);
    box-shadow: 0 0 0 45px rgba(67, 201, 86, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(67, 201, 86, 0);
    box-shadow: 0 0 0 0 rgba(67, 201, 86, 0);
  }
}

@-webkit-keyframes pop {
  0% {
    -webkit-transform: perspective(1px) rotateX(0deg) scale3d(1, 1, 1);
    transform: perspective(1px) rotateX(0deg) scale3d(1, 1, 1);
  }

  100% {
    -webkit-transform: perspective(1px) rotateX(0deg) scale3d(1.2, 1.2, 1.2);
    transform: perspective(1px) rotateX(0deg) scale3d(1.2, 1.2, 1.2);
  }
}

@keyframes pop {
  0% {
    -webkit-transform: perspective(1px) rotateX(0deg) scale3d(1, 1, 1);
    transform: perspective(1px) rotateX(0deg) scale3d(1, 1, 1);
  }

  100% {
    -webkit-transform: perspective(1px) rotateX(0deg) scale3d(1.2, 1.2, 1.2);
    transform: perspective(1px) rotateX(0deg) scale3d(1.2, 1.2, 1.2);
  }
}

@-webkit-keyframes puff-out {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1, 1);
    transform: translate(-50%, -50%) rotate(0deg) scale(1, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transform-origin-opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(2, 2);
    transform: translate(-50%, -50%) rotate(0deg) scale(2, 2);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0;
  }
}

@keyframes puff-out {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1, 1);
    transform: translate(-50%, -50%) rotate(0deg) scale(1, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transform-origin-opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(2, 2);
    transform: translate(-50%, -50%) rotate(0deg) scale(2, 2);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0;
  }
}

@-webkit-keyframes slide-up-in {
  0% {
    -webkit-transform: translate(0px, 100%) rotate(1deg);
    transform: translate(0px, 100%) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

@keyframes slide-up-in {
  0% {
    -webkit-transform: translate(0px, 100%) rotate(1deg);
    transform: translate(0px, 100%) rotate(1deg);
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

@-webkit-keyframes animPulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10% {
    opacity: .9;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
  }
}

@keyframes animPulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10% {
    opacity: .9;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
  }
}

.fade_in {
  opacity: 1;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-up-in;
  animation-name: slide-up-in;
}

.title-first {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-up-in;
  animation-name: slide-up-in;
}

.subtitle-first {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slide-up-in;
  animation-name: slide-up-in;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  overflow-x: hidden;
}

body {
  font-family: "Gilroy", sans-serif;
  line-height: 1.2;
  font-weight: 500;
  overflow-x: hidden;
  color: #000000;
}

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

a,
button,
input,
textarea,
select {
  outline: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 900px) {
  .forest {
    display: none;
  }
}

.col-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-vcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.margin-center {
  margin-left: auto;
  margin-right: auto;
}

.gt {
  font-family: "Gotham Pro", sans-serif;
  font-weight: 700;
}

.tt {
  font-family: "TT Norms", sans-serif;
  font-weight: 500;
}

@media (max-width: 567px) {
  .media-center {
    text-align: center;
  }
}

.fwn {
  font-weight: normal;
}

.fw2 {
  font-weight: 200;
}

.fw3 {
  font-weight: 300;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

.fw7 {
  font-weight: 700;
}

.fw8 {
  font-weight: 800;
}

.fw9 {
  font-weight: 900;
}

.fwb {
  font-weight: bold;
}

.z-i20 {
  z-index: 20;
}

.green {
  color: #05de00;
}

.bgc {
  background-color: #f9f9f9;
}

.tal {
  text-align: left;
}

.rel {
  position: relative;
}

.lh {
  line-height: 1.5;
}

.lhm {
  line-height: 1.3;
}

.black {
  color: #000000;
}

.krem {
  color: #e0c59a;
}

.blue {
  color: #039be5;
}

.red {
  color: #fe3436;
}

.mrlg {
  margin-right: 3.8vw;
}

.mrsm {
  margin-right: 2vw;
}

.mrm {
  margin-right: 0.5vw;
}

.mrs {
  margin-right: 0.3vw;
}

.mr {
  margin-right: 1vw;
}

.mlg {
  margin-bottom: 4.5vw;
}

.msm {
  margin-bottom: 2.4vw;
}

.mb {
  margin-bottom: 1.5vw;
}

.mbm {
  margin-bottom: 0.7vw;
}

.mbs {
  margin-bottom: 0.41vw;
}

.white {
  color: #fff;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tdt {
  text-decoration: line-through;
}

.tdu {
  text-decoration: underline;
}

.gray {
  color: #747474;
}

.ttu {
  text-transform: uppercase;
}

.zi0 {
  z-index: 0 !important;
}

.zi1 {
  z-index: 1 !important;
}

.zi15 {
  z-index: 15 !important;
}

.black {
  color: #282828;
}

.aqua {
  color: #38a5b7;
}

.title {
  font-size: 2.23vw;
  line-height: 1.3;
}

.tgg {
  display: inline-block;
  padding: 0.1vw 0.4vw;
  margin: 0.2vw 0;
  background-color: #6dd168;
  border-radius: 5px;
}

.title-lg {
  font-size: 2.4vw;
}

.link-hover {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.link-hover:hover {
  color: #e0c59a !important;
}

.t-min {
  font-size: 1.9vw;
}

.t-min .tg {
  color: #379ab1;
}

.t-min.tgr {
  color: #0096d9;
}

.t-ss {
  font-size: 1.5vw;
}

.t-min2 {
  font-size: 1.7vw;
}

.t-min2 .tg {
  color: #379ab1;
}

.t-cir {
  font-size: 2.35vw;
}

.t-cir .tg {
  color: #379ab1;
}

.text {
  font-size: 0.97vw;
}

.text .tg {
  color: #4389e6;
}

b {
  font-weight: 900;
}

.text-md {
  font-size: 1.07vw;
}

.text-md .tg {
  color: #48cf6e;
  font-weight: 900;
}

.tga {
  color: #ffc55b;
  letter-spacing: 0.75px;
}

a.text-min {
  color: #181818;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

a.text-min:hover {
  color: #ff7200;
}

.small-text {
  font-size: 0.92vw;
}

.small-text .tg {
  font-weight: 900;
  color: #88b332;
}

.tsm8 {
  font-size: 0.51vw;
}

.tsm10 {
  font-size: 0.61vw;
}

.tsm12 {
  font-size: 0.75vw;
}

.tsm13 {
  font-size: 0.85vw;
}

.ls56 {
  letter-spacing: 0.56px;
}

.text24 {
  font-size: 1.4vw;
}

.text23 {
  font-size: 1.3vw;
}

.text21 {
  font-size: 1.2vw;
}

.text21 .tg {
  color: #4186e1;
}

.text21.tg {
  color: #4186e1;
}

.container {
  max-width: 90vw;
  margin: 0 auto;
}

.container-min {
  max-width: 81vw;
  margin: 0 auto;
}

.container-md {
  max-width: 85vw;
  margin: 0 auto;
}

.container-mm {
  max-width: 74vw;
  margin: 0 auto;
}

.container-supm {
  max-width: 64vw;
  margin: 0 auto;
}

.container-big {
  max-width: 85vw;
  margin: 0 auto;
}

.stop {
  overflow: hidden;
}

.section {
  padding: 6vw 0;
  position: relative;
}

.btn {
  padding: .9vw 1.7vw;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 4vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 6;
  cursor: pointer;
  border: none;
  border-radius: 40px;
  background-image: linear-gradient(-50deg, #fe0405 0%, #fe3032 100%);
  position: relative;
  -webkit-box-shadow: 0 8px 13px rgba(191, 31, 29, 0.49), inset 0 -4px 1px #bf1f1d;
  box-shadow: 0 8px 13px rgba(191, 31, 29, 0.49), inset 0 -4px 1px #bf1f1d;
  color: #ffffff;
  width: 100%;
}

.btn:not(:disabled) .btn-blick {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}

.btn:not(:disabled) .btn-blick:after {
  margin-left: -30px;
  content: " ";
  width: 30px;
  height: 300px;
  background: #fff;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  position: absolute;
  left: -40px;
  top: -150px;
  top-animation-timing-function: ease-in-out;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn:hover {
  -webkit-box-shadow: 0 8px 13px rgba(191, 31, 29, 0.49), inset 0 4px 1px #bf1f1d;
  box-shadow: 0 8px 13px rgba(191, 31, 29, 0.49), inset 0 4px 1px #bf1f1d;
}

.btn.light {
  color: #191919;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffe97e), to(#fdf7ad));
  background-image: linear-gradient(to top, #ffe97e 0%, #fdf7ad 100%);
  -webkit-box-shadow: 0 8px 13px rgba(214, 186, 92, 0.49), inset 0 -4px 1px #d6ba5c;
  box-shadow: 0 8px 13px rgba(214, 186, 92, 0.49), inset 0 -4px 1px #d6ba5c;
}

.btn.light:hover {
  -webkit-box-shadow: 0 8px 13px rgba(214, 186, 92, 0.49), inset 0 4px 1px #d6ba5c;
  box-shadow: 0 8px 13px rgba(214, 186, 92, 0.49), inset 0 4px 1px #d6ba5c;
}

.btn.wt {
  color: #282828;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(98%, #fff), to(#fff)), -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(98%, #fff), to(#fff));
  background-image: linear-gradient(to top, #fff 0%, #fff 98%, #fff 100%), linear-gradient(to top, #fff 0%, #fff 98%, #fff 100%);
  -webkit-box-shadow: 0 8px 13px rgba(214, 214, 214, 0.49), inset 0 -4px 1px #d6d6d6;
  box-shadow: 0 8px 13px rgba(214, 214, 214, 0.49), inset 0 -4px 1px #d6d6d6;
}

.btn.wt:hover {
  -webkit-box-shadow: 0 8px 13px rgba(214, 214, 214, 0.49), inset 0 4px 1px #d6d6d6;
  box-shadow: 0 8px 13px rgba(214, 214, 214, 0.49), inset 0 4px 1px #d6d6d6;
}

.btn.bord {
  border-radius: 45px;
  border: 1px solid #dddddd;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 2px #a7a7a7;
  box-shadow: 0px 0px 2px #a7a7a7;
  color: #747474;
}

.btn.bord:hover {
  -webkit-box-shadow: 0px 0px 20px #a7a7a7;
  box-shadow: 0px 0px 20px #a7a7a7;
}

.btn.bord.bdr {
  border: 1px solid #1491d0;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 2px #1491d0;
  box-shadow: 0px 0px 2px #1491d0;
  color: #1491d0;
}

.btn.bord.bdr:hover {
  -webkit-box-shadow: 0px 0px 20px #1491d0;
  box-shadow: 0px 0px 20px #1491d0;
}

.btn.tgr {
  color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#d80733), to(#fb5f45)), -webkit-gradient(linear, left bottom, left top, from(#ee858c), color-stop(98%, #fabcbc), to(#fabcbc));
  background-image: linear-gradient(to top, #d80733 0%, #fb5f45 100%), linear-gradient(to top, #ee858c 0%, #fabcbc 98%, #fabcbc 100%);
  -webkit-box-shadow: 0 8px 13px rgba(166, 28, 46, 0.49), inset 0 -4px 1px #a61c2e;
  box-shadow: 0 8px 13px rgba(166, 28, 46, 0.49), inset 0 -4px 1px #a61c2e;
}

.btn.tgr:hover {
  -webkit-box-shadow: 0 8px 13px rgba(166, 28, 46, 0.49), inset 0 4px 1px #a61c2e;
  box-shadow: 0 8px 13px rgba(166, 28, 46, 0.49), inset 0 4px 1px #a61c2e;
}

.btn.big {
  padding: 1.5vw 1vw;
}

.btn.min {
  padding-top: 0.6vw;
  padding-bottom: 0.6vw;
}

.btn-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.burger {
  width: 3rem;
  height: 4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 1rem;
}

.burger span {
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  position: relative;
  background-color: #6dd168;
}

.burger span:before,
.burger span:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  left: 0;
  background-color: #6dd168;
  border-radius: 4px;
}

.burger span:before {
  top: -1rem;
}

.burger span:after {
  bottom: -1rem;
}

.burger__wrap {
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #6dd168;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
  display: none;
}

.close-nav {
  display: none;
}

.phone-link {
  font-weight: 500;
  font-size: 1vw;
  color: #44242E;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.phone-link:hover {
  color: #149456;
}

.link {
  color: #59ce71;
  font-weight: 400;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  display: inline-block;
}

.link:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #59ce71;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.link:hover:before {
  width: 40%;
}

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

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

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

input::-moz-placeholder {
  color: #727272;
}

input::placeholder {
  color: #727272;
}

.input {
  height: 3.5vw;
  padding: 0.3vw 1vw;
  padding-left: 2vw;
  font-weight: 300;
  border-radius: 40px;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  color: #2c3340;
  -ms-flex-item-align: center;
  align-self: center;
  width: 100%;
  position: relative;
}

.input.t2 {
  height: 4.7vw;
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  background-color: #f2f2f2;
  border: none;
  font-weight: 30;
}

.input.inset {
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
}

.input.t3 {
  border-radius: 4px;
  height: 2.7vw;
}

.input.t4 {
  height: auto;
  padding-left: 3vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
  border: none;
  background-color: #fff;
  border-bottom: 1px solid #dddddd;
  border-radius: 0;
}

.input.phone {
  background: url("../img/icons/input-ph.png") no-repeat center left 1.2vw, #fff;
  background-size: 1.4vw;
  padding-left: 3vw;
}

.input.phone_big {
  background: url("../img/icons/input-ph.png") no-repeat center left 1.2vw, #fff;
  background-size: 1.8vw;
  padding-left: 4vw;
}

.input.pers {
  background: url("../img/modals/pers.html") no-repeat center left 1.2vw, #fff;
  background-size: 1.8vw;
  padding-left: 4vw;
}

.input.mas {
  background: url("../img/icons/input-mas.html") no-repeat center left 1.2vw, #fff;
  background-size: 1.4vw;
  padding-left: 4vw;
}

.input.ws {
  background: url("../img/icons/input-ws.html") no-repeat center left 1.2vw, #fff;
  background-size: 1.8vw;
  padding-left: 4vw;
}

.input.date {
  background: url("../img/icons/date.png") no-repeat center left 1.2vw, #fff;
  background-size: 1vw;
  padding-left: 3vw;
}

.inp-min {
  width: 31.5%;
}

.inp-md {
  width: 70%;
}

.inp-big {
  width: 100%;
  margin: 0.7vw 0;
}

.inp-half {
  width: 49%;
}

.input.inp-pd {
  height: 3.5vw;
  padding: 0.7vw 1.5vw;
}

.arrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(50%, -50%) scale(1);
  transform: translate(50%, -50%) scale(1);
  width: 5vw;
  z-index: 18;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  border: none;
  background: transparent;
  z-index: 1;
}

.arrows.t2 {
  width: 2.7vw;
}

.arrows.t3 {
  width: 2.2vw;
  top: 60%;
}

.arrows.big-arrow {
  width: 5rem;
}

.arrows:hover {
  opacity: 0.7;
  -webkit-transform: translate(50%, -50%) scale(1.2);
  transform: translate(50%, -50%) scale(1.2);
}

.arrows.ksn {
  width: 4vw;
  right: .5vw !important;
  left: auto !important;
  -webkit-transform: translate(50%, -50%) !important;
  transform: translate(50%, -50%) !important;
}

.arrows.ksp {
  width: 4vw;
  left: .5vw !important;
  right: auto !important;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg) !important;
  transform: translate(-50%, -50%) rotate(-180deg) !important;
}

.slidePrev {
  left: 0;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.slidePrev.t3 {
  left: -.5vw;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.slidePrev.t2 {
  -webkit-transform: translate(-100%, -50%) scale(1);
  transform: translate(-100%, -50%) scale(1);
}

.slidePrev:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}

.slideNext {
  right: 0;
}

.slideNext.t3 {
  right: -.5vw;
}

.slideNext.t2 {
  -webkit-transform: translate(100%, -50%) scale(1);
  transform: translate(100%, -50%) scale(1);
}

.lastw-right {
  right: 3.5vw;
  left: auto;
}

.lastw-left {
  left: 3.5vw;
  right: auto;
}

.white-space {
  white-space: nowrap;
}

.lastwbg-arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  left: 0;
  width: 2.5vw;
  height: 5vw;
  background-color: #fff;
  border-radius: 100% 0 0 100% / 50% 0 0 50%;
  z-index: -1;
  overflow: hidden;
}

.check-box {
  cursor: pointer;
  display: block;
}

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

.check-line a {
  color: #2995fc;
}

.check-label {
  width: 1vw;
  height: 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.2vw;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: .5vw;
  border-radius: 2px;
  background-color: #dcdcdc;
}

.check-label-act {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.check-label.min {
  width: 1vw;
  height: 1vw;
  border-radius: 2px;
  border: 1px solid #dddddd;
  background-color: #fff;
}

.check .tsm12 {
  font-weight: 500;
}

.rhide {
  display: none;
}

.rhide:checked ~ span .check-label-act {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.rhide:checked ~ span .check-label.min {
  background-color: #5bd273;
}

.labels {
  -webkit-transform: skew(8deg);
  transform: skew(8deg);
}

.labels-wrap {
  padding: 0.6vw 0.8vw;
  border-radius: 5px;
  -webkit-transform: skew(-8deg);
  transform: skew(-8deg);
  color: #fff;
  display: inline-block;
  background-color: #00c063;
}

.labels-wrap.light {
  -webkit-box-shadow: 7px 0 40px rgba(81, 81, 81, 0.2);
  box-shadow: 7px 0 40px rgba(81, 81, 81, 0.2);
  border: 1px dashed #dddddd;
  background-color: #ffffff;
  color: #747474;
}

.bg-line {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(61%, #d3eeec), to(#d3eeec));
  background-image: linear-gradient(to bottom, transparent 0%, transparent 60%, #d3eeec 61%, #d3eeec 100%);
}

.slick-dots li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slick-dots li button:before {
  font-size: 1.1vw;
  top: 1.5vw;
}

.slick-dots li.slick-active button:before {
  color: #40c753;
  font-size: 1.25vw;
}

.header {
  padding: 1vw 0;
  padding-top: 2vw;
  padding-bottom: 0;
  position: relative;
  z-index: 41;
}

.header__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__social-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.header__info:before {
  content: '';
  position: absolute;
  height: 130%;
  width: 1px;
  background-color: #6f8ba2;
  left: -40%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-ico {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.5vw;
  height: 1.5vw;
  padding: .3vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-ico_left {
  left: 1vw;
  right: auto;
}

.btn-ico_right {
  right: 1vw;
  left: auto;
}

.header-btn {
  width: 12vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 3vw;
  height: 3vw;
}

.header-address__left {
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 1.3vw;
  padding: .3vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.logo__img {
  width: 6vw;
  display: inline-block;
}

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

.logo__text {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-bottom: .5vw;
}

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

.header-down__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 2.4vw;
  height: 2.4vw;
  padding: .6vw;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: -4px 6px 27px #fe3436;
  box-shadow: -4px 6px 27px #fe3436;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dotted {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dotted:before {
  content: '';
  position: absolute;
  top: 115%;
  width: 100%;
  border-bottom: 2px dotted #3a4d6a;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.dotted:hover {
  color: #3a4d6a;
}

.dotted:hover:before {
  width: 30%;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.social__item {
  width: 2.2vw;
  padding: .3vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.social__item:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.header-call__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-call__ph-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-call__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.5vw;
  height: 1.5vw;
  padding: .3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-call__img img {
  width: 100%;
  max-width: none;
}

.header-call__num {
  -webkit-transition: all .4s;
  transition: all .4s;
}

.header-call__num:hover {
  color: #e0c59a;
}

.green-text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.green-text__cir {
  width: .6vw;
  height: .6vw;
  margin-top: .1vw;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 32px rgba(5, 222, 0, 0.35);
  box-shadow: 0 0 32px rgba(5, 222, 0, 0.35);
  background-color: #05de00;
  -webkit-animation: opas 1.5s infinite linear;
  animation: opas 1.5s infinite linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main {
  position: relative;
  z-index: 30;
  color: #282828;
      background: url(/assets/img/mainbg.jpg);
    background-size: cover;
}
.main:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 70%);
}
.main__info {
    position: relative;
}
.main__cont {
  padding-bottom: 10vw;
  padding-top: 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main__info {
  width: 60%;
}

.main__clock {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 2vw;
}

.main__right {
  position: absolute;
  top: 25%;
  width: 38vw;
  right: 11vw;
}

.main__bath {
  width: 100%;
  max-width: none;
}

.main__g-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 4vw;
}

.block1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.block1__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 2.3vw;
  height: 2.3vw;
  padding: .3vw;
}

.block1__line {
  width: 2.5vw;
  background-color: #fff;
  height: 1px;
  opacity: .4;
}

.block2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.block2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.block2__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.8vw;
  height: 1.8vw;
  padding: .3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.check-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.check-block__item {
  width: 48%;
}

.check-block .checkbox-block {
  cursor: pointer;
  border-radius: 27px;
  border: 1px solid #ececec;
  padding: .5vw 1vw;
  min-height: 3.2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.check-block__form {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.check-block__btn {
  height: 3.5vw;
  width: 100%;
}

.check-block__inputs {
  width: 100%;
}

.check-block__inputs .check-box {
  white-space: nowrap;
}

.check-block__img {
  padding: .3vw;
  width: 2vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.check-block .checkbox-inp:checked ~ .checkbox-block {
  background-color: #3a4d6a;
  color: #fff;
}

.label {
  padding: .5vw;
  background-color: #487dc0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
}

.label__img {
  -webkit-animation: rotate2 3.8s infinite linear;
  animation: rotate2 3.8s infinite linear;
}

.main-btn {
  width: 20vw;
  height: 5vw;
  border-radius: 50px;
}

.main-btn__img {
  position: absolute;
  right: -1vw;
  top: 0;
  width: 4vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.impw-card {
  position: absolute;
}

.impw-card:hover .impw-card__img {
  background-color: #e0c59a;
}

.impw-card_1 {
  top: 38%;
  left: 10%;
}

.impw-card_2 {
  top: 5%;
  left: 30%;
}

.impw-card_3 {
  top: 75%;
  left: 10%;
}

.impw-card_4 {
  top: 23%;
  left: 58%;
}

.impw-card_5 {
  top: 75%;
  left: 58%;
}

.impw-card__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 12px;
}

.impw-card__img {
  width: 2vw;
  height: 2vw;
  cursor: pointer;
  padding: .3vw;
  background-color: #fff;
  border-radius: 100%;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-animation: pulse21243 1.6s infinite;
  animation: pulse21243 1.6s infinite;
  z-index: 20;
}

.impw-card__img img {
  border-radius: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.impw-card__show {
  position: absolute;
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 0;
  -webkit-transform: translate(0%, -100%) scale(0);
  transform: translate(0%, -100%) scale(0);
  background-color: #fff;
  width: 22vw;
  left: 1vw;
  padding: 1.5vw 2vw;
  border-radius: 12px;
  z-index: -1;
}

.impw-card:hover {
  z-index: 70;
}

.impw-card:hover .card__show {
  opacity: 1;
  -webkit-transform: translate(0%, -100%) scale(1);
  transform: translate(0%, -100%) scale(1);
}

@-webkit-keyframes pulse21243 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(224, 197, 154, 0.5);
    box-shadow: 0 0 0 0 rgba(224, 197, 154, 0.5);
  }

  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(224, 197, 154, 0);
    box-shadow: 0 0 0 45px rgba(224, 197, 154, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(224, 197, 154, 0);
    box-shadow: 0 0 0 0 rgba(224, 197, 154, 0);
  }
}

@keyframes pulse21243 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(224, 197, 154, 0.5);
    box-shadow: 0 0 0 0 rgba(224, 197, 154, 0.5);
  }

  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(224, 197, 154, 0);
    box-shadow: 0 0 0 45px rgba(224, 197, 154, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(224, 197, 154, 0);
    box-shadow: 0 0 0 0 rgba(224, 197, 154, 0);
  }
}

.ab-city_item-pulse {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: none;
  border-radius: 50%;
  background-color: transparent;
  height: 27vw;
  width: 27vw;
  top: 50%;
  left: 50%;
  z-index: -1;
}

.ab-item__pulse {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 27vw;
  width: 27vw;
  border: 1px solid #fff;
  opacity: .3;
  border-radius: 50%;
  -webkit-animation: animPulse 5s linear infinite;
  animation: animPulse 5s linear infinite;
}

.ab-city_item-pulse_1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.ab-city_item-pulse_2 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.test-wrapp {
  z-index: 31;
}

.test {
  position: relative;
  padding: 1.2vw;
  -webkit-box-shadow: 0 4px 98px rgba(41, 45, 52, 0.15);
  box-shadow: 0 4px 98px rgba(41, 45, 52, 0.15);
  border-radius: 35px;
}

.test__bord {
  border-radius: 50px;
  background-color: #1d1d1d;
  padding: 1vw;
}

.test__bord_2 {
  padding: 2vw;
}

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

.test__wrapper {
  position: relative;
}

.test__cont {
  padding-right: 1vw;
  padding-left: 1vw;
  padding-bottom: 1vw;
  padding-top: 1vw;
  z-index: 4;
  position: relative;
  border-radius: 10px;
}

.test__cont.ends {
  overflow: hidden;
}

.test__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 5;
  border-radius: 50px;
  background-color: #1e2226;
  padding-right: 1vw;
}

.test__quests {
  width: 65%;
  background-color: #fff;
  border-radius: 50px 0 0 50px;
  padding-left: 3vw;
  padding-right: 3vw;
  padding-top: 2vw;
  padding-bottom: 2vw;
  position: relative;
}

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

.test__adv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.test__adv-img {
  width: 1.5vw;
  margin-right: 0.5vw;
}

.test__right {
  width: 32%;
}

.test__blocks {
  min-height: 36vw;
}

.quiz__next-wrap {
  margin-left: auto;
  margin-right: auto;
}

.test-right {
  padding: 2vw 1vw;
  border-radius: 10px;
  -ms-flex-item-align: center;
  align-self: center;
  z-index: 10;
}

.test-right__man {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 12vw;
}

.test-right__list {
  width: 8vw;
  margin-right: -2vw;
  margin-left: -1vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.test-right__list_2 {
  margin: 0;
  margin-right: -2vw;
}

.test-right__img {
  width: 5vw;
  padding: .3vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.test-right__img_2 {
  width: 9vw;
}

.test-right__img img {
  max-width: 100%;
  width: 100%;
}

.test-right__block {
  width: 100%;
}

.test-right__gifts {
  width: 100%;
}

.test-right__gift {
  width: 3vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.test-right__gift-end {
  width: 9vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.test-right .green-text__cir {
  width: 1.1vw;
  height: 1.1vw;
}

.test-right__info {
  padding: 1.4vw 1.4vw;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 25px;
  font-weight: 300;
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 85%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.progress__text {
  color: #fff;
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.progress__item {
  border-radius: 30px;
  background-color: #e8e8e8;
  height: 1.2vw;
  width: 15%;
  position: relative;
  overflow: hidden;
}

.progress__item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-color: #fe3032;
  width: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.noTrespassingBarLineG {
  background-color: #ff5c5d;
  width: 6%;
  height: 81px;
  margin-top: -19px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.noTrespassingAnimationG {
  position: absolute;
  width: 120%;
  height: 100%;
  left: -10%;
  top: 0;
  -webkit-animation-name: noTrespassingAnimationG;
  animation-name: noTrespassingAnimationG;
  -webkit-animation-duration: 0.975s;
  animation-duration: 0.975s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.progress__item.active:before {
  width: 100%;
}

.progress__item.active .noTrespassingAnimationG {
  width: 120%;
}

@-webkit-keyframes noTrespassingAnimationG {
  0% {
    margin-left: 0px;
  }

  100% {
    margin-left: -39%;
  }
}

@keyframes noTrespassingAnimationG {
  0% {
    margin-left: 0px;
  }

  100% {
    margin-left: -39%;
  }
}

.t-plus {
  -ms-flex-item-align: center;
  align-self: center;
  width: 1.7vw;
  margin: 0 2vw;
}

.quiz__next-wrap {
  position: relative;
  width: 14vw;
  margin-left: 0;
  margin-right: 0;
}

.quiz__next-wrap .btn {
  height: 3.5vw;
}

.quiz__prev {
  background-color: transparent;
  padding: 1vw;
  padding-left: 2vw;
  padding-right: 2vw;
  border: none;
  border-radius: 35px;
  height: 3.5vw;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.quiz__prev:hover {
  -webkit-box-shadow: inset 0 0 20px #fe3436;
  box-shadow: inset 0 0 20px #fe3436;
}

.quiz__prev img {
  width: .5vw;
}

.ldsh {
  color: #3ab7c2;
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: none !important;
}

.ldsh:before {
  content: '';
  position: absolute;
  top: 100%;
  width: 100%;
  border-bottom: 1px dashed #3ab7c2;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.ldsh:hover:before {
  width: 50%;
}

.test-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.test-item.t6 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.test-item__date {
  position: absolute;
  right: -10vw;
  top: 13%;
  width: 35vw;
}

.test-item__display {
  position: absolute;
  right: 0;
  top: 50%;
  width: 20vw;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.test-item__money {
  position: absolute;
  right: 7vw;
  top: 50%;
  width: 20vw;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.test-item__sound {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 8vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.test-item__tools {
  position: absolute;
  right: -10vw;
  top: 23%;
  width: 25vw;
}

.test-item__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.test-item.t2 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.test-item__title,
.test-item .tsm12 {
  width: 13vw;
}

.test-item__qw2 {
  width: 50%;
}

.qw2__img {
  position: absolute;
  right: -11vw;
  width: 32vw;
  bottom: -4vw;
  max-height: none;
}

.tiem {
  position: relative;
  width: 22%;
  margin: 0 2.5%;
  margin-bottom: 1.4vw;
  cursor: pointer;
  display: inline-block;
  z-index: 2;
}

.tiem:hover {
  z-index: 12;
}

.tiem.t2 {
  padding: 1vw;
  width: 100%;
}

.tiem.t100 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tiem.t3 {
  width: 27%;
}

.tiem.t4 {
  width: 33%;
}

.tiem.t5 {
  width: 44%;
}

.tiem.t6 {
  width: 30%;
}

.tiem.t9 {
  width: 100%;
  padding-left: 0;
  background-color: #fff;
}

.tiem-img {
  height: 8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1vw;
  -webkit-box-shadow: 5px 8px 76px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 8px 76px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  position: relative;
}

.tiem-img.v2 {
  height: 21vw;
}

.tiem-img.v3 {
  height: 15vw;
}

.test-btns_tiem {
  width: 25%;
  -ms-flex-item-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -2vw;
}

.test-btns_tiem-wrap {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.test-btns_tiem-wrap .btn {
  padding-right: 4vw;
}

.test-btn-img {
  right: 1vw;
  left: auto;
}

.tqw6-block {
  width: 100%;
  margin-right: 40%;
}

.tool {
  position: absolute;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  right: 0;
  bottom: 1.1vw;
  padding: 0.8vw;
  z-index: 12;
  -webkit-box-shadow: 0 3px 18px rgba(137, 137, 152, 0.21);
  box-shadow: 0 3px 18px rgba(137, 137, 152, 0.21);
  border-radius: 7px;
  border: 1px dashed #bababa;
  background-color: #fcfcfc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.img-qw6 {
  position: absolute;
  left: -3vw;
  bottom: -7vw;
  width: 20vw;
}

.img-qw6:hover {
  z-index: 23;
}

.img-qw6.v6 {
  width: 30vw;
  bottom: -5vw;
  z-index: 0 !important;
}

.img-qw6.v6 .tool-sp {
  right: 22vw;
  top: 78%;
}

.checkbox-block-it {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tiem-before-mod {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  border: 1px solid #e8e8e8;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.qw3-img {
  height: 18vw;
  background-size: 100% 100% !important;
}

.qw5-img {
  height: 18vw;
  background-size: 100% 100% !important;
}

.test-load {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.bitem {
  position: absolute;
  cursor: pointer;
  z-index: 19;
}

.bitem-item {
  width: 1.54vw;
  position: relative;
  z-index: 13;
}

.bitem-item img {
  -webkit-animation: pulse2 1.6s infinite;
  animation: pulse2 1.6s infinite;
  border-radius: 100%;
}

.bitem:hover .tool {
  -webkit-transform: translate(91%, 0) scale(1) !important;
  transform: translate(91%, 0) scale(1) !important;
  opacity: 1 !important;
}

.bitem-test {
  position: absolute;
  right: 0.5vw;
  top: 0.5vw;
  text-align: left;
  width: 1.54vw;
}

.bitem-test span {
  display: inline-block;
}

.bitem-test img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.bitem-test:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.line-load {
  width: 14vw;
  height: 6px;
  border-radius: 3px;
  background-color: #f4f3ef;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.line-load-it {
  position: absolute;
  left: 0;
  top: 0;
  width: 15%;
  height: 100%;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#dcbf8b), to(#f8e4b8));
  background-image: linear-gradient(to top, #dcbf8b 0%, #f8e4b8 100%);
}

.test-end {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.test-end__phone {
  position: absolute;
  right: 1vw;
  bottom: 0vw;
  width: 20vw;
}

.test-end__block {
  width: 100%;
}

.test-end__btn {
  height: 4vw;
  border-radius: 40px;
}

.test-end__header {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.img-soc-end {
  width: 1.1vw;
  height: 1.2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.img-soc-end img {
  max-width: none;
  width: 100%;
}

.ph-end {
  position: absolute;
  left: 0;
  bottom: -0.5vw;
  width: 25vw;
  max-width: none;
  max-height: none;
}

.end-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 55%;
  margin-left: 0;
  margin-right: 0;
}

.end-soc .end-soc-i {
  width: 10vw;
  padding: .6vw;
  padding-left: 0;
}

.test-end__form {
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 1vw;
}

.test-end__form .check-box {
  margin-left: 2vw;
  margin-right: auto;
}

.test-end__form .tsm12 {
  width: auto;
}

.test-end__btn-bl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.test-end__btn {
  width: 17vw;
}

.slick-slide {
  outline: none;
}

.test__cont.end {
  background: url("../img/test/endbg.html") no-repeat center, #fff;
  background-size: cover;
}

.endrt {
  line-height: 1;
}

.test-mes {
  margin-top: 3vw;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  padding-bottom: 1.5vw;
  padding-top: 1vw;
}

.strd {
  position: absolute;
  right: -10vw;
  top: 7vw;
  width: 8vw;
}

.test-left-img {
  position: absolute;
  left: -4vw;
  top: 9vw;
  width: 12vw;
  -webkit-animation: transform-shiver 4000ms linear 0ms infinite normal both;
  animation: transform-shiver 4000ms linear 0ms infinite normal both;
}

.test-px {
  position: absolute;
  left: 3vw;
  top: 5vw;
  width: 15vw;
  z-index: 7;
  -webkit-animation: transform-shiver 4000ms linear 0ms infinite normal both;
  animation: transform-shiver 4000ms linear 0ms infinite normal both;
}

.checkbox-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.checkbox-block.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.checkbox-block.row .checkbox-psevdo {
  margin-bottom: 0;
}

.checkbox-block .small-text,
.checkbox-block .tsm13,
.checkbox-block .tsm12 {
  opacity: 0.6;
}

.checkbox-block.t2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 1vw;
  text-align: left;
}

.checkbox-block.t2 .checkbox-psevdo {
  margin-top: -.35vw !important;
  margin-right: 1vw;
  margin-bottom: 0 !important;
}

.checkbox-block.t3 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 2vw;
  width: 100%;
}

.checkbox-block.t3 .checkbox-psevdo {
  margin-top: 0 !important;
  margin-left: 1.3vw;
  margin-right: 1.4vw;
}

.checkbox-block_v2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 7vw;
}

.checkbox-block_v2 .checkbox-psevdo {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #747474;
  width: 1.1vw;
  height: 1.1vw;
}

.checkbox-block_v2 .checkbox-psevdo-active {
  width: .5vw;
  height: .5vw;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  background-color: #a4da5e;
}

.checkbox-block_v3 {
  padding-left: 0;
}

.checkbox-block_end .checkbox-psevdo {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #747474;
  width: 1.1vw;
  height: 1.1vw;
}

.checkbox-block_end .checkbox-psevdo-active {
  width: 1.1vw;
  height: 1.1vw;
  padding: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  background-color: #a4da5e;
}

.test-item_v2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.test-btns_tiem-v2 {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4vw;
}

.test-btns_tiem-v3 {
  margin-top: 12vw;
}

.test-btns_tiem-v4 {
  margin-top: 1vw;
  margin-left: 2vw;
  width: 100%;
}

.tiem_v2 {
  width: 100%;
}

.tiem_v3 {
  width: 32%;
}

.checkbox-inp {
  display: none;
}

.qw9-social {
  width: 1.58vw;
  margin-right: 0.5vw;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.checkbox-psevdo {
  border-radius: 100%;
  -webkit-box-shadow: 0 5px 10px rgba(43, 43, 51, 0.1);
  box-shadow: 0 5px 10px rgba(43, 43, 51, 0.1);
  border: 1px solid #e8e8e8;
  background-color: #fff;
  width: 1.7vw;
  height: 1.7vw;
  padding: 0.2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -1vw;
  margin-bottom: 0.5vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.checkbox-psevdo.t2 {
  margin-right: 0.5vw;
  border: 1px solid #e8e8e8;
}

.checkbox-psevdo.t3 {
  border-radius: 2px;
  margin-top: -1.5vw;
  background-color: #fff;
}

.checkbox-psevdo.t3 .checkbox-psevdo-active {
  border-radius: 2px;
  background-color: #dddddd;
}

.checkbox-psevdo.t9 {
  margin-right: 0.5vw;
  border: 1px solid #dddddd;
}

.checkbox-psevdo-active {
  width: .8vw;
  height: .8vw;
  border-radius: 100%;
  padding: 0.2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: none;
  background-color: #fff;
}

.checkbox-psevdo-active img {
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.checkbox-psevdo.v2 {
  border-radius: 7px;
  padding: 0;
}

.checkbox-psevdo.v2 .checkbox-psevdo-active {
  width: 100%;
  height: 100%;
  border-radius: 7px;
}

.check-box-gift {
  position: absolute;
  top: 50%;
  left: -1vw;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  width: 3.5vw;
  height: 3.5vw;
  border-radius: 100%;
  background-color: #e9e9e9;
}

.check-box-gift__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2.7vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.check-box-gift__img_2 {
  width: 3.4vw;
  bottom: 0;
  top: auto;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.check-box-gift_2 {
  background-color: transparent;
  width: 7vw;
  height: 7vw;
}

.check-box-gift_2 .check-box-gift__img {
  width: 7vw;
}

.labels-end {
  width: 70%;
  margin-left: 5vw;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.checkbox-inp:checked ~ .tiem-img {
  opacity: 1;
}

.checkbox-inp:checked ~ .checkbox-block {
  opacity: 1;
}

.checkbox-inp:checked ~ .checkbox-block .small-text,
.checkbox-inp:checked ~ .checkbox-block .tsm13,
.checkbox-inp:checked ~ .checkbox-block .tsm12 {
  opacity: 1;
}

.checkbox-inp:checked ~ .tiem-before-mod {
  -webkit-box-shadow: 1px -1px 30px rgba(224, 197, 146, 0.3);
  box-shadow: 1px -1px 30px rgba(224, 197, 146, 0.3);
  border: 1px solid #36c14a;
}

.checkbox-inp:checked ~ span .qw9-social {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.checkbox-inp:checked ~ .check-box-gift {
  background-color: #a4d85a;
}

.checkbox-inp:checked ~ .check-box-gift_2 {
  background-color: transparent;
}

.checkbox-inp:checked ~ .checkbox-block_v2 .checkbox-psevdo {
  background-color: #fff;
}

.checkbox-inp:checked ~ .checkbox-block_v2 .checkbox-psevdo-active {
  background-color: #a4da5e;
  background-image: none;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.checkbox-inp:checked ~ .checkbox-block_end .checkbox-psevdo {
  background-color: #fff;
  border: 1px solid #747474;
}

.checkbox-inp:checked ~ .checkbox-block_end .checkbox-psevdo-active {
  background-color: #fe0405;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.checkbox-inp:checked ~ span .checkbox-psevdo {
  background-color: #fe2e30;
  border-color: transparent;
}

.checkbox-inp:checked ~ span .checkbox-psevdo-active {
  background-color: #fff;
  opacity: 1;
  width: .7vw;
  height: .7vw;
  -webkit-box-shadow: 0 0 16px #000000;
  box-shadow: 0 0 16px #000000;
}

.checkbox-inp:checked ~ span .checkbox-psevdo-active img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.checkbox-inp:checked ~ span .checkbox-psevdo.t3 .checkbox-psevdo-active {
  background-color: #e0c592;
}

.checkbox-inp:checked ~ .soc-item .small-text {
  color: #36c14a;
}

.checkbox-inp:checked ~ span .checkbox-psevdo-active__box {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 1vw !important;
  height: auto;
}

.test-load {
  height: 34vw;
}

.test-name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.test-name .main__name {
  bottom: 3vw;
  left: 4vw;
}

.test-name .name-2 {
  margin-right: auto;
  margin-left: -2vw;
}

.one__wom {
  position: absolute;
  right: -3.5vw;
  top: -7vw;
  width: 11vw;
  max-width: none;
  max-height: none;
}

.online {
  position: absolute;
  bottom: 0.5vw;
  right: 4vw;
  padding: 0.5vw;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 2px 10px 0px rgba(133, 138, 160, 0.2);
  box-shadow: 0px 2px 10px 0px rgba(133, 138, 160, 0.2);
}

.online .phones__block-work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.online .phones__block-cir {
  margin-top: 0.1vw;
}

.online-mod {
  right: 1.5vw;
  bottom: -1vw;
}

.one__ads {
  position: relative;
  padding-left: 3vw;
}

.ttgg {
  color: #93d26f;
  padding-top: 1vw;
  border-bottom: 1px solid #bababa;
}

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

.one__ads-img {
  width: 3.5vw;
  margin-right: 1vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.one__ads-center {
  padding-left: 7vw;
}

.one__ads-center.two {
  margin-bottom: 13vw;
}

.one-img {
  position: absolute;
  left: -1.8vw;
  top: -1.4vw;
  width: 15.5vw;
  max-width: none;
  max-height: none;
}

.two-img {
  position: absolute;
  left: -2vw;
  top: 2.6vw;
  width: 22vw;
  max-width: none;
  max-height: none;
}

.irs {
  width: 100%;
}

.irs-max,
.irs-min {
  display: none;
}

.irs--flat .irs-line {
  border-radius: 10px;
  background-color: #e8e8e8;
  top: 29px;
  height: 10px;
}

.irs--flat .irs-bar {
  border-radius: 10px;
  background-color: #a4da5e;
  top: 29px;
  height: 10px;
}

.irs--flat .irs-handle {
  width: 26px;
  height: 26px;
  -webkit-box-shadow: 0 0 10px rgba(133, 138, 160, 0.19);
  box-shadow: 0 0 10px rgba(133, 138, 160, 0.19);
  background-color: #f4f3ef;
  border-radius: 100%;
  cursor: pointer;
  top: 20px;
}

.irs--flat .irs-handle:before {
  content: '';
  position: absolute;
  -webkit-box-shadow: 0 0 2px #ffffff;
  box-shadow: 0 0 2px #ffffff;
  background-color: #a4da5e;
  width: 19px;
  height: 19px;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.irs--flat .irs-handle i {
  display: none !important;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  padding: 0.5rem;
  border-radius: 5px;
  background-color: transparent;
  color: #1d1d1d;
  font-size: 1.8rem;
  font-weight: 300;
  min-width: 4rem;
  text-align: center;
  cursor: pointer;
  top: -1rem;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  display: none;
}

.irs-single {
  border-radius: 100% !important;
  padding: .3rem !important;
  width: 4rem !important;
  height: 4rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
  -webkit-box-shadow: 0 0 38px rgba(0, 0, 0, 0.23);
  box-shadow: 0 0 38px rgba(0, 0, 0, 0.23);
  color: #1e85f7 !important;
  display: none;
}

.test-item__info {
  width: 100%;
}

.test-item__info-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.slider-block__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slider-block {
  width: 67%;
}

.qw3inp-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.qw3inp-wrap .input.t2 {
  border-radius: 30px;
  padding: .7vw 2vw;
  height: auto;
  width: auto;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #282828;
  border: 1px solid #e8e8e8;
}

.qw3inp-wrap .text {
  white-space: nowrap;
}

.ranges-inp {
  width: 5vw;
  padding: 0.7vw;
  padding-left: 1vw !important;
  border-radius: 5px;
  height: 2.7vw;
  margin: 0 0.6vw;
}

.bgts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.9vw;
  margin-bottom: -1vw;
}

.qw2w {
  min-height: 21vw;
}

.gw2-img {
  position: absolute;
  left: -3vw;
  bottom: -7.4vw;
  width: 22vw;
  max-width: none;
  max-height: none;
}

.test__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quiz__next {
  margin-right: 2vw;
  width: 100%;
}

.btn-lbs {
  position: absolute;
  width: 15vw;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 15;
  cursor: pointer;
}

.btn-lbs:before {
  content: "Выберие вариант ответа";
  position: absolute;
  top: -1.5vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: tomato;
  font-size: .9vw;
  white-space: nowrap;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}

.btn-lbs.act:before {
  opacity: 1;
}

.file-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 50%;
  -webkit-box-shadow: inset 0 0 7px rgba(212, 209, 199, 0.2);
  box-shadow: inset 0 0 7px rgba(212, 209, 199, 0.2);
  border-radius: 32px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  margin-right: auto;
  margin-top: 3vw;
}

.file-text {
  padding: 1vw;
  padding-left: 1.6vw;
  color: #5c6576;
}

.file-link {
  border-radius: 32px;
  background-color: #a4da5e;
  color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#a1d44e), to(#abe57e));
  background-image: linear-gradient(to top, #a1d44e 0%, #abe57e 100%);
  padding: 1vw 2vw;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.file-link:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.input-hidden {
  display: none;
}

.test-btn__img {
  width: 2vw;
  height: 1vw;
}

.metr {
  width: 2.3vw;
  height: 2.3vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.soc-item {
  padding-left: 1.5vw;
}

.test-final {
  -ms-flex-item-align: center;
  align-self: center;
  padding: 4vw 2vw;
  min-height: 40vw;
  padding-bottom: 4vw;
  background-color: #2f353a;
  border-radius: 50px;
}

.test-final__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 4vw;
  padding: .3vw;
}

.test-final__doc {
  width: 15vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
  margin-right: auto;
}

.test-final__text {
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.test-final .title-lg {
  font-size: 3vw;
}

.slider-block__wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.range-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.range-item__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.qw3inp-wrap .input.t2 {
  font-weight: 500;
}

.test-item__cams {
  position: absolute;
  width: 40vw;
  left: 50%;
  -webkit-transform: translate(-50%, 75%);
  transform: translate(-50%, 75%);
  bottom: 0;
}

.range-item__btns {
  margin-top: 2vw;
}

.op {
  opacity: 0 !important;
}

.rot-text {
  position: relative;
  -webkit-transform: skew(-8deg);
  transform: skew(-8deg);
  background-color: #fff;
  padding: .6vw 1.1vw;
  border-radius: 5px;
}

.rot-text__block {
  -webkit-transform: skew(8deg);
  transform: skew(8deg);
}

.test-item-room__img {
  width: 28vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.test-item-room__inputs {
  width: 8vw;
  height: 3vw;
  padding-left: 1vw;
}

.check-block .checkbox-block {
  border-radius: 40px;
}

.check-block__btn {
  height: 4.5vw;
  border-radius: 50px;
}

.check-block__input {
  height: 4.2vw;
  border-radius: 40px;
}

.check-line a {
  color: #fe3436;
}

.footer {
  padding: 2vw;
  margin-top: 4vw;
  background-color: #010101;
}

.footer__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__img {
  width: 6vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.overlay {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-x: hidden;
}

.modal-wrap {
  position: absolute;
  top: 10vh;
  left: 50%;
  border-radius: 1rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 8vw;
}

.modal_pol {
  padding: 3vw 2vw;
}

.modal-g {
  width: 16vw;
}

.modal-min {
  width: 31vw;
}

.modal-smin {
  width: 24vw;
}

.modal-norm {
  width: 42vw;
}

.modal-big {
  width: 50vw;
}

.modal-sm {
  width: 36vw;
}

.modal-mnorm {
  width: 38vw;
}

.modal__block {
  border-radius: 15px;
  padding: 3vw 2vw;
}

.modal__g {
  padding: 2vw 2vw;
  z-index: 10;
  background-color: #fff;
}

.modal__g_center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.modal-g {
  position: fixed;
  z-index: 100000;
  right: 1vw;
  left: auto;
  top: 77vh;
  -webkit-transform: none;
  transform: none;
}

.modal-thank {
  background-color: #fff;
}

.modal-thank__sound {
  width: 10vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-thank__form {
  margin-left: auto;
  margin-right: auto;
  width: 18vw;
}

.modal-gift__img {
  width: 6vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-gift__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  z-index: -1;
}

.close {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.5vw;
  height: 1.5vw;
  -webkit-transform: translate(-100%, 100%);
  transform: translate(-100%, 100%);
  cursor: pointer;
  z-index: 99;
}

.close-modals {
  top: 1vw;
}

.close:before,
.close:after {
  position: absolute;
  left: 50%;
  content: ' ';
  height: 100%;
  width: 2px;
  background-color: #c7cbcf;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 3px;
}

.close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close:hover:before,
.close:hover:after {
  background-color: #282828;
}

.mbc-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.modal-mbc {
  background-color: #fff;
  padding: 3vw 5.5vw;
}

.modal-mbc__form {
  width: 64%;
}

.modal-mbc__right {
  width: 31%;
}

.modal-mbc__right .phones {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-mbc__right .phones__item {
  color: #2b2b33;
}

.modal-mbc__right .block-c__img {
  width: 1vw;
  height: 1vw;
}

.modal-mbc__right .block-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-mbc__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}

.cg {
  color: #999ca9;
}

.kvm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.kvm img {
  margin-right: 0.5vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1vw;
}

.th-text {
  line-height: 1.8;
}

.th-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 13vw;
  margin-left: 43%;
}

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

.back-close img {
  width: 0.9vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.mts-img {
  left: 0;
  bottom: -3vw;
  width: 9vw;
  overflow: hidden;
  position: absolute;
}

.mts-img img {
  margin-bottom: -5vw;
  width: 100%;
}

.mn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mn-left {
  width: 21vw;
  padding-right: 3vw;
  margin-right: -3vw;
  margin-top: 2vw;
}

.mn-left img {
  margin-top: -7vw;
  -webkit-transform: scale(1.1) translateX(7%);
  transform: scale(1.1) translateX(7%);
}

.mn-right {
  width: 30vw;
}

.mn__form-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mn__form-block .inp-md {
  margin-right: 1%;
  margin-left: 1%;
}

.mn-name {
  position: absolute;
  bottom: -1.5vw;
  left: -0.3vw;
}

.mn-name .hp {
  font-variant: small-caps;
}

.close-b {
  right: 1vw;
  top: -0.5vw;
}

.strd-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 !important;
  padding-right: 0 !important;
}

.strd-s-item {
  width: 35%;
  position: relative;
}

.strd-s-item select {
  padding-left: .7vw;
  padding-right: .7vw;
}

.strd-s-item.v1 {
  width: 63%;
}

.strd-s-item.v1:before {
  content: '';
  position: absolute;
  right: 0.7vw;
  top: 50%;
  height: 2vw;
  width: 1px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #dbdad8;
}

.end-soc-mod {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 90%;
}

.end-soc-mod .tiem {
  padding: 0.6vw;
}

.end-soc-mod .checkbox-block.t3 .checkbox-psevdo {
  margin-left: -1.4vw;
  margin-right: 0.6vw;
}

.bg-block {
  width: 55%;
  margin-left: 45%;
}

.soc-bef {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #00af47;
  opacity: 0;
  z-index: -1;
}

.hrd-soc {
  display: none;
}

.hrd-soc:checked ~ .soc-bef {
  opacity: 1;
}

.hrd-soc:checked ~ .tsm13 {
  color: #fff;
}

.maq {
  position: relative;
  cursor: pointer;
  z-index: 3;
}

.me-img {
  position: absolute;
  bottom: 2vw;
  right: 0;
  width: 10vw;
}

.overlay .mbrn {
  left: 50%;
  bottom: -1vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 14vw;
  color: #fff;
}

.mdescr {
  position: relative;
  padding-left: 1.2vw;
}

.mdescr:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #3fb450;
}

.btn-w1 {
  width: 13vw;
}

.mw1-img {
  position: absolute;
  width: 27vw;
  right: 0;
  bottom: 0;
  max-width: auto;
  max-height: auto;
}

.w2-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w2-block__left {
  width: 46%;
}

.w2-block__right {
  width: 46%;
}

.w2-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.3vw 0;
}

.w2-list li img {
  width: 1.5vw;
  height: 1.5vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.right-menu {
  position: fixed;
  right: 2vw;
  top: 40%;
  -webkit-box-shadow: 0 1px 57px rgba(0, 0, 0, 0.1), inset 0 0 24px rgba(255, 255, 255, 0.15);
  box-shadow: 0 1px 57px rgba(0, 0, 0, 0.1), inset 0 0 24px rgba(255, 255, 255, 0.15);
  border-radius: 33px;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#a1d44e), to(#abe57e));
  background-image: linear-gradient(to top, #a1d44e 0%, #abe57e 100%);
  z-index: 333;
}

.right-menu__item {
  width: 3vw;
  height: 3vw;
  padding: 0.4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #ffffff;
  position: relative;
  z-index: 3;
}

.right-menu__item:last-child {
  border: none;
}

.right-menu__item-hover {
  position: absolute;
  padding: 0.6vw;
  padding-right: 4vw;
  padding-left: 2vw;
  white-space: nowrap;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  -webkit-box-shadow: 0 1px 57px rgba(0, 0, 0, 0.1), inset 0 0 24px rgba(255, 255, 255, 0.15);
  box-shadow: 0 1px 57px rgba(0, 0, 0, 0.1), inset 0 0 24px rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#a1d44e), to(#abe57e));
  background-image: linear-gradient(to top, #a1d44e 0%, #abe57e 100%);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-transform: translateX(10%) scale(0);
  transform: translateX(10%) scale(0);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: none;
}

.right-menu__item:hover .right-menu__item-hover {
  -webkit-transform: translateX(0) scale(1);
  transform: translateX(0) scale(1);
  opacity: 1;
}

.to_top {
  background-color: #acdc69;
}
.obkviz {
    width: 80%;
    margin: 0 auto;
}
.test-wrapp {
    padding-top: 40px;
}
.footer__polit {
    text-align: center;
}
.footer__polit a {
    line-height: 24px;
}

@media (max-width: 900px) {
  .slider-block {
    margin-top: 1rem;
  }

  .modal_pol {
    padding: 3rem 2rem;
  }

  .checkbox-psevdo-active {
    width: 1.2rem;
    height: 1.2rem;
    padding: 0.2rem;
  }

  .title-lg {
    font-size: 3.2rem;
  }

  .title-lg br {
    display: none;
  }

  .title-mslg {
    font-size: 5.5rem;
    letter-spacing: .2rem;
  }

  .title-mslg br {
    display: none;
  }

  .title-elg {
    font-size: 6.6rem;
    letter-spacing: .2rem;
  }

  .title-elg br {
    display: none;
  }

  .title {
    font-size: 2.6rem;
  }

  .title br {
    display: none;
  }

  .tgg {
    padding: 0.1rem 0.4rem;
    margin: 0.2rem 0;
  }

  .t-min {
    font-size: 1.95rem;
  }

  .t-min br {
    display: none;
  }

  .t-ss {
    font-size: 1.7rem;
  }

  .t-ss br {
    display: none;
  }

  .t-min2 {
    font-size: 1.9rem;
  }

  .t-min2 br {
    display: none;
  }

  .text-tg {
    margin-left: 1.5rem;
  }

  .text-md {
    font-size: 1.4rem;
  }

  .text {
    font-size: 1.2rem;
  }

  .small-text {
    font-size: 1.1rem;
  }

  .tsm8 {
    font-size: 0.8rem;
  }

  .tsm10 {
    font-size: 0.9rem;
  }

  .tsm12 {
    font-size: 1rem;
  }

  .tsm13 {
    font-size: 1.1rem;
  }

  .mr1 {
    margin-right: 1rem;
  }

  .tnum {
    font-size: 2.9vw;
  }

  .text24 {
    font-size: 1.8rem;
  }

  .text23 {
    font-size: 1.6rem;
  }

  .text21 {
    font-size: 1.4rem;
  }

  .container {
    max-width: 90vw;
    margin: 0 auto;
  }

  .container-min {
    max-width: 90vw;
    margin: 0 auto;
  }

  .container-md {
    max-width: 90vw;
    margin: 0 auto;
  }

  .container-mm {
    max-width: 90vw;
    margin: 0 auto;
  }

  .mlg {
    margin-bottom: 3.8rem;
  }

  .msm {
    margin-bottom: 2.4rem;
  }

  .mb {
    margin-bottom: 1.5rem;
  }

  .mbm {
    margin-bottom: 1rem;
  }

  .mbs {
    margin-bottom: 0.6rem;
  }

  .mrsm {
    margin-right: 2rem;
  }

  .mrm {
    margin-right: 0.8rem;
  }

  .mrs {
    margin-right: 0.6rem;
  }

  .mr {
    margin-right: 1rem;
  }

  .section {
    padding: 4rem 0;
  }

  .header__info {
    display: none;
  }

  .logo__img {
    width: 12rem;
  }

  .social__item {
    width: 2.2rem;
    padding: .3rem;
  }

  .green-text__cir {
    width: .6rem;
    height: .6rem;
    margin-top: .1rem;
  }

  .header-call__img {
    width: 1.7rem;
    height: 1.7rem;
    padding: .3rem;
  }

  .header-address__left {
    width: 1.5rem;
    padding: .3rem;
  }

  .main__clock {
    width: 3rem;
  }

  .main__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 4rem 0;
  }

  .main__right {
    position: relative;
    width: 73vw;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .main__info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .main .title-lg br {
    display: block;
  }

  .btn {
    padding: .9rem 1.7rem;
  }

  .main-btn {
    width: 35rem;
    height: 9rem;
    margin-top: 2rem;
  }

  .main-btn__img {
    right: -2rem;
    width: 6rem;
  }

  .main__g-img {
    width: 7rem;
    margin-right: 2rem;
  }

  .main__g-img img {
    width: 100%;
    max-width: none;
  }

  .block1__line {
    width: 2.5rem;
  }

  .impw-card__img {
    width: 2.5rem;
    height: 2.5rem;
    padding: .3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .impw-card__img img {
    -webkit-transform: none;
    transform: none;
    left: auto;
    right: auto;
    top: auto;
  }

  .impw-card__show {
    -webkit-transform: translate(-50%, 0%) scale(0);
    transform: translate(-50%, 0%) scale(0);
    left: 50%;
    top: 50%;
    width: 16rem;
    padding: 1.8rem 1rem;
    padding-top: 2.5rem;
  }

  .impw-card__show br {
    display: none;
  }

  .impw-card:hover .card__show {
    -webkit-transform: translate(-50%, 0%) scale(1);
    transform: translate(-50%, 0%) scale(1);
  }

  .input {
    padding: 0.3rem 1rem;
    padding-left: 2rem;
  }

  .block1__text {
    font-size: 2rem;
  }

  .main .text21 {
    font-size: 2rem;
    margin-bottom: 3rem;
  }

  .main__cont .tsm13 {
    font-size: 1.5rem;
  }

  .main__cont .mrsm {
    margin-right: 4rem;
  }

  .main__cont .text-md {
    font-size: 1.8rem;
  }

  .test-right {
    display: none;
  }

  .test__quests {
    border-radius: 50px;
    width: 100%;
  }

  .test__content {
    padding-right: 0;
  }

  .tiem-img {
    height: 18vw;
  }

  .checkbox-block.t2 {
    margin-top: 1rem;
  }

  .test-item__title,
  .test-item .tsm12 {
    width: 100%;
    font-size: 1.3rem;
  }

  .tiem {
    margin-bottom: 1.5rem;
  }

  .checkbox-block.t2 .checkbox-psevdo {
    margin-top: -.35rem !important;
    margin-right: 1rem;
  }

  .checkbox-psevdo {
    width: 1.7rem;
    height: 1.7rem;
    padding: 0.2rem;
  }

  .quiz__next-wrap {
    width: 14rem;
  }

  .quiz__next-wrap .btn {
    height: 4rem;
  }

  .test__quests {
    padding: 2rem 3rem;
  }

  .test-item-room {
    margin-left: auto;
    margin-right: auto;
  }

  .test-item-room__inputs {
    width: 8rem;
    height: 3rem;
  }

  .test-item-room__img {
    width: 28rem;
  }

  .checkbox-inp:checked ~ span .checkbox-psevdo-active {
    width: .7rem;
    height: .7rem;
  }

  .checkbox-block_end .checkbox-psevdo {
    width: 1.2rem;
    height: 1.2rem;
    margin-top: .2rem;
  }

  .quiz__prev {
    padding: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    height: 3.5rem;
    border: none;
  }

  .quiz__prev:hover {
    -webkit-box-shadow: inset 0 0 20px rgba(248, 218, 145, 0.35);
    box-shadow: inset 0 0 20px rgba(248, 218, 145, 0.35);
  }

  .tiem-img.v3 {
    height: 28vw;
  }

  .tiem .small-text {
    font-size: 1.4rem;
  }

  .checkbox-inp:checked ~ span .checkbox-psevdo-active__box {
    width: 1.2rem !important;
    height: auto;
  }

  .checkbox-psevdo.v2 {
    border-radius: 5px;
  }

  .test-item__sound {
    width: 8rem;
  }

  .test-end__phone {
    display: none !important;
  }

  .test-end__form {
    margin-left: auto;
    margin-right: auto;
    width: 35rem;
  }

  .check-block .checkbox-block {
    padding: .5rem 1rem;
    min-height: 4rem;
  }

  .check-block__img {
    padding: .3rem;
    width: 2rem;
  }

  .check-block__input {
    height: 4.2rem;
  }

  .check-block__btn {
    height: 6rem;
  }

  .check-block__btn .small-text {
    font-size: 1.3rem;
  }

  .check-label {
    width: 1.4rem;
    height: 1.4rem;
    padding: .3rem;
  }

  .test-final__img {
    width: 3.8rem;
    padding: .3rem;
  }

  .test-final__doc {
    width: 10rem;
  }

  .progress__item {
    height: 1.2rem;
  }

  .footer {
    padding: 2rem 0;
  }

  .footer__img {
    width: 12rem;
  }

  .modal-min {
    width: 40rem;
  }

  .modal-smin {
    width: 24rem;
  }

  .modal-norm {
    width: 42rem;
  }

  .modal-big {
    width: 50rem;
  }

  .modal-sm {
    width: 36rem;
  }

  .modal-mnorm {
    width: 38rem;
  }

  .modal__block {
    border-radius: 15px;
    padding: 3rem 2rem;
  }

  .modal-thank__sound {
    width: 10rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .modal-thank__form {
    margin-left: auto;
    margin-right: auto;
    width: 24rem;
  }

  .modal-thank__form .input {
    height: 5rem;
  }

  .input.phone {
    background: url("../img/icons/input-ph.png") no-repeat center left 1.4rem, #fff;
    background-size: 1.6rem;
    padding-left: 4rem;
  }

  .close {
    width: 1.5rem;
    height: 1.5rem;
  }

  .modal-g {
    width: 19rem;
  }

  .modal-gift__img {
    width: 6rem;
  }
}

@media (max-width: 767px) {
  .title-lg {
    text-align: center;
    font-size: 2.8rem;
  }

  .t-ss {
    text-align: center;
    font-size: 1.3rem;
  }

  .title {
    text-align: center;
    font-size: 2.2rem;
  }

  .t-min2 {
    font-size: 1.5rem;
  }

  .text-md {
    font-size: 1.4rem;
  }

  .text {
    font-size: 1.2rem;
  }

  .mlg {
    margin-bottom: 3rem;
  }

  .small-text {
    font-size: 1.2rem;
  }

  .tsm10 {
    font-size: 1rem;
  }

  .tsm12 {
    font-size: 1.1rem;
  }

  .tsm13 {
    font-size: 1.2rem;
  }

  .text24 {
    font-size: 1.7rem;
  }

  .text23 {
    font-size: 1.5rem;
  }

  .text21 {
    font-size: 1.3rem;
  }

  .block1__text {
    font-size: 2rem;
  }

  .main .text21 {
    font-size: 2rem;
    margin-bottom: 3rem;
  }

  .main__cont .tsm13 {
    font-size: 1.5rem;
  }

  .main__cont .mrsm {
    margin-right: 4rem;
  }

  .main__cont .text-md {
    font-size: 1.8rem;
  }

  .main__right {
    width: 85vw;
  }

  .header__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header__social-wrap {
    width: 50%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 2rem;
  }

  .header-call {
    width: 50%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 2rem;
  }

  .header-address {
    width: 50%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .tiem-img {
    border-radius: 20px;
  }
}

@media (max-width: 567px) {
	.main {
    background-position: 35% 50%;
}
  .title-lg {
    font-size: 2.1rem;
  }
    .test-item__sound{
    -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
  .t-ss {
    font-size: 1.1rem;
  }

  .title {
    font-size: 2rem;
  }

  .t-min2 {
    font-size: 1.3rem;
  }

  .text24 {
    font-size: 1.5rem;
  }

  .text24 br {
    display: none;
  }

  .text-md {
    font-size: 1.3rem;
  }

  .text-md br {
    display: none;
  }

  .text {
    font-size: 1.3rem;
  }

  .text br {
    display: none;
  }

  .small-text {
    font-size: 1.2rem;
  }

  .tsm10 {
    font-size: 1rem;
  }

  .tsm12 {
    font-size: 1.1rem;
  }

  .tsm13 {
    font-size: 1.2rem;
  }

  .tsm13 br {
    display: none;
  }

  .text23 {
    font-size: 1.4rem;
  }

  .mlg {
    margin-bottom: 2rem;
  }

  .msm {
    margin-bottom: 2rem;
  }

  .mb {
    margin-bottom: 1.1rem;
  }

  .mbm {
    margin-bottom: .8rem;
  }

  .mbs {
    margin-bottom: 0.4rem;
  }

  .mrsm {
    margin-right: 1.7rem;
  }

  .mrm {
    margin-right: 0.8rem;
  }

  .mrs {
    margin-right: 0.4rem;
  }

  .mr {
    margin-right: .8rem;
  }

  .header-address {
    width: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .header-address br {
    display: block;
  }

  .header__social-wrap {
    width: 45%;
  }

  .header .green-text__text {
    font-size: 1.1rem;
  }

  .main__right {
    margin-right: -5vw;
  }

  .main__g {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 0 !important;
    width: 50%;
  }

  .main__g-img {
    height: 7rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0;
  }

  .main__g .tsm13 {
    text-align: center;
    margin-top: 1rem;
  }

  .main__g .tsm13 br {
    display: block;
  }

  .block1__text {
    font-size: 1.6rem;
  }

  .main-btn {
    width: 25rem;
    height: 7rem;
    line-height: 1.5;
  }

  .main-btn img {
    display: none;
  }

  .tiem.t3 {
    width: 45%;
  }

  .tiem-img {
    height: 27vw;
  }

  .test__quests {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .progress {
    width: 100%;
  }

  .test__quests {
    border-radius: 30px;
  }

  .test__bord {
    border-radius: 30px;
  }

  .test-item-room {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .test-item-room__img {
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .test-item-room__inps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .test-item-room__inputs {
    width: 14rem;
  }

  .test-item-room__inputs {
    padding-left: 2rem;
  }

  .test-item-room__img {
    width: 70vw;
  }

  .tiem .small-text {
    font-size: 1.2rem;
  }

  .check-block__form {
    width: 100%;
  }

  .test-end__form {
    width: 90%;
  }

  .test-end__form .tsm12 {
    font-size: 1.1rem;
  }

  .footer__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__logo {
    margin-bottom: 1rem;
  }

  .modal-min {
    width: 90%;
  }

  .modal-min .main-btn__img {
    right: -3rem;
  }

  .modal-thank__form {
    width: 22rem;
  }

  .modal-wrap_pol {
    width: 90%	!important;
  }

  .modal_pol-header {
    text-align: center;
  }
}