.wrapper_box_h1 {
    max-width: 1159px;
    background: #00000001;
    margin: 0 auto;
    display: flex;
    justify-content: start;
    align-items: center;
    align-content: center;
    font-size: 44px;
    padding: 66px 0 34px
}


.wrapper_box_h1 h1 {
    font-weight: 300;
    font-size: calc(24px + 16 * ((100vw - 320px) / (1280 - 320)));
    margin-left: 20px;
}

.wrapper {
    position: relative;
    z-index: 80;
    min-height: 650px;
    overflow: hidden
}

.wrapper_box {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    flex-direction: column
}

.wrapper2 {
    max-width: 1163px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 28vw
}

.wrapper3 {
    max-width: 1163px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.text-block {
    color: #363636;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    text-align: justify;
    margin-bottom: 32px
}

.white-block {
    color: #363636;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    text-align: justify;
    box-shadow: 0 5px 35px 0 rgba(0, 0, 0, .08);
    border-radius: 10px;
    padding: 36px 45px 42px;
    margin-bottom: 63px;
    background: url("") no-repeat;
    background-position: 290px -25px;
}

.last-opers__row:nth-of-type(odd) {
    background: #fdfdfd00;
}

.wrapper--stat {
    max-width: 1190px
}

.last-opers__cell {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.last-opers__row {
    display: flex;
    border-bottom: 1px solid #e6e6e614;
    font-size: 16px;
    padding: 20px 0;
}

.last-opers {
    width: 100%;
    overflow: scroll;
    overflow-x: hidden;
    height: 560px;
}

.col {
    color: #317bff;
    /* font-weight: bold; */
}

.stat_hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.stat_neo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.stat_neo_img {
    max-width: 40px;
}

.stat_neo_img img {
    width: 100%;
}

.stat_neo_text p:nth-child(2) {
    font-size: 17px;
}

.stat_neo_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.stat_hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 59px;
    margin: 0 0 50px 0;
    box-shadow: 0px 0px 20px #005cff47;
    border-radius: 10px;
}

@media screen and (max-width: 767.98px) {

    .stat_neo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        width: 100%;
    }

    .stat_neo_text {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 5px;
    }

    .stat_hero {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 20px;
        box-shadow: 0 0 10px 0px #0000001f;
        margin: 0 0 50px 0;
        flex-direction: column;
        gap: 20px;
    }

    .text {
        font-size: 13px;
        padding-left: 0;
    }

}