* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    align-items: center;
	weight:100%;
	height:100%;
    background-color: white; 
    min-width: 480px; 
}
.container{
    margin: 0 auto;
    width: 480px;
    background-image: url(../img/bg2.jpg);
    font-family: 'Gilroy Medium';
    text-align: center;
    color: #000000
}
.head{
    background-image: url(../img/bg1_11zon.webp);
    text-align: center;
    color: black;
    height: 700px;
}
.head h1{
    display: inline-block;
    font-size: 52px;
    padding-top: 25px;
    font-family: 'Gilroy Heavy';   
}
.head p{
    display: inline-block;
    font-family: 'Gilroy Medium';
    font-size: 28px;
    position: relative;
    bottom: 12px;
}
.podarok{
    display: flex;
    justify-content: space-between;
}
.podarok p{
    font-size: 23px;
    font-family: 'Gilroy Black';
    padding: 15px 0 30px 20px;
}
.podarok span{
    color: red;
}
.podarok ul{   
    padding-top: 25px;
    padding-right: 40px;
    text-align: right;
    
}
.podarok ul p{
    font-family: 'Gilroy Medium';
    font-size: 25px;
    padding: 10px 0;
}
.head img{
    position: relative;
    left: 90px;
    top: 20px;
}
.price{
    display: flex;
    justify-content: space-between;
    background-image: url(../img/price.png);
    background-repeat: no-repeat;
    height: 120px;
    margin-top: 155px;
    position: relative;
    z-index: 4;
}
.price p{
    padding: 40px 20px;
    font-size: 23px;
    text-align: left;
    color: #fecc00;
}
.old span{
    text-decoration: line-through;
    text-decoration-color: black;
    font-size: 32px;
    font-family: 'Gilroy Black';
    line-height: 30px;
}
.new span{
    font-size: 32px;
    font-family: 'Gilroy Black';
    line-height: 30px;
}
.sec2{
    background-image: url(../img/bg2.jpg);
}
.timer_block {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    margin: 0px auto 20px;
    padding-top: 120px;
    padding-bottom: 30px;
    width: 400px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    z-index: 3;
    text-align: center;
}
.timer_block p {
    font-size: 25px;
    line-height: 24px;
    color: #222;
    padding: 0;
}
.timer_block .timer {
    display: flex;
    justify-content: center;
}
.timer_block .timer_item {
    padding-top: 10px;
    float: left;
    width: 30%;
    font-size: 70px;
    line-height: 50px;
    color: red;
    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;
}
.button-m{
    font-family: 'Gilroy Heavy';
    width: 400px;
    height: 80px;
    line-height: 86px;
    margin: 0 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 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;
}
.sec2-img{
    display: flex;
    justify-content: center;
    padding-top: 15px;
}
.sec2-info {
}
.info1 {
    margin: 20px 25px;
    text-align: center;
    color: #000000;
    background-color: rgba(174, 74, 132, 0.815);
    border-radius: 25px;
}
.img {
    padding: 20px 0;
    display: flex;
    justify-content: center;;
}
.info1 h1{
    font-family: 'Gilroy Heavy';
    font-size: 25px;
}
.info1 p{
    font-size: 22px;
    padding-bottom: 20px;
}
.info2 {
    margin: 20px  25px 0  25px;
    text-align: center;
    color: #000000;
    background-color: rgba(174, 74, 132, 0.815);
    border-radius: 25px;
}
.info2 h1{
    font-family: 'Gilroy Heavy';
    font-size: 25px;
}
.info2 p{
    font-size: 22px;
    padding-bottom: 20px;
}
.sec3{
    background-image: url(../img/bg2.jpg);
    text-align: center;
    color: #000000;
}
.sec3 h1{
    padding-top: 20px;
    font-size: 45px;
    font-family: 'Gilroy Heavy';
}
.spec{
    background-image: url(../img/sec3-spec.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 167px;
    padding-left: 30px;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.spec p{
    font-family: 'Gilroy Black';
    padding-top: 25px;
    font-size: 19px;
    padding-right: 5px;
}
.sec4{
    background-image: url(../img/bg2.jpg);
}
.h1{
    padding-top: 40px;
    display: flex;
    justify-content: center;
    font-size: 50px;
    color: #000000;
    font-family: 'Gilroy Heavy';
}
.h1 h1{
    padding: 0 20px;
}
.galereya{
    display: inline-block;
    padding: 0 15px;
}
.galereya img{
    padding: 10px 10px;
}
.sec5{
    background-image: url(../img/bg2.jpg);
    
}
.sec5 h1{
    font-size: 40px;
    font-family: 'Gilroy Heavy';
}
.voprotv {
}
.vopr {
    margin: 25px 35px;
    background-color: rgba(174, 74, 132, 0.815);
    padding: 10px 10px;
}
.vopr h1{
    font-size: 30px;
    font-family: 'Gilroy Black';
    
}
.vopr p{
    font-family: 'Gilroy Medium';
    font-size: 25px;
    text-align: center;
    padding-top: 15px;
}
.sec5-img{
    display: flex;
    justify-content: center;
}
.sec5-img img{
    width: 400px;
}
.sec6{
    background-image: url(../img/bg2.jpg);
}
.sec6 h1{
    padding-top: 20px;
    font-size: 35px;
    font-family: 'Gilroy Heavy';
    padding-bottom: 20px;
}
.sec6 p{
    font-family: 'Gilroy Medium';
    text-align: left;
    font-size: 20px;
    padding: 0 50px 0;
    line-height: 35px;
    margin-bottom: 35px;
}
.sec7{
    background-image: url(../img/bg2.jpg);
}
.sec7 h1{
    text-align: center;
    font-family: 'Gilroy Black';
    font-size: 40px;
    padding: 20px 0;
}
.shag li{
    align-items: center;
    background-color: rgba(174, 74, 132, 0.815);
    padding: 10px 5px;
    display: flex;
    text-align: left;
    justify-content: start;
    margin: 20px 40px;
    border-radius: 45px;
}
.shag p{
    font-family: 'Gilroy Medium';
    font-size: 15px;
}
.shag span{
    font-family: 'Gilroy Heavy';
    font-size: 20px;
}
.shag img{
    padding-right: 15px;
}
.shag ul{
    padding-bottom: 30px;
}
.sec8{
    background-image: url(../img/bg2.jpg);
}
.sec8 h1{
    font-family: 'Gilroy Heavy';
    font-size: 35px;
}
.info-comp{
    padding: 0 40px;
    color: black;
}
.info-comp h1{
    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: 0px auto 0;
    box-sizing: border-box;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.action_text{
    font-family: 'Gilroy Medium';
    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: 'Gilroy Medium';
    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: 'Gilroy Heavy';
    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(0, 0, 0);
}
.footer a{
    text-decoration: none;
    color: rgb(0, 0, 0);
    padding-bottom: 15px;
}
.products_count {
    padding-bottom: 20px;
    color: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.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;
}