 @font-face {
  font-family: 'Font';
  src: url(../fonts/fontawesome-webfont.ttf) format("truetype"),
  		 url(../fonts/fontawesome-webfont.woff) format("woff"),
  		 url(../fonts/fontawesome-webfont.woff2) format("woff2"); 
}
@font-face {
  font-family: 'RobotoM';
  src: url(../fonts/Roboto-Medium.ttf) format("truetype");
}
@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto-Regular.ttf) format("truetype");
}
@font-face {
  font-family: 'RobotoBold';
  src: url(../fonts/Roboto-Bold.ttf) format("truetype");
}
@font-face {
  font-family: 'RobotoBlack';
  src: url(../fonts/Roboto-Black.ttf) format("truetype");
}
@font-face {
  font-family: 'RobotoBoldC';
  src: url(../fonts/Roboto-BoldCondensed.ttf) format("truetype");
}

*{ 
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
html{
	scroll-behavior: smooth;
}
.wrapper{
  min-width: 1170px;
  overflow: hidden;
}
.container{
  max-width: 1170px;
  min-width: 1170px;
}
.row div{
  padding: 0px;
}
li{
  list-style: none;
}
a{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
.col-lg-hidden{
	display: none;
}
p{
	font-family: 'Roboto';
}
.h3{
	display: block;
	font-size: 50px;
	line-height: 50px;
	color: #fff000;
	font-family: 'RobotoBlack';
	text-transform: uppercase;
}
.name{
	font-family: 'RobotoBoldC';
}
span{
	font-family: 'RobotoM';
}

/* ---header--- */

.header{
	display: none;
}

/* ----section order--- */


.order .bg{
	position: relative;
}
.order .bg:before{
	position: absolute;
	content: '';
	width: 1170px;
	height: 610px;
	left: 0px;
	top: 0px;
	z-index: 2;
	background: url(../img/bg_top.png) no-repeat 0px 0px;
}
.bg_order{
	position: relative;
}
.order .bg_order:before{
	position: absolute;
	content: '';
	width: 1930px;
	height: 800px;
	left: -368px;
	top: 0px;
	z-index: 1;
	background: url(../img/bg1.png) no-repeat 0px 0px;
}
.h1{
	display: block;
	font-size: 50px;
	line-height: 54px;
	color: #FFF000;
	font-family: 'RobotoBlack';
}
.white{
	color: #fff;
}
.h1 b{
	font-size: 60px;
	color: #fff;
}
.order_head .text{
	font-size: 28px;
	line-height: 30px;
	color: #fff;
	display: block;
}
.button {
	display: block;
	color: #fff;
	width: 330px;
	height: 70px;
	letter-spacing: 1px;
	font-family: 'RobotoBlack';
	text-align: center;
	line-height: 72px;
	border-radius: 40px;
	font-size: 30px;
	border: none;
	background: linear-gradient(to top, #E91801, #FF6716);
}
.button:hover{
	color: #fff;
	background: #E91801;
}
.top_btn{
	margin-top: 15px;
}
.order_head{
	position: relative;
	z-index: 5;
	margin-left: 440px;
	margin-top: 180px;
}
.top_img img{
	position: relative;
	z-index: 5;
	margin-top: 170px;
	margin-left: -115px;
	max-width: 350px;
}
.short_inf{
	position: relative;
	z-index: 5;
	margin-top: 68px;
	margin-bottom: 66px;
}
.short_inf .row{
	margin: 0px
}
.short_inf_item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.short_inf_item .name{
	color: #fff000;
	font-size: 22px;
	margin-bottom: 10px;
}
.short_inf_item .text{
	color: #fff;
	font-family: 'Roboto';
	font-size: 18px;
	line-height: 22px;
}
.short_inf_item img{
	margin-right: 20px;
}
.short_inf_item3 img{
	margin-left: 50px;
}

/* ---section problem--- */

.problem{
	background: #000;
}
.problem .h3{
	text-align: center;
	padding: 0px 270px;
	margin-top: 20px;
}
.problem_img img{
	margin-top: -185px;
	margin-left: -135px;
}
.problem_text{
	background: url(../img/problem_item.png) no-repeat 10px 40px;
}
.promlem_item span{
	color: #fff;
	font-size: 22px;
	line-height: 1;
	width: 240px;
	display: block;	
	margin-left: 275px;
	margin-top: 84px;
	transform: rotate(-3deg);
}

/* ---section expert--- */

.expert{
	background: linear-gradient(to right, #2B2B2B, #121213);;
}
.row .expert-text{
	padding-left: 70px;
}
.expert .h3{
	margin-top: 60px;
	margin-bottom: 30px;
}
.expert p{
	color: #fff;
	font-size: 18px;
	line-height: 30px;
}
.expert b p{
	font-size: 24px;
	line-height: 30px;
	font-family: 'RobotoBlack';
}
.expert .name{
	display: block;
	color: #FFF000;
	font-size: 24px;
}
.skill{
	display: block;
	font-size: 18px;
	color: #999999;
}
.expert_photo img{
	margin-top: -100px;
}

/* ---section composition--- */

.composition{
	background: #000 url(../img/how_work_bg.png) no-repeat center center;
}
.composition .h3{
	text-align: center;
	padding: 0px 370px;
	margin-top: 70px;
	margin-bottom: 65px;
}
.comp_contant{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 30px;
}
.row .composition_item1{
	padding-right: 40px;
}
.composition_item span{
	display: block;
}
.composition_item .name{
	font-size: 20px;
	line-height: auto;
	color: #FFF000;
	text-transform: uppercase;
}
.composition_item .text_item{
	color: #fff;
	font-size: 18px;
	line-height: 24px;
}
.composition_item1 img{
	margin-left: 20px;
}
.composition_item1 .text span{
	text-align: right;
}
.row .composition_item2{
	padding-left: 40px;
}
.composition_item2 img{
	margin-right: 20px;
}
.composition .prod{
	margin-left: -65px;
	margin-top: -25px;
	max-width: 100%;
	margin: 0 auto;
}
.compos_btn{
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 80px;
}

/* ---section eviews--- */

.reviews{
	padding-bottom: 10px;
	background: url(../img/reveis_bg.png) no-repeat 0px 0px / 100% 100%;
}
.reviews .h3{
	text-align: center;
	padding: 0px 370px;
	margin: 75px 0px 45px 0px;
}
.row .review{
	padding: 0px 35px;
}
.review .name{
	font-size: 20px;
	color: #fff000;
	text-transform: uppercase;
	margin-right: 5px;
	margin-left: 5px;
}
.review .age{
	color: #fff;
	font-size: 20px;
	font-family: 'Roboto';
}
.review_text{
	font-size: 18px;
	line-height: 24px;
	margin-top: 20px;
	margin-bottom: 50px;
	color: #fff;
}

/* ---section effect--- */

.effect{
	background: #000 url(../img/bg6.png) no-repeat 0px 0px;
}
.effect .h3{
	font-size: 42px;
	text-align: center;
	margin-top: 85px;
	margin-bottom: 20px;
}
.effect .h3 b{
	color: #fff;
}
.effect_list{
	background: url(../img/effect_item.png) no-repeat 50px 60px;
}
.effect_list span{
	display: block;
	margin-top: 106px;
	margin-left: 430px;
	color: #fff;
	font-family: 'RobotoBold';
	text-transform: uppercase;
	font-size: 24px;
	line-height: 32px;
	width: 250px;
	word-wrap: break-word;
	transform: rotate(-3deg);
}

/* ---footer---- */

.footer .order_head .text{
	font-size: 30px;
	margin-top: 30px;
}
.footer .order .bg_order:before{
	height: 1460px;
	background: url(../img/bg_bottom.png) no-repeat 0px 0px;
}
.footer .order_head{
	margin-bottom: 160px;
	margin-top: 220px;
}
.footer .top_img img{
	margin-top: 210px;
}
.footer .short_inf{
	background: #111111;
	padding-top: 80px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.footer .short_inf_item{
	padding-left: 50px;
	padding-right: 65px;
	margin-bottom: 30px;
	align-items: flex-start;
}
.footer .short_inf_text{
	border-bottom: 1px solid #262626;
}
.footer .short_inf_item3 .short_inf_text{
	border: none;
}
.footer .short_inf_item3 img{
	margin-left: 0px;
}
.footer .short_inf_item span{
	display: block;
}
.footer .short_inf_item .name{
	font-size: 27px;
	margin-bottom: 0px;
}
.footer .short_inf_item .text{
	font-size: 22px;
	margin-bottom: 30px;
}
.footer .short_inf_item img{
	margin-right: 30px;
}
.footer .order_form{
	position: relative;
	z-index: 5;
	background: #222222;
}
.footer .order .bg:before{
	top: 50px;
}
.discount{
	background: #fff000;
	border: 2px dashed #fff;
	color: #EE2900;
}
.discount::before{
	content: '';
	position: absolute;
	top: 5px;
	left: 60px;
	display:block;
	width: 40px;
	height: 30px;
	background-image: url(../img/scissors.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.row .top_order_form{
	padding-top: 20px;
	padding-left: 45px;
	padding-right: 45px;
}
.discount_item{
	margin-top: 10px;
	font-size: 32px;
	margin-right: 15px;
	display: inline-block;
	margin-left: 35px;
	text-transform: uppercase;
	font-family: 'RobotoBold';
}
.finish{
	margin-top: 10px;
	display: inline-block;
	font-size: 22px;
	font-family: 'RobotoBold';
}
.countdown-container{
	text-align: center;
	font-size: 32px;
	margin-top: -10px;
}
.countdown-container .dots{
	margin: 0px 5px;
}
.text_under{
	text-align: center;
	margin-top: -13px;
	font-size: 13px;
}
.text_under span{
	margin-right: 5px;
}
.text_under span.second{
	margin-right: 5px;
}
.price{
	margin-top: 15px;
	margin-bottom: 15px;
	background: #111111;
	border-radius: 40px;
	height: 80px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.new_price{
	color: #F33E0B;
	font-family: 'RobotoBold';
	font-size: 65px;
	margin-right: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.wv_new-price, .wv_old-price{
	/* margin-left: -15px;
	margin-right: -20px; */
}
.new_price sup{
	font-size: 30px;
	top: -25px;
}
.old_price{
	position: relative;
	color: #9B9B9B;
	font-size: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.old_price:after{
	position: absolute;
	content: '';
	width: 150px;
	height: 3px;
	top: 50px;
	left: 0px;
	transform: rotate(-22deg);	
	background: #9B9B9B;
}
.old_price span{
	font-family: 'Roboto';
}
.wv_old-price-int{
	margin-left: -15px;
	margin-right: -20px;
}
.old_price sup{
	font-size: 30px;
	top: -25px;
}
select, .input{
	display: block;
	width: 100%;
	height: 55px;
	border: none;
	font-size: 26px;
	padding-left: 25px;
}
.row .wv_order-form{
	padding: 0px 50px;
}
.wv_order-form span{
	display: block;
	color: #fff;
	font-size: 16px;
	opacity: 0.8;
	font-weight: 300;
	margin: 3px 0px;
}
.form_btn{
	width: 100%;
	font-size: 32px;
	margin-top: 30px;
	margin-bottom: 15px;
	cursor: pointer;
}
.wv_order-form .rest{
	text-align: center;
	font-size: 18px;
	margin-bottom: 15px;
}
.ananim{
	position: relative;
	margin-bottom: -30px;
	font-size: 16px;
	color: #fff;	
	font-family: 'Roboto';
	text-align: center;
}
.ananim img{
	margin-right: 5px;
}	
.ananim_item1{
	margin-right: 75px;
}
.ananim_item1, .ananim_item2{
	display: inline-block;
}
.copy{
	position: relative;
	z-index: 5;
	text-align: center;
	color: #9B9B9B;
	margin-top: 40px;
	line-height: 20px;
}
.policy{
	position: relative;
	z-index: 5;
	margin-top: 5px;
	text-align: center;
	color: #9B9B9B;
	font-size: 14px;
}

form {
    --form-border: #333;
    --form-check-border-checked: #FF6716;
    --form-check-bg-checked: #FF6716;
    --form-check-yes-checked: #FF6716;
}

.form__checkbox {
    position: relative;
    display: grid;
    grid-template-columns: -webkit-min-content 1fr;
    grid-template-columns: min-content 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #fff;
    width: 100%;
}

.form__checkbox a {
    text-decoration: underline;
    color: #fff;
}

.form__checkbox-mark {
    width: 20px;
    height: 20px;
    border: 1px solid var(--form-border);
    background-color: #fff;
    border-radius: 3px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    cursor: pointer
}

.form__checkbox-mark:after {
    position: relative;
    content: "";
    display: none;
    width: 80%;
    height: 80%;
    top: 2px;
    left: 1px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.823 2.774A.5.5 0 0 0 10 2.392V.91a.5.5 0 0 0-.823-.382l-5.422 4.58a.5.5 0 0 1-.637.007L.815 3.246A.5.5 0 0 0 0 3.634v1.503a.5.5 0 0 0 .185.389l2.933 2.38a.5.5 0 0 0 .637-.007l6.068-5.125z' fill='%23fff'/%3E%3C/svg%3E")
}

.form__checkbox-mark:hover {
    border-color: var(--form-check-border-hover);
    background: hsla(0,0%,100%,.9)
}

.form__checkbox input[type=checkbox] {
    opacity: 0;
    position: absolute;
    z-index: -10;
    background-color: var(--form-bg)
}

.form__checkbox input[type=checkbox]:checked~.form__checkbox-mark:after {
    display: block
}

.form__checkbox input[type=checkbox]:checked~.form__checkbox-mark {
    border-color: var(--form-check-border-checked);
    background-color: var(--form-check-bg-checked)
}

.form__checkbox input[type=checkbox]:checked~.form__checkbox-mark:after {
    border-color: var(--form-check-yes-checked)
}

.form__checkbox input[type=checkbox]:active~.form__checkbox-mark,.form__checkbox input[type=checkbox]:focus~.form__checkbox-mark {
    border-color: var(--form-check-border-checked)
}