/* styles */
body {
	min-width: 480px;
	    background: #1f1f1f;
	font-family: 'Proxima Nova', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.4em;
	color: #373737;
	cursor: default;
}

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

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

b {
	font-weight: 700;
}
.clearfix:after{
	content: '';
	display: block;
	clear: both;
}
h2.title{
	font-family: 'Bebas Neue', sans-serif;
	font-size: 38px;
	line-height: 1.2em;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
	padding: 0 20px;
}
h2.title span{
	    color: black;
}

section{
	padding: 45px 0 45px;
	border-top: 12px solid #f5f5f7;
}

/* discount */
.number-discount{
    background: #f9f9f9;
    padding: 20px 0;
    margin: -20px 0 0 0;
    text-align: center;
}
.discount-title {
	font-size: 22px;
}
.discount-list{
    margin: 10px 0 0 20px;
    padding: 0;
    font-size: 24px;
}
.discount-list li{
    padding: 5px 20px;
    font-weight: 200;
}
.discount-list strong{
    font-weight: 700;
}
/* end discount */

.color_theme{
	background: #1f1f1f;
}
.color_theme .title,
.color_theme .title span{
	color: #fff;
}

.main_form{
}
.main_form input:not([type="button"]){
	width: 100%;
	display: block;
	font-family: 'Proxima Nova', sans-serif;
	border: #e1d9cc 1px solid;
	font-size: 20px;
	margin-bottom: 20px;
	
	border-radius: 2px;
	background: #fff;
	text-align: center;
	color: #373737;
	padding: 22px;
}
.main_form .button-m{
	margin-top: 0;
border-radius: 2px;
}
.main_form ::-webkit-input-placeholder {
	color: #373737;
}
.main_form ::-moz-placeholder {
	color: #373737;
}
.main_form :-moz-placeholder {
	color: #373737;
}
.main_form :-ms-input-placeholder {
	color: #373737;
}
.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{
	border: none;
    cursor: pointer;
    font-family: 'Bebas Neue', sans-serif;
    text-transform: uppercase;
    height: 90px;
    width: 360px;
    display: block;
    border-radius: 10px;
    line-height: 90px;
    text-decoration: none;
    text-align: center;
   background: linear-gradient(90deg,rgba(248,73,27,1) 0%,rgba(241,47,63,1) 50%,rgb(220 60 24) 100%);
    font-size: 35px;
    letter-spacing: 1px;
    margin: 0px auto;
    color: white;
    position: relative;
	border-bottom: 5px solid #e11d58;
}
}
.button-m:active{
	background: linear-gradient(to bottom, #ff8801, #ffc44c);
	top: 2px;
}

}

/*  offer_section   */
}
.offer_section{
	background: #f4f5f7;
	padding: 0 0 25px;
}
.offer_section .box{
	position: relative;
	/* height: 450px; */
}
.offer_section .box>img{
	display: block;
}
.main_title{
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    line-height: 1.2em;
    padding: 24px 0;
    background-size: cover;
    background-position-y: center;
    background: black;
}

.main_subtitle{
	 font-size: 22px;
    line-height: 1.3em;
    text-transform: uppercase;
    padding: 14px 0 12px;
    font-weight: 400;
    background: white;
    text-align: center;
    letter-spacing: 1px;
}

.offer_section .box .sale{
	width: 184px;
	height: 159px;
	background: url("") 50% 50% no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
	filter: hue-rotate(45deg);
}
.offer_section .box .sale span{
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 1px 0 #ed9a36;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.2em;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 82px;
	left: -19px;
	transform: rotate(40deg);
}
.offer_section .box .inst{
	    width: 95px;
    background: linear-gradient(90deg,rgba(248,73,27,1) 0%,rgba(241,47,63,1) 50%,rgba(220,24,96,1) 100%);
    padding: 6px 8px 6px 0;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 13px;
    /* text-transform: uppercase; */
    font-size: 11px;
    line-height: 1.5em;
    font-weight: 600;
    border-radius: 6px 0 0 6px;
    color: white;
}
.offer_section .box .inst span{
	display: block;
	font-size: 15px;
}
.offer_section .box .inst:before{
	content: '';
	width: 52px;
	height: 52px;
	
	position: absolute;
	top: 50%;
	left: -20px;
	margin-top: -26px;
}
.offer_section .price .promo{
	background: black;
	color: white;
	transform: skew(-15deg);	
	
}
.unskew {
	transform: skew(15deg);
}
.offer_section .price .promo p {
	color: white;
	font-weight: 700;
}
.offer_section .price>div{
	height: 87px;
    width: 33%;
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.1em;
    padding-top: 16px;
    color: rgb(0 0 0 / 80%);
	background:#e7e7e7;
}
.offer_section .price div>p{
	font-size: 36px;
	line-height: 1.2em;
}
.offer_section .price div>p small{
	font-size: 0.8em;
}
.offer_section .price .new{
	color: black;
}
.offer_section .price .new p{
	font-weight: 700;
}
.offer_section .price .old p span{
	text-decoration: line-through;
}
.ofr_bull{
	font-size: 0;
	letter-spacing: -1px;
	text-align: center;
	padding: 40px 0 20px;
	margin: 0 0 20px;
}

.sect2 .box {
	padding: 20px;
}
.sect2 .box>img {
	border-radius: 15px;
	box-shadow: 0 3px 8px 2px #a9a9a98f;
width: 100%;
}
.ofr_bull>li{
	width: 125px;
    display: inline-block;
    vertical-align: top;
    margin: 0 12px;
    background: black;
    padding: 20px 14px 16px;
    font-size: 18px;
    letter-spacing: normal;
    font-weight: 500;
    line-height: 1.3em;
    border-radius: 10px;
    box-shadow: 0 3px 8px 2px #a9a9a98f;
	color: white;
}
.ofr_bull>li>img{
	max-width: 50%;
    padding-bottom: 10px;
}

.difference{
	font-size: 24px;
	text-align: center;
	margin-bottom: 5px;
}
.difference span{
	width: 135px;
	height: 56px;
	line-height: 56px;
	background: url("") 50% 50% no-repeat;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-weight: 700;
	color: #fff;
	margin-left: -5px;
	font-size: 22px;
	filter: hue-rotate(65deg) contrast(0.95);
}
.offer_section .timer{
	padding: 0 40px;
	margin: 0 auto 10px;
}
.offer_section .timer p{
	text-align: center;
	padding-top: 30px;
	font-size: 24px;
}
.offer_section .el-timer{
	width: 400px;
	margin: 0 auto;
}
.time_circles > div > span{
	font-weight: 700;
	color: #7c667f;
}
.time_circles > div > h4{
	font-weight: 400;
	font-size: 16px !important;
	text-transform: none;
}
.prod_count{
	text-align: center;
	font-size: 18px;
	margin-top: 25px;	
}
.prod_count>span{
	    width: 38px;
    height: 38px;
    border-radius: 50%;
    /* background: linear-gradient(90deg,rgba(248,73,27,1) 0%,rgba(241,47,63,1) 50%,rgba(220,24,96,1) 100%); */
    line-height: 38px;
    text-align: center;
    color: #000;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    border: 1px solid #0000007d;

/* sect2 */ }
.video_block{
	/* width: 420px; */
    /* height: 280px; */
    margin: 16px;
    background: #343434;
    border-radius: 7px;
    /* border: 10px solid #f4f5f7; */
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px 2px rgb(0 0 0 / 27%);
}
.video_block iframe,
.video_block object,
.video_block .youtube{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.sect2>p{
	text-align: center;
	padding: 0 20px;
	margin-bottom: 25px;
}
.sect2>img{
	display: block;
	margin: 0 auto 30px;
}



/*sect3*/
.sect3{
	background: #fee8da;
}
.benef1{
	padding: 0 16px;
}
.benef1>li{
	display: table;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0 3px 13px 1px rgb(0 0 0 / 7%);
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}
.benef1>li:last-child{
	margin-bottom: 0;
}
.benef1>li .img{
	display: flex;
	/* width: 163px; */
	vertical-align: middle;
}
.benef1>li .img img{
	display: block;
	margin: 0 auto;
	height: 200px;
}
.sect3 .benef1>li{
	display: table;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0 3px 10px 3px rgb(0 0 0 / 7%);
    background: #fee8da;
    border-radius: 6px;
    overflow: hidden;
}
.sect3 .benef1>li .img img {
    width: 78%;
    padding: 20px;
	height: auto;
		
}

.sect .benef1>li .text{
vertical-align: middle;
    display: table-cell;
    /* padding: 0 10px 0 22px; */
    width: 224px;
    font-size: 18px;
    text-align: center;
}
.offer_section {
	padding-bottom: 30px;
border-top: 0;
}
.benef1>li .text{
	vertical-align: middle;
	display: table-cell;
	/* padding: 0 10px 0 22px; */
	width: 224px;
	font-size: 18px;
	text-align: center;
	padding: 3px;
}
.benef1>li .text span{
	font-weight: 700;
	display: block;
	font-size: 20px;
	margin-bottom: 8px;
	padding: 0 20px 0 30px;
	text-align: center;
}




/*sect4*/
.sect4 .title span{
	display: block;
}
.sect4 .img{
	position: relative;
	margin-bottom: 25px;
}
.sect4 .img .set{
	width: 102px;
	height: 111px;
	background: url("") 50% 50% no-repeat;
	text-align: center;
	padding-top: 28px;
	text-transform: uppercase;
	font-size: 21px;
	line-height: 1.2em;
	color: #fff;
	text-shadow: 0 2px 0 #ea7d55;
	font-family: 'Bebas Neue', sans-serif;
	position: absolute;
	top: 12px;
	left: 17px;
}
.sect4>p{
	padding: 0 20px;
	text-align: center;
	margin-bottom: 30px;
}
.sect4 .img img{
	display: block;
}




/*sect5*/
.sect5{
	background: #7c667f url("") 50% 0% no-repeat;
	padding-top: 30px;
}
.sect5>p{
	padding: 0 20px;
	text-align: center;
	color: #fff;
	filter: drop-shadow(2px 4px 9px black) drop-shadow(2px 4px 6px black);
}
.novelty{
	text-align: center;
	margin-bottom: 30px;
}
.novelty>span{
	background: #f4f5f7;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 12px;
	border-radius: 20px;
	position: relative;
	color: #5e2420;
}
.novelty>span:after{
	content: '';
	width: 54px;
	height: 54px;
	background: url("") 50% 50% no-repeat;
	top: 50%;
	left: 46%;
	position: absolute;
	margin: -27px 0 0 -27px;
}
.novelty>span>span{
	margin-left: 70px;
}




/*sect6*/
.sect6{
	padding-bottom: 1px;
}
.color_list{
	text-align: center;
	font-size: 0;
	display: flex;
}
.color_list>li{
	/* width: 155px; */
	display: inline-block;
	vertical-align: top;
	font-size: 19px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 30px;
}
.color_list>li>img{
	display: block;
	margin: 0 auto 5px;
}



/*sect7*/
.sect7{
	background: #f4f5f7;
}
.char_list{
	margin-bottom: 20px;
}
.char_list>li{
	padding: 12px 30px 12px 30px;
	font-size: 18px;
}
.char_list>li>b{
	float: left;
}
.char_list>li>b:before{
	content: '';
	width: 10px;
	height: 10px;
	background: #aa3839;
	display: inline-block;
	vertical-align: middle;
	margin-right: 28px;
}
.char_list>li>p{
	padding: 0 0 0 230px;
}
.char_list>li:nth-child(2n){
	background: #fff;
}



/*sect8*/
.sect8 .title span{
	display: block;
}
.sect8 .subtitle{
	text-align: center;
	margin: -20px 0 35px;
	padding: 0 50px;
}
.reviews{
	padding: 0 30px;
	margin-bottom: 40px;
}
.rev_item{
	background: #fff;
    margin-bottom: 25px;
    padding: 25px 0 35px;
    box-shadow: 0 0 9px 2px rgb(0 0 0 / 5%);
    border-radius: 6px;
}
.rev_item .info{
	padding: 0 20px;
	margin-bottom: 15px;
	position: relative;
}
.rev_item .info:before{
	content: '„';
	font-size: 88px;
	line-height: 0px;
	
	font-weight: 700;
	font-family: 'Proxima Nova', serif;
	position: absolute;
	right: 20px;
	top: -5px;
}
.rev_item .info>img{
	float: left;
	border-radius: 50%;
	width: 12%;
}
.rev_item .info p{
	padding: 0 0 0 56px;
	font-size: 18px;
	line-height: 1.3em;
}
.rev_item .info p b{
	font-size: 19px;
	display: block;
}
.rev_item>img{
	display: block;
	margin: 0 auto;
}
.rev_item>p{
	padding: 20px 20px 0;
	font-size: 19px;
}




/*sect9*/
.sect9{
	padding-bottom: 10px;
	border-top: 0;
}
.order_list{
	font-size: 0;
}
.order_list>li{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 18px;
	line-height: 1.2em;
	margin-bottom: 30px;
	text-align: center;
	padding: 0 35px;
}
.order_list>li>span{
	font-size: 19px;
	font-weight: 700;
	display: block;
	margin-bottom: 4px;
}
.order_list>li:before{
	content: '';
	display: block;
	height: 85px;
	margin: 0 auto 15px;
}
.order_list>li:nth-child(1):before{
	background: url("../images/order_icons.png") 50% 0% no-repeat;
}
.order_list>li:nth-child(2):before{
	background: url("../images/order_icons.png") 50% -85px no-repeat;
}
.order_list>li:nth-child(3):before{
	background: url("../images/order_icons.png") 50% -170px no-repeat;
}
.order_list>li:nth-child(4):before{
	background: url("../images/order_icons.png") 50% -255px no-repeat;
}




.formbox{
	width: 420px;
	margin: 0 auto;
	background: #1f1f1f;
	border-radius: 0px;
	padding: 30px 30px 25px;
	color: #fff;
}
.formbox .action_text{
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.formbox .action_text span{
	text-transform: uppercase;
	font-size: 38px;
	line-height: 1.1em;
	font-family: 'Bebas Neue', sans-serif;
	display: block;
	margin-bottom: 5px;
	margin-top: 20px;
}
.formbox .prod_count span{
	background: #fff;
	color: #7c667f;
}





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


.time_circles {
    filter: brightness(0.65) contrast(2.1);
}



.pick_title {
	text-align: center;
    color: #fee8da;
    font-weight: 600;
    margin-bottom: 10px;
}

div#pick_color {
    display: flex;
    justify-content: space-between;
    padding: 0 10px 20px;
}

.swatch {
    width: 105px;
    height: 105px;
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 10px;
    border-radius: 5px;
	background: white;
	position: relative;
}
.swatch img {
    margin-top: -20px;
}
 span.tooltiptext {
    color: #444;
    position: absolute;
    bottom: 0;
}

.swatch.active {
	/* border: 2px solid #f12f3f; */
	box-shadow: 0 0 0 3px #f6c4a5;
    background: #fee8da;
}


.swatch.active  span.tooltiptext {
    color: #de1b5c;
}


footer {
	padding: 30px 0;
	text-align: center;
	font-size: 14px;
}
footer a {
	display: block;
	margin: 15px 0;
	text-decoration: none;
	color:#fff;
}
footer img {
   width: auto;
}
footer p {
	padding: 0;
	margin: 0;
}
