/* styles */
body {
	min-width: 320px;
	background: #fff;
	font-family: "TT Drugs", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 1.5em;
	color: #000000;
	cursor: default;
}

header,
section,
footer {
	margin: 0 auto;
	max-width: 1920px;
}

.wrapper {
	margin: 0 auto;
	padding: 0 10px;
	width: 1200px;
	position: relative;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

img {
	max-width: 100%;
	height: auto;
}

b {
	font-weight: 700;
}

/*form*/
.main_form {
	max-width: 300px;
	margin: 0 auto;
}
.main_form input {
	border: none;
	background: #fff;
	width: 100%;
	height: 72px;
	border: 1px solid #b4b4b4;
	font-size: 16px;
	font-family: "TT Drugs", Arial, Helvetica, sans-serif;
	color: #747474;
	font-weight: 700;
	border-radius: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.main_form ::-webkit-input-placeholder {
	color: #a5a5a5;
}
.main_form ::-moz-placeholder {
	color: #a5a5a5;
}
.main_form :-moz-placeholder {
	color: #a5a5a5;
}
.main_form :-ms-input-placeholder {
	color: #a5a5a5;
}
.main_form :focus::-webkit-input-placeholder {
	color: transparent;
}
.main_form :focus::-moz-placeholder {
	color: transparent;
}
.main_form :focus:-moz-placeholder {
	color: transparent;
}
.main_form :focus:-ms-input-placeholder {
	color: transparent;
}
.main_form .button {
	width: 100%;
}

/* button */
.button {
	border: none;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	display: block;
	margin: 0 auto;
	width: 280px;
	height: 74px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #fd8500;
	background: -moz-linear-gradient(top, #fd8500 0%, #f83d00 100%);
	background: -webkit-linear-gradient(top, #fd8500 0%, #f83d00 100%);
	background: linear-gradient(to bottom, #fd8500 0%, #f83d00 100%);
	font-family: "TT Drugs", Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 18px;
	line-height: 74px;
	text-transform: uppercase;
	text-align: center;
	box-shadow: 0 7px 10px 0 rgba(254, 163, 117, 0.8);
}
.button:active {
	background: #f83d00;
	background: -moz-linear-gradient(top, #f83d00 0%, #fd8500 100%);
	background: -webkit-linear-gradient(top, #f83d00 0%, #fd8500 100%);
	background: linear-gradient(to bottom, #f83d00 0%, #fd8500 100%);
	top: 2px;
}

/* titles */
h2.title {
	font-weight: 700;
	font-size: 39px;
	line-height: 1.3em;
	text-align: center;
	margin-bottom: 60px;
}
h2.title span {
	color: #21ace4;
}

.color_theme {
	background: #ccc;
}
.color_theme h2.title {
	color: #fff;
}

section {
	padding: 60px 0 20px;
}

/*top_line*/
.top_line {
	padding: 20px 0;
}

.top_line .wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

.top_line .logo {
	margin-right: 40px;
}

.top_list {
	display: flex;
	margin-right: 40px;
}
.top_list > li {
	font-size: 12px;
	line-height: 1.2em;
	margin-right: 20px;
}
.top_list > li:last-child {
	margin-right: 0;
}
.top_list > li:before {
	content: "";
	width: 21px;
	height: 21px;
	background: url(../img/check1.png) 50% 50% no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 5px 0 0;
}

/*offer*/
.offer {
	background: url(../img/offer.jpg) 50% 0% no-repeat;
	padding: 40px 0 1px;
	min-height: 800px;
}

.offer .left {
	max-width: 640px;
	margin-bottom: 105px;
}

.main_title {
	font-size: 40px;
	line-height: 1.3em;
	font-weight: 700;
	margin-bottom: 25px;
}
.main_title > span {
	display: block;
	text-transform: uppercase;
}

.undrl > b {
	position: relative;
	z-index: 2;
	font-weight: 700;
	margin-right: -10px;
	padding-right: 10px;
}
.undrl > b:last-child {
	margin-right: 0;
	padding-right: 0;
}
.undrl > b:before {
	content: "";
	height: 8px;
	width: 100%;
	position: absolute;
	bottom: 5px;
	left: 0;
	background: #fed3a2;
	z-index: -1;
}

.main_title2 {
	font-size: 32px;
	line-height: 1.3em;
	color: #1daae3;
	font-weight: 700;
	max-width: 560px;
	margin-bottom: 60px;
}

.info_block {
	display: flex;
	justify-content: center;
	align-items: center;
}
.info_block .product {
	margin-left: -30px;
	margin-right: -50px;
	position: relative;
	z-index: 2;
	pointer-events: none;
	max-width: 330px;
}
.info_block .content {
	width: 440px;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 8px;
	padding: 20px 10px 20px 20px;
	text-align: center;
}
.info_block .content > p {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 6px;
}
.info_block .content > p > span {
	color: #f83d00;
}

.price {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.price small {
	font-size: 0.8em;
}
.price .old {
	font-size: 20px;
	line-height: 1.1em;
	margin-right: 20px;
}
.price .old > span {
	text-decoration: line-through;
	text-decoration-color: #f83d00;
	text-decoration-thickness: 2px;
}
.price .new {
	font-size: 41px;
	font-weight: 700;
	line-height: 1.1em;
}

.timer {
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
}
.timer > span {
	font-size: 15px;
	padding: 0 2px;
}

.benef1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: -51px;
}
.benef1 > li {
	background-color: #fff;
	width: 350px;
	min-height: 146px;
	border-radius: 10px;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
	padding: 17px 100px 17px 15px;
	font-size: 15px;
	color: #ababab;
	background-position: 100% 50%;
	background-repeat: no-repeat;
}
.benef1 > li > span {
	font-size: 17px;
	display: block;
	margin-bottom: 10px;
	color: #000;
}
.benef1 > li:nth-child(1) {
	background-image: url(../img/benef1_img1.jpg);
}
.benef1 > li:nth-child(2) {
	background-image: url(../img/benef1_img2.jpg);
}
.benef1 > li:nth-child(3) {
	background-image: url(../img/benef1_img3.jpg);
}

/*sect2*/
.sect2 {
	padding-top: 120px;
}

.sect2 .column {
	display: flex;
	justify-content: center;
	align-items: center;
}

.sect2 .column .right {
	margin-left: 40px;
}

.list1 > li {
	margin-bottom: 22px;
}
.list1 > li:last-child {
	margin-bottom: 0;
}
.list1 > li:before {
	content: "";
	width: 21px;
	height: 21px;
	background: url(../img/check2.png) 50% 50% no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 8px 0 0;
}

.sect2 .button {
	margin: 40px 0 0;
}

/*sect3*/
.sect3 {
	background: url(../img/s3_bg.jpg) 50% 50% no-repeat;
	min-height: 600px;
}

.sect3 .column {
	display: flex;
	align-items: center;
	justify-content: center;
}

.sect3 .left {
	width: 650px;
	margin-right: 60px;
	flex-shrink: 0;
}

.video_block {
	height: 500px;
	background: #000;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.video_block iframe,
.video_block object,
.video_block embed,
.video_block video,
.video_block .youtube {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sect3 .right {
	width: 300px;
	text-align: center;
}

.aciton_text {
	font-size: 18px;
	line-height: 1.6em;
	margin-bottom: 10px;
}
.aciton_text > span {
	color: #fd8500;
	font-size: 20px;
	font-weight: 700;
	display: block;
	text-transform: uppercase;
	margin-bottom: 3px;
}

.sect3 .manager {
	font-size: 13px;
	margin-bottom: 25px;
}

.prod_col {
	font-size: 13px;
	margin-top: 10px;
}

.sect3 .button {
	width: 300px;
}

/*sect4*/
.sect4 .column {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.sect4 .left img {
	margin-top: -20px;
}

.sect4 .column .right {
	width: 480px;
	margin-left: 30px;
	position: relative;
}

.sect4 .column .right:before,
.sect4 .column .right:after {
	content: "";
	width: 77px;
	height: 34px;
	background: url(../img/arrow.png) 50% 0% no-repeat;
	position: absolute;
	top: 0;
	left: -95px;
}
.sect4 .column .right:after {
	background-position: 50% 100%;
	top: auto;
	bottom: 0;
}

.sect4 .alert {
	display: inline-block;
	padding: 12px 10px;
	border: 3px solid #ede9e8;
	border-radius: 8px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 17px;
	line-height: 1.2em;
	margin-bottom: 20px;
}

.sect4 .alert2 {
	background: #21ace4;
	color: #fff;
	font-weight: 700;
	font-size: 17px;
	border-radius: 8px;
	padding: 8px 10px 12px;
	margin-top: 20px;
}

.sect4 .right > p {
	padding-right: 20px;
}

.img_list {
	margin-top: 40px;
	display: flex;
	justify-content: center;
}
.img_list > img {
	margin: 0 20px 20px;
	border-radius: 8px;
	box-shadow: 0 0 30px 0 #b7d7f1;
}

.alert_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 40px;
}
.alert_list li {
	margin-right: 40px;
	position: relative;
	padding-left: 40px;
	min-height: 26px;
	min-width: 210px;
	margin-bottom: 20px;
	font-weight: 700;
}
.alert_list li:before {
	content: "";
	width: 29px;
	height: 26px;
	background: url(../img/alert_icon.png);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -13px;
}
.alert_list li:nth-child(2n) {
	margin-right: 0;
}

/*sect5*/
.sect5 {
	background: url(../img/s5_bg.jpg) 50% 0% no-repeat;
}

.sect5 .text {
	max-width: 940px;
	margin: 0 auto 25px;
}
.sect5 .text > p {
	margin-bottom: 30px;
}
.sect5 .text > p:last-child {
	margin-bottom: 0;
}

.sect5 .before_after {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.sect5 .before_after > img {
	margin: 0 25px;
	border-radius: 8px;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}

.sect5 .prod {
	display: block;
	margin: 0 auto 20px;
	max-width: 330px;
}

/*sect6*/
.sect6 {
	background: url(../img/s6_bg.jpg) 50% 50% no-repeat;
}

.sect6 .before_after {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.sect6 .before_after > img {
	margin: 0 30px;
	border-radius: 8px;
}

.sect6 .text {
	max-width: 860px;
	margin: 0 auto 0;
}
.sect6 .text > p {
	margin-bottom: 30px;
}
.sect6 .text > p:last-child {
	margin-bottom: 0;
}

/*sect7*/
.sect7 {
	background: url(../img/s7_bg.jpg) 50% 150px no-repeat;
}

.sect7 .title {
	margin-bottom: 30px;
}

.step_list1 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.step_list1 > li {
	width: 300px;
	text-align: center;
	margin: 0 40px;
	margin-bottom: 30px;
}
.step_list1 > li > span {
	font-size: 105px;
	line-height: 105px;
	display: block;
	font-weight: 700;
	color: #cae5f0;
}
.step_list1 > li > p {
	position: relative;
	z-index: 2;
	margin-top: -35px;
}
.step_list1 > li > img {
	display: block;
	margin: 20px auto 0;
	border-radius: 50%;
	border: 4px solid #fff;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}

.sect7 .column {
	margin-top: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sect7 .column .right {
	margin-left: 45px;
	max-width: 520px;
}

.sect7 h3 {
	font-size: 28px;
	line-height: 1.3em;
	font-weight: 400;
	margin-bottom: 40px;
}
.sect7 h3 > b {
	font-weight: 700;
	display: block;
}

.sect7 .button {
	margin: 0;
}
.sect7 .timer {
	width: 280px;
}

/*sect8*/
.sect8 {
}

.expert_block {
	max-width: 910px;
	margin: 0 auto;
	display: flex;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.05);
}
.expert_block .left {
	width: 236px;
	flex-shrink: 0;
}
.expert_block .left > img {
	display: block;
	margin: 30px auto 0;
}
.exp_img {
	position: relative;
}
.exp_img > img {
	display: block;
	margin: 0 auto;
}
.exp_img > p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	padding: 5px 10px;
	font-size: 13px;
	line-height: 1.4em;
}
.exp_img > p > b {
	display: block;
	font-weight: 700;
}
.expert_block .right {
	padding: 30px 30px 30px 45px;
}
.expert_block .right > p {
	font-size: 15px;
	line-height: 1.4em;
	margin-bottom: 20px;
}
.expert_block .right > p:last-of-type {
	margin-bottom: 0;
}
.expert_block .button {
	margin: 30px 0 0;
}

/*sect9*/
.sect9 {
	padding-top: 0;
}

.eco {
	max-width: 640px;
	margin: 0 auto 50px;
	font-size: 20px;
	padding-left: 70px;
	position: relative;
}
.eco:before {
	content: "";
	width: 51px;
	height: 47px;
	background: url(../img/eco_icon.png) 50% 50% no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	left: 0;
}

.benef2 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 45px;
}
.benef2 > li {
	width: 360px;
}
.benef2 > li .text {
	background: #fff;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	padding: 12px 16px;
	text-align: left;
}
.benef2 > li .text > span {
	display: block;
	margin-bottom: 10px;
}
.benef2 > li .text > p {
	color: #ababab;
	font-size: 15px;
	line-height: 1.6em;
}
.benef2 > li > img {
	flex-shrink: 0;
	display: block;
	margin: 0 auto;
	width: 245px;
	border-radius: 0 0 8px 8px;
}

.sect9 .text {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}
.sect9 .text > p {
	margin-bottom: 20px;
}
.sect9 .text > p:last-child {
	margin-bottom: 0;
}

/*sect10*/
.sect10 {
	background: url(../img/s6_bg.jpg) 50% 50% no-repeat;
	padding-bottom: 20px;
}

.sect10 .column {
	display: flex;
	justify-content: center;
}
.sect10 .left img {
	max-width: 500px;
	width: 100%;
}
.sect10 .right {
	margin-left: 60px;
	max-width: 470px;
}

.list2 > li {
	display: flex;
	margin-bottom: 25px;
}
.list2 > li:last-child {
	margin-bottom: 0;
}
.list2 > li > span {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #04b0e6;
	color: #fff;
	border-radius: 50%;
	flex-shrink: 0;
	text-align: center;
	font-weight: 700;
}
.list2 > li > p {
	margin-left: 18px;
}

.sect10 .button {
	margin-top: 30px;
}

/*sect11*/
.sect11 {
	background: url(../img/s6_bg.jpg) 50% 50% no-repeat;
}
.rev_subtitle {
	text-align: center;
	max-width: 960px;
	margin: -20px auto 40px;
	font-size: 16px;
}

.rev_item {
	width: 340px;
	margin: 0 auto 10px;
	background: #fff;
	padding: 15px 10px;
	border-radius: 6px;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.reviews.owl-carousel .owl-item img {
	max-width: inherit;
	width: auto;
}
.rev_item > img {
	display: block;
	margin: 0 auto 20px;
}
.rev_item > p {
	padding: 0 15px;
	font-size: 15px;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.rev_item > p:last-of-type {
	margin-bottom: 0;
}
.rev_item .info {
	margin-top: 20px;
	display: flex;
	align-items: center;
	padding: 0 15px;
	font-size: 15px;
	line-height: 1.4em;
}
.rev_item .info > p > b {
	display: block;
}
.rev_item .info > img {
	border-radius: 50%;
	margin-right: 10px;
}

.owl-prev,
.owl-next {
	width: 50px;
	height: 50px;
	background: url(../img/rev-block-v1-button.png) 0% 0%;
	position: absolute;
	top: 0;
}
.owl-prev {
	left: 0;
}
.owl-next {
	right: 0;
	background-position: 100% 50%;
}

.owl-nav {
	height: 50px;
	position: relative;
	width: 160px;
	margin: 20px auto;
}

/*sect12*/
.sect12 {
	background: #ffffff;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#edf2f8 40%,
		#edf2f8 60%,
		#fbfcfe 100%
	);
	background: -webkit-linear-gradient(
		top,
		#ffffff 0%,
		#edf2f8 40%,
		#edf2f8 60%,
		#fbfcfe 100%
	);
	background: linear-gradient(
		to bottom,
		#ffffff 0%,
		#edf2f8 40%,
		#edf2f8 60%,
		#fbfcfe 100%
	);
	padding-bottom: 70px;
}

.order_list {
	display: flex;
	justify-content: space-between;
}
.order_list > li {
	width: 305px;
	padding: 15px 15px 65px;
	background: #fff;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
}
.order_list > li > b {
	font-size: 58px;
	line-height: 60px;
	color: #f4fbfe;
	position: absolute;
	top: 0;
	right: 10px;
}
.order_list > li > span {
	display: block;
	margin-bottom: 10px;
}
.order_list > li > p {
	color: #ababab;
	font-size: 15px;
}
.order_list > li > img {
	position: absolute;
}
.order_list > li:nth-child(2) > img {
	bottom: 5px;
	right: 10px;
}
.order_list > li:nth-child(3) > img {
	bottom: 0;
	right: 0;
}
.order_list > li:nth-child(1) {
	padding-bottom: 15px;
}

.order_list > li .button {
	width: 190px;
	height: 48px;
	line-height: 48px;
	font-size: 17px;
	letter-spacing: 1px;
	margin-top: 25px;
}

.button.cursor:after {
	content: "";
	width: 45px;
	height: 56px;
	background: url(../img/cursor.png) 50% 50% no-repeat;
	position: absolute;
	bottom: -26px;
	right: -8px;
}

.alert_fake {
	max-width: 840px;
	margin: 0 auto;
	position: relative;
	right: -80px;
	background: #fff;
	border-radius: 6px;
	padding: 18px 15px 18px 160px;
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
}
.alert_fake > img {
	position: absolute;
	top: -8px;
	left: -80px;
}
.alert_fake h4 {
	text-transform: uppercase;
	margin-bottom: 12px;
	font-size: 17px;
	line-height: 1.2em;
}
.alert_fake h4 > span {
	color: #fa6100;
}
.alert_fake p {
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 12px;
}
.alert_fake p > small {
	color: #b8b8b8;
}
.alert_fake h5 {
	color: #21ace4;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 1.2em;
	padding-top: 10px;
	font-weight: 400;
}

/*bot_offer*/
.bot_offer {
	background-color: #fbfcfe;
	background-position: 50% 100%;
}
.bot_offer .logo {
	margin-bottom: 15px;
}
.bot_offer .main_title2 {
	display: none;
}
.left_form img {
	display: block;
	margin: 0 auto 40px;
}
.left_form img:last-child {
	margin-bottom: 0;
}

.bot_offer .aciton_text > span {
	color: #f83d00;
}
.bot_offer .info_block .content > p {
	font-size: 16px;
}
.bot_offer .aciton_text > p {
	font-size: 16px;
	line-height: 1.4em;
	padding: 0 25px;
}
.aciton_text > small {
	font-size: 14px;
	color: #1caae3;
	display: block;
	padding-top: 5px;
}
.bot_offer .info_block .product {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.bot_offer .info_block .content {
	position: relative;
	z-index: 2;
	width: 340px;
	padding: 25px;
}
.bot_offer .info_block {
	align-items: flex-start;
}
.bot_offer .left {
	margin-bottom: 0;
}
.bot_offer .main_title {
	margin-bottom: 60px;
}

/*copyright*/
.cpu {
	padding: 20px 0;
	text-align: center;
	background: #222;
	color: #fff;
	line-height: 1.1em;
	font-size: 14px;
}
.cpu img {
	display: block;
	margin: 0 auto 10px;
}
.cpu a {
	display: inline-block;
	margin: 0 5px;
	vertical-align: top;
	color: #fff;
	font-size: 14px;
	line-height: 1.1em;
	text-decoration: none;
}
.cpu a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 1199px) {
	.wrapper {
		width: 680px;
		padding: 0 10px;
	}
	section {
		padding: 40px 0 20px;
	}
	h2.title {
		font-size: 32px;
		margin-bottom: 45px;
	}
	.undrl > b::before {
		height: 6px;
	}
	/*top_line*/
	.top_list {
		margin: 0;
	}
	.top_list > li:nth-child(2) {
		margin-right: 0;
	}
	.top_list > li:nth-child(3) {
		display: none;
	}
	.top_line .znaki {
		display: none;
	}
	/*offer*/
	.offer {
		background: url(../img/offer_tab.jpg) 50% 100% no-repeat;
		padding-bottom: 80px;
		min-height: auto;
	}
	.main_title {
		margin-bottom: 35px;
	}
	.benef1 {
		display: block;
		margin: 0;
	}
	.benef1 > li {
		margin: 0 0 15px;
	}
	.benef1 > li:last-child {
		margin-bottom: 0;
	}
	.offer .left {
		margin-bottom: 80px;
	}
	/*sect2*/
	.sect2 {
		padding-top: 40px;
	}
	.column {
		flex-wrap: wrap;
	}
	.sect2 .column .right {
		margin: 25px 0 0;
	}
	.sect2 .button {
		margin: 40px auto 0;
	}
	/*sect3*/
	.sect3 {
		background: url(../img/s6_bg.jpg) 50% 50% no-repeat;
	}
	.sect3 .left {
		width: 100%;
		margin: 0 0 30px;
	}
	.video_block {
		height: 0;
		padding-bottom: 50%;
	}
	/*sect4*/
	.sect4 .column .right {
		margin: 30px 0 0;
		width: 100%;
	}
	.sect4 .column .right::before,
	.sect4 .column .right::after {
		display: none;
	}
	.img_list {
		margin-top: 60px;
		flex-wrap: wrap;
	}
	/*sect5*/
	.sect5 .before_after {
		flex-wrap: wrap;
	}
	.sect5 .before_after > img {
		max-width: 300px;
		margin: 0 15px;
	}
	/*sect6*/
	.sect6 .before_after {
		flex-wrap: wrap;
	}
	.sect6 .before_after > img:not(:last-child) {
		margin-bottom: 15px;
	}
	/*sect7*/
	.step_list1 {
		justify-content: center;
		flex-wrap: wrap;
	}
	.step_list1 > li {
		width: 50%;
		padding: 0 15px;
	}
	.sect7 .column .right {
		margin: 30px 0 0;
	}
	.sect7 h3 {
		text-align: center;
	}
	.sect7 .button {
		margin: 0 auto;
	}
	.sect7 .timer {
		margin: 10px auto;
	}
	/*sect8*/
	.sect8 {
		padding-bottom: 50px;
	}
	.expert_block {
		width: 100%;
		display: block;
		flex-wrap: wrap;
	}
	.expert_block .left {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.exp_img {
		width: 236px;
	}
	.expert_block .left > img {
		margin: 0 auto;
	}
	.expert_block .right {
		padding: 30px;
		text-align: center;
	}
	.expert_block .button {
		margin: 30px auto 0;
	}
	/*sect9*/
	.benef2 {
		flex-wrap: wrap;
		justify-content: center;
	}
	.benef2 > li {
		width: 300px;
		margin: 0 10px 20px;
	}
	.benef2 > li:last-child {
		margin-bottom: 0;
	}
	/*sect10*/
	.sect10 .right {
		margin: 30px auto 0;
	}
	/*sect11*/
	.rev_item {
		width: 300px;
	}
	.reviews.owl-carousel .owl-item img {
		max-width: 100%;
	}
	/*sect12*/
	.sect12 {
		padding-bottom: 10px;
	}
	.order_list {
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 60px;
	}
	.order_list > li {
		margin: 0 10px 20px;
	}
	.order_list > li:last-child {
		margin-bottom: 0;
	}
	.alert_fake {
		max-width: 560px;
		right: -35px;
	}
	.alert_fake p:nth-child(3) {
		margin-left: -55px;
	}
	.alert_fake h5 {
		margin-left: -145px;
		text-align: center;
	}
	/*bot_offer*/
	.bot_offer {
		padding-top: 10px;
	}
	.bot_offer .info_block {
		position: relative;
		padding-top: 80px;
		justify-content: flex-start;
	}
	.bot_offer .main_title2 {
		display: block;
		padding-left: 230px;
		text-align: left;
		max-width: 100%;
		font-size: 30px;
	}
	.left_form .znaki_img {
		display: none;
	}
	.bot_offer .info_block {
		display: block;
		padding: 0;
	}
	.bot_offer .main_title {
		margin-bottom: 30px;
	}
	.bot_offer .info_block .product {
		margin: 0 0 20px;
	}
	.bot_offer .left {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 679px) {
	.wrapper {
		width: 320px;
	}
	h2.title {
		font-size: 24px;
		line-height: 1.2em;
	}
	h2.title br {
		display: none;
	}
	/*top_line*/
	.top_list {
		display: none;
	}
	.top_line .logo {
		margin: 0 auto;
	}
	/*offer*/
	.offer {
		padding-top: 0;
		padding-bottom: 40px;
		background: url(../img/offer_mob.jpg) 50% 400px no-repeat;
	}
	.offer .left {
		display: flex;
		flex-wrap: wrap;
		text-align: center;
	}
	.main_title2 {
		margin-bottom: 35px;
		font-size: 26px;
		line-height: 1.1em;
	}
	.main_title {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.main_title > span {
		font-size: 30px;
		line-height: 1.1em;
		margin-bottom: 5px;
	}
	.info_block {
		flex-wrap: wrap;
		width: 100%;
	}
	.info_block .product {
		margin: 0 auto 15px;
	}
	.info_block .content {
		width: 100%;
		padding: 20px 10px;
	}
	.info_block .content > p {
		padding: 0 20px;
		margin-bottom: 12px;
	}
	.benef1 {
		padding-top: 220px;
	}
	.benef1 > li {
		width: 100%;
		font-size: 14px;
		line-height: 1.4em;
	}
	.benef1 > li > span {
		font-size: 15px;
		line-height: 1.5em;
		margin-right: -20px;
	}
	/*sect4*/
	.alert_list li {
		width: 100%;
		margin-right: 0 !important;
	}
	/*sect5*/
	.sect5 .before_after > img {
		margin: 0 auto 15px;
	}
	.sect5 .before_after > img:last-child {
		margin-bottom: 0;
	}
	.sect5 .text {
		margin-bottom: 40px;
	}
	/*sect6*/
	.sect7 .column {
		margin-top: 20px;
	}
	/*sect7*/
	.step_list1 > li {
		width: 100%;
		padding: 0;
	}
	.sect7 h3 {
		font-size: 24px;
	}
	/*sect8*/
	.expert_block .left {
		display: block;
	}
	.exp_img {
		margin: 0 auto 25px;
	}
	.expert_block .right {
		padding: 20px 10px;
	}
	/*sect9*/
	.eco {
		padding: 60px 0 0;
		text-align: center;
		font-size: 18px;
		margin-bottom: 40px;
	}
	.eco:before {
		top: 0;
		margin-top: 0;
		left: 50%;
		margin-left: -25px;
	}
	.benef2 > li {
		margin-bottom: 30px;
	}
	/*sect11*/
	.sect11 {
		padding-bottom: 5px;
	}
	.rev_item {
		width: 280px;
	}
	/*sect12*/
	.order_list > li {
		padding-bottom: 85px;
	}
	.order_list > li:nth-child(1) {
		padding-bottom: 25px;
	}
	.alert_fake {
		width: 100%;
		right: 0;
		padding: 100px 15px 20px;
		text-align: center;
		margin-top: 185px;
	}
	.alert_fake p:nth-child(3),
	.alert_fake h5 {
		margin-left: 0;
	}
	.alert_fake > img {
		top: -150px;
		left: 50%;
		margin-left: -107px;
	}
	/*bot_offer*/
	.bot_offer {
		background: url(../img/offer_mob-bot.jpg) 50% 100% no-repeat;
	}
	.bot_offer .main_title2 {
		padding: 0;
		text-align: center;
	}
	.bot_offer .main_title {
		margin-bottom: 40px;
	}
	.bot_offer .info_block .product {
		position: static;
		margin: 0 auto 20px;
	}
	.bot_offer .info_block {
		padding-top: 0;
	}
	.bot_offer .aciton_text > p {
		padding: 0;
	}
	.bot_offer .info_block .content > p {
		line-height: 1.4em;
	}
	.bot_offer .logo {
		margin: 0 auto 15px;
	}
	.price {
		padding: 8px 0;
	}
	.bot_offer .timer {
		width: 280px;
		margin: 10px -10px 0;
	}
	.bot_offer .info_block .content {
		width: 320px;
		margin-left: -10px;
		padding: 15px;
	}
	.bot_offer .info_block .content > p {
		padding: 0;
	}
}
