/*custom header for sites*/
.back-header {
    background: linear-gradient(131.16deg, #F99620 0%, #8F5ACF 100%);
}

.header-img {
    position: absolute;
    right: 15%;
    bottom: 50px;
}
.main-info-oplata {
    position: relative;
    z-index: 150;
    margin-top: -100px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(1, 1, 1, 0.15);
    border-radius: 6px;
}
.title-oplata {
    font-weight: 600;
    font-size: 39px;
    line-height: 36px;
    color: #3C414C;
}
.under-title-oplata {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #3C414C;
}
