
.timer_block {
	padding: 10px 20px 30px;
	background: #00a8e8;
	background: linear-gradient(92deg, #00a8e8 13.54%, #108898 85.29%);
	color: #fff;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.timer_block p {
	float: left;
	margin: 10px 0;
	padding: 0 0 0 40px;
	width: 170px;
	background: url(../images/offer3__clock_icon.png) left center no-repeat;
	font-size: 14px;
	line-height: 16px;
}



.timer {
	float: right;
	margin: 10px 0;
	padding: 0 20px 0!important;
}

.timer_item {
	float: left;
	width: 60px!important;
	text-align: center;
}

.timer_item .text {
	margin: 0 0 4px;
	font-size: 12px;
	line-height: 12px;
}

.timer_item .count {
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	position: relative;
}

.timer_item .count:before {
	display: block;
	content: ':';
	width: 10px;
	line-height: 24px;
	position: absolute;
	top: 0;
	right: -5px;
}

@media (max-width: 440px) {
	.timer_block {
		padding: 15px 0 15px;
	}
	.timer_block p {
		margin: 0 auto 0;
		float: none;
		text-align: center;
	}
	.timer {
		float: none;
		margin: 0 auto;
		display: flex;
		justify-content: center;
	}
}

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

.benefits_list {
    top: 150px;
    z-index: 1;
    width: 100%;
    position: absolute;
	padding: 12px 0 12px 18px;
	background: #00d4f7;
	background: linear-gradient(92deg, #00d4f7 13.54%, rgb(221 174 65) 85.29%);
	color: #20222d;
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: space-around;
	align-items: center;
}

.benefits_list .benefit_item {
	float: left;
	padding: 0 0 0 44px;
	width: 31%;
	font-size: 12px;
	line-height: 16px;
	position: relative;
}

.benefits_list .benefit_item:last-child {
	width: 130px;
}

.benefits_list .benefit_item:before {
	display: block;
	content: '';
	width: 34px;
	height: 34px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: rgb(32 34 45) center no-repeat;
	position: absolute;
	top: -2px;
	left: 0;
}

.benefits_list .benefit_item:nth-child(1):before {
	background-image: url(../images/offer3__benefit1_icon.png);
}

.benefits_list .benefit_item:nth-child(2):before {
	background-image: url(../images/offer3__benefit2_icon.png);
}

.benefits_list .benefit_item:nth-child(3):before {
	background-image: url(../images/offer3__benefit3_icon.png);
}

@media (max-width: 440px) {
	.benefits_list {
		padding-left: 12px;
		padding-right: 12px;
	}
	.benefits_list .benefit_item {
		padding: 0 12px;
		text-align: center;
		width: 33.33333%;
		float: left;
	}
	.benefits_list .benefit_item:last-child {
		width: 33.33333%;
	}
	.benefits_list .benefit_item:before {
		position: relative;
		margin: 0 auto 7px;
	}
}

/* styles */
body {
	min-width: 480px;
	background: #ccc;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5em;
	color: #333333;
	cursor: default;
}

.main_wrapper {
	margin: 0 auto;
	width: 480px;
	background: #fff;
}

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

b {
	font-weight: 700;
}
.clearfix:after{
	content: '';
	display: block;
	clear: both;
}
h2.title{
	font-size: 32px;
	line-height: 1.2em;
	text-transform: uppercase;
	font-weight: 400;
	text-align: left;
	padding: 0 30px;
}
h2.title>span{
	color: #00a8e8;
}

section{
	padding: 30px 0 0;
}
section>img{
	display: block;
	margin: 0px auto;
}
.gradient_theme{
	background: #5a4a59;
	background: linear-gradient(92deg, #00a8e8 13.54%, #108898 85.29%);
}
.gradient_theme .title{
	margin-bottom: 20px;
	color: #fff;
}
.gradient_theme .title>span{
	color: #fff;
	font-weight: 700;
}



/*  header   */
.offer_section {
    position: relative;
	padding: 0 0 30px;
	background: #f4f4f4;
}

.main_title{
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.1em;
	font-weight: 800;
	color: #fff;
	letter-spacing: 4px;
	padding: 10px 0;
	background: #00a8e8 ;
	background: linear-gradient(92deg, #00a8e8 13.54%, #108898 85.29%);
}
.offer_image{
	position: relative;
}
.main_subtitle{
	top: 0;
	left: 0;
	width: 100%;
	padding: 5px 0;
    font-weight: 400;
    font-size: 20px;
	text-transform: uppercase;
	line-height: 1.05em;
	letter-spacing: 1px;
	text-align: center;
	background: rgba(255,255,255,0.3);
}
.offer_image>img{
	display: block;
}
.offer_image .desc{
	width: 155px;
	height: 73px;
	background: url("../images/novinka.png") 50% 50% no-repeat;
	top: 390px;
	left: 0;
	position: absolute;
	padding: 12px 0 0 17px;
}
.offer_image .desc>p{
	text-transform: uppercase;
	transform: rotate(-7deg);
	font-size: 18px;
	line-height: 1.2em;
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
}
.offer_image .desc>p>span{
	display: block;
}

.sale{
	position: absolute;
	width: 118px;
	height: 118px;
	text-align: center;
	line-height: 1.2em;
	background: #ffe11f;
	font-size: 14px;
	text-transform: uppercase;
	top: 140%;
	left: 50%;
	margin: -120px 0 0 -59px;
	border: 5px solid #e4e4e4;
	-webkit-box-shadow: 0px 0px 0px 12px rgba(255,255,255,0.6);
	-moz-box-shadow: 0px 0px 0px 12px rgba(255,255,255,0.6);
	box-shadow: 0px 0px 0px 12px rgba(255,255,255,0.6);
	color: #fff;
	border-radius: 50%;
	padding-top: 17px;
}
.sale>span{
	font-weight: 800;
	font-size: 36px;
	line-height: 1.1em;
	letter-spacing: normal;
}

.price{
	position: relative;
}
.price:before{
	display: block;
	content: '';
	width: 100%;
	height: 21px;
	background: url("../images/price_shadow.png") center top no-repeat;
	position: absolute;
	bottom: -21px;
	left: 0;
}
.price .item{
	width: 50%;
	float: left;
	padding: 6px 0;
	font-weight: 500;
	font-size: 14px;
	margin-top:0%
}
.price .item.old{
	background: #fff;
	text-align: right;
	padding-right: 90px;
}
.price .item.new{
	background: linear-gradient(92deg, #00a8e8 13.54%, #108898 85.29%);
	color: #fff;
	padding-left: 90px;
}
.price .item>span{
	font-size: 28px;
	line-height: 1.1em;
}
.price .item>small{
	font-size: 22px;
	text-transform: uppercase;
}
.price .item.old>span{
	text-decoration: line-through;
}
.price .item.new>span,
.price .item.new>small{
	font-weight: 800;
}

.prem{
    list-style: none;
    padding: 40px 0 10px 20px;
    background: #fff;
}
.prem li {
    background: url("../images/bull.png") no-repeat 0 5px;
    padding-left: 35px;
	margin-bottom: 10px
}

.offer_section .bull{
	padding-bottom: 20px;
	background: #fff5f6;
}
.offer_section .bull>li{
	width: 33.3%;
	float: left;
	text-align: center;
	padding: 0 5px;
	font-size: 14px;
	line-height: 1.3em;
}
.offer_section .bull>li img {
	padding: 10px;
}

.timer{
	padding: 20px 80px 0;
}
.timer h3{
	text-align: center;
	margin: 0;
	font-weight: 400;
	margin-bottom: 8px;
}
.timer .timer_item{
	width: 33.3%;
	float: left;
}
.timer_item .count_block{
	width: 70px;
	margin: 0px auto;
	position: relative;
	border-radius: 6px;
}
.timer_item .count_block:after{
	content: ':';
	font-size: 40px;
	line-height: 1em;
	position: absolute;
	right: -23px;
	top: -2px;
}
.timer_item:last-child .count_block:after{
	display: none;
}
.count_block .count{
	text-align: center;
	font-size: 36px;
	line-height: 1.05em;
	font-weight: 800;
	color: #00a8e8;
	background: #fff;
	padding: 4px 0;
	border-radius: 6px;
}
.count_block .text{
	font-size: 14px;
	line-height: 1.3em;
	text-align: center;
	margin: 5px 0 0;
}




.m1-form{
	margin-top: 20px;
	padding: 0 50px;
}
.m1-form input, .m1-form select {
	width: 100%;
	display: block;
	font-family: 'Open Sans', sans-serif;
	border: #bcbcbc 1px solid;
	background: #fff;
	font-size: 18px;
	margin-bottom: 10px;
	height: 74px;
	border-radius: 40px;
	text-align: center;
	font-weight: 500;
	color: #222;
}
.m1-form .button-m{
	margin-top: 0;
}
.m1-form ::-webkit-input-placeholder {
	color: #222;
}
.m1-form ::-moz-placeholder {
	color: #222;
}
.m1-form :-moz-placeholder {
	color: #222;
}
.m1-form :-ms-input-placeholder {
	color: #222;
}
.m1-form :focus::-webkit-input-placeholder {
	color: transparent;
}
.m1-form :focus::-moz-placeholder {
	color: transparent;
}
.m1-form :focus:-moz-placeholder {
	color: transparent;
}
.m1-form :focus:-ms-input-placeholder {
	color: transparent;
}


/* button */
.button-m{
	border: none;
	text-decoration: none;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	color: #fff;
	letter-spacing: 2px;
	margin: 0px auto;
	text-transform: uppercase;
	height: 80px;
	width: 380px;
	display: block;
	border-radius: 40px;
	line-height: 80px;
	text-align: center;
	font-size: 26px;
	position: relative;
	background: #f02121;
	background: linear-gradient(to bottom, #666666 10%,#313131 100%);
}
.button-m:active{
	top: 2px;
}

.offer_section .button-m{
	margin: 28px auto 0;
}

.offer_section .products_count{
	text-align: center;
	margin: 20px 0 0;
	font-size: 14px;
}
.offer_section .products_count>span{
	background: #00a8e8;
	padding: 2px 6px 2px 5px;
	border-radius: 4px;
	color: #fff;
	font-weight: 700;
	margin: 0 4px;
	font-size: 20px;
}


/*sect_1*/
.sect_1{
	padding: 20px;
}
.video_block{
	width: 100%;
	/*height: 245px;*/
	margin: 0px auto;
	overflow: hidden;
}
.video_block iframe{
	width: 100%;
	height: 100%;
}

/*sect_2*/
.sect_2{
	padding-top: 0;
	padding-bottom: 0px;
}
.sect_2>p{
	margin: 0 30px;
    padding: 10px;
    margin-top: -70px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.8em;
    color: #000;
    background: #fff;
    z-index: 9999;
    position: relative;
    border-radius: 10px;
    -webkit-box-shadow: 1px 13px 20px 7px #0000001f;
    box-shadow: 1px 13px 20px 7px #0000001f;
    border-bottom: 2px solid #fff;
}
.sect_2>img{
	margin-bottom: 20px;
}
.sect_2 .info{
	font-weight: 700;
	text-align: center;
	line-height: 1.8em;
	color: #fff;
	padding: 100px 20px 20px;
	background: #890053;
	background: url("") 50% 15px no-repeat, -moz-linear-gradient(45deg, #890053 0%, #9e2443 100%);
	background: url("") 50% 15px no-repeat, -webkit-linear-gradient(45deg, #890053 0%,#9e2443 100%);
	background: url("") 50% 15px no-repeat, linear-gradient(45deg, #890053 0%,#9e2443 100%);
}


/*sect_3*/
.sect_3{
	margin-top: -150px;
	padding-bottom: 0;
/*	background: #f7f7f7;*/
}
.sect_3 .title{
	font-size: 36px;
	margin-bottom: 0;
}
.sect_3 .title>span{
	font-size: 36px;
}
.reason {
	margin: 5px 0;
	text-align: center;
}
.reason img {
	margin: 0 15px
}
.list_4{
	font-size: 0;
	letter-spacing: -1px;
}
.list_4>li{
	letter-spacing: normal;
	width: 210px;
	display: inline-block;
	vertical-align: top;
	background: #fff;
	font-size: 16px;
	padding: 0 10px 10px;
	margin: 90px 0 0 20px;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
	border-radius: 16px;
}
.list_4>li>img{
	display: block;
	margin: -59px auto 15px;
border-radius: 16px;}

.sect_3 .button-m{
	margin-top: 30px;
	margin-bottom: 30px;
}
.sect_3>img{
	margin-top: 30px;
}


.steps {
	margin: 10px 40px;
	background: #fff;
    -webkit-box-shadow: 1px 13px 20px 7px #0000001f;
    box-shadow: 1px 13px 20px 7px #0000001f;
    padding: 20px;
    border-radius: 10px;
    border-bottom: 3px solid #ffbf00;
}
.step {
	text-align: center;
    margin-bottom: 20px;
}
.step img {
	display: block;
	margin: 0 auto 15px;
	width: 90%;
	border-radius: 5px;
}



/*sect_4*/
.sect_4{
	padding-bottom: 30px;
}
.gallery{
	margin-bottom: 30px;
}
.gallery .owl-prev,
.gallery .owl-next{
	position: absolute;
	top: 157px;
	width: 47px;
	height: 47px;
}
.gallery .owl-prev{
	background: #b42986 url("") 0% 50% no-repeat;
	border-radius: 0 6px 6px 0;
	left: 0;
}
.gallery .owl-next{
	background: #b42986 url("") 100% 50% no-repeat;
	border-radius: 6px 0 0 6px;
	right: 0;
}

.char_list>li{
	padding: 10px 20px 10px 48px;
	background: url("../images/char_list.png") 20px 50% no-repeat;
	color: #fff;
	text-align: right;
	font-weight: 700;
}
.char_list>li:nth-child(2n){
	padding: 15px 20px 15px 48px;
	background: rgba(0,0,0,0.1) url("../images/char_list.png") 20px 50% no-repeat;
}
.char_list>li>span{
	float: left;
	font-weight: 400;
}

.gif {
	/* padding: 120px; */
	margin-bottom: 15px;
}
video {
	width: 100%;
}
/* .gif1 {
	background: url(images/gif1.gif) center center/cover no-repeat;
} 
.gif2 {
	background: url(images/gif3.gif) center center/cover no-repeat;
}*/


/*sect_5*/
.sect_5 .title{
	font-weight: 700;
}
.sect_5 .title>span{
	color: #00a8e8;
}
.sect_5{
	padding-bottom: 10px;
}
.reviews{
	padding: 0 20px;
}
.rev_item{
	background: #f4f4f4;
	padding: 25px;
	border-radius: 12px;
	margin-bottom: 20px;
}
.rev_item>img{
	display: block;
	margin: 0px auto 15px;
	border-radius: 10px;
}
.rev_item .name{
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 15px;
	background: url("../images/stars_four.png") 50% 100% no-repeat;
	font-size: 16px;
	font-weight: 800;
}
.rev_item.stars .name{
	background: url("../images/stars_all.png") 50% 100% no-repeat;
}
.rev_item .text{
	text-align: left;
    line-height: 1.3em;
}
.reviews .owl-prev,
.reviews .owl-next{
	position: absolute;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	top: 120px;
}
.reviews .owl-prev{
	left: 22px;
	background: #f8f8f8 url("") 0% 50% no-repeat;
}
.reviews .owl-next{
	right: 22px;
	background: #f8f8f8 url("") 100% 50% no-repeat;
}


.reviews_vk {
	padding: 0 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.reviews_vk .total {
	background: #f4f4f4;
	font-size: 13px;
	font-weight: 700;
	color: #2d5984;
	line-height: normal;
	padding: 10px 15px;
}
.reviews_vk .item {
	padding: 25px 0 20px;
	border-bottom: 1px solid #e2e2e2;
}
.reviews_vk .ava {
	float: left;
	width: 50px;
}
.reviews_vk .ava img {
	display: block;
	width: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.reviews_vk .info {
	margin-left: 60px;
}
.reviews_vk .item h4 {
	color: #2d5984;
	font-size: 14px;
	line-height: normal;
	padding-bottom: 5px;
}
.reviews_vk .item p {
	color: #222;
	font-size: 14px;
	line-height: 24px;
}
.reviews_vk .item p img {
	vertical-align: middle;
}
.reviews_vk .detail {
	padding-top: 20px;
}
.reviews_vk .detail li {
	float: left;
	font-size: 12px;
	line-height: normal;
	color: #999;
}
.reviews_vk .detail li.comm {
	color: #2d5984;
	padding-left: 5px;
}
.reviews_vk .detail li.like {
	float: right;
	color: #7193b5;
}
.reviews_vk .detail li.like:before {
	display: inline-block;
	width: 11px;
	height: 9px;
	background: url("") 0 0 no-repeat;
	margin-right: 6px;
	content: '';
}
.reviews_vk img.post {
	display: block;
	margin-top: 10px;
}



/*sect_6*/
.sect_6{
	background: #f4f4f4;
	padding-bottom: 30px;
}
.order_list{
	padding: 0 20px;
}
.order_list>li{
	margin-bottom: 20px;
}
.order_list>li>img{
	float: left;
	border-radius: 50% 50% 50% 0;
}
.order_list>li .text{
	padding: 26px 0 0 190px;
	text-align: right;
}
.order_list .text h4{
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 5px;
	color: #00a8e8;
}
.order_list .text p{
	line-height: 1.8em;
}
.order_list>li:nth-child(2n)>img{
	float: right;
}
.order_list>li:nth-child(2n) .text{
	padding: 26px 190px 0 0;
	text-align: left;
}
.order_list>li:nth-child(3) .text{
	padding-top: 12px;
}
.order_info{
	padding: 0 15px 20px;
	width: 440px;
	margin: 50px auto 0;
	border-radius: 12px;
	border: 2px dashed #c3c3c3;
	text-align: center;
}
.order_info:before{
	content: '';
	width: 70px;
	height: 51px;
	background: url("") 50% 50% no-repeat;
	display: block;
	margin: -25px auto 15px;
}


/*offer_bot*/
.offer_bot .products_count{
	background: #fff;
	padding: 12px 0;
}
.offer_bot .timer{
	padding-top: 40px;
}
.garant{
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
}
.garant:before{
	content: '';
	width: 19px;
	height: 16px;
	background: url("") 50% 50% no-repeat;
	display: inline-block;
	vertical-align: top;
	margin: 4px 8px 0 0;
}
/* footer */
.footer_section {
	padding: 25px 0;
	background: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

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

.footer_section a {
	color: #222;
	display: block;
}


.present {
	text-align: center;
	font-size: 36px;
	line-height: 40px;
	color: #ff0000;
	font-weight: 700;
	padding: 15px;
}
.present span {
	font-size: 18px;
	line-height: 21px;
	display: block;
	text-align: center;
	color: #333;
	margin-top: 10px;
}
.present + img + p {
	padding: 15px;
	margin-top: 10px;
}
.prem.top {
	padding-top: 20px;
}

.sect_2>p{
	margin: 0 30px;
    padding: 10px;
    margin-top: -70px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.8em;
    color: #000;
    background: #fff;
    z-index: 9999;
    position: relative;
    border-radius: 10px;
    -webkit-box-shadow: 1px 13px 20px 7px #0000001f;
    box-shadow: 1px 13px 20px 7px #0000001f;
    border-bottom: 2px solid #fff;
}
.sect_2>img{
	margin-bottom: 20px;
}


.warranty {
	text-align: center; 
}






























