

/* Start:/bitrix/components/mav/help.center/templates/.default/style.css?17774509211006*/
.row .item {
    margin-bottom: 20px;
}
.row .item .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity .5s;
    padding: 10px;
    text-align: center;
    letter-spacing: 1px;
    border: 1px solid;
    padding: 30px 10px;
}
.row .item .wrapper h2 {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0;
}
.contact-block a {
    text-decoration: underline;
    font-weight: 600;
}
.detail-block .accordion-item h3 {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .container .detail-block {
        max-width: 70vw;
        margin-right: auto;
        margin-left: auto;
    }
}

@keyframes textHighlight {
    0% {
        background-color: var(--bs-primary);
    }
    100% {
        background-color: transparent;
    }
}

.text-highlight {
    display: inline;
    animation: textHighlight 2.5s ease-out;
}
/* End */
/* /bitrix/components/mav/help.center/templates/.default/style.css?17774509211006 */
