.infrastructure-wrapper {
    margin-top: 2.5rem;
}

@media (min-width: 1280px) {
    .infrastructure-wrapper {
        margin-top: 5rem;
    }
}

.infrastructureSlider__item {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    max-height: 620px;
}

.infrastructureSlider__gallery {
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
}

.infrastructureSlider .infrastructureSliderGallery {
    position: relative;
    z-index: 1;
    width: 100%;
    transition: 0.3s all;
}

.infrastructureSlider .infrastructureSliderGallery--second {
    position: absolute;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
}

.infrastructureSlider .infrastructureSliderGallery--visible {
    opacity: 1;
    pointer-events: all;
}

.infrastructureSliderGallery__item {
}

.infrastructureSliderGallery__image {
    display: block;
    height: 620px;
    width: 100%;
    object-fit: cover;
}

.infrastructureSlider .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
    bottom: 53px;
    left: 51px;
    right: 51px;
    width: auto;
    background: #FFFFFF3D;
    border-radius: 2px;
}

.infrastructureSlider .swiper-pagination-bullet {
    height: 2px;
    border-radius: 2px;
    background: #fff;
    flex: 1;
    opacity: 0;
}

.infrastructureSlider .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

.infrastructureSlider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}

.infrastructureSlider__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 135%;
    text-transform: uppercase;
    max-width: 450px;
}

.infrastructureSliderGallery:before {
    content: '';
    pointer-events: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(113.29deg, #000000 -11.46%, rgba(0, 0, 0, 0) 33.16%);
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: 36px;
}

.infrastructureSlider__tags {
    position: absolute;
    z-index: 10;
    top: 73px;
    right: 51px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: baseline;
    gap: 6px;
    max-width: 350px;
    justify-content: end;
}

.infrastructureSlider__tag {
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    background: #0000000D;
    border: 1px solid #FFFFFF63;
    backdrop-filter: blur(3px);
    padding: 11px 20px;
    border-radius: 20px;
}

.infrastructureSlider__nav {
    position: absolute;
    z-index: 10;
    bottom: 50px;
    right: 51px;
    gap: 19px;
    display: flex;
}

.infrastructureSlider__navArrow {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    width: 64px;
    border-radius: 50%;
    color: #fff;
    background: #FFFFFF40 url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.87183 19.6923H33.1282M33.1282 19.6923L23.2821 9.84616M33.1282 19.6923L23.2821 29.5385' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center center no-repeat;
    cursor: pointer;
}

.infrastructureSlider__navArrow--prev {
    transform: scaleX(-1);
}

.infrastructureSlider__content {
    padding: 45px 51px;
    flex: 0 0 50%;
    max-width: 50%;
}

.infrastructureSliderContent {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.infrastructureSliderContent__main {
    max-width: 300px;
    position: absolute;
    z-index: 10;
    top: auto;
    left: 50px;
    right: auto;
    bottom: 50px;
    color: #fff;
    flex-direction: column;
}

.infrastructureSliderContent__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    max-width: 300px;
    margin-bottom: 14px;
}

.infrastructureSliderContent__text {
    font-weight: 300;
    font-size: 14px;
    line-height: 155%;
}

.infrastructureSliderContent__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 14px;


}

.infrastructureSliderContent__cards > *:last-child:nth-child(odd) {
    grid-column: 1 / -1;
}

.infrastructureSliderContent__toggler {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    position: relative;
    cursor: pointer;
}

.infrastructureSliderContent__toggler-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.infrastructureSliderContent__toggler-icon {
    position: relative;
    background: #d9d9d940;
    width: 106px;
    height: 60px;
    border-radius: 30px;
    transition: 0.3s all;
}

.infrastructureSliderContent__toggler-icon:before {
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    background: #00000073;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 6px;
    transition: 0.3s all;
}

.infrastructureSliderContent__toggler-text:before {
    content: attr(data-text-off);
}

.infrastructureSliderContent__toggler-text {
    font-size: 14px;
    line-height: 155%;
}

.infrastructureSliderContent__toggler-input:checked ~ .infrastructureSliderContent__toggler-icon {
    background: #cad40240;
}

.infrastructureSliderContent__toggler-input:checked ~ .infrastructureSliderContent__toggler-icon:before {
    background: #cad40273;
    left: 52px;
}

.infrastructureSliderContent__toggler-input:checked ~ .infrastructureSliderContent__toggler-text:before {
    content: attr(data-text-on);
}

.infrastructureSliderCard {
    position: relative;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    border: 1px solid #0000000D;
    flex: 1;
    min-width: 30%;
    border-radius: 36px;
}

.infrastructureSliderCard__icon {
    position: absolute;
    right: 14px;
    top: 14px;
    width: 28px;
    height: 28px;
}

.infrastructureSliderCard__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 125%;
}

.infrastructureSliderCard__text {
    font-size: 12px;
    line-height: 155%;
}

.infrastructureSliderCard--big {
    padding: 191px 29px 44px 29px;
}

.infrastructureSliderCard--big .infrastructureSliderCard__icon {
    left: 29px;
    top: 31px;
}

.infrastructureSliderCard--big .infrastructureSliderCard__title {
    font-size: 22px;
    margin-bottom: 21px;
    max-width: 220px;
}

@media (max-width: 1000px) {
    .infrastructureSliderGallery__image {
        height: 620px;
        object-fit: cover;
    }

    .infrastructureSlider__heading {
        position: absolute;
        z-index: 10;
        top: 70px;
        left: 56px;
        right: 30px;
    }

    .infrastructureSlider__title {
        position: absolute;
        font-size: 36px;
        line-height: 135%;
        letter-spacing: -1.8px;
        max-width: 330px;
        margin-bottom: 12px;
        color: #fff;
    }

    .infrastructureSlider__tags {
        top: 110px !important;
    }

    .infrastructureSlider__content {
        padding: 43px 47px;
    }

    .infrastructureSliderContent {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .infrastructureSliderContent__main {
        padding: 0;
    }

    .infrastructureSliderContent__cards {
        grid-template-columns: repeat(1, 1fr);
    }


    .infrastructureSliderCard__title {
    }

    .infrastructureSliderCard--big .infrastructureSliderCard__title {
        margin-bottom: 10px;
        max-width: none;
    }

    .infrastructureSliderCard--big .infrastructureSliderCard__icon {
        left: 27px;
        top: 28px;
    }

    .infrastructureSliderContent__toggler-icon {
        width: 73px;
        height: 41px;
    }

    .infrastructureSliderContent__toggler-icon:before {
        width: 33px;
        height: 33px;
        left: 4px;
    }

    .infrastructureSliderContent__toggler-text {
        font-weight: 300;
    }

    .infrastructureSliderContent__toggler-input:checked ~ .infrastructureSliderContent__toggler-icon:before {
        left: 36px;
    }
}

/* 2025-04-17 */
.infrastructureSlider .infrastructureSliderGallery {
    border-radius: 36px;
}

.infrastructureSliderGallery__image {
    aspect-ratio: calc(704 / 620);
}

.infrastructureSlider__title {
    font-weight: 400;
    letter-spacing: -2.4px;
    text-transform: uppercase;
}

.infrastructureSliderGallery:before {
    background: linear-gradient(113.29deg, #000000 -11.46%, rgba(0, 0, 0, 0) 33.16%),
    linear-gradient(202.25deg, rgba(0, 0, 0, 0) 32.04%, rgba(0, 0, 0, 0.7) 82.18%);
}

.infrastructureSliderContent__title {
    font-weight: 700;
}

.infrastructureSliderCard----big {
    padding: 138px 30px 42px;
}

.infrastructureSliderCard----big .infrastructureSliderCard__icon {
    left: 29px;
    top: 31px;
}

.infrastructureSliderCard----big .infrastructureSliderCard__title {
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.infrastructureSliderCard__title {
    font-weight: 700;
    font-size: 22px;
    padding-right: 32px;
    margin-bottom: 4px;
}

.infrastructureSlider__content {
    padding: 30px 48px;
}

.infrastructureSliderContent__text {
    font-weight: 400;
}

.infrastructureSliderCard__text {
    font-size: 14px;
}

.infrastructureMobileSlider__nav {
    display: none;
    bottom: 70px;
    top: auto;
    position: absolute;
    right: 51px;
    gap: 19px;
    z-index: 10;
}

.infrastructureSlider__navArrow--prev-mobile {
    transform: scaleX(-1);
}

.accordion-item {
    border: 1px solid #0000000D;
    border-radius: 12px;
    overflow: hidden;
}

.accordion-header {
    display: flex;
    align-items: center;
    padding: 16px;
    cursor: pointer;
    user-select: none;
}

.accordion-icon {
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
}

.accordion-title {
    flex: 1;
    margin-left: 12px;
    font-weight: 700;
    font-size: 18px;
}

.accordion-arrow {
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s linear;
    padding-left: 56px;
    padding-right: 56px;

}

.accordion-text {
    padding-bottom: 28px;
    font-size: 14px;
    line-height: 1.5;
}


.accordion-item.active .accordion-content {
    max-height: 500px;
}

.accordion-item.active .accordion-arrow {
    transform: rotate(180deg);
}

.navArrow--next {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: end;
    position: absolute;
    bottom: 10px;
    right: 48px;
    cursor: pointer;
}

.navArrow--next h1 {
    text-transform: uppercase;
    font-size: 20px;
}

.navArrow--next .navArrow--next-icon {
    background: #C6D202;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: .4;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.navArrow--next:hover .navArrow--next-icon {
    transform: scale(1.125);
    opacity: 1;
}

.navArrow--next .navArrow--next-icon img {
    width: 24px;
    height: 24px;
}

.to-1000px {
    display: none !important;
}

.to-1000px.grid {
    display: none !important;
}

.from-1000px {
    display: flex !important;
}

.from-1000px.grid {
    display: grid !important;
}

@media (max-width: 1280px) {
    .navArrow--next {
        bottom: 20px;
    }
}

@media (max-width: 1000px) {
    .to-1000px {
        display: flex !important;
    }

    .to-1000px.grid {
        display: grid !important;
    }

    .from-1000px {
        display: none !important;
    }

    .from-1000px.grid {
        display: none !important;
    }

    .infrastructureSliderCard----big {
        padding: 35px 15px 27px 108px;
    }

    .infrastructureSliderCard----big .infrastructureSliderCard__icon {
        left: 27px;
        top: 26px;
    }

    .infrastructureSliderCard----big .infrastructureSliderCard__title {
        margin-bottom: 10px;
    }

    .infrastructureSlider__item {
        flex-wrap: wrap;
        max-height: none;
    }

    .infrastructureSlider__gallery,
    .infrastructureSlider__content {
        flex: none;
        max-width: none;
        width: 100%;
    }

    .infrastructureSliderContent__main {
        position: inherit;
        color: #000;
        flex-direction: column;
        max-width: 100%;
    }

    .infrastructureSlider__nav {
        display: none;
    }

    .infrastructureSlider .swiper-pagination-bullets.swiper-pagination-horizontal, .infrastructureMobileSlider__nav {
        display: flex;
    }

    .navArrow--next {
        display: none;
    }
}