* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap');
body{
	weight:100%;
	height:100%;
    background-color: white; 
    min-width: 480px;
    align-items: center;
}
.container{
    color: white;
    margin: 0 auto;
    width: 480px;
    background-color: rgb(39, 40, 41);
    font-family: 'Roboto', sans-serif;
}
.head {
    position: relative;
}
.head-info {
    position: absolute;
    top: 30px;
    left: 30px;
    line-height: 1;
}
.head-info h1 {
    font-size: 40px;
    text-shadow: rgb(68, 171, 197) 1px 0 10px ;
    font-weight: 900;
}
.head-info ul {
    margin-top: 50px;
}
.head-info li{
    text-shadow: rgb(68, 171, 197) 1px 0 10px ;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 30px;
    padding-left: 10px;
    border-left: 3px solid gold;
}
.head-info span {
    text-shadow: none;
    font-size: 15px;
    font-weight: 700;
}
.garant {
    position: absolute;
    display: flex;
    margin-top: 90px;
    left: -30px;
    padding: 10px;
    background-color: #fff;
    border-radius: 0 15px 15px 0;

}
.garant p {
    color: black;
    font-weight: 700;
    padding-left: 5px;
}
.price {  
    background-image: url(../img/price.png);
    height: 95px;
    margin-bottom: 30px;
    color: black;
}
.cena {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 15px 0 15px;
    font-weight: 700;
    text-align: left;
    font-size: 23px;
}
.cena span{
    font-size: 30px;
    font-weight: 700;
}
.old span {
    text-decoration: line-through;

}
.button-m{
    width: 400px;
    height: 80px;
    line-height: 86px;
    margin: 0  auto 30px;
    display: block;
    background: #e0c31e;
    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: 25px;
    text-transform: uppercase;
    border-radius: 45px;
    letter-spacing: 0.6px;
    outline: none;
    border: 0;
    cursor: pointer;
    font-weight: 900;
}
.sec1 h1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: 900;
}
.sec1 img {
    margin-top: 60px;
}
.sec1 video {
    display: flex;
    margin: 0 auto;
}
.sec1 ul {
    display: flex;
    margin: 0 25px;
    font-size: 12px;
    text-align: center;
    position: relative;
    bottom: 15px;
}
.sec1 li {
    min-width: 110px;
    font-weight: 700;
}
.sec4 h1{
    text-align: center;
    font-size: 40px;
    padding: 20px 0;
}
.shag li{
    align-items: center;
    background-color: rgba(110, 234, 242);
    padding: 5px;
    display: flex;
    text-align: left;
    justify-content: start;
    margin: 20px 40px;
    border-radius: 45px;
    color: #000000;
}
.shag p{
    font-size: 15px;
}
.shag span{
    font-size: 25px;
    font-weight: 900;
}
.shag img{
    padding-right: 15px;
}
.shag ul{
    padding-bottom: 30px;
}
.sec5 h1{
    text-align: center;
    font-size: 30px;
    color: #fff;
    padding-bottom: 40px;
}
.rev {
    padding: 0 40px;
}
.rev_item {
    margin-bottom: 30px;
	border-radius: 10px;
    background-color: rgba(110, 233, 242, 0.705);
    color: rgb(0, 0, 0);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	padding: 16px 0 0;
	overflow: hidden;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.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 10px;
    color: black;
}
.info-comp h1{
    text-align: center;
    font-size: 45px;
    color:rgb(255, 255, 255); 
    padding: 20px 0;
}
.info-comp p{
    display: flex;
    justify-content: center;
    text-align: center;
    border: 3px dotted white;
    padding: 20px;
    font-size: 30px;
    color: #fff;
    margin-bottom: 30px;
}
.forma{
    background: #fff;
    width: 440px;
    border-radius: 4px;
    margin: 0px 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;
}
.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%);
}
.footer{
    color: rgb(255, 255, 255);
}
.footer a{
    text-decoration: none;
    color: rgb(255, 255, 255);
    padding-bottom: 15px;
}
.products_count {
    padding-bottom: 20px;
    color: rgb(0, 0, 0);
    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;
}
.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;
   }