@font-face {
	font-family: 'Futura PT';
	src: url("../fonts/FuturaPT-ExtraBold.eot");
	src: url("../fonts/FuturaPT-ExtraBold-1.eot") format('embedded-opentype'), url("../fonts/FuturaPT-ExtraBold.woff2") format('woff2'), url("../fonts/FuturaPT-ExtraBold.woff") format('woff'), url("../fonts/FuturaPT-ExtraBold.ttf") format('truetype'), url("../fonts/FuturaPT-ExtraBold.svg") format('svg');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Futura PT';
	src: url("../fonts/FuturaPT-Demi.eot");
	src: url("../fonts/FuturaPT-Demi-1.eot") format('embedded-opentype'), url("../fonts/FuturaPT-Demi.woff2") format('woff2'), url("../fonts/FuturaPT-Demi.woff") format('woff'), url("../fonts/FuturaPT-Demi.ttf") format('truetype'), url("../fonts/FuturaPT-Demi.svg") format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Futura PT';
	src: url("../fonts/FuturaPT-Light.eot");
	src: url("../fonts/FuturaPT-Light-1.eot") format('embedded-opentype'), url("../fonts/FuturaPT-Light.woff2") format('woff2'), url("../fonts/FuturaPT-Light.woff") format('woff'), url("../fonts/FuturaPT-Light.ttf") format('truetype'), url("../fonts/FuturaPT-Light.svg") format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Futura PT';
	src: url("../fonts/FuturaPT-Heavy.eot");
	src: url("../fonts/FuturaPT-Heavy-1.eot") format('embedded-opentype'), url("../fonts/FuturaPT-Heavy.woff2") format('woff2'), url("../fonts/FuturaPT-Heavy.woff") format('woff'), url("../fonts/FuturaPT-Heavy.ttf") format('truetype'), url("../fonts/FuturaPT-Heavy.svg") format('svg');
	font-weight: 900;
	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: 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 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);
		transform: scale(1);
	}
	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);
		transform: scale(1);
	}
	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: 'Futura PT', sans-serif;
	line-height: 1.2;
	font-weight: 400;
	overflow-x: hidden;
	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: 84vw;
	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: 1vw 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;
	border-radius: 8px;
	-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(91, 191, 255, 0.4), inset 0 0 20px rgba(91, 191, 255, 0.2);
	box-shadow: -2px 2px 10px rgba(91, 191, 255, 0.4), inset 0 0 20px rgba(91, 191, 255, 0.2);
	border-radius: 50px;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#5b76ff), to(#5bbfff)), -webkit-gradient(linear, right top, left top, from(#5bbfff), to(#5b76ff));
	background-image: -webkit-linear-gradient(bottom, #5b76ff 0%, #5bbfff 100%), -webkit-linear-gradient(right, #5bbfff 0%, #5b76ff 100%);
	background-image: -o-linear-gradient(bottom, #5b76ff 0%, #5bbfff 100%), -o-linear-gradient(right, #5bbfff 0%, #5b76ff 100%);
	background-image: linear-gradient(to top, #5b76ff 0%, #5bbfff 100%), linear-gradient(to left, #5bbfff 0%, #5b76ff 100%);
	position: relative;
	overflow: hidden;
}

.btn:disabled {
	opacity: 0.6;
}

.btn:not(:disabled):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 #5bbfff, inset 0 0 20px rgba(91, 191, 255, 0.7);
	box-shadow: -2px 2px 30px #5bbfff, inset 0 0 20px rgba(91, 191, 255, 0.7);
}

.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.1vw;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.btn-text-small {
	color: #fff !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 {
	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%;
}

.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: 1.08vw;
	font-weight: 300;
	letter-spacing: 1.2px;
	text-align: center;
	width: 100%;
}

.input:focus {
	border: 2px solid #96c3e6;
}

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

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

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

.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 {
	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: #000000;
	font-size: 3vw;
	font-weight: 400;
	margin-bottom: 2vw;
	line-height: 1.1;
}

.title span {
	color: #fab915;
}

.subtitle {
	color: #000000;
	font-size: 1.22vw;
	line-height: 1.2;
	font-weight: 300;
	position: relative;
	padding-left: 4vw;
	cursor: pointer;
}

.subtitle:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 3vw;
	height: 3px;
	background-color: #5bbfff;
}

.test__d-show {
	display: none;
}

.subtitle:hover .subtitle-tooltip {
	-webkit-transform: scale(1) translateY(calc(-100% + -9px));
	-ms-transform: scale(1) translateY(calc(-100% + -9px));
	transform: scale(1) translateY(calc(-100% + -9px));
}

.subtitle .spu {
	text-decoration: underline;
}

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

.subtitle-img {
	margin-right: 1vw;
}

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

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

.text {
	font-size: 1vw;
	margin: 0;
}

.text span {
	font-weight: 800;
}

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

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

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

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

.whatsapp-ico {
	fill: white;
	width: 50px;
	height: 50px;
	padding: 3px;
	background-color: #4dc247;
	border-radius: 50%;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
	/* box-shadow: 2px 2px 11px rgba(0,0,0,0.7); */
	/*     position: fixed;
	bottom: 20px;
	right : 20px; */
	z-index: 10;
}

.youtube-ico {
	fill: white;
	width: 50px;
	height: 50px;
	padding: 3px;
	background-color: #cc2e2e;
	border-radius: 50%;
	box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
	/* box-shadow: 2px 2px 11px rgb(0 0 0 / 70%); */
	z-index: 10;
}

.header-inner-wa__text {
	color: #2ECC5B;
	font-size: 0.729vw;
	font-weight: 500;
}

.icon-kat_btn {
	display: flex;
	align-items: center;
}

.icon-kat {
	height: 30px;
	padding-right: 15px;
}

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

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

.i-svg {
	width: 2rem;
	margin-left: 1vw;
}

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

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

.header__img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 3vw;
	margin-right: 0.7vw;
}

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

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

.logo__text {
	position: relative;
	margin: 0;
}

.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;
	margin-right: 21vw;
}

.present-img {
	width: 13vw;
}

.number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.3vw;
	color: #37b1ff;
	font-weight: 600;
	/*  background-image: -webkit-gradient(linear, left bottom, left top, from(#5b76ff), to(#5bbfff));
  background-image: -webkit-linear-gradient(bottom, #5b76ff 0%, #5bbfff 100%);
  background-image: -o-linear-gradient(bottom, #5b76ff 0%, #5bbfff 100%);
  background-image: linear-gradient(to top, #5b76ff 0%, #5bbfff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}

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

.main__cont {
	padding: 3vw 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main__info {
	/* width: 47%; */
	width: 60%;
}

.img-hover {
	width: 20vw;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(170%, -50%) scale(0);
	-ms-transform: translate(170%, -50%) scale(0);
	transform: translate(170%, -50%) scale(0);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	padding: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
	background-color: #ffffff;
}

.img-hover img {
	-webkit-transform: scale(1) translateX(0) !important;
	-ms-transform: scale(1) translateX(0) !important;
	transform: scale(1) translateX(0) !important;
}

.subtitle-tooltip {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 37vw;
	padding: 1.5vw 0.5vw;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
	background-color: #ffffff;
	border-radius: 1rem;
	cursor: pointer;
	-webkit-transform: scale(0) translateY(-160%);
	-ms-transform: scale(0) translateY(-160%);
	transform: scale(0) translateY(-160%);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.subtitle-tooltip:before {
	content: '';
	position: absolute;
	left: 4.7vw;
	top: 99%;
	border: 7px solid transparent;
	border-top: 9px solid #ffffff;
}

.subtitle-tooltip-img {
	width: 5.5vw;
	margin-right: 2vw;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
}

.subtitle-tooltip-img img {
	-webkit-transform: scale(2) translateX(-5%);
	-ms-transform: scale(2) translateX(-5%);
	transform: scale(2) translateX(-5%);
}

.subtitle-tooltip-img:hover .img-hover {
	-webkit-transform: translate(110%, -50%) scale(1);
	-ms-transform: translate(110%, -50%) scale(1);
	transform: translate(110%, -50%) scale(1);
}

.footer {
	padding-top: 1.2vw 0;
}

.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: 1.6vw 0;
}

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

.main__advas-item {
	position: relative;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main__advas-item__img {
	width: 6.3rem;
	flex-shrink: 0;
	margin-right: 1rem;
}


/*.main__advas-item:before {*/


/*  content: '';*/


/*  position: absolute;*/


/*  left: 0;*/


/*  top: 0;*/


/*  -webkit-transform: translate(-50%, -50%);*/


/*  -ms-transform: translate(-50%, -50%);*/


/*  transform: translate(-50%, -50%);*/


/*  width: 1.4vw;*/


/*  height: 1.4vw;*/


/*  background: url("../img/Ellipse_3.png") no-repeat center;*/


/*  background-size: 100% 100%;*/


/*}*/

.main__advas-item .text {
	/* font-weight: 300; */
	/* color: #fab915; */
}

.main__btn-wrap {
	width: 30vw;
	margin-top: 4vw;
	position: relative;
	cursor: pointer;
}

.main__btn-wrap .btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 5vw;
}

.main__btn-wrap-img {
	position: absolute;
	width: 7vw;
	max-width: none;
	max-height: none;
	left: 0;
	top: -1vw;
	z-index: 53;
	-webkit-animation: jampTrf 4.5s infinite linear;
	animation: jampTrf 4.5s infinite linear;
}

.main__block {
	width: 48%;
	position: relative;
}

.main__block-bak {
	position: absolute;
	right: 0;
	bottom: -3vw;
	width: 80%;
}

.main__block-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	bottom: -2vw;
	left: 0;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.main__block-item-img {
	width: 40%;
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	margin-left: -3.5vw;
}

.main__block-item-img:hover {
	-webkit-animation: jampTrf2 3.5s infinite linear;
	animation: jampTrf2 3.5s infinite linear;
}

.main__block-info {
	width: 50%;
	margin-left: 3%;
	margin-bottom: -2vw;
}

.main__block-info .text {
	color: #7a7a7a;
}

.main__block-text {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#5b76ff), to(#5bbfff));
	background-image: -webkit-linear-gradient(bottom, #5b76ff 0%, #5bbfff 100%);
	background-image: -o-linear-gradient(bottom, #5b76ff 0%, #5bbfff 100%);
	background-image: linear-gradient(to top, #5b76ff 0%, #5bbfff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 2.6vw;
	font-weight: 700;
	line-height: 0.8;
}

.main__block-text span {
	font-size: 9.4vw;
	font-weight: 900;
}

.main-plus {
	position: absolute;
	right: 0;
	top: 15vw;
	width: 27vw;
	height: 16vw;
}

.main-plus-item {
	position: absolute;
	left: 2vw;
	top: 40%;
	cursor: pointer;
}

.main-plus-item:before,
.main-plus-item:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 100%;
	-webkit-animation: scale-before 5s infinite linear;
	animation: scale-before 5s infinite linear;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.main-plus-item:before {
	width: 200%;
	height: 200%;
	z-index: 1;
	background-color: #ffc600;
	opacity: 0.25;
}

.main-plus-item:after {
	width: 150%;
	height: 150%;
	z-index: 2;
	background-color: #ffc600;
	opacity: 0.7;
}

.main-plus-item-img {
	width: 1.5vw;
	height: 1.5vw;
	border-radius: 100%;
	-webkit-box-shadow: inset 0 0 20px rgba(250, 185, 21, 0.2);
	box-shadow: inset 0 0 20px rgba(250, 185, 21, 0.2);
	background-color: #fab915;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9c00), to(#fab915));
	background-image: -webkit-linear-gradient(bottom, #ff9c00 0%, #fab915 100%);
	background-image: -o-linear-gradient(bottom, #ff9c00 0%, #fab915 100%);
	background-image: linear-gradient(to top, #ff9c00 0%, #fab915 100%);
	padding: 0.3vw;
	position: relative;
	z-index: 14;
}

.tooltop {
	position: absolute;
	top: 0;
	left: -6.45vw;
	width: 32vw;
	padding: 1.5vw 1vw;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
	background-color: #ffffff;
	border-radius: 1rem;
	cursor: pointer;
	-webkit-transform: scale(0) translateY(calc(-100% + -1vw));
	-ms-transform: scale(0) translateY(calc(-100% + -1vw));
	transform: scale(0) translateY(calc(-100% + -1vw));
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.tooltop:before {
	content: '';
	position: absolute;
	left: 6.7vw;
	top: 99%;
	border: 7px solid transparent;
	border-top: 9px solid #ffffff;
}

.tooltop p {
	color: #1d1d1d;
}

.main-plus-item:hover {
	z-index: 88;
}

.main-plus-item:hover .tooltop {
	-webkit-transform: scale(1) translateY(calc(-100% + -1vw));
	-ms-transform: scale(1) translateY(calc(-100% + -1vw));
	transform: scale(1) translateY(calc(-100% + -1vw));
}

.main-plus-item-2 {
	left: 32%;
	top: 75%;
}

.main-plus-item-3 {
	left: 62%;
	top: 65%;
}

.main-plus-item-3:hover .tooltop {
	-webkit-transform: scale(1) translateY(calc(-100% + -1vw));
	-ms-transform: scale(1) translateY(calc(-100% + -1vw));
	transform: scale(1) translateY(calc(-100% + -1vw));
	left: -16.45vw;
}

.main-plus-item-3:hover .tooltop:before {
	left: 16.7vw;
}

.titletest {
	text-align: center;
	font-weight: 900;
	font-size: 2.1vw;
	margin-bottom: 3.5vw;
}

.titletest span {
	color: #fab915;
}

.test {
	padding: 7vw 0;
}

.test-circle {
	width: 3rem;
	height: 3rem;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
	background-color: #ffffff;
	-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: 1rem;
	height: 1rem;
	background-color: #eeeeee;
	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: #5bbfff;
}

.test-block {
	height: 1rem;
	width: 11%;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	background: -webkit-repeating-linear-gradient(135deg, #e5e5e5 0px, #e5e5e5 1px, #f2f6f9 2px, #f2f6f9 5px);
	background: -o-repeating-linear-gradient(135deg, #e5e5e5 0px, #e5e5e5 1px, #f2f6f9 2px, #f2f6f9 5px);
	background: repeating-linear-gradient(-45deg, #e5e5e5 0px, #e5e5e5 1px, #f2f6f9 2px, #f2f6f9 5px);
	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: #5bbfff;
	background-image: repeating-linear-gradient(-45deg, rgba(229, 229, 229, 0.1) 0px, rgba(229, 229, 229, 0.1) 1px, rgba(242, 246, 249, 0.1) 2px, rgba(242, 246, 249, 0.2) 5px), -webkit-gradient(linear, left top, right top, from(#6eccff), to(#4eb6ff));
	background-image: -webkit-repeating-linear-gradient(135deg, rgba(229, 229, 229, 0.1) 0px, rgba(229, 229, 229, 0.1) 1px, rgba(242, 246, 249, 0.1) 2px, rgba(242, 246, 249, 0.2) 5px), -webkit-linear-gradient(left, #6eccff 0%, #4eb6ff 100%);
	background-image: -o-repeating-linear-gradient(135deg, rgba(229, 229, 229, 0.1) 0px, rgba(229, 229, 229, 0.1) 1px, rgba(242, 246, 249, 0.1) 2px, rgba(242, 246, 249, 0.2) 5px), -o-linear-gradient(left, #6eccff 0%, #4eb6ff 100%);
	background-image: repeating-linear-gradient(-45deg, rgba(229, 229, 229, 0.1) 0px, rgba(229, 229, 229, 0.1) 1px, rgba(242, 246, 249, 0.1) 2px, rgba(242, 246, 249, 0.2) 5px), linear-gradient(to right, #6eccff 0%, #4eb6ff 100%);
}

.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: 2vw auto;
}

.test-proc {
	color: #7a7a7a;
	text-align: center;
}

.form-test {
	-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;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.test__cont {
	width: 76%;
	padding: 1.5vw;
	margin: 8px;
	-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;
	position: relative;
	z-index: 4;
}

.test__right {
	position: relative;
	z-index: 2;
	width: 22.5%;
	padding: 8px 0.8vw;
	text-align: center;
}

.bg-right {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: none;
	max-height: none;
	height: 100%;
	width: 37vw;
	z-index: -1;
}

.main__btn-arr {
	width: 1.3vw;
	margin: 0 0.5rem;
}

.master-img-1 {
	margin-top: 0.4vw;
}

.right__title {
	font-size: 1.4vw;
	font-weight: 900;
	color: #292929;
}

.text-sub {
	color: #7a7a7a;
	font-weight: 400;
	font-size: 0.91vw;
}

.irs {
	width: 100%;
}

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

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

.irs--flat .irs-bar {
	box-shadow: 0 3px 7px rgba(252, 197, 9, 0.35);
	border-radius: 5px;
	background-color: #fcc509;
	background-image: linear-gradient(to left, rgba(18, 16, 11, 0.15) 0%, rgba(255, 255, 255, 0.25) 100%), linear-gradient(to top, #ff9c00 0%, #fab915 100%);
	top: 29px;
}

.irs--flat .irs-handle {
	width: 24px;
	height: 24px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	background-color: #fafafa;
	border-radius: 100%;
	cursor: pointer;
	top: 24px;
	animation: pulse 3s infinite linear;
}

@keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(250, 185, 21, .55);
		box-shadow: 0 0 0 0 rgba(250, 185, 21, .55)
	}
	70% {
		-webkit-box-shadow: 0 0 0 15px rgba(250, 185, 21, 0);
		box-shadow: 0 0 0 15px rgba(250, 185, 21, 0)
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(250, 185, 21, 0);
		box-shadow: 0 0 0 0 rgba(250, 185, 21, 0)
	}
}

.irs--flat .irs-handle:before {
	content: '';
	position: absolute;
	box-shadow: 0 3px 7px rgba(252, 197, 9, 0.35);
	border-radius: 5px;
	background-color: #fcc509;
	background-image: linear-gradient(to left, rgba(18, 16, 11, 0.15) 0%, rgba(255, 255, 255, 0.25) 100%), linear-gradient(to top, #ff9c00 0%, #fab915 100%);
	width: 11px;
	height: 11px;
	border-radius: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

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

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

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

.irs-single {
	display: none;
}

.test-item__info {
	width: 68%;
	/*margin-left: 4vw;*/
}

.test-item__info-wrap {
	width: 100%;
}

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

.slider-block {
	width: 74%;
}

.tim-qw1 {
	margin: 1.5vw 0;
	margin-left: 1.1vw;
}

.btn-arr {
	margin: 0 0.7vw;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.btn-arr:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

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

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

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

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

.bgts .small-text {
	font-weight: 500;
}

.qw1-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 80%;
}

.qwtre {
	width: 100%;
}

.qw1-1 {
	position: relative;
}

.qw-1-bg {
	position: absolute;
	bottom: -14vw;
	right: -1.5vw;
	width: 33vw;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
}

.right__text-cont {
	padding: 1.5vw 0.5vw;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
	background-color: #ffffff;
	border-radius: 1rem;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	position: relative;
	margin-top: 1.5vw;
}

.right__text-cont:before {
	content: '';
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -16px;
	border: 7px solid transparent;
	border-bottom: 9px solid #ffffff;
}

.right__text-cont .text {
	font-weight: 300;
}

.title-presents {
	margin-top: 2vw;
	font-size: 1.25vw;
	color: #292929;
	margin-bottom: 0.5vw;
	font-weight: 900;
}

.num-quest {
	color: #292929;
	font-size: 1.8vw;
	font-weight: 300;
	margin-bottom: 0.5vw;
}

.test__item-title {
	font-size: 1.8vw;
	font-weight: 900;
	margin-bottom: 3vw;
	color: #1d1d1d;
	text-align: center;
	width: 100%;
}

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

.checkbox-psevdo {
	width: 1.5vw;
	height: 1.5vw;
	border-radius: 5px;
	border: 1px solid #e3e3e3;
	background-color: #fcfcfc;
	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: 100%;
}

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

.checkbox-inp:checked~label .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~label .checkbox-psevdo-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

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

.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: #000;
	font-size: 0.96vw;
	display: inline-block;
	margin-left: 0.6vw;
	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 {
	-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: #fcfcfc;
	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;
}

.radio-psevdo-active {
	width: 0.44vw;
	height: 0.44vw;
	background-color: #fcc509;
	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;
}

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

.radio-btn:checked~.bg-label {
	opacity: 1 !important;
}

.bg-label {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-webkit-box-shadow: 0 0 20px rgba(250, 185, 21, 0.4);
	box-shadow: 0 0 20px rgba(250, 185, 21, 0.4);
	border-radius: 8px;
	opacity: 0;
	z-index: -22;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.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: 11vw;
	width: 100%;
	display: inline-block;
	border-radius: 4px;
	cursor: pointer;
}

.test_elem {
	-webkit-transform: all 0.4s;
	-ms-transform: all 0.4s;
	transform: all 0.4s;
	border-radius: 4px;
	border: 2px solid #ecf1f9;
	padding: 5px;
	width: 22%;
	margin: 0 1.5% 1.5vw 1.5%;
}

.test_elem .img-label {
	height: 9vw;
}

.test_elem:hover {
	border: 2px solid #96c3e6;
}

.test-elem-big {
	width: 47%;
}

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

.btn-test {
	font-weight: 900;
	min-height: 4vw;
	width: 10vw;
	font-size: 0.93vw;
	text-align: center;
}

.btn-test:not(:disabled):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-test:disabled {
	opacity: 0.4;
}

.btn-arr {
	-ms-flex-item-align: center;
	align-self: center;
	margin-left: 1vw;
	width: auto;
}

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

.test-prev {
	background-color: #e2ebf1;
	text-shadow: 0 1px 0 rgba(255, 251, 233, 0.8);
	color: #7a8b97;
}

.test__gifts-subtitle-2 {
	margin-top: -1.7vw;
	margin-bottom: 0.7vw;
}

.test-item {
	min-height: 26vw;
}

.test-item-send {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	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-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 99;
	background-color: #fff;
}

.test__qwiz {
	position: relative;
}

.label-test {
	position: relative;
	width: 30%;
	margin: 0 1.5%;
	margin-bottom: 2vw;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	background-color: #ffffff;
	height: 9.6vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	cursor: pointer;
}

.label-test__block {
	-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;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding-right: 0.7vw;
	min-height: 3.5vw;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.label-test__block-l {
	min-width: 4vw;
	height: 3.5vw;
	display: inline-block;
	background: url("../img/test/EUROTANK.png") no-repeat center right;
	background-size: 110%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #7a7a7a;
	font-size: 0.85vw;
	font-weight: 300;
	padding-top: 0.5vw;
	padding-left: 0.5vw;
	padding-right: 0.5vw;
}

.label-img {
	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: 7vw;
	cursor: pointer;
}

.label-radio {
	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: 1vw;
	cursor: pointer;
}

.item-c {
	position: relative;
	width: 22%;
	margin: 0 1.5%;
	margin-bottom: 2vw;
	padding: 1vw 0.7vw;
	padding-top: 1.5vw;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	background-color: #ffffff;
	cursor: pointer;
}

.money {
	position: absolute;
	right: 0.3vw;
	top: 0.3vw;
}

.test-info-hov {
	position: absolute;
	left: 0.3vw;
	top: 0.3vw;
}

.test-info-hov:hover {
	z-index: 88;
}

.test-info-hov:hover .tooltop {
	-webkit-transform: scale(1) translateY(calc(-100% + -1vw));
	-ms-transform: scale(1) translateY(calc(-100% + -1vw));
	transform: scale(1) translateY(calc(-100% + -1vw));
}

.test-info-img {
	max-width: 2vw;
	cursor: pointer;
}

.item-wq-3 {
	position: relative;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	background-color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 30%;
	margin: 0 1.5%;
	margin-bottom: 2vw;
}

.item-wq-3-img {
	width: 50%;
	background-color: #f8f8f8;
	border-radius: 8px 0 0 8px;
	overflow: hidden;
	position: relative;
	height: 100%;
	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;
}

.item-wq-3-info {
	width: 50%;
}

.item-wq-3-info .radio-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.item-wq-3-info .checkbox-psevdo {
	margin-bottom: 1vw;
	margin-right: 0;
}

.video-play {
	position: absolute;
	width: 3.5vw;
	height: 3.5vw;
	bottom: -0.4vw;
	left: -0.4vw;
	z-index: 12;
	cursor: pointer;
	-webkit-animation: pulseicon2 2.8s infinite linear;
	animation: pulseicon2 2.8s infinite linear;
	top: 0.0rem;
}

.label-test4 {
	height: 12vw;
	width: 46%;
}

.test-sub {
	text-align: center;
	font-weight: 900;
}

.label-test5 {
	height: auto;
	width: 46%;
}

.qw5 {
	width: 75%;
	margin: 0 auto;
	margin-bottom: 3vw;
	position: relative;
}

.label-test5-z {
	margin: 0 1.5%;
}

.qw5-img {
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform: translate(-20%, 60%);
	-ms-transform: translate(-20%, 60%);
	transform: translate(-20%, 60%);
	width: 28vw;
}

.text-small-test {
	text-align: center;
	margin-top: 1vw;
	position: relative;
}

.item-wq-6 {
	width: 46%;
}

.gift-6-img {
	position: absolute;
	left: 1vw;
	top: 0%;
	width: 80%;
	max-height: hone;
	max-width: none;
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}

.title-presents-6 {
	margin-top: 0;
}

.test__righ-t2 {
	padding-top: 4vw;
}

.gift-box {
	margin-top: 3vw;
	position: relative;
	margin-bottom: 7vw;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.gift-box-item {
	position: absolute;
	left: 50%;
	bottom: -3vw;
	width: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.test-social-item {
	margin: 1vw 0;
	position: relative;
}

.socials-block {
	display: contents;
}

.red__text {
	color: #cc2e2e;
}

.send-form {
	width: 76%;
	margin: 1vw auto;
	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;
	position: relative;
	z-index: 3;
}

.inp-final {
	width: 47%;
	margin: 0 1.5%;
}

.btn-final {
	width: 23vw;
	margin: 0 1.5%;
	padding-right: 4vw;
}

.btn-final-wrap {
	position: relative;
}

.btn-final-img {
	position: absolute;
	right: 0;
	top: -1vw;
	width: 6vw;
	max-width: none;
	max-height: none;
	z-index: 52;
	-webkit-animation: jampTrf 4.5s infinite linear;
	animation: jampTrf 4.5s infinite linear;
}

.qw-7-img {
	max-width: none;
	max-height: none;
	max-width: 21vw;
	position: absolute;
	left: -1vw;
	bottom: -3vw;
	z-index: 0;
}

.text-final-li {
	margin: 0.7vw 0;
	color: #292929;
	text-align: left;
}

.gift-box-3 {
	position: relative;
	height: 11vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 1.5vw;
}

.gift-box-3 .present-img {
	margin-right: -2vw;
}

.text-final-ul {
	margin-bottom: 4vw;
}

.present-img-item,
.present-img-item-2 {
	position: absolute;
	left: 0;
	bottom: 0;
	max-height: 11vw;
	max-width: none;
	max-height: none;
}

.title-descr {
	color: #7a7a7a;
	font-size: 1.2vw;
	margin-bottom: 1.1vw;
	font-weight: 300;
	text-align: left;
}

.test__item-title-8 {
	font-size: 1.4vw;
	font-weight: 900;
}

.test__item-title-8.light {
	color: #7a7a7a;
	font-weight: 300;
	margin-top: 2vw;
	margin-bottom: 1vw;
}

.title-f8 {
	text-align: left;
}

.final-list {
	margin-bottom: 2vw;
}

.final-list li {
	margin: 0.4vw 0;
	font-size: 1.2vw;
	color: #1d1d1d;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
}

.final-list li img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 0.5vw;
}

.qw8 {
	padding-left: 2vw;
}

.test__item-subtitle-8 {
	color: #1d1d1d;
	font-size: 1.25vw;
	font-weight: 300;
	margin-bottom: 3vw;
}

.inp-final-max {
	width: 97%;
	margin: 1.5vw 1.5%;
}

.send-form-8 {
	width: 60%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn-f8 {
	width: 28vw;
}

.tp4 {
	margin-top: 1vw;
}

.link-test {
	display: block;
	position: relative;
	color: #5bbfff;
	font-size: 0.91vw;
	font-weight: 900;
	text-decoration: underline;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	padding: 1vw;
	padding-right: 3vw;
	margin-bottom: 7vw;
}

.link-test:before {
	position: absolute;
	content: "";
	left: 0;
	top: 35%;
	width: 100%;
	height: 70%;
	background: url("../img/test/border.png") no-repeat center;
	background-size: 100% 100%;
}

.test__righ-t4 {
	padding-top: 5vw;
}

.link-img-p {
	position: absolute;
	right: -0.5vw;
	top: 0;
	display: block;
	width: 5vw;
	max-width: none;
	max-height: none;
}

.sgg {
	margin: 2vw 0;
	margin-left: -1.6vw;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.qw1-1 .label-test__block {
	padding: 0 !important;
}

.portfolio-img-mob {
	display: none;
}

.injener {
	margin-bottom: 5vw;
	margin-top: 5vw;
}


/* html{
	font-size: 1vw;
} */

.portfolio {
	font-size: 1vw;
	padding-bottom: 3rem;
}

.tac {
	text-align: center;
}

.lh1 {
	line-height: 1;
}

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

.t34 {
	font-size: 1.77vw;
}

.t24 {
	font-size: 1.25vw;
}

.t18 {
	font-size: .94vw;
}

.t184 {
	font-size: 1.3vw;
}

.t16_plus {
	font-size: 1.3vw;
}

.t16 {
	font-size: .83vw;
}

.t14 {
	font-size: .73vw;
}

.link-zamer {
	transition: all 0.4s;
}

.link-zamer-wrap {
	display: flex;
	justify-content: center;
	margin-top: 1.2vw;
	width: 82%;
}

.link-zamer-wrap:hover a {
	color: #000 !important;
}


/* .portfolio-wrap {
  width: 80%;
} */

.gray {
	color: #767678;
}

.fwb {
	font-weight: 900;
}

.fw4 {
	font-weight: 400;
}

.fw3 {
	font-weight: 300;
}

.white {
	color: #fff;
}

.portfolio__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

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

.mb2 {
	margin-bottom: 1.4vw;
}

.pf-gz {
	width: 80%;
	position: absolute;
	left: 50%;
	bottom: -2rem;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
}

.pf-gz-text {
	box-shadow: inset 0 4px 3px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	padding: 0.5vw 1vw;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
	color: #ffffff;
	position: absolute;
	left: 50%;
	top: 61%;
	transform: translate(-50%, -50%);
	/* width: 80%; */
	background: rgba(0, 0, 0, 0.1);
}

.portfolio__nm {
	margin: 0 0.7vw;
	display: flex;
	align-items: flex-start;
}

.portfolio__btn {
	cursor: pointer;
	border: none;
	background: transparent;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	width: 3vw;
	margin: 0 0.3vw;
}

.portfolio__btn:hover {
	-webkit-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
}

.portfolio__btn:active {
	-webkit-transform: scale(1.18);
	-ms-transform: scale(1.18);
	transform: scale(1.18);
}

.portfolio-slider {
	width: 120vw;
}

.portfolio-slider__item {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1vw;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	background-color: #ffffff;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 1vw 0.1vw;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	opacity: 0.7;
	-webkit-transform: scale(0.87);
	-ms-transform: scale(0.87);
	transform: scale(0.87);
	flex-wrap: wrap;
	border: 3px solid #f6f6f6;
}

.portfolio-slider__item.slick-current {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.portfolio-slider__left {
	width: 52%;
	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;
	position: relative;
}

.portfolio-slider__left-img {
	width: 100%;
	height: 23vw;
	margin-bottom: 2vw;
	/* border-radius: 5px; */
	/* border: 1px solid #cfcfcf; */
}


/* .portfolio-slider__left-img.min {
  width: 23%;
  margin: 0 1%;
  height: 5vw;
} */

.portfolio-slider__right {
	width: 43%;
	padding: 1vw 0;
}

.trg2 {
	color: #38b1ff;
}

.portfolio-slider__advas-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 3rem;
	align-items: center;
}

.portfolio-slider__advas-item-img {
	width: 3.5vw;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 1.3vw;
}

.portfolio-slider__text {
	width: 100%;
	margin-top: 1vw;
	padding: 1.5vw;
}

.btn-js-1 {
	display: inline-flex;
	letter-spacing: 0.9px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
	padding-left: 3vw;
	padding-right: 3vw;
}

.portfolio-tab {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 2vw;
	margin-bottom: 2vw;
}

.portfolio-tab__item {
	padding: 0.8vw 2.2vw;
	border-radius: 50px;
	border: 2px solid rgba(232, 232, 232, 0.68);
	background-color: #ffffff;
	color: #767678;
	transition: all 0.4s;
	margin: 0.5rem;
	cursor: pointer;
}

.portfolio-tab__item.active {
	border: 2px solid rgba(252, 197, 8, 0.68);
	color: #1d1d1d;
}

.portfolio-tab__item:hover {
	color: #fefeff;
	border: 2px solid rgba(232, 232, 232, 0);
	background-color: #fdd857;
	background-image: linear-gradient(to top, #f8ab06 0%, rgba(255, 255, 255, 0) 100%);
}

.present-img-mob-2 {
	left: 28%;
	height: 6rem;
}

.mbm {
	margin-bottom: .7vw;
}

.mb {
	margin-bottom: 1.47vw;
}

.ttu {
	text-transform: uppercase;
}

.mv2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 2.3vw;
}

.mv2-left {
	width: 60%;
}

.mv2-right {
	width: 40%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.w100 {
	width: 100%;
}

.tdu {
	text-decoration: underline;
}

.modal-big {
	padding: 0 !important;
	width: 54vw !important;
}

.mv2-row {
	display: flex;
	justify-content: space-between;
	margin-top: 2vw;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.mv2-row__img {
	height: 8vw;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.5vw;
}

.aic {
	align-items: center;
}

.tnh-bg {
	background: url("/assets/img/bg-tnh.jpg") no-repeat center;
	background-size: cover;
	height: 100vh;
}

.video__youtube {
	width: 550px;
	height: 400px;
}

.p0 {
	padding: 0;
}

.private {
	margin-top: 20px;
}

.text-right {
	display: flex;
	flex-direction: column;
}

.disc {
	list-style: disc;
	padding-left: 5%;
}

table,
td {
	border: 1px solid #000;
	border-collapse: collapse;
	font-size: 1vw;
}

td {
	padding: 10px;
}

@media (max-width: 900px) {
	.header__number {
		border-radius: 30px;
		padding: 0.55rem 1.6rem;
		background-color: #fff;
		box-shadow: 0 0 11px rgba(0, 0, 0, 0.2);
	}
	.portfolio {
		padding-bottom: 5rem;
		padding-top: 7rem;
	}
	.portfolio-slider__item {
		padding: 1rem;
	}
	.portfolio-slider__right {
		padding: 1rem 0;
	}
	.btn-js-1 {
		padding-left: 4rem;
		padding-right: 4rem;
	}
	.portfolio {
		font-size: 1rem;
		padding-bottom: 3rem;
	}
	.t-min2 {
		font-size: 2.35rem;
	}
	.t34 {
		font-size: 1.77rem;
	}
	.t24 {
		font-size: 1.25rem;
	}
	.t18 {
		font-size: .94rem;
	}
	.t184 {
		font-size: 1.3rem;
	}
	table,
	td {
		border: 1px solid #000;
		border-collapse: collapse;
		font-size: 1rem;
	}
	td {
		/* padding: 10px; */
	}
	.t16_plus {
		font-size: 1.3rem;
	}
	.t16 {
		font-size: .83rem;
	}
	.t14 {
		font-size: .73rem;
	}
	.mb2 {
		margin-bottom: 1.4rem;
	}
	.portfolio-tab__item {
		padding: 1.3rem 2.2rem;
	}
	.header-inner-wa__text {
		font-size: 1.5rem;
	}
	.header-inner-wa__text {
		display: none;
	}
	.icon-kat {
		height: 20px;
		padding-right: 10px;
	}
	.video__youtube {
		width: 560px;
		height: 315px;
	}
}

@media (max-width: 767px) {
	.main__advas {
		width: 100%;
	}
	.portfolio__title {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.portfolio-slider__item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.portfolio-slider__left {
		width: 100%;
	}
	.portfolio-slider__left-img {
		height: 37vw;
	}
	.portfolio-slider__left-img.min {
		height: 9vw;
	}
	.portfolio-slider__right {
		width: 100%;
	}
	.portfolio-slider__advas-item-img {
		width: 4rem;
	}
	.present-img-mob-2 {
		left: 28% !important;
		height: 6rem !important;
	}
	.portfolio {
		padding-bottom: 4rem;
	}
	.header__cont {
		flex-direction: column;
	}
	.video__youtube {
		width: 300px;
		height: 200px;
	}
	.socials-block {
		display: flex;
		flex-direction: row;
		width: 50%;
		justify-content: space-around;
	}
}

@media (max-width: 567px) {
	.portfolio-img-mob {
		display: block;
		width: 21rem;
		margin-bottom: 3rem;
		margin-top: -3rem;
		margin-left: auto;
		margin-right: auto;
	}
	.test .test__block .radio-label {
		font-size: 1.2rem !important;
	}
	.main__btn-arr {
		width: 1.3rem;
		margin: 0 0.7rem;
	}
	.portfolio-slider {
		width: 100%;
	}
	.portfolio-slider__left-img {
		height: 67vw;
	}
	.portfolio-slider__left-img.min {
		height: 14vw;
	}
	.portfolio-slider__advas-item {
		margin-bottom: 1.4rem;
	}
	.injener .btn {
		width: 100%;
	}
	.injener .btn-final-wrap {
		width: 100%;
	}
	.injener {
		margin-bottom: 6rem;
	}
}

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

.modal {
	border-radius: 8px;
	overflow: hidden;
	background-color: #ffffff;
	z-index: 14;
}

.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 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;
	width: 28vw;
	margin-bottom: 8vw;
	z-index: 22;
}

.modal-min {
	width: 24vw;
}

.modal-big {
	width: 70vw;
	padding: 3vw 0;
}

.modal-big .descr {
	padding: 0.5rem;
}

.modal-md {
	width: 59vw;
}

.modal .title-section {
	margin-bottom: 1.3vw;
}

.modal__cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 3.8vw;
}

.modal__text {
	width: 37%;
}

.modal__text-item {
	font-weight: 300;
	font-size: 0.8vw;
	margin-bottom: 1.5vw;
}

.modal__text-item span {
	font-weight: 700;
}

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

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

.modal-title {
	color: #1d1d1d;
	font-size: 1.6vw;
	font-weight: 600;
	text-align: center;
}

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

.close {
	position: absolute;
	right: 0;
	top: 0;
	width: 2vw;
	height: 2vw;
	-webkit-transform: translate(40%, -40%);
	-ms-transform: translate(40%, -40%);
	transform: translate(40%, -40%);
	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;
}

.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 {
	-webkit-box-shadow: 0 6px 12px rgba(255, 198, 0, 0.3);
	box-shadow: 0 6px 12px rgba(255, 198, 0, 0.3);
}

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

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

.final__btn-wrap img {
	display: none;
}

.link-img {
	display: none;
}

.present-img-mob {
	display: none;
}


/* .present-img-mob-hide{
	display: block;
} */

.present-img-mob-hide {
	display: none;
}

@media (max-width: 901px) {
	.test__d-show {
		display: block;
	}
	.logo__img {
		max-width: 13rem;
		margin-right: 1rem;
	}
	.link-img-p {
		right: -0.5rem;
		top: -1rem;
		width: 6rem;
	}
	.link-test {
		width: 26rem;
		margin: 1.5rem auto;
		padding: 1rem 3rem;
		padding-right: 5rem;
	}
	.link-test {
		font-size: 1.1rem;
		text-align: center;
	}
	.logo__text {
		font-size: 1.1rem;
		padding: 0.5rem;
		padding-left: 1rem;
	}
	.header__cont {
		padding: 1.6rem 0;
		margin-bottom: 1.5rem;
	}
	.text-small {
		font-size: 1.2rem;
	}
	.header__number {
		margin-right: 0;
		margin-top: 20px;
	}
	.header__number .text-small {
		color: #5ca4ff;
		margin-bottom: 0.3rem;
	}
	.container {
		max-width: 90vw;
	}
	.number {
		font-size: 1.6rem;
	}
	.number img {
		margin-right: 0.8rem;
	}
	.title {
		font-size: 3rem;
	}
	.title br {
		display: none;
	}
	.subtitle {
		font-size: 1.8rem;
		padding-left: 5rem;
	}
	.subtitle:before {
		width: 4rem;
	}
	.subtitle-img {
		margin-right: 1rem;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	.subtitle-tooltip {
		width: 34rem;
		padding: 1.5rem 1rem;
	}
	.text {
		font-size: 1.2rem;
	}
	.img-hover {
		width: 24rem;
	}
	p {
		margin: 0.3rem 0;
	}
	.main__advas-item:before {
		width: 1.5rem;
		height: 1.5rem;
	}
	.main__info {
		width: 53%;
	}
	.main__btn-wrap {
		width: 32rem;
	}
	.btn-text {
		font-size: 1.3rem;
	}
	.btn {
		min-height: 6rem;
	}
	.main__btn-wrap-img {
		width: 7rem;
		left: -1rem;
	}
	.main__btn-wrap .btn {
		padding-left: 5rem;
	}
	.main__block-info {
		width: 61%;
	}
	.main__block-text {
		font-size: 2.6rem;
	}
	.main__block-text span {
		font-size: 9rem;
	}
	.test {
		padding: 7rem 0;
	}
	.titletest {
		font-size: 2.3rem;
		margin-bottom: 3rem;
	}
	.test__right {
		display: none;
		width: 0;
	}
	.test__cont {
		width: 100%;
		padding: 1.5rem;
	}
	.test-proc {
		margin-bottom: 2rem;
	}
	.test-item__progress {
		margin: 2rem auto;
	}
	.test__item-title {
		font-size: 1.7rem;
		margin-bottom: 3rem;
	}
	.label-test {
		height: 15vw;
		margin-bottom: 2.5rem;
	}
	.label-test__block {
		min-height: 4rem;
	}
	.radio-psevdo {
		width: 1.9rem;
		height: 1.9rem;
	}
	.radio-label {
		font-size: 1.2rem;
	}
	.label-test__block-l {
		min-width: 5rem;
		min-height: 4rem;
		font-size: 1.2rem;
		padding: 0 0.5rem;
	}
	.btn-test {
		font-size: 1.1rem;
		width: 17rem;
	}
	.test__btn-block {
		margin-top: 1.5rem;
	}
	.item-c {
		margin-bottom: 2.5rem;
		width: 30%;
	}
	.label-img {
		height: 13vw;
	}
	.label-radio {
		height: 13vw;
	}
	.test-info-img {
		max-width: 2.5rem;
	}
	.tooltop {
		width: 32rem;
	}
	.checkbox-psevdo {
		width: 2rem;
		height: 2rem;
		margin-right: 1rem;
	}
	.video-play {
		width: 4rem;
		height: 4rem;
		left: -0.5rem;
		bottom: -0.5rem;
	}
	.label-test4 {
		height: 20vw;
	}
	.label-test5 {
		height: auto !important;
	}
	.radio-psevdo-active {
		width: 0.9rem;
		height: 0.9rem;
	}
	.radio-psevdo {
		box-shadow: inset 0 2px 5px rgb(0 0 0 / 42%);
	}
	.item-wq-6 {
		margin-bottom: 2rem;
	}
	.title-presents {
		font-size: 1.3rem;
		margin-bottom: 1rem;
	}
	.radio-psevdo {
		margin-right: 0.7rem;
	}
	.test-social-item {
		margin: 1rem 0;
	}
	.send-form {
		width: 100%;
	}
	.input {
		min-height: 5rem;
		font-size: 1.4rem;
	}
	.btn-final {
		width: 24rem;
	}
	.btn-final-img {
		width: 6rem;
		right: -1rem;
		top: 0.1rem;
	}
	.title-descr {
		font-size: 1.7rem;
		margin-bottom: 1.5rem;
	}
	.test__item-title-8 {
		font-size: 2rem;
	}
	.test__item-title-8 br {
		display: none;
	}
	.test__item-title-8.light {
		margin-top: 2rem;
		margin-bottom: 1rem;
	}
	.final-list {
		margin-bottom: 2rem;
	}
	.final-list li {
		margin: 0.5rem 0;
		font-size: 1.3rem;
	}
	.final-list li img {
		margin-right: 0.8rem;
	}
	.test__item-subtitle-8 {
		font-size: 1.4rem;
		margin-bottom: 3rem;
	}
	.btn-f8 {
		width: 32rem;
	}
	.main-plus {
		top: 51%;
		right: 5%;
	}
	.main-plus .tooltop {
		width: 24rem;
	}
	.main__block-info .text-small {
		color: #5ca4ff;
	}
	.main-plus-item-img {
		width: 1.6rem;
		height: 1.6rem;
	}
	.title__item {
		font-size: 1.4rem;
	}
	.close {
		width: 3rem;
		height: 3rem;
	}
	.modal-video {
		height: 47vw;
	}
	.mws {
		width: 36rem;
		padding: 2.5rem;
	}
	.modal-title {
		font-size: 1.8rem;
	}
	.test-item__info {
		width: 100%;
		/* margin-left: 4vw; */
	}
	.small-text {
		font-size: 1.3rem;
	}
	.ranges-inp {
		width: 8rem;
		padding: 0.7rem;
		border-radius: 5px;
		height: 2.7rem;
		margin: 0 0.6rem;
	}
	.qw-1-bg {
		bottom: -11.2vw;
		right: -2.5vw;
		width: 42vw;
	}
	.tim-qw1 {
		margin: 1.5rem 0;
		margin-left: 1.1rem;
	}
}

@media (max-width: 767px) {
	.present-img-mob-hide {
		top: 14rem;
		display: none;
		height: 8rem;
		position: absolute;
		left: 59%;
	}
	.main__cont {
		padding: 3rem 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.main__info {
		width: 100%;
	}
	.logo__text {
		width: 14rem;
	}
	.title__item {
		margin: 3rem 0;
	}
	.main__advas-item {
		color: #fab915;
	}
	.main__advas-item .text {
		/* font-weight: 400; */
		font-size: 1.3rem;
	}
	.main__block-bak {
		position: relative;
		left: auto;
		bottom: auto;
		top: auto;
		right: auto;
		width: 29rem;
	}
	.main__block {
		margin: 1rem auto;
	}
	.main__block-item {
		display: none;
	}
	.main-plus {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	.test .tooltop {
		width: 26rem;
		padding: 1rem;
	}
	.item-wq-3 {
		margin-bottom: 2.5rem;
		width: 46%;
	}
}

@media (max-width: 567px) {
	.money {
		right: 0.3rem;
		top: 0.3rem;
		height: 1.3rem;
	}
	.present-img-mob {
		display: block;
		left: 54% !important;
		bottom: auto;
		top: 13rem !important;
		height: 8rem !important;
	}
	.test__cont {
		padding: 1.5rem 0.5rem;
	}
	.item-c .label-img {
		height: 17vw;
		margin-bottom: 0.5rem;
	}
	.item-c .label-radio {
		height: 17vw;
		margin-bottom: 0.5rem;
	}
	.main-bg {
		/* background: #e3f4ff !important; */
		background: url("/assets/img/bg_m.png") no-repeat 80% 0%;
	}
	.title span {
		color: #dca008;
	}
	.test-item__info {
		margin-top: -2.5rem;
	}
	.lbmod-1 .label-test__block,
	.label-test4 .label-test__block {
		/* position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%; */
		font-size: 1rem !important;
		background: rgba(255, 255, 255, 0.8);
	}
	.test__block .radio-label {
		font-size: 0.9rem !important;
	}
	.label-test__block {
		min-height: 3rem;
	}
	.tim-qw1 {
		margin-top: 0.5rem;
		margin-bottom: 1rem;
	}
	.qw1-wrapper {
		margin-bottom: 11rem;
	}
	.qw-1-bg {
		bottom: -6.2vw !important;
		right: -1.5vw !important;
		width: 73vw !important;
	}
	.qw-1-bg:before {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		height: 3rem;
		width: 100%;
		background: linear-gradient(to top, #fff 0%, #fff 30%, transparent 100%);
	}
	.logo__text {
		display: none;
	}
	.header__number .text-small {
		display: none;
	}
	.number {
		font-size: 1.4rem;
	}
	.title {
		font-size: 2.4rem;
	}
	.all {
		background-position: left center !important;
	}
	.subtitle-tooltip:before {
		left: 6rem;
	}
	.subtitle-tooltip-img {
		width: 6rem;
	}
	.subtitle-tooltip {
		width: 29rem;
	}
	.subtitle-tooltip-img img {
		-webkit-transform: scale(2) translateX(-11%);
		-ms-transform: scale(2) translateX(-11%);
		transform: scale(2) translateX(-11%);
	}
	.subtitle-tooltip-img:hover .img-hover {
		-webkit-transform: translate(101%, -50%) scale(1);
		-ms-transform: translate(101%, -50%) scale(1);
		transform: translate(101%, -50%) scale(1);
	}
	.main__advas {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.main__advas-item {
		padding-left: 0.6rem;
		width: 100%;
		margin: 1rem 0;
	}
	.main__advas-item br {
		display: none;
	}
	.main__btn-wrap .btn {
		width: 28rem;
		padding: 1rem;
		margin-top: 7rem;
	}
	.main__btn-wrap-img {
		top: -6rem;
		left: 11rem;
	}
	.main__block {
		width: 28rem;
		margin-top: 2rem;
	}
	.main__btn-wrap {
		width: auto;
	}
	.main__cont {
		padding-bottom: 0;
	}
	.label-test {
		height: 23vw;
		width: 47%;
	}
	.item-c {
		width: 47%;
	}
	.item-wq-3 {
		width: 47%;
		flex-direction: column;
	}
	.item-wq-3-img {
		width: 100%;
		height: 21vw;
	}
	.item-wq-3-info {
		/* position: absolute; */
		/* top: 0; */
		/* left: 0; */
		width: 100%;
		height: auto;
		background: rgba(255, 255, 255, 0.7);
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.item-wq-3-info .radio-label {
		flex-direction: row;
		align-items: center;
		flex-wrap: nowrap;
		justify-content: center;
		text-align: left !important;
		padding: 0.2rem;
	}
	.item-wq-3-info .checkbox-psevdo {
		margin-bottom: 0;
		margin-right: 1rem;
	}
	.item-wq-6 .item-wq-3-info {
		justify-content: flex-end;
		align-items: center;
		flex-direction: column;
	}
	.label-img {
		height: 27vw;
	}
	.label-radio {
		height: 27vw;
	}
	.label-test4 {
		height: 27vw;
	}
	.qw5 {
		width: 100%;
	}
	.qw5 .label-test5 {
		width: 97%;
		margin: 0.7rem !important;
		padding: 0.6rem;
	}
	.link-zamer-wrap {
		justify-content: flex-start;
		padding-left: 2.1rem;
		width: 100%;
	}
	.label-test5 {
		margin: 1rem 0 !important;
	}
	.label-test5-z {
		display: none;
	}
	.qw5-img {
		display: none;
	}
	.item-wq-6 {
		min-height: 33vw;
	}
	.final .test__item-title {
		margin-bottom: 1rem;
	}
	.qw-7-img {
		position: relative;
		left: auto;
		top: auto;
		bottom: auto;
		max-width: none;
		height: 13rem;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 1rem auto;
	}
	.send-form {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.input {
		width: 100%;
		margin: 1rem auto;
	}
	.btn-f8 {
		width: 23rem;
	}
	.label-test__block {
		padding-left: 0.5rem;
	}
	.mws {
		width: 91%;
	}
	.main-plus-item .tooltop {
		width: 22rem;
		padding: 1rem;
	}
	.main-plus-item .tooltop:before {
		display: none;
	}
	.main-plus-item-3:hover .tooltop {
		left: -35.45vw;
	}
	.dna {
		display: none;
	}
	.qw1-wrapper {
		position: relative;
		width: 100%;
		z-index: 14;
	}
	.qw-1-bg {
		bottom: -17.2vw;
		right: -2.5vw;
		width: 73vw;
	}
	.btn-arr {
		margin: 0.5rem;
		/*margin-top: 1.5rem;*/
	}
	.qw1-1 .ranges-inp {
		width: 8rem;
		margin-right: 0.5rem;
	}
	.ranges-inp {
		background: #f5f5f5;
		border: 1px solid #f5f5f5;
	}
	.modal-big {
		width: 90vw !important;
	}
}

@media (max-width: 420px) {
	.slider-block__wrap {
		flex-wrap: wrap;
		justify-content: center;
	}
	.test-item__info .btn-arr {
		width: 2.5rem;
		margin-top: 1.7rem;
	}
	.slider-block {
		width: 70%;
	}
	.qw-1-bg {
		bottom: -29.2vw;
		right: -5.5vw;
		width: 73vw;
	}
	.tim-qw1 {
		text-align: center;
	}
}

@media (min-device-width: 320px) and (max-device-width: 568px) and (orientation:portrait) {
	.number {
		background-image: none;
		-webkit-background-clip: text;
		-webkit-text-fill-color: #5b76ff;
	}
}

@media (min-device-width: 320px) and (max-device-width: 568px) and (orientation:landscape) {
	.number {
		background-image: none;
		-webkit-background-clip: text;
		-webkit-text-fill-color: #5b76ff;
	}
}