/* 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: 'Avenir Next Cyr', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #191919;
	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;
}

/* button */

.button {
	display: block;
	margin: 0 auto;
	width: 300px;
	height: 72px;
	background-color: #aa2424;
	font-family: 'Intro', sans-serif;
	font-size: 22px;
	line-height: 72px;
	letter-spacing: 1px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.button:hover {
	background-color: #aa000a;
}

.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);
}

/* titles */

h2 {
	padding: 0 0 20px 0;
	background: url(../images/title_bg.png)/*tpa=http://best-gooods.ru/dermacol/images/title_bg.png*/ center bottom no-repeat;
	font-family: 'Intro', sans-serif;
	font-size: 46px;
	line-height: 52px;
	text-align: center;
}

h2 span {
	color: #aa2424;
}

/* slider buttons */

.owl-prev, 
.owl-next {
	width: 42px;
	height: 42px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #191919;
	background-image: url(../images/slider__arrows.png)/*tpa=http://best-gooods.ru/dermacol/images/slider__arrows.png*/;
	background-repeat: no-repeat;
	position: absolute;
}

.owl-prev {
	background-position: left center;
}

.owl-next {
	background-position: right center;
}

.owl-prev:hover, 
.owl-next:hover {
	background-color: #282828;
}

/* offer */

.offer_section.offer_top {
	height: 580px;
	background: #e5e0e4 url(../images/desctop__offer_top_bg.jpg)/*tpa=http://best-gooods.ru/dermacol/images/desctop__offer_top_bg.jpg*/ center top no-repeat;
}

.offer_section.offer_bottom {
	margin: -21px auto 0 auto;
	height: 700px;
	background: url(../images/desctop__offer_bottom_bg.jpg)/*tpa=http://best-gooods.ru/dermacol/images/desctop__offer_bottom_bg.jpg*/ center top no-repeat;
	background-color: #c7995d;
}

.offer_section .title_block {
	margin: 0 0 0 340px;
	font-family: 'Intro', sans-serif;
}

.offer_section.offer_top .title_block {
	padding: 16px 0 0 0;
}

.offer_section.offer_bottom .title_block {
	padding: 37px 0 0 0;
}

.offer_section .title_block .main_title {
	font-size: 50px;
	line-height: 50px;
	letter-spacing: 4px;
	color: #aa2424;
	text-align: center;
}

.offer_section .title_block .subtitle {
	margin: 0 0 10px 70px;
	font-size: 24px;
	color: #56595c;
	letter-spacing: 0.1px;
}

.offer_section .title_block .description {
	margin: 0 0 0 29px;
	padding: 4px 0 3px 0px;
	width: 600px;
	border: 1px solid #e0ac694d;
	font-size: 18px;
	/* letter-spacing: 1px; */
	color: #aa2424;
	text-align: center;
	white-space: nowrap;
}

.offer_section.offer_bottom .title_block .description {
	padding: 4px 0 3px 22px;
}

.offer_section .info {
	margin: 57px 0 0 640px;
}

.offer_section .info ul li {
	margin: 0 0 8px 0;
	padding: 0 0 0 24px;
	/*font-family: 'Intro', sans-serif;*/
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.28);
	position: relative;
}

.offer_section .info ul li:last-child {
	margin: 0;
}

.offer_section .info ul li:before {
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	border: 4px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #aa2424;
	position: absolute;
	top: 5px;
	left: 0;
}

.offer_section .price_block {
	width: 300px;
	font-family: 'Intro', sans-serif;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}

.offer_section.offer_top .price_block {
	margin: 17px auto 20px auto;
	color: #2a2a2a;
}

.offer_section.offer_bottom .price_block {
	margin: 11px auto 7px auto;
}

.offer_section .price_block .price_old {
	display: inline-block;
	vertical-align: bottom;
	margin: 0 25px 0 0;
	letter-spacing: normal;
}

.offer_section .price_block .price_old .text {
	margin: 0 0 4px 0;
	font-size: 12px;
	line-height: 12px;
}

.offer_section .price_block .price_old .value {
	font-size: 25px;
	line-height: 30px;
	text-decoration: line-through;
}

.offer_section .price_block .price_new {
	display: inline-block;
	vertical-align: bottom;
	font-size: 36px;
	line-height: 34px;
	letter-spacing: normal;
	color: #aa2424;
}

.offer_section.offer_bottom .price_block .price_new {
	color: #aa2424;
}

.offer_section.offer_top .button {
	-webkit-box-shadow: 0 0 0 2px #fff inset;
	-moz-box-shadow: 0 0 0 2px #fff inset;
	box-shadow: 0 0 0 2px #fff inset;
}

.offer_section .order_form {
	margin: 19px 0 0 600px;
	padding: 15px 0 0 0;
	width: 340px;
	background: #fff;
}

.offer_section .timer_block {
	margin: 0 auto;
	padding: 9px 0 6px 0;
	width: 300px;
	border: 1px dashed #bababa;
	font-family: 'Intro', sans-serif;
}

.offer_section .timer_block p {
	float: left;
	width: 100px;
	font-size: 13px;
	line-height: 18px;
	color: #bababa;
	text-align: center;
}

.offer_section .timer_block p span {
	font-size: 20px;
}

.offer_section .timer_block .timer {
	float: left;
	width: 195px;
}

.offer_section .timer_block .timer_item {
	float: left;
	width: 33.333333%;
	font-size: 40px;
	line-height: 40px;
	color: #aa2424;
	text-align: center;
	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: 10px;
	font-size: 24px;
	line-height: 36px;
	position: absolute;
	top: 0;
}

.offer_section .timer_block .timer_item:nth-child(2):before {
	left: -5px;
}

.offer_section .timer_block .timer_item:nth-child(2):after {
	right: -5px;
}

.offer_section .input {
	display: block;
	margin: 0 auto 10px auto;
	padding: 0 15px;
	width: 300px;
	height: 60px;
	border: 1px solid #dfdfdf;
	background-color: #fbfbfb;
	font-family: 'Avenir Next Cyr', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #191919;
	text-align: center;
}

.offer_section .input::-webkit-input-placeholder {
	opacity: 1;
	color: #999;
}

.offer_section .input:-moz-placeholder {
	opacity: 1;
	color: #999;
}

.offer_section .input::-moz-placeholder {
	opacity: 1;
	color: #999;
}

.offer_section .input:-ms-input-placeholder {
	opacity: 1;
	color: #999;
}

.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;
}

.offer_section .products_count {
	margin: 12px 0 0 0;
	font-family: 'Intro', sans-serif;
	font-size: 14px;
	text-align: center;
}

.offer_section .products_count span {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 3px 0 3px;
	width: 24px;
	height: 24px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #191919;
	font-size: 14px;
	color: #fff;
}

.offer_section .discount_wrapper {
	padding: 5px;
	width: 140px;
	height: 140px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: rgba(34,34,34,0.9);
	position: absolute;
}

.offer_section.offer_top .discount_wrapper {
	top: 355px;
	left: 242px;
}

.offer_section.offer_bottom .discount_wrapper {
	top: 185px;
	left: 245px;
}

.offer_section .discount_wrapper .discount {
	padding: 16px 0 0 0;
	width: 130px;
	height: 130px;
	border: 1px solid rgba(224,172,105,0.3);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-family: 'Intro', sans-serif;
	font-size: 18px;
	color: #e0ac69;
	text-align: center;
}

.offer_section .discount_wrapper .discount span {
	display: block;
	font-size: 48px;
	line-height: 48px;
}

/* about */

.about_section {
	padding: 40px 0 50px 0;
}

.about_section h2 {
	margin: 0 0 50px 0;
}

.about_section .info {
	margin: 0 auto 50px auto;
	width: 908px;
}

.about_section .info img {
	display: block;
	float: left;
	margin: 0 40px 0 0;
}

.about_section .info .text {
	padding: 9px 0 0 0;
}

.about_section .results_list {
	margin: 0 auto;
	width: 908px;
	padding: 25px 41px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #c7995e url(../images/bg_one.jpg)/*tpa=http://best-gooods.ru/dermacol/images/bg_one.jpg*/;
}

.about_section .results_list img {
	border: 3px solid #fff;
}

.about_section .results_list .owl-prev, 
.about_section .results_list .owl-next {
	top: 50%;
	margin-top: -21px;
}

.about_section .results_list .owl-prev {
	left: -21px;
}

.about_section .results_list .owl-next {
	right: -21px;
}

/* use */

.use_section {
	padding: 40px 0 5px 0;
	background: #1e1e1e url(../images/bg_two.jpg)/*tpa=http://best-gooods.ru/dermacol/images/bg_two.jpg*/;
}

.use_section h2 {
	margin: 0 0 50px 0;
	color: #fff;
}

.use_section .video-container{
	width: 300px;
	height: 169px;
	background: #000;
	overflow: hidden;
	position: relative;
}

.use_section .video-container iframe, 
.use_section .video-container object, 
.use_section .video-container embed {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.use_section .info {
	margin: 40px 0;
	padding: 20px 30px 24px 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #7d6e0a7d;
	text-align: center;
	color:white;
}

.use_section .results_list img {
	border: 3px solid rgba(255, 255, 255, 0.2);
}

.use_section .owl-prev, 
.use_section .owl-next {
	top: 50%;
	margin-top: -21px;
}

.use_section .owl-prev {
	left: 10px;
}

.use_section .owl-next {
	right: 10px;
}

/* shades */

.shades_section {
	padding: 20px 0 50px 0;
    background: url(../images/bg_shades.jpg)/*tpa=http://best-gooods.ru/dermacol/images/bg_shades.jpg*/ no-repeat center bottom;
}

.shades_section h2 {
	margin: 0 0 20px 0;
}

.shades_section .shades_list {
	float: left;
	width: 300px;
}

.shades_section .shades_list.column_right {
	float: right;
}

.shades_section .shade_item {
	display: table;
	margin: 0 0 23px 0;
	width: 100%;
}

.shades_section .shade_item:last-child {
	margin: 0;
}

.shades_section .shade_item .shade_block {
	display: table-cell;
	vertical-align: middle;
	width: 93px;
}

.shades_section .shade_item .shade {
	width: 73px;
	height: 73px;
	border: 5px solid #f7f7f7;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.shades_section .shade_item .shade.number207 {
	background-color: #f2cfb1;
}

.shades_section .shade_item .shade.number208 {
	background-color: #f5dece;
}

.shades_section .shade_item .shade.number209 {
	background-color: #edcca1;
}

.shades_section .shade_item .shade.number210 {
	background-color: #e4c0a0;
}

.shades_section .shade_item .shade.number211 {
	background-color: #e5c19f;
}

.shades_section .shade_item .shade.number212 {
	background-color: #e8b48f;
}

.shades_section .shade_item .shade.number213 {
	background-color: #dbad8c;
}

.shades_section .shade_item .shade.number215 {
	background-color: #e6b894;
}

.shades_section .shade_item .shade.number218 {
	background-color: #dbae87;
}

.shades_section .shade_item .shade.number221 {
	background-color: #eac29f;
}

.shades_section .shade_item .shade.number222 {
	background-color: #f1c296;
}

.shades_section .shade_item .shade.number223 {
	background-color: #d3a87d;
}

.shades_section .shade_item .shade.number224 {
	background-color: #d29463;
}

.shades_section .shade_item .info {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 20px;
	height: 72px;
	border-left: 1px solid #eee;
}

.shades_section .shade_item .number {
	font-family: 'Intro', sans-serif;
	font-size: 26px;
	line-height: 26px;
}

.shades_section .shade_item p {
	font-size: 15px;
	line-height: 20px;
}

.shades_section img {
	display: block;
	float: left;
}

/* opinion */

.opinion_section {
	overflow: hidden;
	position: relative;
}

.opinion_section:before,
.opinion_section:after {
	display: block;
	content: '';
	width: 2000px;
	height: 100%;
	position: absolute;
	top: 0;
}

.opinion_section:before {
	left: 50%;
	background: #1e1e1e url(../images/bg_two.jpg)/*tpa=http://best-gooods.ru/dermacol/images/bg_two.jpg*/;
}

.opinion_section:after {
	right: 50%;
	background: #c7995e url(../images/bg_one.jpg)/*tpa=http://best-gooods.ru/dermacol/images/bg_one.jpg*/;
}

.opinion_section h3 {
	padding: 0 0 0 15px;
	font-family: 'Intro', sans-serif;
	font-size: 32px;
	line-height: 38px;
}

.opinion_section .opinion_block {
	float: left;
	padding: 33px 35px 40px 0;
	width: 470px;
	position: relative;
	z-index: 10;
}

.opinion_section .opinion_block h3 {
	margin: 0 0 63px 0;
	border-left: 6px solid #fff;
}

.opinion_section .opinion_block .info {
	padding: 50px 20px 19px 20px;
	background: #fff;
	-webkit-box-shadow: 0.5px 0.9px 0 rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0.5px 0.9px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0.5px 0.9px 0 rgba(0, 0, 0, 0.08);
	text-align: center;
	position: relative;
}

.opinion_section .opinion_block img {
	display: block;
	border: 3px solid rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: -34px;
	left: 50%;
	margin-left: -34px;
}

.opinion_section .opinion_block .author_info {
	margin: 0 0 9px 0;
	font-family: 'Intro', sans-serif;
	line-height: 20px;
}

.opinion_section .opinion_block .author_info span {
	font-size: 12px;
}

.opinion_section .order_info_block {
	float: left;
	padding: 33px 0 40px 35px;
	width: 470px;
	color: #fff;
	position: relative;
	z-index: 10;
}

.opinion_section .order_info_block h3 {
	margin: 0 0 32px 0;
	border-left: 6px solid #e0ac69;
}

.opinion_section .order_info_block .info_item {
	display: table;
	margin: 0 0 34px 0;
	width: 100%;
	height: 75px;
	background-position: left center;
	background-repeat: no-repeat;
}

.opinion_section .order_info_block .info_item:first-child {
	background-image: url(../images/order_info__info1_icon.png)/*tpa=http://best-gooods.ru/dermacol/images/order_info__info1_icon.png*/;
}

.opinion_section .order_info_block .info_item:nth-child(2) {
	background-image: url(../images/order_info__info2_icon.png)/*tpa=http://best-gooods.ru/dermacol/images/order_info__info2_icon.png*/;
}

.opinion_section .order_info_block .info_item:last-child {
	margin: 0;
	background-image: url(../images/order_info__info3_icon.png)/*tpa=http://best-gooods.ru/dermacol/images/order_info__info3_icon.png*/;
}

.opinion_section .order_info_block .info_item p {
	padding: 0 0 0 95px;
	display: table-cell;
	vertical-align: middle;
}

/* reviews */

.reviews_section {
	padding: 40px 0 50px 0;
	background: #fafafa;
}

.reviews_section h2 {
	margin: 0 0 50px 0;
}

.reviews_section .reviews_list {
	margin: 0 auto;
	width: 820px;
}

.reviews_section .review_item .photo {
	display: block;
	float: left;
	width: 271px;
}

.reviews_section .review_item .text {
	float: left;
	padding: 10px 25px 0 25px;
	width: 549px;
	height: 271px;
	background: #fff;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.reviews_section .author_info_wrapper {
	margin: 0 0 15px 0;
}

.reviews_section .author_info_wrapper img {
	display: block;
	float: left;
	margin: 0 20px 0 0;
	width: 59px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.reviews_section .author_info_wrapper .author_info {
	float: left;
	margin: 6px 0 0 0;
	padding: 0 0 17px 0;
	background: url(../images/reviews__stars.png)/*tpa=http://best-gooods.ru/dermacol/images/reviews__stars.png*/ left bottom no-repeat;
	font-family: 'Intro', sans-serif;
	font-size: 18px;
	line-height: 24px;
}

.reviews_section .review_item p {
	font-size: 15px;
}

.reviews_section .owl-dots {
	margin: 50px 0 0 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}

.reviews_section .owl-dot {
	display: inline-block;
	vertical-align: middle;
	margin: 0 6px;
	width: 60px;
	height: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #dbdbdb;
}

.reviews_section .owl-dot:hover {
	background-color: #d4d3d3;
}

.reviews_section .owl-dot.active {
	background-color: #c7995e;
}

.reviews_section .owl-prev, 
.reviews_section .owl-next {
	top: 114px;
}

.reviews_section .owl-prev {
	left: -60px;
}

.reviews_section .owl-next {
	right: -60px;
}

/* footer */

.footer_section {
	padding: 25px 0 22px 0;
	font-size: 14px;
	text-align: center;
}

.footer_section img {
	display: block;
	margin: 0 auto 10px auto;
}

.footer_section a {
	color: #191919;
}

.footer_section a:hover {
	text-decoration: none;
}

@media screen and (max-width: 959px) {

	/* styles */

	.wrapper {
		width: 640px;
	}

	/* titles */

	h2 {
		padding: 0 0 21px 0;
		font-size: 36px;
		line-height: 42px;
	}

	/* offer */

	.offer_section.offer_top {
		background-image: url(../images/tablet__offer_top_bg.jpg)/*tpa=http://best-gooods.ru/dermacol/images/tablet__offer_top_bg.jpg*/;
	}

	.offer_section.offer_bottom {
		margin: 0 auto;
		height: 582px;
		background: #e0ac69 url(../images/tablet__offer_bottom_bg.jpg)/*tpa=http://best-gooods.ru/dermacol/images/tablet__offer_bottom_bg.jpg*/ center top no-repeat;
	}

	.offer_section .title_block {
		margin: 0;
		text-align: center;
	}

	.offer_section.offer_bottom .title_block {
		padding: 16px 0 0 0;
	}

	.offer_section .title_block .description {
		margin: 0 auto;
	}

	.offer_section .info {
		margin: 57px 0 0 320px;
	}

	.offer_section .order_form {
		margin: 19px 0 0 265px;
	}

	.offer_section.offer_top .discount_wrapper {
		top: 167px;
		left: -2px;
	}

	.offer_section.offer_bottom .discount_wrapper {
		top: 170px;
		left: 8px;
	}

	/* about */

	.about_section {
		padding: 33px 0 40px 0;
	}

	.about_section h2 {
		margin: 0 0 40px 0;
	}

	.about_section .info {
		margin: 0 auto 34px auto;
		width: 578px;
	}

	.about_section .info img {
		margin: 0 30px 0 0;
		width: 250px;
	}

	.about_section .info .text {
		padding: 0;
	}

	.about_section .results_list {
		width: 578px;
		padding: 20px 41px;
	}

	/* use */

	.use_section {
		padding: 33px 0 5px 0;
		height: auto;
	}

	.use_section h2 {
		margin: 0 0 40px 0;
	}

	/* shades */

	.shades_section {
		padding: 60px 0 40px 0;
        background: url(../images/bg_shades_m.jpg)/*tpa=http://best-gooods.ru/dermacol/images/bg_shades_m.jpg*/ no-repeat center bottom;
	}

	.shades_section h2 {
		margin: 0 0 60px 0;
	}

    .shades_section .shades_list {
        margin-left: 58px;
}
	/* opinion */

	.opinion_section:before,
	.opinion_section:after {
		display: none;
	}

	.opinion_section .opinion_block {
		float: none;
		padding: 33px 0 40px 0;
		width: 100%;
	}

	.opinion_section .opinion_block:before {
		display: block;
		content: '';
		width: 2000px;
		height: 100%;
		background: #c7995e url(../images/bg_one.jpg)/*tpa=http://best-gooods.ru/dermacol/images/bg_one.jpg*/;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -1000px;
	}

	.opinion_section .opinion_block h3 {
		position: relative;
	}

	.opinion_section .order_info_block {
		float: none;
		padding: 33px 0 40px 0;
		width: 100%;
	}

	.opinion_section .order_info_block:before {
		display: block;
		content: '';
		width: 2000px;
		height: 100%;
		background: #1e1e1e url(../images/bg_two.jpg)/*tpa=http://best-gooods.ru/dermacol/images/bg_two.jpg*/;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -1000px;
	}

	.opinion_section .order_info_block h3 {
		margin: 0 0 32px 0;
		position: relative;
	}

	.opinion_section .order_info_block .info_list {
		position: relative;
	}

	.opinion_section .order_info_block .info_item {
		margin: 0 0 20px 0;
	}

	/* reviews */

	.reviews_section {
		padding: 33px 0 40px 0;
	}

	.reviews_section h2 {
		margin: 0 0 40px 0;
	}

	.reviews_section .reviews_list {
		width: 100%;
	}

	.reviews_section .review_item .photo {
		float: none;
		margin: 0 auto;
	}

	.reviews_section .review_item .text {
		float: none;
		margin: -71px 0 0 0;
		padding: 90px 25px 18px 25px;
		width: 100%;
		height: auto;
		border: 1px solid #e6e6e6;
	}

	.reviews_section .author_info_wrapper img {
		display: none;
	}

	.reviews_section .author_info_wrapper .author_info {
		float: none;
		margin: 0;
		background-position: center bottom;
		font-size: 16px;
		text-align: center;
	}

	.reviews_section .review_item p {
		text-align: center;
	}

	.reviews_section .owl-dots {
		margin: 40px 0 0 0;
	}

	.reviews_section .owl-prev, 
	.reviews_section .owl-next {
		top: 79px;
	}

	.reviews_section .owl-prev {
		left: 66px;
	}

	.reviews_section .owl-next {
		right: 66px;
	}

}

@media screen and (max-width: 639px) {
	
	/* styles */

	.wrapper {
		width: 320px;
	}

	/* titles */

	h2 {
		padding: 0 0 18px 0;
		font-size: 21px;
		line-height: 30px;
	}

	/* offer */

	.offer_section {
		padding: 0 0 25px 0;
	}

	.offer_section.offer_top {
		height: auto;
		background-image: url(../images/mobile__offer_top_bg.jpg)/*tpa=http://best-gooods.ru/dermacol/images/mobile__offer_top_bg.jpg*/;
	}

	.offer_section.offer_bottom {
		height: auto;
		background-image: url(../images/mobile__offer_bottom_bg.jpg)/*tpa=http://best-gooods.ru/dermacol/images/mobile__offer_bottom_bg.jpg*/;
		overflow: hidden;
	}

	.offer_section.offer_top .title_block {
		padding: 18px 0 0 0;
	}

	.offer_section.offer_bottom .title_block {
		padding: 18px 0 0 0;
	}

	.offer_section .title_block .main_title {
		font-size: 24px;
		line-height: 26px;
	/* letter-spacing: 2.8px;*/
    }

    .offer_section .title_block .subtitle {
        margin: 1px 0 8px 0;
        font-size: 16px;
        letter-spacing: 1px;
    }
	.offer_section.offer_bottom .title_block .description {
		padding: 4px 0 3px 0px;
	}
    .offer_section .title_block .description {
        padding: 4px 0 3px 0;
        width: 284px;
        letter-spacing: 2px;
        text-align: center;
        white-space: normal;
    }

    .offer_section .info {
        margin: 370px 0 0 0;
    }

    .offer_section .info ul {
        margin: 0 0 0 25px;
    }

    .offer_section .order_form {
        margin: 352px 0 0 -15px;
        padding: 15px 0;
        width: 330px;
    }

    .offer_section.offer_top .discount_wrapper {
		top: 237px;
		left: 30px;
    }

    .offer_section.offer_bottom .discount_wrapper {
		top: 241px;
		left: 27px;
    }

    /* about */

	.about_section {
		padding: 34px 0 40px 0;
	}

	.about_section .info {
		width: 100%;
	}

	.about_section .info img {
		float: none;
		margin: 0 0 20px 0;
		width: 100%;
	}

	.about_section .info .text {
		text-align: center;
	}

	.about_section .results_list {
		padding: 0;
		width: 100%;
		background: none;
	}

	.about_section .results_list img {
		border: none;
	}

	.about_section .results_list .owl-prev {
		left: 10px;
	}

	.about_section .results_list .owl-next {
		right: 10px;
	}

	/* use */

	.use_section {
		padding: 34px 0 1px 0;
		height: auto;
	}

	.use_section .info {
		margin: 30px 0;
		padding: 15px 20px 19px 20px;
	}

	.use_section .results_list img {
		border: none;
	}

	/* shades */

	.shades_section {
		padding: 40px 0 40px 0;
        background: #fff;
	}
    .shades_section h2 {
        margin: 0 0 40px 0;
}
	.shades_section .shades_list.column_left {
		float: none;
		margin: 0 0 16px 0;
	}

	.shades_section .shades_list.column_right {
		float: none;
	}

	/* opinion */

	.opinion_section h3 {
		font-size: 24px;
		line-height: 30px;
	}

	.opinion_section .order_info_block h3 {
		margin: 0 80px 23px 0;
	}

	/* reviews */

	.reviews_section {
		padding: 34px 0 40px 0;
	}

	.reviews_section .review_item .photo {
		width: 176px;
	}

	.reviews_section .review_item .text {
		margin: -51px 0 0 0;
		padding: 70px 20px 18px 20px;
	}

	.reviews_section .author_info_wrapper .author_info {
		font-size: 15px;
	}

	.reviews_section .owl-prev, 
	.reviews_section .owl-next {
		top: 42px;
	}

	.reviews_section .owl-prev {
		left: 10px;
	}

	.reviews_section .owl-next {
		right: 10px;
	}

}
.form-control {
	display: block;
	margin: 0 auto 10px auto;
	padding: 0 15px;
	width: 300px;
	height: 60px;
	border: 1px solid #dfdfdf;
	background-color: #fbfbfb;
	font-family: 'Avenir Next Cyr', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #191919;
	text-align: center;
}

.copyright {
	padding: 30px 0;
	text-align: center;
	font-size: 14px;
}
.copyright a {
	display: inline-block;
	padding: 10px;
	text-decoration: none;
	color:#333;
}

.copyright img {
	 width: auto;
}
.copyright p {
	padding: 0;
	margin: 0;
}
.footer .center iframe {
		height:400px;
	}
	@media (max-width: 665px) {
		.footer .center iframe {
			height:700px;
		}
		.footer .center {
			height:600px;
		}
	}
	.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;
	}
footer {
    text-align: center;
    padding: 10px 5px;
    color: #000;
   background: #f3f3f3; 
}
footer a {
    color: #000;
    transition: .3s;
}
footer a:hover {
cursor: pointer;
text-decoration: underline;
opacity: 0.8;
}
.footer-content {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-bottom: 5px;
}
.footer-content p {
margin: 18px 0;	
}
.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;
}