@charset "utf-8";
/*/ CSS Document /*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
    font-family: 'Poppins';
	font-weight: 400;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:inherit; text-decoration:none;}
a:hover {}
img {border:none; height:auto; max-width:100%;}
li {list-style:none;}
*{box-sizing:border-box;}
.img-full{max-width:100%;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
.container {
	width:970px;
	margin:0 auto;
	padding:0;
	position:relative;
	}	
	
/*===FONTS===*/
@font-face {
    font-family: 'Poppins';
    src: url('Poppins-SemiBold.woff2') format('woff2'),
        url('Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Medium.woff2') format('woff2'),
        url('Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Regular.woff2') format('woff2'),
        url('Poppins-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Regular.woff2') format('woff2'),
        url('OpenSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Inserat Cyrillic';
    src: url('HelveticaInseratCyr-Upright.woff2') format('woff2'),
        url('HelveticaInseratCyr-Upright.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.fl{ float:left;}
.fr{ float:right;}
.ovr{ overflow:hidden;}
.normal{ font-weight:normal;}

/*==========Top Strip==============*/
.top_strip{
	float:left;
	width:100%;
	padding:10px 0 5px;
	background:#272727;
	}
.top_strip_text{
    font-size: 18px;
    line-height: 18px;
    color: #cdcccc;
    font-weight: 500;
    text-transform: uppercase;
	}
.top_strip_text span{
	font-weight:400;
	position:relative;
	padding-left:10px;
	}
.top_strip_text span:before{
	content: '';
	position: absolute;
	top: 6px;
	left: 2px;
	bottom: 10px;
	width: 2px;
	background: #cdcccc;
	}
.top_strip_text span img{
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    margin: -5px 5px 0;
	}
	
/*==========BANNER==========*/
.delay {
	display:none;
}
.white {
	color:#FFF;
}
.small {
	font-size:48px;
}
.banner{
	background: #000;
	float: left;
	width: 100%;
	padding:25px 0 35px;
	background-size:cover;
	}
.banner_heading{
	font-size: 50px;
	line-height: 56px;
	color: #fff;
	}
.banner_heading span{
	font-weight:500;
	}
.bnr_hdg_strip{
	display: inline-block;
	vertical-align: top;
	padding: 13px 25px 0px 25px;
	font-size: 50px;
	line-height: 50px;
	color: #000;
	margin-top: 15px;
	font-weight: 600;
	background: rgb(181, 126, 69);
	background: linear-gradient(90deg, rgba(181, 126, 69, 1) 5%, rgba(212, 181, 123, 1) 20%, rgba(252, 252, 193, 1) 40%, rgba(252, 252, 193, 1) 60%, rgba(217, 193, 133, 1) 80%, rgba(178, 125, 65, 1) 95%);
	}

.vdo_block{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 548px;
    margin-top: 40px;
    cursor: pointer;
    border: 7px solid #fff;
	}
.vdo_box{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    background: #d5d5d5;
    position: relative;
	}
.vedio{
	display: block;
	max-width: 100%;
	}
.you-tube-logo{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 102px;
	}
	
/*==========SECTION 1==========*/
.section1{
	background:#f9f9f9;
	float: left;
	width: 100%;
	padding:30px 0 40px;
	}
.s1_main_block{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #ffeeee;
    border: 3px solid #c00;
    border-radius: 18px;
    overflow: hidden;
 }
.s1_hdg_box{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    padding-top: 18px;
	}	
.s1_hdg_box:before{
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 150px;
    clip-path: polygon(0 0%, 230% 0, 50% 100%, 0% 70%);
    background: linear-gradient(90deg, rgba(220, 0, 0, 1) 10%, rgba(178, 0, 0, 1) 30%, rgba(178, 0, 0, 1) 70%, rgba(219, 0, 0, 1) 90%);
 }
.common_heading{
	font-size:44px;
	line-height:50px;
	color:#000;
	font-weight:600;
	position:relative;
	z-index:1;
	}
.white_text{ color:#fff;}
.prod_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:0 40px;
	}
.s1-prod{
	display:block;
	margin:70px auto 0;
	width:914px;
	}
.s1_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:30px;
	border-radius:12px;
	overflow:hidden;
	padding:0 50px;	
	}
.s1_col{
	float:left;
	width:100%;
	padding:14px 30px 14px;
	border-top:1px solid #bbb59f;
	border-bottom:1px solid #bbb59f;
	}
ul.s1_list{
    display: inline-block;
    vertical-align: top;
	width: 100%;
	}
ul.s1_list li{
    float: left;
    position: relative;
    padding-left: 44px;
    margin-left: 44px;
	}
ul.s1_list li:first-child{
	padding-left: 0;
    margin-left: 0;
	}
ul.s1_list li:before{
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    bottom: 3px;
    width: 1px;
    background: #6a675c;
	}
ul.s1_list li:first-child:before{ display:none;}
ul.s1_list li img{
	display:block;
	margin:0 auto 10px;
	width:51px;
	}
ul.s1_list li p{
	font-size:24px;
	line-height:28px;
	color:#000;
	font-weight:600;
	}
.s1_order_box{
	float:left;
	width:100%;
	padding:35px 25px 55px;
	}
.s1_order_txt{
	font-size:24px;
	line-height:24px;
	color:#000;
	font-weight:600;
	}
.s1_price_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:148px;
	margin-top:20px;
	position:relative;
	}
.s1_price{
	font-size:80px;
	line-height:80px;
	color:#000;
	font-weight:600;
	}
.s1_price_box img{ width:86px; position:absolute;}
.s1-arrw1{
    top: -40px;
    left: -130px;
	}
.s1-arrw2{
    top: -40px;
	right: -130px;
	transform: rotateY(180deg);
	}
.btn_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:28px;
	}
.btn_width{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 400px;
    position: relative;
	}
.order_btn{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 98px;
	border: 1px solid #a2e879;
	font-size: 50px;
	line-height: 98px;
	color: #fff;
	border-radius: 10px;
	text-transform:uppercase;
	letter-spacing:0.5px;
	font-family: 'Helvetica Inserat Cyrillic';
	background: rgb(153,207,92);
	background: linear-gradient(180deg, rgba(153,207,92,1) 20%, rgba(124,198,75,1) 35%, rgba(60,181,38,1) 65%);
	}
.grnty-seal{
    position: absolute;
    top: 50%;
    right: -100px;
    width: 136px;
    margin-top: -68px;
	}

/*--------PULSE--------*/
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes pulse {
	0% {transform: scale(0.9);}
	50% {transform: scale(1);}
	100% {transform: scale(0.9);}
	}

@-webkit-keyframes pulse {
	0% {-webkit-transform: scale(0.95);}
	50% {-webkit-transform: scale(1);}
	100% {-webkit-transform: scale(0.95);}
	}
	
/*==========Logo Strip==========*/
.logo_strip{
	background:#ece9e6;
	float: left;
	width: 100%;
	padding:30px 0 30px;
	}
.logo_strip_text{
	font-size:22px;
	line-height:30px;
	font-weight:500;
	color:#000;
	}	
ul.logo_list{
	width:100%;
	margin:10px auto 0;
	display:-webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	column-gap: 25px;
	}
ul.logo_list li img{
	display:block;
	width:auto;
	max-width:none;
	height:92px;
	max-height:100%;
	}
	
/*==========SECTION 2==========*/
.section2{
	background:#f9f9f9;
	float: left;
	width: 100%;
	padding:50px 0 50px;
	}	
.s2_hdg{
	font-size:22px;
	line-height:22px;
	color:#000;
	}
.s2_block{
	width:100%;
	margin:40px auto 0;
	display:-webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.s2_col{
	width:47.5%;
	}
ul.s2_list{
	float:left;
	width:100%;
	text-align:left;
	}
ul.s2_list li{
	float:left;
	width:100%;
	font-size:13px;
	line-height:20px;
	color:#999999;
	position:relative;
	padding-left:36px;
	margin-top:15px;
    font-family: 'Open Sans';
	}
.s2_col2 ul.s2_list li{ padding-left:45px;}
ul.s2_list li:first-child{ margin-top:0;}
ul.s2_list li span{
	position:absolute;
	top:0;
	left:0;
	}
.s2_link{ word-break:break-all;}

/*=====Footer=====*/
.footer{
	background:#f9f9f9;
	float:left;
	width:100%;
	padding:40px 0 40px;
	border-top:1px solid #b4adad;
	}
.ftr_txt{
	font-size: 17px;
	line-height: 27px;
	color: #333333;
	letter-spacing: 0.5px;
	margin-top: 20px;
	}
.ftr_txt2{
	font-size: 14px;
	line-height: 20px;
	color: #636363;
	letter-spacing: 0.5px;
	margin-top: 20px;
	}
.ftr_txt a{ padding:0 6px;}		
	

/*-----------------------
       MEDIA-QUERY
------------------------*/
.mrgT0{ margin-top:0 !important;}
.show-mob, .show-tab{display:none;}

/*@media only screen and (max-width: 1200px){         
.container{width:1004px;}

}*/

@media only screen and (max-width:970px){	    
.container{width:750px;}
.show-tab{display:block;}
.show-desk{ display:none;}

.banner_heading{ font-size: 47px; line-height: 57px;}
.bnr_hdg_strip{ padding: 10px 25px 0px 25px; font-size: 47px; line-height: 47px;}
.vdo_block{ max-width: 525px;}

.s1_hdg_box:before{ height: 145px;}
.common_heading{ font-size: 38px; line-height: 48px;}
ul.s1_list li img{ width: 45px;}
ul.s1_list li p{ font-size: 21px; line-height: 26px;}
ul.s1_list li{ padding-left: 34px; margin-left: 33px;}
ul.logo_list li img{ height: 64px;}
.s1_block{ padding: 0 20px;}
.s1_col{ padding: 14px 10px 14px;}
	
}

@media only screen and (max-width:767px){
.container{ max-width:600px; width:100%; padding:0px 15px; box-sizing:border-box;}
.show-mob{ display:block;}
.hide-mob{ display:none;}
.small {font-size:24px;}
.top_strip{ padding: 10px 0 5px;}
.top_strip_text{ font-size: 14px; line-height: 14px;}
.top_strip_text span:before{ top: 5px; left: 3px; bottom: 7px;}
.top_strip_text span img{ width: 8px; margin:-3px 5px 0;}

.banner{ background: #000; background-position:bottom center; background-size:cover; padding:18px 0 235px;}
.banner_heading{ font-size: 32px; line-height: 30px;}
.bnr_hdg_strip{ padding: 6px 15px 2px 15px; font-size: 21px; line-height: 21px; margin-top: 7px;}
.you-tube-logo{ width: 72px;}
.vdo_block{ border:5px solid #fff; margin-top: 30px; max-width: 330px;}

.section1{ padding: 30px 0 35px;}
.s1_main_block{ border: 1px solid #c00; border-radius: 10px;}
.s1_hdg_box{ padding-top: 11px;}
.s1_hdg_box:before{ height: 145px; clip-path: polygon(0 0%, 290% 0, 50% 100%, 0% 80%); background: linear-gradient(90deg, rgba(220, 0, 0, 1) 10%, rgba(178, 0, 0, 1) 30%, rgba(178, 0, 0, 1) 70%, rgba(219, 0, 0, 1) 90%);}
.common_heading{ font-size: 26px; line-height: 36px;}
.prod_box{ padding: 0 20px;}
.s1-prod{ margin: 50px auto 0;}
.s1_block{ padding: 0 15px;}
.s1_col{ padding: 14px 10px 11px;}
ul.s1_list{ max-width: 293px;}
ul.s1_list li p{ font-size: 14px; line-height: 20px;}
ul.s1_list li img{ width: 30px;}
ul.s1_list li{ padding-left: 25px; margin-left: 25px;}

.s1_order_box{ padding: 25px 15px 35px;}
.s1_order_txt{ font-size: 16px; line-height: 16px;}
.s1_price_box{ max-width: 97px;}
.s1_price{ font-size: 52px; line-height: 52px;}
.s1_price_box img{ width: 56px;}
.s1-arrw1{ top: -25px; left: -70px;}
.s1-arrw2{ top: -25px; right: -70px;}
.btn_box{ margin-top: 15px;}
.btn_width{ max-width: 240px;}
.order_btn{ height: 60px; font-size: 30px; line-height: 59px; border-radius: 5px;}
.grnty-seal{ right: -40px; width: 74px; margin-top: -37px;}

.logo_strip{ padding: 25px 0 30px;}
.logo_strip_text{ font-size: 20px; line-height: 26px;}
ul.logo_list{ justify-content: center; row-gap:10px; max-width:414px;}
ul.logo_list li img{ height: 51px;}
ul.s2_list li{ font-size: 12px; line-height: 19px; padding-left: 25px !important;}
.s2_col2{ margin-top:15px;}

.section2{ padding: 40px 0 40px;}
.s2_block{ margin: 30px auto 0;}
.s2_hdg{ font-size: 20px; line-height: 20px; text-align:left;}
.s2_col{ width:100%;}

.footer{ padding: 30px 0 30px;}
.ftr_txt{ font-size: 13px; line-height: 20px; letter-spacing:normal; margin-top:15px;}
.ftr_txt a{ padding: 0 4px;}
.ftr_txt2{ font-size: 12px; line-height: 18px; margin-top: 15px;}

}