.b-services-detail {
    margin-top: -63px;
}

.b-services-detail--hero {
    padding-top: 63px;
}

.b-services-detail--hero,
.b-services-detail--form {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.b-services-detail--main_content-img {
    display: none;
}

.b-breadcrumbs__item-link {
    color: #FFFFFF !important;
}

.b-breadcrumbs__item:not(:last-child)::after {
    background-image: url(/local/templates/ropesystems/images/svg/icon-arrow-right-white.svg) !important;
}


.b-breadcrumbs__item:hover .b-breadcrumbs__item-link {
    color: #FFFFFF !important;
}

.b-services-detail--hero .l-container {
    height: inherit;
    display: flex;
    flex-direction: column;
    gap: 7rem;
    padding-bottom: 7rem;
}

.b-services-detail--main_content {
    width: 80%;
}

.b-services-detail--main_content-button {
    margin-top: 4rem;
}

.b-services-detail--main_content-button_link {
    margin-top: unset !important;
    font-family: Open Sans !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 130% !important;
    letter-spacing: 0%;
    vertical-align: middle;
    padding: 12px 50px !important;

}

.b-services-detail--main_content-title {
    color: #E6E8ED;
    font-family: Open Sans;
}

.b-services-detail--main_content-text {
    font-weight: 600;
    font-size: 22px;
    line-height: 130%;
    color: #F2F2F2;
}

.b-services-detail--advantages {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 28px;
    gap: 1rem;
    background: #F2F2F2;
    border-radius: 16px;
}

.b-services-detail--advantage_item {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    display: flex;
    align-items: center;
    max-width: 13rem;
    border-right: 1px solid #000;
    padding-right: 2rem;
}

.b-services-detail--advantage_item:last-child {
    padding-right: unset;
}

.b-services-detail--advantage_item:last-child {
    border-right: unset;
}

.b-services-detail--text_content {
    margin-top: 48px;
}

.b-services-detail--model_3d {
    width: 100%;
    height: 600px;
    margin: 48px 0;
    border: none;
    background: transparent;
    position: relative;
    overflow: hidden;
}

.b-services-detail--model_3d canvas {
    display: block;
    width: 100% !important;
    height: 100% !important;
    border: none;
    outline: none;
}

.b-services-detail--model_3d-preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(242, 242, 242, 0.95);
    z-index: 5;
    transition: opacity 0.3s ease;
}

.b-services-detail--model_3d-preloader-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(0, 59, 170, 0.1);
    border-top-color: #003BAA;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 20px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.b-services-detail--model_3d-preloader-text {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    color: #262626;
    text-align: center;
}

.b-services-detail--model_3d-controls {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 10;
}

.b-services-detail--model_3d-zoom-btn {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    color: #262626;
    padding: 0;
}

.b-services-detail--model_3d-zoom-btn:hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
}

.b-services-detail--model_3d-zoom-btn:active {
    transform: translateY(0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.b-services-detail--model_3d-zoom-btn svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
}

.b-services-detail--text_content,
.b-services-detail--accordion,
.b-services-detail--stages,
.b-services-detail--tech,
.b-services-detail--cases {
    margin-bottom: 92px;
}

.b-services-detail--accordion {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;

}

.b-services-detail--accordion_left,
.b-services-detail--accordion_right {
    width: 50%;
}

.b-services-detail--form .l-container {
    padding: 93px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10rem;
}

.b-services-detail--form_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
}

.b-services-detail--form_title {
    font-weight: 700;
    font-size: 44px;
    line-height: 120%;
    color: #E6E8ED;
}

.b-services-detail--form_desc {
    font-size: 18px;
    line-height: 140%;
    color: #FFFFFF;
}

.b-services-detail--form .b-form__textarea {
    background: #f2f2f2;
}

.b-services-detail--faq {
    margin-top: 48px;
}

.b-services-detail--stages_container {
    background: #E6E8ED;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 3rem;
    border-radius: 6px;
}

.b-services-detail--stages_list,
.b-services-detail--stages__cards {
    width: 50%;
}

.b-services-detail--stages_list {
    padding: 44px 28px;
}

.b-services-detail--stages_list-item {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 2rem;
    padding: 12px 0;
    cursor: pointer;
    user-select: none;
    border-bottom: 1px solid #878786;
}

.b-services-detail--stages_list-number {
    width: 41px;
    height: 41px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #003BAA;
    color: #fff;
    line-height: 140%;
    font-size: 18px;
}

.b-services-detail--stages_list-title {
    font-size: 16px;
    color: #262626;
}

.b-services-detail--stages_list-item .icon {
    width: 10px;
    height: 16px;
    stroke: #003baa;
    stroke-width: 2px;
}

.b-services-detail--stages_list-item:hover .icon {
    stroke: #00aa1a;
}

.b-services-detail--stages_list-item.is-active .b-services-detail--stages_list-number,
.b-services-detail--stages_list-item:hover .b-services-detail--stages_list-number {
    background: #001D55;
}

.b-services-detail--stages_list-item.is-active .b-services-detail--stages_list-title,
.b-services-detail--stages_list-item:hover .b-services-detail--stages_list-title {
    font-weight: 700;
    color: #001D55;
}

.b-services-detail--stages_list-item.is-active .icon,
.b-services-detail--stages_list-item:hover .icon {
    stroke: #001D55;
}

.b-services-detail--stages_card {
    height: 100%;
    width: 100%;
    border-radius: 6px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.b-services-detail--stages_cards-container {
    background: #F2F2F2;
    color: #262626;
    border-radius: 16px;
    padding: 32px 20px;
    margin: 20px;
    max-width: 25rem;
    position: absolute;
    bottom: 0;
    right: 0;
}

.b-services-detail--stages_cards-number {
    font-weight: 600;
    font-size: 34px;
    line-height: 120%;
    display: block;
    color: #003BAA;
    margin-bottom: 16px;
}

.b-services-detail--stages_cards-title {
    font-weight: 700;
}

.b-services-detail--stages_cards-title,
.b-services-detail--stages_cards-desc {
    font-size: 16px;
    line-height: 140%;
    display: block;
    color: #262626;
}

.b-services-detail--subtitle-desc {
    font-size: 18px;
    line-height: 140%;
    margin: 48px 0;
    color: #6B6969;
}

.b-services-detail--tech_container {
    background: #E6E8ED;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    position: relative;
}

.b-services-detail--tech_card,
.b-services-detail--cases_card {
    display: flex;
    flex: 0 0 100%;
    min-height: 28rem;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

.b-services-detail--tech_card-left {
    width: 50%;
    overflow: hidden;
}

.b-services-detail--tech_card-img,
.b-services-detail--cases_card-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100%;
}

.b-services-detail--tech_card-right {
    width: 50%;
    padding: 40px 24px;
    color: #262626;
}

.b-services-detail--tech_card-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 16px;
}

.b-services-detail--tech_card-desc {
    font-size: 16px;
    line-height: 140%;
}

.b-services-detail--tech {
    position: relative;
}

.b-services-detail--tech_nav {
    position: absolute;
    left: calc(50% + 24px);
    bottom: 40px;
    display: flex;
    gap: 20px;
}

.swiper-services-button-next,
.swiper-services-button-prev {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #F2F2F2;
    cursor: pointer;
    transition: all .2s;
}

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

.b-services-detail--tech_nav .icon {
    width: 18px;
    height: 18px;
    stroke: #003baa;
    stroke-width: 2px;
}

.b-services-detail--tech_nav .icon:hover {
    stroke: #001D55;
}

.b-tech-track {
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
    transition: transform .45s ease;
}

.b-services-detail--cases_container {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    position: relative;
}

.b-services-detail--cases_card {
    gap: 1rem;
    flex: 0 0 100%;
    margin: 0;
    border: 0;
    box-sizing: border-box;
    user-select: none;
}

.b-services-detail--cases_card-left {
    width: 40%;
    overflow: hidden;
    border-radius: 16px;
}

.b-services-detail--cases_card-right {
    width: 60%;
    padding: 20px 44px;
    background: #F2F2F2;
    border-radius: 16px;
}

.b-services-detail--cases_card-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 130%;
    margin-bottom: 48px;
    color: #001D55;
}

.b-services-detail--cases_card-desc {
    font-size: 16px;
    line-height: 150%;
    color: #262626;
}

.b-services-detail--cases_nav {
    margin-top: 48px;
}

.b-cases-track {
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
    transition: transform .45s ease;
    cursor: grab;
}

.b-cases-track.is-dragging {
    cursor: grabbing;
}


.b-services-detail--cases_nav_swiper-pagination {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center
}

.b-services-detail--cases_nav_swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #878786;
    display: inline-block;
    opacity: .6;
    cursor: pointer;
    transition: opacity .2s, transform .2s
}

.b-services-detail--cases_nav_swiper-pagination-bullet.is-active {
    background: #003BAA;
    opacity: 1;
    transform: scale(1.1)
}

@media (max-width: 1062px) {
    .b-services-detail--advantages {
        display: none;
    }

    .b-services-detail--form .l-container {
        gap: 5rem;
    }
}

@media (max-width: 650px) {
    .b-services-detail--form_left {
        display: none;
    }

    .b-services-detail--stages_list-item {
        gap: 1rem;
    }
}

@media (max-width: 560px) {
    .b-services-detail--hero {
        background-image: none !important;
        padding-top: unset;
    }

    .b-services-detail--main_content-img {
        display: block;
        width: 100%;
        border-radius: 6px;
        margin-bottom: 2rem;
    }

    .b-breadcrumbs__item-link {
        color: unset !important;
    }

    .b-breadcrumbs__item:hover .b-breadcrumbs__item-link {
        color: unset !important;
    }

    .b-breadcrumbs__item:not(:last-child)::after {
        background-image: url(/local/templates/ropesystems/images/svg/icon-arrow-right-black.svg) !important;
    }

    .b-services-detail {
        margin-top: unset !important;
    }

    .b-services-detail--main_content {
        width: 100%;
    }

    .b-services-detail--main_content-title {
        color: unset;
        font-weight: 600;
        font-size: 36px;
        line-height: 130%;
    }

    .b-services-detail--hero .l-container {
        gap: 2rem;
        padding-bottom: unset;
    }

    .b-services-detail--main_content-text {
        font-size: 16px;
        color: unset;
    }

    .b-services-detail--main_content-button {
        margin-top: 2rem;
    }

    .b-services-detail--main_content-button_link {
        font-weight: 400 !important;
        font-size: 14px !important;
        line-height: 16px !important;
    }

    .b-services-detail--text_content p {
        font-size: 14px;
    }

    .b-services-detail--text_content,
    .b-services-detail--accordion,
    .b-services-detail--stages,
    .b-services-detail--tech,
    .b-services-detail--cases {
        margin-bottom: 2rem;
    }

    .b-services-detail--accordion {
        flex-direction: column;
        gap: unset;
    }

    .b-services-detail--accordion_left,
    .b-services-detail--accordion_right {
        width: 100%;
    }

    .b-services-detail--subtitle-desc {
        margin: 0 0 2rem 0;
        font-size: 14px;
    }


    .b-services-detail--cases_card {
        display: block;
    }

    .b-services-detail--cases_card-left {
        width: 100%;
    }

    .b-services-detail--cases_card-img {
        aspect-ratio: 3 / 2;
    }

    .b-services-detail--cases_card-right {
        width: 100%;
        padding: 24px 28px;
        margin-top: 20px;
    }

    .b-services-detail--cases_card-title {
        font-size: 16px;
        margin-bottom: 28px;
    }

    .b-services-detail--cases_card-desc {
        font-size: 14px;
    }

    .b-services-detail--cases_nav {
        margin-top: 20px;
    }

    .b-services-detail--cases_nav_swiper-pagination {
        justify-content: center;
    }

    .b-services-detail--tech_card {
        display: block;
    }

    .b-services-detail--tech_card-left {
        width: 100%;
    }

    .b-services-detail--tech_card-img {
        aspect-ratio: 3 / 2;
        border-radius: 6px;
    }

    .b-services-detail--tech_card-right {
        width: 100%;
        padding: 25px 16px 100px;
    }

    .b-services-detail--tech_card-title {
        font-size: 14px;
        margin-bottom: 20px;
        margin-bottom: 25px;
    }

    .b-services-detail--tech_card-desc {
        font-size: 14px;
    }

    .b-services-detail--tech_nav {
        position: absolute;
        left: 12px;
        bottom: 16px;
        display: flex;
        gap: 20px;
    }

    .swiper-services-button-next,
    .swiper-services-button-prev {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        cursor: pointer;
        transition: all .2s;
    }

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

    .b-services-detail--tech_nav .icon {
        width: 18px;
        height: 18px;
    }


    .b-tech-track {
        display: flex;
        flex-wrap: nowrap;
        will-change: transform;
        transition: transform .45s ease;
    }

    .b-services-detail--stages_container {
        padding: 20px 16px;
    }

    .b-services-detail--stages__cards {
        display: none;
    }

    .b-services-detail--stages_list {
        width: 100%;
        padding: 0;
    }

    .b-services-detail--stages_list-number {
        width: 24px;
        height: 24px;
        font-size: 14px;
    }

    .b-services-detail--stages_list-title {
        font-size: 14px;
    }

    .b-services-detail--stages_list-item .icon {
        width: 12px;
        height: 12px;
    }

    .b-services-detail--stages_list-item.is-open .icon {
        transform: rotate(90deg);
    }

    .b-stages-accordion-panel {
        grid-column: 1 / -1;
        padding: 11px 0;
        color: #474749;
        font-size: 14px;
    }

    .b-stages-accordion-panel p {
        margin: 0;
    }

    .b-services-detail--model_3d {
        height: 400px;
        margin: 2rem 0;
    }

    .b-services-detail--model_3d-controls {
        top: 10px;
        right: 10px;
        gap: 8px;
    }

    .b-services-detail--model_3d-zoom-btn {
        width: 40px;
        height: 40px;
    }

    .b-services-detail--model_3d-zoom-btn svg {
        width: 18px;
        height: 18px;
    }

    .b-services-detail--model_3d-preloader-spinner {
        width: 40px;
        height: 40px;
        border-width: 3px;
        margin-bottom: 16px;
    }

    .b-services-detail--model_3d-preloader-text {
        font-size: 14px;
    }
}