/* styles */
body {
	min-width: 480px;
	background: #264B7F;
	font-family: 'Akrobat', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4em;
	color: #333333;
	cursor: default;
}

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

.header_bot_img {
	width: 480px;
	height: 379px;
	background-size: cover;
}

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

b {
	font-weight: 700;
}
.clearfix:after{
	content: '';
	display: block;
	clear: both;
}
h2{
	font-size: 40px;
	line-height: 1.05em;
	text-transform: uppercase;
	font-weight: 900;
	text-align: center;
	margin-bottom: 30px;
	color: #1c385f;
}

section{
	padding: 35px 0 30px;
}

/*  header   */
.offer_section {
	background: #1c385f;
	padding-top: 0;
	padding-bottom: 30px;
}
.header_top{
	padding: 5px 0 14px;
}
.offer_section .header_top h1{
	color: #ffcc33;
	font-size: 50px;
	line-height: 1.1em;
	text-transform: uppercase;
	text-align: center;
	font-weight: 900;
	letter-spacing: 1px;
}
.offer_section .header_top p{
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.header_bot{
	position: relative;
}
.header_bot>img{
	display: block;
}
.sale{
	position: absolute;
	width: 120px;
	height: 120px;
	background: #c93030;
	display: block;
	top: 154px;
	right: 128px;
	transform: rotate(-18deg);
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	padding: 23px 0 0;
	border-radius: 50%;
}
.sale strong{
	font-size: 48px;
	line-height: 1.05em;
	font-weight: 900;
	color: #ffcc33;
	display: block;
}
.offer_section .bull>li:nth-child(2){
	background: #c93030;
}
.offer_section .bull>li{
	width: 160px;
	float: left;
	padding: 13px 0 15px 20px;
	background: #d14f4f;
	color: #fff;
}
.offer_section .bull>li{
	font-weight: 700;
	text-transform: uppercase;
}
.offer_section .bull li strong{
	display: block;
	font-size: 24px;
	line-height: 1.1em;
	font-weight: 900;
}
.price{

}
.price>div{
	width: 50%;
	float: left;
	padding: 8px 0;
	text-align: center;
	font-weight: 500;
}
.price>div>span{
	font-size: 36px;
	line-height: 1.1em;
	font-weight: 900;
}
.price>div>small{
	font-size: 30px;
	font-weight: 700;
}
.price>div.old p {
	display: inline-block;
}
.price>div.old .price_old7785 p{
	text-decoration: line-through;
}
.price>div.old{
	background: #fff;
}
.price>div.new p{
	display: inline-block;
}
.price>div.new{
	background: #ffcc33;
}



.offer_section .timer_block {
	padding: 20px;
	text-transform: uppercase;
	text-align: center;
}
.offer_section .timer_block p {
	margin: 0 0 15px;
	font-size: 24px;
	line-height: 1.1em;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}
.offer_section .timer_block .timer {
	margin: 0 auto;
	width: 370px;
}
.offer_section .timer_block .timer_item {
	float: left;
	margin: 0 35px 0 0;
	width: 100px;
	position: relative;
}
.offer_section .timer_block .timer_item:last-child {
	margin: 0;
}
.offer_section .timer_block .count {
	margin: 0 0 5px;
	height: 60px;
}
.offer_section .timer .timer_item:not(:last-child):after{
	content: ":";
	color: #fff;
	font-size: 46px;
	position: absolute;
	top: 0px;
	right: -22px;
	line-height: 1em;
}
.offer_section .timer_block .count span {
	display: block;
	float: left;
	margin: 0 8px 0 0;
	width: 46px;
	height: 60px;
	background: #fff;
	font-weight: 700;
	font-size: 36px;
	line-height: 56px;
	border-radius: 4px;
	font-weight: 900;
}
.offer_section .timer_block .count span:last-child {
	margin: 0;
}
.offer_section .timer_block .text {
	font-size: 20px;
	line-height: 1.1em;
	color: #fff;
	text-transform: none;

}
.offer_section .products_count {
	padding: 25px;
	line-height: 1.1em;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-weight: 700;
	background: #193255;
	border: #304766 dashed 1px;
	width: 400px;
	margin: 10px auto 0;
	letter-spacing: 1px;
	-webkit-box-shadow: 0px 0px 0px 4px rgba(25,50,85,1);
	-moz-box-shadow: 0px 0px 0px 4px rgba(25,50,85,1);
	box-shadow: 0px 0px 0px 4px rgba(25,50,85,1);
	margin-top: 10px;
}
.offer_section .products_count strong{
	color: #ffcc33;
	background: none;
	margin: 0 0 0 7px;
	font-size: 26px;
	padding: 0;
	border-radius: 0;
}
.offer_section .button-m{
	margin-top: 30px;
}

.main_form{
	margin-top: 20px;
	padding: 0 40px;
}
.main_form input{
	width: 100%;
	display: block;
	font-family: 'Akrobat', sans-serif;
	border: #ececec 1px solid;
	font-size: 22px;
	margin-bottom: 10px;
	height: 70px;
	text-align: center;
	font-weight: 500;
	color: #222;
}
.main_form .button-m{
	margin-top: 0;
}
.main_form ::-webkit-input-placeholder {
 color: #222;
}
.main_form ::-moz-placeholder {
 color: #222;
}
.main_form :-moz-placeholder {
 color: #222;
}
.main_form :-ms-input-placeholder {
 color: #222;
}
.main_form :focus::-webkit-input-placeholder {
 color: transparent;
}
.main_form :focus::-moz-placeholder {
 color: transparent;
}
.main_form :focus:-moz-placeholder {
 color: transparent;
}
.main_form :focus:-ms-input-placeholder {
 color: transparent;
}
/* button */
.button-m{
	cursor: pointer;
	font-family: 'Akrobat', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	height: 80px;
	width: 400px;
	display: block;
	border-radius: 3px;
	line-height: 76px;
	text-decoration: none;
	text-align: center;
	background: linear-gradient(to bottom, #ffcc33, #f5b916);
	border: none;
	border-bottom: 6px solid #d29900;
	box-shadow: none;
	font-size: 26px;
	letter-spacing: 1px;
	margin: 0px auto;
	color: #222;
	position: relative;
}
.button-m:active{
	border-bottom: 4px solid #d29900;
	top: 2px;
}

/*s2*/
.s2 h2{
	color: #c93030;
}
.s2>.s2_image{
	display: block;
	margin: 0 auto;
	width: 460px;
	height: 160px;
	background-size: cover;
}
.s2 .text{
	width: 460px;
	margin: 0 auto;
}
.s2 .text>div{
	background: #1c385f;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	width: 228px;
	float: left;
	text-align: center;
	padding: 8px 0;
}
.s2 .text>div.prod2{
	margin-left: 4px;
}

/*s3*/
.s3{
	padding-top: 0;
}
.s3>p{
	margin-bottom: 20px;
	padding: 0 20px;
	text-align: center;
}
.video_block{
	width: 100%;
	height: 270px;
	margin: 0 0 20px;
}
.video_block iframe{
	width: 100%;
	height: 100%;
}

.products_count{
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 20px;
}
.products_count strong{
	background: #c93030;
	border-radius: 2px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	padding: 0 7px;
	margin: 0 5px;
}

.s4{
	background: #dee0e8;
}
.list_4{
	font-size: 0;
	letter-spacing: -1px;
}
.list_4>li{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 20px;
	letter-spacing: normal;
	margin-bottom: 20px;
}
.list_4>li .s4_list_4_image{
	display: block;
	margin: 0 auto 10px;
	border-radius: 50%;
	width: 132px;
	height: 132px;
}
.list_4>li h4{
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 5px;
}
.list_4>li p{
	font-size: 18px;
	text-align: center;
}
.s4 .list_4>li .s4_list_4_image{
	background-size: cover;
	border: 6px solid #fff;
}
.s4 .list_4>li{
	padding: 0 10px;
}
.s4 .list_4>li>p{
	padding: 0 20px;
}
/*s5*/
.s5{
	padding-bottom: 0;
}
.s5 .title{
	margin-bottom: 34px;
}
.s5 .list>li:after{
	content: '';
	display: block;
	clear: both;
}
.s5 .list>li:last-child{
	margin-bottom: 0;
}
.s5 .list>li{
	margin-bottom: 20px;
	background: #1c385f;
}
.s5 .list>li>.s5_list_image{
	width: 160px;
	height: 160px;
	float: left;
	display: block;
	border-right: 4px solid #fff;
	background-size: cover;
}
.s5 .list .text{
	color: #fff;
	padding: 10px 20px 0 180px;
}
.s5 .list .text h4{
	font-size: 20px;
	margin-bottom: 7px;
	text-transform: uppercase;
}
.s5 .list .text p{
	font-size: 16px;
}

.s5 .list img {
	width: 160px;
	height: 160px;
}

/*s6*/
.s6{
	padding-bottom: 0;
}
.s6 .list_4 .s6_list_4_image{
	display: block;
	margin: 0 auto 10px;
	border-radius: 50%;
	width: 132px;
	height: 132px;
	background-size: cover;
	border: solid 6px #ebebeb;
}
.s6 .list_4>li,
.s10 .list_4>li{
	position: relative;
}
.s6 .list_4>li>span,
.s10 .list_4>li>span{
	font-size: 33px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #c93030;
	line-height: 48px;
	position: absolute;
	top: 0;
	left: 30px;
}
.s6 .button-m{
	margin-top: 15px;
}

/*s7*/
.s7{
	padding-bottom: 0;
}
.s7 h2{
	font-size: 36px;
}
.compar{
	font-size: 0;
	letter-spacing: -1px;
}
.compar>span{
	width: 238px;
	display: inline-block;
	padding: 11px 0 15px 65px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: normal;
}
.compar>span.old{
	background: #c93030 url(../images/smile_b.png) 30px 50% no-repeat;
}
.compar>span.new{
	background: #42c045 url(../images/smile_g.png) 30px 50% no-repeat;
	margin-left: 4px;
}
.compar>.s7_compar_image{
	display: block;
	width: 480px;
	height: 160px;
	background-size: cover;
}
.compar ul li{
	display: table;
	margin: 4px 0 0;
}
.compar ul li>div{
	display: table-cell;
	vertical-align: top;
	background: #edeff7;
	font-size: 18px;
	letter-spacing: normal;
	font-weight: 700;
	width: 240px;
	text-align: center;
	padding: 8px 15px;
	position: relative;
}
.compar ul li>div.new{
	border-left: 2px solid #fff;
}
.compar ul li>div.old{
	border-right: 2px solid #fff;
}
.compar ul li>div.old:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 0;
	border-color: #c93030 transparent transparent transparent;
}
.compar ul li>div.new:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 0;
	border-color: #42c045 transparent transparent transparent;
}

/*s8*/
.s8{
	background: #1c385f;
}
.s8 h2{
	color: #fff;
}
.expert{
	width: 440px;
	margin: 0px auto;
}
.expert_top{
	position: relative;
}
.expert_top>.s8_expert_expert_top_image{
	display: block;
	width: 440px;
	height: 260px;
	background-size: cover;
}
.expert_top .name{
	background: #c93030;
	color: #fff;
	font-size: 24px;
	left: 1.1em;
	padding: 6px 20px;
	position: absolute;
	bottom: 40px;
	left: 0;
	font-weight: 700;
}
.expert_top .prof{
	height: 40px;
	line-height: 40px;
	background: #ffcc33;
	font-weight: 900;
	padding: 0 20px;
	display: block;
}
.expert_bottom{
	padding: 20px;
	background: #fff;
}
.expert_bottom>p{
	margin-bottom: 20px;
	text-align: justify;
}
.expert_bottom>p:last-child{
	margin-bottom: 0;
}
.s8 .button-m{
	margin-top: 30px;
}
.s8 .products_count{
	color: #fff;
}

/*s9*/
.reviews{
	padding: 0 20px;
}
.rev_item>img{
	display: block;
}
.rev_item_image {
	background-size: cover;
	width: 440px;
	height: 260px;
}
.rev_item .name{
	height: 50px;
	background: #dee0e8;
	text-align: center;
	font-size: 24px;
	line-height: 50px;
	font-weight: 900;
	margin-bottom: 15px;
}
.rev_item .text{
	text-align: justify;
}
.owl-prev,
.owl-next{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 260px;
}
.owl-prev{
	left: 20px;
	background: #c93030 url(../images/rev_arrow.png) 0% 50% no-repeat;
}
.owl-next{
	right: 20px;
	background: #c93030 url(../images/rev_arrow.png) 100% 50% no-repeat;
}

/*s10*/
.s10{
	background: #dee0e8;
}
.s10 .list_4>li>.s10_list_4_image{
	border: 6px solid #fff;
	display: block;
	margin: 0 auto 10px;
	border-radius: 50%;
	width: 132px;
	height: 132px;
	background-size: cover;
}

/*s11*/
.s11{
	padding: 60px 20px 110px 255px;
	background: #fff url(../images/s11_bg.jpg) 0% 40px no-repeat;
}
.s11 h2{
	font-size: 34px;
	color: #c93030;
	text-align: left;
}
.s11>p:not(:last-child){
	margin-bottom: 20px;
}

.conf{
	color: #8e9caf;
	padding: 0 0 0 35px;
	margin-top: 20px;
	font-weight: 500;
	background: url(../images/conf.png) 5px 5px no-repeat;
}


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

/* СТИЛИ ДЛЯ INPUT PHONE ЕСЛИ $is_phone_validation_enabled = true */
.flex{
    display: flex;
	margin-bottom: 14px;
}

.flex > div {
	width: 100%;
}

.flex-col{
    flex-direction: column;
}

.items-center{
    align-items: center;
}

.flex ul { margin:0 !important; padding: 0 !important;}
.flex ul li { margin:0 !important; padding: 5px !important;}
.flex .iti__search-input {
	padding: 0;
	text-align: start;
	font-size: 16px;
	height: 40px;
}