.history_screen_1{
    width: 100%;
    height: 578px;
    background: url("../images/bg6.jpg") no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}
/*
.history_screen_1:before{
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 42, 90, 0.85);
    position: absolute;
    top: 0;
    left: 0;
}
*/
.hs_info{
    height: 578px;
    padding-left: 120px;
}
.hs_info h1{
    font-weight: 600;
    font-size: 48px;
    line-height: 72px;
    color: #fff;
    margin-bottom: 30px;
}
.hs_subtitle{
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}
.milestones_mob_slider{
    position: relative;
    margin-top: -30px;
}
.mms_slide a {
    display: block;
    width: 100%;
    height: 86px;
    background: #E4E4E4;
    border: 1px solid #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 86px;
    color: #727272;
}
.mms_slide a.active{
    background: #727272;
    color: #fff;
}
.swiper7{
    overflow: hidden;
    height: 170px;
}
.mms_arrows{
    position: relative;
}
.prev7{
    width: 80px;
    height: 60px;
    background: #E4E4E4 url("../images/arrow2.svg") no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    display: none;
}
.next7{
    width: 80px;
    height: 60px;
    background: #E4E4E4 url("../images/arrow2.svg") no-repeat center center;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(-180deg);
    border: 1px solid #fff;
    display: none;
}
.hs_subtitle br{
    display: none;
}
@media only screen and (max-width: 1819px) {
    .mms_arrows{
        padding: 0 80px;
    }
    .prev7{
        display: block;
    }
    .next7{
        display: block;
    }
    .mms_slide a {
        display: block;
        width: 100%;
        height: 60px;
        background: #E4E4E4;
        border: 1px solid #fff;
        text-align: center;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 0.05em;
        line-height: 60px;
        color: #727272;
    }
    .hg_block{
        width: 100%;
    }
    .more_slides .prev7, .more_slides .next7 {
        display: block;
        z-index: 9;
        height: 100%;
    }
    .more_slides .swiper7 {
        width: calc(100% - 160px);
        margin-left: auto;
        margin-right: auto;
    }
    .hs_info h1{
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 1239px) {
    .history_screen_1{
        height: 474px;
    }
    .hs_info{
        width: 100%;
        height: 474px;
        padding-left: 0;
        text-align: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .hs_info h1{
        font-size: 32px;
    }
    .hs_subtitle{
        font-size: 24px;
    }
    .hs_subtitle br{
        display: block;
    }
    .history_screen_1 .s1_soc_wp{
        z-index: 8900000;
    }
    .hs_info h1{
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 1023px) {
    .history_screen_1{
        background: url("../images/bg6-tablet.jpg") no-repeat;
        background-size: cover;
        background-position: center;
    }
}
@media only screen and (max-width: 767px) {
    .history_screen_1{
        height: 256px;
    }
    .hs_info h1{
        font-size: 20px;
        line-height: 30px;
    }
    .hs_info{
        height: 220px;
    }
    .hs_subtitle{
        font-size: 14px;
        line-height: 30px;
    }
    .mms_slide a{
        font-size: 20px;
    }
}
@media only screen and (max-width: 479px) {
    .history_screen_1{
        background: url("../images/bg6-mobile.jpg") no-repeat;
        background-size: cover;
        background-position: center;
    }
}