.popup-_0ff3173e13954ca3 {
    display: none;
    z-index: 11;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    flex-direction: column;
}

.popup-_0ff3173e13954ca3.active-_0ff3173e13954ca3 {
    display: flex;
}

.popup-_0ff3173e13954ca3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    opacity: .7;
    z-index: -1;
}

.popup-content-_0ff3173e13954ca3 {
    position: relative;
    margin: auto;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 90%;
}

.popup-content-_0ff3173e13954ca3::-webkit-scrollbar {
    display: none;
}

.close-btn-_0ff3173e13954ca3 {
    background-color: unset;
    outline: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    height: 20px;
    width: 20px;
    border-radius: 0;
    border: 0;
    cursor: pointer;
}

.close-btn-_0ff3173e13954ca3::before,
.close-btn-_0ff3173e13954ca3::after {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    width: 2px;
    height: 100%;
    background-color: var(--text-primary);
}

.close-btn-_0ff3173e13954ca3::before {
    transform: rotate(45deg);
}

.close-btn-_0ff3173e13954ca3::after {
    transform: rotate(-45deg);
}

@media (max-width: 900px) {
    .close-btn-_0ff3173e13954ca3 {
        right: 15px;
        top: 15px;
    }
}

.loader-_0ff3173e13954ca3 {
    margin: 40px;
    width: 6em;
    height: 6em;
    border: 1.1em solid rgba(0, 0, 0, .2);
    border-left: 1.1em solid #000;
    border-radius: 50%;
    animation: load8-_0ff3173e13954ca3 1.1s infinite linear;
}

@keyframes load8-_0ff3173e13954ca3 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.card-e5f709a78d9e2cf7 {
    display: flex;
    width: 33.33333%;
    padding: 0 8px 16px;
}

.card__inner-wrapper-e5f709a78d9e2cf7 {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 40px 40px 48px;
    border-radius: 20px;
    overflow: hidden;
}

h4.card__title-e5f709a78d9e2cf7,
.card__description-e5f709a78d9e2cf7 {
    font-size: 24px;
    line-height: 1.33;
}

h4.card__title-e5f709a78d9e2cf7 {
    font-weight: 700;
    margin-bottom: 12px;
}

.card__description-e5f709a78d9e2cf7.has_btn-e5f709a78d9e2cf7 {
    margin-bottom: 32px;
}

.card__btn-e5f709a78d9e2cf7 {
    align-self: flex-start;
    margin-top: auto !important;
}

@media (max-width: 1439px) {
    .card-e5f709a78d9e2cf7 {
        width: 50%;
    }

    .card__inner-wrapper-e5f709a78d9e2cf7 {
        padding: 32px 32px 48px;
    }

    .card__description-e5f709a78d9e2cf7,
    .card__description-e5f709a78d9e2cf7 p {
        font-size: 20px;
    }
}

@media (max-width: 1151px) {
    .card__inner-wrapper-e5f709a78d9e2cf7 {
        padding: 24px 24px 40px;
    }

    h4.card__title-e5f709a78d9e2cf7 {
        font-size: 20px;
    }

    .card__description-e5f709a78d9e2cf7,
    .card__description-e5f709a78d9e2cf7 p {
        font-size: 18px;
    }

    .card__description-e5f709a78d9e2cf7.has_btn-e5f709a78d9e2cf7 {
        margin-bottom: 24px;
    }
}

@media (max-width: 767px) {
    .card-e5f709a78d9e2cf7 {
        width: 100%;
        padding: 0;
        margin: 0 0 16px;
    }

    .card__inner-wrapper-e5f709a78d9e2cf7 {
        align-items: center;
    }

    .card-e5f709a78d9e2cf7:last-of-type {
        margin-bottom: 0;
    }

    h4.card__title-e5f709a78d9e2cf7,
    .card__description-e5f709a78d9e2cf7 {
        text-align: center !important;
    }

    .card__btn-e5f709a78d9e2cf7 {
        align-self: center;
    }
}

.block-wrapper-_1411c79204020007 {
    display: flex;
    flex-direction: column;
}

h2.title-_1411c79204020007 {
    font-size: 48px;
    line-height: 1;
    text-align: center;
    width: 880px;
    margin: 0 auto 28px;
}

.description-_1411c79204020007 {
    font-size: 18px;
    line-height: 1.33;
    text-align: center;
    width: 880px;
    margin: 0 auto;
}

.cards-wrapper-_1411c79204020007 {
    width: calc(100% + 16px);
    display: flex;
    flex-wrap: wrap;
    margin: 68px -8px 0;
}

.cards-center-_1411c79204020007 {
    justify-content: center;
}

.block-link-_1411c79204020007 {
    margin-top: 68px;
    line-height: 1.33;
    align-self: center;
}

@media (max-width: 1439px) {
    h2.title {
        font-size: 40px;
        margin-bottom: 24px;
    }

    .cards-wrapper-_1411c79204020007 {
        width: 100%;
        margin: 68px 0 0;
        padding: 0 52px;
    }
}

@media (max-width: 968px) {
    h2.title {
        font-size: 30px;
        line-height: 1.1;
        margin-bottom: 16px;
        width: 100%;
    }

    .description-_1411c79204020007 {
        width: 100%;
    }

    .cards-wrapper-_1411c79204020007 {
        margin-top: 44px;
        padding: 0;
    }

    .block-link-_1411c79204020007 {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    h2.title,
    .description {
        padding-inline: 32px;
    }

    .block-wrapper-_1411c79204020007 {
        margin-left: -32px !important;
        margin-right: -32px !important;
    }
}

@media (max-width: 568px) {
    h2.title,
    .description {
        padding-inline: 24px;
    }

    .block-wrapper-_1411c79204020007 {
        margin-left: -24px !important;
        margin-right: -24px !important;
    }
}

.zero-margin-top-_1411c79204020007 {
    margin-top: 0;
}

h2.zero-margin-bottom-_1411c79204020007 {
    margin-bottom: 0 !important;
}

