.mediakit__banner {
    padding-top: 30px;
}

.mediakit__banner > h1 {
    color: var(--White, #FFF);
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 64px */
}

.mediakit__banner-container {
    height: 597px;
    width: 100%;

    margin-top: 30px;
}

.mediakit__banner-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.mediakit__banner-container .button__orange,
.mediakit__banner-title {
    left: 30px;
    width: calc(100% - 60px);
}

.mediakit__banner-container .button__orange {
    bottom: 30px;
}

.mediakit__banner-title {
    top: 24px;
    color: white;
    gap: 20px;
}

.mediakit__banner-title > h1 {
    color: var(--White, #FFF);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 41.6px */
}

.mediakit__banner-title .mediakit__pdf .download__pdf {
    background: white;
}

.mediakit__pdf {
    position: relative;

    align-items: center;
    justify-content: start;
    gap: 10px;

    a {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 10px;

    }
}

.mediakit__pdf .download__pdf {
    position: relative;
    left: unset;
    top: unset;
}

.mediakit__mikron-logos {
    padding-top: 10px;
    justify-content: space-between;
}

.mediakit__mikron-logos .mediakit-logo__container {
    padding: 30px;
    width: calc(50% - 5px);

    background: white;
    border-radius: 5px;

    height: 526px;
}

.mediakit-logo__container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}

.mediakit-logo__container img {
    height: 80px;
}

.mediakit__pdf .download__pdf {
    border-radius: 5px;
    background: var(--blue-gradient, #1C86FF);

    height: 30px;
    width: 30px;
    padding: 5px;
}

.download__links-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mediakit__stickers-title {
    gap: 28px;
    align-items: center;
    margin-bottom: 20px;
}

.mediakit__stickers-title h2 {
    color: var(--White, #FFF);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 41.6px */
    margin: 0;
}

.mediakit__stickers {
    margin-top: 105px;
}

.mediakit__stickers-list {
   margin: 0 auto;
}

.mediakit__stickers-border {
    margin-top: 50px;
    border-bottom: 1px solid #FFF;
    margin-bottom: 50px;
}

.mediakit__stickers-install {
    padding-bottom: 100px;
}

.mediakit__stickers-install h2 {
    margin: 0;
    color: var(--White, #FFF);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 41.6px */
}

.mediakit__stickers-promo {
    gap: 30px;
}

.mediakit__stickers-promo-item {
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 20px;
    align-items: center;

    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140.018%; /* 22.403px */
}

.mediakit__stickers-promo-item span {
    text-wrap: nowrap;
}

.mediakit__stickers-promo-item:first-of-type span {
    border-right: 1px solid white;
    padding-right: 30px;

}

.mediakit__stickers-promo a {
    display: flex;
    align-items: flex-end;
}

.mediakit__stickers-logo {
	max-width: 100px;
	max-height: 100px;

}

.mediakit__engineer-path {
    margin-top: 50px;
    background: #101010;
}

.engineer-path__caption {
    padding-top: 50px;
    padding-bottom: 50px;
}

.engineer-path__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    width: calc(50% - 5px);
    border-radius: 5px;

    padding: 30px;
    height: 526px;
}

.engineer-path__item.background__white {
    background: white;
}

.engineer-path__item.background__black {
    background: black;
}

.engineer-path__white-and-black {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #57585A;
}

.engineer-path__download-links {
    gap: 10px;
}

.posters__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;

    padding-bottom: 30px;
    border-bottom: 1px solid white;
}

.posters__list .posters__item {
    width: 100%;
}

.posters__item {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.mediakit__stickers-promo a,
.mediakit__pdf a,
.engineer-path__item:not(.background__white) a,
.posters__item a {
    color: white;
}

.mediakit__mikron-logos .mediakit__pdf a,
.engineer-path__item.background__white a {
    color: black;
}

.posters__item figcaption {
    color: white;
}

.posters__item figcaption span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140.018%; /* 22.403px */
}

.posters__item img {
    width: 100%;
}

/*.mediakit__stickers-list > *:first-of-type {*/
/*    padding-left: 100px;*/
/*}*/

/*.mediakit__stickers-list > *:last-of-type {*/
/*    padding-right: 100px;*/
/*}*/

.mediakit__stickers-item {
    user-select: none;
}


.mediakit__stickers-list::-webkit-scrollbar {
    display: none;
}

.links-list__two-items .press-links__item {
    width: 50% !important;
}

@media screen and (min-width: 2440px) {
}

@media screen and (max-width: 1440px) {
    .mediakit__banner {
        padding-top: 14px;
    }

    .mediakit__banner-container {
        margin-top: 22px;
    }

    .mediakit__banner-container {
        height: 500px;
    }

    .mediakit__mikron-logos .mediakit-logo__container {
        height: 440px;
    }

    .mediakit__stickers {
        margin-top: 95px;
    }

    .mediakit__stickers-border {
        margin-top: 64px;
    }

    .mediakit__stickers-install {
        padding-bottom: 50px;
    }

    .mediakit__download-item .mediakit__banner-container {
        margin-top: 50px;
    }

    .engineer-path__caption {
        padding-bottom: 45px;
    }

    .engineer-path__item {
        height: 440px;
    }

    .engineer-path__item img {
        width: 381px;
        max-width: 100%;
    }

    .mediakit__pdf {
        gap: 20px;
        a {
            gap: 20px;
        }
    }

    .engineer-path__white-and-black {
        padding-bottom: 30px;
        margin-bottom: 100px;
    }

    .press__links-list {
        margin-top: 95px !important;
    }
}

@media screen and (max-width: 1024px) {
    .mediakit__banner > h1 {
        font-size: 48px;
    }

    .mediakit__banner {
        padding-top: 33px;
    }

    .mediakit__banner-container {
        height: 360px;
    }

    .mediakit__mikron-logos .mediakit-logo__container {
        height: 318px;
    }

    .engineer-path__item,
    .mediakit__mikron-logos .mediakit-logo__container {
        width: calc(50% - 2px);
    }

    .mediakit__stickers-border {
        margin-top: 20px;
    }

    .mediakit__stickers-install h2 {
        max-width: 10em;
    }

    .mediakit__stickers-promo-item {
        gap: 8px;
    }

    .engineer-path__item {
        height: 315px;
    }

    .posters__item {
        gap: 25px;
    }

    .mediakit__stickers-border {
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px) {
    .mediakit__banner {
        padding-top: 28px;
    }

    .mediakit__banner > h1 {
        font-size: 32px;
    }

    .mediakit__banner-container {
        height: 268px;
    }

    .mediakit__banner-title > h1 {
        font-size: 24px;
    }

    .mediakit__banner-title {
        top: 16px;
        gap: 8px;
    }

    .mediakit__banner-container .button__orange, .mediakit__banner-title {
        left: 16px;
    }

    .mediakit__banner-container .button__orange {
        bottom: 16px;
        width: calc(100% - 30px);
    }

    .mediakit__mikron-logos .mediakit-logo__container {
        height: 230px;
        padding: 14px;
    }

    .mediakit-logo__container img {
        height: 44px;
    }

    .mediakit__stickers-title h2 {
        font-size: 18px;
    }

    .mediakit__stickers {
        margin-top: 66px;
    }

    .mediakit__stickers-item img {
        width: 100px;
        height: 100px;
    }

    .mediakit__stickers-title {
        padding-bottom: 36px;
    }

    .mediakit__stickers-border {
        margin-top: 24px;
        margin-bottom: 32px;
    }

    .mediakit__stickers-install h2 {
        max-width: unset;
        font-size: 14px;
    }

    .mediakit__stickers-promo-item:first-of-type span {
        font-size: 14px;
    }

    .mediakit__stickers-promo-item img {
        width: 50px;
        height: 50px;
    }

    .mediakit__stickers-install {
        padding-bottom: 32px;
    }

    .mediakit__download-item .mediakit__banner-container {
        margin-top: 32px;
    }

    .mediakit__engineer-path {
        margin-top: 28px;
    }

    .engineer-path__caption {
        margin-top: 30px;
        padding-top: 30px;
        padding-bottom: 28px;
    }

    .engineer-path__caption img {
        width: 160px;
    }

    .engineer-path__item img {
        width: 205px;
    }

    .engineer-path__item {
        padding: 14px;
        height: 230px;
    }

    .engineer-path__white-and-black {
        margin-bottom: 64px;
    }
}

@media (max-width: 700px) {
    .mediakit__mikron-logos {
        flex-direction: column;
        gap: 8px;
    }

    .mediakit__mikron-logos .mediakit-logo__container {
        width: 100%;
    }

    .mediakit__stickers-promo-item {
        max-width: 45%;

        a {
            max-width: 100%;
        }
    }

    .mediakit__stickers-promo-item:first-of-type span {
        padding-right: 10px;
        text-wrap: wrap;
    }

    .posters__list {
        grid-template-columns: repeat(2, 1fr);
    }

    .mediakit__banner-image {
        position: static;
        height: 268px;
        order: 2;
    }

    .mediakit__banner-title {
        position: static;
        order: 1;
        width: 100%;
        .mediakit__pdf a {
            color: var(--Black, #101010);
            margin: 10px 0 30px;
        }
    }

    .mediakit__banner-container {
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .mediakit__banner-title > h1 {
        color: var(--Black, #101010);

    }

}

@media (max-width: 600px) {
    .mediakit__stickers-install {
        flex-wrap: wrap;
        row-gap: 25px;
    }
}