 

@charset "UTF-8";
@font-face {
	font-family: "Lato";
	src: url("../fonts/Lato/Lato-Light.eot");
	src: url("../fonts/Lato/Lato-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato/Lato-Light.woff") format("woff"), url("../fonts/Lato/Lato-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

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

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

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:focus, :active {
	outline: none;
}

a:focus, a:active {
	outline: none;
}

a {
	color: inherit;
}

aside, nav, footer, header, section {
	display: block;
}

html {
	height: auto;
	min-width: 320px;
}

 body {
	height: 100%;
	min-width: 320px;
}

body {
	line-height: 1;
	font-family: "Lato";
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	position: relative;
	height: auto;
}

input, button, textarea {
	font-family: "Lato";
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: inherit;
	font-size: inherit;
}

body {
	color: #fff;
	font-size: 14px;
	min-height: 100vh;
	background: url(../img/bg.png);
	overflow-x: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #000000;
}

body::after {
	background: rgba(28, 32, 40, 0.9);
	content: '';
	position: absolute;
	width: 50vw;
	right: calc(-50vw + 36vw);
	height: 100%;
	top: 0;
	z-index: -1;
}

@media(max-width: 1919px) {
	body::after {
		right: calc(-50vw + 33vw);
	}
}

@media(max-width: 1023.98px) {
	body {
		background: url(../img/);
	}
}

body.lock {
	overflow: hidden;
}

.header {
	margin: 0 auto;
	max-width: 1560px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 15px;
	left: 0;
	right: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media(max-width: 1919px) {
	.header {
		max-width: calc(960px + (1620-960)*((100vw - 1024px)/(1919-1024)));
	}
}

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

.header__header-contacts {
	color: #ffffff;
}

.header-logo__wrapp {
	display: block;
	margin-right: 20px;
	max-width: 200px;
}
.header-logo__wrapp img {
	max-width: 100%;
}
.header-logo__text-container {
	color: #ffffff;
	padding-left: 20px;
	position: relative;
}

.header-logo__text-container::before {
	position: absolute;
	content: "";
	height: 27px;
	width: 2px;
	background: #94bbd9;
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header-logo__text {
	font-weight: 300;
	font-size: 18px;
	line-height: 130%;
}

.header-contacts__link {
	display: block;
	font-weight: bold;
	font-size: 20px;
	line-height: 130%;
	/* or 26px */
	text-align: right;
}

.header-contacts__text {
	display: block;
	font-weight: 300;
	font-size: 16px;
	line-height: 130%;
	/* or 21px */
	text-align: right;
	color: #ffffff;
}

@media(max-width: 1600px) {
	.header {
		padding-top: 20px;
	 
	}
}

@media(max-width: 1367px) {
	.header {
		margin-bottom: 10px;
	}
	.header-logo__wrapp {
		max-width: 180px;
	}
	.header-logo__img {
		display: block;
		width: 100%;
	}
	.header-logo__text {
		font-size: 16px;
	}
	.header-contacts__link {
		font-size: 18px;
	}
	.header-contacts__text {
		font-size: 14px;
	}
}

@media(max-width: 1200px) {
	.header {
		position: static;
		padding-left: 0;
		padding-right: 0;
	}
	.header__header-logo {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.header-logo__text {
		max-width: 200px;
	}
}
@media(max-width: 1023.98px) {
	.header {
		max-width: 790px;
		padding: 20px 20px 0;
		z-index: 99;
		position: relative;
		margin-bottom: 0;
	}
	body::after {
		top: 0;
		left: 0;
		width: 100vw;
		height: 100px;
		background: rgba(28, 32, 40, 0.9);
		z-index: 0;
	}
}

@media(max-width: 670px) {
	.header__header-contacts {
		-ms-flex-preferred-size: 134px;
		flex-basis: 134px;
	}
	.header-contacts__link {
		font-size: 16px;
	}
	.header-contacts__text {
		font-size: 12px;
	}
}

@media(max-width: 600px) {
	.header-logo__text {
		max-width: 108px;
		font-size: 14px;
	}
	body::after {
		height: 90px;
	}
}

@media(max-width: 560px) {
	.header-logo__wrapp {
		max-width: 140px;
	}
	.header-logo__text {
		font-size: 12px;
		max-width: 95px;
	}
	.header-contacts__link {
		font-size: 14px;
	}
	.header-contacts__text {
		font-size: 10px;
	}
	body::after {
		height: 80px;
	}
}

@media(max-width: 500px) {
	.header__header-logo {
		display: block;
	}
	.header-logo__wrapp {
		margin-bottom: 25px;
	}
	.header-logo__text-container {
		padding-left: 15px;
	}
	.header-logo__text-container::before {
		height: 2px;
		width: 27px;
		top: -16%;
		left: 10%;
	}
	.header-logo__text {
		margin-left: unset;
		padding-left: unset;
	}
	body::after {
		height: 140px;
	}
}

.wrapper {
	width: 100%;
	overflow: hidden;
	min-height: 100vh;
	position: relative;
}

@media (max-width: 1023.98px) {
	.wrapper {
		background: #000;
	}
}

.container {
	max-width: 1560px;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

@media (max-width: 1919px) {
	.container {
		max-width: calc(960px + (1620-960)*((100vw - 1024px)/(1919-1024)));
	}
}

@media (max-width: 1023.98px) {
	.container {
		max-width: 790px;
		padding: 0 20px;
	}
}

@media (max-width: 767.98px) {
	.container {
		max-width: none;
		padding: 0 10px;
	}
}

.form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	margin: 0px -15px;
}

.form__column {
	padding: 0px 15px;
}

.btn {
	display: inline-block;
	padding: 0px 0px;
}

.btn.fw {
	width: 100%;
}

.select-block {
	position: relative;
}

.select__label {
	z-index: 2;
	position: absolute;
	top: -8px;
	background-color: #f7f7f7;
	padding: 0 5px;
	color: #979797;
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
	left: 20px;
}

.select {
	position: relative;
	cursor: pointer;
}

.select .select-title {
	z-index: 1;
	width: 100%;
	height: 55px;
	border: 1px solid #dedede;
	position: relative;
	background-color: #fff;
}

.select .select-title__arrow {
	position: absolute;
	top: 0;
	right: 0px;
	width: 45px;
	height: 100%;
	background: url("../img/icons/select-arrow.svg") center no-repeat;
}

.select .select-title__value {
	color: #000;
	font-weight: 700;
	font-size: 18px;
	line-height: 53px;
	display: block;
	overflow: hidden;
	padding: 0 45px 0 25px;
	white-space: nowrap;
	text-transform: none;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.select .select-options {
	position: absolute;
	z-index: 10;
	top: 54px;
	display: none;
	overflow: hidden;
	min-width: 100%;
	background-color: #fff;
	border: 1px solid #dedede;
	padding: 10px 20px 10px 25px;
}

.select .select-options-scroll {
	max-height: 80px;
	overflow: auto;
}

.select .select-options-list {
	padding: 0px 0px 0px 0px;
}

.select .select-options__value {
	color: #000;
	font-size: 20px;
	margin: 0px 0px 15px 0px;
}

.select .select-options__value:last-child {
	margin: 0px 0px 0px 0px;
}

.select .select-options__value:hover {
	color: #000;
}

input[type=text], input[type=email], input[type=tel], textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.input {
	border-radius: 0 !important;
	width: 100%;
	display: block;
	padding: 0px 20px;
}

.input.err {
	border: 2px solid red;
}

textarea.input {
	resize: none;
	padding: 0px 0px;
}

.check {
	position: relative;
	padding-left: 25px;
	color: #5f5f5f;
	line-height: 18px;
	cursor: pointer;
}

.check input {
	display: none;
}

.check:before {
	content: "";
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #a3a3a3;
	position: absolute;
}

.check.active:before {
	background: url("../img/icons/check.png") center no-repeat;
}

.option {
	position: relative;
	cursor: pointer;
	padding-left: 25px;
	line-height: 16px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 300;
}

.option:last-child {
	margin-bottom: 0px;
}

.option input {
	display: none;
}

.option:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	content: "";
	border: 1px solid #7f7f7f;
	border-radius: 50%;
}

.option.active:before {
	background: url("../img/icons/option.png") center no-repeat;
}

.rating-block {
	display: table;
	font-size: 0;
}

.rating {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.rating.edit .star {
	cursor: pointer;
}

.rating .star {
	width: 17px;
	height: 14px;
	display: inline-block;
	position: relative;
	z-index: 3;
}

.rating__line {
	position: absolute;
	width: 85px;
	height: 14px;
	top: 0;
	left: 0;
	background: url("../img/icons/bg_rating.svg") 0 0 no-repeat;
	z-index: 1;
	background-size: 85px 100%;
}

.rating__activeline {
	position: absolute;
	width: 0px;
	height: 14px;
	top: 0;
	left: 0;
	background: url("../img/icons/bg_rating_active.svg") 0 0 no-repeat;
	z-index: 2;
	background-size: 85px 100%;
}

.rating__value {
	display: inline-block;
	color: #1b3139;
	font-size: 14px;
	line-height: 13px;
	vertical-align: middle;
}

.quantity {
	position: relative;
	width: 73px;
	height: 47px;
	border: 1px solid #cfcfcf;
	background-color: #ffffff;
}

.quantity__input {
	height: 45px;
	width: 50px;
	text-align: center;
	color: #101010;
	font-weight: 300;
}

.quantity__btn {
	position: absolute;
	top: 11px;
	right: 15px;
	cursor: pointer;
}

.quantity__btn:before {
	font-size: 25px;
	display: inline-block;
	line-height: 10px;
	color: #a9a9a9;
}

.quantity__btn:hover:before {
	color: #da0005;
}

.quantity__btn.dwn {
	top: 25px;
}

.category-params-item-price-table {
	margin-bottom: 25px;
}

.category-params-item-price-table .cell:first-child {
	padding-right: 15px;
	position: relative;
}

.category-params-item-price-table .cell:first-child:after {
	content: "-";
	position: absolute;
	right: -4px;
	top: 8px;
	font-size: 20px;
}

.category-params-item-price-table .cell:last-child {
	padding-left: 15px;
}

.category-params-item-price-table .cell input {
	height: 37px;
	border: 2px solid #393939;
	background-color: #ffffff;
	text-align: center;
	font-size: 12px;
	color: #393939;
	font-weight: 500;
	width: 100%;
}

.category-params-item-price-range {
	margin: 0 12px 40px 12px;
	background-color: #c9cecf;
	height: 2px;
	position: relative;
}

.category-params-item-price-range .ui-slider-range {
	background-color: #000;
	height: 2px;
	position: relative;
}

.category-params-item-price-range .ui-slider-handle {
	width: 23px;
	height: 28px;
	border: 3px solid #fbfbfb;
	background-color: #ea5922;
	display: block;
	position: absolute;
	top: -14px;
	margin-left: -12px;
	cursor: pointer;
}

.category-params-item-price-range .ui-slider-handle span {
	position: absolute;
	bottom: -18px;
	left: 50%;
	width: 50px;
	text-align: center;
	font-size: 10px;
	margin-left: -25px;
	font-weight: 500;
	color: #94a6aa;
}

.form__info {
	position: absolute;
	width: 60px;
	height: 60px;
	right: 0;
	top: 0;
	line-height: 60px;
	text-align: center;
	color: #888;
	z-index: 2;
	font-size: 14px;
}

@media (max-width: 767.98px) {
	.form__info {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
}

.form-range-line {
	position: relative;
	height: 5px;
	border-radius: 0 0 4px 4px;
	background-color: #e0e0e0;
	margin: -2px 0px 0px 0px;
}

.form-range-line .ui-slider-range {
	background-color: #093454;
	height: 5px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0 0 4px 4px;
}

.form-range-line .ui-slider-handle {
	background: url("../img/icons/range.svg") 0 0 no-repeat;
	width: 28px;
	height: 28px;
	position: absolute;
	margin: -9px 0px 0px -14px;
	top: 0;
	left: 0;
	cursor: pointer;
}

.form-range-line .ui-state-hover {
	background: url("../img/icons/range_a.svg") 0 0 no-repeat;
}

.form-range-values {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 14px 0px 0px 0px;
}

.form-range-values__item {
	font-size: 12px;
	color: #888;
}

@-webkit-keyframes open {
	0% {
		display: block;
		opacity: 0;
		visibility: hidden;
	}
	100% {
		display: block;
		opacity: 1;
		visibility: visible;
	}
}

@keyframes open {
	0% {
		display: block;
		opacity: 0;
		visibility: hidden;
	}
	100% {
		display: block;
		opacity: 1;
		visibility: visible;
	}
}

.row:after {
	display: block;
	content: "";
	clear: both;
}

.rub:after {
	content: "₽";
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

ol.counter {
	list-style-type: none;
	counter-reset: item;
}

ol.counter li {
	position: relative;
	padding: 0px 0px 0px 45px;
}

ol.counter li:before {
	counter-increment: item;
	content: counter(item);
	position: absolute;
	left: 0;
	top: 0;
	color: #818181;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	border: 1px solid #4274bb;
}

.ellipsis {
	display: block;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.es {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.table {
	display: table;
	font-size: 0;
	width: 100%;
}

.trow {
	display: table-row;
}

.cell {
	display: table-cell;
}

.cell.full {
	width: 100%;
}

.ibg {
	position: relative;
}

.ibg img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

body.ie .ibg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

body.ie .ibg img {
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}

.video {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%;
}

.video video, .video iframe, .video object, .video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videobg video, .videobg iframe, .videobg object, .videobg embed {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
}

.moretext {
	overflow: hidden;
}

.moretext__more {
	cursor: pointer;
}

.moretext__more span {
	font-style: normal;
}

.moretext__more span:first-child {
	display: block;
}

.moretext__more span:last-child {
	display: none;
}

.moretext__more.active span {
	font-style: normal;
}

.moretext__more.active span:first-child {
	display: none;
}

.moretext__more.active span:last-child {
	display: block;
}

.graystyle {
	-webkit-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
}

.graystyleoff {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
}

.slick-slider {
	position: relative;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-slider .slick-list {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.slick-slider .slick-track {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
}

.slick-slider .slick-slide {
	position: relative;
}

.tab__item {
	display: none;
}

.tab__item.active {
	display: block;
}

.mirror {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.nicescroll-rails {
	z-index: 1000 !important;
}

.gm-style-iw-t {
	opacity: 0;
}

.baloon {
	opacity: 1;
	right: -7px !important;
	bottom: 80px !important;
}

.baloon button {
	display: none !important;
}

.baloon:after {
	display: none !important;
}

.baloon-style {
	display: none;
}

.baloon-content.gm-style-iw {
	opacity: 1;
	border-radius: 0px !important;
	max-width: 300px !important;
	padding: 0 !important;
	left: 0 !important;
	width: 100% !important;
	overflow: visible !important;
}

.baloon-content.gm-style-iw>.gm-style-iw-d {
	overflow: hidden !important;
	max-width: none !important;
}

.baloon-content.gm-style-iw:after {
	display: none !important;
}

.baloon-close {
	top: 18px !important;
}

.popup {
	-webkit-overflow-scrolling: touch;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	position: fixed !important;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 100;
}

.popup.active .popup-content {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.popup.show {
	display: block;
}

.popup.show .popup-content {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.popup-table {
	height: 100%;
	table-layout: fixed;
}

.popup-table>.cell {
	height: 100%;
	vertical-align: middle;
	padding: 30px 10px;
}

.popup-content {
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: relative;
	max-width: 1230px;
	margin: 0px auto;
	background-color: #fff;
}

.popup-close {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	background: url("../img/icons/close.png") 0 0 no-repeat;
}

.popup-video .popup-close {
	width: 40px;
	height: 40px;
	background-color: #000;
	top: 0;
	right: 0;
}

/*
	Стиль иконки бургера
	.icon-menu{
		display: block;
		position: absolute;
		top: 18px;
		right: 10px;
		width:30px;
		height: 18px;
		cursor: pointer;
		z-index: 5;
		span{@include anim(0.3s,0s);top: 8px;left: 0px;position: absolute;width: 100%;height: 2px;background-color: #000;
			&:first-child{top: 0px;}
			&:last-child{top: auto;bottom: 0px;}
		}
		&.active{
			span{@include scale(0);
				&:first-child{@include rotate(-45deg);top: 8px;}
				&:last-child{@include rotate(45deg);bottom: 8px;}
			}
		}
	}
*/

.quiz {
	height: 100%;
}

.quiz__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	height: 100%;
}

@media (max-width: 1023.98px) {
	.quiz__row {
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse;
	}
}

.quiz__col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 69%;
	flex: 0 0 69%;
	height: 100%;
	padding: 64px 75px 40px 0;
}

@media (max-width: 1919px) {
	.quiz__col {
		padding: calc(15px + (64-15)*((100vw - 1024px)/(1919-1024))) calc(35px + (75-35)*((100vw - 1024px)/(1919-1024))) calc(35px + (50-35)*((100vw - 1024px)/(1919-1024))) 0;
	}
}

@media (max-width: 1023.98px) {
	.quiz__col {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		padding: 25px 0 60px 0;
	}
}

.quiz__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	margin-bottom: 66px;
	padding-left: 20px;
}

@media (max-width: 1919px) {
	.quiz__nav {
		padding-left: calc(10px + (20-10)*((100vw - 1024px)/(1919-1024)));
		margin-bottom: calc(25px + (66-25)*((100vw - 1024px)/(1919-1024)));
	}
}

@media (max-width: 1023.98px) {
	.quiz__nav {
		padding: 0 0 0 10px;
		margin: 0px 0px 40px 0px;
	}
}

.quiz__nav-item {
	width: 50px;
	height: 50px;
	position: relative;
	margin-right: 60px;
	color: #0FA9FF;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

@media (max-width: 1919px) {
	.quiz__nav-item {
		width: calc(30px + (50-30)*((100vw - 1024px)/(1919-1024)));
		height: calc(30px + (50-30)*((100vw - 1024px)/(1919-1024)));
		margin-right: calc(30px + (60-30)*((100vw - 1024px)/(1919-1024)));
	}
}

@media (max-width: 1023.98px) {
	.quiz__nav-item {
		width: 40px;
		height: 40px;
		margin: 0px 40px 0px 0px;
	}
}

@media (max-width: 767.98px) {
	.quiz__nav-item {
		width: 20px;
		height: 20px;
		margin: 0px 20px 0px 0px;
	}
}

.quiz__nav-item span {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 20px;
	font-weight: 700;
	position: relative;
	z-index: 3;
	background: #000;
	padding-top: 2px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

@media (max-width: 1919px) {
	.quiz__nav-item span {
		font-size: calc(14px + (20-14)*((100vw - 1024px)/(1919-1024)));
	}
}

@media (max-width: 1023.98px) {
	.quiz__nav-item span {
		font-size: 14px;
	}
}

@media (max-width: 767.98px) {
	.quiz__nav-item span {
		font-size: 10px;
	}
}

.quiz__nav-item:last-child {
	margin: 0;
}

.quiz__nav-item:before {
	content: "";
	position: absolute;
	width: 78px;
	height: 78px;
	border-radius: 50%;
	border: 2px solid #0FA9FF;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}

@media (max-width: 1919px) {
	.quiz__nav-item:before {
		width: calc(50px + (78-50)*((100vw - 1024px)/(1919-1024)));
		height: calc(50px + (78-50)*((100vw - 1024px)/(1919-1024)));
	}
}

@media (max-width: 1023.98px) {
	.quiz__nav-item:before {
		width: 60px;
		height: 60px;
	}
}

@media (max-width: 767.98px) {
	.quiz__nav-item:before {
		width: 35px;
		height: 35px;
	}
}

.quiz__nav-item:after {
	content: "";
	position: absolute;
	width: 75%;
	height: 75%;
	top: 50%;
	left: 50%;
	background: #000;
	z-index: 2;
}

@media (max-width: 767.98px) {
	.quiz__nav-item:after {
		width: 100%;
		height: 100%;
	}
}

.quiz__nav-item.active span {
	background: #0FA9FF;
	color: #000;
}

.q__index-title {
	font-weight: 300;
	font-size: 20px;
	line-height: 120%;
	margin-bottom: 25px;
}

@media (max-width: 1919px) {
	.q__index-title {
		font-size: calc(12px + (20-12)*((100vw - 1024px)/(1919-1024)));
		margin-bottom: calc(12px + (25-12)*((100vw - 1024px)/(1919-1024)));
	}
}

@media (max-width: 1023.98px) {
	.q__index-title {
		font-size: 14px;
		margin: 0px 0px 15px 0px;
	}
}

.quiz__page {
	display: none;
	min-height: 497px;
	margin-bottom: 37px;
}

@media (max-width: 1919px) {
	.quiz__page {
		min-height: calc(240px + (497-240)*((100vw - 1024px)/(1919-1024)));
		margin-bottom: calc(14px + (37-14)*((100vw - 1024px)/(1919-1024)));
	}
}

@media (max-width: 1023.98px) {
	.quiz__page {
		min-height: 290px;
		margin: 0px 0px 18px 0px;
	}
}

.quiz__page.active {
	display: block;
	-webkit-animation-name: open;
	animation-name: open;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.quiz__q {
	font-weight: 700;
	font-size: 30px;
	line-height: 120%;
}

@media (max-width: 1919px) {
	.quiz__q {
		font-size: calc(20px + (30-20)*((100vw - 1024px)/(1919-1024)));
	}
}

@media (max-width: 1023.98px) {
	.quiz__q {
		font-size: 22px;
	}
}

.quiz__hint {
	margin-top: 10px;
	font-weight: 300;
	font-size: 20px;
	line-height: 120%;
}

@media (max-width: 1919px) {
	.quiz__hint {
		margin-top: calc(5px + (10-5)*((100vw - 1024px)/(1919-1024)));
		font-size: calc(14px + (20-14)*((100vw - 1024px)/(1919-1024)));
	}
}

@media (max-width: 1023.98px) {
	.quiz__hint {
		margin-top: 5px;
		font-size: 16px;
	}
}

.a__row {
	margin-top: 60px;
	margin-left: -20px;
	margin-right: -20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

@media (max-width: 1919px) {
	.a__row {
		margin-top: calc(20px + (60-20)*((100vw - 1024px)/(1919-1024)));
		margin-left: calc(-10px + (-20-10)*((100vw - 1024px)/(1919-1024)));
		margin-right: calc(-10px + (-20-10)*((100vw - 1024px)/(1919-1024)));
	}
}

@media (max-width: 1023.98px) {
	.a__row {
		margin: 30px -10px 0 -10px;
	}
}

@media (max-width: 767.98px) {
	.a__row {
		margin: 30px 0px 0px 0px;
	}
}

.a__row--3 {
	margin-top: 41px;
}

@media (max-width: 1919px) {
	.a__row--3 {
		margin-top: calc(20px + (41-20)*((100vw - 1024px)/(1919-1024)));
	}
}

.a__item {
	padding: 0 20px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	margin-bottom: 20px;
}

@media (max-width: 1919px) {
	.a__item {
		margin-bottom: calc(8px + (20-8)*((100vw - 1024px)/(1919-1024)));
		padding: 0 calc(10px + (20-10)*((100vw - 1024px)/(1919-1024)));
	}
}

@media (max-width: 1023.98px) {
	.a__item {
		padding: 0 10px;
		margin: 0px 0px 10px 0px;
	}
}

@media (max-width: 767.98px) {
	.a__item {
		padding: 0;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
	}
}

.a__body {
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 68px;
	background: #1C2028;
	font-size: 20px;
	line-height: 120%;
	position: relative;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	cursor: pointer;
}

@media (max-width: 1919px) {
	.a__body {
		height: calc(35px + (80-35)*((100vw - 1024px)/(1919-1024)));
		padding-left: calc(35px + (68-35)*((100vw - 1024px)/(1919-1024)));
		font-size: calc(10px + (20-10)*((100vw - 1024px)/(1919-1024)));
	}
}

@media (max-width: 1023.98px) {
	.a__body {
		cursor: auto;
		height: 40px;
		padding-left: 35px;
		font-size: 12px;
	}
}

.a__body:before {
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 25px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: #fff;
	z-index: 2;
}

@media (max-width: 1919px) {
	.a__body:before {
		width: calc(8px + (18-8)*((100vw - 1024px)/(1919-1024)));
		height: calc(8px + (18-8)*((100vw - 1024px)/(1919-1024)));
		left: calc(15px + (25-15)*((100vw - 1024px)/(1919-1024)));
	}
}

@media (max-width: 1023.98px) {
	.a__body:before {
		width: 10px;
		height: 10px;
		left: 15px;
	}
}

.a__body:hover {
	background: #0FA9FF;
	color: #000;
}

.a__body:hover:before {
	content: "";
	background: #000;
}

.a__body.active {
	background: #0FA9FF;
	color: #000;
}

.a__body.active:before {
	content: "";
	background: #000;
}

.a__input {
	z-index: 1;
	background: inherit;
	height: 100%;
	padding: 0;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	padding-right: 15px;
}

.a__input::-webkit-input-placeholder {
	color: #fff;
}

.a__input::-moz-placeholder {
	color: #fff;
}

.a__input:-ms-input-placeholder {
	color: #fff;
}

.a__input::-ms-input-placeholder {
	color: #fff;
}

.a__input::placeholder {
	color: #fff;
}

.a__input:focus::-webkit-input-placeholder {
	color: #1C2028;
	opacity: 0;
}

.a__input:focus::-moz-placeholder {
	color: #1C2028;
	opacity: 0;
}

.a__input:focus:-ms-input-placeholder {
	color: #1C2028;
	opacity: 0;
}

.a__input:focus::-ms-input-placeholder {
	color: #1C2028;
	opacity: 0;
}

.a__input:focus::placeholder {
	color: #1C2028;
	opacity: 0;
}

.quiz__btn-row {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
}

.quiz__btn {
	padding: 0 20px;
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 700;
	font-size: 18px;
	line-height: 120%;
}

@media (max-width: 1919px) {
	.quiz__btn {
		height: calc(40px + (80-40)*((100vw - 1024px)/(1919-1024)));
		font-size: calc(11px + (18-11)*((100vw - 1024px)/(1919-1024)));
	}
}

@media (max-width: 1023.98px) {
	.quiz__btn {
		height: 45px;
		font-size: 12px;
	}
}

.btn__back {
	display: none;
	min-width: 180px;
	background: #000;
	border: 2px solid #0FA9FF;
	color: #0FA9FF;
}

.btn__back.active {
	display: block;
}

@media (max-width: 1919px) {
	.btn__back {
		min-width: calc(110px + (180-110)*((100vw - 1024px)/(1919-1024)));
	}
}

@media (max-width: 1023.98px) {
	.btn__back {
		min-width: 110px;
	}
}

@media (max-width: 767.98px) {
	.btn__back {
		min-width: 80px;
	}
}

.btn__next {
	margin-left: auto;
	min-width: 340px;
	background: #0FA9FF;
	color: inherit;
}

@media (max-width: 1919px) {
	.btn__next {
		min-width: calc(200px + (340-340)*((100vw - 1024px)/(1919-1024)));
	}
}

@media (max-width: 1023.98px) {
	.btn__next {
		min-width: 200px;
	}
}

@media (max-width: 767.98px) {
	.btn__next {
		min-width: 180px;
	}
}

.logo__col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50vw;
	flex: 0 0 50vw;
	padding: 60px 0 0 80px;
	position: relative;
	min-height: calc(100vh - 107px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

@media (max-width: 1919px) {
	.logo__col {
		padding: calc(35px + (60-35)*((100vw - 1024px)/(1919-1024))) 0 0 calc(45px + (80-45)*((100vw - 1024px)/(1919-1024)));
	}
}

@media (max-width: 1023.98px) {
	.logo__col {
		min-height: unset;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 0;
		padding: 20px 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
/*	.logo__col:before {
		content: "";
		width: 50%;
		position: absolute;
		height: 100%;
		top: 0;
		left: -50%;
		background: rgba(28, 32, 40, 0.9);
	}
	.logo__col:after {
		content: "";
		content: "";
		width: 50%;
		position: absolute;
		height: 100%;
		top: 0;
		right: -50%;
		
	} */
}

.logo {
	max-width: 310px;
	margin-bottom: 198px;
}

@media (max-width: 1919px) {
	.logo {
		max-width: calc(200px + (310-200)*((100vw - 1024px)/(1919-1024)));
		margin-bottom: calc(100px + (198-100)*((100vw - 1024px)/(1919-1024)));
	}
}

@media (max-width: 1023.98px) {
	.logo {
		max-width: 180px;
		margin: 0;
	}
}

.logo img {
	max-width: 100%;
}

.robot__img {
	max-width: 360px;
}

@media (max-width: 1919px) {
	.robot__img {
		max-width: calc(220px + (360-220)*((100vw - 1024px)/(1919-1024)));
	}
}

@media (max-width: 1023.98px) {
	.robot__img {
		/* max-width: 200px; */
		display: none;
	}
}

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

.robot__img img.active {
	display: block;
	-webkit-animation-name: open;
	animation-name: open;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.creator {
	position: absolute;
	bottom: 30px;
	left: 80px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	line-height: 20px;
	color: #333842;
}

@media (max-width: 1023.98px) {
	.creator {
		font-size: 0;
		position: relative;
		bottom: unset;
		left: unset;
	}
}

.creator img {
	margin-left: 7px;
}

@media (max-width: 1023.98px) {
	.creator img {
		margin: 0;
	}
}

.creator-mobile {
	display: none;
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	padding-bottom: 10px;
}

@media (max-width: 1023.98px) {
	.creator-mobile {
		display: block;
		text-align: center;
	}
}

.form-page {
	padding: 95px 0 0 0;
	min-height: unset;
	margin: 0;
}

@media (max-width: 1919px) {
	.form-page {
		padding: calc(20px + (95-20)*((100vw - 1024px)/(1919-1024))) 0 0 0;
	}
}

@media (max-width: 1023.98px) {
	.form-page {
		padding: 50px 0 0 0;
	}
}

@media (max-width: 767.98px) {
	.form-page {
		padding: 30px 10px 0px 10px;
	}
}

.form-page__title {
	font-weight: 700;
	font-size: 40px;
	line-height: 120%;
	margin-bottom: 25px;
}

@media (max-width: 1919px) {
	.form-page__title {
		font-size: calc(26px + (40-26)*((100vw - 1024px)/(1919-1024)));
		margin-bottom: calc(18px + (25-18)*((100vw - 1024px)/(1919-1024)));
	}
}

@media (max-width: 1023.98px) {
	.form-page__title {
		text-align: center;
		font-size: 26px;
		margin-bottom: 18px;
	}
}

@media (max-width: 767.98px) {
	.form-page__title {
		font-size: 20px;
	}
}

.form-page__text {
	max-width: 444px;
	font-size: 22px;
	line-height: 120%;
	margin-bottom: 45px;
}

@media (max-width: 1919px) {
	.form-page__text {
		max-width: calc(320px + (444-320)*((100vw - 1024px)/(1919-1024)));
		font-size: calc(14px + (22-14)*((100vw - 1024px)/(1919-1024)));
		margin-bottom: calc(30px + (45-30)*((100vw - 1024px)/(1919-1024)));
	}
}

@media (max-width: 1023.98px) {
	.form-page__text {
		max-width: 320px;
		font-size: 14px;
		margin: 0 auto 30px auto;
		text-align: center;
	}
}

@media (max-width: 767.98px) {
	.form-page__text {
		max-width: 300px;
		font-size: 12px;
		text-align: center;
	}
}

.form-page__text span {
	color: #0fa9ff;
}

.form {
	max-width: 480px;
}

@media (max-width: 1919px) {
	.form {
		max-width: calc(340px + (480-340)*((100vw - 1024px)/(1919-1024)));
	}
}

@media (max-width: 1023.98px) {
	.form {
		max-width: 340px;
		margin: 0px auto;
	}
}

.form__input-cont {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	display: block;
}

@media (max-width: 1919px) {
	.form__input-cont {
		margin-bottom: calc(10px + (20-10)*((100vw - 1024px)/(1919-1024)));
	}
}

@media (max-width: 1023.98px) {
	.form__input-cont {
		margin-bottom: 10px;
	}
}

.form__input {
	background: #1C2028;
	color: #fff;
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 20px;
	text-align: center;
}

@media (max-width: 1919px) {
	.form__input {
		height: calc(50px + (80-50)*((100vw - 1024px)/(1919-1024)));
		font-size: calc(12px + (20-12)*((100vw - 1024px)/(1919-1024)));
	}
}

@media (max-width: 1023.98px) {
	.form__input {
		height: 50px;
		font-size: 12px;
	}
}

.form__input:focus+.form__input-label {
	display: none;
}

.form__input:valid+.form__input-label {
	display: none;
}

.form__input-label {
	position: absolute;
	white-space: nowrap;
	top: 0;
	left: 50%;
	display: inline-block;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 20px;
	color: #fff;
	pointer-events: none;
}

@media (max-width: 1919px) {
	.form__input-label {
		font-size: calc(12px + (20-12)*((100vw - 1024px)/(1919-1024)));
	}
}

@media (max-width: 1023.98px) {
	.form__input-label {
		font-size: 12px;
	}
}

.form__input-label:after {
	content: "*";
	color: #0fa9ff;
}

.form__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 80px;
	width: 100%;
	background: #0FA9FF;
	font-weight: 700;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: 0.03em;
	color: #000000;
}

@media (max-width: 1919px) {
	.form__btn {
		height: calc(50px + (80-50)*((100vw - 1024px)/(1919-1024)));
		font-size: calc(12px + (18-12)*((100vw - 1024px)/(1919-1024)));
	}
}

@media (max-width: 1023.98px) {
	.form__btn {
		height: 50px;
		font-size: 12px;
	}
}

.thanks-page {
	padding: 156px 0px 0px 0px;
}

@media (max-width: 1919px) {
	.thanks-page {
		padding: calc(80px + (156-80)*((100vw - 1024px)/(1919-1024))) 0 0 0;
	}
}

@media (max-width: 1023.98px) {
	.thanks-page {
		padding: 120px 0px 0px 0px;
	}
}

.thanks-page__title {
	font-weight: 700;
	font-size: 60px;
	line-height: 120%;
	margin: 0px 0px 30px 0px;
}

@media (max-width: 1919px) {
	.thanks-page__title {
		font-size: calc(40px + (60-40)*((100vw - 1024px)/(1919-1024)));
		margin-bottom: calc(20px + (30-20)*((100vw - 1024px)/(1919-1024)));
	}
}

@media (max-width: 1023.98px) {
	.thanks-page__title {
		font-size: 40px;
		margin: 0px 0px 20px 0px;
		text-align: center;
	}
}

.thanks-page__text {
	font-size: 25px;
	line-height: 120%;
	max-width: 365px;
	margin: 0px 0px 30px 0px;
}

@media (max-width: 1919px) {
	.thanks-page__text {
		font-size: calc(16px + (25-16)*((100vw - 1024px)/(1919-1024)));
		max-width: calc(220px + (365-220)*((100vw - 1024px)/(1919-1024)));
		margin-bottom: calc(20px + (30-20)*((100vw - 1024px)/(1919-1024)));
	}
}

@media (max-width: 1023.98px) {
	.thanks-page__text {
		font-size: 16px;
		max-width: 220px;
		text-align: center;
		margin: 0px auto 20px auto;
	}
}

.thanks-page__return-btn {
	width: 318px;
	background: #0FA9FF;
	color: #000;
}

@media (max-width: 1919px) {
	.thanks-page__return-btn {
		width: calc(220px + (318-220)*((100vw - 1024px)/(1919-1024)));
	}
}

@media (max-width: 1023.98px) {
	.thanks-page__return-btn {
		width: 200px;
		margin: 0px auto;
	}
}

.quiz__error {
	display: none;
	position: absolute;
	font-size: 18px;
	color: red;
	top: -27px;
	right: 0;
}

@media (max-width: 1919px) {
	.quiz__error {
		font-size: calc(14px + (18-14)*((100vw - 1024px)/(1919-1024)));
	}
}

@media (max-width: 1023.98px) {
	.quiz__error {
		font-size: 14px;
	}
}

.quiz__error.active {
	display: inline-block;
}