/* styles */
body {
	min-width: 480px;
	background: #3a5c6f;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4em;
	color: #222222;
	cursor: default;
}
 a {
	 text-decoration: none;
	 color: #fff;
 }
.main_wrapper {
	margin: 0 auto;
	width: 480px;
	background: #fff;
}

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

b {
	font-weight: 700;
}
.clearfix:after,
.benef1>li:after{
	content: '';
	display: block;
	clear: both;
}
h2.title{
	font-size: 31px;
	line-height: 1.3em;
	text-transform: uppercase;
	font-weight: 900;
	text-align: center;
	margin-bottom: 30px;
	font-family: "OfficinaSans", Helvetica, Arial, sans-serif;
}
h2.title span{
	color: #42e0bb;
}
section{
	padding: 30px 20px;
}

.color_bg {
	background: url("../images/patt.png") 0% 0% repeat, #09aadf;
	background: url("../images/patt.png") 0% 0% repeat, -moz-linear-gradient(-45deg, #2fd7c5 0%, #42e0bb 100%);
	background: url("../images/patt.png") 0% 0% repeat, -webkit-linear-gradient(-45deg, #2fd7c5 0%,#42e0bb 100%);
	background: url("../images/patt.png") 0% 0% repeat, linear-gradient(135deg, #2fd7c5 0%,#42e0bb 100%);
}
.color_bg .title,
.color_bg1 .title,
.color_bg2 .title,
.color_bg .title span,
.color_bg1 .title span,
.color_bg2 .title span{
	color: #fff;
}

.color_bg1{
	background: url("../images/patt.png") 0% 0% repeat, #d15d84;
}

.color_bg2{
	background: url("../images/patt.png") 0 0 repeat, #42e0bb;
}

.post-inst {
	margin-bottom: 15px;
}

.post img {
	border-radius: 5px;
}

.post .name {
	font-weight: 700;
	font-size: 21px;
	margin: 10px 0;
}

.post ul {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.post ul li {
	margin-bottom: 3px;
}

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

.m1-form{
	padding: 0 50px;
}
.m1-form input, select{
	width: 100%;
	display: block;
	font-family: 'Roboto', sans-serif;
	border: #fff 1px solid;
	font-size: 18px;
	margin-bottom: 10px;
	height: 82px;
	border-radius: 5px;
	background: #fff;
	padding-left: 20px;
	color: #222;
	-webkit-box-shadow: inset 0px 4px 5px -2px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 4px 5px -2px rgba(0,0,0,0.2);
	box-shadow: inset 0px 4px 5px -2px rgba(0,0,0,0.2);
}
.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{
	display: block;
	width: 380px;
	height: 88px;
	margin: 0 auto;
	border: 0;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: 0px;
	outline: none;
	text-decoration: none;
	cursor: pointer;
	line-height: 86px;
	font-family: "OfficinaSans", Helvetica, Arial, sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	font-size: 26px;
	text-align: center;
	color: #333;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3);
	border-bottom: 3px solid #d7a200;
	background: #fece20;
	background-image: none;
	background-image: -webkit-linear-gradient(top, #fddc40, #ffc000);
	background-image: -moz-linear-gradient(top, #fddc40, #ffc000);
	background-image: -ms-linear-gradient(top, #fddc40, #ffc000);
	background-image: -o-linear-gradient(top, #fddc40, #ffc000);
	background-image: linear-gradient(to bottom, #fddc40, #ffc000);
	-webkit-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.25);
	box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.25);
	border-radius: 6px;
	position: relative;
}
.button-m:active{
	background-image: linear-gradient(to bottom, #ffc000, #fddc40);
	top: 2px;
}

.button-m.btn2{
	font-size: 25px;
	letter-spacing: normal;
}



/*  offer_section   */
.offer_section {
	background: url("../images/ofr_list.png") 50% 100% no-repeat, url("../images/patt.png") 0 0 repeat, #42e0bb;
	padding: 0 0 32px;
	overflow: hidden;
}
.offer_section .box {
	background: url("../images/shiptsi1.jpg") center 50px no-repeat;
	background-size: contain;
	min-height: 530px;
	box-shadow: 0 5px 20px 0 rgba(0,0,0,0.3);
	position: relative;
}
.main_subtitle{
	font-size: 20px;
	line-height: 1.1em;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding: 18px 0 0;
}
.offer_section .desc {
	display: flex;
	justify-content: center;
	color: #208772;
	font-size: 17px;
	line-height: 1.3em;
	font-weight: 900;
	font-family: "OfficinaSans", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	padding: 30px 0px 0 0;
	text-align: center;
}
.offer_section .sale{
	width: 147px;
	height: 156px;
	background: url("../images/sale.png") 50% 50% no-repeat;
	position: absolute;
	right: 0;
	top: 376px;
}
.offer_section .sale>p{
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 23px;
	position: absolute;
	transform: rotate(-47deg);
	padding-top: 94px;
	left: -16px;
}
.ofr_bull{
	width: 380px;
	margin: 25px auto 0;
	background: #fff;
	border-bottom: 3px solid #dcdcdc;
	border-radius: 5px;
	padding: 20px 5px 20px 20px;
}
.ofr_bull>li{
	margin-bottom: 16px;
	font-size: 15px;
	padding: 0 0 0 28px;
	background: url("../images/check.png") 0px 5px no-repeat;
}
.ofr_bull>li:last-child{
	margin-bottom: 0;
}
.timer{
	margin-top: 24px;
	padding: 0 40px;
}
.timer>p{
	text-transform: uppercase;
	text-align: center;
	font-weight: 900;
	font-family: "OfficinaSans", Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.4px;
}

.time_circles > div > span{
	font-weight: 900;
	font-family: "OfficinaSans", Helvetica, Arial, sans-serif;
	color: #fff;
}
.time_circles > div > h4{
	color: #fff;
	font-weight: 400;
	text-transform: none;
}

.price{
	width: 380px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	background: #fff;
	margin: 10px auto 20px;
}
.price:before{
	content: '';
	display: block;
	content: '';
	border-left: 22px solid #fff;
	border-top: 42px solid #8fc900;
	border-bottom: 43px solid #8fc900;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -11px;
	z-index: 1;
}
.price>div{
	float: left;
	width: 50%;
	height: 84px;
	padding-top: 14px;
	text-align: center;
	font-size: 15px;
	line-height: 1.1em;
}
.price>div>p{
	font-size: 33px;
	line-height: 1.2em;
	font-weight: 700;
	font-family: "OfficinaSans", Helvetica, Arial, sans-serif;
}
.price .old {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
.price .old span{
	/* text-decoration: line-through; */
}

.price .old p {
	font-size: 33px;
    line-height: 1.2em;
    font-weight: 700;
    font-family: "OfficinaSans", Helvetica, Arial, sans-serif;
}

.price .old .value {
	position: relative;
}

.price .old .value::after {
	display: block;
	content: '';
	width: 100%;
	height: 2px;

	position: absolute;
	top: 50%;
	left: 0;

	background-color: #ff0b0b;
}

.price .old small {
	font-size: 0.8em;
}

.price>div>p>small{
	font-size: 0.8em;
}
.price .new{
	background: #8fc900;
	color: #fff;
}

.prod_count{
	font-weight: 700;
	font-family: "OfficinaSans", Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin-top: 25px;
}
.prod_count>span{
	width: 28px;
	height: 28px;
	background: #fff;
	border-radius: 3px;
	display: inline-block;
	margin: 0 4px;
	font-size: 20px;
	text-align: center;
	line-height: 26px;
	color: #222222;
	font-weight: 900;
}


/*sect_img*/
.sect_img{
	padding: 0;
}
.sect_img>img{
	display: block;
}


/*sect2*/
.sect2{
	padding-bottom: 0;
}
.sect2 .title span{
	display: block;
}
.sect2>p{
	text-align: center;
	padding: 0 20px 25px;
}
.befr_after{
	position: relative;
}
.befr_after>img{
	display: block;
}
.befr_after:before,
.befr_after:after{
	line-height: 45px;
	text-align: center;
	font-family: "OfficinaSans", Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 18px;
	position: absolute;
	text-transform: uppercase;
}
.befr_after:before{
	content: 'Ð”Ð¾';
	width: 42px;
	height: 52px;
	padding-right: 10px;
	background: #f76262;
	top: 0;
	left: 0;
	border-radius: 0 0 100% 0;
}
.befr_after:after{
	content: 'ÐŸÐ¾ÑÐ»Ðµ';
	width: 100px;
	height: 52px;
	padding-left: 10px;
	background: #8fc800;
	bottom: 0;
	right: 0;
	border-radius: 100% 0 0 0;
	line-height: 60px;
}
.sect2 .befr_after .prod{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -50px;
}

.sect2 .color_bg{
	padding: 60px 0 30px;
	color: #fff;
}
.sect2 .color_bg>p{
	text-align: center;
	padding: 0 20px 25px;
}



/*sect3*/
.sect3{
	/*
	 background: url(../images/s3_img.png) 50% 0 no-repeat, url(../images/patt.png) 0% 0% repeat, #d15d84;
	 */
    background: url("../images/patt.png") 0% 0% repeat, #d15d84;/*url(../images/zybnaya-shetka-sonic-toothbrush-x-3-13.jpg) 50% 0 no-repeat,*/
}
.title b{
	background: #42e0bb;
	border-radius: 5px;
	display: inline-block;
	font-size: 23px;
	padding: 1px 12px;
	margin-bottom: 5px;
}
.sect3 .title{
	/*margin-bottom: 210px;*/
	font-size: 24px;
}

.benef1>li{
	position: relative;
}
.benef1>li>img{
	display: block;
}
.benef1>li .text{
	position: absolute;
	width: 260px;
	background: #fff;
	padding: 12px 20px;
	border-left: 4px solid #73d514;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	font-size: 16px;
}
.benef1>li:nth-child(2n)>img{
	float: right;
}
.benef1>li:nth-child(2n) .text{
	right: auto;
	left: 0;
	border-left: none;
	border-right: 4px solid #73d514;
}
.benef1>li .text:before{
	content: '';
	width: 33px;
	height: 33px;
	background: url("../images/check2.png") 50% 50% no-repeat;
	display: block;
	margin: 0 auto 10px;
}

.sect3 .button-m{
	margin-top: 40px;
}


/*sect4*/
.sect4 .alert{
	background: #8fc800;
	padding: 12px 35px 12px 135px;
	position: relative;
	font-family: "OfficinaSans", Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 22px;
}
.sect4 .alert:after{
	content: '';
	width: 122px;
	height: 148px;
	background: url("../images/s4_alert.png") 50% 50% no-repeat;
	position: absolute;
	top: -75px;
	left: 20px;
}


/*sect5*/
.sect5{
	padding-bottom: 0;
}
.sect5 .title span{
	display: block;
}
.list1{
	padding: 0 20px 0 30px;
}
.list1>li{
	margin-bottom: 14px;
	padding-left: 25px;
	position: relative;
	background: url("../images/check2.png") 0px 5px / 16px no-repeat;
}
.list1>li:last-child{
	margin-bottom: 0;
}

.sect5 .befr_after{
	margin-top: 30px;
}




/*sect6*/
.shadow{
	position: relative;
}
.shadow:before{
	content: '';
	width: 480px;
	height: 35px;
	background: url("../images/shadow.png") 50% 50% no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.benef2{
	padding: 0 15px;
}
.benef2>li{
	margin-bottom: 15px;
	background: #fff;
	display: table;
	width: 100%;
}
.benef2>li:last-child{
	margin-bottom: 0;
}
.benef2>li .img{
	display: table-cell;
	vertical-align: middle;
	width: 170px;
}
.benef2>li .img>img{
	display: block;
	margin: 0 auto;
}
.benef2>li .text{
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
}
.benef2>li .text>span{
	display: block;
	font-weight: 900;
	font-family: "OfficinaSans", Helvetica, Arial, sans-serif;
	margin-bottom: 6px;
	text-transform: uppercase;
}
.benef2>li:nth-child(2n){
	text-align: right;
}

.sect6 .alert{
	padding: 1px 36px 12px;
	text-align: center;
	font-size: 17px;
	font-weight: 700;
	background: #fff;
	margin: 62px auto 0;
}
.sect6 .alert:before{
	content: '';
	width: 58px;
	height: 58px;
	background: url("../images/s6_alert.png") 50% 50% no-repeat;
	display: block;
	margin: -34px auto 2px;
}

.sect6 .button-m{
	margin-top: 35px;
}



/*sect7*/
.sect7{
	padding: 4px 0;
	position: relative;
}
.sect7>p{
	width: 100%;
	position: absolute;
	color: #fff;
	text-align: center;
	top: 142px;
	font-family: "OfficinaSans", Helvetica, Arial, sans-serif;
	font-weight: 900;
	padding: 0 40px 0 262px;
}



/*sect8*/
.sect8 .title span{
	color: #fcff00;
}
.reviews{
	padding: 0 30px;
}
.rev_item{
	background: #fff;
	margin-bottom: 20px;
	padding-bottom: 12px;
}
.rev_item .info{
	padding: 20px 16px;
}
.rev_item .info>img{
	float: left;
	border-radius: 50%;
	border: 1px solid #e8e8e8;
}
.rev_item .info>p{
	overflow: hidden;
	padding-left: 12px;
	line-height: 40px;
	font-weight: 700;
	background: url("") 100% 50% no-repeat;
}
.rev_item>img{
	display: block;
}
.rev_item .like{
	padding: 68px 16px 0;
	background: url("") 50% 27px no-repeat;
	font-size: 20px;
	font-weight: 700;
}
.rev_item>p{
	padding: 8px 16px 0;
}
.rev_item .date{
	color: #999999;
	font-size: 15px;
	padding: 8px 16px 0;
}

.sect8 .button-m{
	margin-top: 30px;
}




/*sect10*/
.sect10{
	padding-bottom: 0;
}
.benef3 {
	padding: 0 33px;
	margin: 0 0 40px 0;
}
.benef3>li{
	display: table;
	width: 100%;
	margin-bottom: 15px;
}
.benef3>li:last-child{
	margin-bottom: 0;
}
.benef3>li>.img{
	width: 81px;
	display: table-cell;
	vertical-align: middle;
}
.benef3>li>.img>img{
	display: block;
}
.benef3>li>.text{
	padding: 0 0 0 25px;
}
.benef3>li>.text span{
	display: block;
	font-weight: 900;
	font-family: "OfficinaSans", Helvetica, Arial, sans-serif;
	margin-bottom: 4px;
	font-size: 20px;
}

.sect10>img{
	display: block;
	margin: 25px auto 0;
}

.sect10 .alert{
	margin-top: 4px;
	background: #f76262 url("../images/patt.png") 0% 0% repeat;
	color: #fff;
	text-align: center;
	padding: 18px 35px 16px;
}
.sect10 .alert>h4{
	text-transform: uppercase;
	color: #fff;
	font-weight: 900;
	font-family: "OfficinaSans", Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
	font-size: 23px;
	line-height: 1.1em;
}
.sect10 .alert>p{
	font-size: 16px;
	margin-bottom: 20px;
}
.sect10 .alert>p:last-child{
	margin-bottom: 0;
}


.offer_section>h4{
	text-align: center;
	color: #fff;
	font-size: 28px;
	font-weight: 900;
	font-family: "OfficinaSans", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin: 35px 0 6px;
}
.offer_section>p{
	text-align: center;
	color: #fff;
	padding: 0 75px;
	margin-bottom: 30px;
}





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

.wrap-all-razrab{
    outline: 0px solid #cc0000;
}
.wrap-all-razrab .wrap-razrab{
    outline: 0px solid #cc0000;
}
.wrap-all-razrab .wrap-razrab .razrab{
    outline: 0px solid #cc0000;
}
.wrap-all-razrab .wrap-razrab .razrab .ssilka-razr{
    font-size: 8px;
}
.section__title {
    font-size: 27px;
    margin: 0.5em;
    text-align: center;
}

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

.features__list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1100px;
    margin: 2.5em auto 0 auto;
    z-index: 2;
}

.features__item {
    margin-bottom: 2.7em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    text-align: center;
}
.features__icon {
    width: 5em;
    height: 5em;
    margin: 0 auto 1.1em auto;
}
.features__title {
    margin-bottom: 0.9em;
    text-transform: uppercase;
    color: #8800c2;
}

/* deadline text */

.offer_section .deadline_text {
	margin: 30px 20px 0;
	font-weight: 600;
	font-size: 11px;
	line-height: 20px;
	color: #000;
	text-transform: uppercase;
	text-align: center;
}

.offer_section.dark_theme .deadline_text {
	color: #fff;
}

.offer_section .deadline_text:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	margin: -3px 8px 0 0;
	width: 24px;
	height: 24px;
	background: url(../images/icons.png) -139px -28px no-repeat;
}

.offer_section.dark_theme .deadline_text:before {
	background-position: -139px -56px;
}