.hero_section {
    background: #112031;
    padding: 101px 0 0;
    position: relative;
}

.hero_section_background_video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hero_section_background_video video {
    display: block;
    width: 100%;
    height: auto;
    min-height: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hero_section__wrapper {
    position: relative;
    z-index: 1;
    margin: auto;
    max-width: 1440px;
}

.hero_section__container {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 calc(50% - 606px);
    max-width: 100%;
}

.hero_section__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hero_section__left_column {
    width: 50%;
    padding: 0 15px;
}

.hero_section__right_column {
    width: 50%;
    padding: 0 15px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.hero_section__content {
    margin-top: 46px;
    margin-bottom: 46px;
    max-width: 455px;
}

.hero_section__title {
    font-family: 'Aeonik';
    font-style: normal;
    font-weight: 400;
    font-size: 72px;
    line-height: 77px;
    color: #fff;
    margin: 0;
}

.hero_section__description {
    margin-top: 16px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: -0.02em;
    color: #fff;
}

.hero_section__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 39px -15px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero_section__button {
    padding: 0 15px;
    margin-bottom: 15px;
}

.hero_section__button a {
    font-size: 18px;
    padding: 16px 55px;
}

.hero_section__media {
    margin-right: 25px;
}

.hero_section__media video {
    width: 100%;
    margin-left: auto;
    display: block;
    max-width: 500px;
}

@media (max-width: 991px) {
    .hero_section {
        padding: 101px 0 60px;
    }

    .hero_section__content {
        max-width: 485px;
    }

    .hero_section__left_column {
        width: 100%;
    }

    .hero_section__content {
        margin: auto;
        padding: 0 15px;
    }

    .hero_section__right_column {
        display: none;
    }

    .hero_section__button {
        width: 100%;
    }

    .hero_section__button a {
        width: 100%;
        display: block;
    }
}

@media (max-width: 768px) {
    .hero_section {
        padding: 92px 0 38px;
    }

    .hero_section__title {
        font-size: 48px;
        line-height: 56px;
    }

    .hero_section__description {
        margin-top: 12px;
    }

    .hero_section__buttons {
        margin-top: 46px;
    }



    .hero_section__button a {
        font-size: 15px;
        padding: 14px 15px;
    }
}