.b-donation {
    position: relative;
    margin-top: 29px;
    padding: 26px 0 57px;
    width: 100%;
    color: #fff;
    background: #1f1d2d;
    text-align: center;
}

.b-donation__logo {
    left: 24px;
    top: -26px;
    position: absolute;
    width: 100px;
    height: 100px;
    background: url('fisher-house.png') no-repeat;
}

.b-donation__title {
    margin: 0 0 30px;
    text-align: center;
    font-size: 26px;
    font-family: 'Robotobold', Arial, sans-serif;
    font-weight: normal;
}

.b-donation__boxes {
    text-align: center;
}

.b-donation__box {
    display: inline-block;
    margin: 0 0 0 15px;
    padding: 11px 0 12px;
    width: 220px;
    background: #14181b;
    border: 1px solid #bf8a18;
}

.b-donation__box:first-child {
    margin: 0;
}

.b-donation__text {
    margin: 0;
    text-transform: uppercase;
    font-style: normal;
}

.b-donation__numbers {
    margin: 0;
    font-family: 'Robotobold', Arial, sans-serif;
    font-size: 19px;
    line-height: 18px;
}

.b-donation__content {
    margin: 19px auto 24px;
    width: 490px;
    text-align: center;
    font-family: 'Robotobold', Arial, sans-serif;
    font-size: 18px;
}

.b-donation__content_type_yellow {
    color: #ffcb33;
}

.b-donation__button {
    display: block;
    margin: auto;
    padding: 9px 0;
    width: 327px;
    background: #14181b;
    color: #fff;
    border: 1px solid #bf8a18;
    text-transform: uppercase;
    font-family: 'Robotobold', Arial, sans-serif;
    font-size: 17px;
    text-decoration: none;
    -moz-transition: 0.2s background linear;
    -webkit-transition: 0.2s background linear;
    transition: 0.2s background linear;
}

.b-donation__button:hover {
    background: none;
}

.b-donation__button:active {
    background: #14181b;
}

.l-page__container_background_fisher {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: contain;
    background: url('emblem.png') center center no-repeat;
    opacity: 0.1;
}