/* === SEO Content blocks === */
.category-top-text { margin-bottom: 24px; }

.category-videos-block { display: flex; flex-wrap: wrap; gap: 24px; margin: 32px 0; }
.category-video-item { flex: 1 1 calc(50% - 12px); min-width: 260px; }
.category-video-embed iframe,
.category-video-embed video { width: 100%; border-radius: 8px; }
.category-video-title { font-size: 1rem; font-weight: 600; margin: 10px 0 4px; }
.category-video-desc { font-size: 0.9rem; color: #555; margin: 0; }
@media (max-width: 640px) {
    .category-video-item { flex: 1 1 100%; }
}


/* === / SEO Content blocks === */

:root {
    --font-family: "Roboto", sans-serif;
    --second-family: "Oswald", sans-serif;
    --third-family: "Inter", sans-serif;
    --font3: "HelveticaNeueCyr", sans-serif;
}

.friday-header {
    padding: 75px 0 117px;
    margin: 0 0 85px;
    position: relative;
    background-image: url(friday-header-bg.webp);
    background-color: #000;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.friday-header::after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    width: 70%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 55%, rgba(0, 0, 0, 0) 100%);
}
.friday-header__discription,
.friday-header__title {
    position: relative;
    z-index: 5;
}
.friday-header__title h1 {
    margin: 0 0 60px;
    max-width: 550px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 72px;
    line-height: 130%;
    text-transform: uppercase;
    color: #fff;
}
.friday-breadcrumbs {
    margin: 0 0 95px;
}
.friday-header__discription {
    max-width: 758px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #fff;
}
.friday-section {
    display: flex;
    gap: 60px;
    margin: 0 0 160px;
}
.friday-section__content {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.friday-section__title h2 {
    margin: 0 0 45px;
    max-width: 550px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 72px;
    line-height: 130%;
    text-transform: uppercase;
    color: #1d1d1d;
}
.friday-section__text {
    flex: auto;
    margin: 0 0 70px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    color: #000;
}
.friday-section__button {
    display: block;
    padding: 17px 68px;
    max-width: fit-content;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 4px 8px 0 rgba(24, 55, 62, 0.1);
    background: #000;
    border-radius: 80px;
    transition: .4s;
}
.friday-section__button.blue {
    background: #00a7e5;
}
.friday-section__button:hover {
    cursor: pointer;
    opacity: .7;
}
.friday-section__image {
    position: relative;
    margin: 0 -40% 0 0;
    border-radius: 60px;
    height: 553px;
    min-width: 1192px;
    object-fit: cover;
    overflow: hidden;
}

.friday-section.invert .friday-section__image {
    margin: 0 0 0 -10%;
    border-radius: 0 60px 60px 0;
}


/* spoiler */
.friday-spoilers {
    margin: 10px 0 45px;
    font-family: Arial, sans-serif;
}
.friday-spoilers__item {
    padding: 30px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.friday-spoilers__item:first-child {
    border-bottom: none;
    /*border-top: none;*/
}
.friday-spoilers__header {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}
.friday-spoilers__header:hover {
    cursor: pointer;
}
.friday-spoilers__title {
    font-family: var(--second-family);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 1;
    color: #000;
}
.friday-spoilers__toggle {
    height: 35px;
    min-width: 35px;
    display: block;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgeT0iMTYuNjc0IiB3aWR0aD0iMzUuMjk1IiBoZWlnaHQ9IjIuOTI3IiByeD0iMS40NjMiIGZpbGw9IiMwMDAiLz48cmVjdCB4PSIxOS4xMTgiIHk9Ii41NzYiIHdpZHRoPSIzNS4xMjQiIGhlaWdodD0iMi45NDEiIHJ4PSIxLjQ3MSIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgMTkuMTE4IC41NzYpIiBmaWxsPSIjMDAwIi8+PC9zdmc+");
    transition: transform 0.3s;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
.active .friday-spoilers__toggle {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgeT0iMTYuMDk4IiB3aWR0aD0iMzUuMjk1IiBoZWlnaHQ9IjIuOTI3IiByeD0iMS40NjMiIGZpbGw9IiMwMDAiLz48L3N2Zz4=");
}
.friday-spoilers__content {
    display: none;
}
.friday-spoilers__description {
    margin: 50px 0 95px;
    max-width: 1200px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    color: #000;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.friday-spoilers__gallery {
    display: flex;
    width: 100%;
    gap: 27px;
    justify-content: space-between;
}
.friday-spoilers__gallery img {
    width: 100%;
    height: auto;
    min-height: 320px;
    background-color: #ddd;
    border-radius: 60px;
}
.friday-spoilers__image {
    width: 100px;
    height: 70px;
    object-fit: cover;
    border-radius: 5px;
}
/* END spoiler */

/* banner */
.friday-banner {
    background-color: #F5F7FA;
}
.friday-banner__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.friday-banner__wrapper img {
    height: auto;
    width: 100%;
    max-width: 600px;
    object-fit: contain;
}
.friday-banner__title h2 {
    margin: 0 0 40px;
    max-width: 750px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 56px;
    line-height: 130%;
    color: #1d1d1d;
    text-transform: math-auto;
}
.friday-banner__content {
    padding: 140px 0;
}

.friday-banner__text {
    margin: 0 0 140px;
    max-width: 650px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: #000;
}
/* END banner */


@media screen and (max-width: 1350px) {
    .friday-section__image {
        margin: 0 -45% 0 0;
        height: 520px;
        min-width: 1000px;
    }

    .friday-banner__wrapper img {
        max-width: 500px;
    }
}

@media screen and (max-width: 1150px) {
    .friday-banner {
        padding: 50px 0;
    }
    .friday-banner__wrapper {
        gap: 40px;
        flex-direction: column-reverse;
        align-items: center;
    }
    .friday-banner__content {
        padding: 0;
    }
}

@media screen and (max-width: 1100px) {
    .friday-header::after {
        width: 90%;
    }
}

@media screen and (max-width: 1000px) {
    .friday-section {
        flex-direction: column;
        gap: 55px;
    }
    .friday-section__text {
        margin: 0 0 55px;
    }
    .friday-section__image {
        margin: 0;
        width: 100%;
        min-width: auto;
        height: auto;
    }

    .friday-section {
        margin: 0 0 100;
    }

    .friday-spoilers__description {
        margin: 30px 0 50px;
        font-size: 25px;
    }
}

@media screen and (max-width: 850px) {
    .friday-spoilers__gallery {
        flex-direction: column;
    }
}

@media screen and (max-width: 750px) {
    .friday-header {
        padding: 75px 0 200px;
    }
    .friday-breadcrumbs {
        margin: 0 0 60px;
    }
    .friday-header__title h1 {
        margin: 0 0 40px;
        font-size: 55px;
    }

    .friday-section__title h2 {
        margin: 0 0 45px;
        max-width: 100%;
        font-size: 50px;
    }
    .friday-section__text {
        font-size: 25px;
    }

    .friday-section {
        margin: 0 0 80px;
    }

    .friday-banner__title h2 {
        margin: 0 0 28px;
        font-size: 48px;
    }
    .friday-banner__text {
        margin: 0 0 35px;
        font-size: 20px;
    }
    .friday-section__button {
        margin: 0 auto;
    }
    
}

@media screen and (max-width: 600px) {
    .friday-header {
        margin: 0 0 45px;
        background-size: 1000px;
        background-position: 50% 100%;
    }
    .friday-header::after {
        z-index: 2;
        top: 0;
        left: 0;
        height: 90%;
        width: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 1) 55%, rgba(0, 0, 0, 0) 100%);
    }

    .friday-section {
        margin: 0 0 50;
    }
    .friday-spoilers__description {
        font-size: 22px;
    }

    .friday-spoilers__gallery img {
        min-height: 250px;
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}

@media screen and (max-width: 480px) {
    .friday-header {
        padding: 75px 0 380px;
        margin: 0 0 30px;
    }
    .friday-header::after {
        height: 80%;
    }
    .friday-breadcrumbs {
        margin: 0 0 10px;
    }
    .friday-header__title h1 {
        margin: 0 0 35px;
        font-size: 48px;
    }

    .friday-section__title h2 {
        margin: 0 0 20px;
        font-size: 32px;
    }
    .friday-section__text {
        margin: 0 0 25px;
        font-size: 22px;
    }

}
.wrap .wrap {
    border-bottom: 0;
}