:root {
    --primary: #E4382A;
}

.red-form *, .red-form:before, .red-form:after {
    box-sizing: border-box;
    font-family: sans-serif;
    line-height: 150%;
}

.form__button {
    max-width: 470px;
    height: 54px;
    width: 100%;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    text-transform: uppercase;
}

.red-form p {
    margin-bottom: 0;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.prod_img_wrapper {
    max-width: 470px;
    margin: 15px auto;
    position: relative;
    text-align: center;
}

.form-title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
}

.form-subtitle {
    font-size: 18px;
    margin-bottom: 10px;
}

.timer {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: rgb(228, 56, 42);
    padding: 10px 0px;
}

.check-wrap {
    display: flex;
    align-items: flex-end;
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline;
    justify-content: center;
    margin-bottom: 18px;
}

.priceс {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.security {
    max-width: 470px !important;
    width: 100%;
    margin-inline: auto;
}

.form-footer-text, .phone-label {
    max-width: 470px;
    width: 100%;
    margin: 0 auto;
}

.input-wrapper {
    max-width: 470px;
    margin: 0 auto;
}

.main-link {
    width: 100%;
    margin-inline: auto;
    margin-bottom: 40px;
    padding-inline: 20px;
    padding-block: 14px;
    font-size: 20px;
    text-decoration: none;
    background-color: #de0606;
    text-align: center;
    color: #fff !important;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}

.new-price {
    font-weight: 700;
    font-size: 32px;
    color: var(--primary);
}

.new-price {
    font-size: 36px;
    display: inline-block;
    margin-left: 10px;
}

.old-price {
    font-weight: 700;
    font-size: 20px;
}

.old-price {
    font-size: 19px;
    text-decoration: line-through;
}

.wheel_input {
    padding: 10px !important;
    display: block !important;
    margin: 0 auto 20px !important;
    padding: 10px !important;
    width: 100% !important;
    border: 1px solid #919191 !important;
    border-radius: 3px !important;
    height: 54px;
    width: 100%;
    font-size: 16px;
}

.check-wrap img {
    width: 25px;
    max-width: 25px;
    margin: 0;
}

.red-form {
    text-align: center;
}

.red-form .prod-img {
    max-width: 230px;
    width: 100%;
    margin-inline: auto;
    margin-bottom: 10px;
}

.form-subtitle {
    font-size: 18px;
    margin-bottom: 10px;
}

.form-subtitle--red {
    color: var(--primary);
    font-weight: 700;
}

.red-form {
    font-family: 'Inter', 'sans-serif';
}

@media (max-width: 768px) {
    .red-form .prod-img {
        max-width: 175px;
    }

    .form-title {
        font-size: 20px;
    }

    .form-subtitle {
        font-size: 16px;
    }

    .timer {
        font-size: 24px;
    }

    .new-price {
        font-size: 24px;
    }

    .old-price {
        font-size: 18px;
    }

    .priceс {
        align-items: flex-end;
    }

    .main-link {
        margin-bottom: 10px;
    }
}
