#system {
    padding: 0;
    overflow: hidden;
    background: linear-gradient(0deg, #FAFAFB 0%, #FAFAFB 100%);
    position: relative;
    margin-top: -1px;
}

.system {
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 112px 0 224px;
}

.system::after,
.system::before {
    content: '';
    position: absolute;
    width: 1676px;
    height: 447px;
    z-index: 0;
}

.system::before {
    transform: scale(-1);
    top: -5px;
    right: 0;
    background: url(../assets/more_cloud.png) left / contain no-repeat;
}

.system::after {
    bottom: 1px;
    left: 0px;
    background: url(../assets/more_cloud.png) left / contain no-repeat;
}

.soc_title {
    color: #191919;
    text-align: center;
    font-family: Colus;
    font-size: 64px;
    line-height: 120%;
    letter-spacing: -0.64px;
    padding-bottom: 64px;
    position: relative;
    z-index: 2;
}

.gradient {
    position: absolute;
    pointer-events: none;
    left: 0;
    z-index: 1;
    height: 218px;
    width: 100%;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
}

.gradient_top {
    top: 0;
}

.gradient_bottom {
    bottom: 0;
    transform: rotate(180deg);
}

.system_name {
    text-align: center;
    font-family: 'HelveticaNeue-Medium';
    font-size: 32px;
    line-height: 130%;
    text-transform: capitalize;
}

.system_blocks {
    display: flex;
    flex-direction: row;
    max-width: 1520px;
    margin: 0 auto;
    justify-content: space-between;
    gap: 32px;
    position: relative;
    z-index: 2;
    padding: 0 32px;
}

.animate-on-scroll .system_rec:nth-child(1) {
    transform: translate(-100px, 0);
    transition: all 0.3s ease;
    opacity: 0;
}

.animate-on-scroll .system_rec:nth-child(2) {
    transform: translate(100px, 0);
    transition: all 0.3s ease;
    opacity: 0;
}

.animate-on-scroll.visible .system_rec {
    transform: translate(0, 0) !important;
    opacity: 1 !important;
}

.system_text {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 30px;
    align-items: flex-start;
}

.system_bottom {
    display: flex;
    flex-direction: column;
    gap: 21px;
}

.system_rec {
    display: flex;
    padding: 0;
    flex-direction: column;
    width: 100%;
}

.system_left {
    border-radius: 24px;
    border: 2px solid #FFF;
    background: linear-gradient(0deg, #F2F6F9 0%, #F2F6F9 100%);
    box-shadow: 0 0 32px 0 #F3F3F3;
    opacity: 0;
    transform: translateX(-40px);
    transition: transform 0.6s ease, opacity 0.6s ease;
    will-change: transform, opacity;
}

.system_right {
    border-radius: 24px;
    border: 2px solid #FFF;
    background: linear-gradient(0deg, #E7BD51 0%, #E7BD51 100%);
    box-shadow: 0 0 32px 0 #F3F3F3;
    opacity: 0;
    transform: translateX(40px);
    transition: transform 0.6s ease, opacity 0.6s ease;
    will-change: transform, opacity;
}

#system.show .system_left,
#system.show .system_right {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.35s;
}

.system_what {
    font-size: 16px;
    line-height: 22px;
}

.system_treb span:nth-child(2) {
    font-size: 18px;
    line-height: 130%;
}

.system_up {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    padding-bottom: 12px;
    width: 100%;
    position: relative;
}

.system_arrow {
    display: none;
}

.system_left .system_line {
    background: #CEE7EA;
    height: 2px;
    width: 100%;
}

.system_right .system_line {
    background: #CFAB4E;
    height: 2px;
    width: 100%;
}

.system_treb span {
    font-size: 16px;
    line-height: 22px;
}

.system_treb {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 44px;
}

.system_treb span:nth-child(2) {
    text-align: end;
}

.system_after_name {
    text-align: center;
    font-size: 22px;
    line-height: 26px;
}

@media (max-width: 1430px) {

    .system_after_name {
        text-align: left;
        font-size: 16px;
        line-height: 24px;
    }

    .system_treb {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: 100%;
        height: auto;
        gap: 8px;
    }

    .system_what {
        font-size: 14px;
        line-height: 22px;
    }

    .system_treb span {
        font-size: 14px;
        line-height: 18px;
    }

    .system_text {
        gap: 12px;
    }

    .system_bottom {
        gap: 12px;
    }

    .system_up {
        padding-bottom: 17px;
        min-height: 110px;
    }

    .system_treb span:nth-child(2) {
        text-align: left;
        font-size: 16px;
    }

    .soc_title {
        font-size: 48px;
        line-height: 110%;
    }
}

@media (max-width: 930px) {
    .soc_title {
        font-size: 32px;
        line-height: 110%;
    }

    .system_blocks {
        max-width: 100%;
        gap: 16px;
        flex-direction: column;
        padding: 0 16px;
    }

    .system_name {
        font-size: 24px;
        line-height: 32px;
    }

    .system_after_name {
        font-size: 18px;
        line-height: 24px;
    }

    .system_bottom {
        width: 100%;
    }

    .system_up {
        padding-bottom: 0;
        min-height: 82px;
    }

    .system_rec {
        cursor: pointer;
    }

    .system_arrow {
        display: block;
        position: absolute;
        width: 16px;
        height: 10px;
        right: -4px;
        top: 10px;
        transition: all 0.3s ease;
    }

}