.external_cont {
    min-width: unset; 
}

#sbs_banner_mobile {
    position: relative;
    width: 100%;
    display: none;
}

.training_detail_cont {
    cursor: pointer;
}

.training_detail_img {
    width: auto;
    height: 100%;
    overflow: hidden;
    padding: 0;
    max-height: unset;
}

.training_detail_img img {
    position: relative;
    width: auto;
    height: 100%;
}

.menu_top_contlogo_fixed {
    max-width: unset;
}
    
#sbs_mobile_logo {
    position: fixed;
    top: 0;
    left: 15px;
    display: none;
    z-index: 999;
}

#sbs_langs {
    position: fixed;
    top: 30px;
    right: 50px;
    height: 30px;
    width: 65px;
    padding: 0 5px;
    background: #ffffff;
    color: #000000;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: 1px solid #ddd;
    z-index: 999;
}

.proposal_title {
    color: #000000;
    font-family: 'Montserrat';
    font-weight: light;
    font-size: 20px;
    font-weight: 600;
    line-height: 60px;
}

.double_block_band {
    position: relative;
    display: flex;
    align-items: center;
    font-family: 'Montserrat';
}

.double_block_band.block_band-st1 {
    background-color: #0B171F;
    color: #ffffff;
}

.double_block_band.block_band-st2 {
    background-color: #ffffff;
    color: #0B171F;
}

.double_block_band.block_band-st3 {
    background-color: #E7E8E9;
    color: #0B171F;
}

.double_block_band .block {
    width: 50%;
}

.double_block_band .block.text_left {
    display: flex;
    justify-content: flex-end;
}

.double_block_band .block.block-img {
    text-align: center;
}

.double_block_band .block video {
    min-width: 100%;
    min-height: 100%;
    display: block;
}

.double_block_band .block img {
    max-width: 75%;
    margin: 85px;
    display: block;
}

.double_block_band .block .text-block {
    max-width: 76%;
    padding: 85px 60px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.double_block_band .block .text-block h2 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 500;
}

.double_block_band .block .text-block ul {
    list-style-position: outside;
    margin-left: 20px;
}

.text-block-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.text-block-buttons a {
    width: fit-content;
    padding: 7px 10px;
    border-radius: 2px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
}

.text-block-buttons a.link1 {
    background-color: #FFFFFF;
    color: #0B171F;
    border: 1px solid #FFFFFF;
}

.text-block-buttons a.link2 {
    background-color: transparent;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.full_img_band img {
    width: 100%;
    display: block;
}

.full_text_band {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat';
}

.full_text_band.full_text_band-st1 {
    background-color: #0B171F;
    color: #ffffff;
}

.full_text_band.full_text_band-footer {
    background-color: #000000;
    color: #818181;
}

.full_text_band > div {
    max-width: 50%;
    padding: 85px 60px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.full_text_band > div h2 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 500;
}

.full_text_band > div h1 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 400;
}

.full_text_band .text-block-buttons {
    flex-direction: row;
    justify-content: center;
}

.full_text_band.full_text_band-footer > div {
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
}

#bollo_awards_open {
    position: fixed;
    bottom: 40px;
    right: 0;
    cursor: pointer;
    transition: right 0.5s;
    z-index: 20;
}

#bollo_awards_open.bollo_awards_close {
    right: -195px;
}

#bollo_awards_close {
    position: fixed;
    bottom: 40px;
    right: -29px;
    cursor: pointer;
    transition: right 0.5s;
    z-index: 20;
}

#bollo_awards_close.bollo_awards_open {
    right: 0;
}

@media only screen and (max-width: 1280px)
{
    .double_block_band .block video {
        width: 100%;
        min-width: unset;
        min-height: unset;
    }

    .double_block_band .block .text-block {
        max-width: unset;
        padding: 40px;
        font-size: 16px;
        line-height: 20px;
        gap: 20px;
    }
    
    .double_block_band .block .text-block h2 {
        font-size: 28px;
        line-height: 32px;
    }

    .double_block_band .block img {
        max-width: 80%;
        margin: 50px;
    }
}

@media only screen and (max-width: 1024px)
{
    .full_page_banner_80 {
        display: none;
    }
    
    #sbs_banner_mobile {
        display: block;
    }

    .training_detail_img {
        position: relative;
        width: 100%;
        height: auto;
        top: 0;
        right: 0;
    }

    .training_detail_img img {
        width: 100%;
        display: block;
    }
    
    .training_detail_text {
        min-height: auto;
    }
    
    .menu_top_cont {
        display: none;
    }
    
    .menu_topmobile_hcont {
        position: fixed;
        width: 100%;
        height: 116px;
        left: 0;
        top: 0;
        background-color: #ffffff;
        opacity: 1;
        z-index: 999;
        visibility: visible;
    }
    
    #sbs_mobile_logo {
        display: flex;
        /* background-color: #FFF; */
    }

    #sbs_langs {
        top: 5px;
        right: 10px;
    }

    .logo_svg,
    .logo_svg_fixed {
        width: auto;
        height: 30px;
        margin: 0;
        padding: 10px;
        background-color: white;
        cursor: pointer;
    }

    .proposal_title {
        margin-top: 40px;
        line-height: 20px;
    }

    .double_block_band {
        flex-direction: column;
    }

    .double_block_band.block_band_mobilealternate {
        flex-direction: column-reverse;
    }

    .double_block_band .block {
        width: 100%;
    }

    .double_block_band .block img {
        max-width: 80%;
        margin: 50px;
    }

    .full_text_band > div {
        max-width: 75%;
    }
}