@font-face {
  font-family: 'Museo Sans Cyrl';
  src: url("../fonts/MuseoSansCyrl-700.eot");
  src: url("../fonts/MuseoSansCyrl-700d41dd41d.eot?#iefix") format('embedded-opentype'),
        url("../fonts/MuseoSansCyrl-700.woff2") format('woff2'),
        url("../fonts/MuseoSansCyrl-700.woff") format('woff'),
        url("../fonts/MuseoSansCyrl-700.ttf") format('truetype'),
        url("../fonts/MuseoSansCyrl-700.svg#MuseoSansCyrl-700") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Museo Sans Cyrl';
  src: url("../fonts/MuseoSansCyrl-900.eot");
  src: url("../fonts/MuseoSansCyrl-900d41dd41d.eot?#iefix") format('embedded-opentype'),
        url("../fonts/MuseoSansCyrl-900.woff2") format('woff2'),
        url("../fonts/MuseoSansCyrl-900.woff") format('woff'),
        url("../fonts/MuseoSansCyrl-900.ttf") format('truetype'),
        url("../fonts/MuseoSansCyrl-900.svg#MuseoSansCyrl-900") format('svg');
  font-weight: bold;
  font-style: normal;
}

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

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

@font-face {
  font-family: 'Museo Sans Cyrl';
  src: url("../fonts/MuseoSansCyrl-100.eot");
  src: url("../fonts/MuseoSansCyrl-100d41dd41d.eot?#iefix") format('embedded-opentype'),
        url("../fonts/MuseoSansCyrl-100.woff2") format('woff2'),
        url("../fonts/MuseoSansCyrl-100.woff") format('woff'),
        url("../fonts/MuseoSansCyrl-100.ttf") format('truetype'),
        url("../fonts/MuseoSansCyrl-100.svg#MuseoSansCyrl-100") 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 {
  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 */
  text-decoration: underline dotted;
  /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

@-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: rotate(0deg);
    transform: rotate(0deg);
  }

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

@keyframes rotate {
  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);
  }

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

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

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

@-webkit-keyframes jampTrf2 {
  0% {
    -webkit-transform: scale(1.3) translateY(0);
    transform: scale(1.3) translateY(0);
  }

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

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

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

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

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

@keyframes jampTrf2 {
  0% {
    -webkit-transform: scale(1.3) translateY(0);
    transform: scale(1.3) translateY(0);
  }

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

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

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

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

  100% {
    -webkit-transform: scale(1.3) translateY(0);
    transform: scale(1.3) translateY(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 {
  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 pulseicon2 {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

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

@keyframes pulseicon2 {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: 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 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;
  }
}

.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;
}

body {
  font-family: 'Museo Sans Cyrl', sans-serif;
  line-height: 1.2;
  font-weight: normal;
  overflow: visible !important;
  color: #000;
}

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;
}

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

p {
  margin: 0.2vw 0;
}

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

.stop {
  /* overflow: hidden; */
}

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

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

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

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

input::placeholder {
  color: #000000;
}

input:disabled {
  opacity: 0.6;
}

.list-none {
  padding: 0;
  list-style-type: none;
}

.btn {
  min-height: 5vw;
  padding: 1.2vw 0.8vw;
  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-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 6;
  cursor: pointer;
  border: none;
  -webkit-box-shadow: -2px 2px 10px rgba(19, 116, 171, 0.4), inset 0 -5px 1px #1374ab;
  box-shadow: -2px 2px 10px rgba(19, 116, 171, 0.4), inset 0 -5px 1px #1374ab;
  border-radius: 50px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#008dd0), color-stop(98%, #9df3fe), to(#9df3fe));
  background-image: -webkit-linear-gradient(bottom, #008dd0 0%, #9df3fe 98%, #9df3fe 100%);
  background-image: -o-linear-gradient(bottom, #008dd0 0%, #9df3fe 98%, #9df3fe 100%);
  background-image: linear-gradient(to top, #008dd0 0%, #9df3fe 98%, #9df3fe 100%);
  position: relative;
}

a.btn2 {}

.btn:disabled {
  opacity: 0.6;
}

.btn:not(:disabled) .btn-blick {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  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;
  -o-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);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn:hover {
  -webkit-box-shadow: -2px 2px 30px #1374ab, inset 0 5px 1px #1374ab;
  box-shadow: -2px 2px 30px #1374ab, inset 0 5px 1px #1374ab;
}

.btn-header {
  width: 16vw;
  margin: 0 auto;
}

.btn-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 1.6vw;
  margin-right: 0.6vw;
}

.btn-text {
  color: #ffffff;
  font-size: 1.0vw;
  font-weight: 900;
  letter-spacing: 1.4px;
  line-height: 1;
  text-shadow: -1px 1px 5px rgba(44, 110, 74, 0.49);
}

.btn-text-small {
  color: #fff !important;
  margin-bottom: 0 !important;
}

.btn-border {
  border-radius: 8px;
  border: 2px solid #0ac96b;
  padding: 1vw;
  color: #0ac96b;
  font-size: 1vw;
  font-weight: 400;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-border:hover {
  border: 2px solid #30f594;
  color: #30f594;
}

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

.fwm {
  font-weight: 500;
}

.text12 {
  font-size: 1vw;
}

.gray {
  color: #787878;
}

.db {
  display: block;
}

.link-underline {
  color: #1f1d1d;
  font-size: 0.75vw;
  font-weight: 700;
  display: inline-block;
  position: relative;
  line-height: 1.3;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.link-underline:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 99%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #1f1d1d;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.link-underline:hover:before {
  width: 50%;
}

.input {
  -webkit-box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.12);
  border-radius: 35px;
  background-color: #ffffff;
  border: none;
  padding: 1.3vw 1vw;
  color: #000000;
  font-size: 0.94vw;
  font-weight: 300;
  letter-spacing: 1.2px;
  text-align: center;
  width: 100%;
}

.input.name {
  background: url("../img/test/inp-name.png") no-repeat center left 2vw, #fff;
  background-size: auto 35%;
  padding-left: 4.3vw;
  text-align: left;
}

.input.date {
  background: url("../img/test/inp-date.png") no-repeat center left 2vw, #fff;
  background-size: auto 35%;
  padding-left: 4.3vw;
  text-align: left;
}

.input.pin {
  background: url("../img/test/inp-pin.png") no-repeat center left 2vw, #fff;
  background-size: auto 35%;
  padding-left: 4.3vw;
  text-align: left;
}

.input.ph {
  background: url("../img/test/inp-ph.png") no-repeat center left 2vw, #fff;
  background-size: auto 35%;
  padding-left: 4.3vw;
  text-align: left;
}

.inpm {
  width: 47%;
  margin: 0 1.5%;
}

.text-small {
  color: #7a7a7a;
  font-size: 0.83vw;
  margin-bottom: 0.3vw;
}

.text-small span {
  font-weight: 700;
}

.text-small a {
  color: #5b76ff;
  text-decoration: underline;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.text-small a:hover {
  color: #000;
}

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

.bold-text b {
  font-weight: 900;
}

.contacts {
  -webkit-box-shadow: 0 6px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 50px rgba(0, 0, 0, 0.1);
  /* border-radius: 34px 34px 36px 36px; */
  background-color: #ffffff;
  padding: 0.5vw 1.7vw 0.5vw 1vw;
}

.tel {
  color: #000000;
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 1.2;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.tel:hover {
  color: #fbd05d;
}

.title {
  color: #1f1d1d;
  font-size: 2.6vw;
  font-weight: 400;
}

.title .tg {
  color: #20a1d9;
}

.title-min {
  font-size: 2.2vw;
  font-weight: 500;
}

.min {
  font-weight: 300;
}

.subtitle {
  font-size: 1.5vw;
}

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

.text-left {
  text-align: right;
}

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

.text {
  font-size: 1vw;
}

.title__item {
  font-size: 1.94vw;
  font-weight: 900;
}

.title__item-main {
  margin: 3vw 0;
}

.text-right {
  text-align: right;
}

.mlg {
  margin-bottom: 4.5vw;
}

.msm {
  margin-bottom: 2.4vw;
}

.mb {
  margin-bottom: 1.5vw;
}

.mbm {
  margin-bottom: 0.7vw;
}

.mob-show {
  display: none;
}

.arrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 18;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  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: 0.2vw;
  border: none;
  background: transparent;
  width: 2vw;
  height: 2vw;
}

.arrows:hover {
  opacity: 0.7;
  -webkit-transform: translateY(-50%) scale(1.3);
  -ms-transform: translateY(-50%) scale(1.3);
  transform: translateY(-50%) scale(1.3);
}

.slidePrev {
  left: 0.5vw;
}

.slideNext {
  right: 1vw;
}

.cl {
  color: #004a84;
}

.gift-blocks {
  height: 13vw;
  margin-top: 2vw;
}

.gift-blocks img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.img-decor {
  position: relative;
  z-index: 5;
}

.hover-title {
  text-decoration: underline;
}

.jscls .div_opacity {
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  opacity: 1;
}

.header {
  position: relative;
  z-index: 11;
}

.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;
  padding: 1.6vw 0;
  margin-bottom: 1.2vw;
}

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

.logo__img {
  max-width: 15vw;
  margin-right: 1.3vw;
}

.logo__text {
  position: relative;
  margin: 0;
  line-height: 1.5;
  color: #7a7a7a;
}

.main {
  background: url("../img/main/bg.jpg") no-repeat center;
  background-size: cover;
}

.header__number {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.37vw;
  color: #282828;
  font-weight: 700;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.number img {
  margin-right: 0.8vw;
  max-width: 1.7vw;
}

.number:hover {
  opacity: 0.7;
}

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

.header-banner img {
  max-width: 3.7vw;
  margin-right: 0.7vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header-banner-info {
  margin-top: -0.6vw;
}

.footer {
  padding: 1.2vw 0;
  position: relative;
}

.footer__container {
  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;
  padding: 0;
}

.text-paradigma {
  font-size: 0.67vw;
}

.text-paradigma a {
  color: #b68a62;
}

.text-paradigma a:hover {
  color: #7a7a7a;
}

.main__cont {
  padding-top: 1.4vw;
  position: relative;
}

.main-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8vw;
  font-weight: 100;
}

.main-banner img {
  margin-left: 0.8vw;
}

.main__advas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 38%;
}

.main__advas-item {
  max-width: 31%;
  margin: 0 1.8%;
  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;
}

.main__advas-img {
  height: 5vw;
  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;
}

.main__advas-img img.fix {
  -webkit-transform: scale(1) translateX(-23%);
  -ms-transform: scale(1) translateX(-23%);
  transform: scale(1) translateX(-23%);
}

.hover-title {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.hover-title-img {
  max-width: 2vw;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(80%, -10%);
  -ms-transform: translate(80%, -10%);
  transform: translate(80%, -10%);
  z-index: 4;
}

.tooltip-t1 {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(102%, -93%) scale(0);
  -ms-transform: translate(102%, -93%) scale(0);
  transform: translate(102%, -93%) scale(0);
  opacity: 0;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  width: 16vw;
  padding: 1.5vw;
  -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;
  background-color: #f7f7fb;
  z-index: 3;
}

.hover-title:hover .tooltip-t1 {
  -webkit-transform: translate(102%, -93%) scale(1);
  -ms-transform: translate(102%, -93%) scale(1);
  transform: translate(102%, -93%) scale(1);
  opacity: 1;
}

.main-btn {
  padding-left: 4vw;
  padding-right: 3vw;
  width: 33vw;
}
.main-btn2 {
  padding-left: 4vw;
  padding-right: 3vw;
  width: 33vw;
}
.main__boll {
  width: 39vw;
  height: 22vw;
  position: absolute;
  right: 0;
  top: 0;
}

.btn-img-1 {
  position: absolute;
  width: 7vw;
  left: -2vw;
  top: -2vw;
  -webkit-animation: jampTrf 4.5s infinite linear;
  animation: jampTrf 4.5s infinite linear;
  z-index: 7;
}

.btn-img-2 {
  position: absolute;
  width: 14vw;
  right: -8vw;
  top: 1vw;
  -webkit-animation: jampTrf 4.5s infinite linear;
  animation: jampTrf 4.5s infinite linear;
  z-index: 7;
}

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

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

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

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

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

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

.bitem-1 {
  left: 11vw;
  top: 9vw;
}

.bitem-2 {
  right: 11vw;
  bottom: -3.4vw;
}

.bitem-3 {
  left: 7vw;
  bottom: -8vw;
}

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

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

.tool {
  position: absolute;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  right: 0;
  bottom: 2.3vw;
  width: 20.5vw;
  padding: 0.8vw;
  padding-bottom: 0.4vw;
  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;
  background-color: #f7f7fb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.tool.t2 {
  width: 17vw;
}

.tool-img {
  width: 6vw;
  height: 5vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: -1.7vw;
  margin-left: -0.5vw;
  margin-right: 0.7vw;
}

.main__slider {
  -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;
  background-color: #FFFFFF;
  padding: 1vw 3.5vw;
  width: 19vw;
}

.main__slider-item {
  height: 4vw;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main__slider-item img {
  margin: 0 auto;
}

.main__slider-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.slick-dots li button:before {
  color: #292929;
  font-size: 8px;
  opacity: 1;
  line-height: 1;
  width: 11px;
  height: 11px;
}

.slick-dots li button,
.slick-dots li {
  padding: 0;
  width: 11px;
  height: 11px;
}

.slick-dots li button,
.slick-dots li {
  margin: 0 1px;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  text-shadow: 0 2px 8px rgba(74, 189, 230, 0.5);
  color: #68d0ee;
}

.slick-dots {
  bottom: 2vw;
  right: 100%;
  padding-right: 1vw;
  text-align: right;
}

.proizv {
  margin-top: 0.0vw;
  margin-right: 1vw;
}

.foot-test {
  padding-top: 6rem;
}

.test {
  padding: 3vw 0;
  padding-bottom: 1.7vw;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow-y: scroll;
  z-index: 666;
 
}

.test__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 10px 45px rgba(117, 122, 134, 0.4);
  box-shadow: 0 10px 45px rgba(117, 122, 134, 0.4);
  border-radius: 10px;
  background-color: #fcfcfc;
  position: relative;
  z-index: 11;
}

.test__cont:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 99%;
  -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: 0 0 20px 20px;
  background-color: #f7f7fb;
  opacity: 0.45;
  width: 90%;
  height: 1.2vw;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.test-info {
  width: 74%;
  padding: 2.5vw;
}

.test-right {
  width: 26%;
  border-radius: 0 10px 10px 0;
}

.test-right-item {
  padding: 1.5vw;
  text-align: center;
  margin-right: -1px;
  height: 100%;
  position: relative;
  padding-bottom: 14vw;
}

.test-right-man img {
  max-height: 14vw;
}

.dialog {
  position: relative;
  padding: 1vw;
  border-radius: 7px;
  background-color: #fff;
  border: 1px solid #d6dbe3;
  -webkit-box-shadow: 0 1rem 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1rem 20px rgba(0, 0, 0, 0.15);
}

.dialog:before {
  content: '';
  position: absolute;
  bottom: 99%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 1.2rem solid transparent;
  border-bottom: 1rem solid #fff;
}

.img-decor {
  position: absolute;
  bottom: 0;
  right: 0;
}

.number-post-item {
  font-weight: 100;
}

.bg-label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #b5b5b5;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.checkbox-psevdo {
  width: 1.5vw;
  height: 1.5vw;
  border-radius: 3px;
  background-color: #5ecaec;
  padding: 0.25vw;
  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-right: 0.7vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.checkbox-psevdo.t2 {
  border-radius: 100%;
}

.checkbox-psevdo-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.checkbox-psevdo-active img {
  width: 100%;
}

.checkbox-psevdo.t3 {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}

.checkbox-psevdo.t3 .checkbox-psevdo-active {
  background-color: #90c458 !important;
  width: 0.9vw;
  height: 0.9vw;
  border-radius: 100%;
}

.checkbox-inp:checked ~ span span .radio-label {
  color: #2a2a2a;
}

.checkbox-inp:checked ~ .radio-label .checkbox-psevdo-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.checkbox-inp:checked ~ .bg-label {
  opacity: 1 !important;
  -webkit-box-shadow: 0 0 35px rgba(93, 194, 226, 0.4);
  box-shadow: 0 0 35px rgba(93, 194, 226, 0.4);
  border: 1px solid #5ecaec;
}

.checkbox-inp:checked ~ .radio-label {
  color: #2a2a2a;
}

.checkbox-inp:checked ~ .checkbox-psevdo {
  -webkit-box-shadow: 0 2px 1rem rgba(22, 106, 172, 0.2);
  box-shadow: 0 2px 1rem rgba(22, 106, 172, 0.2);
}

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

.checkbox-inp:checked ~ .bg-label {
  opacity: 1 !important;
}

.label-test__block-t1 {
  padding: 0.7vw 0.5vw;
  padding-top: 0.3vw;
}

.radio-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-top: 2vh;
  margin-bottom: 3vh;
  width: 100%;
  font-weight: 500;
}

.radio-item {
  width: 45%;
  text-align: left;
}

.radio-label {
  color: #2a2a2a;
  font-size: 0.91vw;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-weight: 400;
}

.radio-label .small-text {
  display: block;
  color: #000000;
}

.radio-psevdo {
  -webkit-box-shadow: 0 2px 10px rgba(182, 138, 98, 0.2);
  box-shadow: 0 2px 10px rgba(182, 138, 98, 0.2);
  border: 1px solid #b68a62;
  width: 1.4vw;
  height: 1.4vw;
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-top: -0.15vw;
}

.radio-psevdo-active {
  width: 0.48vw;
  height: 0.48vw;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#b68a62), to(#c0a48b));
  background-image: -webkit-linear-gradient(bottom, #b68a62 0%, #c0a48b 100%);
  background-image: -o-linear-gradient(bottom, #b68a62 0%, #c0a48b 100%);
  background-image: linear-gradient(to top, #b68a62 0%, #c0a48b 100%);
  border-radius: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.radio-block {
  width: 100%;
}

.radio-btn {
  display: none;
}

.radio-btn:checked ~ .radio-label {
  color: #2a2a2a;
}

.radio-btn:checked ~ .radio-psevdo-active {
  opacity: 1;
}

.radio-btn:checked ~ label.final-label {
  border: 2px solid #96c3e6;
}

.checkbox-inp:checked ~ span span .radio-label .label-texts {
  font-weight: 700;
}

.test-circle {
  width: 3rem;
  height: 3rem;
  -webkit-box-shadow: -2px 1px 13px rgba(20, 20, 20, 0.1);
  box-shadow: -2px 1px 13px rgba(20, 20, 20, 0.1);
  background-color: #fcfcfc;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  position: relative;
  border-radius: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  z-index: 43;
}

.test-circle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1.7rem;
  height: 1.7rem;
  background-color: #e8e8e8;
  border-radius: 100%;
  -webkit-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}

.test-circle-active:before {
  opacity: 1;
  background-color: #5ecaec;
}

.test-block {
  height: 1rem;
  width: 8%;
  -webkit-box-shadow: inset -2px 1px 13px 1px rgba(80, 80, 80, 0.1);
  box-shadow: inset -2px 1px 13px 1px rgba(80, 80, 80, 0.1);
  background-color: #f2f0f0;
  position: relative;
  z-index: 17;
  -ms-flex-item-align: center;
  align-self: center;
}

.test-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.test-block-active:before {
  width: 100%;
  background-color: #5ecaec;
}

.test-item__progress {
  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: 94%;
  margin: 3vw auto 0;
}

.test-item__number {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 11rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000000;
  font-size: 5.5rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  margin-right: 3rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.test-item__number-all {
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  width: 4.5rem;
  height: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  border-radius: 50%;
}

.test-item__number-all .zero {
  font-size: 1.3rem;
  letter-spacing: 1.6px;
}

.test-item__number-furst {
  margin-top: 0.8rem;
}

.test-progress {
  color: #838f95;
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 3rem;
  text-transform: uppercase;
  position: relative;
  z-index: 19;
}

.test__visual {
  position: relative;
  z-index: 17;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.labels-6-wrap {
  width: 80%;
}

.checkbox-wrap {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 1vw;
  opacity: 0.5;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.checkbox-wrap.t1 {
  width: 28%;
  text-align: center;
  margin: 0 2%;
  margin-bottom: 1vw;
}

.checkbox-wrap.t2 {
  width: 22%;
  margin: 0 1.5%;
  margin-bottom: 1vw;
  height: 7vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.checkbox-wrap.t3 {
  width: 47%;
  padding: 0;
  margin: 0 1.5%;
  margin-bottom: 1vw;
}

.checkbox-wrap.t3 .radio-label {
  padding: 1vw;
}

.checkbox-wrap.t3 .labels-img {
  border-radius: 1rem 1rem 0 0;
}

.checkbox-wrap.t4 {
  margin: 0 1.5%;
  margin-bottom: 1vw;
  border-radius: 45px;
  width: 100%;
}

.checkbox-wrap.t4 .bg-label {
  border-radius: 45px;
}

.checkbox-wrap:hover {
  opacity: 1;
}

.checkbox-wrap:hover .bg-label {
  opacity: 1 !important;
  -webkit-box-shadow: 0 0 35px rgba(93, 194, 226, 0.4);
  box-shadow: 0 0 35px rgba(93, 194, 226, 0.4);
  border: 1px solid #5ecaec;
}

.checkbox-wrap.active {
  opacity: 1;
}

.checkbox-wrap.active .bg-label {
  opacity: 1 !important;
  -webkit-box-shadow: 0 0 35px rgba(93, 194, 226, 0.4);
  box-shadow: 0 0 35px rgba(93, 194, 226, 0.4);
  border: 1px solid #5ecaec;
}

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

.block-wallet .text12 {
  width: 59%;
}

.labels-img {
  position: relative;
  display: block;
}

.labels-img.t1 {
  height: 8vw;
}

.labels-img.t2 {
  height: 6.6vw;
}

.test-item-block-right {
  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;
}

.play-act {
  position: absolute;
  top: 0.5vw;
  right: 0.5vw;
  width: 3.1vw;
  display: inline-block;
  z-index: 99;
}

.play-act img {
  -webkit-animation: pulseicon2 4.2s infinite linear;
  animation: pulseicon2 4.2s infinite linear;
}

.test-item-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;
}

.test-item-block-left {
  width: 50%;
  padding: 1.5vw;
}

.test-item-block-right {
  width: 50%;
}

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

.btn-test {
  width: 17vw;
}

.btn-test img {
  margin-left: 0.7vw;
}

.btn-test .btn-text {
  font-size: 1.6vw;
}

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

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

.bitem-test .tool {
  bottom: 1.7vw;
}

.bitem-test img {
  -webkit-transition: all 0.4s;
  -o-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);
}

.test-item__left {
  width: 50%;
  padding: 2vw;
  padding-right: 3.9vw;
}

.test-item__left-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.arr2 {
  position: absolute;
  right: 9vw;
  top: -2.7vw;
  height: 2.5vw;
}

.arr1 {
  position: absolute;
  right: 5.5vw;
  top: -3.5vw;
  height: 3.2vw;
  max-height: none;
}

.ranges-inp {
  width: 6.5vw;
  margin: 0 1vw;
  padding: 0.88vw 1vw;
  font-weight: 900;
}

.test-item__right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.test-item__right img {
  border-radius: 10px;
  border: 1px solid #d1d1d1;
  -ms-flex-item-align: center;
  align-self: center;
}

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

.irs {
  width: 100%;
}

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

.irs--flat .irs-line {
  border-radius: 6px;
  background-color: #f0f0f0;
  top: 29px;
}

.irs--flat .irs-bar {
  border-radius: 6px;
  background-color: #5ecaec;
  top: 29px;
}

.irs--flat .irs-handle {
  width: 20px;
  height: 20px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  border-radius: 100%;
  cursor: pointer;
  top: 24px;
}

.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 {
  display: none;
}

.bgts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 0.6vw;
}

[type="file"] {
  display: none;
}

.file-wrap-wrap {
  width: 85%;
}

.file-wrap {
  border-radius: 59px;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  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;
  font-size: 1vw;
  font-weight: 400;
  color: #6f6f6f;
  padding-left: 1.5vw;
}

.file-link {
  border-radius: 59px;
  background-color: #e8e8e8;
  color: #262626;
  font-weight: 700;
  padding: 0.9vw 1.5vw;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  margin-top: -1px;
  margin-right: -1px;
}

.file-link:hover {
  background-color: #59c8eb;
}

.radio-label.t7 {
  text-align: left;
}

.cont-load {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.load {
  -webkit-animation: rotate 3.8s infinite linear;
  animation: rotate 3.8s infinite linear;
}

.checkbox-wrap.t8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.3vw 0.5vw;
  height: 2.6vw;
}

.checkbox-wrap.t8 .radio-label {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.checkbox-wrap.t8 .checkbox-psevdo {
  margin-right: 0;
}

.social-list {
  width: 44%;
}

.soc-img {
  width: 1.7vw;
  height: 1.65vw;
  margin-right: 0.5vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: center;
  align-self: center;
}

.test-final-btn {
  padding-right: 3vw;
  width: 100%;
  min-height: 4vw;
}

.btn-img-3 {
  position: absolute;
  right: -6vw;
  top: 0;
  width: 12vw;
  z-index: 17;
}

.btn-img-3 img {
  -webkit-animation: jampTrf 4.5s infinite linear;
  animation: jampTrf 4.5s infinite linear;
}

.img-final {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 24vw;
  max-width: none;
  max-height: none;
}

.test__visual {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.item-final {
  padding-left: 3.5vw;
}

.item-final .checkbox-wrap.t4 {
  margin-bottom: 0.6vw;
}

.test-item.final {
  position: relative;
}

.end-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.link-pdf {
  width: 17vw;
  padding-right: 3vw;
  min-height: 4vw;
}

.pdf-img-2 {
  position: absolute;
  right: -1vw;
  top: -1vw;
  width: 4.5vw;
}

.pdf-img-2 img {
  -webkit-animation: jampTrf 4.5s infinite linear;
  animation: jampTrf 4.5s infinite linear;
}

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

.end {
  padding: 3vw;
  -webkit-box-shadow: 0 10px 45px rgba(117, 122, 134, 0.4);
  box-shadow: 0 10px 45px rgba(117, 122, 134, 0.4);
  border-radius: 10px;
  background-color: #fcfcfc;
  position: relative;
}

.end-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.end-body-info {
  width: 64%;
}

.title-end {
  font-size: 1.6vw;
}

.end-list li {
  position: relative;
  padding-left: 2.4rem;
  margin: 0.4vw 0;
}

.end-list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.3vw;
  width: 1.3rem;
  height: 1rem;
  background: url("../img/test/v2.png") no-repeat center;
  background-size: 100% 100%;
}

.end-forms {
  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;
}

.it-1 {
  width: 38%;
}

.it-2 {
  width: 60%;
}

.it-3 {
  width: 55%;
}

.it-4 {
  width: 43%;
  min-height: 4vw;
  padding: 0.7vw 1vw;
}

.ing {
  position: absolute;
  bottom: -0.1vw;
  left: 5vw;
}

.ing img {
  width: 21.5vw;
}

.dialog-end {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 2vw;
  width: 16vw;
}

.text-paradigma a {
  color: #68d0ee;
}

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

.footer__block-item {
  padding: 0.4vw 1vw;
  position: relative;
  border-right: 1px solid #e8e8e8;
}

.footer__block-item:last-child {
  border: none;
}

.footer__block .text12 {
  font-size: 1vw;
}

.test__btn-block {
  margin-top: 2rem;
}

.tgift {
  font-size: 2.2vw;
}

.test-right-item-2 {
  height: 100%;
  padding-bottom: 7vw;
}

.test-right-item-2 .img-decor {
  position: absolute;
  bottom: 0;
  right: 1vw;
  margin: 0;
}

.img-final {
  right: -2.5vw;
  bottom: -2.5vw;
}

.thanks-btn {
  width: 80%;
  margin: 0 auto;
}

.card_number {
  padding: 0;
  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;
  overflow: hidden;
}

.card_number_input {
  border: none;
  width: 40%;
  text-align: center;
  font-size: 0.94vw;
  font-weight: 900;
  background-color: transparent;
  padding: 0.7vw 0.2vw;
  height: 3vw;
}

.card_number .arrow-down {
  width: 30%;
  position: relative;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.card_number .arrow-down:hover {
  background-color: #ececec;
  cursor: pointer;
  color: #000;
}

.card_number .arrow-down:before {
  content: '';
  position: absolute;
  left: 63%;
  top: 58%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.card_number .arrow-up {
  width: 30%;
  position: relative;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.card_number .arrow-up:hover {
  background-color: #ececec;
  cursor: pointer;
  color: #000;
}

.card_number .arrow-up:before {
  content: '';
  position: absolute;
  left: 41%;
  top: 46%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000;
}

.arrow-up,
.arrow-down {
  padding: 0.2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #6f6f6f;
}

.overlay {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(107, 112, 114, 0.95);
  overflow-y: scroll;
}

.modal {
  border-radius: 8px;
  z-index: 14;
  text-align: center;
}

.modal-wrap {
  position: absolute;
  top: 15vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 2.5vw 1vw;
  -webkit-box-shadow: 0 10px 45px rgba(117, 122, 134, 0.4);
  box-shadow: 0 10px 45px rgba(117, 122, 134, 0.4);
  border-radius: 10px;
  background-color: #fcfcfc;
  width: 28vw;
  margin-bottom: 8vw;
  z-index: 22;
}

.modal-wrap:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 99%;
  -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: 0 0 20px 20px;
  background-color: #f7f7fb;
  opacity: 0.45;
  width: 90%;
  height: 1.2vw;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.modal-min {
  width: 24vw;
}

.modal-big {
  width: 59vw;
}

.modal-md {
  width: 45vw;
}

.moneys {
  position: absolute;
  right: 2vw;
  top: 14vw;
  max-width: 11vw;
}

.mfw {
  width: 65%;
}

.mfw .radio-label {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.mfw .t8 {
  padding: 0 !important;
  height: auto;
}

.modal-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.modal-img-l {
  position: absolute;
  left: -5.2vw;
  top: 0;
  height: 100%;
}

.modal-right {
  width: 65%;
  padding: 2vw 4vw;
}

.btn-modals {
  width: 100%;
  min-height: 3.5vw;
  padding: 0.9vw 1vw;
}

.form-wrap.social-wrap-test {
  text-align: center;
}

.btn-forms-modal {
  width: 100%;
}

.tal {
  text-align: left;
}

.modal-btn-img {
  position: absolute;
  right: -4vw;
  top: -2vw;
  width: 11vw;
  max-height: none;
  z-index: 42;
  -webkit-animation: jampTrf 4.5s infinite linear;
  animation: jampTrf 4.5s infinite linear;
}

.end-block__listm {
  width: 100%;
}

.close {
  position: absolute;
  right: 0.5vw;
  top: 0.5vw;
  width: 2.8vw;
  height: 2.8vw;
  cursor: pointer;
  border-radius: 100%;
  border: none;
  padding: 0.6vw;
  z-index: 98;
}

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

.close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

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

.close-test {
  position: absolute;
  right: 1.6vw;
  top: 1.6vw;
  width: 3vw;
  height: 3vw;
  cursor: pointer;
  border-radius: 100%;
  padding: 0.6vw;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  z-index: 98;
}

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

.close-test:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.close-test:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.close-test:hover {
  -webkit-box-shadow: 0 6px 12px rgba(94, 202, 236, 0.3);
  box-shadow: 0 6px 12px rgba(94, 202, 236, 0.3);
}

.close-test:hover:before,
.close-test:hover:after {
  background-color: #5ecaec;
}

.modal-video {
  width: 80vw;
  padding: 0;
  height: 40vw;
  background-color: #000;
}

.modal-video-body {
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
  overflow: hidden;
}

.modal-training-first .title-conclusion {
  width: 85%;
}

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

.modal-block__video {
  width: 46%;
  position: relative;
  height: 17vw;
  border-radius: 8px;
  overflow: hidden;
}

.modal__info {
  width: 49%;
}

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

.modal__advas-item img {
  width: 4vw;
  margin-right: 1vw;
}

.modal__info-title {
  font-weight: 500;
  margin-bottom: 0.9vw;
  line-height: 1.1;
}

.not-border {
  border-bottom: none;
  padding-bottom: 0;
}

.modal__footer {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  margin-top: 2.3vw;
}

.btn-thanks {
  margin-top: 2vw;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.upk__cont {
  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;
}

.upk__cont-item {
  padding: 2.5vw 1.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 49%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid rgba(29, 29, 29, 0.1);
}

.upk__cont-item:hover {
  background-color: #f7f7f7;
}

.upk__cont-item.first .upk__cont-img img {
  -webkit-transform: scale(1.15) translateX(10%);
  -ms-transform: scale(1.15) translateX(10%);
  transform: scale(1.15) translateX(10%);
}

.upk__cont-item.first-2 .upk__cont-img img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.upk__cont-item.last {
  border-top: 1px solid rgba(29, 29, 29, 0.1);
}

.upk__cont-img {
  width: 9vw;
  margin-right: 1.5vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.upk__cont-text {
  position: relative;
  padding-top: 1.86vw;
}

.upk__cont-num {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 198, 0, 0)), color-stop(0%, rgba(255, 198, 0, 0)), to(#ffc600));
  background-image: -webkit-linear-gradient(bottom, rgba(255, 198, 0, 0) 0%, rgba(255, 198, 0, 0) 0% 30%, #ffc600 100%);
  background-image: -o-linear-gradient(bottom, rgba(255, 198, 0, 0) 0%, rgba(255, 198, 0, 0) 0% 30%, #ffc600 100%);
  background-image: linear-gradient(to top, rgba(255, 198, 0, 0) 0%, rgba(255, 198, 0, 0) 0% 30%, #ffc600 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ffc600;
  font-size: 3vw;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}

.modal-upk-text {
  font-size: 1.24vw;
  font-weight: 700;
  line-height: 1.1;
}

.title-margin-modal {
  margin: 2.6vw 0;
}

.btn-upk {
  width: 23vw;
  letter-spacing: 0.7px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3vw;
}

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

.modal-end__left {
  width: 27%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url("../img/modal/bg-1e.png") no-repeat center;
  background-size: cover;
  border-radius: 10px 0 0 10px;
  position: relative;
  z-index: 1;
}

.end__img {
  position: absolute;
  max-width: none;
  max-height: none;
  left: -11.5vw;
  top: 17%;
  width: 25vw;
  z-index: -1;
}

.end__block {
  padding: 2vw 1.5vw;
  position: relative;
  z-index: 5;
  width: 70%;
}

.end__last {
  width: 70%;
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #ffffff;
  padding: 1.5vw;
  margin-top: 2vw;
  position: relative;
  z-index: 19;
}

.title_min {
  color: #676767;
}

.end__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 2vw;
}

.end__social-item {
  width: 30%;
  border-radius: 8px;
  padding: 0.7vw 1vw;
  position: relative;
  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;
  cursor: pointer;
}

.end__social-item-img {
  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;
  margin-right: 0.7vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.sbg {
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #dbdbdb;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.s-radio {
  display: none;
}

.s-radio:checked ~ .sbg {
  border: 1px solid #c2a489;
}

.end-form {
  width: 60%;
  margin: 0 auto;
}

.btn-end-wrap {
  width: 100%;
  margin-top: 1.5vw;
}

.btn-end-wrap .btn {
  width: 100%;
  min-height: 4vw;
}

.modal .checkbox-psevdo {
  margin-right: 0.6rem !important;
}

.close-nav {
  display: none;
}

@media (max-width: 900px) {
  p,
  .text {
    margin: 0.3rem 0;
    font-size: 1.2rem;
  }

  .link {
    font-size: 1.2rem;
  }

  .number {
        font-size: 24px;
  }

  .container {
    max-width: 90vw;
  }

  h2,
  h3,
  .title-section {
    font-size: 2.2rem;
  }

  .descr {
    font-size: 1.4rem;
  }

  .descr br {
    display: none;
  }

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

  .input {
    min-height: 4.5rem;
    font-size: 1.4rem;
    padding: 0.5rem 2rem;
  }

  .btn {
    font-size: 1.2rem;
    padding: 1.4rem 1.5rem;
  }

  .footer {
    padding: 2rem 0;
  }

  .arrows {
    max-width: 4rem;
  }

  .arrows-l {
    left: -1.7rem;
  }

  .arrows-r {
    right: -1.7rem;
  }

  .flogo {
    max-width: 14rem;
  }

  .contacts {
    padding: 6rem 0;
  }

  .modal {
    padding: 1.5rem 2rem;
  }

  .close {
    right: 0;
    top: 0;
  }

  .mlg {
    margin-bottom: 4.5rem;
  }

  .msm {
    margin-bottom: 2.4rem;
  }

  .mb {
    margin-bottom: 1.5rem;
  }

  .mbm {
    margin-bottom: 0.7rem;
  }

  .logo__img {
    max-width: 16rem;
    margin-right: 1rem;
  }

  .header-banner img {
    max-width: 4.9rem;
    margin-right: 0.7rem;
  }

  .link-underline {
    font-size: 1.1rem;
  }
  .link-underline-mod {
       font-size: 18px;
  }

  .text12 {
    font-size: 1.2rem;
  }  .text12-mod {
    font-size: 16px;
  }

  .number img {
    max-width: 2rem;
    margin-right: 0.6rem;
  }

  .main-banner {
    font-size: 1.6rem;
  }

  .title {
    font-size: 2.8rem;
  }

  .hover-title-img {
    max-width: 3rem;
  }

  .subtitle {
    font-size: 1.6rem;
  }

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

  .main__advas {
    width: 60%;
  }

  .main__advas-img {
    height: 6rem;
  }

  .btn {
    min-height: 4rem;
    padding: 2rem 1rem;
  }

  .btn-text {
    font-size: 1.2rem;
    text-align: center;
  }

  .main-btn {
    width: 38rem;
  }.main-btn2 {
    width: 38rem;
  }

  .main__slider {
    width: 24rem;
  }

  .main__slider-item {
    height: 5.7rem;
  }

  .proizv {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .slick-dots {
    bottom: 2rem;
    padding-right: 1rem;
  }

  .main__slider-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tooltip-t1 {
    width: 16rem;
    z-index: 44;
  }

  .hover-title-img {
    z-index: 45;
  }

  .bitem-item {
    width: 4.5rem;
  }

  .tool {
    width: 24rem;
    bottom: 2.5rem;
    padding: 1rem;
  }

  .tool-img {
    width: 6rem;
    height: 6rem;
    margin-top: -1.7rem;
    margin-left: -0.5rem;
    margin-right: 0.7rem;
  }

  .tool.t2 {
    width: 20rem;
  }

  .bitem-2 {
    right: 19vw;
    bottom: -22.4vw;
  }

  .test-right {
    display: none;
    width: 0;
  }

  .test-info {
    width: 100%;
  }

  .title-min {
    font-size: 2.4rem;
  }

  .labels-img.t1 {
    height: 9rem;
  }

  .radio-label {
    font-size: 1.2rem;
  }

  .checkbox-wrap {
    padding: 1.2rem;
  }

  .checkbox-psevdo {
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 0.4rem;
    padding: 0.3rem;
  }

  .checkbox-wrap.t2 {
    margin-bottom: 1.5rem;
    height: 8rem;
    width: 24%;
  }

  .test-item__right {
    width: 40%;
  }

  .test-item__left {
    width: 60%;
    padding: 2rem;
  }

  .arr1,
  .arr2 {
    display: none;
  }

  .ranges-inp {
    width: 9rem;
    margin: 0 1rem;
  }

  .bold-text {
    font-size: 1rem;
  }

  .bitem-test {
    width: 3rem;
    right: 0;
    top: 0;
  }

  .bitem-test .bitem-item {
    width: 2.5rem;
  }

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

  .labels-img.t2 {
    height: 8.5rem;
  }

  .play-act {
    width: 3rem;
    right: 1rem;
    top: 1rem;
  }

  .checkbox-wrap.t3 {
    margin-bottom: 1.5rem;
  }

  .file-wrap {
    font-size: 1.2rem;
  }

  .file-link {
    padding: 1rem 1.5rem;
  }

  .title__item {
    font-size: 1.4rem;
  }

  .checkbox-wrap.t8 {
    padding: 0.4rem 1rem;
    height: 4.5rem;
  }

  .soc-img {
    width: 1.9rem;
    height: 1.88rem;
    margin-right: 0.7rem;
  }

  .btn-img-3 {
    right: -6rem;
    width: 12rem;
    top: 1rem;
  }

  .input.name {
    background: url("../img/test/inp-name.png") no-repeat center left 2rem, #fff;
    background-size: auto 35%;
    padding-left: 4.6rem;
  }

  .input.date {
    background: url("../img/test/inp-date.png") no-repeat center left 2rem, #fff;
    background-size: auto 35%;
    padding-left: 4.6rem;
  }

  .input.pin {
    background: url("../img/test/inp-pin.png") no-repeat center left 2rem, #fff;
    background-size: auto 35%;
    padding-left: 4.6rem;
  }

  .input.ph {
    background: url("../img/test/inp-ph.png") no-repeat center left 2rem, #fff;
    background-size: auto 35%;
    padding-left: 4.6rem;
  }

  .btn-test .btn-text {
    font-size: 1.2rem;
  }

  .btn-test {
    width: 17rem;
  }

  .link-pdf {
    width: 22rem;
    padding-right: 3rem;
  }

  .pdf-img-2 {
    width: 5rem;
    right: -2rem;
    top: -0.7rem;
  }

  .end-body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .end-body-info {
    width: 100%;
  }

  .ing {
    position: relative;
    bottom: auto;
    top: auto;
    max-width: 24rem;
    left: auto;
    margin-top: 2rem;
  }

  .dialog-end {
    width: 21rem;
    bottom: 2rem;
  }

  .title-end {
    font-size: 1.8rem;
  }

  .end-forms .input {
    width: 100%;
  }

  .end-forms .btn {
    width: 100%;
    margin-top: 1rem;
  }

  .footer__block .text12 {
    font-size: 0.9rem;
  }

  .footer__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-paradigma {
    font-size: 0.9rem;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }

  .close-test {
    width: 3.5rem;
    height: 3.5rem;
    right: 1.5rem;
    top: 1.5rem;
  }

  .test {
    padding-top: 5rem;
  }

  .close {
    width: 3.5rem;
    height: 3.5rem;
    right: 0.7rem;
    top: 0.7rem;
  }

  .modal-wrap {
    width: 28rem;
  }

  .modal {
    padding: 2rem;
  }

  .modal-big {
    width: 71rem;
  }

  .modal-img-l {
    left: -6rem;
  }

  .mfw .t8 {
    height: auto !important;
  }

  .moneys {
    top: 25vw;
  }

  .modal-md {
    width: 55rem;
  }

  .checkbox-psevdo.t3 .checkbox-psevdo-active {
    width: 1rem;
    height: 1rem;
  }

  .card_number_input {
    height: 3rem;
    font-size: 1.3rem;
  }

  .card_number {
    padding: 0;
  }

  .img-final {
    width: 40vw;
  }

  .ing img {
    width: 24rem;
    border-bottom: 3px solid #787878;
  }
}

@media (max-width: 767px) {
  .header-banner {
    display: none;
  }

  .main__advas {
    width: 100%;
  }

  .main__boll {
    display: none;
  }

  .checkbox-wrap.t2 {
    width: 47%;
  }

  .test-item-block-left {
    width: 28rem;
  }

  .test-item-block-right {
    width: 24rem;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 1rem;
  }

  .social-list {
    width: 100%;
    position: relative;
    z-index: 4;
  }

  .end {
    padding: 3rem 2rem;
  }

  .ing {
    margin-bottom: 1rem;
  }

  .main__cont {
    padding-top: 2rem;
  }

  .mob-show {
    display: block;
    margin: 1rem auto;
    max-width: 24rem;
  }

  .modal-img-l {
    display: none;
  }

  .modal-right {
    width: 100%;
  }

  .modal-big {
    width: 90vw;
  }

  .modal-big br {
    display: none;
  }

  .modal-big .tal {
    text-align: center;
  }

  .mfw {
    width: 24rem;
    margin: 0 auto;
  }

  .modal-md {
    width: 90vw;
  }

  .modal-md br {
    display: none;
  }

  .modal .checkbox-wrap.t4 {
    margin-bottom: 1.3rem;
    background-color: transparent;
  }

  .item-final .checkbox-wrap.t8 {
    height: 3.7rem;
    margin-bottom: 1rem;
  }

  .item-final .social-list {
    width: 50%;
  }

  .btn-img-3 {
    right: -8rem;
  }
}

@media (max-width: 567px) {
  .main-btn {
    width: 100%;
  }.main-btn2 {
    width: 100%;
  }

  .btn-img-2 {
    display: none;
  }

  .btn-img-1 {
    display: none;
  }

  .title {
    font-size: 2.4rem;
  }

  .title br {
    display: none;
  }

  .header__cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
  }

  .logo__img {
    max-width: 20rem;
    margin-right: 0;
  }

  .header__number {
    margin-top: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main__advas {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main__advas-item {
    max-width: 47%;
    width: 100%;
    margin: 0.5rem 1.5%;
  }

  .main__advas-item br {
    display: none;
  }

  .main__advas-img {
    height: 6rem;
  }

  .main__slider-wrap {
    -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;
  }

  .slick-dots {
    top: 111%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: auto;
    text-align: center;
  }

  .btn-img-3 {
    display: none;
  }

  .checkbox-wrap.t1 {
    width: 97%;
    margin: 1rem 1.5%;
  }

  .checkbox-wrap.t2 {
    width: 97%;
  }

  .test-item__left {
    width: 100%;
  }

  .test-item__right {
    width: 24rem;
  }

  .bitem-test:hover .tool {
    -webkit-transform: translate(4%, -10%) scale(1) !important;
    -ms-transform: translate(4%, -10%) scale(1) !important;
    transform: translate(4%, -10%) scale(1) !important;
  }

  .checkbox-wrap.t3 {
    width: 97%;
  }

  .checkbox-wrap.t3 .radio-label {
    padding: 1.3rem;
  }

  .labels-6-wrap {
    width: 100%;
  }

  .file-wrap-wrap {
    width: 100%;
  }

  .checkbox-wrap.t8 {
    background-color: #fff;
  }

  .end-head-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .input {
    font-size: 1.1rem;
  }

  .mob-show {
    max-width: 14rem;
  }

  .mfw {
    width: 100%;
  }

  .modal-video {
    height: 50vw;
  }

  .mob-elem {
    display: block !important;
  }

  .end-body-info {
    margin-top: 1.4rem;
  }

  .test-circle {
    width: 1.5rem;
    height: 1.5rem;
  }

  .test-circle:before {
    width: 0.7rem;
    height: 0.7rem;
  }

  .footer__block-item {
    display: none;
  }

  .footer__block-item:last-child {
    width: 100%;
    display: block;
    text-align: center;
  }

  .ti2 .checkbox-wrap.t2 {
    width: 47%;
    height: 34vw;
    padding: 0.8rem;
  }

  .title-min {
    font-size: 1.9rem;
  }

  .test__btn-block {
    margin-bottom: 2rem;
  }

  .arr1,
  .arr2 {
    display: block;
  }

  .arr1 {
    height: 4rem;
    right: 31.5vw;
    top: -3.5rem;
  }

  .arr2 {
    height: 3rem;
    right: 36.5vw;
    top: -2.5rem;
  }

  .item-final .social-list {
    width: 100%;
  }

  .item-final .checkbox-wrap {
    padding: 0.2rem 0.4rem;
  }

  .item-final .checkbox-wrap .radio-label {
    font-size: 1rem;
  }

  .item-final .checkbox-wrap:nth-child(1) {
    width: 52%;
  }

  .item-final .checkbox-wrap:nth-child(2) {
    width: 52%;
  }

  .item-final .checkbox-wrap:nth-child(3) {
    width: 61%;
  }

  .item-final .checkbox-wrap:nth-child(4) {
    width: 81%;
  }

  .img-final {
    bottom: auto;
    top: 16vw;
  }

  .test-final-btn {
    margin-bottom: 2rem;
  }
}
.services {
  -webkit-box-shadow: 0px -20px 59px 49px #ffffff;
  box-shadow: 0px -20px 59px 49px #ffffff;
  padding: 6vw 0;
}

.services__list {
  max-width: 39vw;
  margin: 0 auto 3vw;
}

.services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 7px 38px rgba(0, 0, 0, 0.06);
  box-shadow: 0 7px 38px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 0.9vw 2.9vw;
}

.services__pic {
  width: 3vw;
  height: 3vw;
  margin-right: 0.8vw;
  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;
}

.services__overlay {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 25, 55, 0.9);
  border-radius: 10px;
  color: #ffffff;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 1.0vw 1.5vw;
  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;
}

.services__overlay-title {
  margin-bottom: 1.1vw;
}

.services__overlay-btn {
  padding: 0.8vw;
  max-width: 18vw;
}

.services__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 32vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}

.services__flex .btn {
    min-height: 3vw;
    padding: 0.8vw 0.8vw;
}

button.btn.services__overlay-btn.btn-cb-js .tsm13 {
    font-size: 0.75vw;
}

button.btn.services__overlay-btn.btn-cb-js .ttu {
    /* text-transform: none; */
}

.services__block {
  cursor: pointer;
  border-radius: 10px;
  position: relative;
}

.services__block:nth-child(1),
.services__block:nth-child(4) {
  top: 5vw;
}

.services__block:nth-child(1) .services__img,
.services__block:nth-child(4) .services__img {
  width: 15.8vw;
  height: 20vw;
}

.services__block {
  margin-bottom: 1.4vw;
}

.services__block .services__img {
  width: 17.8vw;
  height: 14.4vw;
}

.services__block img {
  width: 100%;
  height: 100%;
}

.services__block:hover .services__overlay {
  opacity: 1;
}

.services__block:hover .services__descr {
  display: none;
}

.services__descr {
  color: #ffffff;
  position: absolute;
  bottom: 1vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 10vw;
  padding: 0.52vw 0;
}

.services__descr .bg-block {
  background-color: #007adc;
}
.mb {
  margin-bottom: 1.5vw;
}
.container {
    max-width: 81vw;
    margin: 0 auto;
}.tac {
    text-align: center;
}.msm {
    margin-bottom: 2.4vw;
}.title {
    font-size: 2.6vw;
    line-height: 1.1;
}.text24 {
    font-size: 1.4vw;
}.text21 {
    font-size: 1.2vw;
}.tsm13 {
    font-size: 0.85vw;
    /* color: #fff; */
}.services__descr .bg-block {
    background-color: #007adc;
}.bg-block {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 4px;
    left: 2vw;
    padding: 0;
    top: -0.5vw;
    -webkit-transform: translate(-2vw, 0.5vw) skewX(-15deg);
    -ms-transform: translate(-2vw, 0.5vw) skewX(-15deg);
    transform: translate(-2vw, 0.5vw) skewX(-15deg);
}.tsm12 {
    font-size: 0.75vw;
}.ttu {
    text-transform: uppercase;
}.center {
    text-align: center;
}.fw7 {
    font-weight: 700;
}
@media (max-width: 567px){
.services__list {
    max-width: 100%;
    width: 100%;
}
.title {
    font-size: 2.2rem;
}
.services__block:nth-child(1), .services__block:nth-child(4) {
    top: auto !important;
}.services__block .services__img, .services__block:nth-child(1) .services__img, .services__block:nth-child(4) .services__img {
    width: 22rem;
    height: 24rem;
}.services__flex {
    height: auto;
}
.services__block .services__img, .services__block:nth-child(1) .services__img, .services__block:nth-child(4) .services__img {
    width: 22rem !important;
    display: block;
    height: 24rem !important;
}
}
@media (max-width: 900px){
.services__overlay {
    padding: 1.5rem;
}
.mb {
    margin-bottom: 1.5rem;
}.services__flex {
    height: 50vw;
}.services__flex {
    width: 100%;
}.services__block:nth-child(1) .services__img, .services__block:nth-child(4) .services__img {
    height: 36vw;
    width: 23vw;
}
.text24 {
    font-size: 1.5rem;
}.services__item {
    padding: 1rem 2rem;
}
.services__block .services__img, .services__block:nth-child(1) .services__img, .services__block:nth-child(4) .services__img {
    width: 22rem;
    height: 24rem;
}
.mbm {
    margin-bottom: 0.7rem;
}.services__pic {
    width: 4rem;
    height: 3rem;
    margin-right: 0.8rem;
}.services__block:nth-child(1) .services__img, .services__block:nth-child(4) .services__img {
    height: 36vw;
    width: 23vw;
}.services__block .services__img {
    width: 20vw;
    height: 23vw;
}}
.services__block:nth-child(1) .services__img, .services__block:nth-child(4) .services__img {
    width: 15.8vw;
    height: 20vw;
}