/* Code tidied up by ScrapBook */

.modal {
	position: fixed;
	bottom: 30px;
	right: 30px;
	min-width: 300px;
	background-color: #fff;
	box-shadow: 0 0 50px rgb(1, 141, 204);
	border-radius: 20px;
	opacity: 0;
	transition: opacity 0.5s;
	z-index: 20;
	font-size: 18px;
	display: none;
}

.modal-content {
	padding: 10px 4px 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: rgb(68, 68, 68);
}

.another__item-fics {
	position: relative;
	top: 4px;
	display: none;
}

.wrap {
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}
.btn,
button {
	border: medium none;
}
.mCustomScrollBox,
svg {
	height: 100%;
	max-width: 100%;
	overflow: hidden;
}
img,
svg {
	max-width: 100%;
}
.fico::before,
a {
	text-decoration: none;
}
.price .old__text,
.text-nowrap {
	white-space: nowrap;
}
.price .old__text {
	margin-bottom: 10px;
	font-size: 14px;
	position: relative;
}
.old .x_currency {
	color: rgb(187, 187, 187);
}
.title {
	text-align: center;
}
.header__main .man {
	pointer-events: none;
}
@media (min-width: 480px) {
	.wrap {
		width: 480px;
	}
}
@media (min-width: 640px) {
	.wrap {
		width: 640px;
	}
}
@media (min-width: 768px) {
	.wrap {
		width: 768px;
	}
}
@media (min-width: 1024px) {
	.wrap {
		width: 1024px;
	}
}
@media (min-width: 1200px) {
	.wrap {
		width: 1190px;
	}
}
.wrap::after,
.wrap::before {
	content: "";
	display: table;
	clear: both;
}
a,
b,
body,
div,
footer,
form,
h1,
h2,
h3,
h4,
header,
html,
i,
img,
li,
p,
section,
small,
span,
ul {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	font: inherit;
	vertical-align: baseline;
}
footer,
header,
section {
	display: block;
}
ul {
	list-style: outside none none;
}
br {
	font-size: 0px;
}
* {
	box-sizing: border-box;
}
a,
a:focus,
button,
button:focus,
input,
input:focus {
	outline: 0px none;
}
*::-moz-focus-inner,
*::-moz-focus-outer {
	border: 0px none;
	padding: 0px;
}
.container,
.slick-list,
.slick-slider,
.slick-track {
	position: relative;
}
.slick-slider {
	display: block;
	box-sizing: border-box;
	-moz-user-select: none;
	touch-action: pan-y;
}
.slick-list {
	overflow: hidden;
	display: block;
	margin: 0px;
	padding: 0px;
}
.slick-list:focus {
	outline: 0px none;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
	transform: translate3d(0px, 0px, 0px);
}
.slick-track {
	left: 0px;
	top: 0px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track::after,
.slick-track::before {
	content: "";
	display: table;
}
.slick-track::after {
	clear: both;
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
.slick-slide img {
	display: block;
}
.slick-initialized .slick-slide {
	display: block;
}
.fico {
	display: inline-block;
}
@font-face {
	font-family: "fico";
}
.fico::before {
	font-family: fico;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	text-transform: none;
}
.title,
body {
	font-family: "Myriad Pro", sans-serif;
}
.fico-check::before {
	content: "";
}
.fico-name::before {
	content: "";
}
.fico-tel::before {
	content: "";
}
body {
	line-height: 1;
	overflow-x: hidden;
}
.container {
	width: 100%;
	max-width: 1190px;
	margin: 0px auto;
	padding: 0px 10px;
}
.title {
	font-size: 46px;
	line-height: 46px;
	font-weight: 700;
	margin: 0px auto;
}
.text-semibold {
	font-weight: 600;
}
.text-bold {
	font-weight: 700;
}
.text-orange {
	color: rgb(243, 125, 51);
}
.fico {
	font-size: 3rem;
}
.fico::before {
	display: block;
}
.btn {
	position: relative;
	z-index: 10;
	display: flex;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	color: rgb(255, 255, 255);
	font-size: 28px;
	font-weight: 700;
	outline: 0px none;
	width: 100%;
	max-width: 220px;
	height: 72px;
	box-shadow: 0px 0px 4px rgba(38, 144, 133, 0.48) inset,
		0px 16px 26px -12px rgb(152, 20, 13), 0px 6px 0px -2px rgb(152, 20, 13);
	background: rgb(185, 37, 31) none repeat scroll 0% 0%;
	cursor: pointer;
	border-radius: 32px;
	border-width: 0px 0px 1px;
	border-style: solid;
	border-color: rgb(240, 170, 156) rgb(240, 170, 156) rgba(70, 185, 166, 0.1);
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	transition: all 1s ease 0s;
	padding-top: 7px;
}
.btn:hover {
	background: rgb(203, 21, 8)
		linear-gradient(
			to right,
			rgb(193, 16, 3),
			rgb(203, 21, 8) 51%,
			rgb(255, 17, 0)
		)
		repeat scroll 0% 0%;
}
.btn .btn__text-1 {
	font-weight: 700;
	font-size: 30px;
	line-height: 28px;
}
.btn .btn__text-2 {
	font-size: 16px;
	line-height: 15px;
}
.form__btn {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 20px;
}
@keyframes pulse {
	0%,
	100% {
		transform: scale3d(1, 1, 1);
	}
	50% {
		transform: scale3d(1.05, 1.05, 1.05);
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.fadeIn {
	animation-name: fadeIn;
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0px, -100%, 0px);
	}
	100% {
		opacity: 1;
		transform: translate3d(0px, 0px, 0px);
	}
}
.fadeInDown {
	animation-name: fadeInDown;
}
@keyframes flipInX {
	0% {
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		animation-timing-function: ease-in;
	}
	60% {
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	80% {
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	100% {
		transform: perspective(400px);
	}
}
.flipInX {
	backface-visibility: visible !important;
	animation-name: flipInX;
}
.header {
	background: transparent url("../img/header__back.jpg") no-repeat scroll
		center top / 100% 100%;
	padding: 80px 0px 23px;
}
.header__main {
	display: flex;
	justify-content: flex-end;
	position: relative;
	padding-bottom: 70px;
}
.header--bottom .header__main {
	padding-bottom: 0px;
}
.header__main .man {
	position: absolute;
	bottom: -22px;
	left: -35px;
	max-width: 490px;
}
.header--bottom .header__main .man {
	bottom: -20px;
}

.header__main .product-photo {
	position: absolute;
	bottom: -70px;
	left: 24px;
	z-index: 1;
}
.header__main .info {
	max-width: 380px;
	margin-right: 60px;
}
.header__main .info .logo {
	font-size: 46px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
}
.header__main .info__list .item {
	color: rgb(68, 68, 68);
	font-size: 19px;
	position: relative;
	padding-left: 60px;
	max-width: 300px;
	line-height: 1.26;
}
.header__main .info__list .item .text-semibold {
	color: rgb(0, 0, 0);
}
.header__main .info__list .item:not(:last-of-type) {
	margin-bottom: 26px;
}
.header__main .info__list .item .fico {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0px;
	top: 0px;
	font-size: 18px;
	color: rgb(255, 255, 255);
	background: rgb(236, 121, 2) none repeat scroll 0% 0% padding-box content-box;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 5px solid rgb(255, 255, 255);
}
.header__main .info__list .text-semibold {
	display: block;
}
.header__title {
	text-align: left;
	font-size: 31px;
	line-height: 1.03;
	color: rgb(34, 34, 34);
	margin-bottom: 32px;
	max-width: 300px;
}
.input-box .fico {
	position: absolute;
	left: 23px;
	top: 17px;
	font-size: 23px;
	color: rgb(135, 172, 19);
}
.another__under,
.another__why {
	font-size: 22px;
	text-align: center;
	line-height: 1;
}
.another {
	padding: 100px 0px 117px;
	position: relative;
}
.another::after,
.another::before {
	content: "";
	display: block;
	position: absolute;
	height: 100px;
	width: 100%;
}


.title-another {
	max-width: 600px;
	position: relative;
	z-index: 2;
	margin-bottom: 15px;
}
.another__under {
	color: rgb(68, 68, 68);
	margin-bottom: 29px;
	font-weight: 400;
	letter-spacing: 0.1px;
}
.another__why {
	color: rgb(0, 0, 0);
	margin-bottom: 20px;
	font-weight: 600;
	letter-spacing: 0.7px;
}
.another__wrap {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
}
.another__benefit-main,
.another__limitation-main {
	font-size: 19px;
	line-height: 1;
	padding: 8px 5px;
	width: 100%;
	position: absolute;
	left: 0px;
	font-weight: 600;
	text-align: center;
}
.another__benefit-main {
	background: rgb(207, 221, 165) none repeat scroll 0% 0%;
	top: 244px;
}
.another__limitation-main {
	background: rgb(251, 231, 203) none repeat scroll 0% 0%;
	top: 465px;
}
.another__block {
	width: 270px;
	margin-right: 30px;
	flex-shrink: 0;
	border-radius: 10px;
}
.organs__wrap,
.stat__wrap {
	justify-content: flex-start;
}
.another__block:last-child {
	margin-right: 0px;
}
.another__info {
	border-width: medium 1px 1px;
	border-style: none solid solid;
	border-color: currentcolor rgb(225, 235, 236) rgb(225, 235, 236);
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	border-radius: 0px 0px 10px 10px;
}
.another__img img {
	width: 268px;
	height: 150px;
	display: block;
	border-radius: 10px 10px 0px 0px;
}
.another__name {
	font-size: 20px;
	line-height: 1.05;
	color: rgb(0, 0, 0);
	margin-bottom: 12px;
	font-weight: 600;
	padding: 15px 10px 0px 23px;
	min-height: 78px;
}
.another__benefit,
.another__limitation {
	font-size: 19px;
	line-height: 1;
	padding: 8px 17px;
	font-weight: 600;
	opacity: 0;
}
.another__benefit {
	background: rgb(207, 221, 165) none repeat scroll 0% 0%;
}
.another__item {
	position: relative;
	font-size: 18px;
	line-height: 1.2;
	color: rgb(68, 68, 68);
	padding-left: 24px;
	margin-bottom: 16px;
}
.another__item::before,
.another__list-limitation .another__item::before {
	position: absolute;
	top: 3px;
	left: 0px;
	content: "";
}
.another__item:last-child {
	margin-bottom: 6px;
}
.another__item::before {
	width: 15px;
	height: 12px;
	background: transparent url("../img/ico-check-another.svg") no-repeat
		scroll center center;
}
.another__list-benefits {
	padding: 12px 19px 17px;
	height: 180px;
}
.another__list-limitation {
	padding: 29px 10px 29px 19px;
	height: 390px;
}
.another__list-limitation .another__item::before {
	width: 12px;
	height: 13px;
	background: transparent url("../img/ico-close-another.svg") no-repeat
		scroll center center;
}
.another__list-limitation .another__item:first-child {
	font-weight: 600;
}
.another__result {
	color: rgb(0, 0, 0);
	font-weight: 700;
	text-align: center;
	font-size: 25px;
	margin-top: 37px;
	margin-bottom: 15px;
}
.another__text {
	color: rgb(51, 51, 51);
	font-size: 22px;
	line-height: 1.2;
	text-align: center;
	margin: 0px auto 32px;
	max-width: 940px;
}
.another__bottom {
	margin: 0px auto;
	max-width: 1055px;
	padding: 27px 42px;
	border: 1px solid rgb(225, 235, 236);
	border-radius: 8px;
	position: relative;
	font-size: 18px;
	line-height: 1.2;
	color: rgb(68, 68, 68);
	font-style: italic;
}
.another__bottom::before {
	content: "";
	width: 14px;
	height: 14px;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	border-top: 1px solid rgb(225, 235, 236);
	border-left: 1px solid rgb(225, 235, 236);
	position: absolute;
	top: -8px;
	left: 50%;
	transform: translateX(-50%) rotate(37deg) skewX(-19deg);
}
.another__bottom-orange {
	font-weight: 600;
	color: rgb(243, 125, 51);
}
.organs {
	padding: 42px 0px;
	position: relative;
}
.organs::after,
.organs::before {
	content: "";
	display: block;
	position: absolute;
	height: 100px;
	width: 100%;
}


.organs__item {
	position: relative;
	counter-increment: organs;
}
.title-organs {
	max-width: 630px;
	margin-bottom: 28px;
}
.organs__left,
.organs__right {
	margin-top: 80px;
}
.organs__wrap {
	display: flex;
	align-items: flex-start;
	counter-reset: organs;
}
.organs__item {
	max-width: 421px;
	border: 1px solid rgb(225, 235, 236);
	border-radius: 5px;
	padding: 23px 10px;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	z-index: auto;
	margin-bottom: 40px;
	transition: all 0.5s ease 0s;
}
.organs__item::after {
	content: "0" counter(organs, decimal);
	font-weight: 700;
	font-size: 36px;
	color: rgb(242, 189, 112);
	z-index: -1;
	position: absolute;
	top: -22px;
	right: 63px;
	transition: all 0.5s ease 0s;
}
.organs__item:hover {
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
.organs__item:hover::after {
	transform: translateY(-10px);
}
.organs__item:hover .organs__dot {
	animation: 1.5s linear 0s normal none infinite running pulse;
}
.organs__item:hover .organs__img {
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
}
@keyframes pulse {
	0%,
	100% {
		box-shadow: 0px 0px 0px 5px rgba(134, 172, 19, 0.6),
			0px 0px 0px 10px rgba(134, 172, 19, 0.3);
	}
	25%,
	75% {
		box-shadow: 0px 0px 0px 2px rgba(134, 172, 19, 0.6),
			0px 0px 0px 5px rgba(134, 172, 19, 0.3);
	}
	50% {
		box-shadow: 0px 0px 0px 0px rgba(134, 172, 19, 0.6),
			0px 0px 0px 0px rgba(134, 172, 19, 0.3);
	}
}
.organs__name {
	color: rgb(0, 0, 0);
	font-weight: 600;
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 10px;
}
.organs__text {
	font-size: 18px;
	line-height: 1.2;
	color: rgb(68, 68, 68);
	font-style: italic;
}
.organs__img-wrap {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: auto;
	flex-shrink: 0;
}
.organs__img {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	border: 3px solid rgb(236, 121, 2);
	background: rgb(236, 121, 2) none repeat scroll 0% 0%;
	overflow: hidden;
	transition: all 0.5s ease 0s;
}
.organs__mid {
	margin: 0px 78px;
	flex-shrink: 0;
}
.organs__left .organs__item {
	padding-right: 65px;
	text-align: right;
}
.organs__left .organs__img-wrap {
	right: -50px;
}
.organs__right .organs__item {
	padding-left: 65px;
	text-align: left;
}
.danger,
.result__country,
.result__item,
.result__sert,
.result__under,
.stat__make,
.stat__number,
.stat__under {
	text-align: center;
}
.organs__right .organs__item::after {
	right: auto;
	left: 63px;
}
.organs__right .organs__img-wrap {
	left: -50px;
}
.organs__dot {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: rgb(134, 172, 19) none repeat scroll 0% 0%;
	box-shadow: 0px 0px 0px 5px rgba(134, 172, 19, 0.6),
		0px 0px 0px 10px rgba(134, 172, 19, 0.3);
	position: absolute;
}
.organs__dot-1::after,
.organs__dot-1::before,
.organs__dot-2::after,
.organs__dot-2::before,
.organs__dot-3::after,
.organs__dot-3::before,
.organs__dot-4::after,
.organs__dot-4::before {
	content: "";
	height: 1px;
	background: rgb(135, 172, 19) none repeat scroll 0% 0%;
	position: absolute;
	z-index: -1;
}
.organs__dot-1 {
	top: 135px;
	left: 115px;
}
.organs__dot-1::before {
	width: 90px;
	top: -42px;
	left: -49px;
	transform: rotate(75deg);
}
.organs__dot-1::after {
	width: 15px;
	top: -85px;
	left: -31px;
}
.organs__dot-2 {
	top: 55px;
	left: 170px;
}
.organs__dot-2::before {
	width: 72px;
	top: -4px;
	left: -62px;
	transform: rotate(16deg);
}
.organs__dot-2::after {
	width: 24px;
	top: -14px;
	left: -84px;
}
.organs__dot-3 {
	top: 67px;
	left: -46px;
}
.organs__dot-3::before {
	width: 40px;
	top: -10px;
	left: 7px;
	transform: rotate(-45deg);
}
.organs__dot-3::after {
	width: 10px;
	top: -24px;
	left: 41px;
}
.organs__dot-4 {
	top: -16px;
	left: -85px;
}
.organs__dot-4::before {
	width: 78px;
	top: 42px;
	left: 0px;
	transform: rotate(-134deg);
}
.organs__dot-4::after {
	width: 20px;
	top: 70px;
	left: 66px;
}
.stat {
	padding: 38px 0px 150px;
	background: rgb(238, 245, 246) url("../img/bg-stat.png") no-repeat scroll center
		center;
}
.stat__joint {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 55px;
}
.title-stat {
	max-width: 1000px;
	margin-bottom: 13px;
}
.stat__under {
	font-size: 22px;
	line-height: 1.2;
	color: rgb(34, 34, 34);
	max-width: 840px;
	margin: 0px auto 36px;
	letter-spacing: -0.1px;
}
.stat__make {
	font-size: 20px;
	font-style: italic;
	color: rgb(68, 68, 68);
	margin: 0px auto 34px;
	max-width: 1000px;
	padding-top: 40px;
	position: relative;
}
.stat__make::before {
	content: '"';
	width: 41px;
	height: 28px;
	font-size: 100px;
	font-weight: 700;
	color: rgb(242, 189, 112);
	position: absolute;
	top: -13px;
	left: 50%;
	transform: translateX(-50%);
}
.result::before,
.stat__name::before {
	content: "";
}
.stat__wrap {
	display: flex;
	align-items: flex-start;
	margin-bottom: 40px;
}
.stat__item {
	max-width: 570px;
	width: 100%;
	border: 1px solid rgb(225, 235, 236);
	border-radius: 10px;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	padding: 30px 30px 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.stat__item:first-child {
	margin-right: 29px;
}
.stat__circle {
	margin-right: 22px;
	width: 137px;
	height: 137px;
	border-radius: 50%;
	position: relative;
	background: transparent
		linear-gradient(
			50deg,
			rgb(137, 172, 22),
			rgb(211, 188, 93),
			rgb(236, 122, 3)
		)
		repeat scroll 0% 0%;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.circe__svg-wrap,
.circle__svg {
	width: 138px;
	height: 138px;
	position: absolute;
	left: 50%;
	border-radius: 50%;
	top: 50%;
}
.circle__svg {
	transform: translate(-50%, -50%);
	fill: transparent;
	stroke-width: 70px;
	stroke: rgb(205, 222, 225);
	stroke-dashoffset: 0;
}
.circe__svg-wrap {
	transform: translate(-50.2%, -50.2%) rotate(-90deg) scale(1, -1);
}
.stat__number {
	width: 84px;
	height: 84px;
	border-radius: 50%;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	z-index: 2;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
}
.stat__what {
	font-size: 20px;
	font-weight: 400;
	color: rgb(0, 0, 0);
	line-height: 12px;
}
.stat__descr {
	font-size: 22px;
	line-height: 1.1;
	color: rgb(51, 51, 51);
}
.stat__count {
	font-size: 36px;
	line-height: 30px;
	font-weight: 700;
	color: rgb(0, 0, 0);
}
.stat__list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.stat__img {
	max-width: 570px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	margin-right: 30px;
}
.stat__img img {
	display: block;
	border-bottom-left-radius: 6px;
}
.stat__text {
	font-size: 20px;
	line-height: 1.4;
	color: rgb(68, 68, 68);
	margin-bottom: 30px;
}
.stat__bottom {
	color: rgb(0, 0, 0);
	font-weight: 600;
}
.stat__text:last-child {
	margin-bottom: 0px;
}
.stat__info {
	max-height: 360px;
	max-width: 570px;
	margin-top: -5px;
}
.stat__name {
	font-size: 30px;
	line-height: 1;
	font-weight: 600;
	padding: 20px 20px 15px 74px;
	background: rgb(238, 245, 246) none repeat scroll 0% 0%;
	display: inline-block;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.stat__name::before {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: transparent url("../img/joint.png") no-repeat scroll center
		center / contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 19px;
}
.stat__line {
	width: 100%;
	height: 11px;
	background: transparent url("../img/line-arrow.svg") no-repeat scroll
		center center;
	display: block;
	margin-top: 47px;
	margin-bottom: 30px;
}
.stat__bottom {
	font-size: 24px;
	line-height: 1;
	text-align: center;
}

.result__joint {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}

.title-result {
	margin-bottom: 15px;
}
.result__under {
	font-size: 22px;
	line-height: 1;
	color: rgb(34, 34, 34);
	margin-bottom: 52px;
}
.result__wrap {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	z-index: 1;
	margin-bottom: 45px;
}
.result__wrap::after,
.result__wrap::before {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	content: "";
}
.result__wrap::before {
	width: 96%;
	height: 132px;
	border: 1px solid rgb(199, 224, 227);
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	border-radius: 35px 0px;
	bottom: 47px;
	z-index: -1;
}
.result__wrap::after {
	width: 100%;
	height: 102px;
	background: rgb(199, 224, 227) none repeat scroll 0% 0%;
	border-radius: 35px 0px;
	bottom: 60px;
	z-index: -2;
}
.result__sert {
	margin: 0px 33px;
}
.result__img {
	border-width: 7px 7px medium;
	border-style: solid solid none;
	border-color: rgb(135, 172, 19) rgb(135, 172, 19) currentcolor;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
}
.result__img img {
	display: block;
}
.result__country {
	color: rgb(0, 0, 0);
	font-size: 18px;
	line-height: 1;
	margin: 30px auto 0px;
	position: relative;
	display: inline-block;
}
.result__country::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: rgb(135, 172, 19) none repeat scroll 0% 0%;
	position: absolute;
	top: 50%;
	left: -16px;
	transform: translateY(-50%);
}
.result__bottom::before,
.result__list::before {
	height: 1px;
	left: 0px;
	content: "";
}
.result__list {
	padding-top: 52px;
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 30px;
}
.result__list::before {
	width: 100%;
	background: rgb(205, 215, 208) none repeat scroll 0% 0%;
	position: absolute;
	top: 0px;
}
.result__item {
	width: 270px;
}
.result__item:last-child {
	margin-right: 0px;
}
.stat__circle-result {
	margin: 0px auto;
}
.result__text {
	font-size: 20px;
	line-height: 1.2;
	color: rgb(51, 51, 51);
	margin-top: 14px;
}
.result__bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.result__bottom::before {
	width: 100%;
	background: rgb(1, 141, 204) none repeat scroll 0% 0%;
	position: absolute;
	top: 50%;
}
.result__bottom-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 5px 35px;
	background: rgb(238, 245, 246) none repeat scroll 0% 0%;
}
.result__approve {
	max-width: 250px;
	margin-left: 15px;
}
.danger__btn,
.danger__joint,
.danger__num {
	margin-right: auto;
	margin-left: auto;
}
.result__descr {
	font-size: 17px;
	line-height: 1.1;
	color: rgb(68, 68, 68);
	margin-bottom: 10px;
}
.result__descr:last-child {
	margin-bottom: 0px;
}
.result__organization {
	flex-shrink: 0;
}
.danger {
	background: transparent url("../img/efficiency__back.jpg") no-repeat scroll
		center top / cover;
	padding: 20px 0px 45px;
}
.danger__item,
.danger__progress {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
	background-color: rgb(255, 255, 255);
}
.danger__joint {
	display: block;
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
}
.danger__subtitle {
	margin-top: 16px;
	color: rgb(68, 68, 68);
	font-size: 22px;
	font-weight: 400;
	line-height: 28px;
}
.danger__progress {
	display: inline-block;
	padding: 11px 25px;
	color: rgb(0, 0, 0);
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	margin-top: 39px;
	margin-bottom: 40px;
	border-radius: 22px;
}
.danger__content {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.danger__item {
	width: 370px;
	min-height: 630px;
	border-radius: 10px;
	border: 1px solid rgb(225, 235, 236);
	padding-right: 19px;
	padding-left: 19px;
}
.danger__item--bold {
	color: rgb(0, 0, 0);
	font-weight: 700;
}
.danger__num {
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgb(255, 255, 255);
	font-size: 26px;
	font-weight: 700;
	line-height: 26px;
	width: 56px;
	height: 56px;
	background-color: rgb(239, 122, 2);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	border: 7px solid rgb(255, 255, 255);
	border-radius: 50%;
	margin-top: -23px;
	background-clip: content-box;
}
.danger__text {
	color: rgb(68, 68, 68);
	line-height: 26px;
	font-weight: 400;
	min-height: 140px;
}
.danger__text--first {
	margin-top: 13px;
	font-size: 19px;
	padding-bottom: 15px;
	min-height: 130px;
	font-weight: 600;
}
.danger__text--second {
	font-size: 18px;
	padding-bottom: 26px;
	margin-top: 10px;
}
.danger__pic {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.danger__pic--img {
	flex-shrink: 0;
	border-radius: 5px 5px 0px 0px;
}
.danger__pic--quote {
	width: 100%;
	color: rgb(51, 51, 51);
	font-size: 20px;
	font-weight: 600;
	font-style: italic;
	line-height: 26px;
	background-color: rgb(251, 231, 203);
	border-radius: 0px 0px 5px 5px;
	position: relative;
	padding: 5px 0px;
}
.danger__pic--quote::after {
	content: "";
	position: absolute;
	bottom: -18px;
	left: calc(50% - 10px);
	border-width: 10px;
	border-style: solid;
	border-color: rgb(251, 231, 203) transparent transparent;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
}
.danger__problem {
	margin-top: 17px;
	color: rgb(0, 0, 0);
	font-size: 21px;
	font-weight: 700;
	line-height: 26px;
}
.danger__return {
	margin-top: 57px;
	color: rgb(51, 51, 51);
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
}
.danger__return--bold {
	color: rgb(0, 0, 0);
	font-weight: 600;
}
.danger__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	font-weight: 700;
	max-width: 330px;
	height: 65px;
	margin-top: 35px;
	z-index: 1;
	position: relative;
}
.benefits {
	padding-top: 86px;
	position: relative;
	padding-bottom: 62px;
}
.benefits::before {
	content: "";
	display: block;
	position: absolute;
	height: 100px;
	width: 100%;
}

.benefits__wrap {
	display: flex;
	align-items: center;
	margin-bottom: 69px;
}
.benefits__wrap .product-block {
	position: relative;
}
.benefits__wrap .product-block::before,
.how__prod .product-block::before {
	content: "";
	position: absolute;
	top: -15px;
	right: 20px;
	width: 100px;
	height: 100px;
	background: transparent url("../img/guarantee.png") no-repeat scroll 0% 0% /
		contain;
	z-index: 5;
}
.how__prod .product-block::before {
	top: 0px;
	right: 80px;
}
.benefits .product {
	margin-right: 55px;
	max-width: 270px;
	margin-left: 15px;
}
.benefits__title {
	text-align: left;
	font-size: 46px;
	line-height: 0.96;
	margin-bottom: 19px;
}
.benefits .desc {
	color: rgb(68, 68, 68);
	font-size: 22px;
}
.benefits .ttl {
	text-align: center;
	font-size: 25px;
	margin-bottom: 40px;
}
.benefits__cols {
	display: flex;
	justify-content: space-between;
	padding-top: 70px;
	position: relative;
	margin-bottom: 45px;
	width: 100%;
}
.benefits__cols .col::after,
.benefits__cols::before {
	content: "";
	display: block;
}
.benefits__cols::before {
	position: absolute;
	height: 5px;
	top: 0px;
	left: 0px;
	right: 0px;
	background-image: linear-gradient(
		to left,
		rgb(236, 121, 2),
		rgb(242, 189, 112) 30%,
		rgb(135, 172, 19)
	);
	border-radius: 2px;
}
.benefits__cols .col {
	position: relative;
	max-width: 370px;
	width: 100%;
	min-width: 0px;
}
.benefits__cols .col::after {
	position: absolute;
	height: 100%;
	top: -10px;
	right: 50%;
	z-index: -1;
	border-right: 1px dashed rgb(190, 217, 220);
}
.benefits__cols .col-1::before {
	border-top: 5px solid rgb(135, 172, 19);
}
.benefits__cols .col-2::before {
	border-top: 5px solid rgb(209, 189, 91);
}
.benefits__cols .col-3::before {
	border-top: 5px solid rgb(242, 149, 50);
}
.benefits__cols .col .item {
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	min-height: 275px;
	font-size: 0px;
	border: 1px solid rgb(225, 235, 236);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
.benefits__cols .col .item:not(:last-of-type) {
	margin-bottom: 30px;
}
.benefits__cols .col .item .img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	font-family: "object-fit: cover";
}
.benefits__btn::before,
.efficiency__btn::before {
	font-family: "Myriad Pro";
	text-align: center;
}
.benefits__cols .col .item__benefits-text {
	text-align: center;
	min-height: 91px;
	padding: 20px 20px 20px 26px;
	line-height: 0.9;
}
.benefits__cols .col .item__benefits-text .desc {
	font-size: 20px;
	line-height: 1.3;
}
.benefits .col-1,
.benefits .col-2,
.benefits .col-3 {
	position: relative;
}
.benefits .col-1 .age,
.benefits .col-2 .age,
.benefits .col-3 .age {
	text-align: center;
	position: absolute;
	z-index: 5;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	width: 82px;
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
}
.benefits .col-1 .age-1 .value {
	background-color: rgb(135, 172, 19);
	border: 6px solid rgb(227, 233, 211);
}
.benefits .col-2 .age-2 .value {
	background-color: rgb(209, 189, 91);
	border: 6px solid rgb(235, 233, 219);
}
.benefits .col-3 .age-3 .value {
	background-color: rgb(242, 149, 50);
	border: 6px solid rgb(243, 230, 215);
}
.benefits .col-1 .age .value,
.benefits .col-2 .age .value,
.benefits .col-3 .age .value {
	margin: 0px auto;
	width: 102%;
	height: 100%;
	border-radius: 50%;
	font-size: 24px;
	color: rgb(255, 255, 255);
	line-height: 0.92;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-clip: border-box;
}
.benefits .col-1 .age .shadow,
.benefits .col-2 .age .shadow,
.benefits .col-3 .age .shadow {
	margin: auto auto 4px;
	width: 62px;
	height: 62px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	border-radius: 50%;
	overflow: hidden;
}
.benefits .col-1 .age .value span,
.benefits .col-2 .age .value span,
.benefits .col-3 .age .value span {
	font-size: 14px;
	font-weight: 700;
}
.benefits .col-1 .age .text,
.benefits .col-2 .age .text,
.benefits .col-3 .age .text {
	font-size: 18px;
}
.benefits .price {
	border-bottom: medium none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.benefits__result {
	margin-bottom: 39px;
	font-size: 22px;
	color: rgb(51, 51, 51);
	text-align: center;
	line-height: 1.5;
}
.benefits__result span {
	display: block;
	font-size: 25px;
	font-weight: 700;
}
.benefits .form-wrap {
	padding: 0px 10px;
	position: relative;
	z-index: 2;
	width: 100%;
	margin: 0px auto;
	border-radius: 30px 0px 32px;
	background: rgb(199, 224, 227) none repeat scroll 0% 0%;
	top: 10px;
	left: 8px;
}
.benefits__form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: rgb(246, 252, 253);
	border: 1px solid rgb(199, 224, 227);
	position: relative;
	top: -10px;
	padding: 40px 50px;
	border-radius: 27px 0px;
}
.benefits__btn {
	max-width: 270px;
	padding: 5px 19px 0px;
	flex-shrink: 0;
	font-size: 25px;
	color: rgb(255, 255, 255);
	height: 70px;
	line-height: 1.2;
	position: relative;
	overflow: visible;
	flex-flow: row wrap;
}
.benefits__btn .small {
	display: block;
	font-size: 17px;
}
.reviews {
	background: rgb(238, 245, 246) url("../img/efficiency__back.jpg") no-repeat scroll
		center top / cover;
	padding-bottom: 155px;
	padding-top: 15px;
}
.reviews br {
	line-height: 0;
}
.reviews__joint {
	margin-right: auto;
	margin-left: auto;
	display: block;
	position: relative;
	z-index: 1;
	margin-bottom: 50px;
}
.reviews__video {
	margin-bottom: 30px;
}
.reviews__title--light {
	color: rgb(242, 189, 112);
}
.reviews__title--orange {
	color: rgb(236, 121, 2);
}
.reviews__content {
	width: 100%;
	margin-top: 32px;
	position: relative;
}
.reviews__slider {
	text-align: center;
	width: 1170px;
}
.reviews .content__item {
	margin-top: 24px;
	width: 370px;
	outline: 0px none;
	margin-right: 30px;
}
.reviews .content__item.active .item__text {
	max-height: none;
	transition: max-height 2s ease 0s;
	font-size: 15px;
}
.reviews .content__item.active .text__open::before {
	display: none;
}
.reviews .item__wrap {
	width: calc(100% - 30px);
	margin-right: 15px;
	margin-left: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	border-radius: 30px 1px;
	border: 1px solid rgb(199, 224, 227);
	background-color: rgb(255, 255, 255);
	position: relative;
	min-height: 550px;
}
.reviews .item__wrap::before {
	content: "";
	position: absolute;
	width: calc(100% + 30px);
	height: calc(100% - 30px);
	top: 15px;
	left: -15px;
	border-radius: 30px 1px;
	background-color: rgb(199, 224, 227);
	z-index: -1;
}
.reviews__arrow {
	position: absolute;
	width: 50px;
	height: 38px;
	top: 281px;
	cursor: pointer;
}
.reviews__arrow:hover svg .review__arrow--line {
	fill: rgb(151, 183, 56);
}
.reviews__prev {
	left: -80px;
}
.reviews__next {
	transform: scale(-1);
	right: -80px;
}
.reviews .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 22px;
}
.reviews .slick-dots li {
	cursor: pointer;
	width: 9px;
	height: 9px;
	background-color: rgb(242, 189, 112);
	border-radius: 50%;
	margin-right: 10px;
	margin-left: 10px;
}
.reviews .text__open,
.reviews__line {
	margin-right: auto;
	margin-left: auto;
}
.reviews .slick-dots li.slick-active {
	width: 24px;
	height: 24px;
	background-color: rgb(236, 121, 2);
	border: 3px solid rgb(236, 213, 175);
}
.reviews .slick-dots button {
	font-size: 0px;
	padding: 0px;
}
.reviews .item__quote {
	margin-top: 10px;
	color: rgb(68, 68, 68);
	font-style: italic;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	min-height: 35px;
}
.reviews .text__open {
	cursor: pointer;
	width: 30px;
	height: 30px;
	display: block;
	margin-top: 12px;
	border-radius: 50%;
	border: 1px solid rgb(242, 189, 112);
	background-color: rgb(255, 255, 255);
	position: relative;
}
.reviews .text__open::after,
.reviews .text__open::before {
	background-color: rgb(236, 121, 2);
	position: absolute;
	content: "";
}
.reviews .text__open::after {
	width: 14px;
	height: 2px;
	top: calc(50% - 1px);
	left: calc(50% - 7px);
}
.reviews .text__open::before {
	height: 14px;
	width: 2px;
	left: calc(50% - 1px);
	top: calc(50% - 7px);
}
.reviews .text__open:hover {
	border: 1px solid rgb(135, 172, 19);
}
.reviews .text__open:hover::after,
.reviews .text__open:hover::before {
	background-color: rgb(135, 172, 19);
}
.reviews .item__foto {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -24px;
}
.reviews .item__foto img {
	flex-shrink: 0;
	border-radius: 15px;
}
.reviews .item__auth {
	margin-top: 21px;
	color: rgb(0, 0, 0);
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
}
.reviews .item__text {
	max-height: 232px;
	overflow: hidden;
	margin-top: 12px;
	color: rgb(34, 34, 34);
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	transition: max-height 0.5s ease 0s;
}
.reviews__subtitle {
	width: 100%;
	text-align: center;
	color: rgb(68, 68, 68);
	font-size: 20px;
	font-weight: 400;
	margin-top: 29px;
}
.reviews__subtitle--light {
	color: rgb(235, 182, 106);
	font-weight: 700;
}
.reviews__subtitle--orange {
	color: rgb(236, 121, 2);
	font-weight: 700;
}
.reviews__subtitle--s,
.reviews__subtitle--t {
	color: rgb(34, 34, 34);
	font-size: 22px;
	font-weight: 600;
}
.reviews__subtitle--p {
	margin-top: 12px;
	line-height: 24px;
}
.reviews__subtitle--s {
	margin-top: 10px;
}
.reviews__inner {
	width: 100%;
	position: relative;
	z-index: 2;
}
.reviews__review {
	width: calc(100% - 40px);
	border-radius: 30px 1px;
	border: 1px solid rgb(199, 224, 227);
	background-color: rgb(246, 252, 253);
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 35px;
	margin-right: 20px;
	margin-left: 20px;
	position: relative;
	z-index: auto;
	padding: 44px 30px;
}
.reviews__review::after {
	content: "";
	position: absolute;
	width: calc(100% + 42px);
	height: calc(100% - 30px);
	top: 15px;
	left: -20px;
	border-radius: 30px 1px;
	background-color: rgb(199, 224, 227);
	z-index: -1;
}
.reviews .input__val {
	font-family: "Myriad Pro", sans-serif;
	outline: 0px none;
	padding-left: 55px;
	padding-right: 10px;
	color: rgb(102, 102, 102);
	font-size: 16px;
	height: 65px;
	border-radius: 32px;
	border: 2px solid rgb(238, 238, 238);
	background-color: rgb(255, 255, 255);
	width: 240px;
	transition: all 0.5s ease 0s;
}
.reviews .input__val:focus,
.reviews .input__val:hover {
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1) inset;
}
.reviews .input__val::-moz-placeholder {
	color: rgb(102, 102, 102);
	font-weight: 400;
}
.reviews .input__val:-moz-placeholder {
	color: rgb(102, 102, 102);
	font-weight: 400;
}
.reviews .input__text {
	width: 310px;
	padding-right: 56px;
	padding-left: 20px;
}
.reviews .answer__file {
	display: none;
}
.reviews .answer__plus {
	position: absolute;
	width: 24px;
	height: 27px;
	right: 16px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	cursor: pointer;
}
.reviews .answer__input-wrapper {
	position: relative;
	display: inline-block;
}
.reviews .input__tel {
	background-image: url("../img/ico-phone.svg");
	background-repeat: no-repeat;
	background-position: left 21px center;
}
.reviews .input__name {
	background-image: url("../img/people.svg");
	background-repeat: no-repeat;
	background-position: left 22px center;
}
.reviews .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 220px;
	height: 65px;
	font-size: 30px;
	font-weight: 700;
	line-height: 22px;
}
.efficiency__content,
.how__content {
	justify-content: space-between;
}
.popup__review {
	display: none;
}
.popup__review .review__inner {
	text-align: center;
	width: 600px;
	position: absolute;
	top: calc(50% - 45px);
	left: calc(50% - 300px);
	background-color: rgb(255, 255, 255);
	color: rgb(68, 68, 68);
	z-index: 11;
	padding: 30px;
	border-radius: 15px;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1) inset;
	border: 2px solid rgb(238, 238, 238);
}
.how::after,
.order::before {
	content: "";
	height: 100px;
}
.popup__review .close {
	cursor: pointer;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
	line-height: 1;
}
.popup__review .close::after {
	content: "";
	position: absolute;
	height: 2px;
	width: 100%;
	background-color: rgb(236, 121, 2);
	transform: rotate(45deg);
	top: 9px;
	left: 0px;
	border-radius: 2px;
}
.popup__review .close::before {
	content: "";
	position: absolute;
	height: 2px;
	width: 100%;
	background-color: rgb(236, 121, 2);
	transform: rotate(-45deg);
	top: 9px;
	left: 0px;
	border-radius: 2px;
}
.popup__review .review__title {
	font-size: 22px;
	margin-bottom: 15px;
	font-weight: 700;
	color: rgb(144, 181, 28);
}
.popup__review .review__p {
	font-size: 20px;
}
.how {
	padding-top: 40px;
	position: relative;
}

.how__content {
	width: 100%;
	display: flex;
	margin-top: 50px;
	padding-bottom: 68px;
	border-bottom: 1px solid rgb(214, 225, 226);
}
.how__left {
	width: 570px;
	text-align: center;
}
.how__prod {
	width: 100%;
	position: relative;
}
.how__prod--img {
	width: 355px;
	position: relative;
	z-index: 2;
	margin-top: 24px;
	margin-bottom: 24px;
}
.how__right {
	margin-top: 12px;
	width: 570px;
}
.how__item {
	width: 100%;
	padding-left: 21px;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.how__item:hover .how__foto--num {
	transform: translateY(-12px);
}
.how__foto--num,
.order__foto--img1,
.order__num {
	left: 50%;
	transform: translateX(-50%);
}
.how__item--2 {
	padding-left: 67px;
}
.how__item--3 {
	margin-bottom: 0px;
	padding-left: 110px;
}
.how__foto {
	position: relative;
	margin-right: 32px;
	flex-shrink: 0;
	width: 130px;
	text-align: center;
	font-size: 0px;
}
.how__foto--num {
	transition: all 0.5s ease 0s;
	top: -12px;
	position: absolute;
	z-index: 1;
	color: rgb(242, 189, 112);
	font-size: 36px;
	font-weight: 700;
	line-height: 22px;
}
.how__foto--img {
	position: relative;
	z-index: 2;
	border-radius: 10px;
}
.how__text--title {
	color: rgb(0, 0, 0);
	font-size: 22px;
	font-weight: 600;
	line-height: 22px;
}
.how__text--p {
	margin-top: 4px;
	color: rgb(68, 68, 68);
	font-size: 19px;
	font-weight: 400;
	line-height: 22px;
}
.how__btn {
	margin-right: auto;
	margin-left: auto;
	width: 240px;
	flex-shrink: 0;
	text-align: center;
	color: rgb(255, 255, 255);
	font-weight: 700;
	font-size: 30px;
	padding: 8px 0px;
	line-height: 1;
}
.how .small {
	display: block;
	font-size: 17px;
}
.order {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	position: relative;
}

.order__title--orange {
	color: rgb(236, 121, 2);
	font-weight: 700;
}
.order__content {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-top: 69px;
}
.order__item {
	width: 260px;
	position: relative;
}
.order__el {
	margin-right: 6px;
	margin-left: 6px;
	width: 127px;
}
.order__el--first {
	margin-top: 113px;
}
.order__el--second {
	margin-top: 113px;
}
.order__el--img {
	width: 100%;
}
.order__num {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	color: rgb(255, 255, 255);
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
	width: 50px;
	height: 50px;
	top: -33px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	background-color: rgb(239, 122, 2);
	border-radius: 50%;
	border: 6px solid rgb(255, 255, 255);
	z-index: 2;
	background-clip: content-box;
}
.order__foto {
	width: 260px;
	height: 260px;
	border: 30px solid rgb(235, 248, 251);
	background-color: rgb(255, 255, 255);
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}
.order__foto--img {
	position: absolute;
	max-width: 150%;
}
.order__foto--img1 {
	bottom: -1px;
}
.order__foto--img2 {
	right: 22px;
	bottom: -14px;
}
.order__foto--img3 {
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}
.order__foto--img4 {
	left: -21px;
	top: 60%;
	transform: translateY(-50%);
}
.order__text {
	margin-top: 24px;
	color: rgb(0, 0, 0);
	font-size: 22px;
	font-weight: 600;
	line-height: 1.1;
}
.order__line {
	margin-top: 44px;
	width: 100%;
	height: 1px;
	background-color: rgb(213, 224, 226);
	position: relative;
}
.order__line::after,
.order__line::before {
	position: absolute;
	left: calc(50% - 10px);
	content: "";
}
.order__line::before {
	bottom: -20px;
	border-width: 10px;
	border-style: solid;
	border-color: rgb(213, 224, 226) transparent transparent;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
}
.order__line::after {
	bottom: -19px;
	border-width: 10px;
	border-style: solid;
	border-color: rgb(255, 255, 255) transparent transparent;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
}
.order__subtitle {
	margin-top: 35px;
	color: rgb(0, 0, 0);
	font-size: 24px;
	font-weight: 600;
	line-height: 28px;
}
.color-light {
	color: rgb(242, 189, 112);
}
.color-orange {
	color: rgb(236, 121, 2);
}
.efficiency {
	background: transparent url("../img/efficiency__back.jpg") no-repeat scroll
		center top / cover;
	padding-top: 130px;
	position: relative;
}

.efficiency__title {
	margin-bottom: 18px;
	position: relative;
}
.efficiency__title::after {
	content: "";
	display: block;
	position: absolute;
	top: -110px;
	left: 50%;
	transform: translateX(-50%);
	width: 66px;
	height: 65px;
	background: transparent url("../img/joint.png") no-repeat scroll center top;
	z-index: 2;
}
.efficiency__desc {
	text-align: center;
	font-size: 22px;
	color: rgb(34, 34, 34);
	margin-bottom: 24px;
}
.efficiency__content {
	display: flex;
	align-items: flex-start;
	margin-bottom: 45px;
}
.efficiency__content .center {
	position: relative;
	align-self: center;
	font-size: 0px;
}
.efficiency__content .center__dot {
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: rgb(134, 172, 19) none repeat scroll 0% 0%;
	box-shadow: 0px 0px 0px 5px rgba(135, 172, 19, 0.4),
		0px 0px 0px 10px rgba(134, 172, 19, 0.3);
	z-index: 2;
}
.efficiency__content .center__dot-1 {
	top: 157px;
	left: 103px;
}
.efficiency__content .center__dot-2 {
	top: 241px;
	left: 155px;
}
.efficiency__content .center__dot-3 {
	left: 261px;
	top: 168px;
}
.efficiency__content .center__dot-4 {
	top: 196px;
	right: 101px;
}
.efficiency__content .col__item {
	text-align: center;
	max-width: 370px;
	position: relative;
}
.efficiency__content .col__item::after,
.efficiency__content .col__item::before {
	content: "";
	display: block;
	position: absolute;
	background: rgb(135, 172, 19) none repeat scroll 0% 0%;
	height: 0.0625rem;
}
.efficiency__content .col__item::after {
	width: 100px;
}
.efficiency__content .col__item::before {
	width: 200px;
	z-index: 1;
}
.efficiency__content .col__item-1::after {
	right: 8px;
	top: 59px;
	width: 158px;
}
.efficiency__content .col__item-1::before {
	transform: rotate(45deg);
	top: 59px;
	transform-origin: 0px 0px 0px;
	right: -235px;
	width: 243px;
}
.efficiency__content .col__item-2::after {
	right: 8px;
	top: 59px;
	width: 134px;
}
.efficiency__content .col__item-2::before {
	transform: rotate(5deg);
	top: 59px;
	transform-origin: 0px 0px 0px;
	right: -219px;
	width: 228px;
}
.efficiency__content .col__item-2 img {
	margin-left: -72px;
}
.efficiency__content .col__item-3::after {
	left: 8px;
	top: 59px;
	width: 118px;
}
.efficiency__content .col__item-3::before {
	transform: rotate(-58deg);
	top: 152px;
	left: -159px;
	width: 219px;
}
.efficiency__content .col__item-4::after {
	left: 8px;
	top: 59px;
	width: 118px;
}
.efficiency__content .col__item-4::before {
	transform: rotate(7deg);
	top: 59px;
	transform-origin: 100% 100% 0px;
	left: -161px;
	width: 170px;
}
.efficiency__content .col__item:nth-of-type(2n + 1) {
	margin-bottom: 15px;
}
.efficiency__content .col__item .item-pick {
	margin-bottom: 7px;
}
.efficiency__content .col__item .ttl {
	font-size: 22px;
	font-weight: 600;
	color: rgb(15, 15, 15);
	margin-bottom: 11px;
}
.efficiency__content .col__item .text {
	font-size: 18px;
	color: rgb(68, 68, 68);
	line-height: 1.3;
}
.efficiency .form-wrap {
	padding: 0px 10px;
	z-index: 1;
	position: relative;
	width: 100%;
	margin: 0px auto;
	border-radius: 30px 0px 32px;
	background: rgb(199, 224, 227) none repeat scroll 0% 0%;
	top: 10px;
	left: 8px;
}
.benefits .input-box,
.efficiency .input-box {
	margin-bottom: 0px;
}
.form__title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
}
.efficiency__form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: rgb(246, 252, 253);
	border: 1px solid rgb(199, 224, 227);
	position: relative;
	top: -10px;
	padding: 40px 50px;
	border-radius: 27px 0px;
}
.efficiency__form .price {
	border-bottom: medium none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.benefits .price .old,
.efficiency .price .old {
	margin-right: 0px;
	text-align: center;
}
.benefits .price .new,
.efficiency .price .new {
	text-align: center;
}
.efficiency__btn {
	max-width: 270px;
	flex-shrink: 0;
	padding: 5px 19px 0px;
	font-size: 25px;
	color: rgb(255, 255, 255);
	height: 70px;
	line-height: 1.2;
	position: relative;
	overflow: visible;
	flex-flow: row wrap;
}
.efficiency__btn .small {
	display: block;
	font-size: 17px;
}
.experts {
	padding-top: 40px;
	padding-bottom: 50px;
	position: relative;
}
.experts::after,
.experts::before {
	display: block;
	position: absolute;
	height: 100px;
	width: 100%;
	content: "";
}

.html{
	scroll-behavior: smooth;
}
.experts__title {
	line-height: 0.96;
	margin-bottom: 18px;
}
.experts__desc {
	font-size: 22px;
	text-align: center;
	margin-bottom: 59px;
}
.experts .name-wrap {
	display: flex;
	justify-content: center;
	margin-bottom: 48px;
}
.experts .name-wrap .name {
	max-width: 390px;
	width: 100%;
	border-radius: 29px;
	border: 2px solid rgb(199, 224, 227);
	padding: 16px 15px;
	font-size: 22px;
	color: rgb(102, 102, 102);
	text-align: right;
	cursor: pointer;
	-moz-user-select: none;
	transition: all 0.3s ease 0s;
}
.experts .name-wrap .name:hover {
	border: 2px solid rgb(98, 168, 177);
}
.experts .name-wrap .name--active:hover {
	border: 2px solid rgb(236, 121, 2);
}
.experts .name-wrap .name:active {
	border: 2px solid rgb(236, 121, 2);
}
.experts .name-wrap .name .icon-1::after,
.experts .name-wrap .name .icon-2::after,
.experts .name-wrap .name--active .icon-1::after {
	width: 40px;
	height: 40px;
}
.experts .name-wrap .name:not(:last-of-type) {
	margin-right: 20px;
}
.experts .name-wrap .name .icon-1 {
	margin-right: 125px;
	position: relative;
}
.experts .name-wrap .name .icon-1::after {
	content: "";
	display: block;
	position: absolute;
	left: 77px;
	top: 50%;
	transform: translateY(-50%);
	background-position: -202px -77px;
}
.experts .name-wrap .name .icon-2 {
	margin-right: 125px;
	position: relative;
}
.experts .name-wrap .name .icon-2::after {
	content: "";
	display: block;
	position: absolute;
	left: 64px;
	top: 50%;
	transform: translateY(-50%);
	background-position: -302px -77px;
}
.experts .name-wrap .name--active {
	color: rgb(0, 0, 0);
	font-weight: 600;
	border: 2px solid rgb(236, 121, 2);
	position: relative;
}
.experts .name-wrap .name--active .icon-1::after {
	background-position: -252px -77px;
}
.experts .name-wrap .name--active::after,
.experts .name-wrap .name--active::before {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 12px 14.5px 0px;
	content: "";
}
.experts .name-wrap .name--active::after {
	bottom: -10px;
	border-color: rgb(255, 255, 255) transparent transparent;
}
.experts .name-wrap .name--active::before {
	bottom: -12px;
	border-color: rgb(236, 121, 2) transparent transparent;
}
.experts .comment-wrap {
	position: relative;
}
.experts .comment-wrap::before {
	content: "";
	display: block;
	position: absolute;
	top: 38px;
	right: -9px;
	border: 1px solid rgb(199, 224, 227);
	background: rgb(242, 248, 249) none repeat scroll 0% 0%;
	border-radius: 25px 0px;
	width: 98%;
	height: 75%;
	z-index: -2;
}
.experts .comment {
	display: none;
}
.experts .comment--active {
	display: flex;
}
.experts .comment__photo {
	text-align: center;
	margin-right: 100px;
}
.experts .comment__photo .photo {
	margin-bottom: 15px;
}
.experts .comment__photo .name {
	font-size: 22px;
	font-weight: 600;
}
.experts .comment__photo .city {
	background: transparent url("../img/back_expert.png") no-repeat scroll 4px -16px /
		cover;
	width: 270px;
	height: 75px;
	line-height: 70px;
	display: block;
	margin: auto;
	font-size: 18px;
	font-weight: 600;
	color: rgb(255, 255, 255);
	font-style: italic;
}
.experts .comment__text {
	margin-top: 75px;
	padding: 30px 40px;
	border-radius: 10px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
	border: 1px solid rgb(225, 235, 236);
	max-width: 662px;
	width: 100%;
	background-color: rgb(255, 255, 255);
	position: relative;
	height: 370px;
}
.experts .comment__text::after,
.experts .comment__text::before {
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0px 30px 30px 0px;
}
.experts .comment__text::after {
	left: -30px;
	top: 31px;
	border-color: transparent rgb(255, 255, 255) transparent transparent;
}
.experts .comment__text::before {
	left: -32px;
	top: 30px;
	border-color: transparent rgb(225, 235, 236) transparent transparent;
}
.experts .comment__text .text {
	font-size: 20px;
	line-height: 1.4;
	color: rgb(68, 68, 68);
}
.experts .comment__text .text:not(:last-of-type) {
	margin-bottom: 28px;
}
.popup {
	width: auto;
	padding: 42px 0px 25px;
	border-radius: 10px;
	background-color: rgb(238, 245, 245);
}
.popup .order-form {
	min-height: 480px;
}
.popup__wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	padding-left: 60px;
	padding-right: 50px;
}
.popup__left {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-right: 50px;
}
.popup__product {
	position: relative;
	width: 285px;
}
.popup .discount {
	top: 90px;
	right: auto;
	left: -115px;
}
.ever-popup__close::after,
.ever-popup__close::before {
	height: 3px !important;
	background: rgb(243, 125, 51) none repeat scroll 0% 0% !important;
	width: 100% !important;
}
.ever-popup__inner {
	padding-top: 0px !important;
}
.ever-popup__close {
	top: 10px !important;
	right: 10px !important;
	width: 30px !important;
	height: 30px !important;
}
@media screen and (max-width: 1440px) {
	.header__main .product-photo {
		left: 71px;
		width: 300px;
	}
	.header__main .product-block::before {
		left: 350px;
	}
}
@media screen and (max-width: 1350px) {
	.reviews__content,
	.reviews__slider {
		width: 940px;
		margin-right: auto;
		margin-left: auto;
	}
	.reviews .content__item {
		width: 310px;
		margin-right: 5px;
	}
	.reviews .item__wrap {
		width: calc(100% - 20px);
		margin-right: 10px;
		margin-left: 10px;
		padding-right: 10px;
		padding-left: 10px;
	}
	.reviews .item__wrap::before {
		width: calc(100% + 20px);
		height: calc(100% - 20px);
		top: 10px;
		left: -10px;
	}
}
@media screen and (max-width: 1280px) {
	.another {
		padding-bottom: 50px;
	}
}
@media screen and (max-width: 1199px) {
	.container {
		max-width: 1024px;
	}
	.title {
		font-size: 36px;
		line-height: 37px;
	}
	.header__main .man {
		left: -22px;
		bottom: 176px;
		width: 330px;
	}
	.header__main .product-photo {
		bottom: -38px;
		left: 0px;
		width: 200px;
	}
	.header__main .product-block::before {
		left: 200px;
	}
	.header--bottom .header__main .product-block::before {
		bottom: 30px;
	}
	.header__main .info {
		margin-right: 50px;
	}
	.another {
		padding-bottom: 15px;
		padding-top: 10px;
	}
	.another__under {
		margin-bottom: 15px;
		font-size: 21px;
	}
	.another__block {
		margin-right: 10px;
		width: 240px;
	}
	.another__benefit-main {
		top: 212px;
	}
	.another__name {
		font-size: 18px;
		padding: 10px 10px 0px;
		min-height: 70px;
		margin-bottom: 5px;
	}
	.another__item {
		font-size: 17px;
	}
	.organs__name,
	.stat__text {
		font-size: 19px;
	}
	.another__list-benefits {
		min-height: 167px;
	}
	.another__list-limitation {
		min-height: 260px;
	}
	.another__limitation-main {
		top: 421px;
	}
	.another__wrap {
		justify-content: space-between;
		max-width: 1005px;
		margin: 0px auto;
	}
	.another__list-benefits,
	.another__list-limitation {
		padding-left: 15px;
	}
	.organs {
		padding-top: 0px;
		padding-bottom: 20px;
	}
	.organs__wrap {
		margin: 0px auto;
		max-width: 1004px;
	}
	.organs__text {
		line-height: 1.1;
	}
	.organs__left .organs__item {
		padding-right: 48px;
	}
	.organs__right .organs__item {
		padding-left: 48px;
	}
	.organs__left,
	.organs__right {
		margin-top: 60px;
	}
	.experts .comment__text,
	.stat__info {
		margin-top: 0px;
	}
	.stat {
		padding-bottom: 120px;
	}
	.stat__item {
		padding: 20px;
	}
	.benefits__form,
	.efficiency__form {
		justify-content: space-between;
		padding: 30px;
	}
	.stat__joint {
		margin-bottom: 30px;
	}
	.stat__make {
		margin-bottom: 20px;
	}
	.stat__wrap {
		margin-bottom: 30px;
	}
	.stat__under {
		margin-bottom: 10px;
	}
	.stat__text {
		line-height: 1.3;
	}
	.stat__info {
		max-height: 290px;
	}
	.stat__bottom {
		font-size: 22px;
	}
	.stat__make::before {
		top: -7px;
	}
	.result__under {
		margin-bottom: 25px;
	}
	.result__joint {
		margin-bottom: 30px;
	}
	.result__wrap {
		margin-bottom: 25px;
	}
	.result__list {
		padding-top: 30px;
		margin-bottom: 30px;
	}
	.result__item {
		width: 250px;
		margin-right: 10px;
	}
	.result__text {
		font-size: 19px;
	}
	.benefits__wrap {
		margin-bottom: 20px;
	}
	.benefits .ttl {
		margin-bottom: 45px;
		font-size: 23px;
	}
	.benefits__cols .col {
		max-width: 320px;
	}
	.benefits__cols .col .item {
		min-height: 200px;
	}
	.benefits__btn {
		max-width: 240px;
		margin: 0px;
		height: 57px;
		font-size: 22px;
		padding: 0px 10px;
	}
	.efficiency__content .col__item-1::after {
		right: -3px;
		width: 158px;
	}
	.efficiency__content .col__item-1::before {
		transform: rotate(59deg);
		right: -206px;
		width: 203px;
	}
	.efficiency__content .col__item-2::after {
		right: -3px;
	}
	.efficiency__content .center__dot-1 {
		top: 145px;
	}
	.efficiency__content .center__dot-2 {
		top: 252px;
		left: 147px;
	}
	.efficiency__content .center__dot-3 {
		top: 158px;
	}
	.efficiency__content .center__dot-4 {
		top: 188px;
	}
	.efficiency__content .col__item-2::before {
		transform: rotate(11deg);
		right: -160px;
		width: 159px;
		top: 59px;
	}
	.efficiency__content .col__item-3::after {
		left: -3px;
		width: 118px;
	}
	.efficiency__content .col__item-3::before {
		transform: rotate(-80deg);
		left: -114px;
		width: 191px;
		top: 153px;
	}
	.efficiency__content .col__item-4::after {
		left: -3px;
	}
	.efficiency__content .col__item-4::before {
		left: -113px;
		width: 110px;
	}
	.efficiency__btn {
		width: 230px;
		font-size: 22px;
		padding: 0px 10px;
	}
	.experts {
		padding-top: 0px;
		padding-bottom: 30px;
	}
	.experts__desc {
		margin-bottom: 40px;
	}
	.experts .name-wrap {
		margin-bottom: 35px;
	}
	.experts .comment-wrap::before {
		width: 100%;
		height: 100%;
		top: -10px;
	}
	.experts .comment {
		align-items: center;
	}
	.experts .comment__photo {
		margin-right: 40px;
	}
	.experts .comment__text .text {
		margin-bottom: 17px;
		font-size: 19px;
	}
	.experts .comment__text {
		height: auto;
	}
	.how__prod .product-block::before {
		top: 10px;
		right: 20px;
	}
}
@media screen and (max-width: 1190px) {
	.danger__joint,
	.reviews__joint {
		margin-bottom: 30px;
	}
	.danger {
		padding-top: 88px;
	}
	.danger__joint {
		margin-top: -55px;
	}
	.danger__subtitle {
		margin-top: 10px;
		font-size: 20px;
		line-height: 1.4;
	}
	.danger__return,
	.danger__text {
		line-height: 1.3;
	}
	.danger__progress {
		font-size: 22px;
		margin-top: 20px;
	}
	.danger__item {
		width: 325px;
		align-items: flex-start;
	}
	.danger__text--first {
		font-size: 18px;
	}
	.danger__text--second {
		font-size: 17px;
	}
	.danger__pic--quote {
		font-size: 18px;
	}
	.danger__problem {
		margin-top: 15px;
		font-size: 20px;
		line-height: 1.3;
	}
	.danger__return {
		margin-top: 30px;
		font-size: 22px;
	}
	.benefits {
		padding-top: 40px;
		padding-bottom: 10px;
	}
	.reviews {
		padding-bottom: 100px;
	}
	.reviews .item__auth {
		font-size: 18px;
		margin-top: 15px;
		min-height: 36px;
	}
	.reviews .item__quote {
		font-size: 15px;
		margin-top: 0px;
	}
	.reviews__arrow {
		width: 30px;
		height: 24px;
		top: 50%;
	}
	.reviews__prev {
		left: -35px;
	}
	.reviews__next {
		right: -35px;
	}
	.reviews .input__val {
		width: 200px;
	}
	.reviews .item__text {
		font-size: 16px;
		line-height: 1.4;
		max-height: 240px;
	}
	.reviews .input__text {
		width: 300px;
	}
	.reviews__review {
		padding: 25px 10px;
		margin-top: 20px;
	}
	.how {
		padding-top: 20px;
		padding-bottom: 0px;
	}
	.how__content {
		margin-top: 30px;
		padding-bottom: 50px;
	}
	.how__foto {
		margin-right: 20px;
	}
	.order {
		padding-bottom: 0px;
	}
	.order__content {
		margin-top: 50px;
	}
	.order__item {
		width: 240px;
	}
	.order__text {
		margin-top: 15px;
	}
	.order__foto {
		width: 240px;
		height: 240px;
		border-width: 20px;
	}
	.order__foto--img {
		max-width: 100%;
	}
	.order__foto--img4 {
		max-width: 150%;
	}
	.order__line {
		margin-top: 30px;
	}
}
@media screen and (max-width: 1024px) {
	.order-form {
		margin-right: 10px;
	}
}
@media screen and (max-width: 1023px) {
	.another::after,
	.another::before,
	.another__benefit-main,
	.another__limitation-main,
	.header__main .man {
		display: none;
	}
	.another__block,
	.another__block:last-child {
		margin: 0px 35px 20px;
	}
	.container {
		max-width: 767px;
	}
	.block {
		padding: 40px 0px;
	}
	.title {
		font-size: 32px;
		line-height: 33px;
	}
	.header {
		padding-bottom: 121px;
	}
	.header__main {
		justify-content: center;
	}
	.header__main .product-photo {
		bottom: -170px;
		left: 220px;
		width: 300px;
	}
	.header__main .product-block::before {
		left: 320px;
		bottom: -30px;
	}
	.header--bottom .header__main .product-block::before {
		bottom: -90px;
	}
	.header__main .info {
		max-width: 470px;
		margin-right: 50px;
	}
	.another {
		padding-top: 60px;
	}
	.another__block {
		width: 270px;
	}
	.another__wrap {
		flex-wrap: wrap;
		justify-content: center;
	}
	.another__benefit,
	.another__limitation {
		display: flex;
		justify-content: space-between;
		cursor: pointer;
		opacity: 1;
	}
	.another__list {
		display: none;
	}
	.dis__block {
		display: block;
	}
	.another__name {
		padding: 10px;
		margin-bottom: 0px;
		min-height: auto;
	}
	.another__list-limitation {
		min-height: 230px;
		padding: 15px;
		height: auto;
	}
	.another__list-benefits {
		padding: 15px;
		min-height: 140px;
	}
	.another__result {
		margin-top: 5px;
		margin-bottom: 8px;
		font-size: 23px;
	}
	.another__info {
		overflow: hidden;
	}
	.another__bottom {
		padding: 20px;
	}
	.another__text {
		font-size: 20px;
		margin-bottom: 25px;
	}
	.organs::after,
	.organs::before {
		display: none;
	}
	.organs__wrap {
		max-width: 760px;
	}
	.organs__img {
		width: 80px;
		height: 80px;
	}
	.organs__left .organs__img-wrap {
		right: -40px;
	}
	.organs__right .organs__img-wrap {
		left: -40px;
	}
	.organs__mid {
		max-width: 150px;
		margin: 0px 20px;
	}
	.organs__left,
	.organs__right {
		margin-top: 50px;
	}
	.organs__item {
		padding: 10px;
		min-height: 180px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.benefits::after,
	.benefits::before,
	.danger__joint,
	.organs__dot::after,
	.result::before,
	.result__joint,
	.stat__joint {
		display: none;
	}
	.organs__name {
		font-size: 18px;
		margin-bottom: 8px;
	}
	.result__under,
	.stat__line,
	.stat__text {
		margin-bottom: 15px;
	}
	.organs__dot {
		width: 10px;
		height: 10px;
		box-shadow: 0px 0px 0px 4px rgba(134, 172, 19, 0.6),
			0px 0px 0px 8px rgba(134, 172, 19, 0.3);
	}
	.organs__dot-1 {
		top: 125px;
		left: 65px;
	}
	.organs__dot-1::before {
		left: -52px;
	}
	.organs__dot-2 {
		top: 38px;
		left: 110px;
	}
	.organs__dot-2::before {
		transform: rotate(0deg);
		top: 5px;
	}
	.organs__dot-3 {
		top: 87px;
		left: -3px;
	}
	.organs__dot-3::before {
		left: 0px;
	}
	.organs__dot-4 {
		top: -84px;
		left: -29px;
	}
	.organs__dot-4::before {
		left: -22px;
		top: 54px;
		width: 100px;
		transform: rotate(-115deg);
	}
	.stat__item:first-child {
		margin-right: 15px;
	}
	.stat__item {
		padding: 10px;
	}
	.stat__circle {
		margin-right: 10px;
	}
	.stat__descr {
		font-size: 19px;
		line-height: 1;
	}
	.stat__img {
		margin-right: 15px;
	}
	.stat__info {
		max-height: 225px;
	}
	.stat__text {
		line-height: 1.2;
		font-size: 18px;
	}
	.stat__bottom,
	.stat__under {
		font-size: 20px;
	}
	.stat__name {
		padding: 10px 10px 5px 60px;
	}
	.stat__name::before {
		width: 38px;
		height: 38px;
		left: 13px;
	}
	.stat__line {
		margin-top: 30px;
	}
	.stat__under {
		line-height: 1.1;
	}
	.danger__num,
	.danger__subtitle {
		font-size: 18px;
	}
	.result__list,
	.result__wrap {
		margin-bottom: 20px;
	}
	.result__img {
		max-width: 160px;
	}
	.result__country {
		margin-top: 15px;
	}
	.result__wrap::before {
		bottom: 32px;
	}
	.result__wrap::after {
		bottom: 45px;
	}
	.result__list {
		justify-content: center;
		padding-top: 20px;
		flex-wrap: wrap;
	}
	.result__item,
	.result__item:last-child {
		margin: 0px 20px 20px;
	}
	.stat__circle-result {
		margin: 0px auto;
	}
	.result__bottom-wrap {
		padding: 5px 20px;
	}
	.danger__num {
		line-height: 1;
		border-width: 4px;
		width: 36px;
		height: 36px;
		margin-top: -18px;
	}
	.order__text,
	.reviews .item__text {
		line-height: 1.3;
	}
	.danger__progress {
		font-size: 20px;
	}
	.danger__item {
		padding-right: 10px;
		padding-left: 10px;
		width: 245px;
		min-height: 550px;
	}
	.danger__text--first {
		font-size: 16px;
	}
	.danger__text--second {
		font-size: 16px;
	}
	.danger .danger__pic--quote {
		font-size: 17px;
	}
	.danger__problem {
		font-size: 18px;
	}
	.danger__return {
		font-size: 20px;
	}
	.benefits .product {
		margin-right: 24px;
		margin-top: 19px;
		margin-left: 0px;
	}
	.benefits .desc {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.benefits__cols {
		margin-bottom: 20px;
	}
	.benefits__cols .col {
		max-width: 245px;
	}
	.benefits__cols .col .item .img {
		height: auto;
	}
	.benefits__cols .col .item__benefits-text {
		padding: 15px;
	}
	.benefits__cols .col .item__benefits-text .desc {
		font-size: 17px;
	}
	.benefits .col-1 .age,
	.benefits .col-2 .age,
	.benefits .col-3 .age {
		width: 75px;
	}
	.benefits .col-1 .age .shadow,
	.benefits .col-2 .age .shadow,
	.benefits .col-3 .age .shadow {
		width: 55px;
		height: 55px;
		font-size: 18px;
	}
	.benefits__result {
		font-size: 18px;
		margin-bottom: 27px;
	}
	.benefits__result span {
		font-size: 23px;
	}
	.benefits__form {
		width: 300px;
		padding: 30px;
		display: block;
		margin: auto;
	}
	.benefits__form .price .price-line,
	.efficiency__form .price .price-line {
		border-left: 1px solid rgb(229, 232, 232);
	}
	.benefits .input-box,
	.efficiency .input-box {
		margin-bottom: 15px;
	}
	.benefits .form-wrap,
	.efficiency .form-wrap {
		width: 320px;
	}
	.efficiency::before,
	.efficiency__title::after,
	.how::after,
	.order::after,
	.order::before,
	.order__el,
	.reviews__joint,
	.reviews__subtitle br {
		display: none;
	}
	.benefits__form .price {
		margin-bottom: 20px;
	}
	.benefits__btn {
		width: 100%;
		margin: 0px;
		font-size: 21px;
	}
	.reviews__content {
		margin-top: 30px;
		width: 100%;
		max-width: 620px;
	}
	.reviews__slider {
		width: 620px;
		margin-right: auto;
		margin-left: auto;
	}
	.reviews .content__item {
		width: 300px;
		margin-right: 20px;
	}
	.reviews .item__auth {
		font-size: 18px;
	}
	.reviews__subtitle {
		margin-top: 30px;
		font-size: 16px;
	}
	.reviews__review {
		margin-top: 25px;
		flex-wrap: wrap;
		justify-content: space-between;
		padding-right: 20px;
		padding-left: 20px;
	}
	.reviews .input__val {
		width: calc(50% - 10px);
		margin-bottom: 15px;
	}
	.reviews .answer__input-wrapper {
		width: calc(100% - 250px);
	}
	.reviews .input__text {
		margin-bottom: 0px;
		width: 100%;
	}
	.reviews .reviews__title {
		font-size: 28px;
	}
	.how {
		padding-bottom: 0px;
	}
	.how__content {
		padding-bottom: 40px;
	}
	.how__foto {
		width: 100px;
		margin-right: 10px;
	}
	.how__item {
		padding-left: 0px;
	}
	.how__item--2 {
		padding-left: 15px;
	}
	.how__item--3 {
		padding-left: 30px;
	}
	.how__prod--img {
		margin-left: 30px;
		width: 320px;
	}
	.how__text--title {
		font-size: 20px;
	}
	.how__text--p {
		font-size: 17px;
	}
	.order__content {
		width: 95%;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.order__item {
		margin-bottom: 45px;
	}
	.order__item-4 {
		margin-bottom: 0px;
	}
	.order__text {
		font-size: 20px;
	}
	.order__subtitle {
		font-size: 22px;
		line-height: 1.3;
	}
	.efficiency {
		padding-top: 30px;
	}
	.efficiency__title {
		margin-bottom: 12px;
	}
	.efficiency__desc {
		font-size: 20px;
	}
	.efficiency__content {
		margin-bottom: 25px;
	}
	.efficiency__content .center__dot-1 {
		top: 127px;
		left: 83px;
	}
	.efficiency__content .center__dot-2 {
		top: 171px;
		left: 111px;
	}
	.efficiency__content .center__dot-3 {
		left: 212px;
		top: 144px;
	}
	.efficiency__content .center__dot-4 {
		top: 179px;
		right: 84px;
	}
	.efficiency__content .col__item {
		max-width: 310px;
	}
	.efficiency__content .col__item::after {
		width: 60px;
	}
	.efficiency__content .col__item-1::after {
		right: -3px;
		width: 93px;
	}
	.efficiency__content .col__item-1::before {
		transform: rotate(63deg);
		right: -195px;
		width: 192px;
	}
	.efficiency__content .col__item-2::after {
		right: -3px;
		width: 90px;
	}
	.efficiency__content .col__item-2::before {
		transform: rotate(-5deg);
		right: -114px;
		top: 59px;
		width: 112px;
	}
	.efficiency__content .col__item-3::after {
		left: -3px;
		width: 86px;
	}
	.efficiency__content .col__item-4::after {
		left: -3px;
		width: 73px;
	}
	.efficiency__content .col__item-4::before {
		left: -99px;
		width: 97px;
		transform: rotate(4deg);
	}
	.efficiency__content .col__item .item-pick {
		width: 150px;
		margin-bottom: 5px;
	}
	.efficiency__content .col__item .ttl {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.efficiency__content .col__item .text {
		font-size: 16px;
	}
	.efficiency__form {
		width: 300px;
		padding: 30px;
		display: block;
		margin: auto;
	}
	.efficiency__form .price {
		margin-bottom: 20px;
	}
	.efficiency__btn {
		width: 100%;
		font-size: 23px;
	}
	.experts::after,
	.experts::before {
		display: none;
	}
	.experts__desc {
		margin-bottom: 20px;
		font-size: 20px;
	}
	.experts .name-wrap .name {
		font-size: 20px;
		max-width: 370px;
	}
	.experts .comment__photo .name {
		font-size: 19px;
	}
	.experts .comment__photo .city {
		font-size: 20px;
	}
	.experts .comment__text {
		padding: 20px;
		max-width: 591px;
	}
	.experts .comment__text .text {
		font-size: 17px;
		margin-bottom: 10px;
	}
	.experts .comment__text .text:not(:last-of-type) {
		margin-bottom: 15px;
	}
	.how__prod .product-block::before {
		right: 5px;
	}
}
@media screen and (min-width: 768px) {
	.benefits__cols .col-1,
	.benefits__cols .col-2 {
		margin-right: auto;
	}
}
@media screen and (max-width: 767px) {
	.popup .discount {
		top: -26px;
		left: -50px;
	}
	.how__prod--img {
		margin: 24px auto;
	}
	.container {
		max-width: 640px;
	}
	.block {
		padding: 30px 0px;
	}
	.title {
		font-size: 29px;
		line-height: 30px;
	}
	.header__main {
		display: flex;
		padding-bottom: 0px;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	.header__main .product-block::before {
		left: 210px;
		bottom: 330px;
	}
	.header--bottom .header__main .product-block::before {
		bottom: 340px;
	}
	.benefits__cols::before,
	.organs__dot,
	.organs__mid,
	.result__bottom::before {
		display: none;
	}
	.header__main .product-photo {
		left: 30px;
		right: 0px;
		margin: 0px;
		bottom: 175px;
	}
	.header__main .info {
		text-align: center;
	}
	.header__main .info .logo {
		margin-bottom: 10px;
	}
	.header__main .info__list {
		margin: 20px auto;
		width: auto;
	}
	.header__main .info__list .item {
		text-align: left;
		padding-top: 5px;
		display: inline-block;
		width: 370px;
	}
	.header__main .info__list .text-semibold {
		display: inline-block;
	}
	.header__title {
		text-align: center;
		font-size: 28px;
		margin-bottom: 15px;
		max-width: 100%;
	}
	.order-form {
		margin-right: auto;
	}
	.another__block,
	.another__block:last-child {
		margin: 0px 10px 20px;
	}
	.another__under {
		font-size: 19px;
	}
	.another__benefit,
	.another__limitation {
		font-size: 18px;
	}
	.another__name {
		text-align: center;
		font-size: 17px;
	}
	.another__block {
		width: 250px;
	}
	.another__under,
	.title-another {
		margin-bottom: 10px;
	}
	.another__text {
		font-size: 19px;
		margin-bottom: 20px;
	}
	.another__bottom {
		padding: 15px;
		font-size: 18px;
	}
	.organs__left .organs__img-wrap,
	.organs__right .organs__img-wrap {
		position: relative;
		top: 0px;
		left: 0px;
		transform: translateY(0px);
		order: -1;
		margin-right: 10px;
	}
	.organs__wrap {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.organs__left .organs__item {
		text-align: left;
		padding-right: 10px;
	}
	.organs__left .organs__item::after {
		right: auto;
		left: 63px;
	}
	.organs__right .organs__item {
		padding-left: 10px;
	}
	.organs__img {
		width: 90px;
		height: 90px;
	}
	.organs__item {
		min-height: auto;
		padding: 20px 10px;
	}
	.organs__left,
	.organs__right {
		margin-top: 0px;
	}
	.title-organs {
		margin-bottom: 45px;
	}
	.stat__circle {
		width: 100px;
		height: 100px;
	}
	.stat__number {
		width: 64px;
		height: 64px;
	}
	.stat__list {
		flex-direction: column;
	}
	.stat__wrap {
		margin-bottom: 15px;
	}
	.stat__img {
		margin: 0px auto 15px;
		max-width: 397px;
	}
	.stat__info {
		max-width: 100%;
	}
	.stat__bottom {
		font-size: 19px;
	}
	.stat__line {
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.stat__count {
		font-size: 30px;
		line-height: 25px;
	}
	.stat__what {
		font-size: 18px;
	}
	.result__img {
		max-width: 140px;
	}
	.result__sert {
		margin: 0px 20px;
	}
	.danger__content {
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: stretch;
	}
	.danger__progress {
		margin-bottom: 0px;
	}
	.danger__text--first {
		min-height: 110px;
	}
	.danger__item,
	.reviews .item__auth {
		min-height: auto;
	}
	.danger__item {
		margin-top: 40px;
		max-width: 300px;
		width: 100%;
	}
	.benefits__wrap {
		flex-direction: column-reverse;
		text-align: center;
		margin-bottom: 30px;
	}
	.benefits .product {
		margin: auto;
	}
	.benefits__title {
		text-align: center;
		margin-bottom: 10px;
	}
	.benefits .ttl {
		font-size: 20px;
	}
	.benefits__cols {
		flex-wrap: wrap;
		justify-content: space-around;
		padding-top: 0px;
	}
	.benefits__cols .col {
		max-width: 290px;
		padding-top: 70px;
	}
	.benefits__cols .col:not(:last-of-type) {
		margin-bottom: 50px;
	}
	.benefits__cols .col .item__benefits-text {
		min-height: 76px;
	}
	.benefits .col-1::before,
	.benefits .col-2::before,
	.benefits .col-3::before,
	.benefits__cols .col::before {
		content: "";
		display: block;
		position: absolute;
		height: 5px;
		width: 100%;
		top: 0px;
	}
	.benefits .col-1 .age,
	.benefits .col-2 .age,
	.benefits .col-3 .age {
		top: -27px;
	}
	.benefits__wrap .product-block::before {
		right: -35px;
		top: 0px;
	}
	.reviews__joint {
		margin-top: -50px;
	}
	.reviews__content {
		width: 300px;
	}
	.reviews .item__quote {
		min-height: auto;
		margin-top: 10px;
		margin-bottom: 12px;
	}
	.reviews__slider {
		width: 300px;
		margin-right: auto;
		margin-left: auto;
	}
	.reviews .content__item {
		width: 300px;
		margin-right: 0px;
	}
	.reviews__subtitle {
		margin-top: 15px;
	}
	.how {
		padding-bottom: 0px;
	}
	.how__content {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding-bottom: 30px;
	}
	.how__item {
		width: 340px;
		padding-left: 0px;
		margin-right: auto;
		margin-left: auto;
	}
	.how__left,
	.how__right {
		width: 100%;
	}
	.how__left {
		margin-top: 20px;
		order: 3;
		max-width: 350px;
	}
	.how__text--title {
		font-size: 18px;
	}
	.how__text--p {
		font-size: 16px;
	}
	.order__content {
		margin-top: 0px;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.order__text {
		margin-top: 5px;
		font-size: 18px;
	}
	.order__item {
		margin-top: 20px;
	}
	.order__item-1 {
		margin-top: 50px;
	}
	.order__subtitle {
		font-size: 20px;
	}
	.efficiency__content .center__dot-1 {
		top: 108px;
		left: 79px;
	}
	.efficiency__content .center__dot-2 {
		left: 99px;
		top: 128px;
	}
	.efficiency__content .center__dot-3 {
		left: 168px;
		top: 110px;
	}
	.efficiency__content .center__dot-4 {
		top: 165px;
		right: 72px;
	}
	.efficiency__content .col__item-1::after {
		right: -23px;
		width: 91px;
	}
	.efficiency__content .col__item-1::before {
		transform: rotate(71deg);
		right: -215px;
	}
	.efficiency__content .col__item-2::after {
		right: -23px;
	}
	.efficiency__content .col__item-2::before {
		transform: rotate(-28deg);
		right: -117px;
		width: 95px;
	}
	.efficiency__content .col__item-3::after {
		width: 64px;
		right: -23px;
	}
	.efficiency__content .col__item-4::after {
		right: -23px;
		width: 51px;
	}
	.efficiency__content .col__item-4::before {
		left: -83px;
		width: 83px;
	}
	.popup__left {
		display: none;
	}
	.experts__title {
		margin-bottom: 12px;
	}
	.experts .name-wrap .name,
	.experts__desc {
		font-size: 18px;
	}
	.experts .name-wrap .name .icon-1 {
		margin-right: 0px;
		text-align: center;
	}
	.experts .name-wrap .name .icon-1::after,
	.experts .name-wrap .name .icon-2::after {
		left: 0px;
	}
	.experts .name-wrap .name .icon-2 {
		margin-right: 40px;
		text-align: center;
	}
	.experts .comment__photo {
		margin-right: 20px;
	}
	.popup {
		background-color: transparent;
		width: 300px;
		height: auto;
		padding: 0px;
	}
	.ever-popup__inner {
		padding-top: 35px !important;
	}
	.ever-popup__close {
		top: 0px !important;
		right: 0px !important;
	}
	.popup .order-form {
		padding-top: 0px;
		width: 265px;
		min-height: 455px;
	}
}
@media screen and (max-width: 639px) {
	.header__main .product-block::before {
		left: 85%;
		transform: translate(-75%, 0px);
		bottom: 700px;
	}
	.header--bottom .header__main .product-block::before {
		bottom: 710px;
	}
	.header__main .info .logo {
		text-align: center;
	}
	.header__main .info__list {
		width: 88%;
	}
	.header__title {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.order-form {
		margin: auto;
		padding-top: 230px;
	}
	.stat__wrap {
		flex-direction: column;
		align-items: center;
	}
	.stat__item {
		max-width: 400px;
	}
	.stat__item:first-child {
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.result__item,
	.result__item:last-child {
		margin: 0px 10px 20px;
	}
	.result__item {
		width: 210px;
	}
	.result__text {
		font-size: 17px;
	}
	.result__img {
		max-width: 130px;
	}
	.result__sert {
		margin: 0px 10px;
	}
	.result__wrap::before {
		width: 100%;
		border-radius: 10px 0px;
	}
	.result__wrap::after {
		display: none;
	}
	.result__descr {
		font-size: 16px;
	}
	.result__organization {
		max-width: 190px;
	}
	.result__approve {
		margin-left: 10px;
	}
	.result__descr,
	.result__list {
		margin-bottom: 5px;
	}
	.result__text {
		margin-top: 8px;
	}
	.danger__joint {
		margin-bottom: 8px;
		margin-top: -41px;
	}
	.danger__text--first {
		min-height: auto;
	}
	.benefits .desc {
		font-size: 21px;
	}
	.benefits__cols .col {
		max-width: 370px;
	}
	.benefits__wrap .product-block::before {
		right: -35px;
		top: 0px;
	}
	.reviews__review {
		flex-direction: column;
		padding-right: 10px;
		padding-left: 10px;
	}
	.reviews .answer__input-wrapper {
		width: calc(100%);
		margin-bottom: 15px;
	}
	.reviews .content__item,
	.reviews__content {
		width: 100%;
		max-width: 400px;
	}
	.reviews .input__val {
		width: 100%;
		margin-bottom: 15px;
	}
	.reviews__arrow {
		top: 60px;
	}
	.reviews__prev {
		left: 35px;
	}
	.reviews__next {
		right: 35px;
	}
	.reviews .btn {
		width: 100%;
	}
	.reviews .input__text {
		margin-bottom: 0px;
	}
	.popup__review .review__inner {
		width: 300px;
		height: 115px;
		top: calc(50% - 115px / 2);
		left: calc(50% - 150px);
	}
	.popup__review .review__title {
		width: 250px;
		margin-right: auto;
		margin-left: auto;
		font-size: 18px;
		margin-bottom: 10px;
	}
	.popup__review .review__p {
		font-size: 16px;
	}
	.how__foto {
		width: 80px;
	}
	.how__foto--num {
		font-size: 24px;
	}
	.how__prod {
		width: 100%;
	}
	.how__item {
		padding-left: 0px;
	}
	.efficiency__content {
		flex-direction: column;
	}
	.efficiency__content .center img {
		width: 250px;
	}
	.efficiency__content .center {
		display: none;
		order: -1;
		margin-bottom: 20px;
	}
	.efficiency__content .center__dot-1 {
		top: 69px;
	}
	.efficiency__content .center__dot-3 {
		left: 118px;
	}
	.efficiency__content .center__dot-4 {
		top: 163px;
		right: 83px;
	}
	.efficiency__content .col {
		display: block;
		width: 100%;
	}
	.efficiency__content .col__item-2 img {
		margin-left: -50px;
	}
	.efficiency__content .col__item::after,
	.efficiency__content .col__item::before {
		display: none;
	}
	.efficiency__content .col:not(:last-of-type) {
		margin-bottom: 15px;
	}
	.efficiency__content .col__item {
		max-width: 100%;
	}
	.experts .comment__text .text,
	.experts .name-wrap .name,
	.experts__desc {
		font-size: 16px;
	}
	.experts .name-wrap {
		margin-bottom: 20px;
	}
	.experts .name-wrap .name .icon-1 {
		margin-right: 15px;
	}
	.experts .name-wrap .name .icon-2 {
		margin-right: 0px;
		text-align: center;
	}
	.experts .comment--active {
		display: block;
	}
	.experts .comment__photo {
		width: 300px;
		margin: auto auto 20px;
	}
	.experts .comment__text::after,
	.experts .comment__text::before {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.popup .discount {
		left: -21px;
	}
	.popup__wrap {
		padding: 0px;
	}
	.header__main .product-photo {
		width: 300px;
		bottom: 475px;
	}
	.header__main .info__list {
		width: 270px;
	}
	.header__main .info__list .item {
		font-size: 16px;
		padding-left: 40px;
		width: 100%;
	}
	.header__main .info__list .item:not(:last-of-type) {
		margin-bottom: 15px;
	}
	.header__main .info__list .item .fico {
		height: 35px;
		width: 35px;
		border: 3px solid rgb(255, 255, 255);
		font-size: 16px;
	}
	.header__title {
		max-width: 300px;
		margin: auto auto 15px;
	}
	.benefits .ttl {
		max-width: 300px;
		margin: auto auto 45px;
	}
	.benefits .form-wrap {
		padding: 0px;
	}
}
@media screen and (max-width: 479px) {
	.result__wrap::before,
	.stat__make::before {
		display: none;
	}
	.experts .name-wrap .name .icon-1,
	.experts .name-wrap .name .icon-2,
	.result__descr {
		text-align: center;
	}
	.block {
		padding: 25px 0px;
	}
	.title {
		font-size: 26px;
		line-height: 27px;
	}
	.another__result {
		font-size: 22px;
		margin-bottom: 7px;
	}
	.another__why,
	.stat__make,
	.title-stat {
		margin-bottom: 10px;
	}
	.another__why {
		font-size: 20px;
	}
	.another__text,
	.organs__name,
	.organs__text {
		font-size: 17px;
	}
	.another__bottom {
		padding: 12px;
		font-size: 17px;
	}
	.organs__img {
		width: 80px;
		height: 80px;
	}
	.organs__item {
		padding: 10px;
	}
	.organs__name {
		letter-spacing: -0.2px;
	}
	.stat__under {
		font-size: 19px;
	}
	.stat__descr {
		font-size: 17px;
		line-height: 1.1;
	}
	.stat__make {
		font-size: 18px;
		padding-top: 0px;
	}
	.result__img {
		border-bottom: 7px solid rgb(135, 172, 19);
	}
	.result__wrap {
		flex-wrap: wrap;
	}
	.result__country {
		margin-top: 10px;
	}
	.result__sert {
		margin: 0px 15px 15px;
	}
	.result__sert:last-child {
		margin-bottom: 0px;
	}
	.result__under {
		font-size: 19px;
	}
	.result__bottom-wrap {
		flex-direction: column;
	}
	.result__approve {
		margin: 10px auto 0px;
	}
	.danger__subtitle {
		line-height: 1.2;
	}
	.benefits__wrap .product-block::before {
		right: -15px;
		top: 0px;
	}
	.how {
		padding-bottom: 0px;
	}
	.how__content {
		max-width: 300px;
		margin-right: auto;
		margin-left: auto;
		padding-bottom: 25px;
	}
	.how__item {
		width: 100%;
	}
	.how__prod--img {
		width: 260px;
		margin-left: 20px;
	}
	.order__subtitle {
		font-size: 18px;
	}
	.efficiency .form-wrap {
		padding: 0px;
	}
	.experts .name-wrap {
		display: block;
	}
	.experts .name-wrap .name:not(:last-of-type) {
		margin: auto auto 10px;
	}
	.experts .name-wrap .name {
		margin: auto;
	}
	.experts .comment-wrap::before,
	.experts .name-wrap .name--active::after,
	.experts .name-wrap .name--active::before {
		display: none;
	}
	.experts .comment__photo {
		width: 250px;
		margin-bottom: 10px;
	}
	.experts .comment__text {
		text-align: center;
		padding: 15px;
	}
}
@media screen and (max-width: 380px) {
	.benefits .form-wrap,
	.efficiency .form-wrap {
		width: 300px;
		left: 0px;
	}
	.benefits__form,
	.efficiency__form {
		width: 280px;
	}
	.efficiency__btn {
		font-size: 21px;
	}
}
.price .old__value::after,
.price .old__value::before {
	top: 50%;
	bottom: auto;
	left: 50%;
	width: 98%;
	transform-origin: center center 0px;
}
.price .old__value::before {
	transform: translate(-50%, -50%) rotate(15deg);
}
.price .old__value::after {
	transform: translate(-50%, -50%) rotate(-15deg);
}
.result__list {
	justify-content: space-around;
}
.item__benefits-text {
	height: auto;
	transition: all 0.3s linear 0s;
}
.content__item .item__text {
	position: relative;
	height: 300px;
	line-height: 1.3;
	font-size: 15px;
	overflow: hidden;
	transition: max-height 0.5s ease 0s;
	max-height: 340px;
}
.header-top {
	background-color: rgb(32, 97, 135);
	box-shadow: 0px 0px 5px rgb(204, 204, 204);
}
.header-top__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-top .timer_container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 290px;
	margin-left: 50px;
	height: 90px;
	position: relative;
	left: 5px;
}
.time_wrapper {
	width: 41px;
	height: 52px;
	background-color: rgb(236, 121, 2);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	margin: 0px 3px;
	flex-shrink: 0;
}
.time_wrapper span {
	font-size: 28px;
	line-height: 40px;
	color: rgb(255, 255, 255);
	font-weight: 700;
}
.timer_dots {
	font-size: 22.5px;
	line-height: 1.47px;
	color: rgb(255, 255, 255);
	margin: 0px 2px;
}
.header-top__attention {
	position: relative;
	font-size: 21px;
	line-height: 27px;
	color: rgb(255, 255, 255);
	padding-left: 55px;
}
.header-top__attention::before {
	position: absolute;
	content: "";
	width: 42px;
	height: 38px;
	background: transparent url("../img/header__attention-icon.png") no-repeat
		scroll center center;
	top: -6px;
	left: 0px;
}
.text-bold {
	font-weight: 700;
}
.main__text {
	font-size: 19px;
	line-height: 1.3;
	font-style: italic;
	max-width: 320px;
}
.main__wrap {
	position: relative;
	width: 270px;
	height: 100%;
	background: rgb(199, 224, 227) none repeat scroll 0% 0%;
	border-radius: 30px 0px 32px;
	left: 10px;
	top: 8px;
}
.main__form {
	position: relative;
	top: -10px;
	width: 100%;
	max-width: 250px;
	background-color: rgb(255, 255, 255);
	border-radius: 27px 0px 28px;
	z-index: 1;
	margin: 0px auto;
	padding: 23px 15px 18px;
}
.discount {
	position: absolute;
	top: -23px;
	right: -46px;
	width: 73px;
	height: 73px;
	background-color: rgb(236, 121, 2);
	border-radius: 50%;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.23;
	color: rgb(255, 255, 255);
	display: flex;
	justify-content: center;
	align-items: center;
}
.discount::after {
	position: absolute;
	content: "";
	top: -11px;
	left: -11px;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	background: transparent url("../img/main-round.png") no-repeat scroll center center /
		cover;
	animation: 4s linear 0s normal none infinite running load;
}
@keyframes load {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.main__form-title {
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	text-align: center;
	margin: 0px 0px 19px;
}
.color-orange {
	text-transform: lowercase;
	color: rgb(243, 125, 51);
}
.price {
	display: flex;
	align-items: center;

	flex-direction: column;
	justify-content: center;
	margin-bottom: 18px;
}
.price-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.price-title {
	display: block;
	font-size: 12px;
}
.price-title__old {
	margin-bottom: 9px;
	color: rgb(148, 148, 148);
	line-height: 18px;
}
.price-title__new {
	margin-bottom: 5px;
	color: rgb(0, 0, 0);
	line-height: 18px;
}
.price-line {
	height: 1px;
	max-width: 300px;
	background: rgb(229, 232, 232) none repeat scroll 0% 0%;
	margin: 0px 18px;
	width: 100%;
}
.price-old {
	color: rgb(226, 226, 226);
	padding-bottom: 10px;
}
.price-old .x_currency {
	color: rgb(187, 187, 187);
}
.price-new {
	color: rgb(135, 172, 19);
	padding-top: 10px;
}
.price-new .x_currency {
	font-weight: 600;
}
.x_price_current {
	font-size: 36px;
	line-height: 1;
	font-weight: 700;
}
.x_price_previous {
	font-size: 32px;
	line-height: 1;
	position: relative;
	color: rgb(187, 187, 187);
}
.x_price_previous::after,
.x_price_previous::before {
	content: "";
	position: absolute;
	height: 1px;
	width: 102%;
	background: rgb(243, 125, 51) none repeat scroll 0% 0%;
	transform: rotate(20deg);
	left: 0px;
	top: 20px;
}
.x_price_previous::after {
	transform: rotate(-20deg);
	top: inherit;
	bottom: 18px;
}
.x_currency {
	font-size: 15px;
}
.lastpack-text {
	position: absolute;
	width: 100%;
	bottom: -38px;
	left: 50%;
	transform: translateX(-50%);
	color: rgb(0, 0, 0);
	font-size: 16px;
	text-align: center;
}
.lastpack {
	display: inline-block;
	border-radius: 5px;
	background-color: rgb(236, 121, 2);
	color: rgb(255, 255, 255);
	padding: 5px 3px;
}
.form-field {
	width: 100%;
	max-width: 220px;
	display: block;
	padding: 20px 25px 20px 55px;
	border-radius: 30px;
	border: 1px solid rgb(223, 223, 223);
	margin: 0px auto;
	font-size: 16px;
}
.form-field:focus,
.form-field:hover {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2) inset;
}
.input-box {
	position: relative;
	margin-bottom: 15px;
}
@keyframes autofill {
	0%,
	100% {
		color: rgb(102, 102, 102);
		background: transparent none repeat scroll 0px 0px;
	}
}
.users-count {
	position: relative;
	font-size: 13px;
	line-height: 1.1;
	text-align: left;
	padding-left: 40px;
}
.users-count::before {
	position: absolute;
	content: "";
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 14px;
	background: transparent url("main__eye.png") no-repeat scroll center center;
}
.info__list {
	margin-top: 26px;
}
@media screen and (max-width: 1300px) {
	.discount {
		right: auto;
		left: -53px;
	}
}
@media screen and (max-width: 767px) {
	.header {
		background: rgb(234, 242, 243) none repeat scroll 0% 0%;
	}
	.main__wrap {
		margin: 0px 20px 50px;
	}
	.popup .main__wrap {
		margin: 0px auto;
	}
	.popup__wrap {
		padding-right: 0px;
		padding-left: 0px;
	}
	.content__item .item__text {
		max-height: none;
	}
	.main__text {
		max-width: 100%;
	}
}
@media screen and (max-width: 478px) {
	.main__text {
		font-size: 15px;
	}
	.main__text {
		text-align: center;
		margin-bottom: 20px;
	}
	.discount {
		width: 55px;
		height: 55px;
		top: -19px;
		left: -21px;
	}
	.discount-text {
	}
	.discount::after {
		width: 70px;
		height: 70px;
		top: -7px;
		left: -8px;
	}
}
.benefits .new__text,
.efficiency .new__text {
	font-size: 14px;
	color: rgb(0, 0, 0);
	margin-bottom: 6px;
	font-weight: 700;
}
.benefits .price .new__value,
.efficiency .price .new__value {
	font-size: 36px;
	color: rgb(135, 172, 19);
	font-weight: 900;
}
.benefits .new__current,
.efficiency .new__current {
	font-size: 16px;
	color: rgb(135, 172, 19);
}
.header--bottom {
	padding-top: 150px;
	padding-bottom: 20px;
}
.header--bottom .header__main .info {
	margin-right: 50px;
}
.ev-footer__logo {
	display: none;
}
footer {
	padding-top: 15px;
}
@media screen and (max-width: 1350px) {
	.content__item .item__text {
		height: 340px;
	}
}
@media (max-width: 1199px) {
	footer {
		padding-top: 0px;
	}
}
@media (max-width: 1199px) {
	.header--bottom {
		padding-bottom: 175px;
	}
	.header-top__attention {
		font-size: 16px;
	}
	.header--bottom .header__main .man {
		bottom: 77px;
	}
	.header--bottom .header__main .product-photo {
		bottom: -166px;
	}
}
@media (max-width: 1023px) {
	.header--bottom {
		padding-top: 55px;
		padding-bottom: 200px;
	}
	.header--bottom .header__main .product-photo {
		bottom: -238px;
	}
}
@media screen and (max-width: 900px) {
	.header-top .timer_container {
		display: none;
	}
	.header-top__wrapper {
		padding: 20px 15px;
		justify-content: center;
	}
}
@media (max-width: 767px) {
	.header__main .info {
		max-width: none;
		margin-right: 0px;
		margin-bottom: 50px;
	}
	.header--bottom {
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.popup .lastpack-text {
		display: none;
	}
	.header--bottom .header__main .product-photo {
		bottom: 175px;
	}
	.result__approve {
		max-width: 100%;
		margin-left: 0px;
	}
	.result__descr {
		width: 100%;
		border-radius: 29px;
		padding: 16px 15px;
		font-size: 22px;
		text-align: center;
		color: rgb(0, 0, 0);
		font-weight: 600;
		border: 2px solid rgb(236, 121, 2);
		position: relative;
		background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	}
	.result__descr::before {
		content: "";
		display: block;
		width: 22px;
		height: 22px;
		border-left: 2px solid rgb(236, 121, 2);
		border-top: 2px solid rgb(236, 121, 2);
		background: rgb(255, 255, 255) none repeat scroll 0% 0%;
		position: absolute;
		top: -13px;
		left: calc(50% - 10px);
		transform: rotate(45deg);
	}
}
@media (max-width: 639px) {
	.header-top__attention::before {
		display: none;
	}
	.header-top__attention {
		max-width: 400px;
		margin: 0px auto;
		text-align: center;
		padding-left: 0px;
	}
	.header__main {
		justify-content: center;
	}
	.header__main .info {
		margin-bottom: 300px;
	}
	.header--bottom .header__main .product-photo,
	.header__main .product-photo {
		bottom: 550px;
		left: 50%;
		transform: translate(-50%, 0px);
	}
}
@media (max-width: 480px) {
	.header__main .info {
		margin-bottom: 310px;
	}
	.header__main .info__list .text-semibold {
		display: block;
	}
	.header--bottom .header__main .info {
		margin-right: 0px;
	}
	.danger,
	.efficiency,
	.result,
	.reviews,
	.stat {
		background: rgb(238, 245, 246) none repeat scroll 0% 0%;
	}
}
@media not all, not all {
	.how__item.fadeInDown {
		animation-name: none !important;
	}
	.order__text {
		font-size: 21px;
	}
	.order__num {
		left: 130px;
	}
	.order__el {
		width: 27px;
	}
	#mCSB_1_scrollbar_vertical {
		display: none !important;
	}
	.result__list {
		justify-content: center;
	}
	.btn {
		padding-top: 0px;
	}
	.another__item:last-child {
		margin-bottom: 25px;
	}
	.result__wrap::before {
		bottom: 49px;
	}
}
@media not all, not all {
	.another__list-benefits,
	.another__list-limitation {
		padding-left: 19px;
	}
}
@-moz-document url-prefix("") {
	.benefits__btn,
	.efficiency__btn {
		font-size: 23px;
	}
}
@media (max-width: 1199px) {
	@-moz-document url-prefix("") {
		.benefits__btn,
		.efficiency__btn {
			font-size: 21px;
		}
	}
}
@media (max-width: 1023px) {
	@-moz-document url-prefix("") {
		.benefits__btn,
		.efficiency__btn {
			font-size: 19px;
		}
	}
}
.certificates {
	margin-top: 25px;
}
.certificates img {
	max-width: 120px;
}
.certificates img:first-child {
	max-width: 95px;
}

.ever-popup-build {
	position: fixed;
	opacity: 0;
	z-index: -1;
	top: 0px;
	left: -9999px;
}

/* Code tidied up by ScrapBook */
.ever-popup__body.ever-mobile {
	display: none;
}
.ever-popup {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
	z-index: 111;
	display: none;
	overflow: auto;
}
.ever-popup__body {
	position: static;
	float: none;
	display: block;
	margin: 0px auto;
	width: auto;
}
.ever-popup.show {
	display: block;
	align-items: center;
}
.ever-popup__inner {
	position: relative;
	margin: 0px auto;
	padding-top: 35px;
}
.ever-popup__close {
	width: 35px;
	height: 30px;
	position: absolute;
	cursor: pointer;
	top: 0px;
	right: 0px;
	z-index: 1;
	transition: all 0.3s ease 0s;
}
.ever-popup__close::after,
.ever-popup__close::before {
	content: "";
	position: absolute;
	right: 0px;
	top: 10px;
	width: 35px;
	height: 10px;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	transition: all 1s ease 0s;
}
.ever-popup__close::after {
	transform: rotate(-45deg);
}
.ever-popup__close::before {
	transform: rotate(45deg);
}
@media screen and (max-width: 1000px) {
	.ever-popup__body.ever-desktop {
		display: none;
	}
	.ever-popup__body.ever-mobile {
		display: block;
	}
}

/* Code tidied up by ScrapBook */
.main-banner img {
	max-width: 61px;
	max-height: 49px;
	margin: 0px !important;
}
.main-banner {
	box-sizing: border-box;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px 10px;
	background-color: rgb(227, 12, 12);
	background-image: url("banner-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 97;
}
.main-banner.banner-bottom {
	top: auto;
	bottom: 0px;
}
.main-banner p {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	font-family: Roboto, sans-serif;
	color: rgb(255, 255, 255) !important;
	margin-left: 20px;
	text-align: center;
	padding: 10px 0px;
}
.main-banner p b {
	color: rgb(255, 255, 255);
	display: block;
	font-size: 19px;
	font-weight: 700;
	margin-bottom: 5px;
}
.main-banner p .ban-small {
	color: rgb(255, 255, 255);
	display: block;
	font-size: 17px;
	line-height: 1.2;
	font-weight: 400;
}
@media screen and (max-width: 1219px) {
	.main-banner p .ban-small {
		font-size: 15px;
	}
	.main-banner p b {
		font-size: 17px;
	}
	.main-banner img {
		max-width: 50px;
		max-height: 40px;
	}
	.main-banner p {
		max-width: 920px;
	}
}
@media screen and (max-width: 1023px) {
	.main-banner .delete_mob {
		display: none;
	}
	.main-banner p {
		max-width: 500px;
	}
	.main-banner p b {
		font-size: 16px;
	}
	.main-banner p .ban-small {
		font-size: 15px;
	}
}
@media screen and (max-width: 767px) {
	.main-banner p {
		max-width: 420px;
	}
	.main-banner p b {
		font-size: 15px;
	}
	.main-banner p .ban-small {
		font-size: 14px;
	}
}
@media screen and (max-width: 639px) {
	.main-banner img {
		max-width: 35px;
		max-height: 30px;
	}
	.main-banner p {
		margin-left: 10px;
	}
}
@media screen and (max-width: 479px) {
	.main-banner img {
		max-width: 50px;
		max-height: 100%;
	}
	.main-banner p {
		max-width: 250px;
		line-height: 1.1;
	}
	.main-banner p b {
		line-height: 18px;
		font-size: 13px;
		margin-bottom: 2px;
	}
	.main-banner p .ban-small {
		line-height: 17px;
		font-size: 12px;
	}
}
@media screen and (max-width: 370px) {
	.main-banner img {
		max-width: 35px;
	}
}
.main-banner p span {
	color: rgb(255, 255, 255) !important;
}
.main-banner * {
	box-sizing: border-box;
}

.order-modal,
.users-online {
	cursor: pointer;
	position: fixed;
	right: 20px;
	top: 120px;
	width: 320px;
	background-color: rgba(0, 0, 0, 0.9);
	color: rgb(255, 255, 255);
	transition: all 1s ease 0s;
	font-size: 19px;
	line-height: 22px;
	border-radius: 10px;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
}
.order-modal > div,
.users-online > div {
	margin: 10px;
}
.order-modal > div > span,
.users-online > div > span {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 75px);
	margin-left: 10px;
}
.show-order,
.show-order-last {
	opacity: 1;
	visibility: visible;
	transition: all 1s ease 0s;
}
.blink {
	color: red !important;
	animation-name: blinker;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	text-decoration: line-through;
}
.blink_me {
	font-size: 24px;
	color: red;
	font-weight: 700;
}
.show-order-last::before,
.show-order::before {
	transform: rotate(45deg);
}
.show-order-last::after,
.show-order-last::before,
.show-order::after,
.show-order::before {
	content: "";
	position: absolute;
	right: 0px;
	top: -15px;
	width: 15px;
	height: 5px;
	background: red none repeat scroll 0% 0%;
	transition: all 1s ease 0s;
}
.show-order-last::after,
.show-order::after {
	transform: rotate(-45deg);
}
.everad-sprite {
	background: transparent
		url("data:image/png;base64,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")
		no-repeat scroll 0% 0%;
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	margin-right: 5px;
}
.everad-sprite-bucket {
	background-position: -5px -5px;
}
.everad-sprite-callback {
	background-position: -65px -5px;
}
.everad-sprite-online_user {
	background-position: -5px -65px;
}
@media screen and (max-width: 767px) {
	.cookie-popup-on .order-modal,
	.cookie-popup-on .users-online {
		top: auto;
		right: 10px;
		bottom: 35px;
		width: 300px;
	}
}
@media screen and (max-width: 405px) {
	.cookie-popup-on .order-modal,
	.cookie-popup-on .users-online {
		bottom: 45px;
	}
}
@media screen and (max-width: 335px) {
	.cookie-popup-on .order-modal,
	.cookie-popup-on .users-online {
		bottom: 60px;
	}
}
@media screen and (max-width: 767px) {
	.order-modal,
	.users-online {
		top: auto;
		right: 10px;
		bottom: 10px;
		width: 300px;
	}
}
@keyframes blinker {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes blinker {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes blinker {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


.ev-footer,
.create_rom_footer {
	display: flex;
	align-items: center;
	padding: 15px 0px;
	justify-content: center;
	flex-direction: column;
}
.ev-footer__logo svg {
	display: flex;
	width: 30px;
	height: 30px;
}
.ev-footer__logo a {
	text-decoration: none;
	font-size: 14px;
	font-family: inherit;
}
.ev-footer__link {
	display: flex;
	text-decoration: underline;
}
.ev-footer__link:hover {
	text-decoration: none;
}
:active,
:focus,
:hover,
:visited,
a,
a:active,
a:focus,
a:hover,
a:visited {
	outline: 0px none !important;
}
*::-moz-focus-inner {
	border: 0px none;
	outline: 0px none;
}