* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body{
	weight:100%;
	height:100%;
    background-color: white; 
    min-width: 480px;
    align-items: center;
}
.container{ 
    color: white;
    margin: 0 auto;
    width: 480px;
    background-image: url(../img/bg.png);
    font-family: 'Gilroy Medium';
    padding-bottom: 30px;
}

.head{
    background-image: url(../img/bg-osn.png);
    height: 637px;
}
.head h1{
    font-family: 'Gilroy Heavy';
    text-align: center;
    font-size: 32px;
    padding-top: 20px;
}
.head ul{
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: flex-end;
    padding-top: 45px;
    font-size: 15px;
}
.li1{
    padding-left: 50px;
}
.li2{
    padding-bottom: 10px;
    line-height: 20px;
}
.li2 span{
    font-size: 23px;
    
}
.li3{
    padding-right: 45px;
    padding-bottom: 10px;
    line-height: 20px;
}
.li3 span{
    font-size: 70px;
}
.head-img{
    display: flex;
    justify-content: center;
    padding-top: 20px;
}
.price{
    background-image: url(../img/peice.png);
    height: 120px;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    padding: 25px 30px;
    position: relative;
    bottom: 20px;
}
.old span{
    text-decoration: none;
    font-size: 35px;
    font-family: 'Gilroy Black';
}
.new span{
    font-size: 35px;
    font-family: 'Gilroy Black';
}
.sec1 h1{
    padding-top: 40px;
    text-align: center;
    font-size: 25px;
    font-family: 'Gilroy Heavy';
}
.sec1-img{
    background-image: url(..//img/2-osn.webp);
    height: 466px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 25px;
    text-align: center;
}
.sec1-img p{
    padding-top: 130px;
}
.sec1-img ul{
    display: flex;
    justify-content: space-between;
    padding-top: 235px;
    padding-left: 55px;
    padding-right: 35px;
    font-size: 15px;
}
.sec2 h1{
    background-image: url(../img/palki.png);
    background-repeat: no-repeat;
    background-position-y: center;
    text-align: center;
    font-size: 30px;
    margin-top: 20px;
}
.line {
    border-bottom: 2px solid rgb(75, 75, 75); /* Параметры линии */
    width: 250px;
   }
.pos1{
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}
.pos1 p{
    padding-top: 5px;
    padding-left: 10px;
    color: rgb(75, 75, 75);
    font-family: 'Gilroy Black';
    font-size: 20px;
}
.pos1 span{
    color: rgb(188, 23, 40);
    font-family: 'Gilroy Heavy';
    font-size: 30px;
}
.pos1 img{
    padding-right: 20px;
}
.sec2-img{
    position: relative;
    bottom: 30px;
    left: 15px;
    font-family: 'Gilroy Black';
    font-size: 20px;
}
.pos2{
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    align-items: center;
}
.pos2 p{
    padding-top: 5px;
    padding-left: 10px;
    color: rgb(75, 75, 75);
    font-family: 'Gilroy Black';
    font-size: 20px;
}
.pos2 span{
    color: rgb(188, 23, 40);
    font-family: 'Gilroy Heavy';
    font-size: 30px;
}
.pos2 img{
    padding-right: 20px;
}
.sec3 h1{
    text-align: center;
    font-size: 30px;
    padding: 30px 0;
}
.shagi{
    display: inline-block;
    background-color: rgb(75, 75, 75);
    margin-left: 30px;
    border-radius: 45px;
    padding: 5px 10px;
    width: 420px;
    margin-bottom: 20px;
}
.shag{
    display: flex;
    justify-content: start;
    align-items: center;
    
}
.shag span{
    font-size: 30px;
    font-family: 'Gilroy Black';
}
.shag p{
    padding-left: 10px;
}
.button-m{
    font-family: 'Gilroy Heavy';
    width: 400px;
    height: 80px;
    line-height: 86px;
    margin: 20px 0 auto 35px;
    display: block;
    background: #ffd800;
    background: -moz-linear-gradient(top, #ffd800 0%, #ffbb02 100%);
    background: -webkit-linear-gradient(top, #ffd800 0%,#ffbb02 100%);
    background: linear-gradient(to bottom, #ffd800 0%,#ffbb02 100%);
    box-shadow: 0 0 55px 10px #000000;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 30px;
    text-transform: uppercase;
    border-radius: 45px;
    letter-spacing: 0.6px;
    outline: none;
    border: 0;
    cursor: pointer;
    font-weight: 900;
    position: relative;
    z-index: 5;
}
.sec4 h1{
    padding-top: 50px;
    text-align: center;
    font-size: 30px;
}
.rev {
    padding: 0 40px;
}
.rev_item {
    margin-bottom: 30px;
	border-radius: 10px;
    background-color: aliceblue;
    color: black;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	padding: 16px 0 0;
	overflow: hidden;
}
.rev_item:last-child{
	margin-bottom: 0;
}
.rev_item .info{
	padding: 0 20px;
	margin-bottom: 14px;
}
.rev_item .info>img{
	float: left;
	border-radius: 50%;
}
.rev_item .info>p{
	overflow: hidden;
	padding: 0 0 0 15px;
	line-height: 20px;
	background: url(../img/rev_q.png) 100% 50% no-repeat;
}
.rev_item .info>p>b{
	display: block;
	font-weight: 900;
}
.rev_item>p{
	padding: 0 20px 18px;
}
.rev_item>img{
	display: block;
	margin: 0 auto;
}
.info-comp{
    padding: 0 40px;
    color: black;
}
.info-comp h1{
    font-family: 'Gilroy Heavy';
    text-align: center;
    font-size: 45px;
    color:rgb(0, 0, 0); 
    padding: 20px 0;
}
.info-comp p{
    display: flex;
    justify-content: center;
    text-align: center;
    border: 3px dotted rgb(0, 0, 0);
    padding: 20px;
    font-size: 20px;
    color: rgb(0, 0, 0);
}
.forma{
    background: #fff;
    width: 440px;
    border-radius: 4px;
    margin: 80px auto 0;
    padding: 40px 10px 5px;
    box-sizing: border-box;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.action_text{
    font-family: Arial, Helvetica, sans-serif;
    color: black;
	text-align: center;
	padding: 10px 20px 30px;
}
.action_text>span{
	display: block;
	font-size: 23px;
	line-height: 1.2em;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.form input {
    outline: none;
    display: block;
    background: #f0f0fd;
    color: #000;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 300;
    width: 400px;
    height: 80px;
    line-height: 86px;
    margin: 0 auto 20px;
    border-radius: 7px;
    text-align: center;
    border: 0;
    font-size: 18px;
}
.timer_block {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    margin: 0px auto 20px;
    padding: 10px 10px 6px 15px;
    width: 400px;
    box-sizing: border-box;
    border: 2px dotted #d2d2ee;
    overflow: hidden;
    border-radius: 5px;
   }
   
   .timer_block p {
    float: left;
    width: 140px;
    font-size: 16px;
    line-height: 24px;
    color: #222;
    padding: 0;
   }
   
   .timer_block .timer {
    float: left;
    width: 230px;
   }
   
   .timer_block .timer_item {
    float: left;
    width: 33.333333%;
    font-size: 50px;
    line-height: 50px;
    color: #79bf24;
    text-align: center;
    position: relative;
   }
   
   .timer_block .timer_item:nth-child(2):before,
   .timer_block .timer_item:nth-child(2):after {
    display: block;
    content: ':';
    width: 10px;
    font-size: 28px;
    line-height: 44px;
    position: absolute;
    top: 0;
   }
   
   .timer_block .timer_item:nth-child(2):before {
    left: -5px;
   }
   
   .timer_block .timer_item:nth-child(2):after {
    right: -5px;
   }
   
   .timer_block2 {
    padding: 20px 10px 6px 15px;
    width: 315px;
    height: 86px;
    box-sizing: border-box;
    border: 0;
    overflow: hidden;
    border-radius: 0px;
    margin: -10px 0 0;
    position: relative;
    z-index: 20;
   }
   
   .timer_block2 p {
    float: left;
    width: 80px;
    font-size: 16px;
    line-height: 20px;
    color: #222;
    padding: 6px 0 0;
   }
   
   .timer_block2 .timer {
    float: left;
    width: 200px;
   }
   
   .timer_block2 .timer_item {
    float: left;
    width: 33.333333%;
    font-size: 40px;
    line-height: 40px;
    margin-top: 8px;
    color: #8362a4;
    text-align: center;
    position: relative;
   }
   .button-form {
    width: 400px;
    height: 80px;
    line-height: 86px;
    margin: 0 auto 30px;
    display: block;
    background: #ffd800;
    background: -moz-linear-gradient(top, #ffd800 0%, #ffbb02 100%);
    background: -webkit-linear-gradient(top, #ffd800 0%,#ffbb02 100%);
    background: linear-gradient(to bottom, #ffd800 0%,#ffbb02 100%);
    box-shadow: 0 4px 0 #edaf02, 0 6px 10px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    text-transform: uppercase;
    border-radius: 7px;
    letter-spacing: 0.6px;
    outline: none;
    border: 0;
    cursor: pointer;
    font-family: 'Museo Sans', sans-serif;
    font-weight: 900;
    position: relative;
    text-shadow: 1px 2px #edb503;
}
.button-form:active{
    top: 2px;
    background: linear-gradient(to bottom, #ffbb02 0%,#ffd800 100%);
}
.products_count {
    padding-bottom: 20px;
    color: #000;
    display: flex;
    justify-content: center;
}
   
.products_count b {
    background: #82cc27;
    background: -moz-linear-gradient(top, #82cc27 0%, #77bb23 100%);
    background: -webkit-linear-gradient(top, #82cc27 0%,#77bb23 100%);
    background: linear-gradient(to bottom, #82cc27 0%,#77bb23 100%);
    border-radius: 2px;
    letter-spacing: 2px;
    padding: 2px 5px;
    margin: 0 4px;
    text-align: center;
}
.products_count b {
    background: #82cc27;
    background: -moz-linear-gradient(top, #82cc27 0%, #77bb23 100%);
    background: -webkit-linear-gradient(top, #82cc27 0%,#77bb23 100%);
    background: linear-gradient(to bottom, #82cc27 0%,#77bb23 100%);
    color: #fff;
    border-radius: 2px;
    letter-spacing: 2px;
    padding: 2px 5px;
    margin: 0 4px;
    text-align: center;
}
.footer{
    font-family: 'Gilroy Medium';
    
}
.footer a{
    color: #000;
}