* {
	box-sizing: border-box;
	outline: none;
}
body {
	padding: 0;
	margin: 0;
	font-family: "Panton", sans-serif;
	color: #33381A;
}
.wrapper {
	overflow: hidden;
}
.container {
	max-width: 1212px;
	margin: 0 auto;
	display: block;
	position: relative;
}
.sec_top {
	background: url(../img/bg.jpg) no-repeat;
	background-position: center 0;
	background-size: cover;
	padding-top: 63px;
	padding-bottom: 58px;
}
.flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .rr a {
	color: #33381A;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	text-decoration: none;
}
.header p {
	margin: 0;
	color: #33381A;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
}
.header p.logo_m {
	font-weight: 700;
	font-size: 20px;
	line-height: 16px;
	color: #fff;
	display: none;
}
.header p span {
	display: block;
	color: #CC2F6F;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
}
.header .rr {
	flex: 0 0 55%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mob_hh {
	background: #D43B73;
	padding: 18px 0;
	display: none;
}
.mob_hh .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mob_hh .burg {
	display: block;
	width: 24px;
	cursor: pointer;
}
.mob_hh .burg span {
	display: block;
	width: 100%;
	background: #fff;
	height: 3px;
	border-radius: 5px;
	margin-bottom: 8px;
}
.mob_hh .burg span:last-child {
	margin-bottom: 0;
}
.mob_hh p {
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	line-height: 16px;
	margin: 0;
}
h1 {
	font-family: "Futurama-Bold-Font", sans-serif;
	font-size: 40px;
	line-height: 52px;
	margin-top: 22px;
	margin-bottom: 25px;
}
h1 img {
	display: inline;
	vertical-align: middle;
}
p.bot_h {
	font-weight: 400;
	font-size: 22px;
	line-height: 28px;
	max-width: 425px;
}
.listing {
	margin-top: 34px;
}
.listing .item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.listing .item .circle {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	background: #D43A73;
}
.listing .item .circle img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.listing .item p {
	font-size: 16px;
	line-height: 24px;
	padding-left: 20px;
	max-width: 298px;
}
.listing .item p b {
	display: block;
}
.prod {
	position: absolute;
	left: 49%;
	top: 241px;
	transform: translateX(-50%);
}
.form_block {
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(48, 53, 25, 0.05);
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	border-radius: 8px;
	width: 100%;
	max-width: 384px;
	position: absolute;
	right: 0;
	top: 83px;
	padding: 33px 31px 20px 31px;
}
.form_block p.top {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	margin: 0 auto 33px;
}
.form_block p.top b {
	font-weight: 900;
}
.form_block .price_block {
	display: flex;
	justify-content: space-between;
	text-align: center;
	max-width: 304px;
	margin: 0 auto 27px;
}
.form_block .price_block .price p {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #7C8187;
	margin: 0 0 5px 0;
}
.form_block .price_block .price .prc-old {
	text-decoration: line-through;
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	color: #7C8187;
}
.form_block .price_block .price .prc-new {
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #CC2F6F;
}
.form_block form p.label {
	font-size: 14px;
	line-height: 20px;
	padding-left: 10px;
	margin-bottom: 0;
	color: #7C8187;
}
.form_block form input {
	border: none;
	border-bottom: 1px solid #A7A7A7;
	display: block;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 26px;
	margin-left: 8px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #424557;
}
.form_block form .last_prod {
	text-align: center;
	font-size: 14px;
	line-height: 17px;
	color: #7C8187;
	margin-top: -12px;
}
.form_block form .last_prod span {
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	background: #3A883A;
	text-align: center;
	padding-top: 8px;
	margin: 0 9px;
	color: #fff;
}
form button {
	display: block;
	box-sizing: border-box;
	background: #CC2F6F;
	border-radius: 36px;
	text-align: center;
	cursor: pointer;
	padding: 21px 0;
	width: 100%;
	border:  none;
	font-family: 'Panton';
	font-weight: 700;
	margin: 25px 0 20px 0;
	font-size: 28px;
	line-height: 33px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.12);
}
.form_block .protect img {
	display: inline-block;
	vertical-align: middle;
}
.form_block .protect img.hidel {
	display: none;
}
.form_block .protect p {
	font-weight: 400;
	font-size: 10px;
	line-height: 12px;
	color: #7C8187;
	display: inline-block;
	vertical-align: middle;
	width: 80%;
	margin-left: 12px;
}
.form_block .abs_text {
	font-weight: 400;
	font-size: 14px;
	line-height: 26px;
	color: #B4B4B4;
	position: absolute;
	bottom: -54px;
	left: 0;
}
.line_purp {
	background: #D43A73;
}
.line_purp .flex {
	max-width: 1153px;
	margin-left: 25px;
	padding-top: 23px;
	padding-bottom: 40px;
}
.line_purp .block_purp p {
	color: #fff;
	font-size: 22px;
	line-height: 28px;
	margin-left: 27px;
}
.line_purp .block_purp {
	flex:  0 0 45%;
	justify-content: flex-start;
	display: flex;
	align-items: center;
}
.anannas {
	position: absolute;
	right: -258px;
	top: -140px;
}
.sec_two {
	padding-top: 29px;
	padding-bottom: 50px;
}
h2 {
	text-align: center;
	font-weight: 700;
	font-size: 42px;
	line-height: 58px;
	color: #000000;
	margin: 0 0 62px 0;
}
h2 span {
	color: #D43A73;
}
.sec_two .flex {
	display: flex;
	flex-wrap: wrap;
	max-width: 1046px;
	margin: 0 auto;
}
.sec_two .item {
	flex: 0 0 47%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 42px;
}
.sec_two .item img {
	max-width: 112px;
}
.sec_two .item p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	margin-left: 48px;
}
.sec_two .item p span {
	display: block;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	margin-bottom: 3px;
}
.sec_three {
	position: relative;
	padding-top: 18px;
	padding-bottom: 189px;
}
.sec_three .bg_three {
	width: 200%;
	height: 661px;
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%) skewY(7deg);
	background: #5C9745;
}
.sec_three h3 {
	max-width: 540px;
	color: #fff;
	font-weight: 700;
	font-size: 42px;
	line-height: 58px;
	margin: 0 0 33px 0;
}
.sec_three p {
	font-weight: 400;
	font-size: 22px;
	line-height: 36px;
	color: #fff;
	margin: 0;
	max-width: 676px;
}
.sec_three .wooman_f {
	position: absolute;
	top: -255px;
	right: -259px;
}
.sec_four {
	padding-bottom: 44px;
}
.sec_four h2 {
	margin-bottom: 40px;
}
.sec_four p.bot_h {
	margin: 0 auto;
	max-width: 835px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}
.sec_four .flex {
	max-width: 1200px;
	margin: 55px auto 0;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
.sec_four .item {
	flex: 0 0 33.333%;
	margin-bottom: 30px;
}
.sec_four .item:nth-child(4), 
.sec_four .item:nth-child(5) {
	flex: 0 0 38%;
}
.sec_four .item .circ {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: #D53A73;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.sec_four .item .circ img {
	position: absolute;
	left: -6px;
	top: 9px;
}
.sec_four .item p span {
	display: block;
	font-weight: 700;
}
.sec_four .item p {
	font-size: 16px;
	line-height: 22px;
	display: inline-block;
	vertical-align: middle;
	width: 72%;
	margin-left: 23px;
}
.sec_four .container {
	max-width: 1300px;
}
.sec_four .item:nth-child(2) .circ img {
	top: 0px;
  	left: -2px;
}
.sec_four .item:nth-child(3) .circ img {
	top: -10px;
	left: -6px;
}
.sec_four .item:nth-child(4) .circ img {
	top: -6px;
	left: -25px;
}
.sec_four .item:nth-child(5) .circ img {
	top: 18px;
	left: -29px;
}
.sec_five {
	position: relative;
	padding-top: 111px;
	padding-bottom: 118px;
}
.sec_five .bg_three {
	width: 200%;
	height: 616px;
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%) skewY(8deg);
	background: #5C9745;
}
.sec_five .form_cast {
	width: 100%;
	max-width: 1008px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.sec_five .form_cast .list_form {
	position: absolute;
	left: -313px;
	top: -10px;
	z-index: 0;
}
.sec_five .form_cast .list_form2 {
	position: absolute;
	right: -161px;
	top: 0;
	z-index: 0;
}
.sec_five .form_cast .list_form3 {
	position: absolute;
	right: -122px;
	bottom: -74px;
	z-index: 0;
}
.sec_five .form_cast .flex {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	position: relative;
	z-index: 2;
	background: #fff;
	box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.24);
	border-radius: 6px;
	padding-bottom: 49px;
	align-items: flex-start;
}
.sec_five .form_cast .flex:before {
	content: "";
	width: 534px;
	height: 803px;
	transform: rotate(14deg);
	position: absolute;
	z-index: 0;
	left: -79px;
	top: -121px;
	background: #FAFAFA;
}
.sec_five .form_cast .flex .ll {
	flex: 0 0 48%;
	text-align: center;
	position: relative;
	padding-top: 42px;
}
.sec_five .form_cast .flex .ll:after {

}
.sec_five .form_cast .flex .rr {
	flex: 0 0 52%;
}
.sec_five .form_cast .flex .ll p {
	margin: 7px 0 -22px 79px;
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	text-align: left;
}
.sec_five .form_cast .flex .ll img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 398px;
}
.sec_five .form_cast .flex .ll img.text_svg {
	max-width: 324px;
	margin: 0 auto;
}

.timer_mobile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 200px;
	margin: 0 auto;
}
.wrapper_over {
	overflow: hidden;
}
.timer .timer_section {
	padding: 0;
	margin: 0;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	color: #fff;
	box-sizing: border-box;
}
.timer .timer_mobile {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.timer .time {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	background: #3A883A;
	border-radius: 4px;
	width: 48px;
	height: 48px;
	text-align: center;
	padding-top: 13px;
}
.timer .timer_inner {
	position: relative;
}
.timer .timer_inner:nth-child(2) {
	margin: 0 16px;
}
.timer .timer_inner:not(:last-child) .time:before {
	content: ":";
	position: absolute;
	font-weight: bold;
	font-size: 22px;
	color: #91BA47;
	right: -16px;
	top: 11px;
}
.timer .timer_inner p {
	display: none;
	padding: 0;
	margin: 0;
	font-size: 10px;
	line-height: 20px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -23px;
	color: #000;
}
.timer_title {
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 20px;
}
.timer_block p.time_p {
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	margin-bottom: 11px;
}
.sec_five .form_cast .flex .rr .timer_block {
	padding-top: 34px;
}
.sec_five p.big {
	font-weight: 900;
	font-size: 14px;
	line-height: 20px;
	color: #7C8187;
	text-align: center;
	margin-top: 26px;
	margin-bottom: 22px;
}
.sec_five .price_f {
	text-align: center;
}
.sec_five .price_f p {
	margin: 0;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
}
.sec_five .price_f p span {
	display: block;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #CC2F6F;
	margin-top: 8px;
}
.sec_five form {
	max-width: 310px;
	margin: 24px auto 0;
}
.sec_five form p.lb {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	margin: 0 0 4px 0;
	padding-left: 7px;
}
.sec_five form input {
	display: block;
	width: 100%;
	max-width: 310px;
	background: #FFFFFF;
	border: 1px solid #E1E1E1;
	border-radius: 3.33333px;
	margin-bottom: 17px;
	height: 40px;
	padding-left: 10px;
}
.sec_five form button {
	position: relative;
	max-width: 262px;
	font-size: 18px;
	line-height: 22px;
	padding: 17px 0;
	margin: 30px auto 0;
}
.sec_five form button:after {
	content: '';
	position: absolute;
	right: -7px;
	top: -5px;
	width: 37px;
	height: 34px;
	background: url(../img/capl.png) no-repeat;
}
.sec_six {
	padding-bottom: 59px;
}
.sec_six .flex {
	align-items: flex-start;
	margin-top: 86px;
	margin-bottom: 49px;
}
.sec_six .flex .item {
	flex: 0 0 29%;
	position: relative;
	padding-left: 150px;
}
.sec_six .flex .item p {
	margin: 0 0 22px 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
}
.sec_six .flex .item p.big {
	font-size: 16px;
	line-height: 24px;
	color: #3A883A;
	font-weight: 900;
	margin-bottom: 10px;
}
.sec_six .flex .item img {
	position: absolute;
	left: 45px;
	top: -13px;
}
.sec_six p.ctr_big {
	text-align: center;
	font-size: 22px;
	line-height: 36px;
	font-weight: 700;
	margin: 0;
}
.big_last_sec {
	background: url(../img/bg_last.jpg) no-repeat;
	background-position: center 0;
	background-size: cover;
	padding-top: 125px;
	padding-bottom: 128px;
	position: relative;
	overflow: hidden;
}
.big_last_sec .doc {
	max-width: 1660px;
	margin: 0 auto;
	background: #fff;
	padding-top: 78px;
	padding-bottom: 77px;
}
.big_last_sec .doc_block {
	align-items: flex-start;
}
.big_last_sec .doc_block .ll_doc {
	flex: 0 0 24%;
	text-align: center;
}
.big_last_sec .doc_block .ll_doc img {
	display: block;
	margin: 15px auto 0;
	max-width: 100%;
}
.big_last_sec .doc_block .ll_doc p.name {
	font-weight: 900;
	font-size: 22px;
	line-height: 26px;
	color: #D53A73;
	margin: 30px 0 8px 0;
}
.big_last_sec .doc_block .ll_doc p.discr {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	margin: 0;
} 
.big_last_sec .doc_block .rr_doc {
	flex: 0 0 74%;
	padding-top: 8px;
}
.big_last_sec .doc_block .rr_doc p {
	font-weight: 400;
	font-size: 22px;
	line-height: 28px;
	margin: 0 0 26px 0;
}
.big_last_sec .doc_block .rr_doc p:last-child {
	margin-bottom: 0;
}
.reviews_block {
	background: #D53A73;
	padding-top: 60px;
	padding-bottom: 50px;
}
.reviews_block h2 {
	color: #fff;
	margin-bottom: 50px;
}
.reviews_block .item {
	background: #FFFFFF;
	border-radius: 15px;
	padding: 36px 16px 23px 16px;
	margin: 0 16px;
}
.reviews_block .item img {
	display: block;
	margin: 0 auto 20px;
}
.reviews_block .item p.name {
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	margin: 0 0 20px 0;
}
.reviews_block .item p.rev_dics {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	margin: 0;
	min-height: 260px;
}
.slick-prev, .slick-next {
	width: 30px;
	height: 60px;
	top: 37%;
}
.slick-prev {
	left: -45px;
}
.slick-next {
	right: -45px;
}
.slick-prev:before {
	content: url(../img/arrow_l.svg);
	position: absolute;
	left: 0;
	top: 0;
}
.slick-next:before {
	content: url(../img/arrow_r.svg);
	position: absolute;
	left: 0;
	top: 0;
}
.big_last_sec .faq_block {
	max-width: 1660px;
	margin: 0 auto;
	background: #fff;
	padding-top: 88px;
}
.faq_block .faq_block_inner {
	background: #fff;
	max-width: 1466px;
	margin: 0 auto;
	box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.24);
	border-radius: 6px;
	padding-top: 41px;
	padding-bottom: 70px;
}
.big_last_sec .faq_block h2 {
	text-align: center;
	margin-bottom: 55px;
	color: #33381A;
}
.big_last_sec .faq_block .qe_item {
	position: relative;
	border-bottom: 2px solid #BABEC2;
	margin-bottom: 46px;
}
.big_last_sec .faq_block p.name {
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	color: #D53A73;
	margin: 0 0 14px 0;
	cursor: pointer;
}
.big_last_sec .faq_block p.hide_d {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	display: none;
	padding-bottom: 29px;
	margin: 0;
}
.big_last_sec .faq_block .qe_item svg {
	position: absolute;
	right: 33px;
	top: 12px;
	cursor: pointer;
}
.las_block_f {
	margin-top: 128px;
	position: relative;
	padding-bottom: 340px;
}
.las_block_f .prod {
	position: absolute;
	left: 49%;
	top: 155px;
	transform: translateX(-50%);
}
.las_block_f .form_block {
	background: #CC2F6F;
	top: 0;
}
.las_block_f .form_block * {
	color: #fff !important;
}
.las_block_f .form_block .abs_text {
	color: #B4B4B4 !important;
}
.las_block_f .form_block form button {
	background: #fff;
	color: #CC2F6F !important;
}
.las_block_f .form_block form .last_prod span {
	background: #fff;
	color: #CC2F6F !important;
}
.las_block_f .form_block form input {
	color: #fff;
	border-color: #fff;
	background: transparent;
}
.las_block_f .form_block form input::-webkit-input-placeholder {color:#fff;}
.las_block_f .form_block form input::-moz-placeholder          {color:#fff;}
.las_block_f .form_block form input:-moz-placeholder           {color:#fff;}
.las_block_f .form_block form input:-ms-input-placeholder      {color:#fff;}
.big_last_sec .bot_img {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
footer {
	background: #fff;
	text-align: center;
	padding: 30px 0;
}
footer * {
	color: #D53A73;
}
@media screen and (min-width: 2000px) {
	.big_last_sec .bot_img {
		bottom: -80px;
	}
}
@media screen and (min-width: 2200px) {
	.big_last_sec .bot_img {
		bottom: -120px;
	}
}
@media screen and (min-width: 2400px) {
	.big_last_sec .bot_img {
		bottom: -200px;
	}
}
@media screen and (min-width: 2500px) {
	.big_last_sec .bot_img {
		bottom: -250px;
	}
}
@media screen and (max-width: 1900px) {
	.header p {
		padding-left: 82px;
	}
}
@media screen and (max-width: 1350px) {
	.header p {
		padding-left: 0;
	}
	.container {
		max-width: 900px;
	}
	h1 {
		max-width: 500px;
		font-size: 26px;
		line-height: 42px;
	}
	h1 img {
		max-width: 260px;
	}
	h1 br {
		display: none;
	}
	p.bot_h {
		font-size: 20px;
	}
	.form_block {
		max-width: 350px;
		padding: 33px 15px 20px 15px;
	}
	.form_block form input {
		margin-left: 0;
	}
	form button {
		font-size: 25px;
		padding: 16px 0;
	}
	.prod {
		left: 52%;
		top: 327px;
		max-width: 348px;
	}
	.line_purp .block_purp p {
		font-size: 18px;
	}
	.line_purp .block_purp {
		flex: 0 0 50%;
	}
	.anannas {
		position: absolute;
		right: -258px;
		top: -114px;
		max-width: 200px;
	}
	.line_purp .flex {
		margin-bottom: 23px;
	}
	.sec_two .item p {
		margin-left: 30px;
	}
	.sec_three h3 {
		font-size: 38px;
		line-height: 48px;
	}
	.sec_three p {
		font-size: 20px;
		max-width: 476px;
		line-height: 32px;
	}
	.sec_three .wooman_f {
		position: absolute;
		top: -208px;
		right: -364px;
		max-width: 900px;
	}
	.sec_four .flex {
		padding: 0 30px;
	}
	.sec_four .item {
		flex: 0 0 32%;
	}
	.sec_four .item p {
		width: 63%;
		font-size: 12px;
		margin-left: 15px;
		line-height: 17px;
	}
	.sec_five .form_cast .flex .ll p {
		margin-left: 58px;
		margin-bottom: 30px;
	}
	.sec_six .flex .item {
		flex: 0 0 33%;
		padding-left: 110px;
	}
	.sec_six .flex .item img {
		left: 0;
	}
	.sec_six .flex .item p {
		font-size: 14px;
		margin-bottom: 18px;
	}
	.big_last_sec {
		padding-top: 50px;
	}
	.big_last_sec .doc_block .rr_doc p {
		font-size: 18px;
		line-height: 24px;
	}
	.big_last_sec .doc h2 {
		margin-bottom: 40px;
	}
	.big_last_sec .doc_block .ll_doc {
		flex: 0 0 30%;
	}
	.big_last_sec .doc_block .rr_doc {
		flex: 0 0 66%;
		padding-top: 8px;
	}
	.big_last_sec .doc {
		padding-top: 60px;
	}
	.reviews_block .item img {
		max-width: 100%;
	}
	.las_block_f .prod {
		position: absolute;
		left: 52%;
		top: 212px;
	}
	.las_block_f {
		padding-bottom: 140px;
	}
	.slick-next {
		right: -30px;
	}
	.slick-prev {
		left: -30px;
	}
	.big_last_sec .faq_block {
		padding-top: 0
	}
}
@media screen and (max-width: 979px) {
	.container, .sec_four .container {
		max-width: 710px;
	}
	.sec_top {
		padding-top: 40px;
	}
	.form_block {
		max-width: 310px;
	}
	.form_block form .last_prod span {
		margin: 0 5px;
	}
	h1 img {
		max-width: 230px;
	}
	h1 {
		max-width: 380px;
	}
	p.bot_h {
		max-width: 370px;
		font-size: 19px;
	}
	.listing .item p {
		max-width: 210px;
		font-size: 14px;
		line-height: 22px;
	}
	.prod {
		left: 47%;
		top: 379px;
		max-width: 289px;
	}
	.header .rr {
		flex: 0 0 63%;
	}
	.line_purp .block_purp p {
		margin-left: 16px;
		font-size: 16px;
	}
	.line_purp .block_purp img {
		max-width: 60px;
	}
	.line_purp .flex {
		margin: 0;
		padding: 0;
	}
	.line_purp {
		padding: 20px 0;
	}
	.anannas {
		display: none;
	}
	h2 {
		font-size: 32px;
		line-height: 42px;
		margin-bottom: 40px;
	}
	.sec_two .item {
		flex: 0 0 50%;
	}
	.sec_two .item p {
		margin-left: 15px;
		font-size: 14px;
	}
	.sec_two .item p br {
		display: none;
	}
	.sec_three .wooman_f {
		display: none;
	}
	.sec_three p {
		max-width: 100%;
	}
	.sec_three h3 {
		max-width: 100%;
	}
	.sec_three {
		padding-top: 70px;
	}
	.sec_three .bg_three {
		height: 540px;
	}
	.sec_four .item {
		flex: 0 0 50%;
	}
	.sec_four .flex {
		justify-content: space-between;
	}
	.sec_four .item:nth-child(4) {
		flex: 0 0 50%;
	}
	.sec_four .item:nth-child(5) {
		flex: 0 0 100%;
	}
	.sec_four .item p {
		font-size: 14px;
	}
	.sec_five .form_cast .flex:before {
		display: none
	}
	.sec_five .form_cast .flex .ll p {
		margin: 0 auto 20px;
		text-align: center;
	}
	.sec_five .form_cast .flex .ll img.text_svg {
		max-width: 250px;
	}
	.sec_six .flex .item img {
		max-width: 70px;
	}
	.sec_six .flex .item {
		padding-left: 80px;
	}
	.sec_six .flex .item p {
		line-height: 20px;
		margin-bottom: 12px;
	}
	.reviews_block .item {
		margin: 0 10px;
	}
	.slick-next {
		right: -25px;
	}
	.slick-prev {
		left: -25px;
	}
	.las_block_f .prod {
		position: absolute;
		left: 47%;
		top: 300px;
	}
	.las_block_f {
		padding-bottom: 90px;
	}
	.big_last_sec {
		padding-bottom: 60px;
	}
}
@media screen and (max-width: 767px) {
	.container, .sec_four .container {
		max-width: 480px;
		padding: 0 18px;
	}
	.form_block {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		max-width: 100%;
	}
	.prod, .las_block_f .prod {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		display: block;
		margin: 0 auto;
		max-width: 100%;
		transform: none;
	}
	.sec_top h1 {
		margin-top: 60px
	}
	h1 {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 0;
	}
	h1 img {
		display: block;
		margin: 0 auto;
		max-width: 100%;
	}
	.header p.logo_m {
		display: block
	}
	.sec_top {
		padding-top: 0;
	}
	.mob_hh {
		display: block;
	}
	.header {
		background: #D43B73;
		position: absolute;
		width: 100%;
		left: 0;
		top: -800px;
		padding-top: 80px;
		padding-bottom: 80px;
		z-index: 5;
		transition: all 0.5s;
	}
	.header.act {
		top: -60px;
	}
	.header .ll {
		display: none;
	}
	.header .flex {
		display: block
	}
	.header .rr {
		display: block;
	}
	.header .rr a {
		display: block;
		text-align: center;
		color: #fff;
		margin-bottom: 20px;
		font-size: 20px;
	}
	.sec_top {
		background: url("../img/bg1_mob.jpg") no-repeat;
		background-position: center 0;
		background-size: cover;
	}
	p.bot_h {
		font-size: 14px;
		line-height: 20px;
		max-width: 100%;
	}
	.listing .item p {
		max-width: 100%;
	}
	.listing .item .circle {
		min-width: 40px;
	}
	.listing {
		margin-bottom: 35px;
	}
	.form_block .abs_text {
		left: 50%;
		transform: translateX(-50%);
		color: #CC2F6F;
	}
	.line_purp .flex {
		display: block;
	}
	.line_purp .block_purp {
		flex: 0 0 100%;
		justify-content: center;
	}
	.line_purp .block_purp:last-child {
		text-align: center;
		display: block;
		margin-top: 20px;
	}
	.line_purp .block_purp:last-child img {
		display: none
	}
	.line_purp .block_purp:last-child p {
		display: block;
		margin-left: 0;
	}
	.line_purp .block_purp p {
		margin-top: 0;
		margin-bottom: 0;
	}
	h2 {
		font-size: 22px;
		line-height: 25px;
		margin-bottom: 25px;
	}
	.sec_two .item {
		flex: 0 0 100%;
		margin-bottom: 20px;
	}
	.sec_two .item img {
		max-width: 77px;
	}
	.sec_three {
		padding-bottom: 505px;
	}
	.sec_three h3 {
		font-size: 22px;
		line-height: 25px;
	}
	.sec_three p {
		font-size: 14px;
		line-height: 20px;
	}
	.sec_three .wooman_f {
		display: block;
		left: 50%;
		transform: translateX(-50%);
		max-width: 490px;
		top: 240px;
	}
	.sec_three .bg_three {
		height: 793px;
	}
	.sec_four p.bot_h {
		font-size: 14px;
		line-height: 20px;
	}
	.sec_four .flex {
		padding: 0;
	}
	.sec_four .item, .sec_four .item:nth-child(4) {
		flex: 0 0 100%;
	}
	.sec_four .item p {
		line-height: 20px;
	}
	.sec_four .item p span {
		font-size: 16px;
		line-height: 22px;
	}
	.sec_four .item {
		margin-bottom: 0;
	}
	.sec_five .form_cast .flex {
		padding: 0 14px;
	}
	.sec_five .form_cast .flex .ll {
		flex: 0 0 100%;
	}
	.sec_five .form_cast .flex .rr {
		flex: 0 0 100%;
		padding-bottom: 60px
	}
	.sec_five form {
		max-width: 100%;
	}
	.sec_five form input {
		width: 100%;
		max-width: 100%;
	}
	.sec_five .form_cast .flex .ll p {
		font-size: 14px;
		line-height: 20px;
		margin-top: 15px;
	}
	.sec_five .form_cast .flex .rr .timer_block {
		padding-top: 0;
	}
	.sec_five .form_cast .list_form3 {
		max-width: 174px;
		z-index: 3;
		right: -5px;
		bottom: -65px;
	}
	.sec_five .form_cast .list_form2 {
		display: none;
	}
	.sec_five .form_cast .list_form {
		left: 0;
		top: -140px;
		transform: rotate(5deg);
	}
	.sec_five .bg_three {
		height: 1240px;
	}
	.sec_six .flex {
		flex-wrap: wrap;
		margin-top: 45px;
	}
	.sec_six .flex .item {
		flex: 0 0 100%;
		margin-bottom: 60px;
		padding-left: 105px;
	}
	.sec_six .flex .item img {
		max-width: 85px;
	}
	.sec_six p.ctr_big {
		font-size: 14px;
		line-height: 20px;
	}
	.sec_six .flex {
		margin-bottom: 0;
	}
	.sec_six {
		padding-bottom: 39px;
	}
	.big_last_sec {
		background: url(../img/bg_last_mob.jpg) no-repeat;
		background-position: center 0;
		background-size: cover;
		padding: 24px;
		padding-bottom: 60px;
	}
	.big_last_sec .doc_block {
		flex-wrap: wrap;
	}
	.big_last_sec .doc_block .ll_doc {
		flex: 0 0 100%;
	}
	.big_last_sec .doc_block .rr_doc {
		flex: 0 0 100%;
	}
	.big_last_sec .doc_block .ll_doc p.name {
		margin-top: 16px;
	}
	.big_last_sec .doc h2 {
		margin-bottom: 20px;
	}
	.big_last_sec .doc h2 span {
		display: block;
	}
	.big_last_sec .doc_block .rr_doc p {
		font-size: 12px;
		line-height: 20px;
	}
	.big_last_sec .doc {
		padding-top: 40px;
		padding-bottom: 30px;
	}
	.reviews_block {
		margin-left: -24px;
		margin-right: -24px;
	}
	.reviews_block {
		padding-top: 40px;
		padding-bottom: 80px;
	}
	.reviews_block h2 {
		margin-bottom: 40px;
	}
	.big_last_sec .faq_block p.name {
		font-size: 14px;
		line-height: 23px;
		width: 100%;
		padding-left: 41px
	}
	.big_last_sec .faq_block .qe_item {
		margin-bottom: 20px;
		border: none;
	}
	.big_last_sec .faq_block .qe_item svg {
		right: 0;
		top: 5px;
		left: 1px
	}
	.faq_block .faq_block_inner {
		padding-bottom: 40px;
	}
	.big_last_sec .faq_block p.hide_d {
		font-size: 12px;
		line-height: 18px;
		border-bottom: 2px solid #BABEC2;
		padding-left: 41px;
	}
	.las_block_f {
		margin-top: 60px;
		padding-bottom: 70px;
	}
	.las_block_f .form_block * {
		color: #33381A !important;
	}
	.las_block_f .form_block {
		background: #fff !important;
		filter: none;
		padding: 0;
	}
	.las_block_f .form_block form input {
		color: #424557 !important;
		border-color: #A7A7A7;
	}
	.las_block_f .form_block {
		box-shadow: none;
	}
	.las_block_f .form_block form input::-webkit-input-placeholder {color:#424557;}
	.las_block_f .form_block form input::-moz-placeholder          {color:#424557;}
	.las_block_f .form_block form input:-moz-placeholder           {color:#424557;}
	.las_block_f .form_block form input:-ms-input-placeholder      {color:#424557;}
	.las_block_f .form_block form button {
		background: #CC2F6F;
		color: #FFFFFF !important;
	}
	.las_block_f .form_block .protect img {
		display: none
	}
	.form_block .protect img.hidel {
		display: inline-block;
	}
	.slick-dots li {
		width: auto;
		height: auto;
		margin: 0 4px;
	}
	.slick-dots li button {
		width: 16px;
		height: 16px;
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.6);
	}
	.slick-dots li.slick-active button {
		background: #fff;
	}
	.slick-dots {
		bottom: -45px;
	}
	.slick-dots li button:before {
		display: none
	}
	.header .rr a {
		color: #fff
	}
	.big_last_sec .faq_block .qe_item svg path {
		fill: #A7A7A7;
	}
}