/* styles */

body {
	min-width: 480px;
	background: #eee;
	font-family: 'Exo 2.0', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4em;
	color: #333333;
	cursor: default;
}

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

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

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

b {
	font-weight: 700;
}

.section_title{
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.6em;
	position: relative;
}
.section_title > span{
	color: #e63e4b;
	font-weight: 700;
	display: block;
	font-size: 36px;
}

/* header */
.top_offer{
	min-height: 615px;
	background: url(../img/bigk.webp) 50% 0% no-repeat, url(../img/header_bottom_bg.jpg) 50% 100% no-repeat, #9ac9f5;
	position: relative;
	padding: 0px 0px 30px 0px;
	text-align: center;
}

.top_offer h1{
	font-size: 60px;
	line-height: 1.1em;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 23px;
	letter-spacing: 4px;
	color: #0042f8;
  text-shadow: 1px 1px 1px #000
}
.subtitle{
	text-transform: uppercase;
	color: #ff0000	;
	font-size: 25px;
	text-align: center;
	line-height: 1.4em;
text-shadow: 1px 1px 1px #010101
}
.top_offer>a{
	margin-top: 510px;
	display: block;
}
.button{
	width: 400px;
	margin: 0px auto;
	padding: 30px 0px;
	background: #f9c802;
	text-transform: uppercase;
	border-radius: 42px;
	border-bottom: 4px solid #f9a502;
	font-size: 26px;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	letter-spacing: 3px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.4);
}

.whatsapp-button {
    position: fixed;
    right: 13px;
    bottom: 90px;
    transform: translate(-50%, -50%);
    background: #25D366; /*цвет кнопки*/
    border-radius: 50%;
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 53px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
}
.whatsapp-button a {
    color: #fff;
}
.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}
 
.whatsapp-button:after{
    animation-delay: .5s;
}
 
@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}
.product_count{
	font-weight: 800;
	color: #f9ed02;
	display: inline-block;
	margin: 30px auto 0px;
	padding: 0px 0px 0px 30px;
	background: url(../img/product_count_icon.png) 0% 50% no-repeat;
}
.product_count>span{
	color: #f9c802;
	font-weight: 700;
}

.product_cost{
	position: absolute;
	top: 510px;
	width: 420px;
	left: 30px;
}

.product_old_cost{
	float: left;
	width: 50%;
	padding: 17px 65px 23px 10px;
	border-radius: 50px 0px 0px 50px;
	font-size: 14px;
	color: #736160;
	text-transform: uppercase;
	text-align: right;
	background: #faf6ed;
}
.product_old_cost>span{
	display: block;
	font-size: 30px;
	text-decoration: line-through;
}
.product_old_cost>span>small{
	font-size: 24px;
}
.product_new_cost{
	float: right;
	width: 50%;
	padding: 17px 10px 23px 65px;
	border-radius: 0px 50px 50px 0px;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: left;
	font-weight: 700;
	background: #e63e4b;
}
.product_new_cost>span{
	display: block;
	font-size: 30px;
}
.product_new_cost>span>small{
	font-size: 24px;
}
.product_sale{
	position: absolute;
	width: 107px;
	height: 105px;
	background: url(../img/offer_sale.png) 50% 50% no-repeat;
	top: -9px;
	left: 157px;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	padding: 23px 0px 0px 28px;
	text-align: left;
}
.product_sale>span{
	display: block;
	font-size: 28px;
	font-weight: 700;
}


/* section_description */
.section_description{
	padding: 40px 0px 10px;
}
.section_description .section_title{
	padding: 0px 0px 20px;
}
.section_description>img{
	display: block;
}
.description_text{
	text-align: center;
	line-height: 1.6em;
	font-size: 16px;
	margin: 20px 0px;
	padding: 0px 20px;
}


/* product_plus */

.product_plus{
	padding: 50px 0px 70px;
	background: url(../img/product_plus_bg_top.jpg) 50% 0% no-repeat, url(../img/product_plus_bg_bot.jpg) 50% 100% no-repeat, #72605f;
	position: relative;
}
.product_plus .section_title{
	color: #fff;
}
.product_plus .section_title>span{
	color: #f9c802;
}

.product_plus_list{
	margin-top: 30px;
	padding: 0px 20px;
	text-align: center;
}
.product_plus_item{
	float: left;
	width: 210px;
	margin: 0px 20px 20px 0px;
	border-radius: 12px;
	overflow: hidden;
}
.product_plus_item:nth-child(2n){
	margin: 0px 0px 20px 0px;
}
.product_plus_item:last-child{
	margin: 13px 0px 0px;
}
.product_plus_item>img{
	display: block;
}
.product_plus_item p{
	font-size: 16px;
	background: #fff;
	padding: 20px 12px 20px 12px;
}
.product_plus>a{
	position: absolute;
	bottom: -30px;
	left: 40px;
	z-index: 2;
}

/*how_work*/
.how_work{
	padding: 80px 0px 10px;
}
.how_work_list{
	margin: 30px 0px 0px;
}
.how_work_item{
	min-height: 85px;
	padding: 15px 20px 15px 115px;
	text-align: left;
}
.how_work_item:nth-child(1){
	background: url(../img/how_work1.png) 20px 50% no-repeat;
}
.how_work_item:nth-child(2){
	background: url(../img/how_work2.png) 20px 50% no-repeat;
}
.how_work_item:nth-child(3){
	background: url(../img/how_work3.png) 20px 50% no-repeat;
}
.how_work_item p{
	line-height: 1.6em;
}

/* product_gallery */
.product_gallery{
	padding: 20px 0px 20px;
	text-align: center;
}
.product_gallery h2{
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
}
.product_gallery h2>span{
	font-weight: 700;
}
.auto_gallery{
	margin-top: 20px;
	padding: 0px 20px;
}

/* reviews_section */
.reviews_section{
	background: url(../img/product_plus_bg_bot.jpg) 50% 100% no-repeat, #72605f;
	padding: 40px 0px 60px;
}
.reviews_section .section_title{
	color: #fff;
}
.reviews_section .section_title>span{
	color: #f9c802;
}
.reviews_list{
	margin: 30px 0px 0px;
}
.reviews_item{
	text-align: center;
	padding: 0px 20px;
}
.reviews_item > img{
	border-radius: 50%;
	border: 12px solid rgba(255,255,255,0.1);
}
.reviews_section .owl-carousel .owl-item img{
	width: 160px;
	margin: 0px auto;
}
.reviews_item .reviews_text:after{
	content: '';
	position: absolute;
	width: 123px;
	height: 23px;
	top: -40px;
	left: 160px;
	background: url(../img/reviews_icon.png);
}
.reviews_text{
	position: relative;
	background: #fff;
	padding: 20px 20px;
	border-radius: 12px;
	line-height: 1.6em;
	margin-top: 30px;
}
.reviews_text>span{
	text-transform: uppercase;
	display: block;
	font-weight: 700;
	margin: 0px 0px 10px 0px;
	font-size: 18px;
}
.reviews_section .owl-prev {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: url(../img/reviews_arrows.png) 0% 50% no-repeat;
  position: absolute;
  top: 110px;
	left: 70px;
}
.reviews_section .owl-next {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: url(../img/reviews_arrows.png) 100% 50% no-repeat;
  position: absolute;
  top: 110px;
	right: 70px;
}



/* section how_order */
.how_order{
	padding: 30px 0px;
}
.order_text{
	width: 100%;
	padding: 5px 20px 5px 120px;
	min-height: 84px;
}
.how_order .order_item:nth-child(1){
	background: url(../img/how_order_1.png) 20px 50% no-repeat;
}
.how_order .order_item:nth-child(2){
	background: url(../img/how_order_2.png) 20px 50% no-repeat;
}
.how_order .order_item:nth-child(3){
	background: url(../img/how_order_3.png) 20px 50% no-repeat;
}
.order_item_list{
	margin: 40px 0px 0px;
}
.order_item{
	margin: 30px 0px 0px;
	min-height: 84px;
}
.order_item span {
	font-weight: 700;
	line-height: 1.6em;
}

/* head_bottom */
.head_bottom h3{
	font-size: 60px;
	line-height: 1.1em;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	padding-top: 23px;
	letter-spacing: 4px;
	color: #0051ff;
}
.order_form{
	margin: 510px 0px 0px;
	padding: 0px 40px;
}
.order_form input{
	width: 100%;
	height: 80px;
	border: none;
	padding: 0px 30px;
	border-radius: 40px;
	margin-bottom: 10px;
	font-family: 'Exo 2.0', sans-serif;
	font-size: 16px;
}

.order_form select{
	width: 100%;
	height: 80px;
	border: none;
	padding: 0px 30px;
	border-radius: 40px;
	margin-bottom: 10px;
	font-family: 'Exo 2.0', sans-serif;
	font-size: 16px;
}

.order_form button{
	border: none;
	font-family: 'Exo 2.0', sans-serif;
	border-bottom: 4px solid #f9a502;
	width: 100%;
	height: 85px;
	padding: 0px;
}







/*   footer     */
.footer_section {
	padding: 25px 0;
	background: #fff;
	font-size: 14px;
	line-height: 1.6em;
	text-align: center;
}

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

.footer_section a {
	color: inherit;
}