.top {
    background-size: cover;
    display: flex;
    align-items: center;
}
.top__slogan {
    text-shadow: 0 1px 10px rgba(21, 21, 21, 0.14);
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    -webkit-animation: 1s ease forwards fadeSlogan;
    animation: 1s ease forwards fadeSlogan;
}
.top__slogan-btn {
    margin-top: 70px;
    width: 370px;
    max-width: 100%;
}
.top__title {
    font-family: var(--raleway-family);
    display: inline-block;
    position: relative;
    font-weight: 800;
    /* identical to box height */
    text-transform: uppercase;
    color: #FFFFFF;
}
.top__title::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #f6a947;
}
.top__title-before {
    font-family: var(--raleway-family);
    text-transform: uppercase;
    display: inline-block;
    font-weight: 800;
    display: block;
    width: 100%;

}
.top__title-before h1 {
    color: #FFFFFF;
    display: block;
    font-family: var(--raleway-family);
    font-weight: 800;
    font-size: 56px;
    line-height: 66px;
    text-transform: uppercase;
}
.top__title-before h1:before {
    display: none;
}
.top__title-decor {
    display: flex;
    font-size: 0.429em;
    line-height: 1.166em;
    font-family: var(--raleway-family);
    align-items: center;
    margin-top: 20px;
    font-weight: 400;
}
.top__title-decor span {
    display: inline-block;
    padding: 0 15px;
}
.top__title-decor .decor {
    background-color: #ffffff;
    flex: 1 1 auto;
    height: 3px;
}
.top__title-decor .decor--scnd {
    flex: 1 1 auto;
}
.top__title-after {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    margin-top: 10px;
}
.top-poster {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.top {
    background-position: right bottom;
    background-size: cover;
    position: relative;
}
.top::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.top__slogan {
    margin-top: 50px;
    position: relative;
    z-index: 5;
}
.top__video {
    display: block;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    position: absolute;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.top__title {
    line-height: 0;
}
.top__title::after {
    height: 1px;
    bottom: -7px;
}
@media (min-width: 450px) {
    .top {
        min-height: 350px;
    }
}
@media (min-width: 576px) {
    .top {
        min-height: 568px;
    }

    .top__title {
        font-size: 18px;
    }

    .top__title::after {
        height: 2px;
        bottom: -12px;
    }

    .top__title-before {
        font-size: 26px;
    }

    .top__title-after {
        font-size: 30px;
    }
}
@media (min-width: 768px) {
    .top {
        min-height: 568px;
    }

    .top__title {
        font-size: 24px;
        line-height: 0.8;
    }

    .top__title::after {
        height: 3px;
        bottom: -7px;
    }

    .top__title-before {
        font-size: 45px;
        margin-right: 20px;
        line-height: 1;
    }

    .top__title-after {
        font-size: 40px;
    }
}
@media (min-width: 992px) {
    .top {
        min-height: 100vh;
        background-image: none;
        overflow: hidden;
        background-size: cover;
    }
    .top__slogan {
        position: relative;
        z-index: 3;
    }
    .top__title {
        font-size: 30px;
        line-height: 30px;
    }
    .top__title::after {
        height: 4px;
        bottom: -15px;
    }
    .top__title-before {
        font-size: 56px;
        line-height: 1;
    }
    .top__title-after {
        font-size: 50px;
    }
}
@media screen and (max-width: 576px) {
    .top {
        padding-top: 80px;
        min-height: 568px;
    }
    .top__title-before {
        font-size: 36px;
        text-align: left;
        line-height: 1;
    }
    .top__title-decor {
        margin-top: 15px;
        padding-top: 15px;
        font-size: 18px;
        position: relative;
    }
    .top__title-decor .decor {
        display: none;
    }
    .top__title-decor:before {
        content: "";
        display: block;
        border-top: 3px solid #E7A320;
        max-width: 214px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
    .top__title-decor span {
        padding-left: 0;
        padding-right: 0;
    }
    .top__title-before h1 {
        font-size: 36px;
        line-height: 46px;
    }
}