/*fonts*/
@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/Gilroy-Black.eot');
	src: local('../fonts/Gilroy-Black'), local('Gilroy-Black'),
	url('../fonts/Gilroy-Black-1.eot') format('embedded-opentype'),
	url('../fonts/Gilroy-Black.woff') format('woff'),
	url('../fonts/Gilroy-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/Gilroy-Bold.eot');
	src: local('../fonts/Gilroy-Bold'), local('Gilroy-Bold'),
	url('../fonts/Gilroy-Bold-1.eot') format('embedded-opentype'),
	url('../fonts/Gilroy-Bold.woff') format('woff'),
	url('../fonts/Gilroy-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/Gilroy-Regular.eot');
	src: local('../fonts/GilroyRegular'), local('Gilroy-Regular'),
	url('../fonts/Gilroy-Regular-1.eot') format('embedded-opentype'),
	url('../fonts/Gilroy-Regular.woff') format('woff'),
	url('../fonts/Gilroy-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue-CondensedBlack.eot');
    src: url('../fonts/HelveticaNeue-CondensedBlack-1.eot') format('embedded-opentype'),
        url('../fonts/HelveticaNeue-CondensedBlack.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-CondensedBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}


/* styles */
body {
	min-width: 480px;
	background: #774959;
	font-family: 'Gilroy', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.3em;
	color: #2b2b2b;
	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: 31px;
	line-height: 1.1em;
	text-transform: uppercase;
	font-family: 'Helvetica Neue', sans-serif;
	font-weight: 900;
	text-align: center;
	margin-bottom: 30px;
	padding: 0 20px;
}
h2.title span{
	color: #b92d5e;
	display: block;
}


section{
	padding: 30px 0;
}
.color_theme{
	background: #b92d5e;
}
.color_theme .title{
	color: #fff;
}
.color_theme .title span{
	color: #fff;
}
.color_theme .products_count{
	color: #fff;
}
.color_theme .products_count span{
	background: #fff;
	color: #b92d5e;
}

.m1-form{
	padding: 0 30px;
	margin-top: 30px;
}
.m1-form input{
	border: none;
	background: none;
	width: 100%;
	display: block;
	font-family: 'Gilroy', sans-serif;
	font-size: 22px;
	margin-bottom: 10px;
	height: 76px;
	text-align: center;
	color: #222222;
	border-radius: 50px;
	background: #fff;
	border: 1px solid #e6e6e6;
}
.m1-form .button-m{
	margin-top: 25px;
}
.m1-form ::-webkit-input-placeholder {
	color: #222222;
}
.m1-form ::-moz-placeholder {
	color: #222222;
}
.m1-form :-moz-placeholder {
	color: #222222;
}
.m1-form :-ms-input-placeholder {
	color: #7c6a68;
}
.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;
	cursor: pointer;
	font-family: 'Gilroy', sans-serif;
	font-weight: 700;
	height: 92px;
	width: 400px;
	display: block;
	line-height: 90px;
	text-decoration: none;
	font-size: 26px;
	border-radius: 60px;
	background: -moz-linear-gradient(top, #3a9cee 0%, #0160a9 100%);
	background: -webkit-linear-gradient(top, #3a9cee 0%, #0160a9 100%);
	background: linear-gradient(to bottom, #3a9cee 0%, #0160a9 100%);
	border-bottom: 6px solid #234c7b;
	font-size: 26px;
	letter-spacing: 1px;
	margin: 0px auto;
	color: #fff;
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
	position: relative;
	text-shadow: 1px 2px 0 #064085;
}
.button-m:active{
	background: linear-gradient(to bottom, #0160a9, #3a9cee);
	top: 2px;
}


/*  header   */
.offer_section{
	padding: 0 0 30px;
	background: #fafafa;
}
.offer_section .box{
	background: url(../images/offer.jpg) 50% 0% no-repeat;
	height: 583px;
	padding: 30px 0 0 30px;
}
.main_title{
	color: #fdea45;
	font-size: 110px;
	line-height: 100px;
	font-family: 'Helvetica Neue', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	margin-left: -5px;
	text-shadow: -3px 5px 1px rgba(0,0,0,0.3);
}
.main_subtitle{
	width: 270px;
	margin-top: 20px;
}
.main_subtitle>span{
	background: #fdea45;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 900;
}
.main_subtitle>span:nth-child(1){
	font-size: 25px;
	padding: 9px 8px;
	margin-bottom: 6px;
}
.main_subtitle>span:nth-child(2){
	font-size: 43px;
	line-height: 1em;
	padding: 6px 10px 8px;
}
.box>p{
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 1.2em;
	margin-top: 13px;
	font-weight: 900;
}
.ofr_bull{
	margin-top: 50px;
	width: 230px;
}
.ofr_bull>li{
	margin-bottom: 32px;
	font-size: 21px;
	color: #fff;
	font-weight: 700;
}
.ofr_bull>li:last-child{
	margin-bottom: 0;
}
.ofr_bull>li>span{
	font-size: 44px;
	line-height: 44px;
	color: #fdea45;
	display: block;
	font-family: 'Helvetica Neue', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
}
.ofr_bull>li>b{
	float: right;
	margin-right: 10px;
}


.offer_section .price{
	padding: 13px 0 13px;
	position: relative;
	height: 85px;
	background: #fdea45;
	margin-bottom: 40px;
}
.offer_section .price>div{
	float: left;
	width: 160px;
	font-size: 16px;
	line-height: 1.1em;
	color: #16323e;
	text-align: center;
	text-transform: uppercase;
}
.offer_section .price .sale{
	width: 160px;
	background: url(../images/price.png) 50% 50% no-repeat;
	height: 110px;
	margin-top: -26px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 1.1em;
	padding-top: 22px;
	text-transform: none;
}
.offer_section .price .sale span{
	font-weight: 900;
	display: block;
	font-size: 42px;
	line-height: 42px;
}
.offer_section .price .old{
	padding-left: 10px;
}
.offer_section .price .new{
	padding-right: 10px;
}
.offer_section .price div p{
	font-size: 36px;
	line-height: 40px;
	margin-top: 2px;
}
.offer_section .price div p small{
	font-size: 0.8em;
}
.offer_section .price .old p span{
	text-decoration: line-through;
}
.offer_section .price .new p{
	font-weight: 900;
}
.offer_section  .timer{
	margin: 30px 30px 20px;
	padding: 20px 30px 30px;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
}
.offer_section  .timer>p{
	text-align: center;
	font-weight: 700;
}
.time_circles > div > span{
	font-weight: 900;
	color: #b92d5e;
	margin-top: 6px;
}
.time_circles > div > h4{
	text-transform: none;
	font-weight: 400;
	font-size: 16px !important;
	margin-top: 35px;
}



.products_count{
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
}
.products_count>span{
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	display: inline-block;
	margin: 0 8px;
	background: #b92d5e;
	font-weight: 900;
	color: #fff;
	border-radius: 50%;
}
.offer_section .products_count{
	padding: 0 80px;
}
.offer_section .button-m{
	margin-top: 20px;
}



/*sect2*/
.benef1{
	padding: 0 30px;
}
.benef1>li{
	border: 1px solid #e6e6e6;
	border-radius: 6px;
	padding: 6px 6px 18px;
	margin-bottom: 16px;
	text-align: center;
}
.benef1>li:last-child{
	margin-bottom: 0;
}
.benef1>li>img{
	display: block;
	margin: 0 auto 15px;
}
.benef1>li>h4{
	margin-bottom: 8px;
}
.sect2 .alert{
	background: #b92d5e;
	text-align: center;
	color: #fff;
	font-weight: 700;
	padding: 14px 30px;
	margin-top: 20px;
}
.sect2 .owl-prev,
.sect2 .owl-next{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	font-size: 0;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	box-shadow: 0 4px 6px 0 rgba(0,0,0,0.4);
}
.sect2 .owl-prev{
	left: 5px;
	background: url(../images/gallery_arrow.png) 0% 50% no-repeat;
}
.sect2 .owl-next{
	right: 5px;
	background: url(../images/gallery_arrow.png) 100% 50% no-repeat;
}
.sect2 .owl-prev:active,
.sect2 .owl-next:active{
	margin-top: -28px;
}

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



/*sect3*/
.sect3{
	background: #fafafa;
}
.sect3>p{
	padding: 0 30px 20px;
	text-align: center;
}
.benef2{
	padding: 0 30px;
}
.benef2>li{
	border: 1px solid #e6e6e6;
	padding: 4px;
	margin-bottom: 20px;
}
.benef2>li:last-child{
	margin-bottom: 0;
}
.benef2>li>img{
	float: left;
}
.benef2>li>p{
	padding: 12px 0 12px 215px;
}


/*sect4*/
.sect_img{
	padding: 5px;
	border: 1px solid #e6e6e6;
	display: block;
}
.sect4 .sect_img{
	margin: 0 auto 30px;
}
.list_2{
	font-size: 0;
	letter-spacing: -1px;
}
.list_2>li{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	letter-spacing: normal;
	text-align: center;
	padding: 0 10px;
	font-weight: 700;
	margin-bottom: 30px;
}
.list_2>li>img{
	display: block;
	border-radius: 50%;
	margin: 0 auto;
}
.sect4 .list_2>li>p:before{
	content: '';
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: url(../images/list2_bef.png) 50% 50% no-repeat;
	display: block;
	border: 4px solid #fff;
	margin: -40px auto 10px;
	position: relative;
}

.sect4 ul {padding: 0 30px;}
.sect4 ul li {margin-left: 30px; margin-bottom:10px;position: relative;}
.sect4 ul li:before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #b92d5e;
	position: absolute;
	top: 4px;
	left: -24px;
}

.sect4 .alert{
	color: #fff;
	text-align: center;
	background: #b92d5e;
	padding: 22px 40px 26px;
	font-size: 22px;
	font-weight: 700;
}
.sect4>img{
	display: block;
	margin: 0 auto;
}
.sect4 .button-m{
	margin-top: 30px;
}



/*sect5*/
.sect5{
	background: #fafafa;
	padding-bottom: 10px;
}
.sect5>h3{
	text-align: center;
	font-size: 22px;
	margin-bottom: 40px;
}
.sect5 .list_2 > li > img{
	margin-bottom: 10px;
}

/*sect6*/
.reviews{
	padding: 0 30px;
}
.rev_item{
	background: #fff;
	padding: 7px 7px 15px;
	border: 1px solid #e6e6e6;
	margin-bottom: 22px;
	border-radius: 6px;
	text-align: center;
}
.rev_item:last-child{
	margin-bottom: 0;
}
.rev_item>img{
	display: block;
	margin: 0 auto 15px;
}
.rev_item>span{
	display: block;
	font-weight: 700;
	margin-bottom: 8px;
}
.rev_item>p{
	padding: 0 5px;
	font-size: 19px;
}

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


/*sect7*/
.sect7 .title span{
	display: inline-block;
}
.benef3{
	padding: 0 30px;
}
.benef3>li{
	display: table;
	width: 100%;
	margin-bottom: 30px;
}
.benef3>li:last-child{
	margin-bottom: 0;
}
.benef3>li .img{
	display: table-cell;
	vertical-align: middle;
	width: 110px;
}
.benef3>li .img img{
	display: block;
}
.benef3>li p{
	padding: 0 0 0 20px;
	display: table-cell;
	vertical-align: middle;
}
.benef3>li p span{
	display: block;
	font-weight: 700;
}


/*offer_bottom*/
.offer_section.offer_bottom{
	padding-bottom: 0;
}
.action_block{
	background: #b92d5e url(../images/action_bg.png) 50% 0% no-repeat;
	padding: 95px 0 30px;
}
.action_block p{
	font-size: 20px;
	text-align: center;
	margin-bottom: 30px;
	color: #fff;
}
.action_block p span{
	font-weight: 900;
	display: block;
	font-size: 30px;
	text-transform: uppercase;
}
.offer_section.offer_bottom .action_block .products_count{
	padding: 0;
	color: #fff;
}
.offer_section.offer_bottom .action_block .products_count span{
	background: #fff;
	color: #b92d5e;
	margin-bottom: 3px;
}


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