/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */html{color:#222;font-size:1em;line-height:1.4}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}.sr-only,fieldset{border:0;padding:0}audio,canvas,iframe,img,svg,video{vertical-align:middle}fieldset{margin:0}textarea{resize:vertical}.hidden,[hidden]{display:none!important}.sr-only{clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.sr-only.focusable:active,.sr-only.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;white-space:inherit;width:auto}.invisible{visibility:hidden}.clearfix::after,.clearfix::before{content:" ";display:table}.clearfix::after{clear:both}@media print{blockquote,img,pre,tr{page-break-inside:avoid}*,::after,::before{background:#fff!important;color:#000!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]::after{content:" (" attr(href) ")"}abbr[title]::after{content:" (" attr(title) ")"}a[href^="#"]::after,a[href^="javascript:"]::after{content:""}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #999}thead{display:table-header-group}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}}
@font-face {
	font-family: 'Lato';
	src: local('Lato'),
		url("../font/Lato/Lato-Regular.ttf");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Lato';
	src: local('Lato Semibold'),
		url("../font/Lato/Lato-Semibold.ttf");
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Lato';
	src: local('Lato Bold'),
		url("../font/Lato/Lato-Bold.ttf");
	font-weight: 700;
	font-style: normal;
}
html {
	overflow-y: scroll;
	overflow-x: hidden;
	background: #ffe9f9;
}
body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #373737;
	overflow: hidden;
	margin: 0 auto;
	background-color: #fff;
	min-height: 100vh;
	box-sizing: border-box;
}
.mfp-close-btn-in .mfp-close {
	background: #fff;
	border-radius: 50%;
	opacity: 1;
	width: 25px;
	height: 25px;
	font-size: 0;
	background-image: url(../img/icons/close-popup.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 76% 76%;
	top: 22px;
	right: 20px;
	position: absolute;
	cursor: pointer;
}
@media (min-width: 768px) {
	.popup__content--video .mfp-close {
		right: -36px;
		top: 12px;
	}
}	
.popup {
	padding: 0 15px;
}
.popup__title {
	font-size: 30px;
	display: block;
	font-weight: 600;
	line-height: 1.2;
	padding-top: 46px;
	margin-bottom: 29px;
}
@media (max-width: 600px) {
	.popup__title {
		font-size: 32px;
	}
}
.popup__content {
	width: 434px;
	max-width: 100%;
	 box-sizing: border-box;
	padding: 20px 35px 47px 35px;
	margin: 0 auto;
	position: relative;
	background: #FFFFFF;
	box-shadow: 20px 20px 150px rgba(80, 50, 100, 0.06);
}
@media (max-width: 550px) {
	.popup__content {
		padding: 52px 30px 39px 30px;
	}
}
.popup__content--video {
	height: calc(100vh - 30px);
	padding: 0;
	width: 100vw;
}
@media (min-width: 768px) {
  .popup__content--video {
	width: 90vw;
	margin-top: 16px;
	}
}
.popup__back {
	white-space: nowrap;
	border: 0;
	background: none;
	cursor: pointer;
	font-size: 20px;
	line-height: 109.5%;
	letter-spacing: -0.01em;
	transition: all .2s ease-in-out;
}
.popup__back:hover {
	opacity: .65;
}
.popup__back:after {
	content: '';
	margin-left: 16px;
	transform: translateY(4px);
	width: 10px;
	height: 17px;
	background-image: url(../img/icons/popup-button-arrow.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.popup__video {
	width: 100%;
	height: 100%;
	background: black;
}
.mfp-preloader {
	display: none;
}
/* overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	        transform: translateY(-25px);
	transition: all 0.3s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	        transform: translateY(0);
	opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.container {
	width: 1140px;
	max-width: 100%;
	 box-sizing: border-box;
	padding: 0 15px;
	margin: 0 auto;
}
.hero {
	padding-top: 82px;
	padding-bottom: 70px;
	background-image: url(../img/quiz-bg.jpg);
	background-size: cover;
	position: relative;
	background-attachment: fixed;
	background-position: center;
	/* background-repeat: no-repeat; */
}
@media (max-width: 640px) {
  .hero {
	padding-top: 50px;
	padding-bottom: 60px;
	}
}
.hero:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(rgb(0 0 0 / 7%), rgb(159 159 159 / 9%));
}
.hero__inner {
	position: relative;
	z-index: 2;
}
.quiz {
	background-color: rgb(255 255 255 / 94%);
	padding: 33px 25px 30px 25px;
	box-sizing: border-box;
	color: #373737;
}
.quiz-list {
	list-style: none;
	padding-left: 15px;
	margin-bottom: 31px;
}
.quiz-list__item {
	padding-left: 15px;
	position: relative;
}
.quiz-list__item:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '-';
}
.quiz-list__item,
.quiz > p {
	margin: 0 0 15px 0;
	font-weight: bold;
}
.quiz__big-text {
	font-size: 22px;
	font-weight: 700;
}
.quiz li strong,
.quiz p strong {
	color: #337a51;
}
.quiz__button {
	font-family: 'Montserrat', sans-serif;
	cursor: pointer;
	border-radius: 5px;
	text-transform: uppercase;
	box-sizing: border-box;
	padding: 26px 10px 25px 10px;
	text-decoration: none;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
	width: 620px;
	max-width: 100%;
	display: block;
	background: #fff;
	color: #337a51;
	font-weight: 600;
	border: 1px solid #337a51;
	text-align: center;
	font-size: 19px;
	margin: 33px auto 25px auto;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.quiz__button:hover {
	background-color: #337a51;
	color: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .3);
}
.quiz__popup {
	display: none;
	z-index: 9991;
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}
.quiz__popup:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/quiz-popup-bg.jpg");
	background-position: center;
	background-size: cover;
	transition: all .15s ease-in-out;
	opacity: 0;
	        transform: scale(1.03);
	z-index: -1;
	overflow: hidden;
}
.quiz__popup--active:before {
	        transform: scale(1);
	opacity: 1;
	transition: all .65s ease-in-out;
}
.quiz__popup:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(105 110 147 / 80%);
	transition: all .15s ease-in-out;
	opacity: .5;
	z-index: -1;
	overflow: hidden;
}
.quiz__popup--active:after {
	opacity: 1;
	transition: all .65s ease-in-out;
}
.quiz__popup--active {
	display: flex;
}
.quiz__close {
	border: none;
	background: url(../img/icons/close.svg);
	background-size: 100% 100%;
	width: 22px;
	height: 22px;
	cursor: pointer;
	position: absolute;
	z-index: 1;
	right: 40px;
	top: 40px;
	transition: all .2s ease-in-out;
}
.quiz__close:hover {
	opacity: .7;
}
.quiz__inner {
	display: flex;
	        flex-direction: column;
	padding: 83px 0 40px 0;
	 box-sizing: border-box;
	height: 100%;
	overflow-y: auto;
	transition: all 1999s ease-in-out;
	opacity: 0;
	-webkit-transform: translateY(20px);
	    -ms-transform: translateY(20px);
	        transform: translateY(20px);
}
.quiz__popup--active .quiz__inner {
	transition: all .65s ease-in-out;
	opacity: 1;
	        transform: translateY(0);
}
.quiz__content {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
display: flex;

	        align-items: center;

	        justify-content: center;

	        flex-direction: column;
	margin-bottom: 20px;
}
.quiz-progress {
	position: relative;
}
.quiz-progress__percents {
	color: #333;
	 box-sizing: border-box;
	padding: 5px 9px;
	background: #fff;
	transition: all .3s ease-in-out;
	border-radius: 3px;
	white-space: nowrap;
	font-size: 12px;
	font-weight: 700;
	position: absolute;
	left: 0;
	bottom: 18px;
	        transform: translateX(-50%);
	transition: all .3s ease-in-out;
}
.quiz-progress__percents:after {
	content: '%';
}
.quiz-progress__percents:before {
	content: '';
	position: absolute;
	left: 14px;
	bottom: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #fff;
}
.quiz__info {
display: flex;

	        justify-content: center;
}
.quiz-progress__track {
	width: 240px;
	height: 3px;
	max-width: 100%;
	background-color: rgba(150, 150, 150, .3);
	border-radius: 2px;
}
.quiz-progress__filler {
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	background-color: #fff;
	border-radius: 2px;
	transition: width .35s ease-in-out;
}
.quiz__actions {
display: flex;

	        justify-content: center;

	        align-items: center;
}
.quiz-prev {
	margin-right: 20px;
	display: block;
	border: none;
	background-color: #eeeeee63;
	cursor: pointer;
	 box-sizing: border-box;
	padding: 17px 10px 10px 10px;
	background-image: url(../img/icons/arrow-left.svg);
	background-size: 16px 16px;
	background-position: center 54%;
	background-repeat: no-repeat;
	transition: all .35s ease-in-out;
	border-radius: 4px;
	width: 46px;
	height: 46px;
}
.quiz-prev:hover {
	opacity: .8;
}
.quiz-button {
	cursor: pointer;
	border: 0;
	border-radius: 4px;
	background: #fff;
	 box-sizing: border-box;
	padding: 10px 20px;
	font-weight: 600;
	font-size: 15px;
	color: #333333;
	text-align: center;
	transition: all .2s ease-in-out;
	-moz-user-select: none;
	-webkit-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.quiz-button:hover {
	background-color: rgb(245, 245, 245);
}
.quiz__tip {
	margin-left: 20px;
	-moz-user-select: none;
	-webkit-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	font-size: 14px;
	opacity: .5;
	color: #fff
}
.quiz__next {
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.quiz__next--waiting {
	color: transparent;
	background-image: url(../img/icons/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px 16px;
}
.quiz__next--done {
	color: transparent;
	background-image: url(../img/icons/check.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px 12px;
}
.quiz__steps {
	margin: 0 auto;
	width: 1140px;
	max-width: 100%;
	 box-sizing: border-box;
	padding: 0 15px;
	height: 100%;
display: flex;

	        align-items: center;

	        justify-content: center;
	position: relative;
}
.quiz__step {
            flex-direction: column;
            align-items: center;
    width: 97.5%;
            flex: 1;
    transition: all .4s cubic-bezier(.21,.67,.58,1) .15s;
}
.quiz__heading {
	display: block;
	margin: 0 0 50px 0;
	width: 572px;
	max-width: 100%;
	 box-sizing: border-box;
	text-align: center;
	font-weight: 600;
	letter-spacing: .35px;
	font-size: 30px;
	line-height: 1.2;
	color: #fff;
}
.quiz__heading--big {
	font-size: 38px;
}
.quiz-radio__item {
	display: block;
	margin-bottom: 16px;
	cursor: pointer;
}
.quiz-radio__item:last-child {
	margin-bottom: 0;
}
.quiz-radio__text {
	padding-left: 46px;
	padding-top: 3px;
	color: #fff;
	font-size: 16px;
	position: relative;
	min-height: 26px;
	display: block;
	-moz-user-select: none;
	-webkit-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.quiz-radio__text:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 28px;
	height: 28px;
	border: 2px solid #fff;
	border-radius: 50%;
	 box-sizing: border-box;
	opacity: .5;
	transition: all .3s ease;
}
.quiz-radio__text:after {
	content: '';
	position: absolute;
	left: 9px;
	top: 9px;
	border: 2px solid #fff;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	 box-sizing: border-box;
	opacity: 0;
	transition: all .3s ease;
}
.quiz-radio__item:hover .quiz-radio__text:before,
.quiz-radio__input:checked + .quiz-radio__text:before,
.quiz-radio__input:checked + .quiz-radio__text:after {
	opacity: 1;
}
.quiz-radio__input {
	position: absolute;
	visibility: hidden;
}
.quiz-step__text {
	font-size: 15px;
	line-height: 1.375;
	font-weight: 500;
	color: #fff;
	letter-spacing: .4px;
display: flex;

	        flex-direction: column;
}
.quiz-step__text-input {
	display: block;
	margin-top: 10px;
	width: 550px;
	max-width: 100%;
	 box-sizing: border-box;
	padding: 12px 25px 11px 15px;
	background: #fff;
	min-height: 56px;
	line-height: 1.333;
	font-size: 16px;
	border-radius: 4px;
	border: 0;
}
.quiz-step__text-input:focus {
	outline: none;
}
@media (max-width: 600px) {
  .quiz-step__text-input {
	width: calc(100vw - 30px);
  }
}
.quiz__description {
	color: #fff;
}
.quiz__notification {
	display: none;

	        align-items: center;

	        justify-content: center;

	        flex-direction: column;
	height: auto;
}
.error-shake {
	-webkit-animation: error_shake 0.4s 1 linear;
	        animation: error_shake 0.4s 1 linear;
}
@-webkit-keyframes error_shake {
	0% { -webkit-transform: translate(7px); transform: translate(7px); }
	20% { -webkit-transform: translate(-7px); transform: translate(-7px); }
	40% { -webkit-transform: translate(4px); transform: translate(4px); }
	60% { -webkit-transform: translate(-4px); transform: translate(-4px); }
	80% { -webkit-transform: translate(2px); transform: translate(2px); }
	100% { -webkit-transform: translate(0px); transform: translate(0px); }
}
@keyframes error_shake {
	0% { -webkit-transform: translate(7px); transform: translate(7px); }
	20% { -webkit-transform: translate(-7px); transform: translate(-7px); }
	40% { -webkit-transform: translate(4px); transform: translate(4px); }
	60% { -webkit-transform: translate(-4px); transform: translate(-4px); }
	80% { -webkit-transform: translate(2px); transform: translate(2px); }
	100% { -webkit-transform: translate(0px); transform: translate(0px); }
}
.quiz-radio-image {
	display: grid;
	gap: 30px 21px;
	width: 100%;
	grid-auto-flow: column;
	grid-auto-columns: minmax(0, 217px);
	justify-content: center;
}
.quiz-radio-image__item {
	position: relative;
	cursor: pointer;
}
.quiz-radio-image__item > * {
	pointer-events: none;
}
.quiz-radio-image__input {
	position: absolute;
	visibility: hidden;
}
.quiz-radio-image__pic {
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 22px;
	border-radius: 16px;
	overflow: hidden;
}
.quiz-radio-image__pic:before {
	content: '';
	display: block;
	padding-top: 150%;
	transition: opacity .35s ease;
	background-color: rgba(27,27,28,.5);
	opacity: 0;
}
.quiz-radio-image__input:checked + .quiz-radio-image__pic:before,
.quiz-radio-image__item:hover .quiz-radio-image__pic:before {
	opacity: 1;
}
.quiz-radio-image__pic:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 45px 45px;
	background-image: url(../img/icons/radio-image-check.svg);
	transition: all .35s ease;
	opacity: 0;
}
.quiz-radio-image__input:checked + .quiz-radio-image__pic:after,
.quiz-radio-image__text {
	text-align: center;
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 20px;
	background-size: 50px 50px;
	opacity: 1;
}
.quiz-radio-image__desc {
	display: block;
	padding-top: 11px;
	font-size: 12px;
	text-align: center;
	color: white;
	/* font-weight: bold; */
}
.quiz-step__error {
	font-weight: 500;
	margin-top: 5px;
	font-size: 13px;
	color: #ff5b5b;
	transition: all .3s cubic-bezier(.21,.67,.58,1);
	opacity: 0;
	        transform: translateY(-3px);
	pointer-events: none;
}
.quiz-step__error.visible {
	opacity: 1;
	        transform: none;
	pointer-events: all;
}
.page__header {
	background-color: #cee316;
}
.header__inner {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
@media (max-width: 960px) {
  .header__inner {

	        flex-direction: column;

	        align-items: center;
	}
}
.header__left {
	margin-right: 20px;
	    flex-wrap: wrap;

	        align-items: center;
}
@media (max-width: 730px) {
  .header__left {

	        justify-content: center;
  }
}
@media (max-width: 540px) {
  .header__left {
	margin-right: 0;
  }
}
.header__slogan {
}
.quiz__dead-end {
	display: block;
	margin: 0 0 9px 0;
	text-align: center;
	font-size: 22px;
	line-height: 1.37;
	font-weight: 700;
	color: #337a51;
}
.timer {
display: flex;
	width: 300px;
	max-width: 100%;
	margin: 0 auto;

	        justify-content: center;
}
.timer__item {
display: flex;

	        flex-direction: column;

	        align-items: center;

	        justify-content: center;
	margin: 0 15px;
}
.timer__value {
	display: block;
	position: relative;
	font-size: 40px;
	line-height: 1;
	color: #1f1f1f;
	margin-bottom: 4px;
}
.timer__value:before {
	content: ':';
	position: absolute;
	left: -20px;
	top: -4px;
}
.timer__item:first-child .timer__value:before {
	display: none;
}
.timer__descr {
	color: #333;
	font-size: 12px;
}
.section-title {
	font-size: 37px;
	line-height: 1.2;
	margin: 0 0 15px 0;
	font-weight: 600;
	text-align: center;
	color: #333;
	text-transform: uppercase;
}
@media (max-width: 640px) {
  .section-title {
	font-size: 24px;
	margin-bottom: 15px;
  }
}
.reviews {
	padding: 69px 0 100px 0;
	/* background-image: url(../img/quiz-popup-bg.png); */
	background-size: cover;
	background-position: center;
	position: relative;
}
.reviews:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #7f8281;
	background: linear-gradient(to top,#7f82811a 0,rgb(127 130 129 / 13%) 15%,transparent 105%);
}
.reviews__title {
	margin-bottom: 50px;
	/* text-shadow: 0 2px 3px rgb(0 0 0 / 40%); */
	color: #337a51;
}
.reviews__inner {
	position: relative;
	z-index: 1;
}
.reviews__content {
	
	display: grid;
	grid-template-columns: minmax(0, 70fr) minmax(0, 30fr);
	gap: 30px 50px;
}
@media (max-width: 940px) {
	.reviews__content {
		grid-template-columns: minmax(0, 50fr) minmax(0, 50fr);
	}
}
@media (max-width: 640px) {
  .reviews__content {
	grid-template-columns: minmax(0, 1fr);
  }
}
.review-videos {
	
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-auto-flow: row;
	gap: 30px;
	        align-items: flex-start;
}
@media (max-width: 1200px) {
  .review-videos {
	grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 940px) {
  .review-videos {
	grid-template-columns: minmax(0, 1fr);
  }
}
.review-videos__item {
	display: block;
	border-radius: 10px;
	background-position: center;
	background-size: cover;
	background-color: #7f8281;
	position: relative;
	cursor: pointer;
}
.review-videos__item:before {
	content: '';
	display: block;
	padding-top: 55%;
	background-image: url(../img/icons/play.svg);
	background-position: center;
	background-size: 40px 40px;
	background-repeat: no-repeat;
	transition: all .35s ease-in-out;
	opacity: .8;
}
.review-videos__item:hover:before {
	opacity: 1;
}
.text-input {
	display: block;
	width: 100%;
	 box-sizing: border-box;
	padding: 14px 10px 17px 18px;
	border: 1px solid #E1E1E1;
	background: #FFFFFF;
	font-size: 14px;
	line-height: 100%;
	transition: all .2s ease-in-out;
}
.text-input--error {
	border-color: red;
}
.form {
display: flex;

	        flex-direction: column;
	background: #fff;
	 box-sizing: border-box;
	padding: 37px 20px 34px 20px;
	border-radius: 10px;
}
.form-loading,
.form-loading form {
	pointer-events: none;
}
.form-loading {
	position: relative;
	overflow: hidden;
}
.form-loading:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .6);
}
.form-loading:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/icons/spinner.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25px 25px;
}
.form__fields {
	margin-bottom: -7px;
}
.form__field {
	display: block;
	margin-bottom: 19px;
}
.form__field:last-child {
	margin-bottom: 0;
}
.form__heading {
	display: block;
	margin-bottom: 28px;
	font-weight: 500;
	font-size: 22px;
	line-height: 120%;
}
.form__btn {
	padding: 16px 10px 15px 10px;
	margin-bottom: 0;
}
.footer {
    background: #337a51;
	padding: 54px 0 40px 0;
}
.footer__inner {
	display: flex;
	justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.footer__copyright {
	font-size: 14px;
	line-height: 1.5;
	font-weight: 500;
	text-align: center;
	color: #fff;
}
.footer_link {
	color: #ccc;
}
.footer_link:hover {
	text-decoration: none;
}
.company-slogan {
	display: block;
	text-align: center;
	font-size: 13px;
	color: #444;
}
@media (max-width: 730px) {
  .company-slogan {
	margin-right: 0;
  }
}
.logo {
	width: 185px;
	height: 158px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 660px) {
  .logo {
	width: 190px;
	height: 85px;
	}
}
.logo__image {
	max-width: 100%;
	max-height: 100%;
}
.header__logo {
	height: 200px;
    margin-bottom: -69px;
    position: relative;
    z-index: 11;
    align-items: flex-start;
}
@media (max-width: 730px) {
  .header__logo {
	margin-right: 19px;
  }
}
@media (max-width: 540px) {
  .header__logo {
	margin-right: 0;
  }
}
.company-slogan__text {
	display: block;
	width: 100%;
	 box-sizing: border-box;
	padding: 2px 12px 3px 12px;
	color: #286eb3;
	font-size: 15px;
	text-align: center;
	background: rgba(255, 255, 255, .3);
	border-radius: 8px;
	white-space: nowrap;
}
@media (max-width: 1110px) {
  .company-slogan__text {
	font-size: 12px;
  }
}
@media (max-width: 660px) {
  .company-slogan__text {
	font-size: 10px;
  }
}
.header__right {display: flex;flex-direction: column;justify-content: flex-start;justify-content: center;}
@media (max-width: 1110px) {
  .header__right {
	padding-top: 14px;
	}
}
@media (max-width: 960px) {
  .header__right {

	        align-items: center;
  }
}
.header__phone {
	text-decoration: none;
	font-size: 30px;
	font-weight: 700;
	color: #1a1a1a;
}
@media (max-width: 1110px) {
  .header__phone {
	font-size: 27px;
	}
}
.vagon-samples {
	padding-top: 79px;
	padding-bottom: 52px;
}
@media (max-width: 640px) {
  .vagon-samples {
	padding-top: 40px;
	padding-bottom: 50px;
  }
}
.slider-control {
	pointer-events: all;
	background-color: rgba(232,232,232);
	border: 0;
	border-radius: 50%;
	background-image: url(../img/icons/slider-control.svg);
	background-size: 25%;
	background-repeat: no-repeat;
	background-position: 54% 50%;
	width: 42px;
	height: 42px;
	transition: all .2s ease-in-out;
	display: block;
	        transform: scaleX(-1);
}
.slider-control.swiper-button-disabled {
	opacity: .4;
}
.slider-control:not(.swiper-button-disabled):hover {
	        transform: translateX(-4px);
	cursor: pointer;
}
.slider-control--next {
	        transform: scaleX(1);
}
.slider-control--next:not(.swiper-button-disabled):hover {
	        transform: scaleX(1) translateX(3px);
	cursor: pointer;
}
.slider-control--prev:not(.swiper-button-disabled):hover {
	        transform: scaleX(-1) translateX(3px);
	cursor: pointer;
}
.slider {
	position: relative;
}
.slider__inner {
	overflow: hidden;
}
.slider .swiper-slide {
	height: auto !important;
}
.slider--full-size .slider-controls,
.vagon-samples__controls {
	position: absolute;
	z-index: 3;
	top: 43%;
	left: 0;
	width: calc(100% + 130px);
	        transform: translateX(-65px);
display: flex;
	        justify-content: space-between;
	pointer-events: none;
}
.slider--full-size .slider-controls {
	width: 49vw;
	max-width: 100%;
	left: 50%;
	top: 47%;
	        transform: translateX(-50%);
}
@media (max-width: 1200px) {
  .slider--full-size .slider-controls {
	width: 37vw;
	top: 42%;
  }
}
@media (max-width: 769px) {
  .slider--full-size .slider-controls {
	width: 55vw;
	top: 37%;
  }
}
@media (max-width: 460px) {
  .slider--full-size .slider-controls {
	width: calc(100vw - 24px);
	top: 37%;
	}
}
.vagon-samples__title {
	margin-bottom: 65px;
}
@media (max-width: 640px) {
  .vagon-samples__title {
	margin-bottom: 25px;
  }
}
.product-card {
	height: 100%;
	 box-sizing: border-box;
	padding: 0 0 40px 0;
	background-color: #e0e0e0;
}
.product-card__image {
	position: relative;
	background-size: cover;
	background-position: center;
	margin-bottom: 30px;
}
.product-card__image:before {
	content: '';
	display: block;
	padding-top: 100%;
}
.product-card__title {
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.35;
	color: #333;
}
.product-card__subtitle {
	display: block;
	margin-bottom: 10px;
}
.product-card__descr {
	display: block;
	font-size: 14px;
	line-height: 1.55;
	color: #333;
}
.product-card__body {
	padding: 0 15px;
}
.vagon-gallery {
	padding-top: 49px;
	padding-bottom: 80px;
}
.vagon-gallery__item {
	position: relative;
	background-position: center;
	background-size: cover;
	transition: all .2s ease-in-out;
}
.swiper-slide-next .vagon-gallery__item,
.swiper-slide-prev .vagon-gallery__item {
	opacity: .4;
}
.vagon-gallery__item:before {
	content: '';
	display: block;
	padding-top: 70%;
}
.slider-pagination {
	padding-top: 25px;
display: flex;

	        justify-content: center;
}
.slider-pagination__dot {
	transition: all .2s ease-in-out;
}
.slider-pagination__dot:hover,
.slider-pagination__dot.swiper-pagination-bullet-active {
	background-color: #333;
}
.section-timer__timer .timer__value {
	color: #333;
}
.section-timer__timer .timer__descr {
	color: #333;
}
.section-timer__title {
	display: block;
	margin-bottom: 15px;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	color: #0076d5;
}
.page__main-box {
	z-index: 6;
	position: relative;
	padding-top: 129px;
    padding-bottom: 80px;
}
.quiz__text--big {
    text-align: center;
    font-size: 25px;
    margin-bottom: 37px;
    padding: 5px 15px 0 15px;
}
.reviews__form {
	width: 1000px;
	margin: 0 auto;
	max-width: 100%;
}