

/* Start:/local/templates/.default/components/bitrix/catalog.section.list/tabs_anchor/style.css?17515311312722*/
section.services_new {
    padding: 30px 0px 48px 0px;
}

h1.title.services {
    margin-bottom: 16px;
}

.services-block .tabs-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 18px;
    scrollbar-width: thin;
    scrollbar-color: #0078E1 #f0f0f0;
    scroll-snap-type: x proximity;
    margin-bottom: 24px;
}

.services-block .scroll-controls {
    display: none;
    position: absolute;
    gap: 24px;
    justify-content: space-between;
    pointer-events: none;
    top: -16px;
    transform: translateY(-100%);
    right: 0;
}

.services-block .tabs-container {
    width: 100%;
    position: relative;
    overflow: visible;
    margin-bottom: 24px;
}

.tabs-scrollbar-track {
    height: 1px;
    width: 100%;
    background-color: #D5D5D5;
    position: relative;
}

.tabs-scrollbar-thumb {
    height: 4px;
    width: 98px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #0078E1;
    border-radius: 4px;
    transition: width 0.3s ease;
}

.services-block .scroll-button {
    pointer-events: all;
    width: 36px;
    height: 36px;
    background: #2A2A2A;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    color: #0078E1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    z-index: 10;
}

.services-block .tab-item {
    min-width: max-content;
}

.services-block.tab-item {
    flex-shrink: 0;
}

.services-block .tab-item {
    padding: 8px 16px;
    border: 1px solid #0078E1;
    border-radius: 20px;
    color: #0078E1;
    font-size: 16px;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: unset;
    flex: 0 0 auto;
    scroll-snap-align: start;
}

.services-block .tab-item:hover {
    border-color: #0078E1;
    color: #0078E1;
    background-color: #DBDBDB;
}

.services-block .tab-item.active {
    color: #FFFFFF;
    background-color: #0078E1;
}

.services-block .scroll-button-prev {
    transform: rotate(180deg);
}

.services-block .tabs-wrapper::-webkit-scrollbar {
    display: none;
}

.services-block .tabs-wrapper {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

@media (min-width: 768px) {
    .services-block .scroll-controls {
        display: flex;
    }

}

@media (max-width: 768px) {
    .services-block .tabs-wrapper {
        margin-bottom: 17px;
        gap: 12px;
    }

    .services-block .tab-item {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .tabs-scrollbar-track {
        height: 2px;
        background-color: #fff;
    }

    .tabs-scrollbar-thumb {
        height: 2px;
        transform: translateY(-50%);
    }
}


/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/services_section/style.css?17515311315460*/
.services_new {
    overflow-x: clip;
}

.services-block {
    display: flex;
    flex-direction: column;
}

.services-section__wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 16px;
    padding-bottom: 56px;
    padding-top: 56px;
}

.services-section__wrapper:first-of-type {
    padding-top: 0px;
}

.services-section__sidebar {
    width: calc(33.333% - 8px);
}

.services-section__items {
    width: calc(66.666% - 8px);
    column-count: 2;
    column-gap: 16px;
}

.services-section__item {
    break-inside: avoid;
    margin-bottom: 16px;
    display: block;
    width: 100%;
}

.services-section__wrapper .card {
    background-color: transparent;
    border-radius: 24px;
    display: block;

}

.services-section__title {
    font-size: 2.25rem;
    font-weight: bold;
    line-height: 45px;
}

.services-section__item-title {
    color: #2a2a2a;
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 25px;
    font-weight: bold;
}

.services-section__description {
    font-size: 1rem;
    line-height: 21px;
    margin-top: 23px;
    margin-bottom: 23px;
}

.services-section__card {
    height: 100%;
}

.services-section__button {
    padding: 9px 16px;
    border-radius: 20px;
    background-color: #0078e1;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

/* Sticky заголовок */
.services-section__card-body.services-section__card-body--sticky {
    position: sticky;
    top: 100px;
}

.services-section__wrapper .services-section__item-body {
    padding: 44px 48px 42px 48px;
    background-color: #fff;
    border-radius: 24px;
}

.services-section__item-body ul li {
    margin-bottom: 0;
    color: #2a2a2a;
    list-style-type: none;
    line-height: 1.8;
}

.services-section__wrapper.bg_blue {
    position: relative;
    z-index: 1;
}

.services-section__wrapper.bg_blue .services-section__card {
    color: #fff;
}

.services-section__wrapper.bg_blue .services-section__button {
    background-color: #fff;
    color: #0078e1;
}

.services-section__wrapper.bg_blue::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #0078E1 !important;
    z-index: -1;
}

@media (min-width: 992px) {
    .services-section__button-mobile {
        display: none;
    }
}

@media (max-width: 992px) {

    .services-section__title {
        font-size: 18px;
        line-height: 22.5px;
        margin-bottom: 0;
    }

    .services-section__item-title::before {
        content: url(/local/templates/racurs/css/./../img/racurs_mark.svg);
        margin-right: 6px;
        flex-shrink: 0;
    }

    .services-section__item-title::after {
        content: url(/local/templates/racurs/img/vuesax-linear-arrow-square-up.svg);
        margin-left: auto;
        flex-shrink: 0;
    }

    .services-section__item-title::before,
    .services-section__item-title::after {
        height: 100%;
    }

    .services-section__item-title.active::after {
        transform: rotate(180deg);
        /* Поворачиваем иконку */
    }

    .services-section__item-title.active {
        margin-bottom: 10px;
    }

    .services-section__description {
        display: none;
    }

    .services-section__button {
        display: none;
    }

    .services-section__list {
        display: none;
    }

    .services-section__button-mobile {
        width: fit-content;
        padding: 9px 16px;
        border-radius: 20px;
        background-color: #0078e1;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
        font-size: 11px;
    }

    .services-section__wrapper.bg_blue .services-section__button-mobile {
        background-color: #fff;
        color: #0078e1;
    }

    .services-section__sidebar,
    .services-section__items {
        width: 100%;
    }

    .services-section__items {
        column-count: 1;
    }

    .services-section__item {
        margin-bottom: 10px;
    }

    .services-section__item-title {
        display: flex;
        align-items: center;
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 0;
        cursor: pointer;
    }

    .services-section__item-body ul li {
        font-size: 12px;
        font-weight: 500;
    }

    .services-section__item-body ul {
        margin-bottom: 0;
    }

    .services-section__wrapper .services-section__item-body {
        padding: 15px 12px 13px 12px;
        border-radius: 8px;
    }

    .services-section__wrapper {
        gap: 12px;
        padding-bottom: 20px;
        flex-direction: column;
        padding-top: 14px;
        margin-bottom: 4px;
    }

    .services-section__item:last-of-type {
        margin-bottom: 4px;
    }

}

@media (max-width: 576px) {
    .industry_solutions .owl-dots {
        margin-top: 12px;
        height: 2px;
    }

    .industry_solutions .owl-dots button.owl-dot {
        height: 2px;
        background-color: #D5D5D5 !important;
    }

    .industry_solutions .owl-dots button.owl-dot.active {
        background-color: #0078E1 !important;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/listing_img/style.css?1719390813425*/
.show_more_cl {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    color: #0078E1;
}
.show_less_cl {
    display: none;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.5rem;
    text-decoration: none;
    color: #0078E1;
}
.clients-item img {
    max-height: 110px;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/industry_solutions/style.css?17515311312977*/
.industry_solutions {
    margin-bottom: 54px;
}

.industry_solutions_inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.industry_solutions_texts {
    width: calc(100% / 3);
}

.industry_solutions_slider_inner {
    display: flex;
    align-items: stretch;
}

.industry_solutions_texts .title {
    line-height: 45px;
    margin-bottom: 24px;
}

.btn-blue_message {
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('/local/templates/racurs/img/vuesax-linear-messages.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
    cursor: pointer;
}

.industry_solutions_slider {
    width: calc(((100% - 16px) / 3)*2);
}

.industry_solutions_slide {
    background-color: #fff;
    padding: 44px 48px 60px 48px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    background-color: white;
    width: 100%;
    position: relative;
    overflow: visible;
    height: 100%;
    color: #2A2A2A;
}

.industry_solutions_slide_text li {
    list-style-type: none;
    line-height: 1.8;
}

.industry_solutions_slide_title {
    margin-bottom: 25px;
    font-weight: bold;
}

.industry_solutions_slide ul,
.services-section__items ul {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
}

.industry_solutions_inner .owl-carousel .owl-stage {
    display: flex !important;
}

.industry_solutions_inner .owl-carousel .owl-item {
    display: flex;
    align-items: stretch;
    height: auto !important;
}

.industry_solutions_inner .industry_solutions_slide {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.industry_solutions_inner .owl-dots {
    display: none;
}

@media (max-width: 768px) {
    .clients-buttons {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 576px) {
    .industry_solutions {
        margin-bottom: 20px;
    }

    .industry_solutions_inner .owl-dots {
        display: flex;
    }

    .industry_solutions_inner {
        flex-direction: column;
    }

    .industry_solutions_texts {
        width: 100%;
    }

    .industry_solutions_texts .title {
        line-height: 20px;
        margin-bottom: 0px;
    }

    .clients-buttons {
        display: none !important;
    }

    .industry_solutions_slider {
        width: 100%;
    }

    .industry_solutions_slider_inner.owl-carousel .owl-stage {
        margin-left: -40px;
    }

    .industry_solutions_slider_inner.owl-carousel .owl-stage-outer {
        margin-right: -12px;
    }

    .industry_solutions_slide {
        padding: 14px 15px 14px 16px;
        border-radius: 16px;
    }

    .industry_solutions_inner {
        gap: 12px;
    }

    .industry_solutions_slide_title {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 20px;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/carousel_min/style.css?1751540829904*/
.awards .owl-carousel .owl-item img,
.orm_awards .owl-carousel .owl-item img {
  filter: grayscale(100%);
}
.awards .owl-carousel .owl-item img:hover,
.orm_awards .owl-carousel .owl-item img:hover {
  filter: inherit;
}
.slider-certificates__arrows .arrow_rotate {
  rotate: 180deg;
}

.services_new .section__blue.section__transparent {
  background-color: transparent;
  padding-bottom: 0;

  .title_white {
    color: black;
  }
  p {
    color: black;
  }
  .certificates__text {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .slider-certificates__arrows .owl-prev,
  .slider-certificates__arrows .owl-next {
    width: 24px;
    height: 24px;
    top: 28%;
  }
}
@media (max-width: 576px) {
  .steps .owl-next {
    right: -10px;
  }
  .slider-certificates__arrows .owl-next {
    right: 0 !important;
  }
  .slider-certificates__arrows .owl-prev,
  .steps .owl-prev {
    left: -10px;
  }
}

/* End */
/* /local/templates/.default/components/bitrix/catalog.section.list/tabs_anchor/style.css?17515311312722 */
/* /local/templates/.default/components/bitrix/news.list/services_section/style.css?17515311315460 */
/* /local/templates/.default/components/bitrix/news.list/listing_img/style.css?1719390813425 */
/* /local/templates/.default/components/bitrix/news.list/industry_solutions/style.css?17515311312977 */
/* /local/templates/.default/components/bitrix/news.list/carousel_min/style.css?1751540829904 */
