/* styles */
body {
	min-width: 480px;
	background: #faefe5;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4em;
	color: #222;
	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: 22px;
	line-height: 1.2em;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
	padding: 0 20px;
	color: #000;
}
h2.title span{
	display: block;
	font-weight: 700;
	font-size: 37px;
	line-height: 1em;
	margin: 3px 0 0;
}
h2.title p{
	color: #ff7900;
	font-size: 22px;
	line-height: 1.2em;
	margin-top: 5px;
}

section{
	padding: 35px 0;
}


.form input{
	width: 100%;
	display: block;
	font-family: 'Montserrat', Arial, sans-serif;
	border: none;
	font-size: 18px;
	margin-bottom: 15px;
	height: 84px;
	border-radius: 42px;
	background: #fff;
	text-align: center;
	color: #222;
}
.form .button{
	margin-top: 0;
}
.form ::-webkit-input-placeholder {
	color: #222;
}
.form ::-moz-placeholder {
	color: #222;
}
.form :-moz-placeholder {
	color: #222;
}
.form :-ms-input-placeholder {
	color: #222;
}
.form :focus::-webkit-input-placeholder {
	color: transparent;
}
.form :focus::-moz-placeholder {
	color: transparent;
}
.form :focus:-moz-placeholder {
	color: transparent;
}
.form :focus:-ms-input-placeholder {
	color: transparent;
}

/* button */
.button{
	border: none;
	cursor: pointer;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: 700;
	height: 84px;
	width: 415px;
	display: block;
	border-radius: 42px;
	line-height: 84px;
	text-decoration: none;
	text-align: center;
	background: #7cd51c;
	background: -moz-linear-gradient(top, #7cd51c 0%, #038e0d 100%);
	background: -webkit-linear-gradient(top, #7cd51c 0%,#038e0d 100%);
	background: linear-gradient(to bottom, #7cd51c 0%,#038e0d 100%);
	box-shadow: 0px 10px 15px -10px #38ad13;
	font-size: 28px;
	letter-spacing: 1px;
	margin: 0px auto;
	color: #fff;
	position: relative;
}
.button:active{
	background: #038e0d;
	background: -moz-linear-gradient(top, #038e0d 0%, #7cd51c 100%);
	background: -webkit-linear-gradient(top, #038e0d 0%,#7cd51c 100%);
	background: linear-gradient(to bottom, #038e0d 0%,#7cd51c 100%);
	top: 2px;
}



/*  offer_section   */
.offer_section{
	background: #f6f6f6 url(../images/JNzkKnhBAUS4.jpg) 50% 0% no-repeat;
	padding: 0;
	position: relative;
}

.main_title{
	text-align: center;
	margin-bottom: 20px;
}
.offer_section .main_title{
	width: 370px;
	background: #f6f6f6;
	padding: 20px 0 12px;
	margin: 0 auto;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
	margin-bottom: 100px;
}
.main_title h1{
	font-weight: 900;
	color: #ff7900;
	font-size: 41px;
	line-height: 1.2em;
}
.main_title h1 span{
	color: #eb281e;
}
.main_title h2{
	text-transform: uppercase;
	font-weight: 500;
}

.sale{
	width: 80px;
	height: 80px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	font-weight: 500;
	line-height: 1em;
	font-size: 17px;
	padding-top: 18px;
	background: #7fd420;
	background: -moz-linear-gradient(top, #7fd420 0%, #048f0d 100%);
	background: -webkit-linear-gradient(top, #7fd420 0%,#048f0d 100%);
	background: linear-gradient(to bottom, #7fd420 0%,#048f0d 100%);
	position: absolute;
	top: 200px;
	right: 20px;
}
.sale>span{
	display: block;
	font-size: 26px;
	line-height: 1em;
	font-weight: 700;
}

.main_subtitle{
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 765px;
	margin-bottom: 30px;
}
.main_subtitle>small{
	color: #ff7900;
	display: block;
	font-size: 22px;
	line-height: 1.2em;
}
.main_subtitle>p{
font-size: 24px;
    line-height: 1.1em;
    color: #ff7700;
}

.offer_section .list1{
	padding: 0 30px;
}
.list1>li{
	padding-left: 40px;
	position: relative;
	margin-bottom: 20px;
}
.list1>li:last-child{
	margin-bottom: 0;
}
.list1>li:before{
	content: '';
	width: 27px;
	height: 27px;
	background: url(../images/UPUmNQKNVX2v.png) 50% 50% no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

.offer_action{
	margin-top: 20px;
    background: #000;
    padding-top: 50px;
    min-height: 430px;
    color: #fff;
}
.offer_action>h1{
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 38px;
	margin-bottom: 30px;
}
.offer_action h1>span{
	color: #6acb19;
}

.price{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 25px;
}
.price>div>small{
	font-size: 0.7em;
}
.price .old{
	font-size: 26px;
	line-height: 1.1em;
}
.price .old>span{
	text-decoration: line-through;
}
.price .new{
	font-size: 48px;
	line-height: 1.1em;
	font-weight: 900;
	margin-left: 20px;
}

.prod_count{
	margin-top: 20px;
	text-align: center;
	font-size: 22px;
}
.prod_count>span{
	display: inline-block;
	background: #fff;
	color: #000;
	font-weight: 700;
	font-size: 19px;
	padding: 2px 12px;
	border-radius: 20px;
	margin: 0 3px;
}

.diamond_abrasive{
	width: 140px;
	height: 140px;
	background: #000 url(../images/LtAy7FbB7XHT.jpg) 50% 50% no-repeat;
	border-radius: 50%;
	position: absolute;
	right: 15px;
	bottom: -30px;
	color: #fff;
	font-size: 16px;
	line-height: 1.3em;
	font-weight: 500;
	text-align: center;
	padding: 38px 10px 0;
}



/*sect2*/
.sect2{
	background: url(../images/igpihxCyrp8L.jpg) 50% 0% no-repeat;
	padding-top: 45px;
	padding-bottom: 0;
}

.list2{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.list2>li{
	width: 50%;
	padding: 0 20px;
	text-align: center;
	font-weight: 500;
	margin-bottom: 25px;
}
.list2>li:before{
	content: '';
	width: 40px;
	height: 40px;
	background:url(../images/oHtZQLLRfaBu.png);
	display: block;
	margin: 0 auto 10px;
}

.action_text{
	background: #ff7900 url(../images/OqGnBoynaThj.jpg) 50% 100% no-repeat;
	padding: 15px 25px 410px;
	margin-top: 25px;
	position: relative;
	color: #000;
	font-size: 20px;
	line-height: 1.5em;
	text-transform: uppercase;
	text-align: center;
}
.action_text>p>b{
	display: block;
}

.action_text:before,
.action_text:after,
.order_block:before,
.order_block:after{
	content: '';
	display: block;
	position: absolute;
	top: -44px;
}
.action_text:before,
.order_block:before{
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 45px 0 0 240px;
	border-color: transparent transparent transparent #dcdbd7;
}
.action_text:after,
.order_block:after{
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 45px 240px;
	border-color: transparent transparent #dcdbd7 transparent;
}


/*sect3*/
.sect3{
	background: url(../images/rql1Q1SMxlS3.jpg) 50% 0% no-repeat;
	padding-bottom: 0;
}
.benef1{
	padding: 0 20px;
	margin-bottom: 30px;
}
.benef1>li{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	margin-bottom: 25px;
}
.benef1>li:last-child{
	margin-bottom: 0;
}
.benef1>li>img{
	width: 200px;
	flex-shrink: 0;
	border-radius: 40px;
}
.benef1>li .text{
	padding: 0 0 0 60px;
	position: relative;
}
.benef1>li .text:before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 18px;
	border-color: transparent transparent transparent #ff7700;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 20px;
}

.sect3>p{
	padding: 0 30px;
	margin-bottom: 30px;
}
.sect3>img{
	display: block;
	margin: 0 auto 30px;
	border-radius: 40px;
	max-width: 440px;
}

.sect3 .offer_action{
    min-height: 350px;
	margin: 0;
	position: relative;
}

.sect3 .offer_action .sale{
	top: 520px;
	right: 50px;
}


/*sect4*/
.sect4{
	padding: 0;
}
.sect4 .top{
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e6eaed 15%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#e6eaed 15%);
	background: linear-gradient(to bottom, #ffffff 0%,#e6eaed 15%);
	padding: 35px 0 0;
}

.char_list>li{
	display: flex;
	justify-content: space-between;
	padding: 8px 20px;
	font-size: 16px;
	line-height: 1.5em;
}
.char_list>li:nth-child(odd){
	background: #ffffff;
}
.char_list>li>span{
	width: 110px;
	flex-shrink: 0;
}

.sect4 .bottom{
	padding: 35px 0 70px;
	background: url(../images/O8SvQov5LIuO.jpg) 50% 100% no-repeat;
}

.gallery img{
	border-radius: 40px;
}
.sect4 .owl-carousel .owl-item img{
	width: auto;
	margin: 0 auto;
}

.gallery .owl-prev,
.gallery .owl-next{
	width: 44px;
	height: 44px;
	background: #ff7900 url(../images/ZDXE1hAKJXbl.png) 0% 50% no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	border-radius: 50%;
}
.gallery .owl-prev{
	left: 25px;
}
.gallery .owl-next{
	background-position: 100% 50%;
	transform: rotate(180deg);
	right: 25px;
}

.sect4 .button{
	margin-top: 30px;
}
.sect4 .prod_count > span{
	background: #3baf14;
	color: #fff;
}



/*sect5*/
.sect5{
	padding-top: 0;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e6eaed 20%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#e6eaed 20%);
	background: linear-gradient(to bottom, #ffffff 0%,#e6eaed 20%);
}
.sect5 .title{
	padding-bottom: 90px;
	background: url(../images/GMC3hp0LvxAT.png) 50% 100% no-repeat;
}

.reviews{
	padding: 0 20px;
}
.rev_item{
	background: #fff;
	border-radius: 40px;
	margin-bottom: 30px;
	padding: 25px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.rev_item:last-child{
	margin-bottom: 0;
}
.rev_item>p{
	font-style: italic;
	margin-bottom: 15px;
}
.rev_item .author{
	display: flex;
	align-items: center;
}
.rev_item .author>img{
	border-radius: 50%;
	margin-right: 15px;
}



/*sect6*/
.sect6{
	background: #000;
}
.sect6 .main_title,
.sect6 .title{
	color: #fff;
}

.order_list{
	padding: 50px 20px 0;
}
.order_list>li{
	min-height: 120px;
	padding: 15px 25px 15px 0;
	background: #e6eaed;
	border-radius: 50px;
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 80px;
	font-size: 16px;
}
.order_list>li:last-child{
	margin-bottom: 0;
}
.order_list>li>span{
	font-size: 36px;
	line-height: 36px;
	color: #e6eaed;
	font-weight: 700;
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
	text-align: center;
}

.order_list>li .img{
	width: 220px;
	flex-shrink: 0;
}
.order_list>li .img img{
	display: block;
	margin: 0 auto;
}
.order_list>li:first-child img{
	margin: -15px auto -10px;
}



/*order_block*/
.offer_section.bottom .price{
	margin-top: 780px;
}

.order_block{
	background: #ff7900;
	color: #fff;
	padding: 30px;
	position: relative;
}

.order_text{
	text-align: center;
	margin-bottom: 25px;
}
.order_text span{
	display: block;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.1em;
	margin-bottom: 15px;
	text-transform: uppercase;
}


/* footer */
.footer_section {
	padding: 25px 10px;
	background: #733f11;
	color: #fff;
	font-size: 14px;
	line-height: 1.5em;
	text-align: center;
}

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

.footer_section p{
	margin-bottom: 10px;
}

.footer_section a {
	color: #fff;
	display: inline-block;
	margin: 0 5px 5px;
}
.footer_section a:last-child{
	margin-bottom: 0;
}



.date_sale{
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 1.4em;
	margin: -5px auto 25px;
}
.bottom .date_sale{
	color: #333;
	margin-bottom: 40px;
}



.popup{
	display: none;
	max-width: 460px;
	margin: 0 auto;
}
.popup h3{
	font-size: 24px;
	margin-bottom: 35px;
	font-weight: 700;
}
.popup h4{
	margin-bottom: 20px;
	font-weight: 700;
}
.popup p{
	margin-bottom: 20px;
}
.popup p:last-child{
	margin-bottom: 0;
}