
.best-form-wrapper {
    font-family: Roboto, Arial, Helvetica, sans-serif;
}
.countdown-block {
    text-align: center;
    color: #fff;
}
.countdown-text {
    color: #000;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 1;
    margin-top: 20px;
}
.countdown-date {
    font-size: 44px;
    font-weight: 700;
    color: red;
    line-height: 1;
}
.countdown-slash {
    font-weight: 400;
    color: #000;
}
.best-form {
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
}
.best-form > .wrap {
    max-width: 350px;
    margin: 0 auto;
    padding: 15px 0;
    border: 1px solid #d6d17f;
    border-radius: 5px;
    background: #fffdde;
}
.product {
    display: flex;
    align-items: center;
}
.product .pr-left {
    width: 40%;
    text-align: right;
}
.product .pr-left img {
    max-width: unset;
}
.product .pr-right {
    width: 60%;
    text-align: center;
}
.product .price {
    color: #ad353a;
    font-size: 68px;
    font-weight: 700;
    line-height: 1;
    position: relative;
}
.product .discount-text {
    margin-top: 5px;
    color: #000;
    font-size: 18px;
}
.product .price span {
    font-weight: 300;
    font-size: 23px;
    margin-left: 5px;
    position: relative;
    top: -29px;
}
.sco {
    background: #ad353a;
    width: auto;
    display: inline-block;
    padding: 5px 10px;
    font-weight: bold;
}
.product .price .love-offer {
    position: absolute;
    width: 64px;
    height: 64px;
    top: -10px;
    right: -20px;
}
.product .price-old {
    line-height: 1;
}
.product .price-old span {
    display: inline-block;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #000;
    position: relative;
}
.product .price-old span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 45%;
    right: 0;
    border-top: 3px solid #ed1b24;
    transform: rotate(-10deg);
}
.name-input,
.phone-input {
    color: #000;
    font-size: 20px;
    margin-bottom: 10px;
}
.name-input label,
.phone-input label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.name-input input,
.phone-input input {
    border: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    box-sizing: border-box;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    min-width: 0;
    background: #fff;
    border: 1px solid #bfbfbf;
}
.button-submit:focus,
.best-form input:focus {
    outline: 0;
    box-shadow: 0 0 0 4px #bdab3c;
}
.button-submit {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    text-decoration: none;
    border-radius: 20px;
    color: #000;
    border: 4px solid #eeeccb;
    padding: 14px 0;
    cursor: pointer;
    background: #30e6ff;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
}
.button-submit:hover {
    background-image: linear-gradient(to bottom, #d8b81b, #fff080);
}
.best-form ::placeholder {
    color: #000;
    opacity: 1;
    font-weight: bold;
}
.countdown-text2 {
    color: #000;
    font-size: 18px;
}
.countdown-date2 {
    font-size: 30px;
    font-weight: 700;
    color: red;
    line-height: 1;
    margin-bottom: 15px;
}
.countdown-slash2 {
    font-weight: 400;
    color: #000;
}
#comments .coment_ava {
    width: 48px;
}
#comments .coment_ava img {
    border-radius: 50%;
    border: 2px solid #fff;
}
#comments .info {
    display: flex;
}
#comments .comment-text {
    width: 100%;
    padding: 0 10px;
    margin-top: -4px;
}
#comments .row-y-item {
    margin-bottom: 10px;
    padding: 10px 0;
}
#comments .name {
    font-weight: bold;
}
#comments {
    background: #eef1f5;
    padding: 15px;
}
#comments .spoint {
    color: #436f8f;
    font-size: 27px;
    margin: 0;
}
#comments .name {
    font-size: 20px;
}
#comments .comment-text {
    line-height: 1.5;
}
#comments .randdate {
    font-size: 14px;
    color: #666;
    display: none;
}
#comments .pg {
    background: #fff;
    border: 1px solid #b2b9c2;
    border-radius: 2px;
    padding: 10px;
}
#comments .comm-img {
    max-width: 100%;
    margin-top: 10px;
    border-radius: 2px;
    border: 2px solid #fff;
}
@media (min-width: 500px) {
    #comments .comm-img {
        max-width: 200px;
    }
}
.footer {
    background: #262626;
    overflow: hidden;
    position: relative;
    z-index: 7;
    margin: 0 auto;
    border-top: 9px solid #2483c5;
    font-size: 12px;
    text-align: center;
    color: #eee;
}
.footer div {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}
.footer a {
    color: #fff;
}
