

/* Start:/local/templates/dz-bs-2024/components/bitrix/catalog.section.list/services/style.css?17842966792190*/
.services-catalog-tools {
    margin-top: 24px;
}

.services-catalog-heading,
.services-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.services-catalog-heading h2 {
    margin: 0;
    font-size: 28px;
}

.services-catalog-heading p {
    margin: 6px 0 0;
    color: #7a8087;
}

.services-catalog-count {
    color: #7a8087;
    white-space: nowrap;
}

.services-catalog-search {
    position: relative;
    margin: 22px 0 16px;
}

.services-catalog-search input {
    width: 100%;
    height: 60px;
    padding: 0 110px 0 54px;
    border: 2px solid #dce2e7;
    border-radius: 12px;
    background: #fff;
    font-size: 17px;
    outline: none;
}

.services-catalog-search input:focus {
    border-color: #1559a7;
    box-shadow: 0 0 0 4px rgba(21, 89, 167, .08);
}

.services-catalog-search-icon {
    position: absolute;
    top: 15px;
    left: 20px;
    color: #1559a7;
    font-size: 25px;
    line-height: 1;
}

.services-catalog-search button {
    position: absolute;
    top: 13px;
    right: 14px;
    padding: 7px 12px;
    border: 0;
    border-radius: 18px;
    background: #eef3f7;
    color: #66717c;
}

.services-catalog-sections {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 28px;
}

.services-catalog-sections a {
    padding: 10px 15px;
    border: 1px solid #d8dde3;
    border-radius: 22px;
    color: #4c555e;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
}

.services-catalog-sections a:hover,
.services-catalog-sections a.active {
    border-color: #dc262c;
    background: #dc262c;
    color: #fff;
}

@media (max-width: 767.98px) {
    .services-catalog-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .services-catalog-heading h2 {
        font-size: 24px;
    }

    .services-catalog-search input {
        height: 56px;
        padding-right: 18px;
        font-size: 16px;
    }

    .services-catalog-search button {
        display: none;
    }

    .services-catalog-sections a {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
    }
}

/* End */


/* Start:/local/templates/dz-bs-2024/components/bitrix/news/services/bitrix/news.list/.default/style.css?17843021125411*/
.services-catalog {
    padding: 4px 0 16px;
}

.services-feature-section {
    margin: 18px 0 38px;
}

.services-section-heading {
    padding-bottom: 14px;
    border-bottom: 1px solid #e3e7ea;
}

.services-section-heading h2 {
    margin: 0;
    font-size: 26px;
}

.services-section-heading > span {
    color: #7a8087;
}

.services-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 16px;
}

.services-feature-card {
    position: relative;
    min-height: 145px;
    padding: 22px 46px 22px 22px;
    overflow: hidden;
    border: 1px solid #e1e5e8;
    border-radius: 13px;
    background: linear-gradient(135deg, #fff, #f7f9fb);
    box-shadow: 0 5px 18px rgba(39, 51, 67, .04);
    color: inherit;
    text-decoration: none;
}

.services-feature-card:hover {
    border-color: #b9c9da;
    color: inherit;
    transform: translateY(-1px);
}

.services-feature-card strong,
.services-feature-card > span:not(.services-feature-badge) {
    display: block;
}

.services-feature-card strong {
    margin: 12px 0 7px;
    color: #1559a7;
    font-size: 20px;
    line-height: 1.25;
}

.services-feature-card > span:not(.services-feature-badge) {
    color: #707780;
    font-size: 14px;
    line-height: 1.45;
}

.services-feature-card i {
    position: absolute;
    right: 17px;
    bottom: 1px;
    color: #e2e7ec;
    font-size: 62px;
    font-style: normal;
    line-height: 1;
}

.services-feature-badge {
    display: inline-block;
    padding: 5px 8px;
    border-radius: 5px;
    background: #fff0f0;
    color: #d9252c;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 1;
    text-transform: uppercase;
}

.services-directory {
    margin-top: 22px;
}

.services-catalog-groups {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 56px;
    margin-top: 20px;
}

.services-catalog-group {
    padding-bottom: 16px;
    border-bottom: 1px solid #edf0f2;
}

.services-catalog-group h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin: 0 0 7px;
    color: #1559a7;
    font-size: 20px;
}

.services-catalog-group h3 small {
    min-width: 28px;
    padding: 4px 8px;
    border-radius: 12px;
    background: #eef3f8;
    color: #617286;
    font-size: 12px;
    text-align: center;
}

.services-catalog-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    min-height: 42px;
    padding: 8px 0;
    border-bottom: 1px dashed #e3e7ea;
    color: #30353a;
    outline: none;
}

.services-catalog-item:last-child {
    border-bottom: 0;
}

.services-catalog-item:hover .services-catalog-item-name,
.services-catalog-item:focus .services-catalog-item-name,
.services-catalog-item:focus-within .services-catalog-item-name {
    color: #dc262c;
}

.services-catalog-item-name {
    transition: color .15s ease;
}

.services-catalog-actions {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 6px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(6px);
    transition: opacity .15s ease, transform .15s ease, visibility .15s ease;
}

.services-catalog-item:hover .services-catalog-actions,
.services-catalog-item:focus .services-catalog-actions,
.services-catalog-item:focus-within .services-catalog-actions {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.services-catalog-action {
    padding: 5px 8px;
    border: 1px solid #d6dce2;
    border-radius: 6px;
    background: #fff;
    color: #1559a7;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    text-decoration: none;
}

.services-catalog-action:hover,
.services-catalog-action:focus {
    border-color: #1559a7;
    color: #1559a7;
}

.services-catalog-action-book,
.services-catalog-action-book:hover,
.services-catalog-action-book:focus {
    border-color: #dc262c;
    background: #dc262c;
    color: #fff;
}

.services-catalog-empty {
    margin-top: 22px;
    padding: 30px;
    border-radius: 12px;
    background: #f5f7f9;
    color: #727b84;
    text-align: center;
}

@media (max-width: 991.98px) {
    .services-feature-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .services-section-heading {
        align-items: flex-start;
    }

    .services-section-heading h2 {
        font-size: 24px;
    }

    .services-section-heading > span {
        max-width: 110px;
        text-align: right;
    }

    .services-catalog-groups {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .services-catalog-group h3 {
        align-items: flex-start;
    }

    .services-catalog-item {
        align-items: flex-start;
        flex-wrap: wrap;
        min-height: 44px;
    }

    .services-catalog-actions {
        width: 100%;
        max-height: 0;
        overflow: hidden;
        transform: translateY(-4px);
        transition: max-height .15s ease, margin .15s ease, opacity .15s ease, transform .15s ease, visibility .15s ease;
    }

    .services-catalog-item:hover .services-catalog-actions,
    .services-catalog-item:focus .services-catalog-actions,
    .services-catalog-item:focus-within .services-catalog-actions {
        max-height: 40px;
        margin-top: 4px;
        transform: translateY(0);
    }
}

/* End */


/* Start:/local/templates/dz-bs-2024/components/bitrix/news.list/services-helpful/style.css?17842966791883*/
.services-helpful {
    margin: 54px 0 12px;
    padding-top: 34px;
    border-top: 1px solid #e3e7ea;
}

.services-helpful-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 18px;
}

.services-helpful-heading h2 {
    margin: 0;
    font-size: 28px;
}

.services-helpful-heading p {
    margin: 6px 0 0;
    color: #7a8087;
}

.services-helpful-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.services-helpful-card {
    overflow: hidden;
    border: 1px solid #e1e5e8;
    border-radius: 12px;
    background: #fff;
}

.services-helpful-image {
    display: block;
    height: 180px;
    overflow: hidden;
}

.services-helpful-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .2s ease;
}

.services-helpful-card:hover .services-helpful-image img {
    transform: scale(1.025);
}

.services-helpful-content {
    padding: 18px 20px 20px;
}

.services-helpful-content > small {
    color: #9299a1;
}

.services-helpful-content h3 {
    margin: 8px 0 10px;
    font-size: 20px;
    line-height: 1.3;
}

.services-helpful-content h3 a {
    color: #1559a7;
    text-decoration: none;
}

.services-helpful-content p {
    display: -webkit-box;
    margin: 0 0 13px;
    overflow: hidden;
    color: #626a72;
    font-size: 14px;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.services-helpful-more {
    color: #dc262c;
    font-weight: 600;
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .services-helpful-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .services-helpful-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .services-helpful-image {
        height: 200px;
    }
}

/* End */
/* /local/templates/dz-bs-2024/components/bitrix/catalog.section.list/services/style.css?17842966792190 */
/* /local/templates/dz-bs-2024/components/bitrix/news/services/bitrix/news.list/.default/style.css?17843021125411 */
/* /local/templates/dz-bs-2024/components/bitrix/news.list/services-helpful/style.css?17842966791883 */
