.welcome.__all-imp, .welcome.__corp, .welcome.__categories {
    margin-bottom: 40px;
}

@media (max-width: 719px) {
    .welcome.__all-imp, .welcome.__corp, .welcome.__categories {
        padding: 0 20px;
        margin-bottom: 30px;
    }
}

.welcome.__all-imp .welcome__container, .welcome.__corp .welcome__container, .welcome.__categories .welcome__container {
    align-self: center;
    margin-bottom: 0;
    max-width: 1107px;
}

@media (max-width: 1199px) {
    .welcome.__all-imp .welcome__container, .welcome.__corp .welcome__container, .welcome.__categories .welcome__container {
        max-width: 650px;
    }
}

.welcome.__all-imp .welcome__item, .welcome.__corp .welcome__item, .welcome.__categories .welcome__item {
    opacity: 0;
    transition: opacity 0.5s linear;
}

    .welcome.__all-imp .welcome__item.swiper-slide-active, .welcome.__corp .welcome__item.swiper-slide-active, .welcome.__categories .welcome__item.swiper-slide-active {
        opacity: 1;
    }

.welcome.__all-imp .welcome-item__inner, .welcome.__corp .welcome-item__inner, .welcome.__categories .welcome-item__inner {
    position: relative;
}

@media (max-width: 1199px) {
    .welcome.__all-imp .welcome-item__inner, .welcome.__corp .welcome-item__inner, .welcome.__categories .welcome-item__inner {
        width: auto;
    }
}

.welcome.__all-imp .swiper-pagination, .welcome.__corp .swiper-pagination, .welcome.__categories .swiper-pagination {
    left: 100%;
}

@media (max-width: 1199px) {
    .welcome.__all-imp .swiper-pagination, .welcome.__corp .swiper-pagination, .welcome.__categories .swiper-pagination {
        position: relative;
        left: 0;
        bottom: 0;
        margin-top: 20px;
    }

        .welcome.__all-imp .swiper-pagination .swiper-pagination-bullet, .welcome.__corp .swiper-pagination .swiper-pagination-bullet, .welcome.__categories .swiper-pagination .swiper-pagination-bullet {
            margin: 0 !important;
        }

            .welcome.__all-imp .swiper-pagination .swiper-pagination-bullet:not(:last-child), .welcome.__corp .swiper-pagination .swiper-pagination-bullet:not(:last-child), .welcome.__categories .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
                margin-right: 17px !important;
            }
}

.welcome.__all-imp .welcome-item__imgs, .welcome.__corp .welcome-item__imgs, .welcome.__categories .welcome-item__imgs {
    cursor: pointer;
    z-index: 0;
}

@media (max-width: 1199px) {
    .welcome.__all-imp .welcome-item__imgs, .welcome.__corp .welcome-item__imgs, .welcome.__categories .welcome-item__imgs {
        flex-direction: column;
        margin-bottom: 0;
        height: auto;
    }
}

@media (max-width: 719px) {
    .welcome.__all-imp .welcome-item__imgs, .welcome.__corp .welcome-item__imgs, .welcome.__categories .welcome-item__imgs {
        height: auto;
    }
}

.welcome.__all-imp .welcome-item__content, .welcome.__corp .welcome-item__content, .welcome.__categories .welcome-item__content {
    position: relative;
    align-items: flex-start;
    justify-content: flex-end;
    margin-right: 14px;
    max-width: 407px;
    height: 100%;
    order: 0;
}

@media (max-width: 1199px) {
    .welcome.__all-imp .welcome-item__content, .welcome.__corp .welcome-item__content, .welcome.__categories .welcome-item__content {
        justify-content: flex-start;
        margin-right: 0;
        margin-bottom: 20px;
        height: auto;
        max-width: 650px;
    }
}

@media (max-width: 719px) {
    .welcome.__all-imp .welcome-item__content, .welcome.__corp .welcome-item__content, .welcome.__categories .welcome-item__content {
        margin-bottom: 15px;
        align-items: center;
    }
}

.welcome.__all-imp .welcome-item__title, .welcome.__corp .welcome-item__title, .welcome.__categories .welcome-item__title {
    align-self: flex-end;
    margin-bottom: 0;
    padding-right: 45px;
    font-weight: 800;
    font-size: 42px;
    line-height: 62px;
    text-shadow: 0px 0px 10px #000000;
}

@media (max-width: 1199px) {
    .welcome.__all-imp .welcome-item__title, .welcome.__corp .welcome-item__title, .welcome.__categories .welcome-item__title {
        display: none;
    }
}

.welcome.__all-imp .welcome-item__description, .welcome.__corp .welcome-item__description, .welcome.__categories .welcome-item__description {
    text-align: start;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 28px;
    line-height: 110%;
}

@media (max-width: 1199px) {
    .welcome.__all-imp .welcome-item__description, .welcome.__corp .welcome-item__description, .welcome.__categories .welcome-item__description {
        text-align: center;
    }
}

@media (max-width: 719px) {
    .welcome.__all-imp .welcome-item__description, .welcome.__corp .welcome-item__description, .welcome.__categories .welcome-item__description {
        width: 100%;
        font-weight: 800;
        font-size: 16px;
        line-height: 130%;
        text-transform: uppercase;
    }
}

.welcome.__all-imp .welcome-item__content-img-wrapper, .welcome.__corp .welcome-item__content-img-wrapper, .welcome.__categories .welcome-item__content-img-wrapper {
    position: absolute;
    top: 20px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 330px;
    height: 189px;
    z-index: -1;
    pointer-events: none;
}

    .welcome.__all-imp .welcome-item__content-img-wrapper::before, .welcome.__corp .welcome-item__content-img-wrapper::before, .welcome.__categories .welcome-item__content-img-wrapper::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 388px;
        height: 358px;
        background-image: url(img/all-impressions-banner-text-bg-stroke.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: -1;
        transform: translate(-50%, -50%);
    }

    .welcome.__all-imp .welcome-item__content-img-wrapper img, .welcome.__corp .welcome-item__content-img-wrapper img, .welcome.__categories .welcome-item__content-img-wrapper img {
        width: 203px;
        height: 185px;
        object-fit: contain;
    }

@media (max-width: 1199px) {
    .welcome.__all-imp .welcome-item__content-img-wrapper, .welcome.__corp .welcome-item__content-img-wrapper, .welcome.__categories .welcome-item__content-img-wrapper {
        display: none;
    }
}

.welcome.__all-imp .welcome-item-video-link__tablet-content, .welcome.__corp .welcome-item-video-link__tablet-content, .welcome.__categories .welcome-item-video-link__tablet-content {
    display: none;
}

@media (max-width: 1199px) {
    .welcome.__all-imp .welcome-item-video-link__tablet-content, .welcome.__corp .welcome-item-video-link__tablet-content, .welcome.__categories .welcome-item-video-link__tablet-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        pointer-events: none;
    }

        .welcome.__all-imp .welcome-item-video-link__tablet-content .welcome-item__title, .welcome.__corp .welcome-item-video-link__tablet-content .welcome-item__title, .welcome.__categories .welcome-item-video-link__tablet-content .welcome-item__title {
            position: absolute;
            left: 0;
            bottom: 0;
            padding: 0;
            display: block;
            width: 218px;
            color: #1C1D20;
            line-height: 91px;
            text-align: center;
            text-shadow: none;
            z-index: 1;
        }

            .welcome.__all-imp .welcome-item-video-link__tablet-content .welcome-item__title::before, .welcome.__corp .welcome-item-video-link__tablet-content .welcome-item__title::before, .welcome.__categories .welcome-item-video-link__tablet-content .welcome-item__title::before {
                content: '';
                position: absolute;
                right: 50%;
                bottom: 50%;
                display: block;
                width: 100%;
                height: 100%;
                border-radius: 0 40px;
                background-image: url('img/all-impressions-banner-title-bg.png');
                background-size: 150%;
                transform: translate(50%, 50%);
                z-index: -1;
            }

        .welcome.__all-imp .welcome-item-video-link__tablet-content .welcome-item__content-img-wrapper, .welcome.__corp .welcome-item-video-link__tablet-content .welcome-item__content-img-wrapper, .welcome.__categories .welcome-item-video-link__tablet-content .welcome-item__content-img-wrapper {
            top: 7%;
            left: 5%;
            display: block;
            width: auto;
            height: 50%;
            z-index: 0;
        }

            .welcome.__all-imp .welcome-item-video-link__tablet-content .welcome-item__content-img-wrapper::before, .welcome.__corp .welcome-item-video-link__tablet-content .welcome-item__content-img-wrapper::before, .welcome.__categories .welcome-item-video-link__tablet-content .welcome-item__content-img-wrapper::before {
                top: 60%;
                width: 200%;
                height: 200%;
            }

            .welcome.__all-imp .welcome-item-video-link__tablet-content .welcome-item__content-img-wrapper .welcome-item__content-img, .welcome.__corp .welcome-item-video-link__tablet-content .welcome-item__content-img-wrapper .welcome-item__content-img, .welcome.__categories .welcome-item-video-link__tablet-content .welcome-item__content-img-wrapper .welcome-item__content-img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }
}

@media (max-width: 576px) {
    .welcome.__all-imp .welcome-item-video-link__tablet-content .welcome-item__title, .welcome.__corp .welcome-item-video-link__tablet-content .welcome-item__title, .welcome.__categories .welcome-item-video-link__tablet-content .welcome-item__title {
        width: auto;
        min-width: 94px;
        font-weight: 800;
        font-size: 16px;
        line-height: 40px;
    }

        .welcome.__all-imp .welcome-item-video-link__tablet-content .welcome-item__title::before, .welcome.__corp .welcome-item-video-link__tablet-content .welcome-item__title::before, .welcome.__categories .welcome-item-video-link__tablet-content .welcome-item__title::before {
            border-radius: 0 10px;
        }

    .welcome.__all-imp .welcome-item-video-link__tablet-content .welcome-item__content-img-wrapper, .welcome.__corp .welcome-item-video-link__tablet-content .welcome-item__content-img-wrapper, .welcome.__categories .welcome-item-video-link__tablet-content .welcome-item__content-img-wrapper {
        width: 25%;
        height: 50%;
    }
}

.welcome.__all-imp .welcome-item__video-link, .welcome.__corp .welcome-item__video-link, .welcome.__categories .welcome-item__video-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 300px;
    border-radius: 40px;
    box-shadow: none;
    overflow: hidden;
    z-index: 10;
}

@media (max-width: 576px) {
    .welcome.__all-imp .welcome-item__video-link, .welcome.__corp .welcome-item__video-link, .welcome.__categories .welcome-item__video-link {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        max-height: none;
        border-radius: 10px;
    }
}

.welcome.__all-imp .welcome-item__video-link picture, .welcome.__corp .welcome-item__video-link picture, .welcome.__categories .welcome-item__video-link picture {
    max-height: 300px;
}

@media (max-width: 576px) {
    .welcome.__all-imp .welcome-item__video-link picture, .welcome.__corp .welcome-item__video-link picture, .welcome.__categories .welcome-item__video-link picture {
        width: 100%;
    }
}

.welcome.__all-imp .welcome-item__video-link img, .welcome.__corp .welcome-item__video-link img, .welcome.__categories .welcome-item__video-link img {
    display: block;
    object-fit: cover;
    width: 650px;
    height: 300px;
}

@media (max-width: 576px) {
    .welcome.__all-imp .welcome-item__video-link img, .welcome.__corp .welcome-item__video-link img, .welcome.__categories .welcome-item__video-link img {
        object-fit: contain;
        width: 100%;
        height: auto;
    }
}

.welcome.__all-imp .welcome-item-video-link__play-btn, .welcome.__corp .welcome-item-video-link__play-btn, .welcome.__categories .welcome-item-video-link__play-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 91px;
    height: 91px;
    border-radius: 40px 0px;
    background-image: url('img/all-impressions-banner-btn-bg.png');
    background-size: cover;
    cursor: pointer;
    z-index: 10;
}

@media (max-width: 576px) {
    .welcome.__all-imp .welcome-item-video-link__play-btn, .welcome.__corp .welcome-item-video-link__play-btn, .welcome.__categories .welcome-item-video-link__play-btn {
        width: 39px;
        height: 39px;
        border-radius: 10px 0;
        background-image: url('img/all-impressions-banner-btn-bg-mobile.png');
    }
}

.welcome.__all-imp .welcome-item-video-link__play-btn::after, .welcome.__corp .welcome-item-video-link__play-btn::after, .welcome.__categories .welcome-item-video-link__play-btn::after {
    content: '';
    position: absolute;
    right: 50%;
    bottom: 50%;
    display: block;
    width: 60px;
    height: 60px;
    background-image: url('img/play.svg');
    background-size: contain;
    transform: translate(50%, 50%);
    transition: transform 0.3s ease;
}

@media (max-width: 576px) {
    .welcome.__all-imp .welcome-item-video-link__play-btn::after, .welcome.__corp .welcome-item-video-link__play-btn::after, .welcome.__categories .welcome-item-video-link__play-btn::after {
        width: 26px;
        height: 26px;
    }
}

.welcome.__all-imp .welcome-item-video-link__play-btn:hover::after, .welcome.__corp .welcome-item-video-link__play-btn:hover::after, .welcome.__categories .welcome-item-video-link__play-btn:hover::after {
    transform: translate(50%, 50%) scale(1.15);
}

.welcome.__all-imp .welcome-item__img, .welcome.__corp .welcome-item__img, .welcome.__categories .welcome-item__img {
    display: flex;
    height: 300px;
}

.welcome.__all-imp .welcome__info, .welcome.__corp .welcome__info, .welcome.__categories .welcome__info {
    margin-top: 40px;
    width: 100%;
    max-width: 1107px;
}

@media (max-width: 1199px) {
    .welcome.__all-imp .welcome__info, .welcome.__corp .welcome__info, .welcome.__categories .welcome__info {
        margin-top: 20px;
        padding: 0 60px;
    }
}

@media (max-width: 768px) {
    .welcome.__all-imp .welcome__info, .welcome.__corp .welcome__info, .welcome.__categories .welcome__info {
        padding: 0 20px;
    }
}

@media (max-width: 576px) {
    .welcome.__all-imp .welcome__info, .welcome.__corp .welcome__info, .welcome.__categories .welcome__info {
        margin: 20px 0 0;
        padding: 0;
    }
}

.welcome.__all-imp .welcome__info-wrapper, .welcome.__corp .welcome__info-wrapper, .welcome.__categories .welcome__info-wrapper {
    display: flex;
    width: 100%;
}

.welcome.__all-imp .welcome-info__item, .welcome.__corp .welcome-info__item, .welcome.__categories .welcome-info__item {
    justify-content: center;
    margin: 0;
    padding: 10px 20px;
    height: 50px;
    width: 250px;
}

    .welcome.__all-imp .welcome-info__item:not(:last-child), .welcome.__corp .welcome-info__item:not(:last-child), .welcome.__categories .welcome-info__item:not(:last-child) {
        margin-right: 35.67px;
    }

@media (max-width: 1199px) {
    .welcome.__all-imp .welcome-info__item, .welcome.__corp .welcome-info__item, .welcome.__categories .welcome-info__item {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .welcome.__all-imp .welcome-info__item, .welcome.__corp .welcome-info__item, .welcome.__categories .welcome-info__item {
        width: auto;
        border: none;
    }

        .welcome.__all-imp .welcome-info__item:not(:last-child), .welcome.__corp .welcome-info__item:not(:last-child), .welcome.__categories .welcome-info__item:not(:last-child) {
            margin-right: 20px;
        }
}

.welcome.__all-imp .welcome-info__title, .welcome.__corp .welcome-info__title, .welcome.__categories .welcome-info__title {
    font-size: 14px;
}

@media (max-width: 768px) {
    .welcome.__all-imp .welcome-info__title, .welcome.__corp .welcome-info__title, .welcome.__categories .welcome-info__title {
        display: block;
        padding: 0;
        font-size: 12px;
        line-height: normal;
    }
}

.welcome.__all-imp .welcome-info__item-link, .welcome.__corp .welcome-info__item-link, .welcome.__categories .welcome-info__item-link {
    display: flex;
    align-items: center;
    text-decoration: underline;
    color: inherit;
}

.welcome.__all-imp .welcome-item__button, .welcome.__corp .welcome-item__button, .welcome.__categories .welcome-item__button {
    margin-bottom: 0;
    padding: 10px 32px;
    max-width: 100%;
    flex-shrink: 0;
}

@media (max-width: 1199px) {
    .welcome.__all-imp .welcome-item__button, .welcome.__corp .welcome-item__button, .welcome.__categories .welcome-item__button {
        margin-top: 20px;
        padding: 17px 24px;
        display: none;
    }
}

.welcome.__all-imp .welcome-item__button::before, .welcome.__corp .welcome-item__button::before, .welcome.__categories .welcome-item__button::before, .welcome.__all-imp .welcome-item__button::after, .welcome.__corp .welcome-item__button::after, .welcome.__categories .welcome-item__button::after {
    height: 1px;
}

.welcome.__all-imp .welcome-item__button--mobile, .welcome.__corp .welcome-item__button--mobile, .welcome.__categories .welcome-item__button--mobile {
    display: none;
}

@media (max-width: 1199px) {
    .welcome.__all-imp .welcome-item__button--mobile, .welcome.__corp .welcome-item__button--mobile, .welcome.__categories .welcome-item__button--mobile {
        display: flex !important;
        height: 60px;
    }
}

.impression-target.certificate.__short {
    margin-top: -520px;
}

    .impression-target.certificate.__short .impression-target__container {
        margin-bottom: 200px;
    }

@media (max-width: 1200px) {
    .impression-target.certificate.__short {
        margin-bottom: 340px;
    }
}

@media (max-width: 1080px) {
    .impression-target.certificate.__short .impression-target__container {
        margin-bottom: 340px;
    }
}

@media (max-width: 768px) {
    .impression-target.certificate.__short {
        margin-top: -514px;
        margin-bottom: 340px;
    }
}

@media (max-width: 500px) {
    .impression-target.certificate.__short {
        margin-bottom: 280px;
    }

        .impression-target.certificate.__short .impression-target__container {
            margin-bottom: 280px;
        }
}

@media (max-width: 375px) {
    .impression-target.certificate.__short {
        margin-top: -210px;
    }
}

@media (min-width: 600px) {
    .global-text.__slim h1 {
        font-size: 40px;
        margin-bottom: 30px;
        line-height: 110%;
    }

    .global-text.__slim h2 {
        font-size: 30px;
        margin-bottom: 30px;
        line-height: 110%;
    }

    .global-text.__slim h3 {
        font-size: 25px;
        margin-bottom: 30px;
        line-height: 110%;
    }
}

@media (max-width: 600px) {

    .global-text.__slim h1 {
    }

    .global-text.__slim h2 {
        font-size: 5.5vw;
        line-height: 7.9vw;
        margin-bottom: 20px;
    }

    .global-text.__slim h3 {
        font-size: 5vw;
        line-height: 7.3vw;
    }
}
