.b-mbam-page {
    font-family: Tahoma, sans-serif;
}

.b-mbam__wrapper {
    width: 1000px;
    margin: 50px auto;
}

.b-mbam-page__title {
    font-weight: normal;
    color: #025d81;
    margin-bottom: 45px;
}

.b-intro__title {
    color: #025d81;
    font-size: 24px;
    font-weight: normal;
}

.b-intro__text {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 14px 0;
    width: 932px;
}

.b-intro__important {
    color: #1b8db7;
    font-weight: bold;
}

.b-intro__link, .intro__link:hover {
    color: #025d81;
    text-decoration: underline;
}

.b-step {
    position: relative;
    display: flex;
    align-items: center;
}
.b-step:first-child {
    padding-top:0;
}
.b-step_bordered {
    padding: 62px 0;
    border-bottom: 1px solid #CDCDCD;
}
.b-step_bordered+.b-step {
    padding-top: 62px;
}
.b-step:not(.b-step_bordered)+.b-step_bordered {
    padding-top:0;
}

.b-step__wrapper {
    width: 900px;
}

.b-step__number {
    display: inline-block;
    width: 52px;
    height: 52px;
    margin: 25px 15px 25px 0;
    background: #1b8db7;
    border-radius: 10px;
    font: 700 30px/52px Verdana, sans;
    color: #FFF;
    text-align: center;
    text-shadow: 1px 2px 0 #000;
}
.b-step__number+.b-step__text {
    margin-left: 18px;
}
.b-step__text {
    font-size: 18px;
    line-height: 24px;
    width: 375px;
    display: inline-block;
    vertical-align: top;
    margin-left: 75px;
}
.b-step__text a {
    color: #1b8db7;
    text-decoration: none;
}
.b-step__text a:hover {
    text-decoration: underline;
}

.b-feedback-form__wrapper {
    background: #f7f7f7;
    padding: 40px 40px 110px 40px;
    margin-top: 100px;
}

.b-feedback-form__title {
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    color: #025d81;
    margin: 0;
}
.b-feedback-form__text {
    font-size: 18px;
    line-height: 24px;
}
.b-feedback-form__message {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 155px;
    border: 1px solid #d2d2d2;
    resize: none;
    margin-top: 15px;
}
.b-feedback-form__btn {
    border: 0;
    background: #1b8db7;
    color: white;
    border-radius: 5px;
    padding: 11px 40px;
    font-size: 24px;
    margin-top: 18px;
    float: right;
}
.b-feedback-form__btn:hover {
    background: #1da2d3;
}
.b-feedback-form__answer {
    color: #025d81;
    text-align: center;
    font-size: 24px;
}