/*fonts*/
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Light.eot');
    src: url('../fonts/Gilroy-Light.eot') format('embedded-opentype'),
        url('../fonts/Gilroy-Light.woff2') format('woff2'),
        url('../fonts/Gilroy-Light.woff') format('woff'),
        url('../fonts/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-ExtraBold.eot');
    src: url('../fonts/Gilroy-ExtraBold.eot') format('embedded-opentype'),
        url('../fonts/Gilroy-ExtraBold.woff2') format('woff2'),
        url('../fonts/Gilroy-ExtraBold.woff') format('woff'),
        url('../fonts/Gilroy-ExtraBold.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/* styles */
body {
	min-width: 480px;
	background: #191919;
	font-family: 'Gilroy', 'Arial', 'Helvetica', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.4em;
	color: #141414;
	cursor: default;
}

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

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

b {
	font-weight: 900;
}
.clearfix:after{
	content: '';
	display: block;
	clear: both;
}
h2.title{
	font-size: 25px;
	line-height: 1.2em;
	font-weight: 300;
	margin: 0 0 30px 15px;
	padding-left: 25px;
	border-left: 6px solid #0cb76b;
}
h2.title span{
	font-family: 'Intro', 'Arial', 'Helvetica', sans-serif;
	display: block;
	color: #342d23;
	font-weight: 400;
	font-size: 35px;
	line-height: 1.1em;
}
section{
	padding: 35px 0 30px;
}

.dark_bg{
	background: #ffffff;
}
.dark_bg .title{
	color: #000;
	border-color: #0cb76b;
}
.dark_bg .title span{
	color: #342d23;
}

.m1-form{
	padding: 0 35px;
}
.m1-form input{
	width: 100%;
	display: block;
	font-family: 'Gilroy', 'Arial', 'Helvetica', sans-serif;
	border: none;
	font-size: 18px;
	margin-bottom: 20px;
	height: 80px;
	border-radius: 6px;
	background: #fff;
	text-indent: 100px;
	color: #222;
}
.m1-form input[name="name"]{
	background: #fff url(../images/input_name.png) 25px 50% no-repeat;
}
.m1-form input[name="phone"]{
	background: #fff url(../images/input_phone.png) 21px 50% no-repeat;
}
.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: 'Gilroy', 'Arial', 'Helvetica', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	height: 80px;
	width: 410px;
	display: block;
	border-radius: 6px;
	line-height: 80px;
	text-decoration: none;
	text-align: center;
	background: rgb(236 26 35);
	font-size: 25px;
	letter-spacing: 1.5px;
	margin: 0px auto;
	color: #ffffff;
	position: relative;
	/* text-shadow: 0 2px 0 #bf2c02; */
}
.button-m:active{
	background: linear-gradient(to bottom, #b12100, #ff7b00);
	top: 2px;
}



/*  offer_section   */
.offer_section{
	background: #ffffff;
	padding: 0 0 30px;
}
.main_title{
	text-align: center;
	font-family: 'Intro', 'Arial', 'Helvetica', sans-serif;
	font-weight: 400;
	font-size: 35px;
	line-height: 1.1em;
	text-transform: uppercase;
	padding: 16px 0;
	background: #ff4014;
	color: #fff;
	letter-spacing: 1px;
}
.subtitle{
	font-weight: 900;
	text-align: center;
	font-size: 21px;
	background: #fff;
	padding: 14px 20px;
}
.offer_section .box{
	position: relative;
}
.offer_section .box>img{
	display: block;
}
.offer_section .sale{
	position: absolute;
	width: 172px;
	height: 139px;
	background: url(../images/sale.png) 50% 50% no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}
.offer_section .sale>p{
	width: 100%;
	position: absolute;
	text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	transform: rotate(39deg);
	top: 58px;
	left: 31px;
}
.offer_section .box>ul{
	position: absolute;
	top: 182px;
	left: 0;
	width: 200px;
	padding-left: 15px;
}
.offer_section .box>ul>li{
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	padding: 9px 0 9px 32px;
	margin-bottom: 5px;
}
.price {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 10px;
    margin: 20px 0;
    position: relative;
}

.old,






    50% {
        background-position: 100% 50%;
        background-image: linear-gradient(135deg, #e3bfa0, #c78a6d);
    }
    100% {
        background-position: 0% 50%;
        background-image: linear-gradient(135deg, #d6b08c, #b57e64);
    }
}


    50% {
        background-position: 100% 50%;
        background: linear-gradient(135deg, #e3bfa0, #c78a6d);
    }
    100% {
        background-position: 0% 50%;
        background: linear-gradient(135deg, #d6b08c, #b57e64);
    }
}
    12% { transform: translateX(-5px); }
    14% { transform: translateX(0); }
    16% { transform: translateX(-5px); }
    18% { transform: translateX(0); }
    20% { transform: translateX(-6px); }
    22% { transform: translateX(0); }
    24% { transform: translateX(-6px); }
    26% { transform: translateX(0); }
    100% { transform: translateX(0); }
}

@keyframes get-punched {
    0%, 20% { transform: translateX(0) rotate(0); opacity: 1; }
    22% { transform: translateX(5px) rotate(2deg); }
    26% { transform: translateX(-10px) rotate(-3deg); }
    30% { transform: translateX(30px) rotate(10deg); opacity: 0.8; }
    40% { transform: translateX(80px) rotate(15deg) scale(0.8); opacity: 0.2; }
    45%, 100% { transform: translateX(0) scale(1) rotate(0); opacity: 1; }
}

@keyframes align-center {
    0%, 20% { justify-content: space-between; }
    30% { justify-content: center; }
    100% { justify-content: space-between; }
}
    20% { transform: translateX(5px) rotate(2deg); }
    40% { transform: translateX(-10px) rotate(-3deg); }
    60% { transform: translateX(30px) rotate(10deg); opacity: 0.8; }
    80% { transform: translateX(80px) rotate(15deg) scale(0.8); opacity: 0.4; }
    100% { transform: translateX(0) rotate(0deg) scale(1); opacity: 1; }
}
    20% { transform: translateX(-5px); }
    40% { transform: translateX(0); }
}

@keyframes get-hit {
    0% { transform: translateX(0) rotate(0); opacity: 1; }
    20% { transform: translateX(5px) rotate(2deg); }
    40% { transform: translateX(-10px) rotate(-3deg); }
    60% { transform: translateX(30px) rotate(10deg); opacity: 0.8; }
    80% { transform: translateX(80px) rotate(15deg) scale(0.8); opacity: 0.4; }
    100% { transform: translateX(0) rotate(0deg) scale(1); opacity: 1; }
}
    20% { transform: translateX(10%) scale(1.1); opacity: 1; }
    30% { transform: translateX(0) scale(1); opacity: 1; }
    100% { transform: translateX(0) scale(1); opacity: 1; }
}

@keyframes get-hit {
    0% { transform: translateX(0) rotate(0); opacity: 1; }
    20% { transform: translateX(5px) rotate(2deg); }
    40% { transform: translateX(-10px) rotate(-3deg); }
    60% { transform: translateX(30px) rotate(10deg); opacity: 0.8; }
    80% { transform: translateX(80px) rotate(15deg) scale(0.8); opacity: 0.4; }
    100% { transform: translateX(0) rotate(0deg) scale(1); opacity: 1; }
}
    60% { transform: translateX(10%) scale(1.1); opacity: 1; }
    100% { transform: translateX(0) scale(1); opacity: 1; }
}

@keyframes get-hit {
    0% { transform: translateX(0) rotate(0); opacity: 1; }
    20% { transform: translateX(5px) rotate(2deg); }
    40% { transform: translateX(-10px) rotate(-3deg); }
    60% { transform: translateX(30px) rotate(10deg); opacity: 0.8; }
    80% { transform: translateX(80px) rotate(15deg) scale(0.8); opacity: 0.4; }
    100% { transform: translateX(150px) rotate(25deg) scale(0.6); opacity: 0; }
}
    10% { transform: translateX(-3px) rotate(-1deg); }
    20% { transform: translateX(3px) rotate(1deg); }
    30% { transform: translateX(-4px) rotate(-2deg); }
    40% { transform: translateX(4px) rotate(2deg); }
    50% { transform: translateX(-5px) rotate(-3deg); }
    60% { transform: translateX(5px) rotate(3deg); }
    70% { transform: translateX(-6px) rotate(-2deg); }
    80% { transform: translateX(6px) rotate(2deg); opacity: 1; }
    90% { transform: translateY(10px) rotate(0); opacity: 0.6; }
    100% { transform: translateY(40px); opacity: 0; }
}

@keyframes drop-in {
    0% { transform: translateY(-50px) scale(0.8); opacity: 0; }
    50% { transform: translateY(10px) scale(1.05); opacity: 1; }
    100% { transform: translateY(0) scale(1); opacity: 1; }
}

.price .old, .price


    50% {
        background-position: 100% 50%;
        background-image: linear-gradient(135deg, #e3bfa0, #c78a6d);
    }
    100% {
        background-position: 0% 50%;
        background-image: linear-gradient(135deg, #d6b08c, #b57e64);
    }
}


    50% {
        background-position: 100% 50%;
        background: linear-gradient(135deg, #e3bfa0, #c78a6d);
    }
    100% {
        background-position: 0% 50%;
        background: linear-gradient(135deg, #d6b08c, #b57e64);
    }
}

.price>div{
	float: left;
	width: 50%;
	height: 80px;
	padding-top: 14px;
	font-weight: 900;
	text-align: center;
	font-size: 18px;
	line-height: 1.1em;
}
.price>div>p{
	font-size: 30px;
	line-height: 1.1em;
}
.price>div>p>small{
	font-size: 0.8em;
}
.price .old>p>span{
	text-decoration: line-through;
}
.price
.price


    50% {
        background-position: 100% 50%;
        background-image: linear-gradient(135deg, #e3bfa0, #c78a6d);
    }
    100% {
        background-position: 0% 50%;
        background-image: linear-gradient(135deg, #d6b08c, #b57e64);
    }
}


    50% {
        background-position: 100% 50%;
        background: linear-gradient(135deg, #e3bfa0, #c78a6d);
    }
    100% {
        background-position: 0% 50%;
        background: linear-gradient(135deg, #d6b08c, #b57e64);
    }
}


    50% { transform: scale(1.03); box-shadow: 0 0 20px rgba(169, 100, 74, 0.4); }
    100% { transform: scale(1); box-shadow: 0 0 0 rgba(169, 100, 74, 0.6); }
}

.line_bg{
	padding-top: 34px;
	padding-bottom: 34px;
    background: #ffffff;
}
.ofr_bull{
	padding-left: 25px;
	padding-right: 25px;
}
.ofr_bull>li{
	padding-left: 44px;
	color: #000;
	font-size: 18px;
	line-height: 1.3em;
	margin-bottom: 15px;
	background: url(../images/ofr_bull.png) 0% 50% no-repeat;
}
.ofr_bull>li:last-child{
	margin-bottom: 0;
}

.timer{
	margin: 25px 0 32px;
}
.timer>p{
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 1px;
	margin-bottom: 18px;
}
.timer .timer_container{
	font-size: 0;
	text-align: center;
}
.timer .timer_block{
	width: 85px;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
	border-radius: 5px;
	overflow: hidden;
	font-weight: 900;
}
.timer .timer_block .count{
	background: #fff;
	font-size: 30px;
	line-height: 50px;
	letter-spacing: 2px;
}
.timer .timer_block .text{
	font-size: 18px;
	background: #323e4c;
	line-height: 30px;
	color: #fff;
}
.prod_count{
	margin: 25px 0 0;
	text-align: center;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.prod_count>span{
	display: inline-block;
	line-height: 35px;
	padding: 0 8px;
	background: #fff;
	font-size: 25px;
	color: #141414;
	border-radius: 3px;
	margin: 0 4px;
}


/*video*/
.video{
	padding: 0;
}
.video_block{
	height: 270px;
	position: relative;
	background: #000;
	overflow: hidden;
}
.video_block .youtube,
.video_block iframe,
.video_block object{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*sect2*/
.benef1{
	font-size: 0;
	text-align: center;
}
.benef1>li{
	display: inline-block;
	vertical-align: top;
	width: 220px;
	margin: 0 5px 10px;
	background: #1d242c;
	font-size: 18px;
}
.benef1>li>img{
	display: block;
	margin: 0 auto;
}
.benef1>li>span{
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #ff4014;
	color: #fff;
	font-weight: 900;
	font-size: 30px;
	margin: -20px auto 0;
	position: relative;
}
.benef1>li>p{
	color: #fff;
	padding: 15px 10px;
}
.sect2 .benef1>li{
	min-height: 366px;
}
.sect2 .button-m{
	margin-top: 20px;
}


/*typ_block*/
.typ_block{
	padding: 0;
}
.typ_block>img{
	float: right;
}
.typ_block>div{
	float: left;
	width: 240px;
}
.typ_block>div>div{
	width: 100%;
	position: relative;
	height: 120px;
	display: table;
	padding: 0 15px;
	color: #fff;
}
.typ_block>div>div>p{
	display: table-cell;
	vertical-align: middle;
}
.typ_block .top{
	background: #2e990d;
	font-size: 25px;
	line-height: 1.3em;
	font-weight: 900;
	text-transform: uppercase;
}
.typ_block .top:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 120px 0 0 10px;
	border-color: transparent transparent transparent #2e990d;
	position: absolute;
	bottom: 0;
	right: -10px;
}
.typ_block .bottom{
	background: #323e4c;
	font-size: 22px;
	line-height: 1.3em;
}
.typ_block .bottom:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 120px 10px 0 0;
	border-color: #323e4c transparent transparent transparent;
	position: absolute;
	top: 0;
	right: -10px;
}


/*sect3*/
.gallery{
	padding: 15px 0;
	background: url(../images/bg_line2.png) 50% 0% no-repeat, url(../images/bg_line2.png) 50% 100% no-repeat;
}
.gallery .owl-prev,
.gallery .owl-next{
	width: 50px;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
}
.gallery .owl-prev{
	left: 0;
	background: #ff4014 url(../images/slider_arrow.png) 0% 50% no-repeat;
	border-radius: 0 4px 4px 0;
}
.gallery .owl-next{
	right: 0;
	background: #ff4014 url(../images/slider_arrow.png) 100% 50% no-repeat;
	border-radius: 4px 0 0 4px;
}

.char_list{
	padding: 0 15px;
	margin: 20px 0 0;
}
.char_list>li{
	border-radius: 5px;
	background: #f0f0f0;
	border-left: 6px solid #0cb76b;
	text-align: right;
	padding: 16px 20px 41px 25px;
	margin-bottom: 10px;
}
.char_list>li>b{
	float: left;
}
.char_list>li:last-child{
	margin-bottom: 0;
}

.set_list{
	position: relative;
	margin: 45px 0 0;
}
.set_list>img{
	display: block;
	margin: 0 auto;
}
.set_list>ul>li{
	line-height: 40px;
	position: absolute;
	background: rgba(29,36,44,0.9);
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	padding: 0 15px;
	letter-spacing: 1px;
}
.set_list>ul>li>span{
	width: 40px;
	height: 40px;
	font-size: 30px;
	text-align: center;
	background: #e64622;
	position: absolute;
	top: 0;
	left: -40px;
}
.set_list>ul>li:nth-child(2)>span{
	left: auto;
	right: -40px;
}
.set_list>ul>li:nth-child(1){
	top: 10px;
	left: 330px;
}
.set_list>ul>li:nth-child(2){
	top: 180px;
	left: 15px;
}
.set_list>ul>li:nth-child(3){
	top: 280px;
	left: 300px;
}
.set_list>ul>li:nth-child(4){
	top: 360px;
	left: 80px;
}
.sect3 .button-m{
	margin-top: 70px;
}


/*sect4*/
.dark_bg .benef1>li{
	background: #fff;
}
.dark_bg .benef1>li>p{
	color: #141414;
	padding: 25px 15px;
}
.sect4 .button-m{
	margin-top: 20px;
}

/*sect6*/
.sect6 .button-m{
	margin-top: 30px;
}


/*sect7*/
.sect7{
	padding-bottom: 20px;
}
.order_list{
	font-size: 0;
	text-align: center;
}
.order_list>li{
	display: inline-block;
	vertical-align: top;
	width: 220px;
	min-height: 140px;
	height: 140px;
	background: #ffffff;
	position: relative;
	margin: 0 5px 10px;
	color: #342d23;
	font-size: 18px;
	line-height: 1.2em;
	text-align: left;
}
.order_list>li>img{
	position: absolute;
	top: 0;
	right: 0;
}
.order_list>li>span{
	display: block;
	background: #ff4014;
	text-transform: uppercase;
	color: #fff;
	font-weight: 900;
	line-height: 50px;
	padding: 0 60px 0 20px;
}
.order_list>li>p{
	padding: 13px 18px 0 18px;
}



/*bottom*/
.m1-form>span{
	text-transform: uppercase;
	font-weight: 900;
	display: block;
	text-align: center;
	color: #000;
	font-size: 20px;
}
.m1-form>span+p{
	text-align: center;
	padding: 0 45px;
	color: #000;
	margin-bottom: 30px;
}
.m1-form>span+p>span{
	color: #ed1a23;
}



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


/* === Custom Marquee Fix === */

.marquee-bar {
    margin: 0 auto !important;
    padding: 8px 0 !important;
    overflow: hidden;
    background: linear-gradient(90deg, #f1842d, #e53935);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
}

.marquee-inner {
    display: flex;
    animation: marquee 10s linear infinite;
    white-space: nowrap;
    font-size: 16px;
    color: white;
    font-weight: 400;
    gap: 60px;
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}






.old {
    background: #f3f3f3;
    color: #222;
    font-weight: bold;
    padding: 12px 16px;
    border-radius: 8px;
    text-align: center;
    width: 45%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.new {
    background: linear-gradient(135deg, #0cb76b, #07e381);
    color: #fff;
    font-weight: bold;
    padding: 12px 16px;
    border-radius: 8px;
    text-align: center;
    width: 55%;
    margin-left: 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
