.rbs-system {
    position: relative;
    /*min-height: 100vh;*/
    /*background-color: #6f81ff;*/
}

.rbs-system h1 {
    padding: 0 40px;
    max-width: 850px;
    margin: 1em auto;
    text-align: center;
}

.rbs-system .title-text {
    width: unset;
}

.rbs-system:before {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% + 18em);
    background-color: rgba(255, 255, 255, 0.84);
    top: -18em;
    left: 0;
    z-index: -1;
}

.datas-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: unset !important;
    max-height: unset !important;
    margin-bottom: unset !important;
}

.rbs-system .datas-list {
    overflow-y: unset;
    z-index: 2;
}

.datas-item {
    width: 32%;
    margin: 5px 0;
}

.datas-item summary,
.datas-item p {
    white-space: pre-line;
}

.klin {
    position: absolute;
    width: 100%;
    height: 20vh;
    bottom: 0;
    z-index: -1;
}

.klin svg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.white-row {
    min-height: 50vh;
    padding: 3em;
    background-color: #ffffff;
    background-image: url("/img/20210209-181106_id-2-940984.png");
}

@media screen and (max-width: 1200px) {
    .rbs-system:before {
        background-color: rgba(255, 255, 255, 0.2);
    }

    .rbs-system h1 {
        color: #ffffff;
        text-shadow:
                -0   -1px 0   #000000, 0   -1px 0   #000000,
                -0    1px 0   #000000,
                0    1px 0   #000000,
                -1px -0   0   #000000,
                1px -0   0   #000000,
                -1px  0   0   #000000,
                1px  0   0   #000000,
                -1px -1px 0   #000000,
                1px -1px 0   #000000,
                -1px  1px 0   #000000,
                1px  1px 0   #000000,
                -1px -1px 0   #000000,
                1px -1px 0   #000000,
                -1px  1px 0   #000000,
                1px  1px 0   #000000;
    }
}

@media screen and (max-width: 1100px) {
    .datas-item {
        width: 49%;
        margin: 5px 0;
    }
}


@media screen and (max-width: 800px) {
    .datas-item {
        width: 99%;
        margin: 5px 0;
    }

    .klin {
        display: none;
    }
}