
.form-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 0;
}

.form-text {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.form-text--top {
    margin-bottom: 28px;
}

.form-text--middle {
    margin-bottom: 20px;
    font-weight: 700;
}

.red {
    color: #E4382A;
}

.form-img {
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 170px;
}

.form-checktext {
    display: flex;
    align-items: flex-end;
    margin-bottom: 25px;
}
.form-checktext__text {
    font-size: 14px;
    text-decoration: underline;
    line-height: 122.682%;
}

.form-prices {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 14px;
}
.form-prices__old {
    text-decoration: line-through;
    font-size: 16px;
    font-weight: 700;
}
.form-prices__new {
    font-size: 24px;
    font-weight: 700;
    color: #E4382A;
}

.form-wrap form {
    max-width: 470px;
    width: 100%;
}

.input-form {
    display: block;
    border-radius: 3px;
    border: 1px solid #909090;
    padding: 10px 25px;
    line-height: 150%;
    font-size: 16px;
    font-weight: 400;
    height: 56px;
    width: 100%;
    margin-bottom: 14px;
    background: none;
}

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

.submit-form {
    height: 56px;
    width: 100%;
    padding: 10px;
    border-radius: 3px;
    background: #E4382A;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 46px;
    border: none;
}

.form-protection {
    max-width: 470px;
    width: 100%;
    margin-bottom: 28px;
}

.form-bottom-text {
    font-size: 16px;
    line-height: 122%;
}
