.news-item {
    padding-top: 50px;
}

.news-item__wrapper {
    max-width: 1190px;
    padding: 0 15px;
    margin: 0 auto;
}

.news-item__top {
    display: flex;
    margin-bottom: 50px;
}

.news-item__top-action {
    display: flex;
    align-items: center;
    background-color: #000;
    padding: 10px 8px;
}

.news-item__top-action-star {
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-image: url("../icons/star-yellow14x14.svg");
}

.news-item__top-action-title {
    margin: 0;
    padding: 0 16px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.015em;
    color: var(--accent);
}

.news-item__top-date {
    display: flex;
    align-items: center;
    padding: 0 24px;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    background-color: var(--accent);
}

.news-item-img img {
    width: 100%;
    object-fit: contain;
    height: 420px;
}
.news-item__content img {
    float: none !important;
    width: 100% !important;
}
.news-item__content {
    padding: 50px 0 75px 0;
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
}
.news-item__content > * {
    font-size: 16px;
    line-height: 160%;
}

.news-item__content * > img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.news-item__content ul {
    list-style-type: disc;
}

.news-item__title {
    margin: 0;
    margin-bottom: 24px;
    font-size: 36px;
    font-weight: 400 !important;
    line-height: 47px;
}

.news-item__description {
    margin: 0;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
}

.news-item__videos {
    padding-bottom: 60px;
}

.news-item__videos-list {
    display: flex;
    flex-direction: column;
    position: relative;
}

.news-item__videos-list::after {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 80px;
    height: 1px;
    background-color: #ccc;
}

.news-item__videos-item {
    display: flex;
    justify-content: center;
}

.news-item__videos-item:not(:last-child) {
    margin-bottom: 40px;
}

.news-item__video-side {
    max-width: 500px;
}

.news-item__video-content {
    width: 400px;
    height: 225px;
    margin-right: 60px;
}

.news-item__video-content * {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.news-item__video-title {
    margin: 0;
    margin-bottom: 40px;
    font-weight: 300;
    font-size: 24px;
    line-height: 31px;
}

.news-item__video-description {
    margin: 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
}

/* MORE (section) */

.more {
    padding-bottom: 80px;
}

.more__wrapper {
    max-width: 1190px;
    padding: 0 15px;
    margin: 0 auto;
}

.more__title {
    margin: 0;
    margin-bottom: 75px;
    font-weight: 300;
    font-size: 36px;
    line-height: 47px;
    text-align: center;
}

.more__button {
    display: flex;
    justify-content: center;
    width: 408px;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
    filter: drop-shadow(0px 4px 12px #e5e5e5);
    background-color: var(--accent);
    border-radius: 57px;
    font-weight: normal;
    font-size: 30px;
    line-height: 30px;
    border: none;
    cursor: pointer;
}

/* NEWS */

.news {
    padding: 0;
    padding-top: 68px;
}

.more__title {
    margin: 0;
    margin-bottom: 80px;
    font-weight: 300;
    font-size: 36px;
    line-height: 47px;
    text-align: center;
}

.more__main-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
    gap: 40px;
    flex-wrap: wrap;
    padding: 0;
}

.more__main-item {
    max-width: 360px;
    border: 1px solid rgba(18, 18, 18, 0.2);
}

.more__locker {
    background-color: #ccc;
    height: 202px;
}

.more__top {
    display: flex;
    margin-bottom: 20px;
}

.more__top-action {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    font-weight: bold;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: -0.015em;
    background-color: #000;
    color: var(--accent);
    position: relative;
}

.more__top-action-title {
    padding: 0 6px;
}

.more__top-action-star {
    width: 7px;
    height: 7px;
    background-repeat: no-repeat;
    background-image: url("../icons/star-yellow7x7.png");
}

.more__top-date {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 7px 5px;
    font-size: 10px;
    line-height: 13px;
    background-color: var(--accent);
}

.more__content {
    padding: 20px 54px 24px;
}

.more__content-title {
    margin: 0;
    height: 63px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.015em;
}

.more__content-text {
    margin: 0;
    margin-bottom: 20px;
    height: 107px;
    font-weight: normal;
    font-size: 14px;
    line-height: 157%;
    letter-spacing: -0.015em;
    color: #8f8f8f;
}

.more__content-about {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 156px;
    min-height: 40px;
    background-color: var(--accent);
    border-radius: 57px;
}

/* MEDIA */

@media screen and (max-width: 1190px) {
    .more__main-list {
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 991px) {
    .news-item__videos-item {
        flex-direction: column;
        align-items: center;
    }

    .news-item__video-content {
        width: 100%;
        max-width: 500px;
        margin-right: 0;
        margin-bottom: 16px;
    }

    .news-item__video-title {
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 767px) {
    .news-item__top {
        margin-bottom: 24px;
        justify-content: center;
    }

    .news-item__title {
        font-size: 24px;
        margin-bottom: 24px;
        line-height: 30px;
    }

    .news-item__description {
        font-size: 18px;
    }

    .more__content-title {
        height: fit-content;
    }

    .more__content-text {
        overflow: hidden;
    }

    .more__button {
        width: 100%;
        max-width: 408px;
        font-size: 18px;
        padding: 15px 0;
    }

    .more__title {
        font-size: 24px;
    }
}
