.home-half-video {
    position: relative;
    background: #000000;
    color: #fff;
    padding-bottom: 58px;
}

.home-half-video__video,
.home-half-video__text {
    position: relative;
    width: 100%;
}

.half-video {
    height: 194px;
    position: relative;
}

.js-half-video {
    padding-bottom: 30px;
}

.home-half-video__text {
    padding: 48px 22px 0;
}

.home-half-video__text h2 {
    color: #fff;
}

.js-half-video .slick-dots {
    padding: 0;
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 768px) {
    .home-half-video {
        padding-bottom: 72px;
    }

    .half-video {
        height: 396px;
    }

    .home-half-video__text {
        padding: 64px 110px 0;
    }
}

@media (min-width: 1200px) {
    .home-half-video {
        padding-bottom: 145px;
    }

    .home-half-video__video,
    .home-half-video__text {
        position: relative;
        width: 50%;
    }

    .half-video {
        height: auto;
    }

    .js-half-video {
        padding-bottom: 34px;
    }

    .home-half-video__text {
        padding: 117px 0 0 82px;
    }

    .home-half-video__text__wrap {
        max-width: 561px;
    }

    .home-half-video__text h2 {
        color: #fff;
    }
}
