.sub__title {
    font-size: 33px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    color: #363636;
}

.sub__text {
    font-size: 16px;
    line-height: 24px;
    color: #7a7a7d;
    margin-top: 34px;
    display: block;
}

.form {
    margin-top: 100px;
}

.form__title {
    color: #99999c;
    font-weight: 700;
    line-height: 28px;
    font-size: 28px;
    padding: 0;

}

.form__text {
    color: #99999c;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    margin-top: 32px;
    padding: 0;
}

.form__input {
    margin-top: 32px;
    display: block;
    border-bottom: 1px solid #c4c4c4;
    padding: 0 0 8px 0;
    font-size: 16px;
    line-height: 24px;
    color: #4F4F4F;
}

.form__box {
    display: flex;
    align-items: baseline;
    margin-top: 32px;
    padding: 0;
    padding-top: 8px;
    box-sizing: border-box;
}

.form__checkbox {
    display: inline-block;
    background-color: #e4e4e4;
    border: none;
    outline: none;
    margin-right: 15px;
}

.form__label {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #363636
}
.form__btn-wrapper {
    padding: 0;
    margin-top: 32px;
}
.form__btn {
    display: inline-block;
    color: white;
    background-color: #ed1c24;
    border-radius: 999em;
    padding: 8px 16px;
    line-height: 24px;
    font-size: 16px;
    width: 160px;
    height: 44px;
    box-sizing: border-box;
    transition: all 0.15s ease-out;
}
.form__btn:hover {
    -webkit-box-shadow: 0px 0px 27px 8px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 27px 8px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 27px 8px rgba(34, 60, 80, 0.2);
}