/* styles */
html {
	scroll-behavior: smooth;
  }

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


/*   top-menu   */

.top-menu {
  background: #000;
  padding: 10px 20px;
}

.top-menu__list {
  display: flex;
  justify-content: space-between;
}

.top-menu__link {
  color: #cbc8c8;
}

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

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: #00a1e4;
}
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: #ff9905;
	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("top_line.png") 0px 4px no-repeat;
}
.offer_section{
	padding: 0;
}
.offer_section .box{

    background: url("home2_result.png") 15% 0% no-repeat;
    

	height: 510px;
	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, 
		rgba(0, 102, 155, 1) 0%, 
		rgba(0, 102, 155, 1) 30%, 
		rgba(0, 201, 205, 1) 70%,
		rgba(0, 201, 205, 1) 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("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: 72px;
	left: 80px;
	letter-spacing: 1px;
}
.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, #1b72ba 0%, #1b4a93 100%);
	background: -webkit-linear-gradient(top, #1b72ba 0%,#1b4a93 100%);
	background: linear-gradient(to bottom, #1b72ba 0%,#1b4a93 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("price.png") 50% 50% no-repeat;
	margin-bottom: 20px;
}
.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: #183d82 url("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("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%;

	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("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("s5_top.png") 50% 0% no-repeat, url("s5_bottom.png") 270px 100% no-repeat;
}
.sect5 .button-m{
	margin-top: 30px;
}


/*sect6*/
.sect6{
	background: url("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("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("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("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: 50px auto -38px;
}



/*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("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: url("s9_bg.jpg") 50% 0% no-repeat;
}
.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 40px 0 20px;
	margin: -10px 0;
	display: table;
	width: 100%;
}
.rev_item .info .img{
	display: table-cell;
	vertical-align: top;
	width: 120px;
	position: relative;
}
.rev_item .info .img>img{
	border-radius: 50%;
	display: block;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.rev_item .info>p{
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 20px;
	background: url("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("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("rev_arrow.png") 0% 50% no-repeat;
}
.sect9  .owl-next{
	right: 6px;
	background: #fff url("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("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: #00a1e4;
	font-size: 24px;
	margin-bottom: 5px;
}
/*2n*/
.order_list>li:nth-child(2n) .text{
	text-align: right;
}




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

label.error{
	display: none !important;
}

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

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

.fast-link {
	display: block;
	transition: 0.2s linear;
}
.fast-link:hover {
	scale: 0.9;
}

.order-set {
	background: #ff9905;
}

.order-set__container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.order-set__wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1rem;
}

.order-set__wrapper h2 {
	font-size: 36px;
	color: #fff;
}

.order-set__info {
	text-align: center;
	font-size: 18px;
	font-weight: 500;
}

.order-set__img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 120px;
}

.button-set{
	border: none;
	cursor: pointer;
	font-family: 'Proxima Nova', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	height: 74px;
	max-width: 400px;
    width: 100%;
	display: block;
	border-radius: 40px;
	line-height: 72px;
	text-decoration: none;
	text-align: center;
	background: #1b72ba;
	border-bottom: 5px solid #155d97;
	-webkit-box-shadow: 0 0 0 5px rgba(14, 0, 141, 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-set:active{
	background: #ea8c03;
	top: 2px;
}

.button-set:hover {
    -webkit-box-shadow: 0 0 0 5px #444;
	-moz-box-shadow: 0 0 0 5px #444;
	box-shadow: 0 0 0 5px #444;
}

.title-prod h2 {
	color: #000; 
	font-weight: 600; 
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35);
}