/* 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;
}


p.products_count {
	width: 100% !important;
}


.countdown__item{
	display: inline-block;
	font-size: 35px;
	margin: 10px;
	position: relative;
}

.countdown__item:after{
	content: ':';
	position: absolute;
	top: -2px;
	right: -16px;
	
}

.countdown__item:last-child:after{
	display: none;
}

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;
}

/* fonts */

@font-face {
    font-family: OfficinaSans;
    src: url("../fonts/officinasansblackc.eot");
    src: url("../fonts/officinasansblackc.eot?#iefix") format("embedded-opentype"), url("../fonts/officinasansblackc.woff") format('woff'), url("../fonts/officinasansblackc.ttf") format('truetype'), url("../fonts/officinasansblackc.svg#OfficinaSansBlackC") format('svg')
}

@font-face {
    font-family: OfficinaSans;
    src: url("../fonts/officinasansboldc.eot");
    src: url("../fonts/officinasansboldc.eot?#iefix") format("embedded-opentype"), url("../fonts/officinasansboldc.woff") format('woff'), url("../fonts/officinasansboldc.ttf") format('truetype'), url("../fonts/officinasansboldc.svg#OfficinaSansBoldC") format('svg')
}

@font-face {
    font-family: OfficinaSans;
    src: url("../fonts/officinasansbookc.eot");
    src: url("../fonts/officinasansbookc.eot?#iefix") format("embedded-opentype"), url("../fonts/officinasansbookc.woff") format('woff'), url("../fonts/officinasansbookc.ttf") format('truetype')}


/* styles */

* {
	-webkit-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: 'OfficinaSans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #555;
	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;
}

/* timer */

.timer_block {
	margin: 0 auto;
	padding: 10px 0;
	width: 285px;
	border: 1px dashed rgba(255,255,255,0.2);
	font-weight: 900;
	color: #fff;
	text-align: center;
}

.timer_block p {
	float: left;
	margin-right: -7px;
	width: 96px;
	font-size: 15px;
	line-height: 22px;
	text-transform: uppercase;
}

.timer_block p span {
	font-size: 22px;
}

.timer_block .timer_item {
	float: left;
	margin-top: 2px;
	width: 64px;
	font-size: 44px;
	line-height: 44px;
	position: relative;
}

.timer_block .timer_item:before {
	display: block;
	content: ':';
	width: 10px;
	font-weight: 700;
	font-size: 20px;
	position: absolute;
	top: 0;
	right: -5px;
}

.timer_block .timer_item:last-child:before {
	display: none;
}

/* price */

.price_block {
	margin: 15px auto;
	width: 285px;
}

.price_block .price_item {
	color: #fff;
	text-align: center;
}

.price_block .price_item .value,
.old_price_cur,
.new_price_cur {
	font-size: 23px;
	line-height: 36px;
}

.footer_section p{
	color: #FFF;
}


.price_block .price_item.old .value {
	/* text-decoration: line-through;*/
}

.price_block .price_item.new .value,
.new_price_cur {
	font-weight: 900;
	color: #fed228;
}

.m1modal .button{
	width: 90%;
}

/* button */

.button {
	display: block;
	margin: 0 auto;
	width: 285px;
	height: 73px;
	border-radius: 2px;
	background-color: #ffc000;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#ffc000), to(#fddc40));
	background-image: linear-gradient(to top, #ffc000 0%, #fddc40 100%);
	-webkit-box-shadow: 0 3px 0 #d7a200;
	box-shadow: 0 3px 0 #d7a200;
	font-family: 'OfficinaSans', sans-serif;
	font-weight: 900;
	font-size: 18px;
	line-height: 70px;
	color: #222;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.56);
	cursor: pointer;
	position: relative;
}

.button:hover {
	background-color: #f5b800;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#f5b800), to(#f6d538));
	background-image: linear-gradient(to top, #f5b800 0%, #f6d538 100%);
}

.button:active {
	top: 1px;
}

/* products count */

.products_count {
	margin: 25px auto 0;
	width: 285px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.products_count span {
	display: inline-block;
	vertical-align: top;
	margin: -2px 5px 0;
	padding: 1px 6px;
	border-radius: 5px;
	background: #00aeef;
	font-weight: 900;
	font-size: 22px;
}

/* discount */

.discount {
	padding: 11px 0 0;
	width: 126px;
	height: 126px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #00aeef;
	-webkit-box-shadow: 0 0 0 7px #00aeef;
	box-shadow: 0 0 0 7px #00aeef;
	font-weight: 900;
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
}

.discount span {
	display: block;
	font-size: 46px;
	line-height: 46px;
}

/* titles */

h2.align_left {
	padding: 0 0 0 15px;
	border-left: 3px solid #00aeef;
	font-weight: 900;
	font-size: 36px;
	line-height: 42px;
	color: #222;
	text-transform: uppercase;
}

h2.align_center {
	font-weight: 900;
	font-size: 36px;
	line-height: 42px;
	color: #222;
	text-transform: uppercase;
	text-align: center;
}

h2.align_center:after {
	display: block;
	content: '';
	margin: 10px auto 0;
	width: 72px;
	height: 3px;
	background: #00aeef;
}

/* header */

.header_section {
	padding: 20px 0 0;
	background: #1e2559 url(../img/desctop__header_bg.jpg)/*tpa=http://optivision24.ru/v1/src/desctop__header_bg.jpg*/ center top no-repeat;
}

.header_section h1 {
	margin: 0 0 0 25px;
	font-weight: 900;
	font-size: 48px;
	line-height: 54px;
	color: #fff;
	text-transform: uppercase;
}

.header_section .subtitle {
	margin: 0 0 25px 25px;
	font-weight: 900;
	font-size: 48px;
	line-height: 54px;
	color: #fed228;
	text-transform: uppercase;
}

.header_section .info {
	margin: 0 0 0 25px;
	width: 285px;
}

.header_section ul {
	margin: 0 0 20px;
}

.header_section ul li {
	margin: 0 0 10px;
	padding: 0 0 0 26px;
	background: url(../img/header__benefit_icon.png)/*tpa=http://optivision24.ru/v1/src/header__benefit_icon.png*/ left 5px no-repeat;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	color: #fff;
}

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

.header_section .triggers_block {
	margin: 25px 0 0 25px;
	padding: 15px 0;
	width: 335px;
	border-top: 1px dashed rgba(255,255,255,0.2);
	border-left: 1px dashed rgba(255,255,255,0.2);
	font-size: 0;
	line-height: 0;
	letter-spacing: 1px;
	text-align: center;
}

.header_section .triggers_block p {
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 0 0;
	padding: 0 0 0 41px;
	width: 190px;
	background: url(../img/header__efficiency_icon.png)/*tpa=http://optivision24.ru/v1/src/header__efficiency_icon.png*/ left center no-repeat;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: normal;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
}

.header_section .triggers_block .icon {
	display: inline-block;
	vertical-align: middle;
	width: 82px;
	height: 36px;
	background: url(../img/header__certificates_icon.png)/*tpa=http://optivision24.ru/v1/src/header__certificates_icon.png*/ center no-repeat;
}

.header_section .discount {
	top: 150px;
	left: 600px;
}

/* diseases */

.diseases_section {
	margin-top: -71px;
	height: 783px;
	overflow: hidden;
}

.diseases_section .info {
	margin: 0 0 0 360px;
	padding: 30px 30px 0 30px;
	background: #fff;
	position: relative;
}

.diseases_section .info:before {
	display: block;
	content: '';
	width: 1000px;
	height: 100px;
	background: #fff;
	position: absolute;
	top: 0;
	right: -990px;
}

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

.diseases_section .disease_item {
	display: table;
	margin: 0 0 30px;
	width: 100%;
}

.diseases_section .disease_item:last-child {
	margin: 0;
}

.diseases_section .disease_item .image_block {
	display: table-cell;
	vertical-align: middle;
	width: 89px;
}

.diseases_section .disease_item img {
	display: block;
	border-radius: 50%;
}

.diseases_section .disease_item .text_block {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 20px;
}

.diseases_section .disease_item h3 {
	margin: 0 0 4px;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #0e3696;
}

.diseases_section .image {
	display: block;
	position: absolute;
	top: 71px;
	left: -484px;
}

/* about */

.about_section {
	padding: 45px 0 0;
	margin-bottom: 50px;
	background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(50%, #1f204e), color-stop(80%, #2e5691), to(#2e5691));
	background-image: linear-gradient(to right, #fff 0%, #fff 50%, #1f204e 50%, #2e5691 80%, #2e5691 100%);
}

.about_section .image {
	display: block;
	-webkit-box-shadow: 0 0 38px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 38px rgba(0, 0, 0, 0.2);
	position: absolute;
	bottom: 0;
	left: 10px;
}

.about_section .product_image {
	display: block;
	position: absolute;
	top: -75px;
	right: 40px;
}

.about_section .info {
	margin: 0 0 0 45px;
	padding: 30px;
	width: 565px;
	background: #fff;
	position: relative;
}

.about_section .info h2 {
	margin: 0 0 15px 0;
}

/* benefits */

.benefits_section {
	padding: 40px 0 10px;
}

.benefits_section h2 {
	width: 460px;
}

.benefits_section .benefits_list {
	margin-top: -84px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
}

.benefits_section .benefit_item {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 30px;
	width: 460px;
	letter-spacing: normal;
}

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

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

.benefits_section .benefit_wrapper {
	display: table;
	width: 100%;
}

.benefits_section .benefit_wrapper .icon_block {
	display: table-cell;
	vertical-align: middle;
	width: 95px;
}

.benefits_section .benefit_wrapper img {
	display: block;
}

.benefits_section .benefit_wrapper .text_block {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 20px;
}

.benefits_section .benefit_wrapper h3 {
	margin: 0 0 4px;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #0e3696;
}

.benefits_section .benefit_wrapper p {
	font-size: 16px;
	line-height: 24px;
}

/* problems */

.problems_section {
	padding: 40px 0 43px;
	background: #1e2559 url(../img/desctop__problems_bg.jpg)/*tpa=http://optivision24.ru/v1/src/desctop__problems_bg.jpg*/ center top no-repeat;
	background-size: cover;
}

.problems_section h2 {
	margin: 0 0 40px;
	color: #fff;
}

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

.problems_section .problem_item {
	display: inline-block;
	vertical-align: top;
	margin: 0 50px 40px;
	width: 200px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
	color: #fff;
}

.problems_section .problem_item img {
	display: block;
	margin: 0 auto 15px;
	border: 5px solid rgba(255, 255, 255, 0.09);
	border-radius: 50%;
}

/* results */

.results_section {
	padding: 40px 0 20px;
}

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

.results_section img {
	display: block;
	float: left;
	width: 537px;
}

.results_section ul {
	float: right;
	margin-top: 5px;
	width: 360px;
}

.results_section ul li {
	margin: 0 0 13px;
	padding: 0 0 0 110px;
	position: relative;
}

.results_section ul li:nth-child(2) {
	margin: 0 80px 13px 0;
}

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

.results_section ul li span {
	font-weight: 900;
	font-size: 46px;
	line-height: 52px;
	color: #0e3696;
	position: absolute;
	top: -2px;
	left: 0;
}

/* opinion */

.opinion_section {
	padding: 60px 0 0 0;
	height: 638px;
	background: #1e2559 url(../img/desctop__opinion_bg.jpg)/*tpa=http://optivision24.ru/v1/src/desctop__opinion_bg.jpg*/ center top no-repeat;
}

.opinion_section h2 {
	margin: 0 0 62px 45px;
	padding: 0 0 0 15px;
	border-left: 5px solid #00aeef;
	width: 360px;
	font-weight: 900;
	font-size: 46px;
	line-height: 52px;
	color: #fff;
	text-transform: uppercase;
}

.opinion_section .text_block {
	margin: 0 0 0 45px;
	padding: 36px 0 0;
	width: 510px;
	background: url(../img/opinion__quote_icon.png)/*tpa=http://optivision24.ru/v1/src/opinion__quote_icon.png*/ left top no-repeat;
	position: relative;
}

.opinion_section .text_block:before {
	display: block;
	content: '';
	width: 461px;
	height: 1px;
	background: #ccc;
	position: absolute;
	top: 12px;
	left: 49px;
}

.opinion_section .author_info {
	margin: 50px 0 0 125px;
	width: 405px;
	height: 59px;
	background: url(../img/opinion__signature.png)/*tpa=http://optivision24.ru/v1/src/opinion__signature.png*/ right center no-repeat;
	color: #fff;
}

.opinion_section .author_info .name {
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
}

.opinion_section .author_info .text {
	font-size: 18px;
	line-height: 26px;
}

/* components */

.components_section {
	padding: 10px 0 0;
}

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

.components_section .product_image {
	display: block;
	position: absolute;
	top: 90px;
	left: 50%;
	margin-left: -124px;
}

.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;
	letter-spacing: normal;
}

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

.components_section .component_item:last-child {
	margin: 0;
}

.components_section .component_item img {
	display: block;
	margin: 0 auto;
}

.components_section .component_item h3 {
	margin: 15px 0 10px;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #0e3696;
}

.components_section .component_item p {
	font-size: 16px;
	line-height: 24px;
}

/* use */

.use_section {
	padding: 40px 0;
	background: url(../img/use_bg.jpg)/*tpa=http://optivision24.ru/v1/src/use_bg.jpg*/ center top no-repeat;
	color: #222;
}

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

.use_section .title_block {
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	position: relative;
	z-index: 10;
}

.use_section .title_block .title {
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 0 0;
	padding: 0 21px 0 0;
	border-right: 1px solid #00aeef;
	font-weight: 900;
	font-size: 46px;
	line-height: 52px;
	letter-spacing: normal;
	color: #0e3696;
	text-transform: uppercase;
}

.use_section .title_block p {
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: normal;
}

.use_section ul {
	margin: 20px 0 80px;
}

.use_section ul li {
	font-size: 18px;
	line-height: 26px;
}

.use_section .info {
	padding: 0 10px 15px;
	width: 330px;
	border: 1px dashed rgba(0,0,0,0.4);
	border-radius: 5px;
	font-weight: 700;
	text-align: center;
}

.use_section .info .title {
	margin: -16px auto 4px;
	width: 110px;
	background: #fff;
	font-size: 24px;
	line-height: 30px;
	color: #0e3696;
}

.use_section .info p {
	font-size: 18px;
	line-height: 26px;
}

.use_section .image {
	display: block;
	position: absolute;
	bottom: -55px;
	right: 10px;
}

.use_section .product_image {
	display: block;
	position: absolute;
	bottom: -25px;
	left: 310px;
}

/* reviews */

.reviews_section {
	padding: 40px 0 43px;
	background: #1e2559 url(../img/desctop__reviews_bg.jpg)/*tpa=http://optivision24.ru/v1/src/desctop__reviews_bg.jpg*/ center top no-repeat;
	background-size: cover;
}

.reviews_section h2 {
	margin: 0 0 40px;
	color: #fff;
}

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

.reviews_section .review_item img {
	display: block;
	margin: 0 auto;
	width: 130px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.07);
	box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.07);
}

.reviews_section .review_item .text_block {
	margin-top: -65px;
	padding: 80px 15px 20px;
	min-height: 466px;
	border-radius: 5px;
	background: #fff;
	text-align: center;
}

.reviews_section .review_item .author_info {
	margin: 0 0 10px;
	padding: 0 0 18px;
	background: url(../img/reviews__stars.png)/*tpa=http://optivision24.ru/v1/src/reviews__stars.png*/ center bottom no-repeat;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	color: #0e3696;
}

/* order steps */

.order_steps_section {
	padding: 40px 0;
}

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

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

.order_steps_section .step_item {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 0 0;
	width: 300px;
	letter-spacing: normal;
	position: relative;
}

.order_steps_section .step_item:last-child {
	margin: 0;
}

.order_steps_section .step_item:before {
	display: block;
	content: '';
	width: 29px;
	height: 21px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	right: -25px;
}

.order_steps_section .step_item:first-child:before {
	background-image: url(../img/order_steps__arrow1.png)/*tpa=http://optivision24.ru/v1/src/order_steps__arrow1.png*/;
	top: 60px;
}

.order_steps_section .step_item:nth-child(2):before {
	background-image: url(../img/order_steps__arrow2.png)/*tpa=http://optivision24.ru/v1/src/order_steps__arrow2.png*/;
	top: 156px;
}

.order_steps_section .step_item .image_block {
	margin: 0 auto 15px;
	width: 216px;
	position: relative;
}

.order_steps_section .step_item img {
	display: block;
	border: 5px solid rgba(0, 0, 0, 0.04);
	border-radius: 50%;
}

.order_steps_section .step_item .number {
	width: 74px;
	height: 74px;
	border: 3px solid #fff;
	border-radius: 50%;
	background: #00aeef;
	font-weight: 900;
	font-size: 32px;
	line-height: 68px;
	color: #fff;
	position: absolute;
	top: -10px;
	right: -10px;
}

.order_steps_section .step_item p {
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	color: #222;
}

.order_steps_section .step_item:first-child p {
	padding: 0 40px;
}

.order_steps_section .step_item:nth-child(2) p {
	padding: 0 15px;
}

/* order */

.order_section {
	padding: 30px 0;
	background: #1e2559 url(../img/desctop__order_bg.jpg)/*tpa=http://optivision24.ru/v1/src/desctop__order_bg.jpg*/ center top no-repeat;
}

.order_section h4 {
	margin: 0 25px 30px 240px;
	font-weight: 900;
	font-size: 44px;
	line-height: 50px;
	color: #fff;
	text-transform: uppercase;
	text-align: right;
}

.order_section h4 span {
	color: #fed228;
}

.order_section .form_block {
	margin: 0 0 0 575px;
	padding: 25px 0 20px;
	width: 340px;
	background-color: rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 0 40px rgba(7, 7, 7, 0.35);
	box-shadow: 0 0 40px rgba(7, 7, 7, 0.35);
	position: relative;
}

.order_section .form_block:before, 
.order_section .form_block:after {
	display: block;
	content: '';
	width: 10px;
	height: 100%;
	-webkit-box-shadow: 0 -1px 0 0 #00aeef inset, 0 1px 0 0 #00aeef inset;
	box-shadow: 0 -1px 0 0 #00aeef inset, 0 1px 0 0 #00aeef inset;
	position: absolute;
	top: 0;
}

.form__item {
	text-align: center;
}

.order_section .form_block:before {
	border-left: 1px solid #00aeef;
	left: 0;
}

.order_section .form_block:after {
	border-right: 1px solid #00aeef;
	right: 0;
}

.form__select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.order_section .input,
.form__select {
	display: block;
	margin: 0 auto 10px;
	padding: 0 15px;
	max-width: 285px;
	width: 100%;
	height: 45px;
	-moz-text-align-last: center;
	     text-align-last: center;
	text-align: center;
	border-radius: 2px;
	background: #fff;
	font-family: 'OfficinaSans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #222;
	text-align: center;
}

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

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

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

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

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

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

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

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

.order_section .discount {
	top: 135px;
	left: 430px;
}

/* footer */

.footer_section {
	padding: 25px 0;
	background: #222;
	text-align: center;
}

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

.footer_section a {
	color: #ccc;
}

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

@media screen and (max-width: 959px) {
	.reviews_section .review_item .text_block {
		min-height: auto !important;
	}

	/* styles */

	.wrapper {
		width: 640px;
	}

	/* header */

	.header_section {
		padding: 30px 0;
		background-image: url(../img/tablet__header_bg.jpg)/*tpa=http://optivision24.ru/v1/src/tablet__header_bg.jpg*/;
	}

	.header_section h1 {
		margin: 0;
		font-size: 30px;
		line-height: 36px;
	}

	.header_section .subtitle {
		margin: 0 0 20px;
		font-size: 36px;
		line-height: 42px;
	}

	.header_section .info {
		margin: 0;
	}

	.header_section .triggers_block {
		display: none;
	}

	.header_section .discount {
		display: none;
	}

	/* diseases */

	.diseases_section {
		margin: 40px 0;
		height: auto;
	}

	.diseases_section .info {
		margin: 0;
		padding: 0;
	}

	.diseases_section .info:before {
		display: none;
	}

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

	.diseases_section .image {
		display: none;
	}

	/* about */

	.about_section {
		background-image: -webkit-gradient(linear, left top, right top, from(#1f204e), color-stop(50%, #2e5691), to(#2e5691));
		background-image: linear-gradient(to right, #1f204e 0%, #2e5691 50%, #2e5691 100%);
	}

	.about_section .image {
		display: none;
	}

	.about_section .product_image {
		display: none;
	}

	.about_section .info {
		margin: 0;
	}

	/* benefits */

	.benefits_section h2 {
		margin: 0 0 40px;
		width: 100%;
	}

	.benefits_section .benefits_list {
		margin-top: 0;
	}

	.benefits_section .benefit_item {
		width: 300px;
	}

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

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

	.benefits_section .benefit_wrapper .icon_block {
		vertical-align: top;
		width: 80px;
	}

	.benefits_section .benefit_wrapper .text_block {
		vertical-align: top;
	}

	.benefits_section .benefit_wrapper h3 {
		font-size: 20px;
		line-height: 26px;
	}

	/* problems */

	.problems_section {
		background-image: url(../img/tablet__problems_bg.jpg)/*tpa=http://optivision24.ru/v1/src/tablet__problems_bg.jpg*/;
	}

	/* results */

	.results_section {
		padding: 40px 0;
	}

	.results_section img {
		width: 300px;
	}

	.results_section ul {
		margin-top: 0;
		width: 300px;
	}

	.results_section ul li {
		margin: 0 0 10px;
		padding: 0 0 0 90px;
	}

	.results_section ul li:nth-child(2) {
		margin: 0 0 10px;
	}

	.results_section ul li span {
		font-size: 36px;
		line-height: 42px;
		top: 5px;
	}

	/* opinion */

	.opinion_section {
		padding: 40px 0;
		height: auto;
		background-image: none;
	}

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

	.opinion_section .text_block {
		margin: 0;
		border: 20px solid #fff;
		width: 100%;
		background-color: #fff;
		text-align: center;
	}

	.opinion_section .text_block:before {
		width: 531px;
	}

	.opinion_section .author_info {
		margin: 30px 0 0 215px;
	}

	/* components */

	.components_section {
		padding: 40px 0;
	}

	.components_section .product_image {
		display: none;
	}

	.components_section .component_item {
		margin: 0 20px 40px 0;
	}

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

	/* use */

	.use_section ul {
		margin: 20px 0 50px;
	}

	.use_section .image {
		width: 250px;
	}

	.use_section .product_image {
		width: 150px;
		left: 290px;
	}

	/* reviews */

	.reviews_section .owl-prev, 
	.reviews_section .owl-next {
		width: 30px;
		height: 40px;
		background-image: url(../img/reviews__arrows.png)/*tpa=http://optivision24.ru/v1/src/reviews__arrows.png*/;
		background-repeat: no-repeat;
		background-size: cover;
		position: absolute;
		top: 15px;
	}

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

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

	/* order steps */

	.order_steps_section .step_item {
		width: 193px;
	}

	.order_steps_section .step_item:before {
		display: none;
	}

	.order_steps_section .step_item .image_block {
		width: 170px;
	}

	.order_steps_section .step_item .number {
		width: 50px;
		height: 50px;
		border-width: 2px;
		font-size: 24px;
		line-height: 46px;
		top: -5px;
		right: -5px;
	}

	.order_steps_section .step_item p {
		font-size: 16px;
		line-height: 24px;
	}

	.order_steps_section .step_item:first-child p {
		padding: 0;
	}

	.order_steps_section .step_item:nth-child(2) p {
		padding: 0;
	}

	/* order */

	.order_section {
		background-image: url(../img/tablet__order_bg.jpg)/*tpa=http://optivision24.ru/v1/src/tablet__order_bg.jpg*/;
		background-position: left -641px top 0;	
	}

	.order_section h4 {
		margin: 0 0 30px;
		text-align: center;
	}

	.order_section .form_block {
		margin: 0 0 0 300px;
		width: 320px;
	}

	.order_section .discount {
		top: 135px;
		left: 135px;
	}

}

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

	.wrapper {
		width: 320px;
	}

	/* titles */

	h2.align_left {
		padding: 0 0 0 10px;
		font-size: 24px;
		line-height: 30px;
	}

	h2.align_center {
		font-size: 24px;
		line-height: 30px;
	}

	/* header */

	.header_section {
		background-image: url(../img/mobile__header_bg.jpg)/*tpa=http://optivision24.ru/v1/src/mobile__header_bg.jpg*/;
		background-position: center top 32px;
		background-size: 500px;
	}

	.header_section h1 {
		font-size: 28px;
		line-height: 34px;
		text-align: center;
	}

	.header_section .subtitle {
		margin: 0 0 500px;
		font-size: 32px;
		line-height: 38px;
		text-align: center;
	}

	.header_section .info {
		margin: 0 auto;
	}

	.header_section .discount {
		display: block;
		top: 175px;
		left: 135px;
	}

	/* diseases */

	.diseases_section {
		margin: 30px 0;
	}

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

	.diseases_section .disease_item .image_block {
		vertical-align: top;
		width: 80px;
	}

	.diseases_section .disease_item .text_block {
		vertical-align: top;
	}

	.diseases_section .disease_item h3 {
		font-size: 20px;
		line-height: 26px;
	}

	/* about */

	.about_section {
		padding: 0;
		background: none;
	}

	.about_section .info {
		padding: 0;
		width: 100%;
	}

	.about_section .info h2 {
		margin: 0 0 20px;
	}

	/* benefits */

	.benefits_section {
		padding: 30px 0 0;
	}

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

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

	/* problems */

	.problems_section {
		padding: 30px 0 33px;
		background-image: none;
	}

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

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

	/* results */

	.results_section {
		padding: 30px 0;
	}

	.results_section .description {
		margin: 15px 0 30px;
	}

	.results_section img {
		float: none;
		margin: 0 auto 30px;
	}

	.results_section ul {
		float: none;
	}

	/* opinion */

	.opinion_section {
		padding: 30px 0;
	}

	.opinion_section h2 {
		margin: 0 0 30px;
		padding: 0 0 0 10px;
		width: 100%;
		border-width: 3px;
		font-size: 24px;
		line-height: 30px;
	}

	.opinion_section .text_block {
		border: 15px solid #fff;
	}

	.opinion_section .text_block:before {
		width: 221px;
	}

	.opinion_section .author_info {
		margin: 30px 0 0;
		padding: 0 0 75px;
		width: 100%;
		height: auto;
		background-position: center bottom;
		text-align: center;
	}

	/* components */

	.components_section {
		padding: 30px 0;
	}

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

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

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

	/* use */

	.use_section {
		padding: 30px 0;
	}

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

	.use_section .title_block .title {
		display: block;
		margin: 0;
		padding: 0;
		border: none;
		text-align: center;
	}

	.use_section .title_block p {
		display: block;
		text-align: center;
	}

	.use_section ul {
		margin: 30px 0 40px 18px;
	}

	.use_section ul li {
		margin: 0 0 10px;
		list-style: disc;
		font-size: 16px;
		line-height: 24px;
	}

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

	.use_section .info {
		width: 100%;
	}

	.use_section .info p {
		font-size: 16px;
		line-height: 24px;
	}

	.use_section .image {
		display: none;
	}

	.use_section .product_image {
		display: none;
	}

	/* reviews */

	.reviews_section {
		padding: 30px 0 33px;
	}

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

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

	/* order steps */

	.order_steps_section {
		padding: 30px 0;
	}

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

	.order_steps_section .step_item {
		margin: 0 0 30px;
		width: 100%;
	}

	/* order */

	.order_section {
		background-image: url(../img/mobile__header_bg.jpg)/*tpa=http://optivision24.ru/v1/src/mobile__header_bg.jpg*/;
		background-position: center -10px;
		background-size: 500px;
	}

	.order_section h4 {
		margin: 0 0 510px;
		font-size: 28px;
		line-height: 34px;
	}

	.order_section .form_block {
		margin: 0;
		padding: 0;
		width: 100%;
		background: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.order_section .form_block:before, 
	.order_section .form_block:after {
		display: none;
	}

}

.input-wrapper {
	width: 100%;
}

.phone-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.phone-code input[name=areacode] {
    max-width: 55px;
    margin-left: 0;
    margin-right: 10px;
    padding: 5px;
    text-align: center;
}