/* styles */
body {
	min-width: 480px;
	background: #62819b;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 1.4em;
	color: #121314;
	cursor: default;
}

.main_wrapper {
    /* padding-top: 100px; */
	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,
h3.title {
	font-size: 25px;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
	/* font-family: 'Bebas Neue', Arial, Helvetica, sans-serif; */
	font-family: "Exo 2", sans-serif;
	text-align: center;
	margin-bottom: 15px;
	padding: 0 10px;
}

h2.title span,
h3.title span {
	font-size: 29px;
	font-weight: 700;
	color: #121314;
}

h2.title:after,
h3.title:after {
	/* content: '';
	width: 80px;
	height: 4px;
	background: #f3614d;
	display: block;
	margin: 5px auto 0; */
}

section {
	padding: 40px 0;
}

.color_theme {
	background: #78da547a;
	color: #121314;
	padding-top: 20px;
	margin-top: 20px;
}

.title.white {
	/* color: #fff; */
}

.title.white>span {
	color: #fffc00;
}

.title.white:after {
	background: #fff;
}

.m1-form {
	padding: 0 25px;
}

.m1-form input,
.m1-form select {
	width: 100%;
	display: block;
	/* font-family: 'Open Sans', Arial, Helvetica, sans-serif; */
	border: #dadbdc 1px solid;
	font-size: 22px;
	margin-bottom: 10px;
	height: 80px;
	border-radius: 40px;
	background: #f5f6f7;
	text-align: center;
	;
	color: #222;
}

.m1-form .button-m {
	margin-top: 45px;
}

.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;
	cursor: pointer;
	/* font-family: 'Open Sans', Arial, Helvetica, sans-serif; */
	font-weight: 800;
	text-transform: uppercase;
	height: 80px;
	width: 350px;
	display: block;
	border-radius: 40px;
	line-height: 80px;
	text-decoration: none;
	text-align: center;
	background: #ffcb00;
	background: -moz-linear-gradient(top,  #0e0906 0%, #353535 100%);
	background: -webkit-linear-gradient(top,  #0e0906 0%, #353535 100%);
	background: linear-gradient(to bottom,  #0e0906 0%, #353535 100%);
	border-bottom: 4px solid #f26440;
	/* -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1); */
	/* -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1); */
	/* box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1); */
	font-size: 18px;
	letter-spacing: 1px;
	margin: 0px auto;
	color: #fff;
	position: relative;
	/* text-shadow: 0 2px 1px rgba(255, 255, 255, 0.3); */
	overflow: hidden;
} 
.button-m:active {
	background: #ff9c00;
	background: linear-gradient(to bottom, #ff9c00, #ffcb00);
	top: 2px;
} 


/*  offer_section   */
.offer_section {
	background: #f5f6f7;
	padding: 0 0 30px;
}

.main_title {
	/* background: #2885d2; */ 
    background: #1c2423;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 3px;
}

.main_subtitle {
	background: #fff;
	text-align: center;
	padding: 5px 15px;
	font-size: 18px;
	line-height: 20px;
	opacity: 0;
	height: 0;
	padding: 0;
	margin: 0;
}

.h2,
.h3 {
	/* background: #ca6d16; */
	/* color: #fff; */
	text-align: center;
	padding: 20px 15px;
	font-size: 22px;
	line-height: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}

.offer_section .box {
	position: relative;
	/* background: url(../img/offer.jpg) no-repeat; */
	/* background-size: cover; */
	/* min-height: 500px;
	padding-top: 250px;
	margin-bottom: 25px; */
}

.offer_section .reviews .h2 {
	margin-bottom: 0;
	border-radius: 12px;
	margin-bottom: 5px;
}

.offer_section .box>img {
	position: relative;
	top: 0;
	width: 480px;
	height: 400px;
}

.offer_section .reviews .owl-dot.active {
	background: #2885d2;
}

.offer_section .reviews .owl-dot {
	border-color: #2885d2;
}

.offer_section .reviews .owl-dots {
	margin-top: 5px;
	margin-bottom: 10px;
}

.offer_section .sale {
	width: 142px;
	height: 155px;
	background: url(../img/sale.png) 50% 0% no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}

.offer_section .sale>p {
	color: #fff;
	font-weight: 700;
	width: 200px;
	text-align: center;
	transform: rotate(48deg);
	position: absolute;
	top: 50px;
	left: -14px;
	font-size: 20px;
}

.offer_section .box>img {
	display: block;
	margin: 0 auto;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.offer_desc {
	width: 150px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	text-align: center;
	/* font-family: 'Bebas Neue', Arial, Helvetica, sans-serif; */
	font-size: 23px;
	line-height: 26px;
	position: absolute;
	top: 58px;
	left: 38px;
	letter-spacing: 0.6px;
}

.offer_desc>span {
	display: block;
	color: #fffc00;
}

.price_block {
	width: 410px;
	margin: 30px auto 30px;
	/* overflow: hidden; */
	border-radius: 50px;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
	position: relative;
	/* font-family: 'Bebas Neue', Arial, Helvetica, sans-serif; */
	font-family: 'Rubik', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-align: center;
}

.price_block:before {
	/* content: ''; */
	width: 12px;
	height: 100px;
	background: url(../img/price_arrow.png) 50% 50% no-repeat;
	position: absolute;
	top: 0;
	right: 199px;
}

.price_block .price {
	width: 200px;
	height: 100px;
	float: left;
	/* background: #2885d2; */
	background: #fff;
}

.price {
	border-radius: 50px 0 0 50px;
}

.price>div {
	width: 100%;
	float: left;
	font-size: 20px;
	line-height: 1.1em;
	font-weight: 700;
	padding-top: 20px;
}

.price>div>p {
	font-size: 42px;
	line-height: 1.1em;
}

.price>div>p>small {
	font-size: 0.7em;
}

.price .old {
	/* color: #94c2e9; */
	color: #121314;
}

.price .old span {
	text-decoration: line-through;
}

.price .new {
	color: #fffc00;
}

.price_block .economy {
	width: 210px;
	height: 100px;
	float: left;
	/* background: #c0760c;
	background: -moz-linear-gradient(top, #c0760c 0%, #f3b10a 100%);
	background: -webkit-linear-gradient(top, #c0760c 0%, #f3b10a 100%);
	background: linear-gradient(to bottom, #c0760c 0%, #f3b10a 100%); */
	font-size: 25px;
	line-height: 1.1em;
	color: #fff;
	font-weight: 700;
	padding-top: 42px;
	border-radius: 0 50px 50px 0;
}

.price_block .economy>span {
	display: block;
	font-size: 45px;
	line-height: 1.1em;
	color: rgb(255, 37, 37);
}

.list1>li {
	padding-left: 28px;
	margin-bottom: 12px;
	position: relative;
}

.list1>li:before {
	content: '';
	width: 20px;
	height: 20px;
	background: url(../img/check1.png) 50% 50% no-repeat;
	position: absolute;
	top: 3px;
	left: 0;
}

.list1>li:last-child {
	margin-bottom: 0;
}

.offer_section .list1 {
	padding: 0 50px;
	margin-bottom: 30px;
}

.formbox {
	width: 410px;
	margin: 0 auto;
	border-radius: 8px;
	box-shadow: 0 5px 20px 3px rgba(0, 0, 0, 0.1);
	padding: 25px 5px 30px;
	background: #fff;
}

.timer {
	text-align: center;
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
	justify-content: space-around;
	padding: 0 0 0 20px;
	margin-left: auto;
	color: black;
}

.timer>p {
	font-weight: 700;
	color: #FFF;
	font-size: 13px;
	line-height: 1.1em;
	margin-bottom: 0;
	text-align: left;
}

.timer .timer_container {
	font-size: 0;
	text-align: center;
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.timer_container .timer_block {
	/* width: 70px; */
	display: inline-block;
	vertical-align: top;
	margin: 0 12px;
	position: relative;
}

.timer_block:not(:last-child):after {
	content: ':';
	font-weight: 700;
	font-size: 26px;
	color: #FFF;
	position: absolute;
	top: 50%;
	right: -18px;
	transform: translate(0, -50%);
}

.timer_block .count {
	/* width: 70px; */
	/* height: 70px; */
	border-radius: 50%;
	/* background: #00d4f7; */
	/* line-height: 70px; */
	text-align: center;
	font-size: 21px;
	color: #FFF;
}

.timer_block .text {
	text-align: center;
	color: #FFF;
	font-size: 11px;
	line-height: 10px;
}

.prod_count {
	text-align: center;
	margin-top: 25px;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	padding: 0 46px;
	position: relative; 
}
.prod_count:before{
	content: "";
	width: 20px;
	height: 20px;
	background: url(../img/8426913.png) 50% 50% no-repeat;
	background-size: cover;
	position: absolute;
    left: 49px;
    top: -2px;
}
.prod_count>span {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	line-height: 32px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	background: #f3614d;
	color: #fff;
	font-weight: 700;
}


/*video_sect*/
.video_sect {
	padding: 0;
}

.video_block {
	background: #ccc;
	position: relative;
	overflow: hidden;
	height: 270px;
}

.video_block .youtube,
.video_block iframe,
.video_block object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*sect2*/
.sect2 {
	position: relative;
	padding-bottom: 50px;
}

.sect2 .title span {
	display: block;
}

.sect2:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	border-left: 240px solid #fff;
	border-right: 240px solid #fff;
	border-top: 20px solid #2886d2;
}

.benef1 {
	padding: 0 25px;
	position: relative;
}

.benef1:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 49px;
	width: 3px;
	height: 100%;
	background: url(../img/benef1_bg.png) 50% 10px repeat-y;
	z-index: 1;
}

.benef1>li {
	padding-left: 78px;
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
}

.benef1>li:last-child {
	margin-bottom: 0;
	padding-bottom: 10px;
}

.benef1>li .number {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-weight: 800;
	color: #85c00c;
	font-size: 30px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 5px;
	left: 0;
	box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.15), 0 0 0 5px rgba(255, 255, 255, 0.15);
}

.benef1>li>span {
	color: #fffc00;
	display: block;
	font-weight: 700;
	text-transform: uppercase;
}

.sect2 .alert {
	width: 430px;
	background: #fff;
	margin: 0 auto;
	border-radius: 8px;
	padding: 12px 40px 14px;
	font-size: 25px;
	line-height: 1.2em;
	font-weight: 700;
	color: #121314;
	text-align: center;
}

.sect2 .alert>span {
	color: #85c00c;
	display: block;
}


/*benef3*/
.benef2 {
	font-size: 0;
	text-align: center;
}

.benef2>li {
	width: 200px;
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 25px;
}

.benef2>li>img {
	display: block;
	margin: 0 auto 12px;
	border-radius: 6px;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.benef2>li>p {
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
}

.benef2>li:last-child img {
	border-radius: none;
	box-shadow: none;
	margin-top: 15px;
}

.sect3 {
	display: flex;
	flex-direction: column;
	box-shadow: 0 5px 20px 3px rgba(0, 0, 0, 0.1);
	padding-bottom: 0;
}

.sect3 .button-m {
	margin-top: 0;
}

.sect3 p {
	text-align: justify;
	padding: 0px 30px;
	font-weight: 400;
	font-size: 18px;
    line-height: 30px;
}

.sect3 p span {
	background: #d7873c;
	color: #fff;
	padding: 5px 10px 5px 10px;
	border-radius: 5px;
	font-size: 22px;
	line-height: 45px;
	font-family: 'Rubik', sans-serif; 
}

/*sect4*/
.sect4 {
	background: #f5f6f7;
	padding-bottom: 0;
}

.sect4>p {
	padding: 0 20px;
	text-align: center;
	margin-bottom: 40px;
	position: relative;
}

.sect4>p>span {
	background: #85c00c;
	color: #fff;
}

.sect4>p:after {
	content: '';
	width: 50px;
	height: 54px;
	background: url(../img/arrow.png) 50% 50% no-repeat;
	position: absolute;
	bottom: -58px;
	right: 100px;
}

.sect4 .container>img {
	float: left;
}

.sect4 .container .list2 {
	padding: 15px 10px 0 180px;
}

.list2>li {
	padding-left: 32px;
	margin-bottom: 20px;
	position: relative;
}

.list2>li:last-child {
	margin-bottom: 0;
}

.list2>li:before {
	content: '';
	width: 22px;
	height: 20px;
	background: url(../img/check2.png) 50% 50% no-repeat;
	position: absolute;
	top: 3px;
	left: 0;
}

.sect4 .alert {
	border-top: 5px solid #fff;
	height: 265px;
	background: url(../img/s4_alert.jpg) 50% 0% no-repeat;
	padding: 41px 15px 0 280px;
	/* font-family: 'Bebas Neue', Arial, Helvetica, sans-serif; */
	letter-spacing: 0.5px;
	color: #fff;
	font-weight: 700;
	text-align: right;
	font-size: 25px;
	line-height: 1.2em;
}

.sect4 .alert>span {
	color: #fffc00;
}


/*sect5*/
.sect5 {
	padding-bottom: 0;
}

.sect5 .title span {
	display: block;
}

.benef3 {
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

.benef3>li {
	display: table;
	width: 100%;
}

.benef3>li .img {
	width: 240px;
	display: table-cell;
	vertical-align: middle;
	background: #f5f6f7;
}

.benef3>li .img>img {
	display: block;
	margin: 0 auto;
}

.benef3>li .text {
	width: 240px;
	display: table-cell;
	vertical-align: middle;
	padding: 10px 20px;
	text-align: center;
}

.benef3>li .text>span {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	font-weight: 800;
	font-size: 25px;
	color: #fff;
	background: #2885d2;
	display: block;
	margin: 0 auto 10px;
}

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


/*sect6*/
.sect6>img {
	display: block;
	margin: 15px auto 20px;
}

.sect6 .h2,
.sect6 .h3 {
	/* margin-bottom: 20px; */
	padding-bottom: 0;
}

.sect6 p {
	padding: 0 20px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}

.list3 {
	padding: 0 15px;
}

.list3>li {
	display: table;
	width: 100%;
	height: 60px;
	margin-bottom: 10px;
	background: #f5f6f7;
	border-radius: 8px;
	border-left: 10px solid #70e77e44;
	padding: 12px 10px 12px 20px;
	font-size: 15px;
	line-height: 1.2em;
}

.list3>li>b {
	display: table-cell;
	vertical-align: middle;
	width: 140px;
	font-size: 20px;
	text-align: center;
	font-weight: 400;
}

.list3>li>p {
	display: table-cell;
	vertical-align: middle;
	width: 160px;
	text-align: right;
	font-weight: 600;
}

.list3 .df{ 
    display: flex;
    flex-direction: column;
	height: auto;
}

.list3 .df b{ 
    width: auto;
	line-height: 25px;
}
.list3 .df b + b{ 
    font-weight: 400;
}
/*sect7*/
.rev_item {
	/* width: 410px; */
	margin: 0 auto;
	/* border-radius: 12px; */
	overflow: hidden;
	background: #fff;
	text-align: center;
	color: #121314;
	padding-bottom: 20px;
}

.rev_item>img {
	display: block;

}

.rev_item>span {
	display: block;
	padding: 0 10px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.rev_item>span:before {
	content: '';
	width: 70px;
	height: 70px;
	background: url(../img/rev_q.png) 50% 50% no-repeat;
	display: block;
	margin: -35px auto 15px;
	position: relative;
	border-radius: 50%;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
}

.rev_item>p {
	padding: 0 20px
}

.rev_item>p.name {
	color: #a8a9aa;
	margin-top: 10px;
}

.reviews .owl-prev,
.reviews .owl-next {
	width: 60px;
	height: 60px;
	background: url(../img/rev_arrow.png) 0% 50% no-repeat, rgba(248, 181, 11, 0.518);
	border-radius: 0 12px 12px 0;
	position: absolute;
	top: 210px;
}

.reviews .owl-prev {
	left: -10px;
}

.reviews .owl-next {
	background-position: 100% 50%;
	right: -10px;
	border-radius: 12px 0 0 12px;
}

.reviews .owl-dots {
	font-size: 0;
	text-align: center;
	margin-top: 25px;
}

.reviews .owl-dot {
	width: 60px;
	height: 15px;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
	border: 3px solid #fff;
	border-radius: 8px;
}

.reviews .owl-dot.active {
	background: #fff;
}

.reviews {
	padding: 0 20px;
    overflow: hidden;
}

.sect7 .button-m,
.sect6 .button-m {
	margin-top: 30px;
}

.sect7 .title {
	font-size: 29px;
	font-weight: 600;
}

/*sect8*/
.sect8 .title>span {
	display: block;
}

.sect8 h2.title:after,
.sect8 h3.title:after {
	content: none;
}


.order_list{
	padding: 0 10px;
	padding-left: 0;
}
.order_list>li{
	display: table;
	width: 100%;
	padding: 25px 0;
	position: relative;
	font-size: 16px;
}
.order_list>li .img{
	display: table-cell;
	vertical-align: middle;
	width: 88px;
}
.order_list>li .img>img{
	display: block;
	margin: 0 auto;
	padding-left: 10px;
    border-radius: 46px;
}
.order_list>li .text{
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	font-weight: 500;
}
.order_list>li .text>b{
	font-size: 18px;
	display: block;
	font-weight: 600;
}

 


/*bottom_offer*/
.bottom_offer .box {
	min-height: 400px;
}

.bottom_offer .formbox {
	padding: 5px 5px 30px;
}

.bottom_offer .timer {
	padding: 20px 0 25px;
	background: #f8f9fa;
}

.formbox>h4 {
	text-align: center;
	font-size: 25px;
	line-height: 1.1em;
	margin-bottom: 4px;
}

.formbox>h4+p {
	text-align: center;
	padding: 0 20px;
	margin-bottom: 25px;
}

.formbox>h4+p>span {
	display: block;
	color: #f3614d;
}

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


/* // */

.reyt {
	background: #70e77e44;
	padding: 12px 0 12px 30px;
	/* color: #ffffff; */
	margin-bottom: 50px;
}

.reyt .stars {
	display: inline-block;
	background: url(../img/stars.png) left 3px no-repeat;
	padding: 0 15px 0 116px;
	margin-right: 10px;
	line-height: 24px;
	border-right: 1px solid #dedfe0;
}

.reyt .stars b {
	font-size: 20px;
	color: #ffffff;
}

.price_block .discount-banner {
	background: #2e2f30;
	color: white;
	padding: 5px 10px;
	border-radius: 15px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	font-weight: bold;
	text-align: center;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 10px;
	right: 37px;
	transform: translate(-8%, -175%);
	/* Смещаем .discount-banner вверх и вправо на 50% его размера */
	white-space: nowrap;
}

.images {
	padding: 20px 10px;
	border-radius: 40px;
	margin: 0 auto;
}

.offer_section .main_title {
	position: relative;
	overflow: hidden;
	font-weight: bold;
}


@-webkit-keyframes AnimationName {
	100% {
		background-position: 100% 50%;
	}

	0% {
		background-position: 0% 50%;
	}
}

@-moz-keyframes AnimationName {
	100% {
		background-position: 100% 50%;
	}

	0% {
		background-position: 0% 50%;
	}
}

@-o-keyframes AnimationName {
	100% {
		background-position: 100% 50%;
	}

	0% {
		background-position: 0% 50%;
	}
}

@keyframes AnimationName {
	100% {
		left: 80%;
	}

	0% {
		left: -100%;
	}
}

.button-m:before {
	display: block;
	content: '';
	width: 140%;
	height: 100%;
	background: url(../img/animate_bg.png) no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-animation: AnimationName 4s cubic-bezier(0.43, 0.61, 1, 1) infinite reverse;
	-moz-animation: AnimationName 4s cubic-bezier(0.43, 0.61, 1, 1) infinite reverse;
	-o-animation: AnimationName 4s cubic-bezier(0.43, 0.61, 1, 1) infinite reverse;
	animation: AnimationName 4s cubic-bezier(0.43, 0.61, 1, 1) infinite reverse;
	position: absolute;
	top: 0;
	left: -20%;
}

.line-anim {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.line-anim:before {
	display: block;
	content: '';
	width: 159%;
	height: 100%;
	background: url(../img/animate_bg.png) no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-animation: AnimationName 4s cubic-bezier(0.43, 0.61, 1, 1) infinite reverse;
	-moz-animation: AnimationName 4s cubic-bezier(0.43, 0.61, 1, 1) infinite reverse;
	-o-animation: AnimationName 4s cubic-bezier(0.43, 0.61, 1, 1) infinite reverse;
	animation: AnimationName 4s cubic-bezier(0.43, 0.61, 1, 1) infinite reverse;
	position: absolute;
	top: 0;
	right: 100%;
	z-index: 999;
}

.button-m:before {
	/* left: -40%;
	width: 140%; */
}


.product-card-title {
	/* background-color: #ca6d16; */
	/* color: #fff; */
	text-align: center;
	font-size: 24px;
	line-height: 25px;
	padding: 20px 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-bottom: 20px;
}

.product-feature {
	display: flex;
	flex-direction: column;
	align-items: center;
	/* margin-bottom: 20px; */
	text-align: left;
	/* margin: 0 -5px; */
	/* margin: 0 20px; */
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: 0px solid #2886d2;
}

.product-feature:nth-child(even) {
	/* flex-direction: row-reverse; */
	/* text-align: right; */
}

.product-feature:last-child {
	margin-bottom: 0;
}

.product-image {
	width: 480px;
	height: auto;
	/* border: 3px solid white; */
	/* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); */
	/* border-radius: 5px; */
}

.feature-description h3 {
	/* text-align: center; */
	/* background: #d7873c; */
	/* color: #fff; */
	padding: 5px 10px;
	border-radius: 15px;
	font-size: 23px;
	font-weight: 500;
}

.feature-description P {
	margin-top: 15px;
}

.feature-description,
.product-image {
	margin: 0 5px;
}


.discounts-block {
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 18px;
	padding: 20px;
	max-width: 460px;
	margin: 5px auto;
	border: 2px dashed #e84118;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.discounts-block h2 {
	text-align: center;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 500;
	color: #e84118;
}

.discounts-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.discounts-list li {
	background-color: transparent;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 10px;
	border: 1px dashed #e84118;
	display: flex;
	justify-content: space-between;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.discounts-list li span:first-child {
	font-weight: bold;
}

.discounts-list li span:last-child {
	color: #e84118;
	font-weight: 500;
}

@keyframes breathe {

	0%,
	100% {
		transform: scale(0.9);
	}

	50% {
		transform: scale(1);
	}
}

.anim {
	animation: breathe 5s infinite;
}

@keyframes breathe_1 {

	0%,
	100% {
		transform: scale(0.8);
	}

	50% {
		transform: scale(0.9);
	}
}

.anim_1 {
	animation: breathe_1 6s infinite;
}

.product-card_2 .feature-description P {
	text-align: center;
	font-size: 19px;
	padding: 0 20px;
	font-weight: 400;
}

.product-card_2 .feature-description,
.product-card_2 .product-image {
	border-radius: 50%;
	margin-bottom: 20px;
} 

.wtsp_item {
	max-width: 410px;
	min-height: 710px;
	margin: 0 auto;
	background: url(../img/reviews__wtsp_bg.jpg) 50% 0% repeat;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	overflow: hidden;
	border-radius: 20px 20px 20px 20px;
}

.wtsp_item .info {
	background: #ffffff url(../img/reviews__wtsp_btn.png) 3px 50% no-repeat;
	padding: 16px 110px 13px 50px;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.35);
	position: relative;
	z-index: 2;
	border-radius: 20px 20px 0px 0px;
}

.wtsp_item .info>img {
	float: left;
	border-radius: 50%;
	width: 42px;
	border: 1px solid #0f3a33;
}

.wtsp_item .info .text {
	overflow: hidden;
	padding-left: 8px;
	color: #333;
}

.wtsp_item .info .text>p {
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
}

.wtsp_item .info .text>small {
	font-size: 13px;
	line-height: 18px;
	display: block;
}

.wtsp_item .date {
	text-align: center;
	margin-top: 10px;
}

.wtsp_item .date>span {
	display: inline-block;
	vertical-align: top;
	background: #d4ebf3;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 28px;
	color: #3f5250;
	padding: 0 8px;
	border-radius: 7px;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2);
}

.wtsp_item .message_container {
	margin-top: 10px;
	padding: 0 12px;
}

.wtsp_item .message {
	display: inline-block;
	max-width: 295px;
	min-width: 70px;
	padding: 6px 10px;
	position: relative;
	font-size: 18px;
	line-height: 22px;
	color: #212121;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.25);
	margin-bottom: 10px;
}

.wtsp_item .message:last-child {
	margin-bottom: 0;
}

.wtsp_item .message>p {
	margin-bottom: 5px; 
}

.wtsp_item .message>img {
	display: block;
	margin: 6px auto;
	border-radius: 4px;
}

.wtsp_item .message .time {
	text-align: right;
	font-size: 14px;
	line-height: 15px;
	color: #989898;
	padding: 0 5px;
}

.wtsp_item .message.client {
	background: #fff;
	border-radius: 0 6px 6px 6px;
}

.wtsp_item .message.client:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 0;
	border-color: transparent #fff transparent transparent;
	position: absolute;
	top: 0;
	left: -6px;
}

.wtsp_item .message.author {
	background: #c8e2fd;
	border-radius: 10px 0 10px 10px;
	padding: 6px 10px;
	float: right;
}

.wtsp_item .message.author:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 0;
	border-color: #c8e2fd transparent transparent transparent;
	position: absolute;
	top: 0;
	right: -6px;
}

.wtsp_item .message.author .time {
	padding: 0;
}

.wtsp_item .message.author .time:after {
	content: '';
	width: 18px;
	height: 12px;
	/* background: url(../img/reviews__wtsp_read.html) 50% 50% no-repeat; */
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 4px;
}

.wtsp_item:after {
	content: '';
	width: 404px;
	height: 57px;
	background: url(../img/reviews__wtsp_send.png) 50% 50% no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -202px;
	bottom: 7px;
}

.wtsp_rev .owl-prev, 
.wtsp_rev .owl-next {
	width: 47px;
	height: 47px;
	background: #FE9208 url(../img/slider__arrows.jpg) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -23px;
}

.wtsp_rev .owl-prev {
	background-position: left center;
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
	left: -20px;
}

.wtsp_rev .owl-next {
	background-position: right center;
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
	right: -20px;
}

.wtsp_rev .owl-dots {
	font-size: 0;
	text-align: center;
	margin-top: 20px;
}

.wtsp_rev .owl-dot {
	display: inline-block;
	vertical-align: top;
	margin: 0 8px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 2px solid #fff;
}

.wtsp_rev .owl-dot.active {
	background: #fff;
}
.discount_block {
	width: 100px;
	height: 100px;
	background: #e72020;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 40px;
	right: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border: solid #fff 3px;
	border-radius: 50%;
	transform: rotate(-15deg);
}

.discount_block .value {
	font-weight: 700;
    font-size: 13px;
    line-height: 24px;
}

.discount_block .text {
	line-height: 20px;
    font-size: 27px;
}

.benefits_list {
	padding: 11px 0 11px 18px;
	background: #aed7b2;
	color: #121314;
	font-weight: 500;
}

.benefits_list .benefit_item {
	float: left;
	color: #121314;
	padding: 0 0 0 44px;
	width: 160px;
	font-size: 14px;
	line-height: 16px;
	position: relative;
}

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

.benefits_list .benefit_item:before {
	display: block;
	content: '';
	width: 34px;
	height: 34px;
	background-size: contain;
	position: absolute;
	top: -2px;
	left: 0;
}

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

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

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

.benefits_list2 .benefit_item {
	margin: 35px;
    padding: 20px;
    border: 2px solid #F4A460	;
    box-shadow: 4px 5px 20px 0px #a5a5a5;
	border-radius: 15px;
    color: #1e1e1e;
}
.benefits_list2 .benefit_item .text_block {
	text-align: center;
}
.benefits_list2 .benefit_item h4 {
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
	margin: 10px 0;
}
.img-text {
	display: block;
	width: 90%;
	margin: 0 auto 15px;
	padding: 2%;
	border: 2px solid #F4A460	;
	border-radius: 15px;
	box-shadow: 1px 2px 8px 0px #a5a5a5;
}

.sect3 .text{ 
    margin: 0 28px 20px;
    text-align: justify;
}
.offer_section .price {
	background: url('../img/dswpcvff.png') no-repeat center 35px;
	padding: 0;
	margin: 10px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.offer_section .price>div {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.offer_section .price .old,
.offer_section .price .new {
	position: relative;
}

.offer_section .price .old {
	color: #999;
}

.offer_section .price .new {
	color: #ff3e3e;
	font-weight: 700;
	transform: translate(0%, 25%);
}

.offer_section .price .new .discount-banner {
	background: #ff3e3e;
	color: white;
	padding: 5px 10px;
	border-radius: 15px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	font-weight: bold;
	text-align: center;
	display: inline-block;
	font-size: 16px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	position: absolute;
	/* top: -32px;
    right: 33px; */
	top: 43px;
	right: 60px;
	transform: translate(-8%, -175%);
	white-space: nowrap;
}

.offer_section .price p {
	font-size: 46px;
	line-height: 1.1em;
	margin: 0;
	display: flex;
	align-items: baseline;
	justify-content: center;
}

.offer_section .price .old p span,
.offer_section .price .old p small {
	font-size: 28px;
	text-decoration: line-through;
}

.offer_section .price .new p {
	color: #ff3e3e;
	font-weight: 700;
}

.offer_section .price .new p small {
	font-size: 28px;

}
.header-top {
    /* position: fixed; */
    /* top: 0; */
    width: 100%;
    height: 60px;
    transition: 0.5s;
    padding: 0 20px;
    display: flex;
    align-content: center;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 480px;
    margin: 0 auto;
    background: #061312;
	color: #ffffff;
    z-index: 1000; 
}
.header-bottom {
    /* position: fixed; */
    /* top: 60px; Ð’Ñ‹ÑÐ¾Ñ‚Ð° .header-top, Ñ‡Ñ‚Ð¾Ð±Ñ‹ .header-bottom ÑˆÐµÐ» ÑÑ€Ð°Ð·Ñƒ Ð·Ð° Ð½Ð¸Ð¼ */
    width: 100%;
    padding: 0 20px;
    display: flex;
	 max-width: 480px;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
    background: white;
    z-index: 999; /* ÐÐµÐ¼Ð½Ð¾Ð³Ð¾ Ð¼ÐµÐ½ÑŒÑˆÐµ, Ñ‡ÐµÐ¼ Ñƒ .header-top, Ð½Ð¾ Ð²ÑÐµ ÐµÑ‰Ðµ Ð²Ñ‹ÑÐ¾ÐºÐ¸Ð¹, Ñ‡Ñ‚Ð¾Ð±Ñ‹ Ð±Ñ‹Ñ‚ÑŒ Ð½Ð°Ð´ Ð´Ñ€ÑƒÐ³Ð¸Ð¼ ÐºÐ¾Ð½Ñ‚ÐµÐ½Ñ‚Ð¾Ð¼ */
}

.header-bottom li {
	font-weight: bold;
}

.header-bottom li a {
	text-decoration: none;
	color: black;
	font-size: 14px;
	padding: 6px 10px 2px 10px;
	display: block;
	border-bottom: 4px solid #ffffff00;
}

.header-bottom li a.active {
	border-bottom: 4px solid #f7931d;
}

.offer_section .products_count {
	margin: 30px 0 0;
	font-size: 16px;
	line-height: 1.1em;
	text-align: center;
}
.offer_section .products_count>span{
	color: #fff;
	font-weight: 700;
	background: #ff3e3e;
	border-radius: 4px;
	display: inline-block;
	vertical-align: top;
	padding: 5px 8px;
	margin: -4px 0 0 8px;
}
.product-card {
    background-color: #142e49;
    color: #fff;
    padding: 20px;
    
    max-width: 600px;  
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.product-card-title {
    background-color: #0c1b30;
    text-align: center;
	font-size:24px;
    padding: 10px;
    margin: -20px -20px 20px -20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.product-feature {
    display: flex;
    flex-direction: row;  
    align-items: center;
    margin-bottom: 20px;
    text-align: left;  
}

.product-feature:nth-child(even) {
    flex-direction: row-reverse;  
    text-align: right;  
}

.product-feature:last-child {
    margin-bottom: 0;
}

.product-image {
    width: 140px;  
    height: auto;
    margin: 0 20px; 
    border: 3px solid white;  
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);  
    border-radius: 5px;  
}

.feature-description {
    flex: 1;  
}

.feature-description h3 {
    margin: 0 0 10px 0;
    font-size: 20px;
}

.feature-description p {
    margin: 0;
    font-size: 16px;
}

#stickyAddToCart {
	position: fixed;
	bottom: 14px;  
	left: 50%;
	height: 66px;
	border: none;
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
	border-radius: 38px;
	background: #FE9208;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 22px;
	line-height: 66px;
	letter-spacing: 1px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	width: 400px;
	transform: translateX(-50%);
	box-shadow: 0 0 12px 0 rgb(0 0 0 / 20%);
	z-index: 1000;  
  }