.branding .header {
    position: relative;
}

.branding .column-block {
    margin-top: 47px;
}

.header.another--fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.header-hell {
    /*height: 290px;*/
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.header-hell__close {
    width: 38px;
    height: 38px;
    background: var(--white-color);
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
}

.header-hell__close:hover {
    background: var(--grey-color);
}

.header-hell__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-hell.hide {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    height: 0;
}

.branding-hell {
    height: 374px;
    position: absolute;
    top: 0;
}

.brandingHell .btn {
    font-family: 'Gotham Pro', Arial, sans-serif;
}

.brandingHell .top-slider__text {
    margin-top: 189px;
}

.brandingHell .column-block {
    margin-top: 420px;
}

@media screen and (max-width: 1600px) {

    /*.header-hell {*/
    /*height: 230px;}*/
}

@media screen and (max-width: 1400px) {
    .header-hell {
        /*height: 170px;*/
    }

    .header-hell__close {
        width: 28px;
        height: 28px;
    }

    .header-hell__close svg {
        width: 18px;
        height: 18px;
    }
}


@media screen and (max-width: 990px) {
    .header-hell {
        /*height: 140px;*/
    }

    /*.brandingHell .top-slider__img{*/
    /*    background-position: right top;*/
    /*}*/
}

@media screen and (max-width: 767px) {
    .header-hell {
        /*height: unset;*/
    }

    .header-hell__img {
        display: none;
    }

    .header-hell__sm {
        display: block;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    .header-hell__close {
        width: 22px;
        height: 22px;
        top: 9px;
        right: 9px;
    }

    .header-hell__close svg {
        width: 11px;
        height: 11px;
    }

    .brandingHell .top-slider__img {
        background-image: unset !important;
    }

    .brandingHell .top-slider__img span {
        background-size: cover;
        width: 100%;
        height: 100%;
        display: block;
        background-position: center right;
    }

    .brandingHell .top-slider__text p {
        max-width: 74%;
    }

    .brandingHell h2 {
        font-size: 18px;
        max-width: 90%;
    }

    .brandingHell .btn {
        font-size: 10px;
    }

    .brandingHell .top-slider__text {
        margin-top: 105px;
    }


    .branding-hell, .brandingHell .top-slider__img {
        max-height: 275px;
        height: 100%;
    }
    .brandingHell .top-slider__img{
        max-width: unset;
    }
    .brandingHell .column-block {
        margin-top: 310px;
    }
}

@media screen and (max-width: 450px) {
    .brandingHell .top-slider__img span {
    }
}