#contentidea,
#contentidea h4 {
    color: #000;
}

#contentidea textarea {
    background: #fcfbfb;
    border: 1px solid #b2b2b2;
    border-radius: 25px !important;
    padding: 20px;
}

#contentidea .btn {
    padding: 0 20px;
    font-size: 17px;
    font-weight: bold;
    border: 2px solid #bb0101;
    border-radius: 25px !important;
    height: 50px;
    color: #fff;
    background: #bb0101;
}

#contentidea .btn:hover {
    border-color: #bb0101;
    color: #bb0101;
    background: #fff;
}

#contentidea .chrono-title {
    font-size: 12px;
    color: #000;
    opacity: .5;
    margin: 15px 0 10px;
}

#contentidea .chrono-time {
    color: #000;
    font-size: 36px;
    margin-bottom: 25px;
}

#contentidea .chrono-summ {
    display: flex;
    padding: 25px 30px;
}

#contentidea .chrono-summ__item+.chrono-summ__item {
    margin-left: 30px;
}

#contentidea .chrono-summ__num {
    font-size: 40px;
    font-weight: bold;
    color: #000;
    display: block;
    margin-bottom: 10px;
}

#contentidea .chrono-summ__label {
    font-size: 12px;
    color: #000;
    opacity: .5;
    margin-bottom: 10px;
}

#contentidea .checkbox:checked+.checkbox-custom::before,
#contentidea .radio:checked+.radio-custom::before {
    background: #f00;
}

#contentidea label {
    margin-bottom: 0;
}


.rlite-form-label {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: .5rem;
}

.rlite-form sup {
    color: #FA221B;
    font-weight: bold;
    font-size: 1em;
    line-height: .5;
}

.rlite-form {
    color: #000;
}

.rlite-error {
    margin: .5rem 0;
    width: 100%;
    color: #FA221B;
    background: #FFEAE8;
    border: 1px solid #FA221B;
    border-radius: 15px;
    padding: 15px 20px;
    font-size: 14px;
}

.page-wrapper .rlite-form input[type="text"],
.page-wrapper .rlite-form input[type="email"],
.page-wrapper .rlite-form textarea {
    width: 100%;
    background: #fcfbfb;
    border: 1px solid #b2b2b2;
    border-radius: 15px;
    padding: 15px 20px;
    font-size: 14px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.page-wrapper .rlite-form textarea {
    text-align: left;
    font-size: 17px !important;
}

.rlite-form input[type="radio"],
.rlite-form input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: 0 .5rem 0 0;
    border-radius: 999px;
    border: 1px solid #ccc;
    background: #fff;
}

.rlite-form input[type="radio"]:checked,
.rlite-form input[type="checkbox"]:checked {
    border-color: #FA221B;
    background: #FA221B url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='3' cy='3' r='3' fill='white'/%3E%3C/svg%3E%0A") no-repeat center center;
}

.rlite-calc-label {
    font-size: .9em;
    line-height: 1.4;
    margin-bottom: .5rem;
}

.page-wrapper .rlite-calc-val {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: .75rem;
    line-height: 1;
}

.page-wrapper .rlite-calc-btn {
    text-align: center;
    display: inline-block;
    padding: 20px 30px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    border: none;
    border-radius: 30px;
    background: #d60000;
    line-height: 1;
    margin-top: 25px;
    min-width: 200px;
}

.mminus70 {
    margin-top: -70px;
}