
.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(/img/slider_img_bg.png) no-repeat;
    background-position: 290px -25px;
}

.last-opers__row:nth-of-type(odd) {
    background: #fdfdfd00;
}
.wrapper--stat {
    max-width: 1190px
}

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

.last-opers__row {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e62e;
    font-size: 16px;
}

.last-opers {
    width: 100%;
}
.col {
    color: #dc36a9;
}

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

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

}



