/*Begin ba-slider*/
@media (max-width: 767px) {
    .section-ba-1 .ba-slider__label {
        display: none;
    }
}
.section-ba-1 .ba-slider__label_before {
    background: transparent;
    color: #fff;
    right: 100%;
    left: auto;
    min-width: 50px;
    text-align: center;
}
/*End ba-slider-new*/


/*Begin section-ba-1*/
.section-ba-1 {
    padding: 80px 0 50px;
}
@media (max-width: 1279px) {
    .section-ba-1 {
        padding: 40px 0 50px;
    }
}
@media (max-width: 767px) {
    .section-ba-1 {
        padding-bottom: 30px;
    }
}
.section-ba-1__container-fluid {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}
.section-ba-1__title,
.section-ba-1__subtitle {
    text-align: center;
    padding-bottom: 30px;
    margin: 0;
}
.section-ba-1__title {
    font-weight: 600;
    font-size: 48px;
    line-height: 60px;
}
.section-ba-1__subtitle {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    max-width: 1036px;
    margin: 0 auto;
}
.section-ba-1 .section-ba-1__tab {
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    position: absolute!important;
    left: 0;
    top: 0;
}
.section-ba-1 .section-ba-1__tab.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 5;
}
.section-ba-1__ba-wr {
    width: 100%;
    position: relative;
}

@media (max-width: 575px) {
    .section-ba-1__ba-wr {
        height: 250px;
        margin-left: -15px;
        width: calc(100% + 30px);
    }
}
.section-ba-1__controls {
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-ba-1__controls-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 88px;
    height: 54px;
    cursor: pointer;
    transition: width .25s, height .25s, border-color 0.2s;
    position: relative;
    box-sizing: border-box;
    margin-right: 8px;
    border: 2px solid rgba(255, 255, 255, 0);
}
.section-ba-1__controls-img:last-child {
     margin-right: 0;
 }
.section-ba-1__controls-img:hover {
    border-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
    .section-ba-1__controls-img {
        width: 72px;
        height: 48px;
    }
}
.section-ba-1__controls-img.is-active {
    width: 120px;
    height: 80px;
    border: 2px solid rgba(255, 255, 255, 0.5);
}
.section-ba-1 .ba-slider  {
    position: absolute;
}
.section-ba-1__tabs-height {
    width: 100%;
    min-width: 100%;
    height: auto;
    visibility: hidden;
    position: relative;
    z-index: -1;
}
/*End section-ba-1*/

.section-ba-1 .sign {
    position: absolute!important;
}

.section-ba-1 .sign__right {
    left: auto;
    right: 40px;
    transform: translate(100%, 0px) rotate(-90deg);
}
@media (max-width: 1279px) {
    .section-ba-1 .sign__right {
        left: 10px;
        bottom: 10px;
        font-size: 11px;
    }
}
@media (max-width: 767px) {
    .sign__right {
        left: 5px;
        bottom: 5px;
    }
}

