@font-face {
	font-family: 'Montserrat';
	src: url("./fonts/Montserrat-Black.ttf");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url("./fonts/Montserrat-BlackItalic.ttf");
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: 'Montserrat';
	src: url("./fonts/Montserrat-ExtraBold.ttf");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url("./fonts/Montserrat-ExtraBoldItalic.ttf");
	font-weight: 800;
	font-style: italic;
}

@font-face {
	font-family: 'Montserrat';
	src: url("./fonts/Montserrat-Bold.ttf");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url("./fonts/Montserrat-BoldItalic.ttf");
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: 'Montserrat';
	src: url("./fonts/Montserrat-SemiBold.ttf");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url("./fonts/Montserrat-SemiBoldItalic.ttf");
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'Montserrat';
	src: url("./fonts/Montserrat-Medium.ttf");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url("./fonts/Montserrat-MediumItalic.ttf");
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'Montserrat';
	src: url("./fonts/Montserrat-Regular.ttf");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url("./fonts/Montserrat-Light.ttf");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url("./fonts/Montserrat-LightItalic.ttf");
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Montserrat';
	src: url("./fonts/Montserrat-ExtraLight.ttf");
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url("./fonts/Montserrat-ExtraLightItalic.ttf");
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: 'Montserrat';
	src: url("./fonts/Montserrat-Thin.ttf");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url("./fonts/Montserrat-ThinItalic.ttf");
	font-weight: 100;
	font-style: italic;
}


/*! 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: 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 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 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 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: 'Montserrat', sans-serif;
  line-height: 1.3;
  font-weight: normal;
  overflow-x: hidden;
  color: #3e3e3e;
}

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

.container {
	width: 1200px;
 	margin: 0 auto;
}

.container-kyxni {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.vlad-flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.vlad-flex .input-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.full {
	background: url(bg-full-1.jpg) no-repeat top;
}

.vlad-flex .test_elem-t2 {
    width: 80%;
    margin: 0 1.5%;
}

.vlad-flex .test_elem-t2 .checkbox-wrap {
    justify-content: flex-start;
    padding: 1.5vw 0;
}

.vlad-flex .img-block {
    width: 40%;
    text-align: center;
    font-size: 1vw;
    font-weight: 500;
    padding: 0 30px 30px 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column-reverse;
}

.test-overflow-wrapper {
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-height: 271px;
    overflow-y: auto;
}

.predfinals .progress-bar {
	display: none;
}

.test_elem-qw5 {
	width: 154px;
}

.test_elem-qw5 h3 {
	font-weight: 500;
	font-size: 14px;
}

.test_elem-qw5 span {
	font-weight: 300;
	font-size: 10px;
	padding: 5px 9px 6px;
}

.test_elem-qw5 img {
    position: relative;
    z-index: 1;
	border-radius: 5px 5px 0 0;
	padding: 1px;
}

.stop {
  overflow: hidden;
}

input::-webkit-input-placeholder {
  color: rgba(0,0,0,0.7);
}

input:-ms-input-placeholder {
	color: rgba(0,0,0,0.7);
}

input::-ms-input-placeholder {
	color: rgba(0,0,0,0.7);
}

input::-moz-placeholder {
	color: rgba(0,0,0,0.7);
}

input::placeholder {
	color: rgba(0,0,0,0.7);
}

input:disabled {
  opacity: 0.6;
}

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

.btn {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%), #FFCF41;
	border-radius: 10px;
	height: 53px;
	width: 100%;
	border: none;
	cursor: pointer;
	z-index: 2;
	position: relative;
}

.main__bottom-btn {
	width: 258px;
	margin: 0 auto;
}

.btn span {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-weight: 600;
	font-size: 14px;
}

.btn:disabled {
  opacity: 0.6;
}

.btn:hover {
    background: #FFBA00;
}

.btn img {
  width: 1.8vw;
  margin-right: 1vw;
}

.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 {
	font-weight: 600;
	font-size: 14px;
	  text-transform: uppercase;
	  color: #222222;
}

.btn-text-sm {
  color: #ffffff;
  font-size: 0.68vw;
  font-weight: 300;
  font-style: italic;
  text-transform: uppercase;
}

.btn-wrap {
  position: relative;
}

.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 {
  color: #777778;
  font-size: 0.9vw;
  font-weight: 300;
}

.link-underline {
  color: #0acd6e;
  font-size: 0.9vw;
  font-weight: 400;
  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: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: #0acd6e;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

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

.footer {
	background: #070904;
}

.input-qw2 {
  width: 50%;
  margin: 0 0.3vw;
}

.input-big:focus {
  background-color: #dbfcec;
  color: #222222;
}

.input-big:focus + label svg {
  fill: #222222;
}

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

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

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

.text {
	font-size: 16px;
	margin: 20px auto;
	width: 295px;
}

.text a {
  color: #166aac;
  text-decoration: underline;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.text a:hover {
  color: #FFBA00;
}

.text-min {
  color: #000;
  font-size: 1vw;
  font-weight: 600;
}

.text-min div {
    font-weight: 400;
    font-size: 0.77vw;
    margin-top: 10px;
}

.bold-text {
  color: #000000;
  font-size: 0.9vw;
}

.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: #FFCC35;
  font-size: 90px;
  font-weight: 900;
  line-height: 120%;
  position: relative;
}

.title:after {
	content: '';
    height: 63px;
    width: 5px;
    background-color: #EFC139;
    position: absolute;
    left: 368px;
    margin-top: 24px;
}

.title span {
	font-weight: bold;
    font-size: 20px;
    line-height: 130%;
    color: #FFFFFF;
    width: 133px;
    position: absolute;
    left: 400px;
    margin-top: 15px;
}

.main__raschet {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.main__button-wrapper {
	background: rgba(0, 0, 0, 0.5);
	height: 80px;
	margin-top: 50px;
	display: flex;
	align-items: center;
}

.main__button-info {
	font-size: 14px;
	display: flex;
	align-items: center;
	padding-right: 50px;
}

.main__button-info:before {
	content: '';
	width: 20px;
	height: 20px;
	background: url(info.svg) no-repeat center;
	display: block;
	box-shadow: 0px 0px 25px rgba(243, 206, 96, 0.7);
	border-radius: 50%;
	margin: 0 15px 0 35px;
	flex: 0 0 auto;
}

.main__raschet-text {
	width: 342px;
	margin-left: 20px;
}

.main__button-shadow {
	position: relative;
	width: 382px;
	height: 78px;
	cursor: pointer;
}

.main__button-shadow:hover .main__button {
	margin: 3px 0 -3px;
}

.main__button-shadow:after {
	content: '';
    background: #4D350A;
    border-radius: 5px;
    width: 98%;
    display: block;
    height: 78px;
    position: absolute;
    top: 3px;
    z-index: 1;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.main__button-shadow._blue {
	width: 100%;
}

.main__button-shadow._blue .main__button-inner {
	color: #ffffff;
}

.main__button-shadow._blue:after {
	background: #00203D;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

.main__button-shadow._blue .main__button {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.3) 100%), #0688FF;
	box-shadow: 0px 0px 25px rgba(49, 149, 241, 0.3);
}

.main__button-shadow._blue .main__button-inner:before {
	content: '';
	font-size: 26px;
    font-family: monospace;
	line-height: 1.5;
	width: 41px;
	background: url(download.png) no-repeat center;
}

.main__bottom-title {
	font-weight: bold;
	font-size: 20px;
	line-height: 130%;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 48px 0 30px;
}

.main__bottom-types {
	display: flex;
	justify-content: space-between;
}

.main__bottom-type {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #F6F7EF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	width: 367px;
	height: 552px;
	text-align: center;
	padding: 28px 0 0;
	color: #222222;
}

.main__bottom-type-title {
	font-weight: bold;
	font-size: 30px;
	line-height: 130%;
	text-transform: uppercase;
	margin: 15px 0 10px;
}

.main__bottom-type-desc {
	line-height: 130%;
}

.main__button {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.3) 100%), #FFCF41;
	box-shadow: 0px 0px 25px rgba(250, 170, 21, 0.25);
	border-radius: 10px;
	font-weight: 800;
	text-transform: uppercase;
	color: #222222;
	z-index: 2;
	position: relative;
    height: 100%;
    border: none;
	width: 100%;
	transition: all 0.3s;
	cursor: pointer;
}

.main__bottom-type-price {
	font-size: 20px;
	line-height: 130%;
	margin: 15px 0 20px;
}

.main__button-inner {
	display: flex;
	justify-content: center;
    align-items: center;
}

.btn-shadow {
	position: relative;
}

.btn-shadow:after {
	content: '';
	background: #DBAD57;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
    width: 98%;
    height: 53px;
    position: absolute;
    top: 3px;
    z-index: 1;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.main__button-inner:before {
	content: '\203A';
	background: linear-gradient(180deg, #B99733 0%, #FBD565 100%), #C4C4C4;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 17px;
	font-size: 40px;
    font-family: monospace;
    line-height: 0.9;
}

.title-section {
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	color: #222222;
}

.title-wrap {
  text-align: center;
  margin-bottom: 50px;
}

.pdf-form {
	background: url(pdf-form-bg.jpg) no-repeat center;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	height: 323px;
	margin: 50px 0 150px;
	padding: 52px 80px;
  position: relative;
}

.pdf-form__update {
  position: absolute;
  right: 125px;
  top: 15px;
  font-size: 14px;
}

.pdf-form__title {
	font-size: 30px;
	width: 522px;
}

.pdf-form__wrapper {
	display: flex;
	margin-top: 30px;
}

.pdf-form__success {
	margin-top: 30px;
	font-weight: 600;
	font-size: 25px;
	text-transform: uppercase;
	color: #FFFFFF;
	display: flex;
	align-items: center;
}

.pdf-form__success img {
	margin-right: 15px;
}

.ui-selectmenu-menu {
    z-index: 1002;
}

.main__form-success {
	display: flex;
	align-items: center;
	margin-top: 120px;
	text-transform: uppercase;
}

.main__form-success img {
	margin-right: 15px;
}

.pdf-form__wrapper input {
	width: 315px;
}

.pdf-form__wrapper .main__button-shadow {
	width: 365px;
	margin-left: 29px;
	height: 70px;
	font-size: 16px;
}

.pdf-form__wrapper .main__button-shadow:after {
	height: 70px;
}

.subtitle {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 120%;
	margin-bottom: 20px;
}

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

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

.label {
  color: #000;
  font-size: 0.9vw;
  margin-bottom: 0.6vw;
  display: inline-block;
}

.main {
	color: #FFFFFF;
	font-size: 16px;
}

.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: 30px 0 0;
  width: 1200px;
}

.town {
	font-weight: 500;
	display: flex;
	align-items: center;
}

.town:before {
	content: '';
	width: 14px;
	height: 20px;
	margin-right: 11px;
	background: url(town.svg) no-repeat center;
}

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

.logo__img {
  width: 200px;
}

.social {
	display: flex;
	align-items: center;
	line-height: 150%;
}

.social__item {
	width: 30px;
	height: 30px;
}

.social__item._whatsapp {
	background: url(whatsapp.svg) no-repeat center;
	margin: 0 12px;
}

.social__item._telegram {
	background: url(telegram.svg) no-repeat center;
}

.phone {
	font-weight: bold;
	font-size: 25px;
	display: flex;
	align-items: center;
	color: #ffffff;
}

.footer__cont .phone {
  margin-top: -5px;
}

.phone:before {
	content: '';
	width: 20px;
	height: 20px;
	background: url(phone.svg) no-repeat center;
	margin-right: 10px;
}

.logo__text {
  max-width: 14.1vw;
  position: relative;
  padding-left: 0.7vw;
  color: #a8a3a1;
  font-size: 0.8vw;
  margin: 0;
}

.block-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -2vw;
}

.block-time .text {
  border: 3px solid #342933;
  border-radius: 20px;
  padding: 10px 10px 10px 3vw;
  font-weight: 600;
}

.block-time img {
  width: 5vw;
  margin-left: -2vw;
  z-index: 1;
  position: absolute;
}

.block-time {
  cursor: pointer;
}

.block-time:hover a {
  color: #655964;
}

.block-time a {
    color: #342933;
    text-decoration: underline;
    cursor: pointer;
    font-size: 1vw;
}

.block-time a + div {
  font-size: 0.67vw;
}

.mobile .btn:after ,
.phone-block .btn:after {
  content: none;
}

.phone-block .test__btn-block {
  margin-top: 0;
}

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

.phone-block .phone {
  font-size: 22px;
}

.phone-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.54vw;
}

.phone-wrap img {
  height: 1.7vw;
  margin-right: 0.83vw;
}

.phone-wrap .btn-test {
  min-height: 1vw;
  padding: 15px;
}

#whatsapp-modal .modal .padded {
  padding: 0 3vw 1vw;
}

#whatsapp-modal .modal {
  padding: 0;
}

.number {
  background-color: #ffc600;
  color: #000;
  padding: 5px 10px;
  font-size: 1.36vw;
  font-weight: 700;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.number:hover {
    background-color: #d28204;
}

.main__content {
  margin-top: 115px;
}

.main__left {
	width: 799px;
}

.main__right {
	width: 401px;
	background: url(pdf-bg.png) no-repeat center;
	height: 527px;
	padding: 40px 55px 40px 40px;
}

.main__form-title {
	font-weight: 600;
	font-size: 30px;
	line-height: 130%;
	text-transform: uppercase;
	color: #FFFFFF;
}

.main__form-title span {
	color: #FFD557;
}

.main__form-date {
	font-weight: 500;
	font-size: 18px;
	line-height: 130%;
	color: #FFFFFF;
	opacity: 0.6;
	margin: 12px 0 25px;
}

.ui-selectmenu-button.ui-button {
	width: 100%;
	height: 70px;
	display: flex;
    align-items: center;
    flex-direction: row-reverse;
	justify-content: space-between;
	padding: 0 30px;
	background: #FFFFFF;
	box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	border: none;
}

.ui-selectmenu-text {
	color: #222222;
	opacity: 0.7;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
}

.ui-menu .ui-menu-item-wrapper {
	font-family: 'Montserrat', sans-serif;
	padding: 10px 30px;
	font-size: 14px;
}

.input {
    background: #FFFFFF;
	box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    border: none;
    width: 100%;
    height: 70px;
    font-size: 18px;
    line-height: 150%;
    padding: 15px 20px;
    color: rgba(0,0,0,0.7);
}

.input[name="phone"] {
	background: #fff url(flag.jpg) no-repeat center left 30px;
	padding-left: 70px;
}

.main__form-input {
	margin: 20px 0 25px;
}

.main__info {
	display: flex;
}

.main__info .btn-wrap {
    margin: 2vw auto 0;
}

.main__info .btn-wrap .btn {
    text-align: center;
    padding: 20px 15px;
}

.main__info .btn-wrap .btn span {
    font-weight: 400;
}

.main__info .btn-wrap .btn .btn-text {
    font-size: 1.2vw;
    background-image: url(005-right-arrow.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 12px;
    padding-right: 20px;
    font-weight: 600;
}

.main__advas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 5vw;
}

.main__advas-item {
  position: relative;
  width: 31%;
  margin: 0 1%;
  padding: 4.2vw 1.1vw 2vw 1.1vw;
  background: url("./bg-item.png") no-repeat center;
  background-size: 100% 100%;
  text-align: center;
  z-index: 2;
}

.main__advas-item img {
  position: absolute;
  max-width: 8vw;
  max-height: 5vw;
  left: 50%;
  -webkit-transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
  top: 0;
}

.main__advas-item.big img {
  max-height: 6vw;
}

.main__advas-item:before {
  position: absolute;
  content: '';
  left: 50%;
  -webkit-transform: translate(-50%, -80%);
  -ms-transform: translate(-50%, -80%);
  transform: translate(-50%, -80%);
  width: 13vw;
  height: 13vw;
  background: url("./light.png") no-repeat center;
  background-size: 100% 100%;
  z-index: -1;
}

.main__img {
  position: relative;
  width: 40%;
}

.main__img img {
  max-height: none;
}

.main__img:before {
  position: absolute;
  left: 0;
  top: 100%;
  content: '';
  width: 23vw;
  height: 5vw;
  background: url("./shape.png") no-repeat center;
  background-size: 100% 100%;
  -webkit-transform: translate(-20vw, -8vw) rotate(-4deg);
  -ms-transform: translate(-20vw, -8vw) rotate(-4deg);
  transform: translate(-20vw, -8vw) rotate(-4deg);
}

.img-mock {
  position: absolute;
  max-width: 27vw;
  max-height: 0;
  left: -6.6vw;
  bottom: -2.4vw;
}

.img-bg {
  position: absolute;
  right: -4vw;
  top: -5vw;
  max-width: 43vw;
}

.btn-wrap {
  width: 29vw;
  margin-top: 6vw;
  display: block;
  position: relative;
}

.btn-wrap .btn {
  -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;
  padding: 1.5vw 1vw;
  padding-right: 7vw;
  min-height: 5.7vw;
}

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

.test-final,
.test-wrapper {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #fcfcfc;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  flex-direction: row-reverse;
  height: 600px;
}

.test-final {
  background: #F6F7F0;
}

.test__last {
  padding: 113px 55px 0 80px;
  position: relative;
  width: 100%;
}

.left-block__first {
  width: 277px;
  background: url(crown.svg) no-repeat center top;
  position: absolute;
  right: 68px;
  top: 95px;
  padding-top: 35px;
  min-height: 148px;
}

.left-block__first .left-block-name {
  top: 230px;
}

.test__last .left-block-title {
  width: 491px;
}

.test__last-title {
  margin: 23px 0 15px;
  font-weight: 600;
  font-size: 16px;
}

.test__last-item {
  width: 300px;
  height: 71px;
  background: #FFFFFF;
  border-radius: 5px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 14px;
}

.test__last-item img {
  margin: 0 10px;
}

.test__last-img {
  background: url(direktor.png) no-repeat center;
  width: 400px;
  height: 476px;
  position: absolute;
  bottom: 0;
  left: 450px;
}

.test__loader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.loader {
  width: 258px;
  height: 258px;
  margin: 30px auto;
}
.loader__title {
  font-weight: bold;
  font-size: 14px;
}
.loader__desc {
   line-height: 150%;
  font-size: 16px;
  text-align: center;
}
.prec {
  top: 50px;
  position: relative;
  font-weight: 600;
  font-size: 60px;
  line-height: 150%;
}

.circle {
  position: relative;
  top: 35px;
  left: 35px;
  text-align: center;
  width: 188px;
  height: 188px;
  border-radius: 100%;
  background-color: #F6F7F0;
}

.active-border{
  position: relative;
  text-align: center;
  width: 258px;
  height: 258px;
  border-radius: 100%;
  background-color: #37D32A;
  background-image:
          linear-gradient(91deg, transparent 50%, #ECECEC 50%),
          linear-gradient(90deg, #ECECEC 50%, transparent 50%);
  
}

.test-wrapper.predfinals {
  overflow: unset;
}

.test__main {
  width: 800px;
  padding: 50px 58px 0 80px;
  position: relative;
  background: #F6F7F0;
}

.test__main.final {
  width: 100%;
}

.left-block {
  width: 400px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 127px 46px 0;
  background: url("./left-bg.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  position: relative;
}

.left-block-subtitle {
	font-weight: bold;
	font-size: 14px;
  text-transform: uppercase;
}

.left-block-name {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
    top: 290px;
}

.left-block-name div {
	font-weight: 500;
	font-size: 14px;
}

.main-title {
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	color: #222222;
	text-align: left;
}

.left-block-title {
	font-size: 30px;
	line-height: 150%;
	color: #222222;
	text-align: left;
}

.left-block-title .trigger {
  color: #ffc600;
  font-style: italic;
  font-weight: 700;
}

.left-block.no-show {
  overflow: hidden;
  width: 0;
  padding: 0;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.link-paradigma {
  color: #a8a3a1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.link-paradigma:hover {
  color: #ffc600;
}

.footer__cont {
  padding: 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
}

.footer__item {
  color: #ffffff;
  font-size: 16px;
}

.footer__item._href {
	text-decoration: underline;
}

.footer__item._href:hover {
	text-decoration: none;
}

.test {
  margin-top: 150px;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 58px;
}

.progress-bar__title {
  color: #222222;
  font-weight: 300;
  font-size: 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 5px;
}

.progress-bar__line {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 19%;
  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-shadow: inset 0 0 20px rgba(233, 184, 49, 0.2);
  box-shadow: inset 0 0 20px rgba(233, 184, 49, 0.2);
  background-color: #fbd806;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 194, 0, 0.8)), to(rgba(255, 194, 0, 0))), repeating-linear-gradient(-55deg, #edbd36, transparent 6px, #edbd36 5px, #edbd36 5px);
  background-image: -webkit-linear-gradient(left, rgba(255, 194, 0, 0.8) 0%, rgba(255, 194, 0, 0) 100%), -webkit-repeating-linear-gradient(145deg, #edbd36, transparent 6px, #edbd36 5px, #edbd36 5px);
  background-image: -o-linear-gradient(left, rgba(255, 194, 0, 0.8) 0%, rgba(255, 194, 0, 0) 100%), -o-repeating-linear-gradient(145deg, #edbd36, transparent 6px, #edbd36 5px, #edbd36 5px);
  background-image: linear-gradient(to right, rgba(255, 194, 0, 0.8) 0%, rgba(255, 194, 0, 0) 100%), repeating-linear-gradient(-55deg, #edbd36, transparent 6px, #edbd36 5px, #edbd36 5px);
  -webkit-animation: progres 2.8s linear infinite;
  animation: progres 2.8s linear infinite;
  -webkit-transition: width 0.4s;
  -o-transition: width 0.4s;
  transition: width 0.4s;
}

.progress-bar__line-wrap {
  height: 8px;
  -webkit-box-shadow: 0 0 30px rgba(183, 193, 199, 0.1);
  box-shadow: 0 0 30px rgba(183, 193, 199, 0.1);
  border-radius: 5px;
  background-color: #ffffff;
  width: 100%;
  overflow: hidden;
  position: relative;
}

@-webkit-keyframes progres {
  from {
    background-position: 0 0, 0 0;
  }

  to {
    background-position: 0 0, 60px 30px;
  }
}

@keyframes progres {
  from {
    background-position: 0 0, 0 0;
  }

  to {
    background-position: 0 0, 60px 30px;
  }
}

.checkbox-psevdo {
  width: 1.3vw;
  height: 1.3vw;
  border-radius: 3px;
  border: 1px solid #a8a3a1;
  background-color: #ffffff;
  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-right: 0.7vw;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.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: 140%;
  max-width: 140%;
  -ms-flex-item-align: center;
  align-self: center;
}

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

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

.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: #000000;
  font-size: 0.9vw;
  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;
}

.radio-psevdo {
  border: 1px solid #a8a3a1;
  background-color: #ffffff;
  width: 1.2vw;
  height: 1.2vw;
  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;
}

.radio-psevdo-active {
  width: 0.64vw;
  height: 0.64vw;
  background-color: #fcaa0a;
  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 ~ label .radio-psevdo-active {
  opacity: 1;
}

.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__title {
  color: #212121;
  font-size: 1.2vw;
  font-weight: 700;
  margin-bottom: 1.7vw;
}

.test-item__title span {
  color: #ffd535;
}

.img-label {
  height: 10.4vw;
  width: 100%;
  display: inline-block;
  border-radius: 10px;
  cursor: pointer;
  z-index: 1;
  position: relative;
}

.vlad-3-custom .radio-label {
	display: block;
	font-size: 14px;
}

.vlad-3-custom span {
    font-size: 0.7vw;
    display: block;
}

.test_elem {
  -webkit-transform: all 0.4s;
  -ms-transform: all 0.4s;
  transform: all 0.4s;
  border-radius: 4px;
  padding: 1vw;
  width: 154px;
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin-right: 15px;
}

.test_elem:nth-child(5) {
	margin-right: 0;
}

.full-elem .test_elem {
    width: 20%;
    margin: 0 1.5% 1.5vw;
}

.test_elem-t2 {
  padding: 0;
  border-radius: 10px;
  text-align: center;
  display: block;
}

.test_elem-qw3 {
	width: 201px;
	margin: 0 0 15px;
}

.test_elem-qw3 img {
	position: relative;
    z-index: 1;
	border-radius: 5px 5px 0 0;
	padding: 1px;
}

.test_elem-t2 .bg-qw1 {
  border-radius: 10px;
}

.test_elem-t2 .checkbox-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0 14px;
}

.test_elem:hover .bg-qw1 {
  border: 1px solid #ffc600 !important;
  -webkit-box-shadow: 0 0 40px rgba(250, 185, 21, 0.2);
  box-shadow: 0 0 40px rgba(250, 185, 21, 0.2);
}

.big-border .test_elem:hover .bg-qw1 {
  border: 5px solid #ffc600 !important;
}

.big-border .checkbox-inp:checked + .bg-qw1 {
  border: 5px solid #ffc600 !important;
}

.bg-qw1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 4px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.checkbox-inp:checked + .bg-qw1 {
  border: 1px solid #ffc600 !important;
  -webkit-box-shadow: 0 0 30px rgba(250, 185, 21, 0.15);
  box-shadow: 0 0 30px rgba(250, 185, 21, 0.15);
}

.test-elem-big {
  margin: 1vw auto 1.5vw;
  width: 100%;
}

.test-elem-big span {
  color: #000000;
  font-size: 1vw;
  font-weight: 500;
}

.test-elem-4 {
  border-radius: 10px;
  min-height: 6.5vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 36%;
}

.test-elem-4 .bg-qw1 {
  border-radius: 10px;
  background: transparent;
}

.test-elem-5 {
  min-height: 5.5vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.test-elem-5 .bg-qw1 {
  border-radius: 10px;
  background: transparent;
}

.test-elem-6 {
  position: relative;
  min-height: 6vw;
  width: 36%;
  margin: 1.7vw 1.5% 1.7vw 1.5%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.test-elem-6 .bg-qw1 {
  border-radius: 10px;
  background: transparent;
}

.qw6-img-1 {
  position: absolute;
  right: 0;
  top: -0.7vw;
  width: 9vw;
  max-height: none;
  z-index: 33;
}

.qw6-img-1-1 {
  right: -1vw;
}

.qw6-img-1-2 {
  top: -2.1vw;
}

.qw6-img-1-3 {
  width: 11vw;
  top: -2vw;
}

.qw6-img-1-4 {
  width: 8vw;
  top: -1vw;
}

.qw6-img-2 {
  position: absolute;
  right: -1.2vw;
  top: -1.7vw;
  width: 5vw;
  max-height: none;
  z-index: 44;
}

.name-inp {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
}

.checkbox-wrap {
  padding: 0.5vw;
}

.test-text-wrap {
  width: 100%;
  text-align: left;
  margin-bottom: 2vw;
}

.test-item .input {
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	border-radius: 5px;
	box-shadow: none;
	margin: 10px 0 0;
	font-size: 14px;

}

.qw-2-block .input-block {
	width: 60%;
}

.qw-2-block .input-block div {
	display: flex;
	flex-direction: column;
}

.input-qw2 {
	width: 195px;
	height: 50px;
}

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

.test__qwiz {
  width: 75%;
}

.test__qwiz.active {
  width: 100%;
}

.test__gifts {
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: center;
  width: 23%;
  padding: 2vw;
  -webkit-box-shadow: inset 0 -2px 3px rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 -2px 3px rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  background-color: #ffd535;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.4)));
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
}

.test__gifts.not-active {
  width: 0;
}

.test__gifts-subtitle {
  text-shadow: 0 1px 0 rgba(255, 251, 233, 0.8);
  color: #000000;
  font-size: 1vw;
  margin-bottom: 0.4vw;
  font-weight: 900;
}

.test__gifts-title {
  text-shadow: 0 1px 0 rgba(255, 251, 233, 0.8);
  color: #000000;
  font-size: 2.1vw;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 2vw;
  line-height: 1.2;
}

.test__gifts-img {
  margin-bottom: 0.6vw;
}

.test-inp-wrap {
  width: 21%;
  margin-right: 3%;
}

.test-inp {
  margin-bottom: 1.1vw;
}

.test-block-img {
  width: 67%;
  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;
  height: 19.2vw;
}

.test-block-img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.q-4 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 2px solid #96c3e6;
  border-radius: 4px;
  padding: 3vw 2vw;
}

.inp-hiden {
  display: none;
}

.test-inp-wrap-big {
  width: 47%;
}

.test-file-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.file-link {
  color: #000000;
  font-size: 0.9vw;
  border-radius: 25px 0 0 25px;
  border: 2px solid #ecf1f9;
  padding: 1vw;
  overflow-x: hidden;
  min-height: 3.6vw;
  width: 60%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.file-btn {
  color: #ffffff;
  font-size: 0.9vw;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  border-radius: 0 25px 25px 0;
  background-color: #166aac;
  min-height: 3.6vw;
  padding: 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;
  width: 40%;
  margin-left: -2px;
  cursor: pointer;
}

.q-5 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  border: 2px solid #96c3e6;
  height: 26.4vw;
  padding: 3vw;
}

.test-block-proc {
  width: 52%;
  text-align: center;
}

.test-big-num {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(22, 106, 172, 0)), to(#166aac));
  background-image: -webkit-linear-gradient(bottom, rgba(22, 106, 172, 0) 0%, #166aac 100%);
  background-image: -o-linear-gradient(bottom, rgba(22, 106, 172, 0) 0%, #166aac 100%);
  background-image: linear-gradient(to top, rgba(22, 106, 172, 0) 0%, #166aac 100%);
  color: #ffffff;
  font-size: 11vw;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -1vw;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.test-big-num span {
  font-size: 8vw;
}

.test-big-num-title {
  color: #000000;
  font-size: 0.9vw;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.test-elem-lg {
  width: 30.1%;
}

.img-label-gift {
  width: 100%;
  border-radius: 4px 4px 0 0;
  background-color: #edf7fd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.test-elem-lg .img-label-gift {
  height: 16vw;
}

.text-price {
  color: #166aac;
  font-size: 1vw;
  font-weight: 900;
  white-space: nowrap;
}

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

.test-gift-price {
  margin-left: 2vw;
  text-align: right;
}

.load-text {
  color: #212121;
  font-size: 1.2vw;
  font-weight: 600;
}

.troe {
  white-space: nowrap;
  overflow-x: hidden;
  display: inline-block;
}

.load-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: opas 2.5s infinite linear;
  animation: opas 2.5s infinite linear;
}

.load {
  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;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.load-img {
  width: 4vw;
  margin-bottom: 1vw;
  -webkit-animation: deg 2.5s infinite linear;
  animation: deg 2.5s infinite linear;
}

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

.q-7 .test-block-img {
  width: 46%;
}

.q-7 .test-inp-wrap-big {
  width: 41%;
}

.final-label {
  border-radius: 32px;
  border: 2px solid #ecf1f9;
  padding: 0.8vw;
  margin-bottom: 1vw;
  margin-left: 0;
}

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

.inp-final:focus {
  border: 2px solid #96c3e6;
}

.final-inp-be {
  position: relative;
  z-index: 7;
}

.final-inp-be:before {
  content: "";
  position: absolute;
  left: 1vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.4vw;
  height: 0.9vw;
  background: url("../img/test/Phone_copy.png") no-repeat center;
  background-size: 100% 100%;
  z-index: 2;
}

.footer__middle {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer__middle .footer__item:first-child {
  margin-bottom: 40px;
}

.final__btn-wrap {
  position: relative;
}

.final__btn-wrap:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(130%, -50%);
  -ms-transform: translate(130%, -50%);
  transform: translate(130%, -50%);
  width: 7vw;
  height: 7vw;
  background: url("../img/test/Shape.png") no-repeat center;
  background-size: 100% 100%;
  z-index: 2;
}

.final__btn-wrap .btn-text {
  color: #000000;
}

.final__btn-wrap .btn {
  width: 100%;
  min-height: 4.5vw;
  padding: 1vw;
  margin-top: 1.5vw;
}

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

.test__gifts-price .text-price {
  color: #000000;
}

.test__gifts-price .text-small {
  color: #000000;
}

.test__gifts-name {
  text-shadow: 0 1px 0 rgba(255, 251, 233, 0.8);
  color: #000000;
  font-size: 1vw;
  font-weight: 500;
  text-align: left;
  line-height: 1.4;
}

.btn-test {
  width: 167px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  min-height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

.btn-test:disabled {
  opacity: 0.4;
}

.btn-arr {
  font-size: 1.7vw;
  display: inline-block;
  line-height: 0.8;
  margin-left: 0.7vw;
  font-weight: 700;
  margin-top: -3px;
}

.test__btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
	bottom: 50px;
	align-items: center;
}

.left-block__final-title {
	font-weight: 600;
	font-size: 30px;
}

.left-block__final-subtitle {
	font-size: 18px;
	margin: 10px 0 32px;
}

.left-block__final-info {
	font-size: 14px;
	line-height: 150%;
	width: 246px;
	margin: 8px auto 0;
}

.test__numbers {
  position: absolute;
  bottom: 0;
  left: 2vw;
  color: #f3f3f3;
  font-size: 9vw;
  font-weight: 900;
  -webkit-transform: translateY(38%);
  -ms-transform: translateY(38%);
  transform: translateY(38%);
}

.test__qwiz {
  position: relative;
}

.gift-block {
  background: url("./gift-border.png") no-repeat center;
  background-size: 100% 100%;
  padding: 6vw 1vw 2vw 1vw;
  width: 100%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  margin-top: 15.5vw;
}

.gift-img {
  height: 11vw;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none;
  max-height: none;
}

.gift-block-title {
  color: #6d7779;
  font-size: 0.75vw;
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
}

.test-elem-7 {
	width: initial;
	height: 50px;
	padding: 0;
}

.test-elem-7 label {
	height: 100%;
	display: flex;
	justify-content: center;
	background: #ECECEC;
	border-radius: 5px;
	padding: 0 20px;
}

.test-elem-7 input:checked + label {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #FFD55A;
}

.test-elem-7 label img {
	margin-right: 10px;
}

.predfinal .test-text-wrap {
  text-align: left;
}

.predfinals .btn-test {
	width: 258px;
	flex: 0 0 auto;
}

.big-title-test {
  color: #424242;
  font-size: 1.7vw;
  font-weight: 400;
  margin-bottom: 1vw;
}

.predfinal__block {
	display: flex;
}

.predfinal__form {
  width: 370px;
  margin-top: 50px;
}

.predfinal__form input {
    padding: 0.6vw 2.2vw;
}

.predfinal__form > div {
  position: relative;
}

.btn-predfinal {
  margin-top: 1.6vw;
  margin-bottom: 1vw;
  width: 100%;
  min-height: 4vw;
}

.predfinal__form label {
	font-weight: 300;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	opacity: 0.5;
	width: 100%;
    display: block;
}

.predfinal.test-item .input {
    background: #fff url(flag.jpg) no-repeat center left 68px;
    font-size: 18px;
    border: none;
    text-align: center;
}

.predfinals .test__main {
	padding-top: 113px;
}

.test__btn-info {
	display: none;
	font-weight: 300;
	font-size: 14px;
	line-height: 150%;
}

.predfinals .test__btn-info {
	display: flex;
	align-items: center;
}

.predfinals .test__btn-info img {
	margin: 0 10px 0 30px;
}

.predfinal__img {
  position: absolute;
  right: -2vw;
  bottom: 3vw;
  max-width: 29vw;
}

.predfinal__img:before {
  position: absolute;
  left: 0;
  top: 100%;
  content: '';
  width: 23vw;
  height: 4vw;
  background: url("./shape.png") no-repeat center;
  background-size: 100% 100%;
  -webkit-transform: translate(-17vw, -4vw) rotate(6deg);
  -ms-transform: translate(-17vw, -4vw) rotate(6deg);
  transform: translate(-17vw, -4vw) rotate(6deg);
}

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

.final-man {
  position: relative;
  padding-top: 2vw;
  width: 35%;
}

.final-man img {
  position: relative;
  -webkit-transform: translateX(10%) scale(1.1211);
  -ms-transform: translateX(10%) scale(1.1211);
  transform: translateX(10%) scale(1.1211);
}

.final-man__name {
  position: absolute;
  top: 25%;
  left: -3.5vw;
  padding: 0.7vw 2.3vw;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.final-man__name-descr {
  opacity: 0.7;
  color: #000000;
  font-size: 0.77vw;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0.8vw;
}

.final-man__name .final-li {
  font-weight: 500;
}

.final-sub {
  font-size: 0.87vw;
  color: #000000;
  font-style: italic;
  font-weight: 500;
  text-align: center;
}

.final__info {
  width: 60%;
}

.final__info .left-block-title {
  text-transform: initial;
  font-size: 1.55vw;
  margin-bottom: 2vw;
}

.final-li {
  font-size: 1.2vw;
  font-weight: 400;
}

.final-li.first {
  margin-bottom: 3vw;
  text-align: center;
  color: #a8a3a1;
  font-weight: 500;
}

.final__list li {
  position: relative;
  margin: 0.5vw 0;
  padding-left: 1.7vw;
}

.final__list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.1vw;
  height: 1.1vw;
  background: url("./li.png") no-repeat center;
  background-size: 100%;
}

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

.final__info-form {
  width: 78%;
  margin: 0 auto;
  margin-top: 3vw;
}

.final-li-form {
  font-weight: 300;
  margin-bottom: 2vw;
}

.final-li-form span {
  font-weight: 600;
  font-style: italic;
}

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

.inp-wrap {
  width: 46%;
  margin-bottom: 1.5vw;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}

.inp-wrap.btn {
  min-height: 4.4vw;
}

.qw-2-block {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.close {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 10;
  width: 25px;
  height: 25px;
  -webkit-transform: translate(100%, -100%);
  -ms-transform: translate(100%, -100%);
  transform: translate(100%, -100%);
  cursor: pointer;
}

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

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

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

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

.modal-wrap {
  width: 600px;
  height: 516px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -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: 4px;
  background: #F6F7F0;
}

.error {
	color: red;
	font-size: 16px;
}

.success {
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 25px;
	justify-content: center;
}

.success img {
	margin-right: 15px;
}

.modal {
  padding: 60px 80px;
  text-align: center;
  position: relative;
  z-index: 6;
  background: #F6F7F0;
  border-radius: 10px;
}

.modal-title {
	font-weight: 600;
	font-size: 25px;
	line-height: 130%;
	text-align: center;
	text-transform: uppercase;
}

@keyframes sbs-anim-rec135983629-1571586113295 {
  0% {opacity:1;transform:translateX(0px)translateY(0px)rotate(0deg)scale(1,1);animation-timing-function:linear;}
  25% {opacity:1;transform:translateX(0px)translateY(-5px)rotate(0deg)scale(1,1);animation-timing-function:linear;}
  50% {opacity:1;transform:translateX(0px)translateY(0px)rotate(0deg)scale(1,1);animation-timing-function:linear;}
  75% {opacity:1;transform:translateX(0px)translateY(5px)rotate(0deg)scale(1,1);animation-timing-function:linear;}
  100% {opacity:1;transform:translateX(0px)translateY(0px)rotate(0deg)scale(1,1);}
}

#whatsapp img {
  animation: sbs-anim-rec135983629-1571586113295 4s infinite linear;
}

.modal-link {
  color: #166aac;
  font-size: 1vw;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.modal-link:hover {
  color: #fbd234;
}

.modal-wrap .predfinal__form {
	width: 315px;
	margin: 0 auto;
}

.modal .btn-shadow:after {
	height: 70px;
}

.modal .btn {
	height: 70px;
}

.final__btn-wrap img {
  display: none;
}

.link-img {
  display: none;
}

.mobile,
.mob-show {
  display: none;
}

.not-mobile.not-mobile {
  display: flex;
}

.mobile-flex {
	display: none;
}

.mobile .block-time {
  display: flex;
  margin: 3vw 2vw 3vw 7vw;
}

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

@media (max-width: 1200px) {
  .predfinal__form > div:before {
    width: 14px;
  }
}

@media (max-width: 970px) {
  .logo__img {
    width: 140px;
  }

	.mobile-flex {
		display: flex;
	}

	.full {
		background: url(bg-full-mobile.jpg) no-repeat top;
	}

	.town {
		font-size: 12px;
		margin-bottom: 25px;
	}

	.town:before {
		background-size: contain;
		margin-right: 9px;
	}

  .logo__text {
    max-width: 13rem;
    font-size: 1.1rem;
  }

  .block-time img {
    width: 2.7rem;
    margin-right: 1rem;
  }

  .text {
	font-size: 16px;
  }

  .modal .btn {
	  height: 50px;
  }

  .modal .btn-shadow:after {
	  height: 50px;
  }

  .phone-wrap img {
    height: 2rem;
    margin-right: 1rem;
  }

  .phone-wrap {
    margin-bottom: 0.5rem;
  }

  .number {
    font-size: 1.6rem;
  }

  .subtitle {
	font-size: 14px;
	margin-bottom: 15px;
  }

  .title {
	font-size: 50px;
  }

  .title:after {
    height: 43px;
    left: 200px;
    margin-top: 8px;
}

.title span {
    font-size: 14px;
    left: 214px;
    margin-top: 2px;
}

.main__raschet-text {
    width: 259px;
    margin-left: 15px;
	font-size: 12px;
	flex: 0 0 auto;
}

.main__raschet {
	width: 45px;
	margin-top: 25px;
}

.main__button-wrapper {
	margin-top: 25px;
	height: 73px;
	background: none;
	flex-direction: column;
}

.main__button-shadow {
	height: 73px;
}

.main__button-shadow {
    width: 100%;
}

.main__button-wrapper a {
    width: 100%;
}

.main__button-info {
	padding-right: 0;
	margin-top: 29px;
}

.main__button-info:before {
    margin: 0 15px 0 0;
}

.main__bottom-types {
	display: block;
}

.main__bottom-type {
	width: 100%;
	margin-bottom: 30px;
}

.main__bottom-type-title {
    font-size: 20px;
    margin: 46px 0 20px;
}

.main__right {
    width: 100%;
    background: url(pdf-bg-m.png) no-repeat center;
    height: 394px;
	padding: 40px 30px;
	margin-top: 130px;
}

.main__bottom-type img {
	width: 220px;
}

.main__form-date {
    font-size: 14px;
    margin: 12px 0 15px;
}

.main__form-title {
	font-size: 20px;
	padding-right: 50px;
}

.ui-selectmenu-button.ui-button {
	height: 50px;
	padding: 0 15px;
}

.ui-selectmenu-text {
    font-size: 14px;
}

  .main__advas {
    margin-top: 5rem;
    flex-flow: row wrap;
  }

  .main__advas-item:before {
    width: 17vw;
    height: 17vw;
  }

  .main__advas-item.big img,
  .main__advas-item img {
    max-width: 100%;
    max-height: 25vw;
  }

  .main__advas-item {
    width: 48%;
    margin-bottom: 50px;
  }

  .btn-wrap {
    width: 32rem;
  }

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

  .btn-text-sm {
    font-size: 1.8vw;
  }

  .btn-wrap .btn {
    min-height: 7rem;
    padding: 0.5rem 1rem;
    padding-right: 5rem;
  }

  .btn-wrap img {
    max-width: 11rem;
    right: -3rem;
    top: -3rem;
  }

  .header__cont {
    padding: 1.5rem 0;
  }

  .main__content {
    margin-top: 0;
  }

  .test {
    margin-top: 20px;
}

  .title-section {
	font-size: 16px;
	margin-bottom: 30px;
  }

  .pdf-form {
	margin: 50px 0 82px;
	height: 638px;
	padding: 30px 20px;
	background: url(pdf-form-bg-m.jpg) no-repeat center;
}

.pdf-form__title {
	width: 100%;
	font-size: 20px;
	text-align: center;
}

.pdf-form__wrapper input {
    width: 100%;
}

.pdf-form__wrapper .main__button-shadow {
	width: 100%;
	margin: 16px 0 0;
}

.pdf-form__wrapper .main__button-shadow:after {
    height: 52px;
}

.pdf-form__wrapper {
	flex-direction: column;
}

.item-data__title {
	order: 3;
}

.footer__item._href {
	order: 2;
	margin: 10px 0;
}

.pdf-form__success {
	font-size: 20px;
	justify-content: center;
	margin-top: 65px;
}

.pdf-form__success img {
	width: 26px;
}

.footer__middle {
  order: 1;
}

.footer__cont .phone {
	font-size: 20px;
}
  
  .footer__middle .footer__item:first-child {
    margin-bottom: 0;
  }

  .main__info .btn-wrap .btn .btn-text {
    font-size: 2.6vw;
  }

  .container {
    width: 320px;
  }

  .text-min {
    font-size: 2rem;
    margin-top: 6rem;
  }

  .text-min div {
    font-size: 3.3vw;
  }

  .footer__cont {
    padding: 30px 0;
  }

  .footer__item {
    font-size: 1rem;
  }

  .left-block {
    padding: 2.5rem 1rem;
    min-height: 30rem;
  }

  .left-block-subtitle {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .left-block-title {
    font-size: 20px;
  }

  .progress-bar__title {
    font-size: 1.3rem;
    margin-bottom: 0.6rem;
  }

  .progress-bar {
    width: 100%;
    margin-bottom: 20px;
  }

  .test__main {
    padding: 2rem 1.5rem;
  }

  .test-text-wrap {
    margin-bottom: 2.2rem;
  }

  .test_elem {
    width: 46%;
    margin: 0 1.5% 1.8rem 1.5%;
    min-height: 6rem;
  }

  .width100 .test_elem {
    width: 100%;
    text-align: left;
  }

  .width100 .img-label {
    margin-right: 12px;
    height: 17vw;
  }

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

  .checkbox-psevdo {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.7rem;
  }

  .btn-test {
    width: 17rem;
    min-height: 5rem;
  }

  .btn-arr {
    font-size: 2.3rem;
    margin-left: 0.6rem;
    margin-top: -5px;
  }

  .test__numbers {
    left: 2rem;
    font-size: 11rem;
  }

  .test__btn-block {
	bottom: 20px;
  }

  .test-elem-big span {
    font-size: 1.3rem;
  }

  .test-elem-big {
    width: 100%;
    margin: 0 1.5% 1.8rem 1.5%;
  }

  .input-qw2 {
    margin: 0 0.4rem;
  }

  .input {
	  height: 50px;
	  font-size: 14px;
  }

  .input[name="phone"] {
    background: #fff url(flag.jpg) no-repeat center left 15px;
    padding-left: 55px;
}

.main__button-shadow._blue {
    height: 52px;
}

.main__button-shadow:after {
	height: 73px;
}

.main__button-shadow._blue:after {
    height: 52px;
}

.main__form-success {
	font-size: 20px;
	margin: 30px 0 0 10px;
}

.main__form-success img {
	width: 26px;
	margin-right: 8px;
}

.main__button-shadow._blue .main__button-inner {
    font-size: 14px;
}

.main__button-shadow._blue .main__button-inner:before {
	width: 30px;
	height: 30px;
	background-size: contain;
	margin-right: 7px;
}

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

  .img-label {
    height: 9.5vw;
    background-size: 18vw !important;
    width: 18vw;
  }

  .vlad-flex .img-block {
    width: 60%;
    margin: 0 auto;
  }

  .qw-2-block .input-block div {
    width: 48%;
}

  .qw-2-block .input-block {
	  width: 100%;
  }

  .vlad-flex .input-block > * {
    margin: 15px 0 0;
  }

  .vlad-3-custom span.img-label {
    width: 100%;
    background-size: contain !important;
    height: 39vw !important;
  }

  .vlad-3-custom span {
    font-size: 2.5vw;
  }

  .vlad-3-custom.furn span {
    margin: 0 auto;
  }

  .vlad-3-custom.furn .test_elem {
    display: block;
  }

  .full-elem .test_elem {
    width: 100%;
  }

  .radio-psevdo {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.6rem;
  }

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

  .test_elem-t2 .checkbox-wrap {
    padding: 0.5rem 0;
  }

  .predfinal__form input {
    padding: 0.6rem 3.8rem;
  }

  .predfinal__form div:before {
    margin: -8px 0 0 14px;
    width: 18px;
  }

  .qw6-img-1 {
    width: 9rem;
  }

  .test-elem-6 {
    margin: 1.5rem 1.5%;
    padding-right: 7rem;
  }

  .qw6-img-2 {
    width: 7rem;
    top: -2.7rem;
    right: -2.7rem;
  }

  .gift-block {
    padding: 7rem 1rem 3rem 1rem;
  }

  .gift-img {
    height: 12rem;
  }

  .gift-block-title {
    font-size: 1.1rem;
  }

  .predfinal__img {
    display: none;
    width: 0;
  }

  .predfinal {
    width: 100%;
    padding-left: 4rem;
  }

  .predfinal .checkbox-wrap {
    padding: 0;
  }

  .predfinal__block {
	justify-content: space-between;
	margin-bottom: 30px;
  }

  .btn-predfinal {
    margin-top: 1.9rem;
  }

  .predfinal__form label {
	  text-align: left;
  }

  .btn-predfinal {
    min-height: 5rem;
    margin-bottom: 1rem;
  }

  .final__info-inp .btn {
    min-height: 5rem;
  }

  .final__info-inp .btn-text {
    font-size: 1rem;
  }

  .final__info-inp .btn br {
    display: none;
  }

  .final__list li {
    margin: 0.5rem;
    font-size: 1.3rem;
  }

  .final-li.first {
    margin-bottom: 3rem;
  }

  .final__info .left-block-title {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }

  .final__info .left-block-title br {
    display: none;
  }

  .final-li {
    font-size: 1.5rem;
  }

  .final__info-form .final-li {
    text-align: center;
  }

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

  .final-man {
    width: 27rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .final__info {
    width: 100%;
  }

  .final-man__name {
    padding: 0.8rem 1.8rem;
    left: -4rem;
  }

  .final-man__name-descr {
    font-size: 1.2rem;
  }

  .final-sub {
    font-size: 1.2rem;
  }
}

@media (max-width: 740px) {
  .block-time {
    display: none;
  }
  
  .test-final {
    height: 658px;
  }
  
  .test__last-img {
    width: 239px;
    height: 286px;
    left: initial;
    background-size: contain;
    bottom: -64px;
    right: -41px;
  }
  
  .left-block__first {
    position: relative;
    top: initial;
    right: initial;
  }
  
  .left-block__first .main-title {
    font-style: italic;
    font-weight: normal;
    font-size: 10px;
    width: 189px;
  }
  
  .left-block__first .left-block-name {
    position: relative;
    top: 0;
    margin-top: 30px;
    font-size: 14px;
  }
  
  .left-block__first .left-block-name {
    font-size: 12px;
  }
  
  .test__last {
    padding: 48px 20px 0;
  }
  
  .test__last .left-block-subtitle {
    margin-bottom: 5px;
  }
  
  .test__last .left-block-title {
    width: 100%;
  }
  
  .test__last-title {
    font-size: 14px;
    margin: 15px 0;
  }
  
  .test__last-item {
    width: 100%;
  }
  
  .pdf-form__update {
    top: initial;
    bottom: 325px;
    right: 87px;
  }
  
  .predfinals .test__btn-info {
    display: none;
  }

  .img-bg {
    display: none;
  }

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

  .main__left {
	  width: 100%;
  }

  .main__info {
    display: block;
  }

  .img-mock {
    max-width: 29rem;
    position: relative;
    left: auto;
    top: auto;
    max-height: none;
  }

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

  .main__img:before {
    display: none;
  }

  .btn-wrap {
    margin: 0 auto;
    margin-top: 6rem;
  }

  .title-section br {
    display: none;
  }

  .left-block {
    display: none;
    width: 0;
  }

  .test__main {
    width: 100%;
  }

  .name-inp {
    width: 14rem;
  }

  .img-label {
    height: 13vw;
  }

  .predfinal__block {
    display: flex;
    flex-wrap: wrap;
}

  .test-elem-7 label {
	  font-size: 12px;
	  height: 40px;
	  padding: 0 10px;
  }

  .predfinal .checkbox-wrap {
    width: 100%;
}

.predfinal .test_elem {
	margin: 0;
}

.test-elem-7.test-elem-7 {
	min-height: initial;
}

.vlad-3-custom .radio-label {
	font-size: 12px;
}

  .predfinal__form {
	width: 100%;
	margin-top: 0;
  }

  .big-title-test {
    font-size: 1.7rem;
  }

  .final__info-form {
    margin-top: 3rem;
    width: 100%;
  }

  .inp-wrap {
    margin-bottom: 2rem;
  }

  .final__list li {
    padding-left: 2rem;
  }

  .final__list li:before {
    width: 1.7rem;
    height: 1.7rem;
  }

  .main__img {
    display: none;
  }

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

  .mobile {
    display: block;
    padding: 2vw 5vw;
  }

  .mobile .test__btn-block {
    margin-top: 0;
  }

  .mobile .btn-test {
    width: 10rem;
    min-height: 3rem;
    padding: 5px 0 0;
  }

  .mobile .block-time a + div {
    font-size: 3vw;
  }

  .mobile .block-time .text {
    padding: 10px 10px 10px 14vw;
    border: none;
  }

  .mobile .btn-text {
    font-size: 0.7rem;
    margin-top: -4px;
  }

  .mobile .block-time a {
    font-size: 3.9vw;
    font-weight: 500;
  }

  .mobile .block-time img {
    width: 5.7rem;
  }

  .not-mobile.not-mobile {
    display: none;
  }

  .predfinal.test-item .input {
    background: #fff url(flag.jpg) no-repeat center left 16px;
    font-size: 14px;
    text-align: left;
}

  .mb-1 {
    width: 24rem;
  }

  .predfinals .btn-test {
	width: 280px;
  }

  .predfinals .test__btn-block {
	bottom: 10px;
	flex-direction: column;
  }

  .test__btn-discount {
	  display: none;
	  flex-direction: column;
	  font-weight: 500;
		font-size: 12px;
		margin-top: 23px;
		width: 195px;
		text-align: center;
  }

  .test__btn-discount img {
	  margin: 0 auto;
  }

  .predfinals .test__btn-discount {
	  display: flex;
  }

  .modal {
	padding: 72px 0;
	width: 320px;
	margin: 0 auto;
  }

  .modal-title {
    font-size: 1.5rem;
  }

  .close {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 550px) {
  .btn-wrap {
    width: 27rem;
    margin-top: 7rem;
  }

  .test-overflow-wrapper {
	  max-height: initial;
  }

  .btn-wrap .btn {
    padding-right: 1rem;
  }

  .btn-wrap img {
    left: 8rem;
    top: -8rem;
  }

  .main__img {
    margin-top: 2rem;
  }

  .title br {
    display: none;
  }

  .header__cont {
	justify-content: space-between;
  }

  .predfinal {
    padding-left: 0;
  }

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

  .footer__item {
    margin: 0.5rem 0.8rem;
    text-align: center !important;
  }

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

  .test_elem {
    min-height: 7rem;
  }

  .test-item-1 .test_elem {
	  height: 180px;
	  flex-direction: column;
	  justify-content: center;
  }

  .vlad-flex {
	  flex-direction: column;
  }

  .test-wrapper {
	  height: 658px;
  }

  .test-elem-big {
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .input-qw2 {
    width: 100%;
  }

  .name-inp {
    text-align: center;
    margin-bottom: 0.5rem;
  }

  .test-item:nth-child(3) .test_elem,
  .test-item:nth-child(4) .test_elem,
  .test-item:nth-child(5) .test_elem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .test_elem-qw5 h3 {
	font-size: 12px;
  }

  .vlad-3-custom span {
	font-size: 10px;
}

.predfinals .test__main {
    padding-top: 48px;
}

  .test-item:nth-child(3) .img-label {
    height: 25vw;
  }

  .test-elem-4,
  .test-elem-5 {
    width: 100%;
  }

  .test-elem-6 {
    width: 80%;
  }

  .phone-block {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .inp-wrap {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .final-man {
    width: 21rem;
  }

  .modal-wrap {
	width: 100%;
  }

  .modal-title {
	font-size: 20px;
  }
}
