.module_stage {
    width: 100%;
    overflow: hidden;
}

@media (min-width: 768px) {
    .module_stage {
        /* height: 555px; */
        min-height: 555px;
    }
}

.module_stage .text_content {
    margin-top: 15px;
    position: relative;
}

@media (min-width: 768px) {
    .module_stage .background_image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
    .module_stage .text_content {
        position: relative;
        /* left: 0; */
        /* right: 0; */
        /* top: 45px; */
        z-index: 1;
        margin-top: 45px;
        margin-bottom: 45px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .module_stage .text_content {
        top: 80px;
    }
}

.module_stage .fitimage,
.module_stage .background_image {
    height: 100%;
}

.module_stage .headline_container .headline {
    font-family: 'Univers 65 Bold', Arial, sans-serif;
    font-size: 28px;
    line-height: 32px;
    color: rgb(0, 59, 113);
}

@media (min-width: 768px) {
    .module_stage .headline_container .headline {
        font-size: 40px;
        line-height: 48px;
    }
}

@media (min-width: 992px) {
    .module_stage .headline_container .headline {
        font-size: 50px;
        line-height: 58px;
    }
}

.lang_ru .module_stage .headline_container .headline,
.lang_zh .module_stage .headline_container .headline {
    font-weight: 900;
}

.module_stage .subheadline_container {
    font-size: 18px;
}

@media (min-width: 1200px) {
    .module_stage .subheadline_container {
        font-size: 25px;
    }
}

.module_stage .cta_container {
    margin-top: 30px;
}

.module_stage .overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.module_stage .overlay.overlay_20 {
    background: rgba(0, 0, 0, 0.2);
}

.module_stage .overlay.overlay_30 {
    background: rgba(0, 0, 0, 0.3);
}

.module_stage .overlay.overlay_40 {
    background: rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {
    .module_stage .box_inner {
        background-color: rgba(255, 255, 255, 0.7);
        padding: 20px;
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .module_stage .box_inner {
        padding: 32px 36px;
    }
}

.module_stage .logos_container {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

@media (min-width: 768px) {
    .module_stage .logos_container {
        position: absolute;
        right: 0;
        bottom: 45px;
        margin-top: 0;
    }
}

.module_stage .logos_container .logo_img {
    padding: 0 5px;
}

.module_stage .logos_container .logo_img img {
    height: 60px;
}

@media (min-width: 1200px) {
    .module_stage .logos_container .logo_img img {
        height: 80px;
    }
}

@media (min-width: 1500px) {
    .module_stage .logos_container .logo_img img {
        height: auto;
    }
}

.module_stage .text {
    margin-top: 20px;
    font-size: 16px;
}

.module_stage .text ul {
    list-style-type: none;
    padding-left: 0;
}

.module_stage .text ul li {
    list-style-type: none;
    padding-left: 35px;
    background-image: url("tick.png");
    background-size: 15px 12px;
    background-repeat: no-repeat;
    background-position: 0 7px;
}

@media (max-width: 767px) {
    .module_stage .bg_desktop {
        display: none;
    }

    .module_stage .bg_mobile {
        display: inherit;
    }
}

@media (min-width: 768px) {
    .module_stage .bg_mobile {
        display: none;
    }

    .module_stage .bg_desktop {
        display: inherit;
    }
}

.module_stage .btn.green.solid:not(.disabled):hover {
    border: 1px solid #003b71;
    background-color: #003b71;
    color: #fff;
}