@font-face {
	font-family: "Century751BT";
	src: url("../font/Century751BT-SemiBold.otf");
	font-style: normal;
	font-weight: 600;
}
body {
	max-width: 1920px;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	color: rgb(24, 24, 24);
	overflow-x: hidden;
	background-color: rgb(255, 255, 255);
	margin: auto;
}
.support_ukraine {
    position: absolute;
    /* height: 45px; */
    min-height: 28px;
    width: 100%;
    background: #eab400;
    font-size: 16px;
    text-align: center;
    padding-top: 1px;
    display: block;
    z-index: 9999999;
    display: block;
    color: #fff;
    font-family: 'SegoeUIRegular', sans-serif;
}

ul li {
	list-style: none;
}

.base {
	box-sizing: border-box;
	width: 100%;
	max-width: 1920px;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
}

.container {
	box-sizing: border-box;
	width: 100%;
	max-width: 944px;
	margin: 0 auto;
}

header {
	position: relative;
	width: 100%;
	height: 111px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 3px 5px 1px rgba(0, 20, 0, 0.23);
	z-index: 2;
}

.header {
	height: 100%;
	max-width: 910px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}

.header_item {
	height: 100%;
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.header_item img {
	position: relative;
	top: 12px;
}

.header_item span {
	max-width: 150px;
	font-size: 16px;
	padding-left: 12px;
	line-height: 18px;
	letter-spacing: -0.6px;
	font-weight: 600;
	color: rgb(46, 46, 46);
}

.header_item:last-child span {
	max-width: 200px;
}

.main_title {
	padding-top: 42px;
}

.h1 {
	font-family: "Century751BT", serif;
	width: 500px;
	font-size: 84px;
	text-transform: uppercase;
}

.h1 span {
	position: relative;
	font-family: "Open Sans", sans-serif;
	font-size: 25px;
	color: rgb(24, 24, 24);
	line-height: 27px;
	display: inline-block;
	margin-bottom: 36px;
}

.h1 > span::before {
	position: absolute;
	content: "";
	bottom: -23px;
	left: 0;
	width: 174px;
	height: 2px;
	background-color: rgb(163, 93, 21);
}

.h1 span span {
	color: rgb(59, 85, 24);
	font-weight: 700;
	letter-spacing: 5px;
	margin-left: -2px;
	font-size: 48px;
	margin-bottom: 0;
}

.subtitle {
	width: 530px;
	font-style: italic;
	font-size: 20px;
	letter-spacing: 0.4px;
	color: rgb(255, 255, 255);
	line-height: 30px;
	margin-top: 12.5px;
}

.bg_top {
	height: 893px;
	background-image: url(../images/bg/bg1920-1.jpg);
}

.list {
	margin: 30px 0 0 348px;
	max-width: 248px;
}

.list li {
	box-sizing: border-box;
	position: relative;
	font-size: 16px;
	line-height: 18px;
	padding: 7px 0 8px 44px;
}

.list li:first-child,
.list li:last-child {
	left: -14px;
}

.list li::before {
	position: absolute;
	content: "";
	top: calc(50% - 14px);
	left: 0px;
	width: 31px;
	height: 31px;
	filter: drop-shadow(4px 6px 4px rgba(0, 0, 0, 0.3));
	background: no-repeat url(../images/icon/check.png);
}

.smart {
	display: flex;
	justify-content: space-between;
}

.sale {
	width: 132px;
	height: 80px;
	font-size: 16px;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-transform: uppercase;
	margin: 56px 0px 0 310px;
}
.sale-down {
       margin: 137px 0px 0 306px;
}

.sale p:nth-child(1) {
	transform: rotateZ(-90deg);
}

.sale p:nth-child(2) {
	font-family: "Century751BT", serif;
	font-size: 34px;
	font-weight: 700;
	color: rgb(255, 255, 255);
	transform: rotateZ(-22deg) translate(0, -18px);
}

.sale p:nth-child(2) small {
	font-size: 26px;
}

.sale_block {
	box-sizing: border-box;
	width: 100%;
	max-width: 342px;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 10px;
}

.count {
	background-color: rgba(53, 62, 75, 0.6);
}

.counter {
	width: 100%;
}

.count_title {
	color: rgb(255, 255, 255);
	text-align: center;
	padding-top: 14px;
}

.countbox {
	display: flex;
	width: 278px;
	justify-content: space-between;
	padding: 6px 0 22px;
	margin: 0 auto;
}

.countbox_wrap {
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 80px;
	height: 58px;
	padding-top: 8px;
	background: no-repeat url(../images/timer.png);
}

.countbox_wrap::before {
	position: absolute;
	content: "";
	top: 20px;
	right: -12px;
	width: 4px;
	height: 13px;
	background: no-repeat url(../images/dotes.png);
}

.countbox_wrap:last-child::before {
	display: none;
}

.countbox_num span {
	font-size: 36px;
	color: rgb(39, 39, 39);
	letter-spacing: 18px;
	padding-left: 18px;
	font-weight: 700;
}

.countbox_text {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: rgb(255, 255, 255);
	margin: 12px 0 0;
}

.price_list {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 14px 0 18px;
	background-color: rgba(255, 255, 255, 0.7);
}

.old_price,
.new_price {
	box-sizing: border-box;
	font-size: 16px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}

.old_price {
	position: relative;
	color: rgb(99, 81, 81);
	width: 50%;
}

.new_price {
	color: rgb(39, 39, 39);
	width: 50%;
}

.old_price .price_text,
.new_price .price_text {
	font-weight: 600;
}

.price {
	font-size: 34px;
	font-weight: 700;
}

.old_price .price {
	position: relative;
	font-weight: 600;
	font-size: 34px;
}

.old_price .price::after {
	position: absolute;
	content: "";
	top: 20px;
	left: 0px;
	width: 105px;
	height: 2px;
	background-color: rgb(99, 81, 81);
}

.old_price::after {
	position: absolute;
	content: "";
	top: calc(50% - 6px);
	right: -14px;
	width: 29px;
	height: 30px;
	background: no-repeat url(../images/icon/arrow_price.png);
}

.sale_form {
	width: 100%;
}

.form {
	display: none;
}

.inputs_wrap {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 12px 0 8px;
}

.btn_wrap {
	background-color: rgba(255, 255, 255, 0.5);
	padding: 10px 0 14px;
	margin: 0 auto;
}

.btn {
	appearance: none;
	-webkit-appearance: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	box-sizing: border-box;
	height: 68px;
	font-size: 22px;
	text-transform: uppercase;
	color: rgb(255, 255, 255);
	font-weight: 600;
	font-family: inherit;
	border: 1px solid rgb(255, 255, 255);
	background-color: rgb(255, 157, 2);
	text-align: center;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.2s ease;
	margin: 0px auto;
}

.btn:hover {
	background-color: rgb(24, 117, 73);
}

.btn:active {
	background-color: rgb(52, 62, 75);
}

.input {
	width: 300px;
	height: 48px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
	border-radius: 3px;
	border: 1px solid rgb(193, 180, 184);
	background-color: rgb(255, 255, 255);
	margin: 4px auto;
}

.input:hover,
.input:active {
	border: 1px solid rgb(158, 141, 121);
}

.input:hover div,
.input:active div {
	border-right: 1px solid rgb(158, 141, 121);
}

.input input {
	box-sizing: border-box;
	width: 100%;
	font-size: 20px;
	border: none;
	color: rgb(44, 44, 44);
	background-color: transparent;
	padding: 0 6px 0 16px;
}

.input div {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	min-width: 48px;
	background-color: rgb(237, 237, 228);
	border-right: 1px solid rgb(195, 192, 186);
	cursor: text;
}

.input input::-webkit-input-placeholder {
	color: rgb(44, 44, 44);
}

.input input::-moz-placeholder {
	color: rgb(44, 44, 44);
}

.input input:-ms-input-placeholder {
	color: rgb(44, 44, 44);
}

.input input::placeholder {
	color: rgb(44, 44, 44);
	opacity: 1;
}

.secure {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 4px;
}

.secure span {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: rgb(101, 101, 101);
	padding-left: 8px;
}

.secure img {
	display: block;
}

.titles {
	width: 944px;
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 1.3;
	font-weight: 800;
	padding-top: 24px;
	margin: 0 auto;
}

.green span {
	color: rgb(95, 144, 69);
}

.orange span {
	color: rgb(255, 157, 2);
}

.show {
	height: 784px;
	background-image: url(../images/bg/bg1920-2-left.jpg), url(../images/bg/bg1920-2-right.jpg);
	background-position: top 180px left calc(50% - 498px), top 134px left calc(50% - -458px);
	overflow: hidden;
}

.video_container {
	max-width: 586px;
	margin: 34px auto 0;
}

.video {
	width: 100%;
	height: 325px;
	background-color: rgb(0, 0, 0);
}

.video iframe {
	width: 100%;
	height: 100%;
}

.show_slider {
	position: relative;
	width: 100%;
	max-width: 944px;
	margin: 30px auto 0;
	filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.2));
}

.show_slide {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 299px;
	height: 204px;
	border-radius: 6px;
	overflow: hidden;
	padding: 7px;
}

.antiage {
	background-color: rgb(246, 246, 242);
}

.antiage_inner {
	display: flex;
	justify-content: space-between;
	margin: 34px auto 0;
	padding-bottom: 20px;
}

.antiage_item {
	width: 227px;
	min-height: 234px;
	text-align: center;
}

.antiage_item p {
	font-weight: 400;
	line-height: 24px;
	margin-top: 12px;
	padding-bottom: 20px;
}

.problems {
	background-color: rgb(255, 255, 255);
	background-image: url(../images/bg/lvs_much.jpg), url(../images/bg/lvs_no_blur.jpg), url(../images/bg/lvs_blur.jpg);
	background-position: top 239px left calc(50% - 734px), top 104px left calc(50% - -500px), top 148px left calc(50% - -596px);
}

.problems > p {
	font-style: italic;
	text-align: center;
	font-weight: 700;
	margin-top: 24px;
}

.problems_inner {
	display: flex;
	margin: 0 auto;
	padding: 38px 0 0;
	overflow: hidden;
	align-items: center;
	justify-content: center;
}

.problems_item {
	position: relative;
	width: 170px;
	min-height: 242px;
	text-align: center;
}

.problems_item p {
	line-height: 24px;
	margin-top: 18px;
}

.problems_item::before {
	position: absolute;
	content: "";
	top: -8px;
	right: -109px;
	width: 140px;
	height: 40px;
}

.problems_item:nth-child(odd)::before {
	background: no-repeat url(../images/icon/arrow_down.png);
}

.problems_item:nth-child(2)::before {
	top: 118px;
	background: no-repeat url(../images/icon/arrow_up.png);
}

.why {
	background-color: rgb(243, 244, 237);
	padding-bottom: 40px;
}

.why_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: no-repeat url(../images/product.png);
	background-position: top 48px left calc(50% - -3px);
}

.why_item {
	position: relative;
	width: 300px;
	margin-top: 32px;
}

.why_item h4 {
	font-weight: 800;
	line-height: 22px;
}

.why_item p {
	font-size: 16px;
	line-height: 18px;
	margin-top: 10px;
}

.why_item::before {
	position: absolute;
	content: "";
	top: 10px;
	left: -42px;
	width: 25px;
	height: 24px;
	filter: drop-shadow(4px 4px 3px rgba(0, 0, 0, 0.65));
}

.why_item:nth-child(1)::before {
	background-image: url(../images/icon/n1.png);
}

.why_item:nth-child(2)::before {
	background-image: url(../images/icon/n2.png);
}

.why_item:nth-child(3)::before {
	background-image: url(../images/icon/n3.png);
}

.why_item:nth-child(4)::before {
	background-image: url(../images/icon/n4.png);
}

.why_item:nth-child(4) {
	width: 540px;
}

.btn_block {
	width: 312px;
	padding: 0 0px 0 0;
	margin: auto 0;
}

.btn_block h3 {
	width: 200px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 36px;
	font-size: 30px;
}

.btn_block p {
	margin: 24px 0 30px;
	line-height: 24px;
}

.btn_block .btn {
	margin: 0;
	font-size: 24px;
}

.effect {
	height: 547px;
	background-image: url(../images/bg/bg1920-6.jpg);
}

.effect .titles {
	box-sizing: border-box;
	text-align: left;
	padding-left: 290px;
}

.effect_inner {
	margin: 110px auto 0;
}

.effect_inner p {
	width: 620px;
	line-height: 24px;
	margin-left: 290px;
}

.effect_inner h3 {
	width: 620px;
	font-weight: 700;
	margin: 60px 0 10px 290px;
}

.how {
	height: 617px;
	background-image: url(../images/bg/bg1920-7.jpg);
	color: rgb(255, 255, 255);
}

.how_inner {
	margin-top: 36px;
}

.how_inner p {
	width: 390px;
	font-weight: 600;
	line-height: 24px;
}

.how_inner p span {
	color: rgb(0, 0, 0);
	font-weight: 700;
}

.how_inner ul {
	margin-top: 22px;
}

.how_inner li {
	width: 380px;
	position: relative;
	line-height: 24px;
	padding: 10px 0 8px 46px;
}

.how_inner li::before {
	position: absolute;
	text-align: center;
	font-size: 18px;
	color: rgb(95, 144, 69);
	font-weight: 800;
	padding-top: 5px;
	box-sizing: border-box;
	border-radius: 50%;
	top: 18px;
	left: 0;
	width: 35px;
	height: 35px;
	background-color: rgb(255, 255, 255);
	filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.3));
}

.how_inner ul li:nth-child(1)::before {
	content: "1";
}

.how_inner ul li:nth-child(2)::before {
	content: "2";
}

.how_inner ul li:nth-child(3)::before {
	content: "3";
}

.how_inner .btn {
	margin: 34px 0 0;
	font-size: 24px;
}

.expert {
	height: 630px;
	background-image: url(../images/bg/bg1920-8.jpg);
}

.expert_inner {
	margin: 80px auto 0;
}

.expert_inner > p {
	width: 490px;
	line-height: 24px;
	padding: 17px 0;
	margin-left: 454px;
}

.expert_inner > p span {
	font-weight: 700;
	text-transform: uppercase;
}

.caption {
	font-size: 16px;
	margin: 0 0 8px 454px;
}

.caption p:first-child {
	text-transform: uppercase;
	font-weight: 800;
	color: rgb(95, 144, 69);
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 6px;
}

.feedback {
	overflow: hidden;
	background-color: rgb(243, 244, 247);
}

.feedback_slider {
	width: 944px;
	height: 481px;
	margin: 34px auto 72px;
}

.feedback_slide {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 944px;
	height: 481px;
}

.feedback_slide img {
	position: relative;
	width: 404px !important;
	z-index: 1;
}

.comment {
	position: relative;
	box-sizing: border-box;
	height: 356px;
	width: 622px;
	background-color: rgb(255, 255, 255);
	padding: 30px 10px 0 72px;
	margin-right: -83px;
	margin-top: 44px;
	z-index: 10;
}

.comment::before {
	position: absolute;
	content: "";
	top: -44px;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: rgb(95, 144, 69);
}

.comment::after {
	position: absolute;
	content: "";
	top: 28px;
	right: 24px;
	width: 39px;
	height: 24px;
	background: no-repeat url(../images/icon/quote.png);
}

.comment h4 {
	font-weight: 700;
	text-transform: uppercase;
	color: rgb(95, 144, 69);
	line-height: 30px;
	font-size: 24px;
}

.comment p {
	width: 500px;
	font-size: 18px;
	color: rgb(0, 0, 0);
	line-height: 24px;
	margin-top: 22px;
}

.fake {
	height: 480px;
	background-image: url(../images/bg/lvs1.png), url(../images/bg/lvs2.png), url(../images/bg/lvs3.png);
	background-position: top 42px left calc(50% - 484px), top 58px left calc(50% - -600px), top 338px left calc(50% - -550px);
}

.fake .titles {
	padding-left: 284px;
	box-sizing: border-box;
	 position: relative;
    z-index: 999;
}

.fake_inner {
	position: relative;
	margin-top: 0px;
}

.fake_item {
	width: 644px;
	margin-left: auto;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 10px 10px 20px 8px rgba(0, 0, 0, 0.1);
	padding: 0 0 10px 0;
	font-size: 15px;
}

.fake_inner img {
	position: absolute;
	left: 28px;
	top: -88px;
	width: 356px;
	z-index: 10;
}

.fake_inner p {
	position: relative;
	box-sizing: border-box;
	line-height: 14.6px;
	padding: 5px 8px 10px 111px;
	font-weight: 500;
	margin-block-end: 0;
	margin-block-start: 0;
}

.fake_inner p:first-child {
	color: rgb(255, 255, 255);
	font-weight: 600;
	background-color: rgb(95, 144, 69);
	padding: 12px 0 15px 102px;
}

.fake_inner p:last-child::before {
	position: absolute;
	content: "";
	top: 22px;
	left: 66px;
	width: 19px;
	height: 14px;
	background: no-repeat url(../images/icon/check_fake.png);
}

.simple_steps {
	height: 370px;
	background-color: rgb(245, 246, 238);
}

.steps {
	position: relative;
	max-width: 790px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 60px auto 0;
}

.step {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 22px;
}

.step div {
	position: relative;
	width: 140px;
	height: 93px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.step:nth-child(2) div {
	justify-content: flex-end;
}

.step div::before {
	position: absolute;
	content: "";
	width: 124px;
	height: 44px;
}

.step:nth-child(1) div::before {
	top: -12px;
	right: -142px;
	background: no-repeat url(../images/icon/arrow_step_down.png);
}

.step:nth-child(2) div::before {
	top: 62px;
	right: -140px;
	background: no-repeat url(../images/icon/arrow_step_up.png);
}

.step div::after {
	position: absolute;
	content: "";
	width: 17px;
	height: 17px;
}

.step:nth-child(1) div::after,
.step:nth-child(2) div::after {
	top: 42px;
	right: -82px;
	background: no-repeat url(../images/icon/cross.png);
}

.step p {
	width: 220px;
	font-weight: 700;
	text-align: center;
	line-height: 24px;
	margin-top: 26px;
}

.action {
	position: relative;
	background-image: url(../img/action.jpg);
	background-size: cover;
	padding: 16px 0 20px;
	z-index: 1;
	box-shadow: 0px 3px 10px 0 rgba(0, 20, 0, 0.23);
}

.action_item {
	width: 100%;
	max-width: 944px;
	display: flex;
	justify-content: space-between;
	margin: auto;
}

.br3,
.br6,
.br5 {
	display: none;
}

.color1 {
	color: rgb(24, 24, 24);
}

.action_item p {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	display: block;
	margin: 0;
	letter-spacing: -0.5px;
	padding: 12px 20px;
}

.action_item p:first-child {
	padding-left: 0;
}

.action_item p:last-child {
	padding-right: 0;
}

.action_item p:nth-child(2)::before,
.action_item p:nth-child(3)::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 1px;
	height: 94px;
	background-color: rgb(255, 255, 255);
}

.bottom_block .btn {
	font-size: 30px;
}

.bottom_block .inputs_wrap {
	padding: 0px 0 8px;
}

.bottom_block .price_list {
	padding: 14px 0 14px;
}

.bottom_block .sale_block {
	margin-top: -122px;
}

/*footer {
	background-color: rgb(20, 20, 20);
	font-size: 12px;
	text-align: center;
	color: rgb(255, 255, 255);
	padding: 20px 0;
}
*/
footer {
    text-align: center;
    padding: 10px 5px;
    color: #000;
   background: #f3f3f3; 
   font-size: 14px !important;
}
footer a {
    color: #000 !important;
    text-decoration: none !important;
    transition: .3s !important;
}
footer a:hover {
cursor: pointer !important;
text-decoration: underline !important;
opacity: 0.8 !important;
}
footer p {
margin: 20px 0;	
}
footer  b {
font-weight: 800;	
}
.footer-content {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-bottom: 5px;
}
.footer-content .footer-left {
background: #ffffff;
padding: 10px;
margin: 5px;
text-align: left;
min-width: 300px;
}
.footer-content .footer-right {
background: #ffffff;
padding: 10px;
margin: 5px;
text-align: left;
min-width: 300px;
}
 @media screen and (max-width: 810px) {
    footer {
        text-align: center;
        padding: 10px 5px;
        color: #000;
        background: #f3f3f3;
    }
}
.owl-prev,
.owl-next {
	box-sizing: border-box;
	position: absolute;
	width: 42px;
	height: 42px;
	top: calc(50% - 26px);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	background-image: url(../images/icon/next.png);
	border: 1px solid rgb(190, 190, 190);
	transition: all 0.2 ease;
}

.owl-prev {
	left: -82px;
	transform: rotate(180deg);
}

.owl-next {
	right: -82px;
}

.owl-prev:hover,
.owl-prev:active {
	background-color: rgb(95, 144, 69);
	background-image: url(../images/icon/next_active.png);
}

.owl-next:hover,
.owl-next:active {
	background-color: rgb(95, 144, 69);
	transform: rotate(0);
	background-image: url(../images/icon/next_active.png);
}

.owl-dots {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: -40px;
	left: calc(50% - 100px);
	width: 200px;
	height: 20px;
	margin: 0;
	padding: 0;
}

.owl-dot {
	display: block;
	width: 6px;
	height: 6px;
	background-color: rgb(170, 171, 154);
	border-radius: 50%;
	margin: 0 10px;
}

.owl-dot.active {
	width: 6px;
	height: 6px;
	background-color: rgb(24, 117, 73);
	padding: 3px;
	background-clip: content-box;
	border: 1px solid rgb(24, 117, 73);
}

@media only screen and (max-width: 980px) {
	.base {
		max-width: 960px;
	}

	.container,
	.header {
		max-width: 620px;
	}

	.header img {
		top: 4px;
		width: 58px;
	}

	.header span {
		max-width: 110px;
		font-size: 14px;
		line-height: 16px;
		padding-left: 10px;
	}

	.header_item:last-child span {
		max-width: 120px;
	}

	.bg_top {
		height: 1072px;
		background-image: url(../images/pl/bg960-1.jpg);
	}

	.h1 {
		font-size: 74px;
	}

	.h1 span {
		font-size: 22px;
		letter-spacing: 0.3px;
		line-height: 23px;
	}

	.h1 span span {
		font-size: 43px;
	}

	.subtitle {
		width: 480px;
		font-size: 18px;
		line-height: 25px;
		margin-top: 24px;
	}

	.list {
		max-width: 248px;
		margin: 30px 0 0 345px;
	}

	.smart {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.sale {
		margin: 62px 0px 0 306px;
	}

	.sale_block {
		max-width: 620px;
		max-height: 200px;
		display: flex;
		margin-top: 104px;
	}

	.count {
		background-color: rgba(53, 62, 75, 1);
	}

	.countbox {
		padding: 6px 0 28px;
	}

	.price_list {
		padding: 14px 0 14px;
	}

	.form {
		display: block;
	}

	.no_form {
		display: none;
	}

	.old_price,
	.new_price {
		font-size: 14px;
	}

	.old_price .price {
		font-size: 30px;
	}

	.old_price .price::after {
		top: 17px;
		left: 0px;
		width: 94px;
	}

	.old_price::after {
		width: 26px;
		height: 28px;
		background: no-repeat url(../images/icon/arrow_price.png);
		background-size: 26px;
	}

	.input {
		width: 226px;
		height: 36px;
	}

	.input input {
		font-size: 15px;
	}

	.input div {
		min-width: 36px;
	}

	.input img {
		width: 16px;
	}

	.inputs_wrap {
		padding: 12px 0 8px;
		background-color: rgba(255, 255, 255, 1);
	}

	.btn_wrap {
		padding: 8px 0 14px;
		background-color: rgba(237, 237, 228, 1);
	}

	.secure span {
		font-size: 12px;
		padding-left: 6px;
	}

	.secure {
		margin-top: 0;
	}

	.secure img {
		width: 8px;
	}

	.btn {
		width: 246px;
		height: 54px;
		border-radius: 8px;
		font-size: 18px;
	}

	.titles {
		width: 620px;
		font-size: 30px;
		line-height: 1.2;
		padding-top: 50px;
	}

	.show {
		height: 776px;
		background-position: top 184px left calc(50% - 495px), top 130px left calc(50% - -464px);
		background-size: 392px, 434px;
	}

	.video_container {
		max-width: 620px;
		margin: 26px auto 0;
	}

	.video {
		max-width: 620px;
		height: 324px;
	}

	.show_slider {
		max-width: 620px;
		margin: 30px auto 0;
	}

	.antiage_inner {
		max-width: 465px;
		flex-wrap: wrap;
		margin: 22px auto 0;
		padding-bottom: 6px;
	}

	.problems {
		background-position: top 424px left calc(50% - 450px), top 270px left calc(50% - -335px), top 532px left calc(50% - -390px);
	}

	.problems .titles {
		letter-spacing: -0.6px;
	}

	.problems > p {
		margin-top: 12px;
	}

	.problems_inner {
		max-width: 468px;
		flex-wrap: wrap;
		padding-bottom: 0;
	}

	.problems_item:nth-child(odd)::before {
		top: -8px;
		right: -88px;
	}

	.problems_item:nth-child(2)::before {
		display: none;
	}

	.problems_item:nth-child(3)::before {
		top: 118px;
		background: no-repeat url(../images/icon/arrow_up.png);
	}

	.problems_item {
		width: 210px;
	}

	.why {
		background-image: url(../images/product.png);
		background-position: top 144px left calc(50% - 112px);
	}

	.why_inner {
		flex-direction: column-reverse;
		background-image: none;
	}

	.why_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.why_item {
		width: 290px;
		margin-top: 18px;
	}

	.why_item:nth-child(4) {
		width: 290px;
	}

	.why .btn {
		width: 300px;
		box-sizing: border-box;
		height: 68px;
		font-size: 24px;
	}

	.btn_block {
		width: 300px;
		padding: 0;
		margin: 58px 0 40px auto;
	}

	.btn_block p {
		margin: 24px 0 20px;
	}

	.effect {
		height: 639px;
		background-image: url(../images/pl/bg960-6.jpg);
	}

	.effect .titles {
		width: 620px;
		padding-left: 190px;
	}

	.effect_inner {
		margin: 48px auto 0;
	}

	.effect_inner p {
		width: 404px;
		line-height: 24px;
		margin-left: 190px;
	}

	.effect_inner h3 {
		width: 404px;
		margin: 50px 0 10px 190px;
	}

	.how {
		height: 707px;
		background-image: url(../images/pl/bg960-7.jpg);
	}

	.how_inner {
		margin-top: 22px;
	}

	.how_inner p {
		width: 282px;
	}

	.how_inner ul {
		margin-top: 18px;
	}
 
	.how_inner li {
		width: 250px;
	}

	.how_inner .btn {
		width: 300px;
		height: 68px;
		margin: 34px 0 0;
		font-size: 24px;
	}

	.expert {
		height: 790px;
		background-image: url(../images/pl/bg960-8.jpg);
	}

	.expert_inner {
		margin: 14px auto 0;
	}

	.expert_inner > p {
		width: 320px;
		margin-left: 292px;
	}

	.caption {
		width: 320px;
		margin: 92px 60px 2px 292px;
	}

	.feedback_slider {
		width: 620px;
		margin: 20px auto 60px;
	}

	.feedback_slide {
		width: 620px;
	}

	.feedback_slide img {
		width: 241px !important;
		height: 481px !important;
		object-fit: cover;
	}

	.feedback_slide .img1 {
		object-position: -8px;
	}

	.feedback_slide .img2 {
		object-position: -50px;
	}

	.feedback_slide .img3 {
		object-position: -74px;
	}

	.comment {
		height: 390px;
		width: 460px;
		padding: 24px 10px 0 34px;
		margin-right: -83px;
		margin-top: 44px;
		z-index: 10;
	}

	.comment::before {
		top: -40px;
	}

	.comment p {
		width: 390px;
		margin-top: 18px;
	}

	.fake {
		height: 604px;
		background-position: top 62px left calc(50% - 354px), top 208px left calc(50% - -420px), top 338px left calc(50% - -610px);
	}

	.fake .titles {
		padding-left: 230px;
		text-align: left;
		box-sizing: border-box;
	}

	.fake_item {
		width: 620px;
		margin-left: 0;
		padding: 0;
	}

	.fake_inner img {
		left: -130px;
		top: 33px;
	}

	.fake_inner p {
		padding: 10px 5px 14px 240px;
		letter-spacing: -0.3px;
	}

	.fake_inner p:first-child {
		padding: 6px 106px 10px 240px;
	}

	.fake_inner p:last-child::before {
		top: 18px;
		left: 210px;
	}

	.steps {
		margin: 28px auto 0;
	}

	.step p {
		width: 166px;
	}

	.step:nth-child(2) p {
		width: 180px;
	}

	.step:nth-child(1) div::before {
		right: -116px;
	}

	.step:nth-child(2) div::before {
		right: -106px;
	}

	.step:nth-child(1) div::after {
		right: -54px;
	}

	.step:nth-child(2) div::after {
		right: -48px;
	}

	.action {
		padding: 0;
	}

	.action_item {
		max-width: 490px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 5px 0;
	}

	.action_item p {
		text-align: center;
		display: block;
		line-height: 1.3;
		margin: 0;
		padding: 8px 0;
	}

	.action_item p:nth-child(2)::before,
	.action_item p:nth-child(3)::before {
		left: calc(50% - 210px);
		width: 420px;
		height: 1px;
	}

	.br1,
	.br2,
	.br5 {
		display: none;
	}

	.bottom_block .sale_block {
		margin-top: 104px;
	}

	.bottom_block .inputs_wrap {
		padding: 12px 0 8px;
	}

	.owl-dots {
		bottom: -35px;
	}

	.owl-prev {
		left: -54px;
	}

	.owl-next {
		right: -54px;
	}
}

@media only screen and (max-width: 665px) {
	body,
	.base {
		max-width: 420px;
	}

	.container {
		max-width: 282px;
	}

	header {
		display: none;
	}

	.bg_top {
		height: 1398px;
		background-image: url(../images/mobile/bg420-1.jpg);
	}

	.main_title {
		max-width: 290px;
	}

	.h1 {
		width: 290px;
		text-align: center;
		font-size: 48px;
	}

	.h1 span {
		font-size: 14px;
		letter-spacing: 0.5px;
		text-align: center;
		line-height: 18px;
		margin-bottom: 20px;
	}

	.h1 span span {
		color: rgb(59, 85, 24);
		font-weight: 700;
		letter-spacing: 2.6px;
		padding-left: 3px;
		margin-left: 0;
		font-size: 29px;
		margin-bottom: 0;
	}

	.h1 > span::before {
		bottom: -13px;
		left: calc(50% - 80px);
		width: 160px;
	}

	.subtitle {
		max-width: 282px;
		text-align: center;
		font-size: 18px;
		line-height: 24px;
		margin-top: 9px;
	}
	.ft-su {
     margin-top: 55px;
	}

	.list {
		margin: 322px 0 0;
	}

	.list li {
		width: 240px;
		padding: 6px 0 7px 44px;
	}

	.list li:first-child,
	.list li:last-child {
		left: 0;
	}

	.sale {
		width: 98px;
		height: 60px;
		font-size: 12px;
		flex-direction: row-reverse;
		margin: 102px 14px 0 -40px;
	}

	.sale p:nth-child(1) {
		transform: rotateZ(90deg) translate(-2px, 17px);
		font-size: 11px;
	}

	.sale p:nth-child(2) {
		font-size: 22px;
		transform: rotateZ(18deg) translate(-4px, -13px);
		margin-left: 3px;
	}

	.sale p:nth-child(2) small {
		font-size: 16px;
	}

	.sale_block {
		flex-direction: column;
		max-height: none;
		margin: 22px 0 0;
	}

	.count {
		background-color: rgba(53, 62, 75, 0.6);
	}

	.count_title {
		font-size: 15px;
		padding-top: 12px;
	}

	.countbox {
		width: 232px;
		padding: 4px 0 20px;
	}

	.countbox_wrap {
		background-size: 66px;
		width: 66px;
		height: 46px;
		padding-top: 6px;
	}

	.countbox_wrap::before {
		top: 14px;
		right: -11px;
	}

	.countbox_num span {
		font-size: 30px;
		letter-spacing: 14px;
		padding-left: 14px;
	}

	.countbox_text {
		font-size: 11px;
	}

	.price_list {
		padding: 8px 0;
	}

	.price {
		font-size: 30px;
	}

	.old_price .price {
		font-size: 28px;
	}

	.old_price,
	.new_price {
		font-size: 13px;
	}

	.secure {
		margin-top: 6px;
	}

	.inputs_wrap {
		padding: 0 0 6px;
	}

	.input {
		width: 242px;
		height: 38px;
	}

	.input input {
		font-size: 16px;
	}

	.titles {
		width: 282px;
		font-size: 27px;
		line-height: 1.12;
		padding-top: 34px;
	}

	.show {
		height: 780px;
		background-position: top 19px left calc(50% - 336px), top -92px left calc(50% - -292px);
		background-size: 392px, 430px;
	}

	.video_container {
		max-width: 420px;
		margin: 28px auto 0;
	}

	.video {
		height: 254px;
		max-width: 420px;
	}

	.show_slider {
		max-width: 282px;
		margin: 24px auto 0;
	}

	.show_slide {
		width: 282px;
		height: 192px;
	}

	.antiage_inner {
		max-width: 227px;
		flex-wrap: nowrap;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		margin: 26px auto 0;
		padding-bottom: 6px;
	}

	.antiage_item p {
		padding-bottom: 10px;
	}

	.problems {
		background-position: top 938px left calc(50% - 321px), top 360px left calc(50% - -170px), top 812px left calc(50% - -164px);
	}

	.problems .titles {
		letter-spacing: 0px;
	}

	.problems_inner {
		flex-wrap: nowrap;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		padding: 0;
		margin: 20px auto 0;
	}

	.problems > p {
		line-height: 24px;
		margin-top: 12px;
	}

	.problems_item:nth-child(3)::before,
	.problems_item:nth-child(odd)::before {
		display: none;
	}

	.why {
		background-position: top 206px left calc(50% - -18px);
		background-size: 325px;
	}

	.why_inner {
		max-width: 420px;
		flex-direction: column;
		margin-top: 320px;
	}

	.why_list {
		width: 100%;
	}

	.why_item {
		width: 100%;
		margin-top: 0px;
		padding: 42px 0 12px;
	}

	.why_item:nth-child(4) {
		width: 100%;
	}

	.why_item:nth-child(1) p {
		box-sizing: border-box;
		padding-right: 10px;
	}

	.why_item:nth-child(odd) {
		background-color: rgba(0, 0, 0, 0.1);
	}

	.why_item h4 {
		width: 282px;
		margin: 0 auto;
	}

	.why_item p {
		width: 282px;
		margin: 10px auto 0;
	}

	.why_item::before {
		top: 8px;
		left: calc(50% - 142px);
	}

	.why_item p {
		font-size: 16px;
		line-height: 18px;
		margin-top: 10px;
	}

	.btn_block {
		width: 100%;
		padding: 16px 0 30px;
		background-color: rgba(0, 0, 0, 0.1);
		margin: 0;
	}

	.btn_block h3 {
		width: 282px;
		margin: 0 auto;
		font-size: 27px;
	}

	.btn_block p {
		width: 282px;
		margin: 0 auto;
	}

	.btn_block .btn {
		width: 282px;
		margin: 36px auto 0;
		font-size: 22px;
	}

	.effect {
		height: 1198px;
		background-image: url(../images/mobile/bg420-6.jpg);
	}

	.effect .titles {
		padding: 34px 0 0;
		width: 282px;
		text-align: center;
	}

	.effect_inner {
		margin: 406px auto 0;
	}

	.effect_inner p {
		width: 282px;
		margin-left: 0;
	}

	.effect_inner h3 {
		width: 282px;
		line-height: 24px;
		margin: 36px 0 6px;
	}

	.how {
		height: 1201px;
		background-image: url(../images/mobile/bg420-7.jpg);
	}

	.how_inner {
		margin-top: 448px;
	}

	.how_inner ul {
		margin-top: 18px;
	}

	.how_inner li {
		width: 236px;
		padding: 9px 0 8px 46px;
	}

	.how_inner .btn {
		width: 282px;
		height: 66px;
		margin: 22px 0 0;
		font-size: 22px;
	}

	.expert {
		height: 1268px;
		background-image: url(../images/mobile/bg420-8.jpg);
	}

	.expert_inner {
		display: flex;
		flex-direction: column;
		margin: 454px auto 0;
	}

	.caption {
		width: 282px;
		text-align: center;
		line-height: 18px;
		margin: 0 0 12px;
	}

	.caption p:first-child {
		margin-bottom: 2px;
	}

	.expert_inner > p {
		width: 282px;
		margin-left: 0;
	}

	.feedback_slider {
		width: 282px;
		height: 895px;
		margin: 30px auto 50px;
	}

	.feedback_slide {
		flex-direction: column-reverse;
		width: 282px;
		height: 895px;
	}

	.feedback_slide img {
		width: 282px !important;
		height: 261px !important;
		object-position: 0;
	}

	.feedback_slide .img1 {
		object-position: 0 0;
	}

	.feedback_slide .img2 {
		object-position: 0 0;
	}

	.feedback_slide .img3 {
		object-position: 0 0;
	}

	.comment {
		height: 588px;
		width: 282px;
		padding: 20px 0 0;
		margin-right: 0;
	}

	.comment::before {
		top: -26px;
	}

	.comment::after {
		top: 12px;
		right: 10px;
	}

	.feedback h4 {
		width: 90%;
		text-align: center;
		line-height: 24px;
		margin: 0 auto;
	}

	.comment p {
		width: 240px;
		margin-top: 18px;
		padding-left: 24px;
	}

	.fake {
		height: 1076px;
		overflow: hidden;
		background-position: top 62px left calc(50% - 354px), top 208px left calc(50% - -420px), top 338px left calc(50% - -610px);
	}

	.fake_inner {
		position: relative;
		margin-top: 28px;
	}

	.fake .titles {
		padding-left: 0;
		text-align: center;
	}

	.fake_inner p {
		padding: 14px 10px 10px 26px;
	}

	.fake_inner p:first-child {
		padding: 6px 26px 10px;
	}

	.fake_inner p:last-child::before {
		top: 20px;
		left: 3px;
	}

	.fake_inner img {
		position: relative;
		left: 0;
		top: 0;
		width: 340px;
	}

	.fake_item {
		width: 282px;
		margin-left: 0;
		padding: 0 0 10px;
		margin-top: 18px;
	}

	.simple_steps {
		height: 690px;
	}

	.simple_steps .titles {
		width: 282px;
	}

	.steps {
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		margin: 14px auto 0;
	}

	.step:nth-child(1) div::before,
	.step:nth-child(2) div::before,
	.step:nth-child(1) div::after,
	.step:nth-child(2) div::after {
		display: none;
	}

	.step p {
		width: 220px;
		margin-top: 18px;
	}

	.action {
		padding: 0;
	}

	.br1,
	.br3,
	.br6 {
		display: block;
	}

	.br4 {
		display: none;
	}

	.action_item {
		max-width: 300px;
	}

	.action_item p {
		padding: 10px 0;
	}

	.action_item p:nth-child(2)::before,
	.action_item p:nth-child(3)::before {
		left: calc(50% - 113px);
		width: 226px;
	}

	.old_price::after {
		width: 24px;
		height: 26px;
		background-size: 24px;
	}

	.old_price::after {
		top: calc(50% - 5px);
		right: -8px;
	}

	.bottom_block .sale_block {
		margin-top: 22px;
	}

	.bottom_block .inputs_wrap {
		padding: 0 0 8px;
	}

	.bottom_block .price_list {
		padding: 10px 0;
	}

	footer {
		max-width: 420px;
		margin: auto;
	}

	.owl-prev {
		background-color: rgb(243, 244, 234);
		left: -24px;
	}
	.owl-next {
		background-color: rgb(243, 244, 234);
		right: -24px;
	}

	.feedback .owl-prev,
	.feedback .owl-next {
		top: 106px;
	}
}

footer a {
	color: #fff;
	text-decoration: underline;
	font-size: 12px;
}



.container.show_slider1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: baseline;
    align-content: center;
    padding-top: 5em;
}

.problems_pdf {
    display: flex;
    width: 100%;
    flex-direction: row;
    padding-bottom: 3em;
}


.wrapper-garants {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper-garant {
    width: 150px;
    height: auto;
    flex: 1 0 auto;
}

.wrapper-text {
    font-size: 20px;
    font-weight: bold;
    padding: 0 20px;
}

.wrapper-text span {
    font-size: 25px;
    display: block;
    width: fit-content;
    text-align: center;
    background: url(../images/marker.png) center center/cover no-repeat;
    margin: 0 auto;
    margin-top: 10px;
    text-transform: uppercase;
    padding: 5px 10px;
}

.wrapper-garant img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.wrapper-cert {
    flex: 1 0 auto;
    width: 250px;
    height: 355px;
}

.wrapper-cert img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    .wrapper-garants {
        flex-direction: column;
    }
    .wrapper-garant {
        width: 100px;
        margin-bottom: 20px;
    }
    .wrapper-text {
        margin-bottom: 20px;
        text-align: center;
    }
}
@media screen and (max-width: 810px) {
    p.form-text {
        font-size: 14px;
        margin:0;
    }
}

section.last_section1 h1 {
    h1 span {
    color: #aa9475;
    font-weight: 700;
};
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1.3;
    font-weight: 700;
    color: #3e5800;
    margin-top: 1em;
    margin-bottom: 0;
}

section.last_section1 {
    margin-bottom: 1em;
}



@media only screen and (max-width: 980px){
	
.container.show_slider1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: baseline;
    align-content: center;
    padding-top: 5em;
}	

	
.show_slide {
    display: flex;
    width: 237px;
    height: 158px;
    border-radius: 6px;
    overflow: hidden;
    padding: 7px;
    align-content: center;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
    flex-direction: column;
}

.show_slide img {
    width: 100%;
}
}
.btn-mobile_lip {
 display: none;   
}
.btn-mobile_lip .btns {
 appearance: none;
    -webkit-appearance: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    height: 68px;
    font-size: 22px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-family: inherit;
    border: 1px solid rgb(255, 255, 255);
    background-color: rgb(255, 157, 2);
    text-align: center;
    border-radius: 0px;
    cursor: pointer;
    transition: all 0.2s ease;
    margin: 0px auto;   
    text-decoration: none;
}
@media screen and (max-width: 810px) {
.btn-mobile_lip {
display: block;
    position: sticky;
    bottom: 0;
    z-index: 999;
}     
   
}
