

/* Start:/local/components/custom/quiz.opros/templates/.default/style.css?1772740676132359*/
.wrap {
	max-width: 1170px;
	padding: 20px 0;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	width: 100%;
}
.fw:after,
.wrap:after {
	content: "";
	display: table;
	clear: both;
}
form input,
form textarea {
	width: 100%;
	padding: 10px;
	margin: 5px 0;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-size: 0.9em;
	min-height: 2.7em;
	transition: 0.3s ease;
}
form input[type="submit"] {
	background: #e24f3f;
	color: #fff;
	padding: 0.5rem 2.75rem;
}
form input[type="submit"]:hover {
	background: #e24f3f;
}
form textarea {
	resize: vertical;
}
input,
textarea {
	outline: none;
}
input:focus:invalid:focus:not([type="submit"]),
input:hover:invalid:hover:not([type="submit"]),
textarea:focus:invalid:focus:not([type="submit"]),
textarea:hover:invalid:hover:not([type="submit"]) {
	border: 1px solid red;
}
input:focus:valid:focus:not([type="submit"]),
input:hover:valid:hover:not([type="submit"]),
textarea:focus:valid:focus:not([type="submit"]),
textarea:hover:valid:hover:not([type="submit"]) {
	border: 1px solid var(--active-btn-color-border);
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

.slick-slider {
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
	position: relative;
	display: block;
}
.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
	transform: translateZ(0);
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:after,
.slick-track:before {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.slick-loading .slick-list {
	background: #fff url(/local/templates/fam/img/ajax-loader.gif) 50% no-repeat;
}

.slick-next,
.slick-prev {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	border: none;
}
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
	background: transparent;
	color: transparent;
	outline: none;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
	font-size: 20px;
	line-height: 1;
	color: #fff;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: -25px;
}
[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px;
}
.slick-prev:before {
	content: "←";
}
[dir="rtl"] .slick-prev:before {
	content: "→";
}
.slick-next {
	right: -25px;
}
[dir="rtl"] .slick-next {
	left: -25px;
	right: auto;
}
.slick-next:before {
	content: "→";
}
[dir="rtl"] .slick-next:before {
	content: "←";
}
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
}
.slick-dots li,
.slick-dots li button {
	height: 20px;
	width: 20px;
	cursor: pointer;
}
.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
	outline: none;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
	opacity: 1;
}
.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: #000;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	color: #000;
	opacity: 0.75;
}
@keyframes a {
	0% {
		visibility: hidden;
		opacity: 0;
		transform: scale(0.8);
	}
	65.5% {
		transform: scale(1.03);
	}
	to {
		visibility: visible;
		opacity: 1;
		transform: scale(1);
	}
}
.popup-bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
}
.popup-bg.visible {
	display: block;
	animation: a ease 0.2s;
}
.popup-bg .popup {
	width: 500px;
	background-color: #fff;
	position: relative;
	top: 10%;
	margin: 0 auto;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
	border-radius: 20px;
	overflow: hidden;
	display: none;
}
.popup-bg .popup.visible {
	display: block;
}
.popup-bg .popup .head {
	font-weight: 300;
}
.popup-bg .popup .head .close {
	position: absolute;
	font-size: 32px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	right: 20px;
	top: 20px;
	color: #ddd;
	cursor: pointer;
	overflow: hidden;
}
.popup-bg .popup .head .close:hover {
	color: #bbb;
}
.popup-bg #popup1,
.popup-bg #popup3,
.popup-bg #popup4 {
	width: 582px;
	box-shadow: 0 0 18px 7px rgba(0, 0, 0, 0.14);
	border-radius: 10px;
	border: 2px solid #fff;
	background-color: #fff;
	padding: 60px;
	text-align: center;
}
.popup-bg #popup1 .head,
.popup-bg #popup3 .head,
.popup-bg #popup4 .head {
	font-size: 25px;
}
.popup-bg #popup1 .goToMain,
.popup-bg #popup3 .goToMain,
.popup-bg #popup4 .goToMain {
	margin-top: 25px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	width: 363px;
	height: 53px;
	border-radius: 27px;
	max-width: 100%;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.popup-bg #popup1 .insta_logo,
.popup-bg #popup3 .insta_logo,
.popup-bg #popup4 .insta_logo {
	margin-top: 56px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.popup-bg #popup1 .insta_logo:hover,
.popup-bg #popup3 .insta_logo:hover,
.popup-bg #popup4 .insta_logo:hover {
	opacity: 0.9;
}
.popup-bg #popup1 .subscribe,
.popup-bg #popup3 .subscribe,
.popup-bg #popup4 .subscribe {
	display: block;
	text-align: center;
	color: #000;
	font-size: 16px;
}
.popup-bg #popup1 .subscribe:hover,
.popup-bg #popup3 .subscribe:hover,
.popup-bg #popup4 .subscribe:hover {
	text-decoration: underline;
}
.popup-bg #popup2 {
	width: 889px;
	max-width: 100%;
	border-radius: 10px;
	border: 2px solid #fff;
	background-color: #fff;
	padding: 60px 55px 75px 25px;
	text-align: left;
}
.popup-bg #popup2 .content {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 9999;
}
.popup-bg #popup2 .content .img {
	margin-top: 40px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px;
}
.popup-bg #popup2 .popup_title {
	font-size: 25px;
	font-weight: 700;
}
.popup-bg #popup2 .sub {
	margin-top: 5px;
	color: #000;
	font-size: 16px;
}
.popup-bg #popup2 .radios {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
}
.popup-bg #popup2 .radios .form_control {
	width: 60px;
	margin-right: 20px;
	margin-top: 15px;
	text-align: center;
}
.popup-bg #popup2 .radios .form_control p {
	color: #000;
	font-size: 12px;
	margin-top: 1px;
}
.popup-bg #popup2 .radios .form_control label {
	display: block;
	cursor: pointer;
	position: relative;
}
.popup-bg #popup2 .radios .form_control label:hover .label_img {
	opacity: 0.9;
}
.popup-bg #popup2 .radios .form_control label:before {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	left: calc(50% - 9px);
	top: 90px;
	border-radius: 50%;
	border: 1px solid var(--primary-color-light);
}
.popup-bg #popup2 [type="tel"] {
	margin-top: 80px;
	width: 288px;
	max-width: 100%;
	text-align: center;
	font-size: 16px;
	color: #000;
	height: 44px;
	border-radius: 5px;
	border: 1px dotted var(--primary-color-light);
	background-color: #fff;
	margin-bottom: 0;
	position: relative;
	z-index: 999999;
}
.popup-bg #popup2 .submit {
	margin-top: 15px;
	width: 288px;
	border: none;
	max-width: 100%;
	height: 53px;
	border-radius: 40px;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	box-shadow: 0 0 21px 1px #78ff00;
	border-radius: 50px;
	background-color: #00b319;
	color: #fff;
	display: inline-block;
	position: relative;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-shadow: none;
	transition: 0.2s ease;
}
.popup-bg #popup2 .submit:before {
	top: 3px;
	left: 3px;
	content: "";
	position: absolute;
	border-radius: 50px;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 1px solid #000;
	opacity: 0.14;
	animation: none;
	transform: none;
}
.popup-bg #popup2 .submit:hover {
	background: #00e620;
}
.popup-bg #popup2 .submit img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 10px;
}
.popup-bg #popup2 .submit:after {
	content: "";
	position: absolute;
	right: -170px;
	top: -195px;
	background: url(/local/components/custom/quiz.opros/templates/.default/./img/phone_popup.png) no-repeat 50% 50% / cover;
	width: 261px;
	height: 318px;
	z-index: -1;
}
.popup-bg #submit {
	margin-top: 30px;
}
.popup-bg #submit:after {
	content: none !important;
}
.popup-bg [type="radio"] {
	position: absolute;
	left: -9999999px;
}
.popup-bg [type="radio"]:checked + label:after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	box-shadow: inset 0 0 2px 2px rgba(0, 191, 243, 0.52);
	background-color: var(--primary-color-light);
	left: calc(50% - 4px);
	top: 95px;
	border-radius: 50%;
}
.popup-bg #popup2 .radios .form_control p {
	font-weight: 700;
}
.popup-bg #popup2 {
	padding-left: 10px;
	padding-right: 25px;
}
.popup-bg #popup2 .radios .form_control {
	width: 70px;
}
.popup-bg #popup1 .head,
.popup-bg #popup3 .head {
	font-size: 20px;
}
.popup-bg #popup1 .goToMain {
	color: #fff;
	box-shadow: none;
	width: 323px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: 75px;
	border-radius: 38px;
	background: #00b319;
	margin-top: 30px;
}
.popup-bg #popup1 .goToMain:hover {
	background: #00cd1d;
}
.popup-bg #popup1,
.popup-bg #popup3,
.popup-bg #popup4 {
	width: 460px;
	max-width: 100%;
	padding-left: 40px;
	padding-right: 40px;
}
.popup-bg #popup4 {
	text-align: center;
}
.popup-bg #popup4 .head {
	font-size: 20px;
}
.popup-bg #popup4 [type="tel"] {
	margin: 20px auto;
}
.popup-bg #popup4 [type="tel"],
.popup-bg #popup4 [type="text"] {
	width: 325px;
	height: 44px;
	border-radius: 5px;
	border: 1px dotted var(--primary-color-light);
	background-color: #fff;
	text-align: center;
	max-width: 100%;
	font-size: 16px;
}
.popup-bg #popup4 [type="text"] {
	margin-top: 20px;
	margin-bottom: 20px;
	margin: 0 auto;
}
.popup-bg #popup4 .submit {
	margin-top: 15px;
	width: 325px;
	border: none;
	max-width: 100%;
	height: 53px;
	border-radius: 40px;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	box-shadow: 0 0 21px 1px #78ff00;
	border-radius: 50px;
	background-color: #00b319;
	color: #fff;
	display: inline-block;
	position: relative;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-shadow: none;
	transition: 0.2s ease;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.popup-bg #popup4 .submit:after {
	top: 3px;
	left: 3px;
	content: "";
	position: absolute;
	border-radius: 50px;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 1px solid #fff;
	opacity: 0.14;
}
.popup-bg #popup4 .submit:hover {
	background: #00e620;
}
.popup-bg #popup4 .submit img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 10px;
}
.popup-bg .popup .head .close {
	color: #000;
}

#nav .phone {
	display: block;
	text-align: right;
	font-size: 20px;
	font-weight: 700;
}
#nav .online {
	font-size: 16px;
	position: relative;
}
#nav .online:before {
	content: "";
	position: absolute;
	left: -15px;
	width: 10px;
	height: 10px;
	background-image: radial-gradient(circle 5px at center, #ff0 0, #25bc07 100%);
	border-radius: 50%;
	top: calc(50% - 4px);
}
.button_wrapper {
	display: inline-block;
	position: relative;
}
#s01 {
	padding-top: 0;
	background: url(/local/components/custom/quiz.opros/templates/.default/./img/bg2.jpg) no-repeat 50% 50% / cover;
	color: #fff;
	overflow: visible;
	z-index: 99;
}
#s01 .h1 {
	opacity: 0.79;
	text-shadow: 0 0 20px #010101;
	font-weight: 700;
	font-size: 35px;
	margin-top: 15px;
}
#s01 .h1 span {
	color: #00b319;
}
#s01 .subtitle {
	text-align: center;
	margin-top: 20px;
	font-size: 28px;
}
#s01 .subtitle span {
	color: #00c8ff;
	display: block;
}
#s01 .rassrochka {
	position: absolute;
	right: 65px;
	top: 370px;
}
#s01 .line {
	width: 69px;
	height: 4px;
	margin: 70px auto 15px;
	background: #fff;
	opacity: 0.8;
}
#s01 .button_text {
	line-height: 1.3;
	text-align: center;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.26);
	font-size: 18px;
	display: inline-block;
	position: relative;
}
#s01 .button_text:before {
	top: 25px;
	right: -30px;
	content: "";
	position: absolute;
	background: url(/local/components/custom/quiz.opros/templates/.default/./img/arr.png) no-repeat 50% 50% / cover;
	width: 29px;
	height: 73px;
}
#s01 .button_text span {
	color: red;
}
#s01 .button_wrapper {
	margin-top: 40px;
}
#s01 .button_wrapper .calc {
	position: absolute;
	top: -5px;
	right: -40px;
	z-index: 9;
}
#s01 .btn {
	width: 287px;
	height: 67px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
}
#s01 .podbor {
	margin-top: 25px;
	opacity: 0.48;
	color: #d7d7d7;
	font-size: 15px;
}
#s01 .sale {
	width: 162px;
	height: 165px;
	border: 2px dotted #00b7eb;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 21px;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.26);
	color: #00c8ff;
	border-radius: 10px;
	position: absolute;
	transform: rotate(-20deg);
	top: 170px;
	left: 130px;
}
#s01 .sale strong {
	font-size: 35px;
}
#s01 .septiki {
	position: absolute;
	bottom: -140px;
	left: -15px;
}
#s01 .yandex {
	width: 140px;
	border-radius: 3px;
	border: 1px dotted #fff;
	position: absolute;
	padding: 4px;
	right: 80px;
	top: 250px;
	z-index: 99;
}
#s01 .yandex .inner {
	background: #fff;
	padding: 10px;
}
#s01 .yandex .big {
	color: #ff0101;
	font-weight: 900;
	font-size: 26px;
}
#s01 .yandex .yandex_text {
	color: #000;
	font-size: 12px;
	font-weight: 700;
}
#s01 .yandex .yandex_text span {
	color: #ff0101;
}
#s02 {
	background: #00b9ec;
	z-index: 2;
	overflow: visible;
}
#s02 .white_form {
	position: relative;
	width: 889px;
	min-height: 549px;
	border-radius: 10px;
	border: 2px dotted #00b7eb;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	max-width: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 80px 25px 10px;
	font-size: 16px;
}
#s02 .white_form .img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 40px;
	margin-top: 25px;
}
#s02 .white_form:before {
	content: "";
	position: absolute;
	left: -45px;
	top: -45px;
	background: url(/local/components/custom/quiz.opros/templates/.default/./img/leaf.png) no-repeat 50% 50% / cover;
	width: 117px;
	z-index: 9;
	height: 92px;
}
#s02 .white_form:after {
	content: "";
	position: absolute;
	left: -12px;
	top: -12px;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	border: 2px dotted #fff;
}
#s02 .take {
	font-size: 16px;
	font-weight: 700;
}
#s02 .title {
	margin-top: 5px;
	color: var(--primary-color-light);
	font-size: 23px;
	font-weight: 700;
}
#s02 .line {
	width: 69px;
	height: 3px;
	margin: 15px 0;
	background: var(--primary-color-light);
}
#s02 ul {
	line-height: 1.4;
	margin: 0;
	margin-bottom: 15px;
}
#s02 .radios {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
}
#s02 .radios .form_control {
	width: 70px;
	margin-right: 20px;
	margin-top: 15px;
	text-align: center;
}
#s02 .radios .form_control label {
	display: block;
	cursor: pointer;
	position: relative;
}
#s02 .radios .form_control label:before {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	left: calc(50% - 9px);
	top: 90px;
	border-radius: 50%;
	border: 1px solid var(--primary-color-light);
}
#s02 [type="radio"]:checked + label:after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	box-shadow: inset 0 0 2px 2px rgba(0, 191, 243, 0.52);
	background-color: var(--primary-color-light);
	left: calc(50% - 4px);
	top: 95px;
	border-radius: 50%;
}
#s02 .radios .form_control p {
	color: #000;
	font-size: 12px;
	margin-top: 5px;
	font-weight: 700;
}
#s02 .content {
	position: relative;
	z-index: 999;
}
#s02 .grass {
	position: absolute;
	right: 40px;
	bottom: -82px;
	z-index: 99;
}
#s02 .septik_2 {
	position: absolute;
	z-index: 999;
	right: -250px;
	bottom: -240px;
}
#s03 {
	background: url(/local/components/custom/quiz.opros/templates/.default/./img/bg3.jpg) no-repeat 50% 50% / cover;
	color: #fff;
	margin-top: -1px;
	padding-top: 70px;
	padding-bottom: 90px;
}
#s03 .h2 span {
	display: block;
}
#s03 .logos {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
#s03 .logo,
#s03 .logos {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
}
#s03 .logo {
	width: 194px;
	height: 134px;
	border-radius: 10px;
	border: 2px dotted #00b7eb;
	background-color: #fff;
	position: relative;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 35px;
}
#s03 .logo:before {
	content: "";
	position: absolute;
	left: -2px;
	top: 12px;
	z-index: -1;
	width: calc(100% - 2px);
	height: 100%;
	width: 100%;
	border-radius: 10px;
	border: 2px dotted #0f0;
}
#s03 .enot {
	margin-top: 75px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#s03 .enot img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: -5px;
}
#s03 .sertificates {
	width: 665px;
	max-width: 100%;
	margin-top: 40px;
}
#s03 .sertificates,
#s03 .slick-slide img {
	margin-left: auto;
	margin-right: auto;
}
#s03 .slick-next,
#s03 .slick-prev {
	width: 35px;
	height: 35px;
	opacity: 1;
}
#s03 .slick-next:before,
#s03 .slick-prev:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 1;
	height: 100%;
	background: url(/local/components/custom/quiz.opros/templates/.default/./img/left.png) no-repeat 50% 50%;
}
#s03 .slick-next:before {
	transform: rotate(180deg);
}
#s03 .slick-initialized .slick-slide,
#s03 .slick-track {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
}
#s03 .slick-initialized .slick-slide {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	height: auto;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 20px;
}
#s03 .slick-prev {
	left: -60px;
}
#s03 .slick-next {
	right: -60px;
}
#s03 .sertificates {
	position: relative;
}
#s03 .sertificates:before {
	content: "";
	position: absolute;
	width: calc(100% + 120px);
	left: -60px;
	height: 36px;
	top: calc(50% - 20px);
	border: 2px dotted #00aeed;
	border-radius: 10px;
}
#s04 .h2 {
	text-align: left;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	width: 880px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#s04 .h2 img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 30px;
}
#s04 .h2 span {
	display: block;
}
#s04 .masters {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 840px;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
#s04 .master {
	width: 263px;
	min-height: 390px;
	border-radius: 5px 5px 5px 5px;
	background-color: #00b7eb;
	max-width: 100%;
	padding: 1px;
	padding-top: 10px;
	font-size: 18px;
	margin-top: 35px;
}
#s04 .master,
#s04 .master .img {
	position: relative;
}
#s04 .master .img:before {
	content: "";
	position: absolute;
	background: url(/local/components/custom/quiz.opros/templates/.default/./img/caplya.png) no-repeat 50% 50% / cover;
	width: 60px;
	height: 60px;
	bottom: -10px;
	left: calc(50% - 30px);
}
#s04 .text {
	margin-top: 15px;
	text-align: center;
	color: #fff;
}
#s05 {
	background: url(/local/components/custom/quiz.opros/templates/.default/./img/bg4.jpg) no-repeat 50% 50% / cover;
	color: #fff;
	padding-bottom: 140px;
}
#s05:before {
	content: "";
	position: absolute;
	background: url(/local/components/custom/quiz.opros/templates/.default/./img/grass_long.png) no-repeat 50% 50%;
	width: 100%;
	height: 237px;
	left: 0;
	bottom: -120px;
}
#s05 .reviews {
	width: 780px;
	max-width: 100%;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
}
#s05 .review,
#s05 .reviews {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
}
#s05 .review {
	margin-top: 35px;
	width: 243px;
	height: 229px;
	border-radius: 6px;
	border: 2px dotted #00b319;
	background-color: #fff;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 20px;
	color: #000;
	text-align: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#s05 .review span {
	color: red;
}
#s05 .review a:hover strong {
	text-decoration: underline;
}
#s05 .contact_block {
	width: 780px;
	min-height: 410px;
	border-radius: 5px;
	border: 2px dotted #00b7eb;
	background-color: #0d5189;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	margin-top: 45px;
	padding: 35px;
	position: relative;
}
#s05 .enot {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#s05 .enot img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: -2px;
	position: relative;
	top: 10px;
}
#s05 .col_left {
	margin-top: 40px;
	font-size: 16px;
}
#s05 .list {
	font-weight: 300;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 0;
}
#s05 .list li {
	margin-top: 15px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
#s05 .list li .img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 24px;
	margin-right: 10px;
}
#s05 .flexible {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
}
#s05 .map {
	width: 341px;
	height: 247px;
	border-radius: 5px;
	position: relative;
	z-index: 9;
}
#s05 .col_map {
	margin-top: 10px;
	position: relative;
}
#s05 .col_map:before {
	content: "";
	position: absolute;
	top: 10px;
	right: 10px;
	width: 100%;
	height: 100%;
	border: 1px dotted #00b7eb;
	border-radius: 5px;
}
#s05 #dev {
	width: 780px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	color: #00b7eb;
	font-size: 16px;
}
#s05 #dev > * {
	margin-top: 25px;
}
#s05 #dev a:hover {
	text-decoration: underline;
}
[type="radio"] {
	position: absolute;
	left: -9999999px;
}
.banner_wrap {
	width: 100%;
	height: 250px;
	box-shadow: 0 0 23px 4px rgba(0, 0, 0, 0.21);
	background-color: #00b319;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 9999999999999;
	color: #fff;
	display: none;
}
.banner_wrap .wrap {
	max-width: 940px;
	padding-top: 0;
	padding-bottom: 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
}
.banner_wrap .wrap .img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: -35px;
	position: relative;
	top: -120px;
}
.banner_wrap .banner_title {
	font-size: 25px;
	margin-top: 20px;
}
.banner_wrap .col_center {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.banner_wrap .button_wrapper {
	margin-top: 35px;
}
.banner_wrap .button_wrapper .calc {
	position: absolute;
	top: -5px;
	right: -40px;
	z-index: 9;
}
.banner_wrap .goToQuiz {
	width: 287px;
	height: 67px;
	box-shadow: 0 0 21px 1px #78ff00;
	background-color: #00b7eb;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	text-transform: uppercase;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
}
.banner_wrap .goToQuiz strong {
	text-transform: none;
}
.banner_wrap .goToQuiz:hover {
	background: #1fcdff;
}
.banner_wrap .slideDown {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	margin-top: 75px;
	cursor: pointer;
	transition: 0.2s ease;
}
.banner_wrap .slideDown:hover {
	color: #fff;
}
.banner_wrap .slideDown img {
	margin-left: 4px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	top: 2px;
	filter: brightness(0) invert(100%);
}
.banner_wrap .col_right {
	margin-left: 55px;
}
.banner_wrap .permanent_close {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	width: 148px;
	height: 69px;
	border-radius: 34px;
	border: 1px solid #fff;
	text-align: center;
	margin-top: 10px;
}
.banner_wrap .permanent_close:hover {
	color: #00b319;
	background: #fff;
}
#s05 .col_left {
	padding-right: 10px;
}
#main {
	position: relative;
	background: #0380b7;
	font-family: Rubik, Helvetica, sans-serif;
}
#main .wrap {
	overflow: hidden;
	padding-bottom: 200px;
	max-width: 1140px;
}
#main .header {
	border: 2px solid #fff;
	background-color: #111f3f;
	padding-top: 45px;
	text-align: center;
	top: -120px;
	margin-bottom: -120px;
}
#main .header,
#main .quiz {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}
#main .quiz {
	max-width: 100%;
}
#main .header_title {
	font-size: 25px;
}
#main .header_title small {
	font-size: 18px;
}
#main .progressBar {
	width: 327px;
	height: 29px;
	box-shadow: inset 0 0 7px 1px rgba(17, 31, 63, 0.56);
	border-radius: 15px;
	border: 1px solid #fff;
	background-color: #fff;
	position: relative;
	margin: 20px auto 25px;
	max-width: 100%;
	overflow: hidden;
}
#main .progressBar .bar {
	background: #00b319;
	border-radius: 40px 0 0 40px;
	width: 14%;
	overflow: hidden;
	height: 100%;
	position: relative;
}
#main .progressBar .bar:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(
			-45deg,
			hsla(0, 0%, 100%, 0.6) 25%,
			transparent 0,
			transparent 50%,
			hsla(0, 0%, 100%, 0.6) 0,
			hsla(0, 0%, 100%, 0.6) 75%,
			transparent 0,
			transparent
	);
	-webkit-background-size: 20px 20px;
	animation: d 2s linear infinite;
}
#main .hr {
	margin: 0;
	width: 584px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #959595;
	opacity: 0.2;
	display: none !important;
}
#main .question {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-weight: 300;
}
#main .question .img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px;
	position: relative;
}
#main .question .img img {
	position: relative;
}
#main .question .img:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 54px;
	bottom: -48px;
	left: 0;
	background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0));
	opacity: 0.15;
}
#main .question .img.five:before,
#main .question .img.three:before {
	background: url(/local/components/custom/quiz.opros/templates/.default/./img/three.png) no-repeat 50% 50%;
	width: 56px;
	opacity: 1;
	height: 65px;
	bottom: -45px;
}
#main .question .img.six:before {
	width: 56px;
	opacity: 1;
	height: 65px;
	bottom: -45px;
	bottom: -28px;
	left: 6px;
}
#main .question .img.four:before {
	bottom: -28px;
}
#main .question strong {
	font-size: 25px;
	font-weight: 700;
	display: block;
	margin-top: 15px;
	margin-bottom: 2px;
}
#main .change_block {
	margin-top: -65px;
	padding: 65px;
	padding-bottom: 40px;
	background-color: #111f3f;
	border: 2px solid #fff;
	border-top: none;
	border-radius: 0 0 10px 10px;
	display: none;
	transition: 0.2s ease;
	position: relative;
}
#main .change_block.white_block {
	background: #fff;
}
#main .change_block.active {
	display: block;
}
#main .white_title {
	color: #b1b1b1;
	font-weight: 900;
	font-size: 30px;
	position: relative;
	padding-left: 42px;
}
#main .white_title:before {
	content: "";
	position: absolute;
	background: url(/local/components/custom/quiz.opros/templates/.default/./img/closed_lock.png) no-repeat 50% 50% / cover;
	width: 30px;
	height: 40px;
	left: 0;
	top: calc(50% - 20px);
}
#main .openLock .white_title:before {
	background: url(/local/components/custom/quiz.opros/templates/.default/./img/open_lock.png) no-repeat 50% 50% / cover;
	width: 40px;
	height: 41px;
	left: -12px;
}
#main .white_hr {
	width: 584px;
	max-width: 100%;
	margin: 45px auto;
	border-bottom: 1px solid #959595;
	opacity: 0.57;
}
#main .questions_block {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 30px;
}
#main .col_right {
	width: 258px;
}
#main .col_left,
#main .col_right {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
#main .col_left {
	width: 470px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#main .col_left.presents {
	width: 100%;
}
#main .col_left.presents .form_control {
	width: 210px;
}
#main .form_control {
	width: 204px;
	max-width: 100%;
	margin-top: 20px;
	position: relative;
}
#main .form_control .img {
	height: 125px;
	border-radius: 5px 5px 0 0;
	border: 1px dotted var(--primary-color-light);
	padding: 3px;
	border-bottom: none;
	display: block;
	width: 100%;
	padding-bottom: 0;
	text-align: center;
}
#main .form_control .img:after {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	background: #fff;
	border-radius: 5px 5px 0 0;
	width: calc(100% - 6px);
	height: calc(100% - 3px);
}
#main .form_control .img img {
	vertical-align: bottom;
	position: relative;
	z-index: 1;
}
#main .column {
	-ms-flex-item-align: start;
	align-self: flex-start;
}
#main .column .img {
	margin-top: 20px;
	border-radius: 5px;
	border: 1px dotted var(--primary-color-light);
	padding: 3px;
}
#main .column .img img {
	vertical-align: bottom;
}
#main .column input {
	margin-top: 10px;
	margin-bottom: 15px;
	width: 208px;
	height: 44px;
	border: 1px dotted var(--primary-color-light);
	opacity: 0.33;
	color: #7c7c7c;
	font-size: 16px;
	padding-left: 15px;
}
#main .column input.filled,
#main .column input:active,
#main .column input:focus {
	border: 1px dotted var(--primary-color-light);
	background-color: #fff;
	opacity: 1;
}
#main .label {
	color: var(--primary-color-light);
	font-size: 16px;
}
#main .mt-05 {
	margin-top: -5px;
}
#main .zoom {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
#main .zoom:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(/local/components/custom/quiz.opros/templates/.default/./img/zoom.png) no-repeat 50% 50% / cover;
	width: 36px;
	height: 36px;
	z-index: 1;
}
#main .footer {
	border-radius: 0 0 5px 5px;
	background-color: var(--primary-color-light);
	padding: 15px 20px;
	padding-top: 5px;
	margin-top: -4px;
}
#main .footer table {
	color: #111f3f;
	font-size: 13px;
	font-weight: 300;
	width: 100%;
}
#main .footer table td {
	position: relative;
}
#main .footer table td:first-of-type {
	opacity: 0.6;
}
#main .footer table td:nth-of-type(2) {
	padding-left: 40px;
}
#main .footer table .malo:before,
#main .footer table .mnogo:before {
	content: "";
	position: absolute;
	left: 25px;
	top: 3px;
	border-radius: 50%;
	width: 9px;
	height: 9px;
	background-image: radial-gradient(circle 5px at center, #4bf616 0, #07912e 100%);
}
#main .footer table .malo:before {
	background-image: radial-gradient(circle 5px at center, #ff68af 0, #e10019 100%);
}
#main .answer_block {
	cursor: pointer;
	border-radius: 0 0 5px 5px;
	background-color: var(--primary-color-light);
	height: 62px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 40px;
	padding-right: 5px;
	font-size: 16px;
	font-weight: 700;
}
#main .answer_block.noImg {
	border-radius: 5px;
	min-height: 85px;
}
#main .answer_block label {
	display: block;
	text-align: left;
	position: relative;
	cursor: pointer;
}
#main .answer_block label:before {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 2px;
	border: 1px solid #fff;
	left: -25px;
	top: calc(50% - 9px);
}
#main .answer_block [type="radio"] + label:before {
	border-radius: 50%;
}
#main [type="checkbox"],
#main [type="radio"] {
	position: absolute;
	left: -999999px;
}
#main [type="checkbox"]:checked + label:before {
	background: #fff;
}
#main [type="radio"]:checked + label:before {
	box-shadow: inset 1px 2px 5px rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
	background-color: #fff;
}
#main [type="radio"]:checked + label:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	box-shadow: inset 0 0 2px 2px rgba(0, 191, 243, 0.52);
	background-color: var(--primary-color-light);
	border-radius: 50%;
	top: calc(50% - 6px);
	left: -21px;
}
#main [type="checkbox"]:checked + label:after {
	width: 11px;
	height: 10px;
	content: "";
	position: absolute;
	left: -21px;
	top: calc(50% - 5px);
	border-radius: 2px;
	background: url(/local/components/custom/quiz.opros/templates/.default/./img/check.png) no-repeat 50% 50% / cover;
}
#main .present_block {
	margin-top: 20px;
	position: relative;
}
#main .present_block p {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 20px;
	left: 0;
	font-size: 16px;
}
#main .present_block p strong {
	color: #111f3f;
	font-weight: 900;
}
#main .textarea_block {
	height: auto;
	-ms-flex-item-align: self-start;
	align-self: self-start;
}
#main .textarea_block textarea {
	font-size: 16px;
	color: #fff;
	width: 100%;
	height: 62px;
	padding-top: 10px;
	min-height: 62px;
	box-shadow: inset 1px 1px 8px 1px transparent;
	border-radius: 5px;
	background-color: hsla(0, 0%, 100%, 0.4);
	padding-left: 47px;
	margin: 0;
}
#main .textarea_block textarea.filled,
#main .textarea_block textarea:active,
#main .textarea_block textarea:focus {
	background: #fff;
	color: #000;
}
#main .fake_checkbox {
	position: absolute;
	left: 0;
	top: 0;
	width: 43px;
	height: calc(100% - 1px);
	border-radius: 5px 0 0 5px;
	background-color: var(--primary-color-light);
}
#main .fake_checkbox:before {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 2px;
	border: 1px solid #fff;
	top: calc(50% - 9px);
	left: calc(50% - 9px);
}
#main .fake_checkbox.checked:before {
	background: #fff;
}
#main .fake_checkbox.checked:after {
	width: 11px;
	height: 10px;
	content: "";
	position: absolute;
	left: calc(50% - 5px);
	top: calc(50% - 5px);
	border-radius: 2px;
	background: url(/local/components/custom/quiz.opros/templates/.default/./img/check.png) no-repeat 50% 50% / cover;
}
#main .fake_radio {
	position: absolute;
	left: 0;
	top: 0;
	width: 43px;
	height: calc(100% - 1px);
	border-radius: 5px 0 0 5px;
	background-color: var(--primary-color-light);
}
#main .fake_radio:before {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 2px;
	border: 1px solid #fff;
	top: calc(50% - 9px);
	left: calc(50% - 9px);
	border-radius: 50%;
}
#main .fake_radio.checked:before {
	box-shadow: inset 1px 2px 5px rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
	background-color: #fff;
}
#main .fake_radio.checked:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	box-shadow: inset 0 0 2px 2px rgba(0, 191, 243, 0.52);
	background-color: var(--primary-color-light);
	border-radius: 50%;
	top: calc(50% - 5px);
	left: calc(50% - 5px);
}
#main .buttons {
	padding-right: 70px;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
#main .buttons,
#main .buttons .goBack,
#main .buttons .goNext,
#main .buttons .goToMain {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
#main .buttons .goBack,
#main .buttons .goNext,
#main .buttons .goToMain {
	margin-top: 55px;
	color: #fee410;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 27px;
	border: 1px solid #fed21e;
	width: 134px;
	height: 53px;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 30px;
}
#main .buttons .goBack img,
#main .buttons .goNext img,
#main .buttons .goToMain img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 8px;
}
#main .buttons .goBack.active:not([disabled="disabled"]),
#main .buttons .goBack:hover:not([disabled="disabled"]),
#main .buttons .goNext.active:not([disabled="disabled"]),
#main .buttons .goNext:hover:not([disabled="disabled"]),
#main .buttons .goToMain.active:not([disabled="disabled"]),
#main .buttons .goToMain:hover:not([disabled="disabled"]) {
	box-shadow: 0 0 8px 1px hsla(0, 0%, 100%, 0.35);
	border-radius: 27px;
	border: 1px solid #fed21e;
	background-color: #ffe90b;
	color: #000;
}
#main .buttons .goBack.active:not([disabled="disabled"]) img,
#main .buttons .goBack:hover:not([disabled="disabled"]) img,
#main .buttons .goNext.active:not([disabled="disabled"]) img,
#main .buttons .goNext:hover:not([disabled="disabled"]) img,
#main .buttons .goToMain.active:not([disabled="disabled"]) img,
#main .buttons .goToMain:hover:not([disabled="disabled"]) img {
	filter: brightness(0);
}
#main .buttons .goBack:active:not([disabled="disabled"]),
#main .buttons .goNext:active:not([disabled="disabled"]),
#main .buttons .goToMain:active:not([disabled="disabled"]) {
	box-shadow: inset 1px 4px 5px rgba(198, 131, 25, 0.91);
	border-radius: 27px;
	background-color: #fff200;
	background-image: linear-gradient(0deg, #fff600, #fdc42a);
	color: #000;
}
#main .buttons .goBack:active:not([disabled="disabled"]) img,
#main .buttons .goNext:active:not([disabled="disabled"]) img,
#main .buttons .goToMain:active:not([disabled="disabled"]) img {
	filter: brightness(0);
}
#main .buttons .goNext {
	width: 241px;
	height: 53px;
}
#main .buttons .goNext:not([disabled="disabled"]) {
	box-shadow: 0 0 8px 1px hsla(0, 0%, 100%, 0.35);
	border-radius: 27px;
	border: 1px solid #fed21e;
	background-color: #ffe90b;
	color: #000;
}
#main .buttons .goNext:not([disabled="disabled"]) img {
	filter: brightness(0);
}
#main .dev {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	opacity: 0.18;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	margin-top: 70px;
}
#main .dev a {
	-ms-flex-positive: 1;
	flex-grow: 1;
}
#main .change_block.active {
	transition: 0.2s linear !important;
}
#main .change_block.nextInQueue {
	display: block;
	opacity: 0.67;
	border-radius: 10px;
	border-top: 2px solid;
	padding-top: 40px;
	top: calc(100% + 80px);
	position: absolute;
	width: 890px;
	left: calc(50% - 445px);
	transition: 0.2s linear;
}
#main .inform_block {
	position: absolute;
	width: 191px;
	height: 105px;
	box-shadow: 0 0 21px 6px rgba(8, 90, 144, 0.34);
	border: 1px dotted #68b9e6;
	background-color: #fff;
	right: -120px;
	z-index: 99;
	top: 60px;
	padding: 10px;
	color: #010101;
	font-size: 12px;
	border-radius: 5px;
	display: none;
}
#main .inform_block p {
	margin-bottom: 10px;
}
#main .inform_block p:last-child {
	margin-bottom: 0;
}
#main .inform_block .scroll {
	height: 100%;
}
#main .inform_block:before {
	content: "";
	position: absolute;
	left: 30px;
	top: -30px;
	border: 15px solid transparent;
	border-bottom: 15px solid #fff;
}
#main .info_icon {
	cursor: pointer;
	position: absolute;
	width: 31px;
	height: 31px;
	border: 1px solid #f7941d;
	background-color: #f7941d;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	border-radius: 50%;
	font-size: 16px;
	font-weight: 900;
	top: 8px;
	right: 8px;
	text-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#main .info_parent:hover .inform_block {
	display: block;
}
#main .info_parent {
	position: relative;
	z-index: 9;
}
#main .slick-prev {
	left: -12px;
}
#main .slick-next {
	right: -12px;
}
#main .slick-next,
#main .slick-prev {
	position: absolute;
	width: 26px;
	z-index: 1;
	border-radius: 50%;
	height: 26px;
	background-color: #fed21e;
	background-image: linear-gradient(0deg, #fff600, #fdc42a);
}
#main .slick-next:before,
#main .slick-prev:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/local/components/custom/quiz.opros/templates/.default/./img/prev.png) no-repeat 50% 50%;
}
#main .slick-next:before {
	transform: rotate(180deg);
}
#main .presentBlock .img {
	padding: 0;
	border: none;
	height: 125px;
	position: relative;
}
#main .presentBlock .img:after {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
}
#main .present_header {
	z-index: 9;
	color: #111f3f;
	font-weight: 900;
	font-size: 22px;
	text-align: center;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	height: 40px;
	border-radius: 5px 5px 0 0;
	background-color: #ff0;
}
#main .present_header:before {
	content: "";
	position: absolute;
	right: -40px;
	top: -40px;
	background: url(/local/components/custom/quiz.opros/templates/.default/./img/bant.png) no-repeat 50% 50% / cover;
	width: 107px;
	height: 106px;
}
#main .present_name {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	color: #111f3f;
	padding: 10px;
	min-height: 67px;
	border-radius: 0 0 5px 5px;
	background-color: #ff0;
	position: relative;
	z-index: 9;
}
#main .one_step,
#main .present_name {
	font-weight: 700;
	font-size: 16px;
	text-align: center;
}
#main .one_step {
	margin-top: 12px;
}
#main .one_step strong {
	display: block;
	color: var(--primary-color-light);
	font-weight: 400;
}
#main .slider {
	opacity: 0;
}
#main .slider.slick-initialized {
	opacity: 1;
}
#main .weAreStarted {
	color: #0cf;
	font-weight: 900;
	font-size: 25px;
	text-align: center;
}
#main .startedFlex {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
}
#main .startedFlex .started_col:first-child {
	padding-left: 140px;
}
#main .startedFlex .started_col:last-child {
	margin-left: 40px;
	margin-top: 50px;
}
#main .startedFlex .one_step {
	margin-left: -15px;
}
#main .started_title {
	margin-top: 60px;
	font-size: 25px;
	line-height: 1.4;
}
#main .radio_list {
	margin: 0;
	margin-top: 10px;
	position: relative;
}
#main .radio_list li {
	margin-top: 15px;
	font-size: 16px;
	position: relative;
	cursor: pointer;
	display: block;
}
#main .radio_list li label {
	padding-left: 27px;
}
#main .radio_list li label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	top: calc(50% - 10px);
	border: 1px solid #0cf;
}
#main .radio_list li [type="radio"]:checked + label:before {
	box-shadow: inset 1px 2px 5px rgba(0, 0, 0, 0.3);
	border: 1px solid var(--primary-color-light);
	background-color: transparent;
}
#main .radio_list [type="radio"]:checked + label:after {
	left: 4px;
	top: calc(50% - 6px);
}
#main .getResultBtn {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	width: 273px;
	max-width: 100%;
	height: 66px;
	border-radius: 33px;
	background-color: #fff200;
	background-image: linear-gradient(0deg, #fff600, #fdc42a);
	margin-top: 25px;
	margin-left: 20px;
	border-radius: 40px !important;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fee410;
	border: 1px solid #fed21e;
	background: #111f3f;
	position: relative;
	z-index: 9;
}
#main .getResultBtn:before {
	content: "";
	position: absolute;
	width: 224px;
	height: 19px;
	background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0));
	opacity: 0.15;
	bottom: -17px;
	left: calc(50% - 112px);
}
#main .getResultBtn.active:not([disabled="disabled"]),
#main .getResultBtn:hover:not([disabled="disabled"]) {
	box-shadow: 0 0 8px 1px hsla(0, 0%, 100%, 0.35);
	border: 1px solid #fed21e;
	background-color: #ffee3e;
	color: #000;
}
#main .getResultBtn:active:not([disabled="disabled"]) {
	box-shadow: inset 1px 4px 5px rgba(198, 131, 25, 0.91);
	border-radius: 27px;
	background-color: #fff200;
	background-image: linear-gradient(0deg, #fff600, #fdc42a);
	color: #000;
}
#main .getResultBtn:not([disabled="disabled"]) {
	box-shadow: 0 0 8px 1px hsla(0, 0%, 100%, 0.35);
	border: 1px solid #fed21e;
	background-color: #ffe90b;
	color: #000;
}
#main .getResultBtn:not([disabled="disabled"]) img {
	filter: brightness(0);
}
#main [type="tel"],
#main .quiz-phone {
	width: 272px;
	max-width: 100%;
	height: 66px;
	border-radius: 33px;
	border: 2px dotted #f8ad3d;
	background-color: #fff;
	margin-top: 25px;
	text-align: center;
	font-size: 18px;
	color: #000;
	font-weight: 700;
	z-index: 9;
}
#main .phoneImg,
#main [type="tel"] {
	position: relative;
}
.quiz-in-modal #main .phoneImg:before {
	content: "";
	position: absolute;
	left: -115px;
	top: -270px;
	background: url(/local/components/custom/quiz.opros/templates/.default/./img/phone.png) no-repeat 50% 50% / cover;
	width: 361px;
	height: 527px;
}
#main .phoneImg:before {
	content: "";
	position: absolute;
	left: -180px;
	top: -270px;
	background: url(/local/components/custom/quiz.opros/templates/.default/./img/phone.png) no-repeat 50% 50% / cover;
	width: 361px;
	height: 527px;
}
#main .radio_list li label {
	cursor: pointer;
	display: block;
}
#main .spinner_block {
	text-align: center;
	position: relative;
	margin-top: 35px;
}
#main .spinner_block .blue {
	z-index: 9;
	width: 80px;
	height: 80px;
	background-color: #0b5cb1;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#main .spinner_block .blue:before {
	content: "";
	position: absolute;
	border: 2px dotted #f69d3d;
	width: calc(100% + 8px);
	height: calc(100% + 8px);
	top: -6px;
	left: -6px;
	border-radius: 50%;
}
#main .primernaya {
	font-size: 16px;
	margin-top: 25px;
	font-weight: 300;
}
#main .primernaya strong {
	font-weight: 700;
}
#main .master_information,
#main .master_information .master_image {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
}
#main .master_information .master_image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	width: 202px;
	height: 228px;
	border-radius: 5px;
	border: 1px dotted var(--primary-color-light);
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#main .master_information .master_image:before {
	content: "";
	position: absolute;
	left: -6px;
	top: -6px;
	border-radius: 5px;
	border: 1px dotted var(--primary-color-light);
	width: calc(100% + 10px);
	height: calc(100% + 10px);
}
#main .master_left {
	margin-right: 35px;
}
#main .perfect {
	color: var(--primary-color-light);
	font-size: 20px;
}
#main .master_bold {
	margin-top: 20px;
	margin-bottom: -5px;
	color: #000;
	font-weight: 900;
	font-size: 20px;
}
#main .master_name {
	margin-top: 15px;
	color: #000;
	font-weight: 700;
	font-size: 20px;
}
#main .master_list,
#main .master_status {
	color: #000;
	font-size: 16px;
}
#main .master_list {
	margin: 0;
}
#main .master_list li {
	margin-top: 18px;
}
#main .for_calc {
	text-align: center;
	margin-top: 50px;
	color: #000;
	font-size: 20px;
}
#main .check_data {
	margin-top: 15px;
	text-align: center;
	color: #000;
	font-size: 16px;
	position: relative;
}
#main .check_data span {
	position: relative;
}
#main .check_data span:before {
	content: "";
	position: absolute;
	right: -30px;
	top: 10px;
	background: url(/local/components/custom/quiz.opros/templates/.default/./img/arrow_down.png) no-repeat 50% 50% / cover;
	width: 30px;
	height: 85px;
}
#main .white_block .dev {
	color: #000;
}
#main .bottom_phone {
	margin: 25px auto 0;
	text-align: center;
	font-size: 18px;
}
#main .bottom_phone,
#main .timeToCall {
	width: 364px;
	height: 44px;
	border-radius: 5px;
	border: 1px dotted var(--primary-color-light);
	background-color: #fff;
	display: block;
}
#main .timeToCall {
	margin: 10px auto 0;
	max-width: 100%;
}
#main .submit {
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
	width: 363px;
	height: 53px;
	border-radius: 27px;
	border: none;
	margin: 20px auto 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff200;
	background-image: linear-gradient(0deg, #fff600, #fdc42a);
}
#main .submit:hover {
	background-image: linear-gradient(0deg, #fff833, #fdd25d);
}
#main .insta_block {
	margin-top: 65px;
	width: 364px;
	border-radius: 5px;
	border: 1px dotted #b7b7b7;
	background-color: #fff;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	padding: 20px 10px;
}
#main .insta_block p {
	margin-top: 10px;
	color: #000;
	font-size: 18px;
}
#main .goToMain {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fee410;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 20px;
	width: 363px;
	height: 53px;
	border-radius: 27px;
	border: 1px solid #fed21e;
	margin-left: auto;
	margin-right: auto;
}
#main .goToMain:hover {
	background-image: linear-gradient(0deg, #fff600, #fdc42a);
	color: #000;
}
#main .timeToCall {
	text-align: center;
	color: #000;
}
#main .price_blocks {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#main .price_blocks .price_block {
	width: 355px;
	max-width: 100%;
	position: relative;
	border: 2px dotted var(--primary-color-light);
	border-radius: 5px;
	margin-top: 50px;
}
#main .price_header {
	width: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #fff;
	font-weight: 700;
	background-color: var(--primary-color-light);
	border-radius: 5px 5px 0 0;
	font-size: 22px;
	height: 79px;
}
#main .price_body {
	position: relative;
	padding: 20px 15px 15px;
}
#main .price_body_title {
	color: #525252;
}
#main .price_blue_title,
#main .price_body_title {
	text-align: center;
	font-size: 16px;
}
#main .price_blue_title {
	margin-top: 10px;
	color: var(--primary-color-light);
}
#main .price_list {
	margin-top: 15px;
	margin-bottom: 20px;
}
#main .price_list > li {
	position: relative;
	padding-left: 15px;
	color: #525252;
	font-size: 16px;
	font-weight: 300;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 2px dotted rgba(0, 0, 0, 0.2);
}
#main .price_list > li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
#main .price_list > li.parent_li {
	color: #000;
	display: block;
}
#main .price_list > li span:first-child {
	width: 175px;
}
#main .price_list > li span:last-child {
	font-size: 18px;
	font-weight: 700;
	color: #000;
}
#main .price_list > li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	background: url(/local/components/custom/quiz.opros/templates/.default/./img/mini_check.png) no-repeat 50% 50% / cover;
	width: 11px;
	height: 10px;
}
#main .price_list ol {
	margin: 0;
	padding-left: 0;
	padding-top: 5px;
	border-top: 2px dotted rgba(0, 0, 0, 0.2);
}
#main .price_list ol li {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	color: #525252;
	font-size: 13px;
	font-weight: 300;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 2px dotted rgba(0, 0, 0, 0.2);
}
#main .price_list ol li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
#main .price_list ol li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 7px;
	height: 7px;
	background-color: var(--primary-color-light);
	border-radius: 50%;
}
#main .price_list ol li span:first-child {
	width: 160px;
}
#main .price_list ol li span:last-child {
	color: #000;
}
@keyframes c {
	0% {
		stroke-dashoffset: 0;
	}
}
.progress_round {
	padding: 0;
	margin-top: -73px;
	top: -17px;
}
.progress_round,
.progress_round .bar_round {
	position: relative;
	display: inline-block;
	text-align: center;
}
.progress_round .bar_round {
	color: #93a2ac;
	font-weight: 100;
	margin-left: auto;
	margin-right: auto;
	width: 100px;
	height: 100px;
}
.steps {
	font-size: 16px;
	color: #000;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	position: relative;
	position: absolute;
	text-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 9;
}
.bar_round {
	width: 14%;
	transition: 1s ease;
	overflow: hidden;
	max-width: 100%;
}
.bar_round,
.percentage {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
.percentage {
	width: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px;
}
.progress_round svg {
	width: 100%;
	height: 100%;
}
.progress_round svg:nth-child(2) {
	position: absolute;
	left: 0;
	top: 0;
	transform: rotate(-90deg);
}
.progress_round.animate {
	z-index: 99;
}
.progress_round.animate svg:nth-child(2) path {
	fill: none;
	stroke-width: 25;
	stroke-dasharray: 629;
	stroke: #111f3f;
	opacity: 0.9;
	animation: c 6s;
	z-index: 10;
}
.percentage:before {
	opacity: 0;
	content: "";
	position: absolute;
	transition: 0.2s ease;
}
.percentage.showArrow {
	position: relative;
}
.percentage.showArrow:before {
	background: url(/local/components/custom/quiz.opros/templates/.default/./img/count_arrow-new.png) no-repeat 50% 50% / cover;
	width: 58px;
	height: 56px;
	right: 0;
	top: 0;
	right: -90px;
	top: -10px;
	opacity: 1;
	transition: 0.2s ease;
}
@keyframes d {
	0% {
		background-position: 20px 0;
	}
	to {
		background-position: 0 0;
	}
}
[disabled="disabled"] {
	cursor: not-allowed;
}
#main .inform_block .scroll {
	text-align: left;
}
#main .zoom:before {
	z-index: 99;
}
#main .inform_block .scroll {
	height: 85px;
}
#main .textarea_block textarea {
	vertical-align: bottom;
}
.slick-slide,
button {
	outline: none !important;
}
#main [type="text"]::-webkit-input-placeholder,
#main textarea::-webkit-input-placeholder {
	color: #fff;
}
#main [type="text"]::-moz-placeholder,
#main textarea::-moz-placeholder {
	color: #fff;
}
#main [type="text"]::-ms-input-placeholder,
#main textarea::-ms-input-placeholder {
	color: #fff;
}
#main [type="text"]::placeholder,
#main textarea::placeholder {
	color: #fff;
}
#main .timeToCall::-webkit-input-placeholder,
#main [type="tel"]::-webkit-input-placeholder,
#main .quiz-phone::-webkit-input-placeholder {
	color: #000;
	text-align: center;
}
#main .timeToCall::-moz-placeholder,
#main [type="tel"]::-moz-placeholder,
#main .quiz-phone::-webkit-input-placeholder {
	color: #000;
	text-align: center;
}
#main .timeToCall::-ms-input-placeholder,
#main [type="tel"]::-ms-input-placeholder,
#main .quiz-phone::-ms-input-placeholder {
	color: #000;
	text-align: center;
}
#main .timeToCall::placeholder,
#main [type="tel"]::placeholder,
#main .quiz-phone::placeholder {
	color: #000;
	text-align: center;
}
#main .change_block.nextInQueue {
	margin-top: 5px;
}
#main .change_block.white_block:not(.nextInQueue),
#main .change_block:not(.nextInQueue) {
	top: -17px !important;
}
#main .change_block.white_block:not(.nextInQueue) {
	border-radius: 10px;
}
#main .header,
#main .quiz {
	z-index: 9;
}
#main iframe {
	width: 100%;
	height: 100%;
	opacity: 1;
}
.player,
.player .screen {
	opacity: 1;
}
.change_block:first-child .goBack {
	display: none !important;
}
#main .form_control .img img {
	height: 100%;
}
.loopa {
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	z-index: 99;
}
.bg_video,
.loopa {
	position: absolute;
}
.bg_video {
	left: 0;
	bottom: 0;
	height: 100%;
	width: 2685px;
	left: -60%;
}
.bg_video_2 {
	left: 30%;
}
#main .answer_block label {
	line-height: 1.2;
}
#main .primernaya {
	opacity: 0;
}
.white_block {
	animation: e 2s ease infinite;
}
.progress_round {
	opacity: 0;
	transition: 0.2s ease;
}
#main .check_data span {
	display: inline-block;
}
#current_step {
	margin-right: 5px;
}
#main .question .img:before {
	bottom: -46px;
}
.nicescroll-rails-vr {
	opacity: 1 !important;
}
.for_calc strong {
	font-weight: 700;
}
#main .bottom_phone,
#main .timeToCall {
	color: rgba(0, 0, 0, 0.7);
}
.popup-bg {
	z-index: 100000000000000000000;
}
#main,
.cutter {
	max-width: 1920px;
	margin: 0 auto;
	width: 100%;
}
.cutter {
	overflow: hidden;
	position: relative;
}
.abolute_text {
	position: absolute;
	z-index: 99;
	bottom: 0;
	font-size: 14px;
	left: 5px;
	background: hsla(0, 0%, 100%, 0.2);
	padding: 5px;
}
.timeToCall::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.7);
}
.timeToCall::-moz-placeholder {
	color: rgba(0, 0, 0, 0.7);
}
.timeToCall::-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.7);
}
.timeToCall::placeholder {
	color: rgba(0, 0, 0, 0.7);
}
.bottom_phone::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.7);
}
.bottom_phone::-moz-placeholder {
	color: rgba(0, 0, 0, 0.7);
}
.bottom_phone::-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.7);
}
.bottom_phone::placeholder {
	color: rgba(0, 0, 0, 0.7);
}
#main .startedFlex .started_col:first-child {
	position: relative;
	z-index: 9;
}
.error {
	position: absolute;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	text-transform: none;
	top: -30px;
	left: calc(50% - 132px);
	white-space: nowrap;
	display: none;
}
.buttons.phoneImg .error {
	top: -5px;
}
#main .buttons.phoneImg {
	margin-top: 15px;
}
#main .change_block.white_block:not(.nextInQueue) {
	margin-top: -250px;
}
.goNext {
	position: relative;
}
@keyframes e {
	0%,
	to {
		top: calc(100% + 80px);
	}
	50% {
		top: calc(100% - 5px);
	}
}
#main .header {
	top: 0;
}
#main .change_block {
	margin-top: 0;
}
#main .header {
	margin-top: 0;
	margin-bottom: 0;
}
#main {
	padding-top: 125px;
	top: -10px;
	background: url(/local/components/custom/quiz.opros/templates/.default/./img/quizBGNew.png) no-repeat 50% 50% / cover;
}
#main .wrap {
	padding-top: 0;
	z-index: 99;
}
#main .change_block,
#main .header,
#main .quiz {
	background: #fff;
	color: #000;
}
#main .header,
#main .quiz {
	border: 2px dotted var(--primary-color-light);
}
#main .header {
	border-bottom: none;
	border-radius: 10px 10px 0 0;
}
#main .quiz {
	border-top: none;
	border-radius: 0 0 10px 10px;
}
#main .header,
#main .quiz {
	position: relative;
}
#main .header:before,
#main .quiz:before {
	content: "";
	position: absolute;
	border-radius: 10px;
	border: 2px dotted #fff;
	left: -15px;
	top: -15px;
	width: 100%;
	height: 100%;
}
#main .header:before {
	border-radius: 10px 10px 0 0;
	border-bottom: none;
	height: calc(100% + 15px);
}
#main .quiz:before {
	top: -30px;
	height: calc(100% + 15px);
}
#main .change_block {
	padding-top: 0;
}
#main .header {
	padding-bottom: 45px;
}
#main .question strong {
	margin-top: 0;
}
#main /*.header:after{content:"";position:absolute;top:-60px;left:-60px;background:url(/local/components/custom/quiz.opros/templates/.default/./img/quizLeaf.png) no-repeat 50% 50%/cover;width:154px;height:121px;z-index:99}*/#main .col_right {
	width: 240px;
}
#main .present_block p {
	color: #fff;
}
#main .present_block p strong {
	color: #0054a6;
}
#main .question .img:before {
	background-image: linear-gradient(180deg, #00b9ec, rgba(0, 185, 236, 0));
}
#main .col_center {
	width: 239px;
	height: 357px;
	border-radius: 5px;
	margin-right: 15px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: 20px;
	overflow: hidden;
}
#main .col_center.switch_image {
	background-color: #0054a6;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	text-align: center;
}
#main .col_center.switch_image p {
	margin-top: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}
#main .col_left {
	width: 240px;
	margin-right: 25px;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	margin-top: 5px;
}
#main .form_control.inline_control {
	width: 100%;
}
#main .form_control.inline_control.dib_control {
	width: auto;
	display: inline-block;
}
#main .form_control.inline_control.dib_control .info_icon {
	right: -10px;
}
#main .form_control.inline_control .info_icon {
	right: -40px;
	top: -8px;
}
#main .form_control.inline_control .info_parent ~ .answer_block {
	padding-right: 35px;
}
#main .form_control.inline_control .inform_block {
	top: 40px;
	right: -130px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
}
#main .form_control.inline_control .info_parent:hover {
	z-index: 999999;
}
#main .form_control.inline_control .answer_block {
	background: #fff;
	text-shadow: none;
	font-size: 16px;
	font-weight: 400;
	height: auto;
	min-height: 1px;
	padding-left: 25px;
}
#main .form_control.inline_control .answer_block label:before {
	border-color: #ff7062;
	top: calc(50% - 10px);
}
#main .form_control.inline_control [type="radio"]:checked + label:after {
	background: #ff7062;
	border: none;
	box-shadow: none !important;
	top: calc(50% - 6px);
}
#main .buttons .goBack,
#main .buttons .goNext,
#main .getResultBtn,
#main .goToMain,
#main .submit {
	color: #00b319;
	transition: 0.2s ease;
	border-color: #00b319 !important;
}
#main .buttons .goNext:not([disabled="disabled"]),
#main .getResultBtn:not([disabled="disabled"]) {
	background: #00b319;
	color: #fff;
}
#main .buttons .goBack:hover,
#main .buttons .goNext:not([disabled="disabled"]):hover,
#main .getResultBtn:not([disabled="disabled"]):hover,
#main .goToMain:hover,
#main .submit {
	background: #00cd1d !important;
	border-color: #00cd1d !important;
	color: #fff !important;
}
#main .label {
	color: #000;
}
#main .column input {
	width: 156px;
	height: 34px;
	min-height: 34px;
	border-radius: 5px;
	border: 1px dotted #00b9ec;
	background-color: #fff;
	color: #000;
	margin-top: 7px;
	margin-bottom: 12px;
}
#main .mt15 {
	margin-top: 15px;
}
#main .dev {
	color: #000;
}
#main .getResultBtn:before,
#main .goNext:before {
	top: 3px;
	left: 3px;
	content: "";
	position: absolute;
	border-radius: 50px;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 1px solid #fff;
	opacity: 0.25;
}
#main .buttons .goBack:active:not([disabled="disabled"]),
#main .buttons .goNext:active:not([disabled="disabled"]),
#main .getResultBtn:active:not([disabled="disabled"]) {
	box-shadow: inset 1px 4px 5px #00b319;
	border-radius: 27px;
	background-color: #00b319;
	background-image: linear-gradient(0deg, #00b319, #00b319);
	color: #fff;
}
#main .getResultBtn {
	background: #fff;
}
#main .shadow_img {
	box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.33);
	border-radius: 5px;
	position: relative;
}
#main .shadow_img .image_container {
	background: #fff;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 10px;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 20px;
	text-align: center;
	height: 100%;
	width: 100%;
	border-radius: 0 0 5px 5px;
}
#main .shadow_img .image_container.lider:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 10px;
	background: url(/local/components/custom/quiz.opros/templates/.default/./img/lider.png) no-repeat 50% 50% / cover;
	width: 93px;
	z-index: 9;
	height: 37px;
}
#main .shadow_img .image_container.visokie_vodi:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 10px;
	background: url(/local/components/custom/quiz.opros/templates/.default/./img/visokii.png) no-repeat 50% 50% / cover;
	width: 140px;
	height: 52px;
}
#main .shadow_img .image_header {
	min-height: 90px;
	border-radius: 5px 5px 0 0;
	background-color: #ebebeb;
	text-align: center;
	padding: 10px;
	width: 100%;
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: #000;
}
#main .shadow_img .image_header .res {
	color: #00b319;
	font-size: 11px;
	margin-top: 0;
	font-weight: 700;
}
#main .shadow_img .image_header .podhodit {
	color: #000;
	margin-top: 5px;
	font-size: 13px;
}
#main .shadow_img .image_header .podhodit span {
	text-decoration: underline;
}
#main .shadow_img .image_header .continue {
	margin-top: 8px;
	color: #0f5f9e;
	font-size: 11px;
	font-weight: 700;
}
#main .question {
	-ms-flex-align: center;
	align-items: center;
}
#main .submit {
	position: relative;
	overflow: hidden;
}
#main .present_header,
#main .present_name {
	background: #fd760c;
}
#main .col_left.presents .presentBlock .img {
	border-left: 1px solid #fd760c;
	border-right: 1px solid #fd760c;
}
#main .present_header {
	margin-bottom: -3px;
}
#main .answer_block {
	text-shadow: 0 0 2px rgba(17, 31, 63, 0.64);
	color: #fff;
}
#main .footer {
	position: relative;
}
#main .answer_block {
	height: 86px;
	position: relative;
}
#main .one_step strong {
	font-weight: 900;
}
.present_desc {
	margin-top: 5px;
	color: #dedddd;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	position: relative;
	z-index: 9;
}
#main .phoneImg:before {
	background: url(/local/components/custom/quiz.opros/templates/.default/./img/mobile.png) no-repeat 50% 50% / contain;
}
#main .question .img.six:before {
	background: url(/local/components/custom/quiz.opros/templates/.default/./img/three.png) no-repeat 50% 50%;
	width: 52px;
	height: 69px;
}
.percentage {
	color: #fff;
}
.progress_round.animate svg:nth-child(2) path {
	stroke: #fff;
}
.change_block:after {
	content: "";
	position: absolute;
	background: url(/local/components/custom/quiz.opros/templates/.default/./img/quiz_grass.png) no-repeat 50% 50% / cover;
	width: 280px;
	height: 102px;
	bottom: -4px;
	left: calc(50% - 140px);
}
#main .weAreStarted small {
	display: block;
}
#main .change_block {
	padding-left: 45px;
	padding-right: 45px;
}
#main .presentBlock .img {
	border-left: 1px solid #fd760c;
	border-right: 1px solid #fd760c;
}
#main .present_header,
#main .present_name {
	color: #fff;
}
.quiz_line {
	margin: 15px auto;
	width: 38px;
	height: 2px;
	background: #1361ad;
}
#main .zakrep {
	text-align: center;
	color: #000;
	font-size: 16px;
	font-weight: 400;
}
#main .started_title {
	margin-top: 40px;
	font-weight: 700;
}
#main [type="tel"] {
	border-color: #00b9ec;
}
#main .dev {
	font-size: 14px;
}
#main .white_title {
	padding-left: 0;
	text-align: center;
	font-size: 25px;
}
#main .white_title span {
	color: #00b9ec;
	font-weight: 700;
	display: block;
}
#main .change_block.white_block:not(.nextInQueue) {
	padding-top: 45px;
}
#quiz.lastStep {
	border-radius: 10px;
}
#main .change_block.white_block:not(.nextInQueue) {
	margin-top: 0;
}
.product_card {
	width: 239px;
	height: 445px;
	box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.33);
	border-radius: 5px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.product_title {
	width: 100%;
	min-height: 45px;
	border-radius: 5px 5px 0 0;
	background-color: #ebebeb;
	padding: 10px 5px;
}
.product_image,
.product_title {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.product_image {
	height: 270px;
	position: relative;
}
.product_image img {
	max-height: 100%;
}
.product_image:after,
.product_image:before {
	content: "";
	position: absolute;
}
.product_image.visokie_vodi:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 10px;
	background: url(/local/components/custom/quiz.opros/templates/.default/./img/visokii.png) no-repeat 50% 50% / cover;
	width: 140px;
	height: 52px;
}
.product_image.lider:before {
	background: url(/local/components/custom/quiz.opros/templates/.default/./img/lider.png) no-repeat 50% 50% / cover;
	width: 93px;
	height: 37px;
	left: 0;
	bottom: 10px;
}
.product_image.grunt:after {
	background: url(/local/components/custom/quiz.opros/templates/.default/./img/grunt.png) no-repeat 50% 50% / cover;
	width: 140px;
	height: 52px;
	bottom: 5px;
	right: 0;
}
.product_image .product_satus_helper {
	position: absolute;
	width: 100%;
	height: 100%;
}
.product_image.sezon .product_satus_helper:before {
	content: "";
	position: absolute;
	background: url(/local/components/custom/quiz.opros/templates/.default/./img/sezonNew.png) no-repeat 50% 50% / cover;
	width: 164px;
	height: 71px;
	right: -9px;
	top: 0;
}
.product_footer {
	color: #000;
	font-size: 11px;
	font-weight: 300;
	padding: 5px 20px 5px 15px;
	background-color: #ebebeb;
}
.product_show_more {
	display: block;
	color: #00b319;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 10px;
	padding-bottom: 15px;
	text-align: center;
}
.product_show_more span {
	text-decoration: underline;
}
.product_show_more:hover span {
	text-decoration: none;
}
.catalog_slider,
.catalog_slider_2 {
	width: 100%;
	position: relative;
}
.catalog_slider .slick-list,
.catalog_slider_2 .slick-list {
	overflow: hidden;
	padding: 10px 0;
}
.catalog_slider .slick-slide,
.catalog_slider_2 .slick-slide,
.catalog_slider .slick_slide,
.catalog_slider_2 .slick_slide {
	opacity: 1;
	visibility: visible;
	padding: 0 10px;
	box-sizing: border-box;
}
.catalog_slider .slick-slide > div,
.catalog_slider_2 .slick-slide > div,
.catalog_slider .slick_slide > div,
.catalog_slider_2 .slick_slide > div {
	display: block;
	width: 100%;
	height: 100%;
}
.go_next_slide,
.go_next_slide_2,
.go_prev_slide,
.go_prev_slide_2 {
	position: absolute;
	right: -85px;
	top: 640px;
	transform: rotate(-90deg);
	color: #02c61d;
	font-size: 25px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	font-weight: 400;
	cursor: pointer;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid transparent;
	width: 220px;
	transition: 0.2s ease;
}
.go_next_slide:hover,
.go_next_slide_2:hover,
.go_prev_slide:hover,
.go_prev_slide_2:hover {
	border: 1px solid #00b319;
}
.go_next_slide_2 img,
.go_next_slide img,
.go_prev_slide_2 img,
.go_prev_slide img {
	margin-left: 12px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	transform: rotate(90deg);
}
.go_prev_slide,
.go_prev_slide_2 {
	left: -85px;
	transform: rotate(-90deg);
}
.go_prev_slide_2 img,
.go_prev_slide img {
	transform: rotate(-90deg);
}
.system {
	color: #00b9ec;
	font-weight: 700;
}
#main .flex_form {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
}
#main .flex_form .col {
	-ms-flex-positive: 1;
	flex-grow: 1;
}
#main .flex_form .forma {
	width: 298px;
	box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.21);
	border-radius: 5px;
	background-color: #fff;
	margin-left: 15px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	padding: 30px 40px;
	margin-top: 25px;
}
#main .flex_form .form_title {
	color: #000;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
}
#main .flex_form .check_data {
	margin-top: 12px;
	color: #000;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
}
#main .flex_form [type="tel"] {
	width: 100%;
	height: 38px;
	min-height: 38px;
	text-align: center;
	font-size: 14px;
	color: #000;
	margin-top: 20px;
	margin-bottom: 10px;
	border-radius: 5px;
	background-color: #fff;
}
#main .flex_form [type="tel"],
#main .flex_form textarea {
	border: 1px dotted #00b9ec;
	font-size: 14px !important;
	font-weight: 300 !important;
}
#main .flex_form textarea {
	padding: 20px;
	min-height: 94px;
	margin-bottom: 0;
	margin-top: 0;
}
#main .flex_form textarea::-webkit-input-placeholder {
	color: #000;
}
#main .flex_form textarea::-moz-placeholder {
	color: #000;
}
#main .flex_form textarea::-ms-input-placeholder {
	color: #000;
}
#main .flex_form textarea::placeholder {
	color: #000;
}
#main .flex_form .flex_form_title {
	margin-top: 25px;
	font-size: 18px;
	font-weight: 400;
}
#main .flex_form .flex_form_list {
	margin-top: 10px;
	line-height: 1.4;
	color: #000;
	font-size: 16px;
	font-weight: 300;
}
#main .flex_form .zamer {
	margin-top: 30px;
	font-size: 18px;
	font-weight: 400;
}
#main .flex_form .viezd_free {
	margin-top: 5px;
	color: #00b9ec;
	font-size: 18px;
	font-weight: 700;
}
#main .flex_form .doc_block {
	margin-top: 40px;
	margin-left: 20px;
	width: 423px;
	max-width: 100%;
	border-radius: 5px;
	border: 2px dotted #0f5f9e;
	background-color: var(--primary-color-light);
	padding: 15px;
	padding-left: 115px;
	position: relative;
}
#main .flex_form .doc_block:before {
	content: "";
	position: absolute;
	top: -20px;
	left: -25px;
	background: url(/local/components/custom/quiz.opros/templates/.default/./img/doc.png) no-repeat 50% 50% / cover;
	width: 133px;
	height: 145px;
	z-index: 9;
}
#main .flex_form .doc_block:after {
	content: "";
	position: absolute;
	left: -15px;
	top: 15px;
	border-radius: 5px;
	border: 1px dotted #00b9ec;
	width: 100%;
	height: 100%;
}
#main .flex_form .doc_title {
	color: #0b448d;
	font-size: 20px;
	font-weight: 700;
}
#main .flex_form .doc_list {
	margin: 0;
}
#main .flex_form .doc_list li {
	position: relative;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 300;
	padding-left: 25px;
	color: #fff;
}
#main .flex_form .doc_list li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(/local/components/custom/quiz.opros/templates/.default/./img/doc_check.png) no-repeat 50% 50% / cover;
	width: 17px;
	height: 17px;
}
.devider {
	width: 584px;
	margin: 50px auto 30px;
	max-width: 100%;
	height: 1px;
	background: #959595;
	opacity: 0.2;
}
.know_more {
	text-align: center;
	color: #000;
	font-size: 16px;
	font-weight: 300;
}
#main .submit {
	font-size: 11px;
	font-weight: 700;
	background: #00b319 !important;
}
#main .submit:after {
	top: 3px;
	left: 3px;
	content: "";
	position: absolute;
	border-radius: 50px;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 1px solid #fff;
	opacity: 0.14;
}
#main .submit:hover {
	background: #00cd1d !important;
}
#main .inline_control .answer_block {
	color: #000;
}
#main .goToMain {
	box-shadow: none;
	color: #fff;
}
#main .header,
#main .quiz {
	max-width: 100%;
}
.banner_wrap .button_wrapper {
	margin-top: 20px;
}
.banner_wrap {
	height: 190px;
}
.banner_wrap .banner_title {
	font-size: 22px;
}
#s03 .enot {
	margin-top: 100px;
}
#s05 .col_left {
	margin-top: 20px;
}
#s05 .data {
	line-height: 1.4;
}
.white_form [type="tel"] {
	margin-top: 20px;
	width: 288px;
	max-width: 100%;
	text-align: center;
	font-size: 16px;
	color: #000;
	height: 44px;
	border-radius: 5px;
	border: 1px dotted var(--primary-color-light);
	background-color: #fff;
	margin-bottom: 0;
	position: relative;
	z-index: 999999;
}
.white_form .submitBTN {
	margin-top: 15px;
	width: 288px;
	border: none;
	max-width: 100%;
	height: 53px;
	border-radius: 40px;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	box-shadow: 0 0 21px 1px #78ff00;
	border-radius: 50px;
	background-color: #00b319;
	color: #fff;
	display: inline-block;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-shadow: none;
	transition: 0.2s ease;
}
.white_form .submitBTN:before {
	top: 3px;
	left: 3px;
	content: "";
	position: absolute;
	border-radius: 50px;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 1px solid #000;
	opacity: 0.14;
	animation: none;
	transform: none;
}
.white_form .submitBTN img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 10px;
}
.white_form .submitBTN {
	position: relative;
	overflow: hidden;
}
.error {
	color: #000;
}
#main .inform_block {
	height: 210px;
}
#main .inform_block .scroll {
	height: 200px;
}
#main .weAreStarted small {
	margin-top: 10px;
}
#main .shadow_img .image_header .podhodit {
	line-height: 1.5;
}
#main .inform_block {
	height: 120px;
}
#main .shadow_img .image_container {
	height: 264px;
	position: relative;
}
.product_title {
	height: 45px;
	font-size: 18px;
	text-align: center;
}
.popup-bg #popup2 .content .img {
	width: 360px;
	max-width: 100%;
}
.popup-bg #popup2 .submit:after {
	background: url(/local/components/custom/quiz.opros/templates/.default/./img/p.png) no-repeat 50% 50% / contain;
}
#s02 .white_form .img {
	width: 300px;
	max-width: 100%;
}
#main .shadow_img .image_container img {
	max-height: 100%;
}
#main .change_block .image_container.visokie_vodi:after,
#main .change_block:nth-of-type(2) .shadow_img .image_container.sezon .product_satus_helper:before,
#main .change_block:nth-of-type(2) .shadow_img .image_container.visokie_vodi:after,
#main .change_block:nth-of-type(3) .shadow_img .image_container.sezon .product_satus_helper:before,
#main .change_block:nth-of-type(3) .shadow_img .image_container.visokie_vodi:after,
#main .change_block:nth-of-type(3) .shadow_img .image_container.visokie_vodi:after {
	content: none;
}
#main .change_block.show_status .image_container.visokie_vodi:after {
	content: "";
}
#main .change_block .shadow_img .image_container.sezon .product_satus_helper:before {
	content: none;
}
#main .change_block.show_status_2 .image_container.sezon .product_satus_helper:before {
	content: "";
}
#main .info_parent {
	z-index: 9999;
}
.tabs_list {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-line-pack: end;
	align-content: flex-end;
	min-height: 55px;
}
.tabs_list li {
	width: 50%;
	text-align: center;
	cursor: pointer;
	color: #fff;
	height: 45px;
	border-radius: 10px 10px 0 0;
	-ms-flex-pack: center;
	justify-content: center;
	transition: 0.2s ease;
}
.tabs_list li.active {
	height: 55px;
}
.tabs_list li:first-child {
	background: #00b319;
}
.tabs_list li:first-child:hover {
	background: #009a15;
}
.tabs_list li:last-child {
	background: var(--primary-color-light);
}
.tabs_list li:last-child:hover {
	background: #00abda;
}
.tab_content {
	display: none;
	height: 540px;
	padding: 50px;
}
.tab_content.active {
	display: block;
}
.tab_content[data-id="1"] .product_card {
	box-shadow: 0 0 20px 4px rgba(0, 179, 25, 0.4);
}
.tab_content[data-id="2"] .product_card {
	box-shadow: 0 0 20px 4px rgba(11, 68, 141, 0.4);
}
.tabs_list li {
	font-size: 16px;
	font-weight: 700;
	width: 190px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
	height: 30px !important;
	max-height: 30px !important;
	position: relative;
}
.tabs_list li:first-of-type.active:before {
	content: "";
	position: absolute;
	left: -219px;
	top: 15px;
	background-image: url(/local/components/custom/quiz.opros/templates/.default/./img/border_1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	width: 1150px;
	height: 704px;
	z-index: -1;
}
.quiz-in-modal .tabs_list li:first-of-type.active:before {
	content: "";
	position: absolute;
	left: -152px;
	top: 15px;
	background-image: url(/local/components/custom/quiz.opros/templates/.default/./img/border_1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	width: 890px;
	height: 704px;
	z-index: -1;
}
.tabs_list li:nth-of-type(2).active:before {
	content: "";
	position: absolute;
	right: -178px;
	top: 15px;
	background-image: url(/local/components/custom/quiz.opros/templates/.default/./img/border_2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	width: 1150px;
	height: 704px;
	z-index: -1;
}
.quiz-in-modal .tabs_list li:nth-of-type(2).active:before {
	content: "";
	position: absolute;
	right: -111px;
	top: 15px;
	background-image: url(/local/components/custom/quiz.opros/templates/.default/./img/border_2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	width: 890px;
	height: 704px;
	z-index: -1;
}
.product_card {
	margin-top: 25px;
	position: relative;
	z-index: 99;
	height: 430px;
}
.tabs_list {
	min-height: 30px;
	margin-bottom: 50px;
	position: relative;
	z-index: 9;
}
.tabs_list li:last-child {
	background: #0b448d;
}
.catalog_slider,
.catalog_slider_2 {
	position: relative;
	z-index: 99;
}
.go_next_slide,
.go_next_slide_2,
.go_prev_slide,
.go_prev_slide_2 {
	z-index: 9999;
}
.system {
	text-align: center;
	color: #000;
	font-size: 25px;
	font-weight: 400;
	margin-top: 10px;
}
#main .white_title {
	padding-left: 40px;
}
#main .white_title:before {
	top: calc(50% - 30px);
}
#main .white_title {
	display: inline-block;
}
.go_next_slide.slick-disabled,
.go_next_slide_2.slick-disabled,
.go_prev_slide.slick-disabled,
.go_prev_slide_2.slick-disabled {
	opacity: 0.4;
}
.calc_block {
	position: relative;
}
.calc_block input {
	padding: 0 34px;
	text-align: center;
}
.calc_block .minus,
.calc_block .plus {
	position: absolute;
	height: 32px;
	top: 8px;
	z-index: 99;
	width: 32px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f8f8f8;
	cursor: pointer;
	border-radius: 5px;
	left: 1px;
}
.calc_block .minus:hover,
.calc_block .plus:hover {
	background: #ebebeb;
}
.calc_block .plus {
	left: 123px;
}
@media (min-width: 900px) {
	#main {
		padding: 0 15%;
		margin: 0 auto;
		box-sizing: border-box;
	}
}
@media (max-width: 1024px) {
	.banner_wrap .col_right {
		margin-left: 0;
	}
}
@media (max-width: 900px) {
	#main .header {
		max-width: calc(100% - 20px);
	}
}
@media (max-width: 800px) {
	.tabs_list li:first-of-type.active:before,
	.tabs_list li:nth-of-type(2).active:before {
		content: none;
	}
	.tabs_list li:not(.active) {
		background: #959393 !important;
	}
	.popup-bg #popup2 .content .img #main .info_parent {
		z-index: 99999;
	}
	#s01 .h1 {
		font-size: 30px;
	}
	#s01 .septiki,
	#s02 .grass,
	#s02 .septik_2 {
		display: none;
	}
	#s01 .sale {
		left: 5px;
	}
	#s01 .rassrochka,
	#s01 .yandex {
		right: 5px;
	}
	#s03 .slick-next {
		right: -40px;
	}
	#s03 .slick-prev {
		left: -40px;
	}
	#s04 .master {
		font-size: 16px;
	}
	#s05 .contact_block {
		padding-left: 10px;
		padding-right: 10px;
	}
	#s04 .master {
		width: 235px;
		min-height: 370px;
	}
	.banner_wrap .wrap .img {
		display: none;
	}
	#main .flex_form {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#main .change_block.nextInQueue,
	#main .header,
	#main .quiz {
		width: 640px;
	}
	#main .header {
		padding-top: 25px;
	}
	#main .header_title {
		font-size: 21px;
	}
	#main .header_title small {
		font-size: 16px;
	}
	#main .wrap {
		padding-left: 0;
		padding-right: 0;
	}
	#main .question strong {
		margin-top: 0;
		font-size: 20px;
	}
	#main .change_block.nextInQueue {
		left: calc(50% - 320px);
	}
	#main .change_block {
		padding-left: 20px;
		padding-right: 20px;
	}
	#main .col_right {
		top: 100%;
		width: 600px;
	}
	#main .wrap {
		padding-bottom: 300px;
	}
	#main .change_block.nextInQueue {
		top: calc(100% + 180px);
	}
	#main .present_block {
		display: none;
	}
	#main .present_block {
		box-shadow: 0 0 20px 1px #003480;
		border-radius: 5px;
		background-color: var(--primary-color-light);
		padding: 20px;
		margin-top: 25px;
	}
	#main .present_block p {
		position: relative;
		top: 0;
		font-size: 26px;
	}
	#main .change_block {
		padding-left: 5px;
		padding-right: 5px;
	}
	#main .col_left {
		width: 100%;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	#main .col_right {
		left: calc(67% - 300px);
	}
	#main .phoneImg:before {
		content: none;
	}
	#main .col_left.presents .form_control {
		width: 200px;
	}
	#main .startedFlex .started_col:first-child {
		padding-left: 0;
	}
	#main .white_title {
		font-size: 22px;
		margin-left: 20px;
	}
	#main .price_blocks .price_block {
		width: 300px;
	}
	#main .price_body {
		padding-left: 5px;
		padding-right: 5px;
	}
	#main .price_list > li span:first-child {
		width: 150px;
	}
	#main .price_list ol li span:first-child {
		width: 140px;
		margin-right: 0;
	}
	#main .price_list > li {
		font-size: 14px;
	}
	#main .price_list > li span:last-child {
		font-size: 16px;
	}
	#main .price_list > li span:first-child {
		margin-right: 0;
	}
	.home_slider .slick-dots li {
		margin: 0 15px;
	}
	.home_slider .slick-dots {
		bottom: -63px;
	}
	.home_slider .slick-dots li button:before {
		width: 15px;
		height: 15px;
		border-radius: 50%;
		background: #000;
		content: "";
	}
	.home_slider .slick-dots li.slick-active button:before {
		background: #fdc628;
	}
	#main .col_left {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	#main .form_control {
		margin-right: 3px;
	}
	#main .startedFlex {
		padding-left: 20px;
	}
	#main .startedFlex .started_col:last-child {
		margin-left: 20px;
	}
	#main .buttons {
		padding-right: 0;
	}
	#main .phoneImg:before {
		left: -50px;
		top: -50px;
		width: 180px;
		height: 301px;
		content: "";
	}
	#quiz:after {
		content: none;
	}
	#main .startedFlex {
		position: relative;
		z-index: 99;
	}
	#main .col_left {
		width: 50%;
		margin-right: 0;
	}
	#main .flex_form .doc_block,
	#main .flex_form .forma {
		margin-left: auto;
		margin-right: auto;
	}
	.catalog_slider .slick-list,
	.catalog_slider_2 .slick-list {
		padding-left: 90px;
		padding-right: 90px;
	}
	#s01 .sale {
		left: 35px;
	}
	#main .header:after {
		content: none;
	}
	#main .change_block {
		padding-left: 25px;
		padding-right: 25px;
	}
	#main .col_center.blue_image {
		height: 230px;
	}
	#main .col_left.presents .form_control {
		width: 190px;
	}
	.popup-bg.visible {
		overflow-y: scroll;
	}
}
@media (max-width: 680px) {
	#s01 .h1 {
		font-size: 26px;
	}
	#s01 .yandex,
	#s02 .white_form .img {
		display: none;
	}
	#s01 .rassrochka {
		top: 190px;
	}
	#s02 .white_form {
		height: auto;
		min-height: 1px;
		padding-bottom: 60px;
	}
	#s03 .sertificates {
		width: 360px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	#s04 .master {
		width: 200px;
		min-height: 330px;
	}
	#s05 .review {
		margin-left: 2px;
		margin-right: 2px;
	}
	#s05 .col_left,
	#s05 .list {
		font-size: 14px;
	}
	#s02 .white_form {
		width: 480px;
		max-width: 100%;
	}
	#s03 .slick-initialized .slick-slide {
		margin-right: 0;
	}
	#main .flex_form {
		display: block;
	}
	#s01 .sale {
		left: 30px;
		z-index: -1;
	}
	#main .col_left.presents .form_control {
		width: 190px;
	}
	#s02 .white_form .img {
		display: block;
		width: 200px;
		margin-left: -50px;
		margin-right: 10px;
	}
	#s02 .white_form {
		width: 600px;
	}
	#s01 .sale {
		width: 135px;
		height: 135px;
	}
	.product_footer {
		font-size: 13px;
		font-weight: 500;
	}
	.product_card {
		height: 450px;
	}
}
@media (max-width: 480px) {
	.error {
		text-align: center;
		left: calc(50% - 155px);
	}
	.error,
	.popup-bg #popup4 {
		width: 310px;
	}
	#main .inform_block {
		width: 180px;
	}
	#main .col_center {
		margin-top: 40px;
	}
	#main .col_center.blue_image {
		margin-top: 25px;
	}
	#s02 .white_form .img {
		display: none;
	}
	#main .col_center.switch_image {
		margin-left: auto;
		margin-right: auto;
	}
	#main .buttons {
		-ms-flex-pack: center;
		justify-content: center;
	}
	#main .questions_block {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#main .form_control {
		margin-right: auto;
	}
	.wrap {
		max-width: 360px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.popup-bg #popup2 {
		display: none !important;
	}
	#main .col_left {
		width: 100%;
	}
	#main .change_block.nextInQueue,
	#main .header,
	#main .quiz {
		width: 320px;
	}
	#main .header {
		padding-left: 5px;
		padding-right: 5px;
	}
	#main .question strong {
		font-size: 16px;
	}
	#main .question {
		font-size: 14px;
	}
	#main .question .img {
		width: 50px;
	}
	#main .question .img:before {
		bottom: -43px;
	}
	#main .question .img {
		margin-right: 10px;
	}
	#main .form_control .img {
		height: 90px;
	}
	#main .answer_block {
		font-size: 12px;
	}
	#main .answer_block br {
		display: none;
	}
	#main .answer_block {
		padding-left: 30px;
	}
	#main .questions_block {
		margin-top: 10px;
	}
	#main .answer_block {
		padding-right: 2px;
	}
	#main .form_control {
		width: 148px;
	}
	#main .buttons .goNext {
		margin-right: 0;
	}
	#main .question .img {
		width: 40px;
	}
	#main .question .img:before {
		bottom: -30px;
	}
	#main .buttons {
		padding-right: 0;
	}
	#main .fake_checkbox {
		width: 25px;
	}
	#main .change_block.nextInQueue,
	#main .col_right {
		width: 360px;
		left: calc(67% - 180px);
	}
	#main .present_block p {
		font-size: 20px;
	}
	#main .present_block {
		padding-left: 5px;
		padding-right: 5px;
	}
	#main .textarea_block textarea {
		padding-left: 28px;
		font-size: 14px;
	}
	#main .change_block.nextInQueue,
	#main .header,
	#main .quiz {
		width: 360px;
		max-width: 100%;
	}
	#main .dev {
		width: 100%;
		text-align: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#main .dev a {
		text-align: center;
		margin-top: 20px;
	}
	#main .form_control {
		width: calc(50% - 2px);
	}
	#main .form_control .img {
		height: 105px;
	}
	#main .buttons .goBack,
	#main .buttons .goNext {
		font-size: 14px;
	}
	#main .question .img:before {
		bottom: -50px;
	}
	#main .question .img {
		height: 100%;
	}
	#main .question .img.three:before {
		width: 38px;
		bottom: -52px;
	}
	#main .mt-05 {
		margin-top: 15px;
	}
	#main .inform_block {
		left: calc(50% - 90px);
	}
	#main .inform_block:before {
		left: auto;
		right: 35px;
	}
	#main .slick-next {
		right: 0;
	}
	#main .slick-prev {
		left: 0;
	}
	#main .slick-next,
	#main .slick-prev {
		top: 60%;
	}
	#main .fake_radio {
		width: 25px;
	}
	#main .dev {
		margin-top: 30px;
		font-size: 14px;
	}
	#main .col_left.presents .form_control {
		width: calc(50% - 1px);
	}
	#main .footer {
		padding-left: 5px;
		padding-right: 5px;
	}
	#main .startedFlex {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#main .mt-05.column,
	#main .mt-05.column ~ .column {
		width: 50%;
	}
	#main .mt-05.column input {
		max-width: 90%;
	}
	#main .mt-05.column ~ .column {
		margin-top: 25px;
	}
	#main .info_icon {
		width: 25px;
		height: 25px;
	}
	#main .started_col .form_control.presentBlock {
		width: 180px;
		margin-left: auto;
		margin-right: auto;
	}
	#main .started_col .form_control.presentBlock .img {
		height: 110px;
	}
	#main .started_col {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	#main .startedFlex .started_col:last-child {
		margin-left: auto;
		margin-top: 50px;
		-ms-flex-order: 1;
		order: 1;
		margin-right: auto;
		text-align: center;
	}
	#main .startedFlex .started_col:first-child {
		-ms-flex-order: 2;
		order: 2;
	}
	#main .started_title {
		font-size: 20px;
		margin-top: 35px;
	}
	#main .footer table td:nth-of-type(2) {
		padding-left: 20px;
	}
	#main .footer table .mnogo:before {
		left: 5px;
	}
	#main .presents .form_control .img {
		height: 120px;
	}
	#main .startedFlex .started_col:last-child {
		margin-top: 20px;
	}
	#main .phoneImg {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#main .getResultBtn {
		margin-left: auto;
		margin-right: auto;
	}
	#main .master_information {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#main .master_left {
		margin-bottom: 30px;
		margin-right: auto;
		margin-left: auto;
	}
	#main .master_list li {
		margin-top: 10px;
	}
	#main .master_list {
		font-size: 14px;
	}
	#main .master_bold {
		margin-top: 10px;
	}
	#main .for_calc {
		font-size: 16px;
	}
	#main .for_calc br {
		display: none;
	}
	#main .check_data {
		font-size: 14px;
	}
	#main .check_data br {
		display: none;
	}
	#main .check_data span:before {
		content: none;
	}
	#main .price_blocks {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#main .price_blocks .price_block {
		margin-left: auto;
		margin-right: auto;
	}
	#main .presents .form_control .img {
		height: 130px;
	}
	#main .change_block.white_block:not(.nextInQueue) {
		top: 0 !important;
		border-radius: 10px;
	}
	.popup-bg #popup1 .head,
	.popup-bg #popup3 .head {
		font-size: 18px;
	}
	.popup-bg #popup1 .head br,
	.popup-bg #popup3 .head br {
		display: none;
	}
	#main .header {
		margin-bottom: -150px;
	}
	#main .question br {
		display: none;
	}
	#main .question .img.five:before {
		width: 40px;
	}
	#main .question .img.six:before {
		width: 38px;
		left: 0;
	}
	#main .footer table .malo:before,
	#main .footer table .mnogo:before {
		left: 5px;
	}
	#main .startedFlex .one_step {
		margin-left: 0;
		margin-left: -30px;
		width: 240px;
	}
	#main .mt-05 .form_control {
		width: 90%;
	}
	#main .answer_block {
		position: relative;
		z-index: 99;
	}
	#main .form_control .img img {
		height: 105%;
	}
	#main .info_parent {
		z-index: 99999;
	}
	#main .question {
		display: flex;
		align-items: center;
		gap: 15px;
		padding-left: 10px;
	}
	#main .startedFlex {
		padding-left: 20px;
	}
	#main .buttons.phoneImg {
		margin-top: 20px;
	}
	.wrap {
		max-width: 320px;
		padding-left: 0;
		padding-right: 0;
	}
	.logo_text {
		display: none;
	}
	#nav .logo_col {
		width: 100px;
		-ms-flex-positive: 0;
		flex-grow: 0;
	}
	#nav .col.tar {
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	#nav .wrap {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#nav .logo_col .logo {
		-ms-flex-negative: 1;
		flex-shrink: 1;
		margin-right: 0;
	}
	#nav .phone {
		font-size: 16px;
	}
	#s01 .h1 {
		margin-top: 0;
	}
	#s01 .h1 br {
		display: none;
	}
	#nav .online {
		font-size: 14px;
	}
	#s01 .h1 {
		padding: 0 5px;
	}
	#s01 .sale {
		position: relative;
		top: 0;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
		transform: none;
	}
	#s01 .rassrochka {
		position: absolute;
		top: 280px;
		right: 0;
	}
	#s01 .subtitle {
		font-size: 22px;
		margin-top: 25px;
	}
	#s01 .sale {
		margin-left: 0;
		width: 140px;
		height: 140px;
		font-size: 18px;
	}
	#s01 .sale strong {
		font-size: 30px;
	}
	#s01 .line {
		margin-top: 40px;
	}
	#s01 .button_text {
		font-size: 16px;
	}
	#s01 {
		overflow: hidden;
		padding-bottom: 40px;
	}
	#s02 .white_form:before {
		content: none;
	}
	#s02 .white_form {
		padding-top: 25px;
		padding-left: 10px;
		padding-right: 10px;
	}
	#s02 .title {
		font-size: 20px;
	}
	#s02 .title br {
		display: none;
	}
	.h2 {
		font-size: 20px;
	}
	#s03 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#s03 .h2 span {
		display: inline;
	}
	#s03 .logo {
		width: 144px;
		height: 144px;
		padding: 10px;
	}
	#s03 .enot {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#s03 .slick-prev {
		left: 0;
	}
	#s03 .slick-next {
		right: 0;
	}
	#s04 .master {
		width: 250px;
		min-height: 1px;
		padding-bottom: 15px;
		margin-left: auto;
		margin-right: auto;
	}
	#s05 .reviews {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	#s05 .review {
		margin-left: auto;
		margin-right: auto;
		max-width: calc(50% - 2px);
		height: 140px;
		margin-top: 25px;
	}
	#s05 .flexible {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#s05 .col_left {
		padding-right: 0;
		width: 100%;
	}
	#s05 .col_map {
		width: 100%;
	}
	#s05 .map {
		max-width: 100%;
	}
	#s05 #dev {
		-ms-flex-pack: center;
		justify-content: center;
	}
	#s05 .col_left {
		-ms-flex-order: 2;
		order: 2;
	}
	#main .header_title {
		font-size: 20px;
	}
	#main .header:after {
		content: none;
	}
	#main {
		padding-top: 60px;
	}
	#main .change_block {
		padding-left: 10px;
		padding-right: 10px;
	}
	#main .white_title {
		font-size: 20px;
	}
	#main .header {
		padding-bottom: 0;
	}
	.system {
		font-size: 20px;
	}
	#main .flex_form .doc_block:before {
		content: none;
	}
	.popup-bg #popup2 .content .img {
		display: none;
	}
	#main .flex_form .doc_block {
		padding-left: 10px;
		margin-left: 0;
	}
	#main .flex_form .forma {
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.know_more br {
		display: none;
	}
	#main .goToMain {
		max-width: 100%;
		font-size: 16px;
	}
	#quiz:after {
		content: none;
	}
	#main .white_block .dev {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#main .dev .tar {
		text-align: center;
		margin-top: 10px;
	}
	#main .header,
	.popup-bg #popup1,
	.popup-bg #popup3,
	.popup-bg #popup4 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.popup-bg #popup4 .head {
		font-size: 18px;
	}
	.popup-bg #popup4 .head br {
		display: none;
	}
	.go_next_slide,
	.go_next_slide_2,
	.go_prev_slide,
	.go_prev_slide_2 {
		top: 710px;
		width: 60px;
		height: 60px;
	}
	.go_next_slide_2 span,
	.go_next_slide span,
	.go_prev_slide_2 span,
	.go_prev_slide span {
		display: none;
	}
	.go_next_slide,
	.go_next_slide_2 {
		right: 0;
	}
	.go_prev_slide,
	.go_prev_slide_2 {
		left: 0;
	}
	.system {
		margin-top: 25px;
	}
	#main .header {
		margin-bottom: 0;
	}
	#main .change_block {
		padding-top: 30px;
	}
	#main .weAreStarted {
		font-size: 20px;
	}
	#main .phoneImg:before {
		content: none;
	}
	#main .form_control.inline_control .inform_block {
		left: auto;
		right: calc(50% - 160px);
		top: 20px;
	}
	#main .form_control.inline_control .inform_block:before {
		content: none;
	}
	#main .startedFlex {
		padding-left: 0;
	}
	.catalog_slider,
	.catalog_slider_2 {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.catalog_slider .slick-list,
	.catalog_slider_2 .slick-list {
		padding-left: 0;
		padding-right: 0;
	}
	#main .question .img.six:before {
		bottom: -55px;
	}
	#main .presents .form_control .img {
		height: 100px;
	}
	#main .form_control.inline_control {
		width: auto;
		min-width: 51%;
	}
	#main .white_title {
		margin-left: 10px;
		padding-left: 40px;
		text-align: left;
	}
	#main .col_left.presents .form_control {
		margin-left: auto;
		margin-right: auto;
	}
	.mob {
		display: block !important;
	}
	#s02 .radios .form_control {
		width: 33.3333333%;
		margin-right: 0;
	}
	#s01 .sale {
		left: 0;
	}
	.popup-bg #popup4 .head {
		font-size: 16px;
	}
	body {
		overflow-x: hidden;
	}
	.change_block:after {
		content: none;
	}
	.error {
		left: auto;
		right: 0;
		font-size: 12px;
		width: 300px;
	}
	#main .inform_block {
		left: calc(50% - 80px);
	}
	.popup-bg #popup3 {
		width: 300px;
	}
	.popup-bg #popup4 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.popup-bg #popup4 [type="tel"],
	.popup-bg #popup4 [type="text"] {
		font-size: 14px;
	}
	.popup-bg #popup4 .head {
		font-size: 15px;
	}
	.tabs_list li {
		font-size: 16px;
	}
	#s04 .h2 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#s04 .h2 img {
		margin-left: auto;
		margin-right: auto;
		-ms-flex-order: 2;
		order: 2;
		margin-top: 20px;
	}
	#s04 .h2 {
		text-align: center;
	}
	.banner_wrap {
		display: none !important;
	}
	.tabs_list li {
		font-size: 14px;
		max-width: calc(50% - 2px);
	}
}
@media (max-width: 320px) {
	#s01 .h1 {
		padding: 0;
	}
	.wrap {
		max-width: 300px;
		padding-left: 0;
		padding-right: 0;
	}
	#s01 .rassrochka {
		width: 140px;
	}
	#main .change_block.nextInQueue,
	#main .col_right {
		width: 320px;
		left: calc(67% - 160px);
	}
	#main .form_control .img {
		height: 90px;
	}
	#main .header_title small {
		font-size: 15px;
	}
}


#main .header:before {
	border: none;
}

#main .quiz:before {
	border: none !important;
}

#main .header, #main .quiz {
	border: none !important;
	box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.4);
	border-radius: 4px;
	/* position: relative;
	top: -40px; */
}

#main .header {
	position: relative !important;
	top: -40px !important;
}
.wrap {
	position: relative !important;
	top: -40px !important;
}


.change_block:after {
	display: none;
}

#main {
	padding-top: 0px;
}

.header_title span {
	font-weight: bold;
}

.progressBarSteps {
	margin: 40px 0px 10px 0px;
}
.progressBarSteps + hr,
.header hr,
.header .hr,
.progressBarSteps ~ hr {
	display: none !important;
}
#main .header {
	border-bottom: none !important;
}

.stepsWrapper {
	display: flex;
	align-items: center;
	padding: 0px 30px;
}

.steps-item {
	border-radius: 6px;
	width: calc((100% / 6) - 20px);
	margin: 0px 10px;
	height: 6px;
	background: #e1e1e1;
	display: block;
	position: relative;
}

.steps-item.active {
	background: var(--primary-color);
}

.steps-item span {
	text-align: center;
	width: 100%;
	margin-top: 13px;
	display: block;
	font-weight: 500;
	color: var(--primary-color);
	font-size: 14px;
}

.change_block {
	opacity: 0 !important;
}

.change_block.active {
	opacity: 1 !important;
}

#main .wrap {
	padding-bottom: 20px !important;
}

.cutter {
	padding-bottom: 0px;
}

#main {
	margin-bottom: -20px !important;
}

#main .buttons .goBack, #main .buttons .goNext, #main .getResultBtn, #main .goToMain, #main .submit {
	background: #ff7062;
	border: none;
	color: #fff;
	text-transform: none;
}

#main .getResultBtn:before, #main .goNext:before {
	border: none;
}

.switch_image {
	position: relative;
}

.card-1-image {
	position: absolute;
	right: 0px;
	top: 0px;
}

#main .col_center.switch_image {
	background: #c5dae8;
}

.switch_image .image_container p {
	color: var(--primary-color) !important;
}

.present_block {
	color: #fff;
	max-width: 240px;
	padding: 0px 10px;
}

.present_block strong {
	font-weight: bold;
	color: #ff7062 !important;
}

.switch_image {
	height: 357px !important;
}

.col_right.switch_image .present_block {
	margin-right: 0px !important;
	height: 357px !important;
}

.col_right.switch_image .present_block img {
	height: 357px !important;
}

.col_right .present_block {
	height: 357px !important;
}
.col_right .present_block img {
	height: 357px !important;
}

.tabs_list li:first-child {
	background: rgba(255, 82, 98, 1);
	border-radius: 24px;
}


.tabs_list li:first-child:hover {
	background: rgba(255, 112, 98, 1) !important;
}

.go_next_slide, .go_next_slide_2, .go_prev_slide, .go_prev_slide_2 {
	color: rgba(255, 112, 98, 1) !important;
	border-color: rgba(255, 112, 98, 1) !important;
}

/* .tabs_list li:first-child:hover {
background: rgba(255, 112, 98, 1);
} */

.tabs_list li:nth-child(2) {
	background: var(--primary-color);
	border-radius: 24px;
}

.go_prev_slide_2 {
	color: rgba(255, 112, 98, 1);
	border-radius: 24px;
}

.go_next_slide_2 {
	color: rgba(255, 112, 98, 1);
	border-radius: 24px;
}

.go_prev_slide_2:hover {
	border: 1px solid rgba(255, 112, 98, 1);
}

.go_next_slide_2:hover {
	border: 1px solid rgba(255, 112, 98, 1);
}

.system {
	font-weight: 500;
	text-align: left;
	color: var(--primary-color);
}

.zamer {
	font-weight: 500;
	color: #000;
}

.doc_block {
	background-color: rgba(255, 112, 98, .9) !important;
	border: 2px dotted rgba(155, 112, 98, 1) !important;
}

#main .flex_form .doc_block:after  {
	border: 1px dotted  rgba(255, 112, 98, .9) !important;
}

.sale-container {
	display: flex;
	border-radius: 6px;
	background: var(--primary-color);
	padding: 25px 15px 25px 25px;
	margin-top: 60px;
	justify-content: space-between;
	position: relative;
}

.sale-main {
	margin-right: 40px;
	max-width: calc(100% - 300px);
	position: relative;
}

.sale-header {
	display: flex;
	align-items: center;
}

.sale-header .text {
	margin-left: 10px;
	font-weight: 600;
	color: #00ff4c;
	font-size: 22px;
	text-align: left;
}

.sale-desc {
	color: #fff;
	font-size: 18px;
	margin: 15px 0px;
}

.sale-desc span{
	font-weight: 600;
	color: #00ff4c;
}

.sale-timers {
	margin-top: 40px;
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
}

.sale-timers-amount {
	display: inline-block;
	user-select: none;
}

.sale-timers-amount .icon {
	position: relative;
}

.sale-timers-amount .amount {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	line-height: 15px;
	font-size: 15px;
}

.sale-timers-amount .amount strong {
	font-weight: 600;
	font-size: 45px;
}

.timer-title {
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}

.sale-timer-time {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.circle {
	position: relative;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	/* overflow: hidden; */
	
}

.circle-info {
	background: #fff;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.circle-info:after {
	content: " ";
	position: absolute;
	right: -90px;
	top: 10px;
	width: 75px;
	height: 30px;
	background: url("/local/components/custom/quiz.opros/templates/.default/./img/white-arrow.png") center no-repeat;
	display: block;
}

.circle-info span {
	font-weight: 600;
	color: var(--primary-color);
	font-size: 14px;
}


.circle svg {
	width: 90px;
	height: 90px;
	position: relative;
	z-index: 1;
}

.circle .bg {
	fill: none;
	stroke-width: 10px;
	stroke: transparent;
}

.circle .progress {
	fill: none;
	stroke-width: 10px;
	/* stroke: #9a0fe0; */
	stroke-linecap: round;
	stroke-dasharray: 248;
	stroke-dashoffset: 0;
	transform: rotate(-90deg);
	transform-origin: 50% 50%;
	transition-duration: .3s;
}

.sale-main-desc {
	color: #fff;
	cursor: pointer;
	user-select: none;
	text-decoration: none;
	font-size: 12px;
	margin-top: 30px;
}

.action {
	box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.4);
	background: #ffffff;
	border-radius: 6px;
	padding: 25px;
	max-width: 250px;
	width: 100%;
	position: absolute;
	left: 50px;
	bottom: 0px;
	transform: translate(0, 50%);
	display: none;
}

.action-title {
	font-weight: 600;
	color: var(--primary-color);
	font-size: 16px;
}

.action-text {
	font-weight: 400;
	color: var(--primary-color);
	font-size: 14px;
}

.form-free {
	background: #fff;
	width: 100%;
	max-width: 300px;
	border-radius: 8px;
	padding: 20px 15px;
	display: flex;
	flex-direction: column;
}

.form-title {
	text-align: center;
	font-weight: 600;
	color: #000;
	font-size: 20px;
	margin-bottom: 10px;
}

.form-desc {
	text-align: center;
	font-weight: 400;
	color: #000;
	font-size: 14px;
	margin-bottom: 10px;
}

.form-input {
	border: 1px dotted #2976ae;
	text-align: center;
	color: #000 !important;
	font-size: 14px !important;
}

.form-input * {
	color: #000 !important;
}
.form-input:focus:valid:focus:not([type=submit]), .form-input:hover:valid:hover:not([type=submit]), .form-input:focus:valid:focus:not([type=submit]), texta.form-input:hover:valid:hover:not([type=submit]) {
	border: 1px solid #2976ae !important;
}
.form-textarea:focus:valid:focus:not([type=submit]), .form-textarea:hover:valid:hover:not([type=submit]), .form-textarea:focus:valid:focus:not([type=submit]), texta.form-textarea:hover:valid:hover:not([type=submit]) {
	border: 1px solid #2976ae !important;
}

.form-input::placeholder {
	color: #9d9d9d !important;
	font-size: 14px !important;
}

.form-textarea {
	border: 1px dotted #2976ae;
	text-align: center;
	color: #000 !important;
	font-size: 14px !important;
	/* height: 60px; */
	flex: 1;
	resize: none;
}

.form-textarea::placeholder {
	color: #9d9d9d !important;
	font-size: 14px !important;
}

.form-submit {
	border-radius: 25px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	width: 100%;
	background: #ff7062;
	padding: 15px 10px;
	border: none;
	margin-top: 15px;
}

.form-man {
	position: absolute;
	top: 0px;
	right: 50px;
	transform: translate(0, -100%)
}

.doc_title {
	color: #fff !important;
}

.doc_block {
	margin-top: 100px !important;
}

.tab_container {
	/* min-height: 1000px !important; */
}

.steps-item span {
	opacity: 0;
	transition-duration: .3s;
}
.steps-item.active span {
	opacity: 1;
}

.stepsWrapper.activated {

}

.stepsWrapper.activated .steps-item{
	background: #31b349 !important;
}
.stepsWrapper.activated span {
	color: #31b349 !important;
}
.present_header {
	background: #025b9d !important;
	color: #fff;
}

#main .presentBlock .img {
	border-color: #025b9d;
}

#main .present_header, #main .present_name {
	background: #025b9d;
	color: #fff !important;
	display: block;
}

.present_header {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-weight: 500 !important;
}

#main .present_name {
	font-weight: 500 !important;
}

.present-desc {
	font-weight: 300 !important;
	margin-top: 10px;
	font-size: 14px;
}


.one_step {
	font-size: 12px !important;
	text-align: center !important;
	font-weight: 300 !important;
	margin-left: 0px !important;
}

.presentBlock:after {
	width: 100px;
	height: 100px;
	content: '';
	position: absolute;
	left: -100px;
	bottom: 0px;
	background: url("/local/components/custom/quiz.opros/templates/.default/./img/arrow-present.png") center no-repeat;
}

@media screen and (max-width: 560px) {
	.presentBlock:after {
		display: none;
	}
}

.weAreStarted span {
	text-transform: uppercase;
	color: #333333;
	font-weight: 400;
}
.weAreStarted small {
	color: #8c8c8c;
	font-weight: 300;
}

.info_icon {
	background-color: #3cb472 !important;
	border-color: #3cb472 !important;
}

#main .buttons .goBack {
	background: transparent;
	border: 1px solid #ff7062 !important;
	color: #ff7062 !important;
}

#main .buttons .goBack:hover {
	border: 1px solid #ff7062 !important;
	background: #ff7062 !important;
}

@media screen and (max-width: 880px) {
	.col_right.switch_image {
		display: none;
	}
	.preview {
		right: 0px !important;
		width: 300px !important;
		top: calc(50% + 40px) !important;
	}
	.honest {
		left: auto !important;
		right: 80px;
		bottom: 100px !important;
	}
}
@media screen and (max-width: 750px) {
	.preview {
		right: -30px !important;
		width: 250px !important;
		top: calc(50% + 40px) !important;
	}
	.honest {
		left: auto !important;
		right: -50px;
		bottom: 100px !important;
	}
}
@media screen and (max-width: 1050px) {
	
	#main .phoneImg:before {
		width: 240px !important;
		height: 401px !important;
		left: -50px !important;
		top: -170px !important;
	}
}
@media screen and (max-width: 801px) {
	
	#main .phoneImg:before {
		left: -50px !important;
		top: -170px !important;
	}
}

@media screen and (max-width: 700px) {
	.top-section-header-wrapper {
		flex-direction: column;
	}
	.top-section-header-info {
		margin-top: 20px;
	}
	#main .phoneImg:before {
		left: -30px !important;
		top: -170px !important;
	}
	.top-section {
		margin-top: 10%;
	}
}

@media screen and (max-width: 670px) {
	.top-section-main-info {
		margin-top: 160px;
		margin-bottom: 100px;
		max-width: 350px !important;
	}
	.ages {
		margin-left: 35px !important;
	}
	.amount {
		padding-right: 10px !important;
	}
	.preview {
		top: calc(50% - 0px) !important;
		/* right: -150px !important; */
		width: 300px !important;
		right: -10px !important;
	}
	.honest {
		right: -80px !important;
	}
}

@media screen and (max-width: 620px) {
	.top-section-main {
		display: flex;
		flex-direction: column;
	}
	.honest {
		bottom: auto !important;
		top: calc(39% - 120px) !important;
		right: auto !important;
		left: 120px !important;
	}
	.preview {
		position: static !important;
		order: 3;
		top: 0px !important;
		transform: none !important;
		max-width: 300px;
		margin-bottom: 30px;
		margin-left: auto;
		margin-right: auto;
	}
	.top-section-main-h1 {
		order: 1;
	}
	.top-section-main-h2 {
		order: 2;
		margin-bottom: 15px !important;
	}
	.top-section-main-info {
		order: 4;
		margin: 0px auto;
	}
	.sale {
		order: 5;
	}
	.sale-2 {
		order: 6;
	}
	.desc {
		order: 7;
	}
	.quiz-action {
		order: 8;
	}
	.honest {
		top: calc(39% + 30px) !important;
		/* display: none; */
		/* top: 650px;
		left: 50px !important;
		transform: none !important;
		width: 100px !important; */
	}
	.bg-sec-1 {
		right: 0% !important;
		left: auto !important;
		transform: translate(50%, -50%) rotate(270deg) !important;
	}
	.header {
		margin: 0px;
		border-bottom-left-radius: 0px !important;
		border-bottom-right-radius: 0px !important;
		max-width: 100% !important;
		padding-bottom: 45px !important;
	}
	.stepsWrapper {
		padding: 0px !important;
	}
	.steps-item {
		width: calc((100% / 6) - 20px)
	}
	.steps-item span {
		width: 50px !important;
		margin-left: -8px !important;
	}
	.quiz-action:after {
		right: -10px !important;
		top: -100px !important;
		transform: rotate(-25deg) !important;
	}
	.quiz-action {
		max-width: 300px !important;
		padding: 20px !important;
		margin: 30px auto 0px auto !important;
	}
}


@media screen and (max-width: 500px) {
	.honest {
		/* display: none; */
		width: 140px;
		top: calc(39% + 50px) !important;
		left: 80px !important;
	}
	.top-section-header-wrapper {
		padding-bottom: 130px !important;
	}
	.top-section-header {
		margin-bottom: -50px !important;
	}
	.top-section-main-h1 {
		font-size: 26px !important;
	}
	.top-section-main-h2 {
		font-size: 17px !important;
	}
	.sale {
		font-size: 16px !important;
		text-align: center !important;
		margin-top: 25px !important;
	}
	.sale-2 {
		font-size: 16px !important;
		text-align: center !important;
	}
	.desc {
		font-size: 16px !important;
		margin: 0px auto !important;
		margin-top: 10px !important;
		text-align: center !important;
	}
	.top-section {
		padding-bottom: 50px !important;
	}
	.quiz-action:after {
		display: none !important;
	}
}

@media screen and (max-width: 400px) {
	.top-section-header-logo img {
		width: 100px !important;
	}
	.top-section-header-logo-desc {
		margin-left: 10px !important;
		line-height: .9 !important;
	}
	.top-section-header-info {
		margin-top: 30px !important;
	}
	.quiz-action:after {
		right: -10px !important;
		top: -75px !important;
		transform: rotate(-25deg) !important;
	}
}

.sale-main-desc-2 {
	display: none;
}

@media screen and (max-width: 800px) {
	.sale-container {
		margin-top: 350px;
		flex-direction: column;
	}
	.sale-main {
		max-width: 100% !important;
		margin-right: 0px !important;
	}
	
	.sale-main-desc-1 {
		display: none;
	}
	.sale-main-desc-2 {
		display: block;
	}
	.form-free {
		margin: 0px auto !important;
		margin-top: 30px !important;
	}
	.circle-info:after {
		transform: rotateX(.5turn) rotate(-70deg);
		top: auto;
		bottom: -50px;
		right: -50px;
	}
	.sale-main-desc {
		max-width: 80%;
	}
	.sale-container {
		padding: 15px;
	}
	.doc_block {
		margin-top: 50px !important;
	}
}

@media screen and (max-width: 400px) {
	.form-man {
		right: 0px;
	}
}

#popup2 {
	overflow: visible !important;
	max-width: 800px  !important;
	width: 100%  !important;
	padding-bottom: 20px !important;
}


.popup-bg #popup2 .content .img {
	margin-left: -100px !important;
}

.popup-title-top {
	position: absolute;
	left: 50%;
	top: 40px;
	transform: translate(-50%, -50%);
	color: #6e6e6e;
	font-size: 25px;
	width: 100%;
	text-align: center;
	pointer-events: none;
}

.popup_title-desc {
	color: var(--primary-color);
	font-size: 25px;
	margin-top: 15px;
	margin-bottom: 30px;
	font-weight: 400;
}
.popup-bg #popup2 .submit {
	background: #ff7062;
}
.popup-bg #popup2 .submit:hover {
	background: rgb(255, 110, 97);
}
.popup-bg #popup2 .submit:before {
	border: none !important;
}

.present_block p {
	max-width: calc(100% - 20px);
	margin-left: 10px;
}

.goNext.disabled {
	cursor: not-allowed;
	pointer-events: none;
	user-select: none;
	background:rgba(255, 110, 97, 0) !important;
	border: 1px solid rgba(255, 110, 97, 1) !important;
	color:  rgba(255, 110, 97, 1) !important;
	border-color:  rgba(255, 110, 97, 1) !important;
	text-transform: none;
}

#main .buttons .goBack, #main .buttons .goNext, #main .getResultBtn, #main .goToMain, #main .submit {
	border-color:  rgba(255, 110, 97, 1) !important;
}




#main .buttons .goBack:hover, #main .buttons .goNext:not([disabled=disabled]):hover, #main .getResultBtn:not([disabled=disabled]):hover, #main .goToMain:hover, #main .submit {
	background:rgba(255, 110, 97, .95) !important;
	border-color:rgba(255, 110, 97, .95) !important;
	color: #fff !important;
}

#main .buttons .goNext:not([disabled=disabled]), #main .getResultBtn:not([disabled=disabled]) {
	background:rgba(255, 110, 97, .95) !important;
	border-color:rgba(255, 110, 97, .95) !important;
	color: #fff !important;
}


#main .buttons .goBack:active:not([disabled=disabled]), #main .buttons .goNext:active:not([disabled=disabled]), #main .getResultBtn:active:not([disabled=disabled]) {
	box-shadow: none !important;
	border-radius: 27px !important;
	background-color: rgba(255, 110, 97, .95) !important;
	background-image: none !important;
	color: #fff !important;
}


.goNext[disabled=disabled] {
	background:rgba(255, 110, 97, 0) !important;
	border: 1px solid rgba(255, 110, 97, 1) !important;
}

#main .buttons .goBack[disabled=disabled], #main .buttons .goNext[disabled=disabled], #main .getResultBtn[disabled=disabled], #main .goToMain[disabled=disabled], #main .submit[disabled=disabled] {
	background:rgba(255, 110, 97, 0) !important;
	border: 1px solid rgba(255, 110, 97, 1) !important;
	color:  rgba(255, 110, 97, 1) !important;
	pointer-events: none !important;
}


#main .shadow_img .image_container.lider:before {
	content: "";
	position: absolute;
	left: -5px;
	bottom: 0px;
	background: url(/local/components/custom/quiz.opros/templates/.default/./img/liderNew.png) no-repeat 50% 50%/cover;
	width: 88px;
	z-index: 9;
	height: 95px;
}


#main .col_center {
	overflow: visible;
}

#main .sezonii .shadow_img .image_container.sezon .product_satus_helper:before {
	content: "";
	position: absolute;
	background: url(/local/components/custom/quiz.opros/templates/.default/./img/sezonNew.png) no-repeat 50% 50%/cover;
	width: 162px;
	height: 55px;
	right: -8px;
	top: auto !important;
	bottom: 10px !important;
}


#main .shadow_img .image_container.visokie_vodi:after {
	content: "";
	position: absolute;
	left: -12px;
	top: -10px;
	background: url(/local/components/custom/quiz.opros/templates/.default/./img/visokiiNew.png) no-repeat 50% 50%/cover;
	width: 176px;
	height: 66px;
}

#main .eko .shadow_img .image_container.eko:after {
	content: "";
	position: absolute;
	left: -5px;
	top: 5px;
	background: url(/local/components/custom/quiz.opros/templates/.default/./img/eko.png) no-repeat 50% 50%/cover;
	width: 154px;
	height: 47px;
}








.product_image.lider:before {
	content: "";
	position: absolute;
	left: -5px;
	bottom: 0px;
	background: url(/local/components/custom/quiz.opros/templates/.default/./img/liderNew.png) no-repeat 50% 50%/cover;
	width: 88px;
	z-index: 9;
	height: 95px;
}

.product_image.sezon .product_satus_helper:before {
	content: "";
	position: absolute;
	background: url(/local/components/custom/quiz.opros/templates/.default/./img/sezonNew.png) no-repeat 50% 50%/cover;
	width: 162px;
	height: 55px;
	right: -8px;
	top: auto !important;
	bottom: 10px !important;
}


.product_image.visokie_vodi:after {
	content: "";
	position: absolute;
	left: -12px;
	top: -10px;
	background: url(/local/components/custom/quiz.opros/templates/.default/./img/visokiiNew.png) no-repeat 50% 50%/cover;
	width: 176px;
	height: 66px;
}

.product_image.eko.visokie_vodi .product_satus_helper:after {
	content: "";
	position: absolute;
	left: -5px;
	top: 55px;
	background: url(/local/components/custom/quiz.opros/templates/.default/./img/eko.png) no-repeat 50% 50%/cover;
	width: 154px;
	height: 47px;
}

.product_image.eko .product_satus_helper:after {
	content: "";
	position: absolute;
	left: -5px;
	top: 5px;
	background: url(/local/components/custom/quiz.opros/templates/.default/./img/eko.png) no-repeat 50% 50%/cover;
	width: 154px;
	height: 47px;
}



#main .bl5 .shadow_img .image_container.visokie_vodi:after {
	display: none;
}


#main .bl6 .shadow_img .image_container.sezon .product_satus_helper:before {
	display: none;
}
#main .bl6 .shadow_img .image_container.visokie_vodi:after {
	display: none;
}


.radio_list label:before {
	border-color: rgba(255, 110, 97, 1) !important;
}

.radio_list [type=radio]:checked+label:after {
	background: rgba(255, 110, 97, 1) !important;
	box-shadow: inset 0 0 2px 2px rgba(255, 110, 97, 1) !important;
}

#main [type=tel] {
	border-color: rgba(255, 110, 97, 1);
}


.product_title {
	background: #c9dae6;
}
.product_footer {
	background: #c9dae6;
}

.product_show_more {
	color: #ed7869;
}

.product_show_knowMore {
	color: #265c99;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	display: block;
	max-width: 80%;
	margin: 0px auto;
	padding-bottom: 10px;
}

.product_image {
	height: 250px;
}

.product_show_more {
	padding-bottom: 5px;
}

.phoneImg .top_phone {
	margin-bottom: -2px !important;
}

.popup-bg #popup4 .submit {
	background-color: rgba(255, 110, 97, 1) !important;
}

.tab_content .product_card {
	box-shadow: 0 0 20px 4px rgba(11,68,141,.4) !important;
}

.form-free {
	padding-bottom: 35px;
}

.form-submit {
	margin-top: 20px;
}


#main {
	margin-top: 20px !important;
}

.header {
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}


.goToMain {
	background-color: rgba(255, 110, 97, .8) !important;
}
.goToMain:hover {
	background-color: rgba(255, 110, 97, 1) !important;
}

@media screen and (max-width: 560px) {
	#main .phoneImg:before {
		top: -80px !important;
		left: -50px !important;
	}
	.action {
		bottom: -80px !important;
	}
}


@media screen and (max-width: 500px) {
	.top-section-header-logo-desc {
		color: rgb(46, 46, 46) !important;
	}
	.top-section-header-wrapper {
		padding-bottom: 70px !important;
	}
	.top-section-main-info-main {
		font-size: 34px !important;
	}
	.top-section-main-info {
		padding: 20px 5px 10px 5px !important;
	}
	.top-section-main-info-main .amount {
		text-align: right !important;
		max-width: 300px !important;
		padding-right: 25px !important;
	}
	.top-section-main-info-main .ages {
		padding-left: 10px !important;
		max-width: 100px !important;
		text-align: center !important;
	}
}

@media screen and (max-width: 350px) {
	.top-section-main {
		padding: 25px 10px !important;
	}
	.quiz-action {
		font-size: 16px !important;
	}
	.quiz-action span {
		font-size: 12px !important;
	}
}


@media screen and (max-width: 326px) {
	.desc {
		max-width: 265px !important;
	}
}

.header_title {
}
@media screen and (max-width: 482px) {
	.steps-item {
		margin: 0px 3px !important;
		width: calc((100% / 6) - 6px);
	}
	.steps-item span {
		margin-left: 0px !important;
		width: 100% !important;
		max-width: 50px !important;
		margin: 7px auto 0px auto !important;
	}
	.weAreStarted span {
		font-weight: 600 !important;
	}
	.one_step {
		margin-left: -30px !important;
	}
	#main .startedFlex .started_col:first-child {
		max-width: 200px !important;
		margin-left: auto !important;
		margin-right: 0px !important;
	}
	#main .started_title {
		font-size: 17px !important;
	}
	#main .started_col .radio_list li {
		font-size: 14px !important;
	}
	#main .phoneImg:before {
		content: "" !important;
		display: block !important;
		top: -240px !important;
		left: -20px !important;
		width: 190px !important;
		height: 290px !important;
	}
	#main .getResultBtn[disabled=disabled] {
		background: #fff !important;
	}
	#main .startedFlex .started_col:first-child {
		max-width: 170px !important;
	}
}

@media screen and (max-width: 346px) {
	/* #main .phoneImg:before {
	  content: "" !important;
	  display: block !important;
	  top: -210px !important;
	  left: -60px !important;
	  width: 150px !important;
	  height: 285px !important;
	} */
	#main .startedFlex .started_col:first-child {
		max-width: 170px !important;
	}
	#main .phoneImg:before {
		content: "" !important;
		display: block !important;
		top: -230px !important;
		left: -20px !important;
		width: 150px !important;
		height: 280px !important;
	}
}

.top-section {
	padding: 0px 0px 90px 0px;
	background: #005c9e;
	position: relative;
}
.top-section-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: url("/local/components/custom/quiz.opros/templates/.default/./assets/img/bg1.png") 50% 50% repeat no-repeat;
	background-size: cover;
}
.top-section-header-wrapper {
	max-width: 970px;
	margin: 0px auto;
	width: 100%;
	padding: 15px 23px 70px 23px;
	user-select: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top-section-header-logo {
	display: flex;
	align-items: center;
}
.top-section-header-logo-desc {
	margin-left: 15px;
	color: #8c8c8c;
	font-size: 12px;
	max-width: 160px;
}
.top-section-header-info {
	border-radius: 2px;
	border: 1px dotted #367fb3;
	padding: 15px 15px 10px 25px;
	position: relative;
	max-width: 290px;
	width: 100%;
}
.top-section-header-info-main {
	background: #fff;
	padding: 0px 5px;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #333;
	width: 100%;
	max-width: 270px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top-section-header-info-main-adress {
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top-section-header-info-main-adress img {
	margin-right: 5px;
}
.top-section-header-info-main-phone {
	font-size: 14px;
	font-weight: 600;
}
.top-section-header-info-extra {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top-section-header-info-extra .changeAdress {
	color: #8c8c8c;
	text-decoration: underline;
	font-size: 12px;
	cursor: pointer;
	margin-left: 5px;
}
.top-section-header-info-extra .workingNow {
	color: #333333;
	font-size: 12px;
	position: relative;
}
.top-section-header-info-extra .workingNow:before {
	background: radial-gradient(#ffff00, #30bf13);
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: -15px;
	top: 50%;
	transform: translate(0, -50%);
}
.top-section-main {
	max-width: 1200px;
	margin: 0px auto;
	width: 100%;
	padding: 25px 23px;
	position: relative;
}
.top-section-main * {
	text-align: left;
}
.top-section-main-h1 {
	font-weight: 600;
	color: #00ff4c;
	font-size: 35px;
	text-transform: uppercase;
}
.top-section-main-h2 {
	font-weight: 400;
	color: #fff;
	font-size: 30px;
	margin: 15px 0px 50px 0px;
}
.top-section-main-info {
	border: 1px dotted #fff;
	border-radius: 2px;
	position: relative;
	display: flex;
	max-width: 370px;
	width: 100%;
	padding: 25px 10px 15px 10px;
}
.top-section-main-info-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* background: #005c9e; */
	font-weight: 300;
	color: #fff;
	padding: 0px 5px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 310px;
	width: 100%;
	font-size: 45px;
}
.top-section-main-info-main * {
	max-width: 150px;
	width: 100%;
	background: #005c9e;
}
.top-section-main-info-main .ages {
	max-width: 50px;
	margin-left: 20px;
	text-align: right;
}
.top-section-main-info-main .amount {
	text-align: right;
	justify-content: center !important;
}
.top-section-main-info-desc {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	width: 100%;
	margin: 0px auto;
	max-width: 350px;
}
.top-section-main-info-desc * {
	text-align: center;
	font-size: 12px;
	color: #fff;
	max-width: 150px;
	width: 100%;
}
.sale {
	font-weight: bold;
	color: #fff;
	font-size: 25px;
	margin-top: 50px;
}
.sale-2 {
	font-weight: bold;
	color: #ff7062;
	font-size: 25px;
}
.desc {
	color: #fff;
	font-size: 21px;
	margin-top: 30px;
	max-width: 350px;
}
.desc span {
	font-weight: bold;
}
.quiz-action {
	background: #ff7062;
	border-radius: 48px;
	border: none;
	color: #fff;
	font-weight: 600;
	font-size: 23px;
	padding: 20px 50px;
	text-align: center;
	line-height: 21px;
	text-transform: uppercase;
	margin-top: 30px;
	position: relative;
	user-select: none;
}
.quiz-action span {
	font-size: 18px;
	font-weight: 500;
	text-transform: lowercase;
}
.quiz-action img {
	position: absolute;
	left: 30%;
	top: 0px;
	transform: translate(-50%, 0);
	transition-duration: .3s;
}
.quiz-action:after {
	content: '';
	width: 30px;
	height: 120px;
	background: url('/local/components/custom/quiz.opros/templates/.default/./assets/img/arr.png') 50% 50% no-repeat;
	position: absolute;
	right: -50px;
	top: -70px;
	transition-duration: .3s;
	pointer-events: none;
}
.quiz-action:hover img {
	left: 80%;
}
.quiz-action:hover:after {
	right: -50px;
	top: -50px;
	transform: rotate(20deg);
}
.honest {
	position: absolute;
	bottom: 70px;
	left: calc(50% + 60px);
	transform: translate(-50%, 0);
}
.preview {
	right: 0px;
	top: calc(50% + 90px);
	transform: translate(0, -50%);
	position: absolute;
}
.bg-sec-1 {
	position: absolute;
	left: calc(50% + 100px);
	bottom: 0px;
	transform: translate(50%, 50%);
	width: 500px;
}
/* End */


/* Start:/local/components/custom/quiz.opros/templates/.default/assets/css/jquery.countdownTimer.css?1765175428753*/
/*

 * Author - Harshen Amarnath Pandey
 * Version - 1.0.5
 * Release - 09th June 2014
 * Copyright (c) 2014 - 2018 Harshen Pandey
*/

/* jquery.countdownTimer.css*/

.style {
   width: 100%;
   font-family: sans-serif;
   font-weight: bold;
   border-style: solid;
}

.colorDefinition {
    background: #000000;
    color : #FFFFFF;
    border-color: #F0068E;
}

.size_xl {
   font-size:50px;
   border-width: 8px;
   border-radius: 6px;
}

.size_lg {
   font-size:40px;
   border-width: 7px;
   border-radius: 5px;
}

.size_md {
   font-size:30px;
   border-width: 5px;
   border-radius: 4px;
}

.size_sm {
   font-size:20px;
   border-width: 3px;
   border-radius: 3px;
}

.size_xs {
   font-size:15px;
   border-width: 2px;
   border-radius: 2px;
}

/* End */


/* Start:/local/components/custom/quiz.opros/templates/.default/assets/css/jquery.fancybox.min.css?176517542812795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/fam/template_styles.css?17827351222563*/
:root {
	--primary-color: #015c9e;
	--primary-color-light: #358FCF;
	--primary-color-border: #003C67;
	--second-color: #0307AC;
	--second-color-dark: #010470;
	--active-btn-color: #00AA5D;
	--active-btn-color-active: #35D58C;
	--active-btn-color-hover: #208054;
	--active-btn-color-border: #006F3C;
	--minor-color: #00AA5D;
	--minor-color-hover: #208054;
	--minor-color-border: #006F3C;
}

@media (min-width: 550px) {
	.footer__top .footer__col:first-child {padding-bottom: 50px;}
}
.popup__citylist{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: left;
}
.popup__citylist a{
	display: inline-block;
	vertical-align: top;
	/*min-width: 10%;*/
	width: fit-content;
	text-decoration: underline;
	font-weight: 500;
	font-size: 15px;
	line-height: 38px;
	color: rgba(0, 0, 0, 0.8);
}
.item .slick-slide img,.popup .slick-slide img {max-width: 100%;max-height: 100%;object-fit: cover;display: inline-block;vertical-align: middle;}
.item-card__name{display: inline-block;text-decoration: none;color: rgba(0, 0, 0, 0.8);}
.footer__policy + .footer__policy{margin-left: 45px;}
@media screen and (max-width: 550px) {
	.footer__policy {display: inline-block;}
	.footer__policy + .footer__policy {margin-left: 0;margin-top: 10px;}
	.footer__design {margin-left: 45px;}
}
.city-popup .popup__query-form{text-align: left;padding: 67px 69px 58px;}
.city-popup .popup__query{width: 770px;background: #fff url("/local/templates/fam/img/map.png") 100% 50% no-repeat;}
.city-popup .popup__header-heading{margin-bottom: 11px;}
.city-popup .popup__header-desc{padding-bottom: 48px;}
@media screen and (max-width: 600px) {
	.city-popup .popup__query{background: #fff;}
	.city-popup .popup__query-form,.popup__citylist a{text-align: center;}
	.city-popup .popup__query-form{padding-top: 50px;padding-bottom: 43px;}
	.city-popup .popup__header-heading {margin-bottom: 14px;}
	.city-popup .popup__header-desc {padding-bottom: 18px;}
	.popup__citylist a{line-height: 22px;margin-left: auto;margin-right: auto;}
}
.calc__text{width: 18px;}
.item-card__backdrop,.item-card__image{object-fit: contain;}
@media screen and (max-width: 450px) {
	.footer__policy + .footer__policy::before {content: "";display: table;width: 90vw;}
	.detailed-selection__list br, .feedback__heading br {display: inline-flex;width: 0.2rem;}
	.sale-card + .sale-card{margin-top: 15px;}
	.popup__citylist a{font-size: 10px;line-height: 30px;}
}
@media screen and (max-width: 400px) {
	.popup__header-desc{color: #fff;}
}
/* End */
/* /local/components/custom/quiz.opros/templates/.default/style.css?1772740676132359 */
/* /local/components/custom/quiz.opros/templates/.default/assets/css/jquery.countdownTimer.css?1765175428753 */
/* /local/components/custom/quiz.opros/templates/.default/assets/css/jquery.fancybox.min.css?176517542812795 */
/* /local/templates/fam/template_styles.css?17827351222563 */
