/* styles */
body {
	min-width: 480px;
	background: #474f6b;
	font-family: 'Proxima Nova', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5em;
	color: #444444;
	cursor: default;
}

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



footer .logo {
    width: 150px;
    margin: 0 auto;
}

footer .logo img {
    width: 150px;
    margin: 0 auto;
}

.modal-body {
    background: #fffffffa;
    z-index: 90;
    padding: 100px 0 0 0;
    display: inline-block;
    max-width: 480px;
    width: 100%;
    -webkit-transform: skewX( -5deg) translateX(200%);
    -ms-transform: skewX(-5deg) translateX(200%);
    transform: skewX( -5deg) translateX(200%);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    will-change: transform, opacity;
    -webkit-transition: opacity 0.1s, -webkit-transform 0.3s;
    transition: opacity 0.1s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, opacity 0.1s;
    transition: transform 0.3s, opacity 0.1s;
    transition: transform 0.3s, opacity 0.1s, -webkit-transform 0.3s;
    height: 100vh;
    overflow: auto;
    }

.modal-block {padding: 0;}

.modal-block li {text-align: right;padding: 0 10px;border-bottom: 1px solid #efefef;display: block;height: 47.5px;display: flex;flex-direction: row;justify-content: flex-end;align-content: center;align-items: center;}

.modal-block li a {text-decoration: none;font-weight: bold;text-transform: uppercase;color: #4f41a2;display: block;width: 100%;height: 47.5px;line-height: 47.5px;}

.modal-body.show-menu {opacity: 1 !important;
    transform: skewX(0deg) translate(0, 0) !important;
    -webkit-transform: skewX( 0deg) translate(0, 0) !important;
    -ms-transform: skewX(0deg) translate(0, 0) !important;}

header {
    width: 100%;height: 80px;
    transform: translate(0, -100%);
    transition: 0.5s;
    padding: 0 20px;
    display: flex;
    align-content: center;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 481px;
    margin: 0 auto;
}

header.active {
    position: fixed;
    left: 0;
    right: 0;
	top: 0;
    transform: translate(0, 0);
    transition: 0.5s;
    z-index: 100;
    box-shadow: 0px 4px 6px rgb(0 0 0 / 20%);
    background: #4f41a2;
}

header a.logo svg {
    width: 120px;
    margin: 0 0;
}

header a.logo {
    width: 120px;
    height: 69px;
    transition: 0.6s;
}

header a.logo:hover {
    opacity: 0.7;
}

svg.nav-button {
    width: 64px;
    transition: 0.6s;
    cursor: pointer;
}

svg.nav-button:hover {opacity: 0.7;}

.offer_section-top {
    border-top: 80px solid #4f41a2;
}

.modal-block li svg {
    width: 36px;
    fill: #ffc226;
}


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

b {
	font-weight: 700;
}
.list_item:after,
.list3>li:after,
.clearfix:after{
	content: '';
	display: block;
	clear: both;
}
h2.title{
	font-size: 34px;
	line-height: 1.1em;
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
	margin-bottom: 30px;
	padding: 0 20px;
	color: #1c1c1c;
}
h2.title span{
	font-weight: 700;
	font-size: 36px;
	color: #4f41a2;
}
p.subtitle{
	text-align: center;
	font-size: 18px;
	line-height: 1.3em;
	margin: -10px 0 20px;
}
section{
	padding: 35px 0 30px;
}


.m1-form{
	padding: 0 20px;
}
.m1-form input{
	width: 100%;
	display: block;
	font-family: 'Proxima Nova', sans-serif;
	border: #e1d9cc 1px solid;
	font-size: 20px;
	margin-bottom: 20px;
	height: 74px;
	border-radius: 40px;
	background: #fff;
	text-align: center;
	color: #222;
}
.m1-form .button-m{
	margin-top: 0;
}
.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: 'Proxima Nova', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	height: 74px;
	width: 400px;
	display: block;
	border-radius: 40px;
	line-height: 72px;
	text-decoration: none;
	text-align: center;
	background: #f7931c;
	border-bottom: 5px solid #f67502;
	-webkit-box-shadow: 0 0 0 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 0 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 0 5px rgba(0,0,0,0.1);
	font-size: 24px;
	letter-spacing: 1px;
	margin: 0px auto;
	color: #fff;
	position: relative;
	z-index: 1;
	text-shadow: 1px 2px 0 #f67502;
}
.button-m:active{
	background: #ea8c03;
	top: 2px;
}



/*  header   */
.top_line{
	background: #fff;
}
.top_line{
	padding: 15px 20px;
	font-size: 0;
	letter-spacing: -1px;
	text-align: justify;
	-ms-text-align-last: justify;
	text-align-last: justify;
}
.top_line>li{
	text-align: left;
	-ms-text-align-last: left;
	text-align-last: left;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	letter-spacing: normal;
	line-height: 1.3em;
	padding: 0 0 0 25px;
	background: url("../images/top_line.png") 0px 4px no-repeat;
}
.offer_section{
	padding: 0;
}
.offer_section .box{
	background: url("../images/offer.jpg") 50% 0% no-repeat;
	height: 410px;
	position: relative;
}
.ofr_title{
	padding: 19px 0 18px;
	font-size: 0;
}
.ofr_title>img{
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}
.base {
	box-sizing: border-box;
	width: 100%;
	max-width: 480px;
	margin: auto;
}
.padding {
    padding: 10px 0;
}
.container {
	box-sizing: border-box;
	width: 100%;
	max-width: 480px;
	margin: auto;
}.main_title {
  background-image: linear-gradient(120deg, 
  rgb(79 65 162) 0%,
  rgb(0 212 247) 100%);
  padding-top: 26px;
  }

.h1 {
	color: rgb(255, 255, 255);
	text-align: center;
	text-transform: uppercase;
	line-height: 26px;
	font-size: 22px;
}

.h1 span {
    display: inline-block;
    font-size: 41px;
    font-weight: 800;
    line-height: 48px;
}
.sub_title {
	font-size: 20px;
    font-weight: 600;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    background-color: rgb(235, 235, 235);
}
.main_subtitle{
	text-align: right;
    font-size: 20px;
    line-height: 1.3em;
    padding: 5px 15px 0;
    font-weight: 700;
    color: #000;
    /* background: #fff; */
    font-style: italic;
    letter-spacing: 0.5px;
}
.offer_section .sale{
	width: 261px;
	height: 151px;
	background: url("../images/sale.png") 50% 50% no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
}
.offer_section .sale span{
	color: #fff;
	font-weight: 700;
	font-size: 25px;
	text-transform: uppercase;
	position: absolute;
	transform: rotate(-31deg);
	top: 74px;
	left: 66px;
	letter-spacing: 1px;
	width: 190px;
}
.ofr_bull{
	background: #f9f9f9;
	padding: 30px 0 32px;
}
.ofr_bull>li{
	width: 33.3%;
	float: left;
	text-align: center;
	line-height: 1.3em;
}
.ofr_bull>li>img{
	display: block;
	margin: 0 auto 10px;
}
.ofr_bull>li>p{
	padding: 0 10px;
}
.ofr_bottom{
	background: #1b72ba;
	background: -moz-linear-gradient(top, #4f41a2 0%, #00d4f7 100%);
	background: -webkit-linear-gradient(top, #4f41a2 0%,#00d4f7 100%);
	background: linear-gradient(to bottom, #4f41a2 0%,#00d4f7 100%);
}
.timer_block{
	padding: 15px 0 20px;
}
.timer_block>p{
	color: #fff;
	text-align: center;
	margin-bottom: 8px;
}
.timer_container{
	font-size: 0;
	letter-spacing: -1px;
	text-align: center;
}
.timer_container .timer_item{
	background: #fff;
	width: 84px;
	height: 84px;
	border-radius: 50%;
	display: inline-block;
	margin: 0 16px;
	position: relative;
	color: #1f1f21;
	padding-top: 18px;
	letter-spacing: normal;
}
.timer_container .timer_item .count{
	font-size: 40px;
	line-height: 36px;
	font-weight: 700;
	text-align: center;
}
.timer_container .timer_item .text{
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	line-height: 1em;
	font-weight: 700;
}
.timer_container .timer_item:not(:last-child):after{
	content: ':';
	color: #fff;
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	position: absolute;
	right: -20px;
	top: 24px;
}
.price{
	background: url("../images/price.png") 50% 50% no-repeat;
	margin-bottom: 10px;
}
.price>div{
	width: 50%;
	float: left;
	color: #fff;
}
.price>div>p{
	font-size: 36px;
	line-height: 1em;
	text-transform: uppercase;
}
.price>div>p>small{
	font-size: 0.8em;
}
.price .old{
	text-align: right;
	padding-right: 40px;
}
.price .old p span{
	text-decoration: line-through;
}
.price .new{
	padding-left: 40px;
}
.price .new p{
	font-weight: 700;
	color: #ffbb05;
}
.offer_section .action_block{
	background: rgba(5,49,77,0.3);
	padding: 25px 0 30px;
	width: 440px;
	margin: 0 auto;
	border-radius: 10px 10px 0 0;
}
.prod_count{
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}
.prod_count>span{
	font-size: 24px;
	margin: 0 6px;
}
.action_block .prod_count{
	color: #fff;
}



/*sect2*/
.video_block{
	height: 280px;
	position: relative;
	overflow: hidden;
	background: #000;
	margin-bottom: 30px;
}
.video_block iframe,
.video_block object{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.sect2 h3{
	text-align: center;
	font-size: 24px;
	line-height: 1.2em;
	padding: 0 25px;
	margin-bottom: 20px;
}
/*list1*/
.list1{
	padding: 0 20px;
	margin-bottom: 35px;
}
.list1>li{
	background: #fff;
	border-radius: 5px;
	margin-bottom: 20px;
	box-shadow: 0 0 16px 0 rgba(0,0,0,0.2);
	overflow: hidden;
	padding-bottom: 23px;
}
.list1>li:last-child{
	margin-bottom: 0;
}
.list1>li>img{
	display: block;
	margin: 0 0 20px;
}
.list1>li>h4{
	text-align: center;
	font-size: 20px;
	margin-bottom: 15px;
}
.list1>li>p{
	text-align: center;
	padding: 0 16px;
}
/*list2*/
.list2{
	font-size: 0;
	letter-spacing: -1px;
}
.list2>li{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	letter-spacing: normal;
	padding: 0 10px;
	text-align: center;
}
.list2>li>img{
	display: block;
	margin: 0 auto 10px;
}
.list2>li>h4{
	margin-bottom: 5px;
}

.sect2 .list2{
	margin-top: 30px;
}
.sect2 .list2>li>img{
	margin-bottom: 25px;
}
.sect2 .button-m{
	margin-top: 35px;
}



/*sect3*/
.sect3{
	background: #4f41a2 url(../images/s3_bg.jpg) 50% 0% no-repeat;
	padding-bottom: 1px;
}
.sect3 .title{
	color: #fff;
	padding: 0 70px;
	font-weight: 700;
}
.sect3 .list2>li{
	color: #fff;
	margin-bottom: 30px;
	padding: 0 23px;
}
.sect3 .list2>li>img{
	border-radius: 50%;
	border: 6px solid rgba(255,255,255,0.4);
}


/*sect4*/
.sect4{
	background: #fff url("../images/s4_bg.jpg") 50% 0% no-repeat;
	padding: 30px 20px 0 135px;
	position: relative;
	min-height: 295px;
}
.sect4 h2{
	background: #038fdd;
	border-radius: 8px;
	padding: 34px 15px 32px;
	font-size: 21px;
	line-height: 1.5em;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 23px;
}
.sect4>p{
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	padding: 0 15px;
}
.sect4>img{
	position: absolute;
	top: 20px;
	left: 13px;
}




/*sect5*/
/*list3*/
.list3{
	font-size: 0;
	letter-spacing: -1px;
	padding: 0 20px;
}
.list3>li{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	font-size: 17px;
	line-height: 1.4em;
	letter-spacing: normal;
	margin-bottom: 40px;
}
.list3>li:before{
	content: '';
	width: 53px;
	height: 53px;
	border-radius: 50%;
	background: url("../images/s5_icons.png");
	float: left;
}
.list3>li>p{
	padding: 0 0 0 60px;
}
.list3>li:nth-child(1):before{
	background-position: 50% 0px;
}
.list3>li:nth-child(2):before{
	background-position: 50% -53px;
}
.list3>li:nth-child(3):before{
	background-position: 50% -106px;
}
.list3>li:nth-child(4):before{
	background-position: 50% -159px;
}

.sect5 .img{
	background: url("../images/s5_img.jpg") 50% 0% no-repeat;
	min-height: 296px;
	padding-top: 20px;
}
.sect5 .img>p{
	text-align: center;
	font-weight: 700;
	color: #fff;
	font-size: 22px;
	padding: 50px 0 20px;
	background: url("../images/s5_top.png") 50% 0% no-repeat, url("../images/s5_bottom.png") 270px 100% no-repeat;
}
.sect5 .button-m{
	margin-top: -10px;
}


/*sect6*/
.sect6{
	background: url("../images/s6_bg.jpg") 50% 0% no-repeat;
	padding: 30px 20px 1px;
}
.sect6 .title{
	color: #fff;
	font-weight: 700;
}
.sect6 .title span{
	color: #ffbb05;
}

.sect6 .content{
	padding: 275px 20px 0;
	background: #fff url("../images/s6_img.jpg") 50% 0% no-repeat;
	border-radius: 6px;
}
.sect6 .content>img{
	display: block;
	margin: 0 auto 40px;
	border-radius: 6px;
}
.list_item{
	margin-bottom: 40px;
	position: relative;
}
.list_item>span{
	border-radius: 50%;
	background: #f3f3f3;
	float: left;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	color: #00a1e4;
}
.list_item>p{
	padding: 10px 0 0 62px;
	line-height: 1.7em;
}
.list_item:nth-of-type(1):after{
	content: '';
	width: 16px;
	height: 53px;
	background: url("../images/s6_content_arrow.png") 100% 0% no-repeat;
	position: absolute;
	bottom: -35px;
	right: -10px;
}
.list_item:nth-of-type(3):after{
	content: '';
	width: 17px;
	height: 58px;
	background: url("../images/s6_content_arrow.png") 0% 0% no-repeat;
	position: absolute;
	top: -60px;
	left: -25px;
}



/*sect7*/

.sect7>h2{
	color: #fff;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.3em;
	padding: 0 20px 0 15px;
	margin-bottom: 70px;
}
.sect7>p{
	text-align: center;
	padding: 0 40px;
	line-height: 1.7em;
	margin-bottom: 30px;
}
.nomination>img{
	display: block;
	margin: 0 auto 15px;
}
.nomin{
	padding: 0 30px; 
}
.nomin>li{
	width: 25%;
	float: left;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	line-height: 1em;
}

.sect7 .button-m{
	margin: 31px auto -38px;
}

.footer_section a {
    margin: 10px auto;
    color: #fff;
}

/*sect8*/
.sect8{
	padding: 0;
}
.professional .info{
	background: #f5f5f5;
	padding: 70px 20px 55px;
	position: relative;
}
.professional .info>img{
	float: left;
}
.professional .info .text{
	padding: 25px 0 0 155px;
}
.professional .info .text>h4{
	font-size: 24px;
	line-height: 1.2em;
	color: #2a2e3b;
	margin-bottom: 12px;
}
.professional .info .text>h4>span{
	color: #00a1e4;
	display: block;
}
.professional .info:after{
	content: '';
	width: 114px;
	height: 32px;
	background: url("../images/rosp.png") 50% 50% no-repeat;
	position: absolute;
	top: 195px;
	right: 15px;
}
.professional>.text{
	background: #fff;
	text-align: center;
	padding: 30px 25px;
	line-height: 1.7em;
}
.professional>.text>p:not(:last-child){
	margin-bottom: 15px;
}
.professional>.text>p>span{
	background: #e5f5fc;
	padding: 0 4px;
}



/*sect9*/
.sect9{
	background: #4f41a2;
}
.sect9 .title{
	color: #fff;
	font-weight: 700;
}
.reviews{
	padding: 0 20px;
}
.rev_item{
	background: #fff;
	border-radius: 6px;
	border-top: 1px solid transparent;
	color: #555555;
	margin-top: 12px;
}
.rev_item .info{
	padding: 0;
	width: 100%;
}
.rev_item .info .img{
	vertical-align: top;
	max-width: 480px;
	position: relative;
}
.rev_item .info .img>img{
	display: block;
}
.rev_item .info>p{
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 20px;
	background: url("../images/rev_q.png") 100% 50% no-repeat;
}
.rev_item .info>p>span{
	display: block;
	font-weight: 700;
	font-size: 20px;
}
.rev_item>img{
	display: block;
	margin: 0 auto;
}
.rev_item .rev_text{
	background: #00a1e4;
	border-radius: 0 0 6px 6px;
	overflow: hidden;
}
.rev_item .rev_text>.text{
	padding: 22px 0 25px;
	border-radius: 0 0 6px 6px;
	overflow: hidden;
	position: relative;
	background: #fff;
}
.rev_item .rev_text>.text>span{
	font-weight: 700;
	text-align: center;
	font-size: 18px;
	display: block;
	padding: 0 15px;
	margin-bottom: 16px;
}
.rev_item .rev_text>.text>p{
	text-align: center;
	padding: 0 25px;
	line-height: 1.7em
}
.rev_item .result{
	color: #fff;
	padding: 17px 0 14px;
}
.rev_item .result .haul{
	width: 170px;
	float: left;
	border-right: 1px solid #4dbdec;
	padding: 0 0 0 60px;
	font-size: 30px;
	background: url("../images/haul.png") 20px 3px no-repeat;
}
.rev_item .result .haul>span{
	display: block;
	font-weight: 700;
	font-size: 26px;
	line-height: 1.1em;
	text-transform: uppercase;
}
.rev_item .result .text{
	float: left;
	width: 270px;
	padding: 0 0 0 26px;
}
.rev_item .result .text>b{
	display: inline-block;
	border-bottom: 1px solid #4dbdec;
}

.sect9  .owl-prev,
.sect9  .owl-next{
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	top: 385px;
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.3);
}
.sect9  .owl-prev{
	left: 6px;
	background: #fff url("../images/rev_arrow.png") 0% 50% no-repeat;
}
.sect9  .owl-next{
	right: 6px;
	background: #fff url("../images/rev_arrow.png") 100% 50% no-repeat;
}

.video-container {
    position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;	
}
.video-container iframe,  
.video-container object,  
.video-container embed,
.video-container .youtube {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.v_reviews {
    padding: 10px 0 0;
    background: url("../images/s9_bg2.jpg") no-repeat center -193px;
}
.v_reviews h2 span {
    color:#fff;
}
/*sect10*/
.sect10{
	padding-bottom: 40px;
}
.sect10 .title{
	font-size: 26px;
}
.sect10 .title span{
	display: block;
	line-height: 1.2em;
}
.order_list{
	padding: 0 20px;
}
.order_list>li{
	display: table;
	width: 100%;
	margin-bottom: 30px;
}
.order_list>li:last-child{
	margin-bottom: 0;
}
.order_list>li .img{
	width: 145px;
	display: table-cell;
	vertical-align: top;
}
.order_list>li .img>img{
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	box-shadow: 0 0 14px 0 rgba(0,0,0,0.2);
}
.order_list>li .text{
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
	font-size: 18px;
}
.order_list>li .text>span{
	display: block;
	color: #00d4f7;
	font-size: 24px;
	margin-bottom: 5px;
}
/*2n*/
.order_list>li:nth-child(2n) .text{
	text-align: right;
}




/* footer */
.footer_section {
	padding: 25px 0;
	background: #4f41a2;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: white;
}

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

.footer_section a {
	color: #fff;
	display: block;
}

label.error{
	display: none !important;
}

#modal, #modal-2, #modal-3{
	display: none;
	width: 100%;
	max-width: 480px;
}

[id^="modal"] p{
	padding-bottom: 10px;
}

.action_block.action_block2 {
    margin: -40px auto 0 auto;
}