.benefits-description {
    text-align: left;
    margin-bottom: 30px;
}

.benefits-image {
    margin-top: 25px;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.h-section h1 {
    cursor: pointer;
}

.membership-benefits {
    margin-top: 30px;
}

.membership-benefits__title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.membership-benefits__text {
    margin-bottom: 25px;
}

html.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

html.fancybox-lock body {
    overflow: hidden !important;
}

html.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('/bitrix/templates/cor/js/fancybox/fancybox_overlay.png');
}

.step-block .desc {
    display: none;
    position: absolute;
    padding: 10px;
    z-index: 1;
    background: #ffeeee;
    top: 0;
}

.step-block:hover > .desc {
    display: block;
} 