
.form {
    position: relative;
    z-index: 100;
    width: 430px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    color: #000;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 1px #d8d8d8, 0 0 0 15px #fff;
    box-shadow: 0 0 0 1px #d8d8d8, 0 0 0 15px #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}

.form__title {
    font-size: 22px;
    line-height: 26px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0 10px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.form__text {
    color: #333;
    font-size: 20px;
    line-height: 160%;
    line-height: 19px;
    text-align: center;
    margin: 5px 0 25px 0;
}

.timer__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 30px;
    line-height: 35px;
    font-weight: 900;
    color: #1b478a;
}

.timer {
	margin-bottom: 40px;
    margin-top: 15px;
}

.hour-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hour, .minute, .second {
    border: 2px dotted #ebd50c;
    border-radius: 50%;
    padding: 10px 8px;
    margin: 0 10px;
    font-size: 26px;
    line-height: 35px;
    font-weight: 900;
    color: #1b478a!important;
}

.time__text  {
    font-size: 16px!important;
    line-height: 15px!important;
    color: #000!important;
    margin-top: 10px;
    font-weight: bold;
    color: #1b478a!important;
}

.form-wrapper {
    background-color: #eaeeff;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.prices p:first-child {
    font-size: 20px!important;
    text-align: center;
    font-weight: 600;
    color: gray!important;
}

.prices p {
    margin: 5px!important;
}

.prices p:last-child {
    font-size: 20px;
    font-weight: 600;
}

.prices .newprice {
    font-size: 23px;
    font-weight: 800;
    color: #ff0000;
}

.form__input-container {
    position: relative;
}

.form__input-container::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    top: 20px;
    left: 20px;
}

.prices {
    margin-bottom: 15px;
}
.form__input {
    width: 280px!important;
    font-size: 19px!important;
    line-height: 22px!important;
    color: #000!important;
    text-align: center!important;
    border: none!important;
    padding: 20px!important;
    border: 1px solid grey!important;
    margin-bottom: 10px!important;
}

.form__btn {
    font-size: 23px;
    line-height: 26px;
    font-weight: 990;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #00a31e;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00d228), to(#00ab20));
    background-image: linear-gradient(180deg
, #00d228 0%, #00ab20 100%);
    -webkit-box-shadow: 0 5px 0 -2px #007906;
    box-shadow: 0 5px 0 -2px #007906;
    cursor: pointer;
    margin-top: 10px;
}

.prod__img {
	max-width:200px;
	margin-top: 30px;
    margin-bottom: 25px;
}
.timer {
	margin-bottom: 40px;
    margin-top: 15px;
    display: flex;
}
.hms {
    display: flex;
    flex-direction: column;
    align-items:center;
}
.timer__text {
	margin-left: 31px;
	margin-top: 12px;
}

.timer__text p {
	display: inline-block;
}

.timer__red {
	color: #ff0000;
}

.form {
	margin-bottom: 40px;
}

