:root {
    --banner-padding: 20px 30px;
}

.press__banner > h1 {
    color: var(--Black, #101010);
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 64px */

    margin-bottom: 50px;
    margin-top: 16px;
}

.press__banner-text,
.press__banner-contacts,
.press__banner-left,
.press__banner-right,
.press__banner-wrapper {
    display: flex;
}

.press__banner-wrapper {
    flex-direction: row;
    justify-content: space-between;
    height: 597px;
}

.press__banner-left,
.press__banner-right,
.press__banner-text {
    flex-direction: column;
}

.press__banner-left,
.press__banner-right {
    justify-content: space-between;
    padding: var(--banner-padding);
}

.press__banner-right h1 {
    color: var(--Black, #101010);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.press__banner-right .press-banner__phone {
    color: var(--Black, #101010);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 41.6px */
}

.press__banner-right span {
    color: var(--Grey, #b2b2b2);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.press__banner-right .press-banner__email {
    color: var(--orange-gradient, #f54500);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.press__banner-left {
    width: 74%;
}

.press__banner-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.press__banner-right {
    border-radius: 5px;
    background: var(--White, #fff);
    box-shadow: -12px 183px 51px 0px rgba(0, 0, 0, 0), -7px 117px 47px 0px rgba(0, 0, 0, 0.01),
        -4px 66px 40px 0px rgba(0, 0, 0, 0.05), -2px 29px 29px 0px rgba(0, 0, 0, 0.09),
        0px 7px 16px 0px rgba(0, 0, 0, 0.1);

    width: 25%;
    height: 100%;
}

.press__banner-right > * {
    width: 280px;
}

.press__banner-text,
.press__banner-form {
    position: relative;
    z-index: 10;
}

.press__banner-text {
    width: 673px;
    max-width: 100%;

    flex-direction: column;
    gap: 4px;
}

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

.press__banner-text p {
    color: var(--White, #fff);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    width: 85%;
}

.press__banner-form button {
    width: 100%;
}

.press__banner-contacts {
    flex-direction: column;
    justify-content: start;
    gap: 7px;
}

.press__links-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    margin-top: 38px;
    padding-bottom: 33px;
    border-bottom: 1px solid black;
    gap: 0.5%;
}

.press-links__item {
    border-radius: 5px;
}

.press__links-list .press-links__item {
    overflow: hidden;
    padding: 30px 30px 33px 30px;
    width: 33%;
    height: 527px;
    background: white;
}

.press__links-list > *:has(:last-child:nth-child(2)) {
    width: calc(33% - 5px);
}

.press__links-list.with__width-full > * {
    width: calc(50% - 5px) !important;
}

.press-link__image {
    left: 30px;
    top: 30px;
}

.press-link__text-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: absolute;
    bottom: 22px;

    align-items: center;
    width: calc(100% - 66px);
}

.press-link__text-container p {
    color: var(--Black, #101010);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 41.6px */
}

.press-link__link {
    width: 22px;
    height: 22px;
}

.press-link__link img {
    width: 100%;
    height: 100%;
}

.press__video {
    margin-top: 90px;
    border-bottom: 1px solid black;
    padding-bottom: 30px;
}

.press-video__preview-image {
    border-radius: 5px;
    overflow: hidden;
    object-fit: cover;
}

.press__video > h1 {
    color: #101010;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 48px */
}

.press__video .press-video__preview {
    height: 866px;
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
}

.press-video__button {
    border: none;
    outline: none;
    background: none;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    bottom: 20px;
    right: 20px;
}

.press-video__button img {
    pointer-events: none;
    width: 150px;
    height: 150px;
}

@media screen and (max-width: 600px) {
    .press-video__button img {
        width: 64px;
        height: 64px;
    }
}

.press-video__container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 24px;

    img {
        max-width: 100%;
        height: 100%;
    }
}

.press-video__videos-link .button__orange {
    padding: 16px;
}

.press__news.main__news h1 {
    margin-top: 92px;
}

.press-video__videos-link {
}

.background-figure__container {
    width: 100%;
    height: 100%;
}
.background-figure__container .background-figure__element:first-of-type {
    position: absolute;
    top: -25%;
    left: -50%;
    height: 370px;
    background: #b287fd;
    width: 200%;
    transform: rotate(-3deg);
}

.background-figure__container .background-figure__element:last-of-type {
    position: absolute;
    top: -28%;
    left: 27%;
    height: 370px;
    background: #b287fd;
    width: 200%;
    transform: rotate(-13deg);
}

@media (max-width: 1440px) {
    .press__links-list .press-links__item {
        height: 440.418px;
    }

    .press__video .press-video__preview {
        height: 750px;
    }

    .press-video__button {
        right: 20px;
    }
}

@media (max-width: 1340px) {
    .press__links-list .press-links__item {
        height: 317px;
    }

    .press-link__text-container p {
        font-size: 24px;
    }

    .press__banner-left {
        width: 67%;
    }

    .press__banner-right {
        width: 32%;
    }

}

@media screen and (max-width: 1024px) {
    .press__video .press-video__preview {
        height: 530px;
    }

    .press__banner > h1 {
        font-size: 48px;
        margin-bottom: 30px;
    }

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

    .press__banner-wrapper {
        height: 359px;
    }

    .press__banner-right .press-banner__phone {
        font-size: 20px;
    }
}

@media (max-width: 964px) {
    .press-link__text-container p {
        font-size: 18px;
    }

    .press__links-list .press-links__item {
        height: 317px;
    }

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

    .press__video .press-video__preview {
        height: 359px;
    }

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

    .press__banner-text h1 {
        font-size: 24px;
    }

    .press__banner-text p {
        font-size: 14px;
    }
}

@media (max-width: 964px) {
    .press__links-list .press-links__item {
        height: 264px;
    }

    .press-link__image img {
        width: 85px;
    }

    .press__banner-wrapper {
        flex-direction: column;
        gap: 16px;
        justify-content: initial;

        >* {
            width: 100%;
        }
    }

    .press__banner-left {
        height: 351px;
    }

    .press__banner-right {
        height: 45px;
        padding-top: 0;
        padding-bottom: 0;
        flex-direction: row;
        align-items: center;
    }

    .press__banner-contacts {
        flex-direction: row;
        align-items: center;
    }

    .press__banner-right h1 {
        font-size: 14px;
    }

    .press__banner-right .press-banner__phone {
        font-size: 18px;
    }

    .press__banner-right span {
        font-size: 14px;
    }

    .press__banner-right .press-banner__email {
        font-size: 14px;
    }

    .press__banner-right > * {
        width: auto;
    }

    .press__banner-contacts {
        gap: 7px;
    }

    .press__banner-wrapper {
        height: auto;
    }
}

@media screen and (max-width: 658px) {
    .press__links-list {
        flex-direction: column;
        gap: 16px;
    }

    .press__links-list .press-links__item {
        width: 100% !important;
    }

    .background-figure__container .background-figure__element:first-of-type {
        height: 53vw;
        width: 100vw;
    }

    .background-figure__container .background-figure__element:last-of-type {
        height: 45vw;
    }

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

    .press__banner-right {
        flex-wrap: wrap;
        height: auto;
        row-gap: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .press__banner-contacts {
        flex-wrap: wrap;
    }

    .press__banner-left {
        height: auto;
        padding: 0;
    }

    .press__banner-image {
        position: static;
        border-radius: 5px;
        height: 171px;
    }

    .press__banner-text h1, .press__banner-text p {
        color: var(--Black, #101010);
    }

    .press__banner-text h1 {
        margin: 10px 0;
    }

    .press__banner-text p {
        margin-bottom: 20px;
    }

    .press__video .press-video__preview {
        height: 191.963px;
    }
}