/* reset */

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, 
b, u, i, center, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, 
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}


blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, 
q:before, q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a, input, button {
	outline: none;
}

a {
	background-color: transparent;
	text-decoration: underline;
	-webkit-text-decoration-skip: objects;
}

input, button {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* styles */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	min-width: 320px;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #222;
	cursor: default;
}

header, section, footer {
	margin: 0 auto;
	max-width: 1920px;
}

.wrapper {
	margin: 0 auto;
	padding: 0 10px;
	width: 960px;
	position: relative;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

img {
	max-width: 100%;
	height: auto;
}

b {
	font-weight: 700;
}

/* titles */

h2 {
	font-weight: 300;
	font-size: 44px;
	line-height: 50px;
}

h3 {
	font-weight: 300;
	font-size: 36px;
	line-height: 42px;
}

/* offer */

.offer_section {
	height: 800px;
	background-position: center top;
	background-repeat: no-repeat;
}

.offer_section.offer_top {
	background-image: url(/pages_vg/actividan_cosmetic/images_ru/desctop__offer_top_bg.jpg);
 
}

.offer_section.offer_bottom {
	background-image: url(/pages_vg/actividan_cosmetic/images_ru/desctop__offer_bottom_bg.jpg);
}

.offer_section .title_wrapper {
	margin: 0 0 100px;
	padding: 25px 0 0 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
}

.offer_section .title_wrapper .title_block {
	display: inline-block;
	vertical-align: top;
	font-weight: 300;
	letter-spacing: normal;
}
 
.offer_section .title_wrapper .main_title {
	margin: 0 0 5px;
	font-size: 72px;
	line-height: 72px;
	letter-spacing: 8px;
}

.offer_section .title_wrapper .subtitle {
	margin-left: -4px;
	font-size: 26px;
	line-height: 26px;
	text-transform: uppercase;
}

.offer_section .title_wrapper .description {
	display: inline-block;
	vertical-align: top;
	margin: 13px 0 0 15px;
	padding: 6px 0 0 26px;
	width: 190px;
	height: 87px;
	border-left: 5px solid #ffad00;
	font-weight: 700;
	font-size: 36px;
	line-height: 38px;
	color: #000;
}


.offer_section .wrapper {
	vertical-align: top;
}

.offer_section_D ul li:first-child {
	width: 150px;
	text-align: right;
	top: 250px;
	left: 15px;
}

.offer_section_D ul li:nth-child(2) {
	width: 140px;
	text-align: right;
	top: 420px;
	left: 10px;
}

.offer_section_D ul li:last-child {
	width: 160px;
	top: 180px;
	left: 456px;
}

.offer_section .discount {
	width: 100px;
	text-align: right;
	font-size: 14px;
	line-height: 28px;
	text-transform: uppercase;
	-webkit-transform: rotate(-29deg);
	-moz-transform: rotate(-29deg);
	-ms-transform: rotate(-29deg);
	-o-transform: rotate(-29deg);
	transform: rotate(-29deg);
	position: absolute;
	top: 273px;
	left: 430px;
}

.offer_section .discount span {
	font-weight: 700;
	font-size: 36px;
	ext-shadow: 0 1px 1px #ffc300;
}

.offer_section .timer_block {
	margin: 0 0 45px 581px;
	color: #333;
}

.offer_section .timer_block p {
	float: left;
	margin: 13px 10px 0 0;
	width: 135px;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	text-align: right;
}

.offer_section .timer_block .timer_item {
	float: left;
	padding: 11px 0 0 0;
	width: 62px;
	height: 62px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #dedede;
	text-align: center;
}

.offer_section .timer_block .timer_item:nth-child(2) {
	margin: 0 14px;
	position: relative;
}

.offer_section .timer_block .timer_item:nth-child(2):before, 
.offer_section .timer_block .timer_item:nth-child(2):after {
	display: block;
	content: ':';
	width: 14px;
	font-size: 24px;
	line-height: 56px;
	color: #222;
	position: absolute;
	top: 0;
}

.offer_section .timer_block .timer_item:nth-child(2):before {
	left: -14px;
}

.offer_section .timer_block .timer_item:nth-child(2):after {
	right: -14px;
}

.offer_section .timer_block .count {
	margin: 0 0 3px 0;
	font-weight: 800;
	font-size: 24px;
	line-height: 24px;
}

.offer_section .timer_block .text {
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
}

.offer_section .price_block {
	position: absolute;
	top: 510px;
	right: 790px;
	text-align: right;
}

.offer_section .price_block .price_item.old {
	margin: 0 0 20px;
}

.offer_section .price_block .price_item.old .text {
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
}

.offer_section .price_block .price_item.old .value {
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	text-decoration: line-through;
}

.offer_section .price_block .price_item.new {
	color: #3b868e;
}

.offer_section .price_block .price_item.new .text {
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
}

.offer_section .price_block .price_item.new .value {
	font-weight: 800;
	font-size: 44px;
	line-height: 44px;
}

.offer_section .input {
	display: block;
	float: left;
	margin: 0 20px 0 0;
	padding: 0 20px;
	width: 300px;
	height: 54px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #dedede;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #222;
	text-align: center;
}

.offer_section .input::-webkit-input-placeholder {
	opacity: 1;
	color: #222;
}

.offer_section .input:-moz-placeholder {
	opacity: 1;
	color: #222;
}

.offer_section .input::-moz-placeholder {
	opacity: 1;
	color: #222;
}

.offer_section .input:-ms-input-placeholder {
	opacity: 1;
	color: #222;
}

.offer_section .input:focus::-webkit-input-placeholder {
	opacity: 0;
}

.offer_section .input:focus:-moz-placeholder {
	opacity: 0;
}

.offer_section .input:focus::-moz-placeholder {
	opacity: 0;
}

.offer_section .input:focus:-ms-input-placeholder {
	opacity: 0;
}

.top_button {
	display: block;
	float: left;
	margin-top: -5px;
	width: 300px;
	height: 64px;
    padding: 20px 25px;
    text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #3aae13;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#3aae13), to(#99ff00));
	background-image: -webkit-linear-gradient(bottom, #3aae13 0%, #99ff00 100%);
	background-image: -moz-linear-gradient(bottom, #3aae13 0%, #99ff00 100%);
	background-image: -o-linear-gradient(bottom, #3aae13 0%, #99ff00 100%);
	background-image: linear-gradient(to top, #3aae13 0%, #99ff00 100%);
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #222;
	text-transform: uppercase;
	text-shadow: 0 1px 1px #99ff00;
    text-decoration: none;
	cursor: pointer;
}

.top_button:hover {
	background-color: #349d10;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#349d10), to(#50ff00));
	background-image: -webkit-linear-gradient(bottom, #349d10 0%, #50ff00 100%);
	background-image: -moz-linear-gradient(bottom, #349d10 0%, #50ff00 100%);
	background-image: -o-linear-gradient(bottom, #349d10 0%, #50ff00 100%);
	background-image: linear-gradient(to top, #349d10 0%, #50ff00 100%);
    text-decoration: none;
}

.top_button:active {
	-webkit-transform: scale(0.995);
	-moz-transform: scale(0.995);
	-ms-transform: scale(0.995);
	-o-transform: scale(0.995);
	transform: scale(0.995);
    text-decoration: none;
}

/* problems */

.problems_section {
	margin-top: -10px;
}

.problems_section h2 {
	margin: 0 0 40px;
}

.problems_section h2 b {
	color: #cd9570;
}

.problems_section .problems_slider {
	margin: 0 auto 40px;
	width: 860px;
}

.problems_section .problem_slide {
	display: table;
	width: 100%;
	min-height: 345px;
}

.problems_section .image_block {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
	width: 274px;
	height: 274px;
	background: url(/pages_vg/actividan_cosmetic/images_ru/problems__image_bg.png) center no-repeat;
}

.problems_section .image_block img {
	display: block;
	width: 252px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.problems_section .problems_list {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 30px;
}

.problems_section .problem_item {
	margin: 0 0 20px;
	padding: 0 0 0 20px;
	border-left: 3px solid #ffe133;
	font-style: italic;
}

.problems_section .problem_item:last-child {
	margin: 0;
}

.problems_section .problem_item h4 {
	margin: 0 0 5px;
	font-weight: 700;
}

.problems_section .owl-prev, 
.problems_section .owl-next {
	width: 20px;
	height: 86px;
	background-image: url(/pages_vg/actividan_cosmetic/images_ru/problems__arrows.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -43px;
}

.problems_section .owl-prev {
	background-position: left center;
	left: -40px;
}

.problems_section .owl-next {
	background-position: right center;
	right: -40px;
}

.problems_section .text {
	margin: 0 0 0 520px;
	padding: 0 0 0 50px;
	background: url(/pages_vg/actividan_cosmetic/images_ru/problems__tick_icon.png) left center no-repeat;
	font-weight: 700;
}

/* about */

.about_section {
	margin-top: -40px;
	height: 650px; 
	background: url(/pages_vg/actividan_cosmetic/images_ru/desctop__about_bg.jpg) center top no-repeat;
}

.about_section .info {
	padding: 100px 200px 0px 100px;
}

.about_section .info h4 {
	margin: 0 0 10px;
	font-weight: 700;
	font-size: 48px;
	line-height: 54px;
	color: #8cad2c;
}

.about_section .info p {
	line-height: 30px;
}

/* benefits */

.benefits_section h2 {
	margin: 0 0 40px;
	text-align: center;
}

.benefits_section h2 b {
	color: #cd9570;
}

.benefits_section .description {
	margin: 0 0 40px;
	text-align: center;
}

.benefits_section .benefits_list {
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}

.benefits_section .benefit_item {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 40px 0;
	width: 300px;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: normal;
}

.benefits_section .benefit_item:nth-child(3n) {
	margin: 0 0 40px;
}

.benefits_section .benefit_item:last-child {
	margin: 0 0 40px;
}

.benefits_section .benefit_item .icon {
	height: 56px;
	background-position: center;
	background-repeat: no-repeat;
}

.benefits_section .benefit_item:first-child .icon {
	background-image: url(/pages_vg/actividan_cosmetic/images_ru/benefits__benefit1_icon.png);
}

.benefits_section .benefit_item:nth-child(2) .icon {
	background-image: url(/pages_vg/actividan_cosmetic/images_ru/benefits__benefit2_icon.png);
}

.benefits_section .benefit_item:nth-child(3) .icon {
	background-image: url(/pages_vg/actividan_cosmetic/images_ru/benefits__benefit3_icon.png);
}

.benefits_section .benefit_item:nth-child(4) .icon {
	background-image: url(/pages_vg/actividan_cosmetic/images_ru/benefits__benefit4_icon.png);
}

.benefits_section .benefit_item:last-child .icon {
	background-image: url(/pages_vg/actividan_cosmetic/images_ru/benefits__benefit5_icon.png);
}

.benefits_section .benefit_item h4 {
	margin: 10px 0 5px;
	font-weight: 700;
}

.benefits_section .button {
	display: block;
	margin: 0 auto;
	width: 300px;
	height: 68px;
	-webkit-border-radius: 34px;
	-moz-border-radius: 34px;
	border-radius: 34px;
	background: #50ff00;
	-webkit-box-shadow: 0 -4px 0 0 #349d10 inset, 0 2px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 -4px 0 0 #349d10 inset, 0 2px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 -4px 0 0 #349d10 inset, 0 2px 5px rgba(0, 0, 0, 0.25);
	line-height: 64px;
	color: #222;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}

.benefits_section .button:hover {
	background: #3aae13 ;
}

.benefits_section .button:active {
	-webkit-transform: scale(0.995);
	-moz-transform: scale(0.995);
	-ms-transform: scale(0.995);
	-o-transform: scale(0.995);
	transform: scale(0.995);
}

/* *** */

.opinion_results_wrapper {
	margin-top: -104px;
	height: 1301px;
	background: url(/pages_vg/actividan_cosmetic/images_ru/desctop__opinion_results_bg.jpg) center top no-repeat;
}

/* opinion */

.opinion_section {
	margin: 0 0 55px;
	padding: 138px 0 0 0;
}

.opinion_section h2 {
	margin: 0 0 40px;
}

.opinion_section h2 b {
	color: #fff;
}

.opinion_section .image_block {
	float: left;
	padding: 10px;
	width: 274px;
	height: 274px;
	background: url(/pages_vg/actividan_cosmetic/images_ru/opinion__photo_bg.png) center no-repeat;
}

.opinion_section .image_block img {
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.opinion_section .text_block {
	float: left;
	margin: 0 0 0 30px;
	padding: 0 0 70px;
	width: 636px;
	background: url(/pages_vg/actividan_cosmetic/images_ru/opinion__quote_icon.png) 530px bottom no-repeat;
	font-style: italic;
}

.opinion_section .author_info {
	margin: 0 0 15px;
	font-weight: 700;
}

.opinion_section .author_info .name {
	margin: 0 0 5px;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}

.opinion_section .text_block p {
	line-height: 30px;
}

/* results */

.results_section h3 {
	margin: 0 0 40px;
	width: 470px;
}

.results_section h3 b {
	color: #8cad2c;
}

.results_section img {
	display: block;
	float: right;
	margin-top: -30px;
	width: 481px;
}

.results_section ul {
	float: left;
	width: 440px;
}

.results_section ul li {
	margin: 0 0 10px 0;
	padding: 0 0 0 28px;
	background: url(/pages_vg/actividan_cosmetic/images_ru/tick_icon.png) left 5px no-repeat;
	font-size: 14px;
}

.results_section ul li:last-child {
	margin: 0;
}

/* components */

.components_section h2 {
	margin: 0 0 40px;
	text-align: center;
}

.components_section h2 b {
	color: #cd9570;
}

.components_section .components_list {
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}

.components_section .component_item {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 40px 0;
	width: 300px;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: normal;
}

.components_section .component_item:nth-child(3n) {
	margin: 0 0 40px;
}

.components_section .component_item img {
	display: block;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.components_section .component_item h4 {
	margin: 10px 0 5px;
	font-weight: 700;
}

/* *** */

.use_reviews_wrapper {
	margin-top: -50px;
	height: 1393px;
	background: url(/pages_vg/actividan_cosmetic/images_ru/desctop__use_reviews_bg.jpg) center top no-repeat;
}

/* use */

.use_section {
	margin: 0 0 135px;
	padding: 110px 0 0;
}

.use_section h3 {
	font-weight: 700;
	color: #8cad2c;
}

.use_section p {
	margin: 0 0 40px;
	font-weight: 300;
	font-size: 36px;
	line-height: 42px;
}

.use_section img {
	display: block;
	float: left;
	width: 407px;
}

.use_section ul {
	float: left;
	margin: 35px 0 0 20px;
	width: 513px;
}

.use_section ul li {
	margin: 0 0 15px 0;
	padding: 0 0 0 28px;
	background: url(/pages_vg/actividan_cosmetic/images_ru/tick_icon.png) left 5px no-repeat;
	font-size: 16px;
}

.use_section ul li:last-child {
	margin: 0;
}

/* reviews */

.reviews_section h3 {
	margin: 0 0 40px;
	text-align: center;
}

.reviews_section h3 b {
	color: #fff;
}

.reviews_section .review_item {
	margin: 0 0 40px;
}

.reviews_section .review_item:last-child {
	margin: 0;
}

.reviews_section .review_item img {
	display: block;
	float: left;
	margin: 0 30px 0 0;
	width: 152px;
	border: 6px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.reviews_section .review_item .text_block {
	float: left;
	width: 758px;
}

.reviews_section .review_item .author_info {
	margin: 0 0 5px;
	font-weight: 700;
	color: #fff;
}

/* order info */

.order_info_section {
	margin-top: -40px;
	padding: 0 0 50px;
}

.order_info_section h2 {
	margin: 0 0 40px;
	font-weight: 700;
	color: #cd9570;
}

.order_info_section .info_list {
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}

.order_info_section .info_item {
	display: inline-block;
	vertical-align: top;
	margin: 0 66px 0 0;
	width: 270px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
}

.order_info_section .info_item:last-child {
	margin: 0;
}

.order_info_section .info_item img {
	display: block;
	margin: 0 auto 15px;
}

/* footer */

.footer_section {
	padding: 25px 0;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}

.footer_section img {
	display: block;
	margin: 0 auto 10px auto;
}

.footer_section a {
	color: #222;
}

.footer_section a:hover {
	text-decoration: none;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.footer {    
    background-color: #01B3BF;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    color: #fff;
}
 
a.white {   
    color: #fff;
    text-decoration: none;
}
a.white:hover {       
    text-decoration: underline;
}

@media screen and (max-width: 959px) {

	/* styles */

	.wrapper {
		width: 640px;
	}

	/* titles */

	h2 {
		font-size: 36px;
		line-height: 42px;
	}

	h3 {
		font-size: 30px;
		line-height: 36px;
	}

	/* offer */

	.offer_section {
		height: 520px;
	}

	.offer_section.offer_top {
		background-image: url(/pages_vg/actividan_cosmetic/images_ru/tablet__offer_bg.jpg);        
	}

	.offer_section.offer_bottom {
		background-image: url(/pages_vg/actividan_cosmetic/images_ru/tablet__offer_bg.jpg);
	}

	.offer_section .title_wrapper {
		margin: 0 0 5px;
		padding: 15px 0 0;
	}

	.offer_section .title_wrapper .main_title {
		font-size: 56px;
		line-height: 62px;
	}

	.offer_section .title_wrapper .subtitle {
		margin-left: -3px;
		font-size: 20px;
		line-height: 20px;
		letter-spacing: 0.8px;
	}

	.offer_section .title_wrapper .description {
		margin: 13px 0 0 13px;
		padding: 0 0 0 22px;
		width: auto;
		height: 71px;
		font-size: 24px;
		line-height: 68px;
	}

	.offer_section ul {
		display: none;
	}

	.offer_section .discount {
		line-height: 24px;
		top: 162px;
		left: 218px;
	}

	.offer_section .discount span {
		font-size: 30px;
	}

	.offer_section .timer_block {
		margin: 0 0 0 300px;
	}

	.offer_section .timer_block p {
		float: none;
		margin: 0 0 10px;
		width: 100%;
		text-align: center;
	}

	.offer_section .timer_block .timer {
		margin: 0 auto;
		width: 214px;
	}

	.offer_section .timer_block .timer_item {
		background: #fff;
	}

	.offer_section .price_block {
		margin: 20px 0 20px 300px;
		position: static;
		text-align: center;
	}

	.offer_section .price_block .price_item {
		display: inline-block;
		vertical-align: middle;
	}

	.offer_section .price_block .price_item.old {
		margin: 0 20px 0 0;
	}

	.offer_section .price_block .price_item.new .text {
		font-size: 14px;
		line-height: 14px;
	}

	.offer_section .price_block .price_item.new .value {
		font-size: 30px;
		line-height: 30px;
	}

	.offer_section .order_form {
		margin: 0 0 30px 300px;
	}

	.offer_section .input {
		float: none;
		margin: 0 auto 15px;
	}

	.offer_section .button {
		float: none;
		margin: 0 auto;
	}

	/* problems */

	.problems_section {
		margin-top: 0;
		padding: 40px 0;
	}

	.problems_section h2 {
		text-align: center;
	}

	.problems_section .problems_slider {
		width: 100%;
	}

	.problems_section .problem_slide {
		display: block;
		min-height: auto;
	}

	.problems_section .image_block {
		display: block;
		margin: 0 auto 30px;
	}

	.problems_section .problems_list {
		display: block;
		padding: 0;
	}

	.problems_section .owl-prev, 
	.problems_section .owl-next {
		top: 94px;
		margin-top: 0;
	}

	.problems_section .owl-prev {
		left: 80px;
	}

	.problems_section .owl-next {
		right: 80px;
	}

	.problems_section .text {
		margin: 0;
	}

	/* about */

	.about_section {
		margin-top: 0;
		height: auto;
		background: #cfe0e8;
	}

	.about_section .info {
		padding: 40px 0;
	}

	/* benefits */

	.benefits_section {
		padding: 40px 0;
	}

	.benefits_section .benefit_item {
		margin: 0 20px 40px 0;
	}

	.benefits_section .benefit_item:nth-child(3n) {
		margin: 0 20px 40px 0;
	}

	.benefits_section .benefit_item:nth-child(2n) {
		margin: 0 0 40px;
	}

	/* *** */

	.opinion_results_wrapper {
		margin-top: 0;
		height: auto;
		background: none;
	}

	/* opinion */

	.opinion_section {
		margin: 0;
		padding: 40px 0;
		background: #b2d145;
	}

	.opinion_section .image_block {
		margin: 0 25px 0 0;
		width: 200px;
		height: 200px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	.opinion_section .text_block {
		float: none;
		margin: 0;
		width: 100%;
	}

	/* results */

	.results_section {
		padding: 40px 0;
		background: #ccddf1;
	}

	.results_section h3 {
		width: 400px;
	}

	.results_section img {
		margin-top: -15px;
		width: 250px;
	}

	.results_section ul {
		width: 350px;
	}

	/* components */

	.components_section {
		padding: 40px 0;
	}

	.components_section .component_item:nth-child(3n) {
		margin: 0 20px 40px 0;
	}

	.components_section .component_item:nth-child(2n) {
		margin: 0 0 40px;
	}

	/* *** */

	.use_reviews_wrapper {
		margin-top: 0;
		height: auto;
		background: none;
	}

	/* use */

	.use_section {
		margin: 0;
		padding: 40px 0;
		background: #e8edf1;
	}

	.use_section p {
		font-size: 30px;
		line-height: 36px;
	}

	.use_section img {
		width: 300px;
	}

	.use_section ul {
		margin: 0 0 0 20px;
		width: 300px;
	}

	/* reviews */

	.reviews_section {
		padding: 40px 0;
		background: #adcd3e;
	}

	.reviews_section .review_item .text_block {
		width: 438px;
	}

	.reviews_section .review_item .author_info {
		margin: 0 0 10px;
	}

	/* order info */

	.order_info_section {
		margin: 0;
		padding: 40px 0;
	}

	.order_info_section .info_item {
		margin: 0 20px 0 0;
		width: 193px;
		font-size: 14px;
	}
    
    
    
}

@media screen and (max-width: 639px) {
	
	/* styles */

	.wrapper {
		width: 320px;
	}

	/* titles */

	h2 {
		font-size: 28px;
		line-height: 32px;
	}

	h3 {
		font-size: 24px;
		line-height: 30px;
	}

	/* offer */

	.offer_section {
		padding: 0 0 30px;
		height: auto;
		background-color: #dcdcdc;
	}

	.offer_section.offer_top {
		background-image: url(/pages_vg/actividan_cosmetic/images_ru/mobile__offer_bg.jpg);
	}

	.offer_section.offer_bottom {
		background-image: url(/pages_vg/actividan_cosmetic/images_ru/mobile__offer_bg.jpg);
	}

	.offer_section .title_wrapper {
		margin: 0 0 430px;
		padding: 18px 0 0;
	}

	.offer_section .title_wrapper .title_block {
		margin: 0 0 14px;
		display: block;
		text-align: center;
	}

	.offer_section .title_wrapper .main_title {
		font-size: 50px;
		line-height: 56px;
		letter-spacing: normal;
	}

	.offer_section .title_wrapper .subtitle {
		margin: 0;
		font-weight: 400;
		font-size: 16px;
		line-height: 16px;
		letter-spacing: normal;
	}

	.offer_section .title_wrapper .description {
		display: block;
		margin: 0;
		padding: 0;
		width: 100%;
		height: auto;
		border: none;
		line-height: 30px;
		text-align: center;
	}

	.offer_section .title_wrapper .description:before {
		display: block;
		content: '';
		margin: 0 auto 10px;
		width: 80px;
		height: 4px;
		background: #ffaf00;
	}

	.offer_section .discount {
		top: 210px;
		left: 204px;
	}

	.offer_section .timer_block {
		margin: 0;
	}

	.offer_section .price_block {
		margin: 20px 0;
	}

	.offer_section .order_form {
		margin: 0;
	}

	.offer_section .input {
		background: #fff;
	}

	/* problems */

	.problems_section {
		padding: 30px 0;
	}

	.problems_section h2 {
		margin: 0 0 30px;
	}

	.problems_section .image_block {
		padding: 0;
		width: 180px;
		height: 180px;
		background: none;
	}

	.problems_section .owl-prev, 
	.problems_section .owl-next {
		top: 47px;
	}

	.problems_section .owl-prev {
		left: 15px;
	}

	.problems_section .owl-next {
		right: 15px;
	}

	/* about */

	.about_section .info {
		padding: 30px 0;
		text-align: center;
	}

	.about_section .info h4 {
		font-size: 28px;
		line-height: 34px;
	}

	.about_section .info p {
		line-height: 24px;
	}

	/* benefits */

	.benefits_section {
		padding: 30px 0;
	}

	.benefits_section h2 {
		margin: 0 0 30px;
	}

	.benefits_section .description {
		margin: 0 0 30px;
	}

	.benefits_section .benefit_item {
		margin: 0 0 30px;
	}

	.benefits_section .benefit_item:nth-child(3n) {
		margin: 0 0 30px;
	}

	.benefits_section .benefit_item:nth-child(2n) {
		margin: 0 0 30px;
	}

	.benefits_section .benefit_item:last-child {
		margin: 0 0 30px;
	}

	/* opinion */

	.opinion_section {
		padding: 30px 0;
	}

	.opinion_section h2 {
		margin: 0 0 30px;
		text-align: center;
	}

	.opinion_section .image_block {
		float: none;
		margin: 0 auto 25px;
		padding: 0;
		width: 180px;
		height: 180px;
		background: none;
	}

	.opinion_section .text_block {
		padding: 0;
		background: none;
		text-align: center;
	}

	.opinion_section .text_block p {
		line-height: 24px;
	}

	/* results */

	.results_section {
		padding: 30px 0;
	}

	.results_section h3 {
		margin: 0 0 30px;
		width: 100%;
		text-align: center;
	}

	.results_section img {
		margin: 0 auto 30px;
		width: 100%;
	}

	.results_section ul {
		width: 100%;
	}

	/* components */

	.components_section {
		padding: 30px 0 0;
	}

	.components_section .component_item {
		margin: 0 0 30px;
	}

	.components_section .component_item:nth-child(3n) {
		margin: 0 0 30px;
	}

	.components_section .component_item:nth-child(2n) {
		margin: 0 0 30px;
	}

	/* use */

	.use_section {
		padding: 30px 0;
	}

	.use_section h3 {
		margin: 0 0 10px;
		text-align: center;
	}

	.use_section p {
		margin: 0 0 30px;
		font-size: 24px;
		line-height: 30px;
		text-align: center;
	}

	.use_section img {
		float: none;
		margin: 0 0 10px;
	}

	.use_section ul {
		float: none;
		margin: 0;
	}

	/* reviews */

	.reviews_section {
		padding: 30px 0;
	}

	.reviews_section h3 {
		margin: 0 0 30px;
	}

	.reviews_section .review_item {
		margin: 0 0 30px;
	}

	.reviews_section .review_item img {
		float: none;
		margin: 0 auto 15px;
	}

	.reviews_section .review_item .text_block {
		float: none;
		width: 100%;
		text-align: center;
	}

	/* order info */

	.order_info_section {
		padding: 30px 0;
	}

	.order_info_section h2 {
		margin: 0 0 30px;
		text-align: center;
	}

	.order_info_section .info_item {
		margin: 0 0 30px;
		width: 100%;
		font-size: 16px;
	}
    
    
    

}