*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	min-width: 480px;
	font-family: Gilroy, Arial, sans-serif;
	font-weight: 400;
	cursor: default;
	background-color: #f1f1f1;

}
.container{
	width: 480px;
	margin: 0 auto;
	font-family: Gilroy, Arial, sans-serif;
	background: #f1f1f1;

}
.header{
	background: url(../images/offer.png)center top;
	font-size: cover;
	width: 100%;
	height: 450px;
}
.header_main_text{
	text-align: center;
	padding-top: 25px;
	font-weight: bold;
	color: white;
	font-size: 40px;
}
.header_main_pod{
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	background-color: rgb(185, 194, 7);
	padding: 3px 5px;
	width: 305px;
	margin-left: 19%;
	border-radius: 30px;
}
.sect_1{
	position: relative;
}
.sect_1 .video{
	margin-left: 23%;
	margin-top: -4px;

}
.video{
	margin-bottom: 40px;
}
.sect_1_img{
	position: absolute;
	top: -7px;
	left: -74px;
}
.timers{
	width: 370px;
	margin-left: 55px;
	background-color: white;
	height: 100px;
}
.timer_block {
	text-align: center;
	width: 340px;
	color: black;
	text-transform: uppercase;
	text-align: center;
}

.timer_block p {
	padding-top: 7px;
	font-size: 18px;
	font-weight: bold;
	padding-left: 20px;
}

.timer_block .timer_item {
	display: inline-block;
	padding: 6px 0 0 0;
	width: 80px;
	height: 96px;

}
.timer_block .timer_item:nth-child(2) {
	margin: 0 5px;
	position: relative;
}

.timer_block .timer_item:nth-child(2):before,
.timer_block .timer_item:nth-child(2):after {
	display: block;
	content: ':';
	width: 1px;
	font-size: 36px;
	line-height: 44px;
	position: absolute;
	top: 0;
}

.timer_block .timer_item:nth-child(2):before {
	left:0px;
}

.timer_block .timer_item:nth-child(2):after {
	right: -10px;
}

.timer_block .count {
	font-weight: 500;
	font-size: 36px;
	line-height: 36px;
	background-color: rgb(233, 233, 233);
	box-shadow: rgb(218 218 218) 1px 1px 0px 1px;
    border-radius: 3px;
    margin-left: 22px;
    margin-bottom: 5px;
	width: 50px;
	padding: 2px 3px;
}

.timer_block .text {
	font-size: 11px;
	margin-left: 13px;
}
.sect_2_price{
	width: 370px;
	height: 100px;
	background-color: #FFE63A;
	padding-bottom: 20px;
	margin-left: 55px;
	position: relative;
	margin-bottom: 10px;
}
.sect_2_old{
	width: 150px;
	margin-left: 30px;
	height: 100px;
	background-color: black;
	transform: skewX(-15deg);
}
.sect_2_left{
	width: 50px;
	height: 100px;
	background-color: black;
	position: absolute;
	top:0px;
	left: 0px;
}
.old_pride{
	color: silver;
    position: absolute;
    top: 19px;
    left: 35px;
    font-family: Gilroy, Arial, sans-serif;
    font-weight: bold;
}
.old_pride1{
	color: silver;
    position: absolute;
    top: 38px;
    left: 33px;
    font-family: Gilroy, Arial, sans-serif;
    font-weight: bold;
    font-size: 35px;
    text-decoration: line-through;
}
.new_price{
	position: absolute;
	right: 40px;
	top: 21px;
	 font-weight: 800;
}
.new_price1{
	right: 37px;
	position: absolute;
	top: 37px;
	color: rgb(194, 0, 4);
	font-family: Gilroy, Arial, sans-serif;
    font-weight:900;
    font-size: 40px;
}
.sect_2_price span{
	font-weight: 500;
	font-size: 35px;
}
.back{
	width: 370px;
	height: 350px;
	padding: 15px;
	position: relative;
    padding: 14px;
    background-color: rgb(255, 255, 255);
    border: 4px solid #FFE63A;
    margin-left: 55px;
    margin-top: 10px;
	margin-bottom: 30px;
	box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.2);
}
.back p {
	text-align: center;
	text-transform: uppercase;
	padding-top: 32px;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 40px;
}
.content {
	width: 100%;
    outline: none;
    border: 2px solid rgb(238, 238, 238);
    background: rgb(255, 255, 255);
    border-radius: 9999px;
    color: rgb(0, 0, 0);
    font-size: 15px;
    padding: 0.6em 1.2em;
    font-family: Gilroy, "Arial sans-serif";
    font-weight: bold;
    min-height: auto;
    margin-bottom: 10px;
}
.button{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 230px;
	height: 60px;
	border-radius: 35px;
	font-size: 18px;
	background-color:#FFE63A;
	font-weight: bold;
	outline:none;
	border:none;
	margin-left: 50px;
	margin-top: 30px;
}
.sect_3_tab_main_text{
	text-transform: uppercase;
	font-size: 27px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
.sprint{
	margin-left: 75px;
	counter-reset: sprint;
}
.sect_3 .item{
	display: inline-block;
	background-color: rgb(185, 194, 7);
	padding: 4px 12px;
	border-radius: 30px;
	margin-left: 10px;
	font-weight: bold;
	position: relative;
	margin-bottom: 6px;
}
.sect_3 .item::after{
	display: block;
	content: counter(sprint);
	counter-increment: sprint;
	width: 20px;
	height: 20px;
	background-color: #9900c9;
	border-radius: 50%;
	position: absolute;
	top: -5px;
	left:-8px;
	color: white;
	text-align: center;
	font-size: 15px;
	font-weight: 900;
	box-shadow: 1px 1px 0px rgba(0,0,0,0.3);

}
.sect_3_img{
	margin-left: 19%;
	margin-top: 20px;
}
.sect_3_img_text{
	margin-top: -5px;
		width: 144px;
	display: inline-block;
	margin-left: 3px;
	text-align: center;
	height: 70px;
	background-color: white;
	padding-top: 5px;
}
.sect_3_in_text{
	display: flex;
	margin-left: 89px;
	font-weight: 900;
}
.video1{
	margin-left: 92px;
	margin-top: -6px;
	margin-bottom: -6px;
}
.sect_3_img_b{
	margin-left: 19%;
}
.sect_3_img_b2{
	width: 144px;
	height: 130px;
}
.sect_4{
	background: url(../images/bg0.cfd39ef6.jpg);
	width: 100%;
	background-position: top center;
	height: auto;
}
.sect_4_main{
	text-align: center;
	text-transform: uppercase;
	font-size: 27px;
	padding-top: 40px;
	font-weight: 800;
}
.sect_4_icons{
	margin-top: 42%;
	margin-left: 16%;
	padding: 0px 20px;
	position: relative;
	counter-reset: sect_4_icons;
}
.sect_4_inner {
	display: inline-block;
	width: 90px;
	height:90px;
	background: white;
	border-radius: 20px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
	box-shadow: 1px 2px 0px rgba(0,0,0,0.3);

}
.sect_4_inner img{
	padding-top: 10px;
	width: 50px;
	height: 60px;
}
.sect_4_inner::before{
	display: block;
	content: counter(sect_4_icons);
	counter-increment:sect_4_icons;
	width: 20px;
	height: 20px;
	background-color: #9900c9;
	border-radius: 50%;
	position: absolute;
	bottom: -13px;
	left:35px;
	color: white;
	text-align: center;
	font-size: 15px;
	font-weight: 900;
	box-shadow: 1px 3px 0px rgba(0,0,0,0.3);
}
.sect_4_inner span{
	display: block;
	font-size: 14px;
	font-weight: 800;
	margin-top: -15;
}
.sect_4_main2{
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 15px;
}
.video2{
	margin-left: 92px;
	margin-top: 6px;
}
.video_span{
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	background: white;
	padding: 5px;
	width: 291px;
	margin-top: -4px;
	font-weight: bold;
	margin-left: 19%;
}
.bottom_b{
	text-decoration: none;
	display: block;
	width: 290px;
	height: 60px;
	background-color: rgb(235, 39, 43);
	color: white;
	text-transform: uppercase;
	text-align: center;
	border-radius: 30px;
	margin-left: 19%;
	font-weight: bold;
	font-size: 18px;
	padding-top: 19px;
	margin-top:70px;
	box-shadow: 0px 4px 2px rgba(0,0,0,0.3);
}
.sale{
	text-align: center;
	color: white;
	margin-top: 15px;
}
.sale span{
	color:black;
	background: yellow;
	border-radius: 3px;
	padding: 3px 2px;
	font-weight: bold;
}
.youtube_v{
	margin-left: 92px;
	margin-top: 10px;
	margin-bottom: 40px;
}
.video_text_h2{
	text-transform: uppercase;
	text-align: center;
	margin-top: 60px;
	line-height: 22px;
}
.sect_5_main{
	text-transform: uppercase;
	font-size: 22px;
	text-align: center;
	font-weight: 800;
}
.sect_5_img_block{
	margin-left: 19%;
	margin-top: 20px;
}
.sect_5_img_block img{
	width: 290px;
	height: 210px;
}
.sect_5_bg1{
	background: url(../images/bg1.1ddb1127.jpg)no-repeat;
	background-position: top center;
	height: 1900px;
	background-size: cover;
	width: 100%;
}
.sect_5_bg1 h2{
	display: block;
	text-transform: uppercase;
	font-size: 26px;
	text-align: center;
	font-weight: 700;
	padding-top: 200px;
	color: white;
}
.items_span{
	display: inline-block;
	color: white;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 30%;
	font-size: 20px;
}
.items_span1{
	display: inline-block;
	color: white;
	font-weight: bold;
	margin-top: 30px;
	margin-left: 23%;
	font-size: 20px;
}
.slide{
	display: inline-block;
	margin-top: 10px;
	width: 146px;
	height:210px;
	background-color: #5c6066;
	font-weight: bold;
	font-size: 14px;
	color: white;
	text-align: center;
	margin-left: 18%;
}
.slide img{
	margin-left: 1px;
	margin-top: 3px;
}
.slide p{
	margin-top: 5px;
}
.slide1{
	display: inline-block;
	margin-top: 15px;
	width: 146px;
	height:210px;
	background-color: #72eb09;
	font-weight: bold;
	font-size: 14px;
	color: black;
	text-align: center;
	margin-left: 5px;
}
.slide1 img{
	margin-left: 1px;
	margin-top: 3px;
}
.slide1 p{
	margin-top: 5px;
}
.characteristic{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 23px;
	margin-left: 19%;
	margin-bottom: 20px;
}
.sect_li{
	width: 300px;
	margin-left: 19%;
	padding: 5px;
}
.sect_ul{
	width: 300px;
	background: white;
	margin-left: 19%;
	padding: 5px;
}
.posuda{
	width: 50px;
	height: 50px;
	margin-left: 18%;
	margin-top: 20px;
}
.text_setting{
	font-weight: bold;
	display: inline-block;
	margin-top: 30px;
	width: 250px;
	margin-left: 10px;
}
.sect_6_block{
	display: flex;
}
.equipment{
    font-weight: bold;
    text-transform: uppercase;
	font-size: 23px;
	margin-left: 19%;
	margin-top: 50px;
}
.sect_6_img{
	width: 300px;
	height: 220px;
	margin-left: 19%;
	margin-top: 30px;
}
.img_set{
	height: 140px;
	width: 150px;

}
.img_set1{
	width: 150px;
	height: 140px;
}
.sect_6_lez{
	width: 150px;
	height: 185px;
	background: white;
	margin-left: 19%;
	text-align: center;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 13px;
	display: inline-block;
}
.sect_6_lez1{
	display: inline-block;
	width: 150px;
	height: 185px;
	background: white;
	text-align: center;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 40px;
}
.sect_6_lez span{
	display: block;
	margin-top: 5px;
}
.sect_6_lez1 span{
	display: block;
	margin-top: 5px;
}
.sect_izm{
	font-size: 13px;
	width: 300px;
	background: white;
	margin-left: 19%;
	padding: 5px;
	text-align: center;
	font-weight: 800;
	text-transform: uppercase;
}
.comment{
	width: 100%;
	height: auto;
}
.sect_7 {
	 background-color:#9900c9;
	 text-align: center;
	 text-transform: uppercase;
	 color:white;
	 padding-top: 35px;
	 width: 100%;
	 height: auto;
	}
	.sect_7 h2{
		font-size: 33px;
	}
	.sect_7 h3{
		font-size: 17px;
		margin-top: 10px;
	}
.zakaz{
	margin-top: 20px;
	position: relative;
	counter-reset: zakaz;
}
.sect_6_inner{
	display: inline-block;
	width: 90px;
	height:90px;
	background: white;
	border-radius: 20px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 16px;
	position: relative;
	box-shadow: 1px 3px 0px rgba(0,0,0,0.3);
}
.sect_6_inner img{
	margin-top: 15px;
	width: 60px;
	height: 60px;
}
.sect_6_inner::before{
	display: block;
	content: counter(zakaz);
	counter-increment:zakaz;
	width: 20px;
	height: 20px;
	background-color: rgb(182, 56, 229);
	border-radius: 50%;
	position: absolute;
	bottom: -13px;
	left:35px;
	color: white;
	text-align: center;
	font-size: 15px;
	font-weight: 900;
	box-shadow: 1px 1px 0px rgba(0,0,0,0.3);

}
.sect_img_text{
	display: flex;
	justify-content: center;
	padding-bottom: 40px;
}
.sect_img_text p{
	width: 80px;
	font-size: 12px;
	margin-right: 8px;
	margin-left: 8px;
}
.sect_7_2{
	background: url(../images/bg.ea3c23a6.jpg) center;
	background-size: cover;
	width: 100%;
	height: 450px;
}
.sect_7_2_main{
	font-size: 40px;
	text-align: center;
	padding-top: 20px;
	font-size: bold;
}
.sect_7_2 ul{
	margin-top: 5px;
	margin-left: 13%;
	font-weight: bold;
}
.sect_7_2 li{
	padding: 10px 5px 5px 18px;
	/*background: url(../images/83ad43daf36f1fc5f4cb2699b0c87ef2c2d32676.png) 5px center no-repeat;*/
	text-transform: uppercase;
	font-size: 14px;
}
.sect_7_2 li::before{
	content: "";
	display: inline-block;
	background: url(../images/83ad43daf36f1fc5f4cb2699b0c87ef2c2d32676.png);
	background-size: cover;
	width: 14px;
	height: 14px;
	left: 4px;
	margin-right: 5px;
}
.footer_block{
	position: relative;
}
.apple{
	position: absolute;
	top: 10px;
	left: -100px;
}
.trafic_inner{
	display: inline-block;
	width: 365px;
	margin-left: 57px;
	text-align: center;
	font-family: Gilroy, Arial, sans-serif;
	background: white;
	padding: 50px 10px 50px 10px;
}
.trafic_inner p{
	margin-top: 10px;
	padding-bottom: 5px;
}
.trafic_inner img{
	display: block;
	float: left;
	padding: 0 5px 0;
}
.trafic_item{
	display: inline-block;
	border-bottom: 1px solid silver;
	padding-bottom: 8px;
	float: left;

}
.sect_1_img2{
	background: url(../images/map.png) no-repeat;
	width: 100px;
	height: 200px;
	position: absolute;
	top: 66%;
	left: 53%;
}
.sect_1_p{
	color: white;
	text-transform: uppercase;
	font-size: 14px;
	padding-top: 24px;
	margin-left: 25px;
	font-weight: 300;
	line-height: 8px;
}
.sect_1_span{
	color: white;
	margin-left: 28px;
	font-size: 28px;
	font-weight: bold;
}
.sect_7_img2{
	background: url(../images/map.png) no-repeat;
	width: 100px;
	height: 200px;
	position: absolute;
	top: 73%;
	left: 53%;
}
.sect_7_p{
	color: white;
	text-transform: uppercase;
	font-size: 14px;
	padding-top: 24px;
	margin-left: 25px;
	font-weight: 300;
	line-height: 8px;
}
.sect_7_span{
	color: white;
	margin-left: 28px;
	font-size: 28px;
	font-weight: bold;
}

.clearfix {
	content: '';
	display: block;
	clear: both;
}

.center {
	display: inline-block;
	margin: 0 auto;
}

.bottom_b2 {
    text-decoration: none;
    display: block;
    width: 290px;
    height: 60px;
    background-color: rgb(235, 39, 43);
    color: white;
    text-transform: uppercase;
    text-align: center;
    border-radius: 30px;
    font-weight: bold;
    font-size: 18px;
    padding-top: 19px;
    margin: 30px auto;
    box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.3);
}
