.service-focus {}
.service-focus .items.show_desktop {
    display: flex;
}

.service-focus .title-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4.35em;

}

.service-focus .title-wrapper.additional_title_margin_bottom {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8.35em;

}

.service-focus .number {
    font-size: 0.7em;
    color: #000;
    font-weight: 500;
}
.service-focus .items.show_mobile {
    display: none;
}
.service-focus .text-box-new a.border_bottom {
    margin-bottom: 1em;
}
.service-focus:not(:has(.title-wrapper)) .section_subtitle_block {
    text-transform: initial;
    font-size: 1.45em;
    line-height: 1.15em;
    letter-spacing: -0.01em;
    margin: 0 0 12px;
    color: #000;
    font-weight: 500;
}
.service-focus .section_title_block {
    margin-bottom: 0.5em;
}

.service-focus .title-wrapper .section_title_block {
    flex: 1 0 35%;
    margin: 0;
}

.service-focus .title-wrapper .section_subtitle_block {
    flex: 1 0 60%;
    text-transform: uppercase;
    margin: 0;
}

.service-focus .items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 16px;
    row-gap: clamp(36px, 54 * (100vw / 1920), 54px);
}

.service-focus .items:has(.item .image) {
    row-gap: clamp(36px, 84 * (100vw / 1920), 84px);
}
.service-focus:has(.main-page-link) .items {
    margin-bottom: clamp(16px, 36 * (100vw / 1920), 36px);
}

.service-focus .main-page-link {
    font-weight: 500 !important;
}

.service-focus .item_row {
    flex: 1 0 100%;
}

.service-focus .item_row.half_row {
    flex: 0 0 calc(50% - 1em);
}
.service-focus .items .one_cols.wrap,
.service-focus .items .two_cols.wrap {
    display: flex;
    flex-wrap: wrap;
}

.service-focus .items .item {
    display: flex;
    text-decoration: none;
    flex-direction: column;
    gap: 10px;
}

.service-focus .items .item .image {
    position: relative;
}

.service-focus .items .item .image .btn-link {
    opacity: 0;
    top: 0;
    right: 0;
}

.service-focus .items .item:hover .image .btn-link {
    opacity: 1;
}

.service-focus .items .border_top {
    border-top: 2px solid #d1d1d1;
    padding-top: 16px;
}

.service-focus .items .border_top:hover {
    border-color: #000;
}

.service-focus .items .text-box-new h3 {
    display: flex;
    margin-bottom: 16px;
}

.service-focus .items .text-box-new h3 * {
    font-weight: 500;
}

.service-focus .items .one_cols > div {
    flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    counter-increment: list;
    padding-top: 14px;
    margin-bottom: 1.2em;
}
.service-focus .items .two_cols > div {
    flex: 0 1 calc( 50% - 1em );
    -webkit-flex: 0 1 calc( 50% - 1em );
    counter-increment: list;
    padding-top: 14px;
}
.service-focus .items .item_row_margin_right .one_cols > div,
.service-focus .items .two_cols > div:nth-child(odd) {
    margin-right: 2em;
}
.service-focus .items .one_cols > div:hover,
.service-focus .items .two_cols > div:hover {
    border-color: #000;
}
.service-focus h3.item-title_group_services {
    font-size: 1.1em;
    font-weight: 500;
    color: #000;
    text-transform: initial;
}
.item-block-center {
    text-align: center;
}
.item-block-half-width {
    width: calc( 50% - 0.75em );
}
.service-focus .three_columns_list,
.service-focus .two_columns_list {
    display: flex;
    flex-wrap: wrap;
}
.service-focus .three_columns_list {
    gap: 1em;
}
.service-focus .three_columns_list ul {
    flex: 1 0 calc(33.33% - 0.7em);
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.service-focus .two_columns_list ul {
    flex: 1 0 50%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.service-focus .items .block_description,
.service-focus .items .block_description * {
    font-weight: 400;
}
.service-focus .items .three_columns_list ul > li,
.service-focus .items .two_columns_list ul > li {
    padding-bottom: 0.5em;
}
.service-focus .items .three_columns_list ul > li a,
.service-focus .items .two_columns_list ul > li a {
    color: #000;
    font-size: 1.1em;
}
.service-focus .items .three_columns_list ul > li a:hover,
.service-focus .items .two_columns_list ul > li a:hover {
    color: #000;
}
.service-focus .items .three_columns_list ul > li:before,
.service-focus .items .two_columns_list ul > li:before {
    content: "";
    margin-right: 0;
}


@media screen and (max-width: 768px) {

    .service-focus .title-wrapper {
        flex-direction: column;
        gap: 1em;
        padding-bottom: 1em;
    }

    .service-focus .title-wrapper .section_subtitle_block {
        font-size: 1.3em !important;
        line-height: 1.12em !important;
        font-weight: 500;
    }

    .service-focus .items.show_desktop {
        display: none;
    }
    .service-focus .items.show_mobile {
        display: flex;
    }

    .service-focus .items {
        grid-template-columns: repeat(2, 1fr);
    }
    .service-focus .items .one_cols > div {
        margin-bottom: 0;
    }
    .service-focus .items .two_cols > div {
        flex: 0 1 100%;
        -webkit-flex: 0 1 100%;
    }
    .service-focus .items .item_row_margin_right .one_cols > div,
    .service-focus .items .two_cols > div:nth-child(odd) {
        margin-right: 0;
    }
    .item-block-half-width {
        width: 100%;
    }
    .service-focus .item_row.half_row {
        flex: 1 0 100%;
    }
    .service-focus .three_columns_list {
        flex-direction: column;
        gap: 0;
    }
}

@media screen and (max-width: 530px) {
    .service-focus .items {
        grid-template-columns: repeat(1, 1fr);
    }
}
