

/* Start:/local/templates/greek/css/about-page.css?177874904212655*/
.about-page {
    padding: 72px 0 100px;
    background: transparent;
    color: #101010;
}

.about-page__hero {
    margin-bottom: 72px;
}

.about-page__hero-media {
    overflow: hidden;
    border-radius: 32px;
    height: 480px;
}

.about-page__hero-media picture,
.about-page__story picture,
.about-page__tv-poster picture {
    display: block;
    width: 100%;
    height: 100%;
}

.about-page__hero-media img,
.about-page__story img,
.about-page__tv-poster img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-page__content {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 800px;
}

.about-page__content--primary {
    margin-bottom: 0;
}

.about-page__content--secondary {
    margin-top: 0;
}

.about-page__section {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.about-page__section + .about-page__section {
    margin-top: 56px;
}

.about-page__section--intro {
    gap: 24px;
    padding-top: 48px;
}

.about-page__section--quality {
    gap: 36px;
    margin-top: 72px;
}

.about-page__section--product {
    gap: 28px;
}

.about-page__section--features {
    gap: 28px;
    padding-top: 48px;
}

.about-page__section--tv {
    gap: 0;
}

.about-page__block {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 800px;
}

.about-page__title,
.about-page__subtitle,
.about-page__feature-title,
.about-page__accent-title {
    margin: 0;
    font-family: "ArnoPro", Arial, Helvetica, sans-serif;
    color: #101010;
}

.about-page__title {
    font-size: 3.8rem;
    line-height: 4rem;
    letter-spacing: 0.02em;
    max-width: 720px;
}

.about-page__subtitle {
    font-size: 2.4rem;
    line-height: 3.2rem;
    letter-spacing: 0.02em;
}

.about-page__text,
.about-page__certificate-title,
.about-page__feature-text,
.about-page__closing,
.about-page__accent-text {
    margin: 0;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #373635;
}

.about-page__text {
    max-width: 760px;
}

.about-page__text a {
    color: #9c7b5f;
}

@media screen and (min-width: 1280px) {
    .about-page__text a:hover,
    .about-page__text a:focus-visible {
        color: #a2886f;
    }
}

.about-page__certificates {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.about-page__certificate {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 16px;
    background: #f7f7f7;
    border-radius: 16px;
}

.about-page__certificate img {
    flex-shrink: 0;
    width: 63px;
    height: 63px;
    object-fit: contain;
}

.about-page__certificate-content {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.about-page__certificate-meta {
    margin: 0;
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #999999;
}

.about-page__accent {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 28px;
    background: #ecf9f1;
    border-radius: 16px;
}

.about-page__accent-copy {
    display: flex;
    flex-direction: column;
    gap: 6px;
    max-width: 687px;
}

.about-page__accent-title {
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 0.02em;
}

.about-page__accent-icon {
    flex-shrink: 0;
    width: 41px;
    height: 41px;
}

.about-page__stories {
    margin-top: 56px;
    margin-bottom: 64px;
}

.about-page__stories-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.about-page__story {
    overflow: hidden;
    height: 360px;
    border-radius: 16px;
}

.about-page__features {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.about-page__section--features .about-page__title {
    margin-bottom: 12px;
}

.about-page__feature {
    display: flex;
    align-items: center;
    gap: 24px;
}

.about-page__feature-icon {
    flex-shrink: 0;
    width: auto;
    height: 74px;
    max-width: 74px;
    object-fit: contain;
}

.about-page__feature-copy {
    display: flex;
    flex-direction: column;
    gap: 6px;
    max-width: 640px;
}

.about-page__feature-title {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-family: "Pragmatica", Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.about-page__closing {
    max-width: 800px;
    font-size: 1.8rem;
    line-height: 1.4;
    color: #101010;
}

.about-page__section--tv {
    margin-top: 40px;
}

.about-page__tv-player.tv-player {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    background: #111;
    box-shadow: 0 18px 48px rgba(44, 44, 44, 0.14);
    aspect-ratio: 800 / 308;
}

.about-page__tv-player .tv-player__video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #111;
}

.about-page__tv-poster {
    position: absolute;
    inset: 0;
    z-index: 2;
    transition: opacity 0.28s ease, visibility 0.28s ease;
}

.about-page__tv-poster picture,
.about-page__tv-poster img {
    display: block;
    width: 100%;
    height: 100%;
}

.about-page__tv-poster img {
    object-fit: cover;
}

.about-page__tv-player.is-playing .about-page__tv-poster,
.about-page__tv-poster[hidden] {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.about-page__tv-player .tv-player__overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 22px;
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.46) 0%, rgba(17, 17, 17, 0.04) 38%, rgba(17, 17, 17, 0.48) 100%);
    pointer-events: none;
}

.about-page__tv-player .tv-player__topbar,
.about-page__tv-player .tv-player__bottombar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.about-page__tv-player .tv-player__brand {
    max-width: 160px;
}

.about-page__tv-player .tv-player__brand img {
    display: block;
    width: 100%;
    height: auto;
}

.about-page__tv-player .tv-player__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(17, 17, 17, 0.56);
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(12px);
    color: #fff;
}

.about-page__tv-player .tv-player__badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d64d4d;
    box-shadow: 0 0 0 6px rgba(214, 77, 77, 0.16);
}

.about-page__tv-player .tv-player__center-button,
.about-page__tv-player .tv-player__action {
    pointer-events: auto;
    appearance: none;
    border: 0;
    cursor: pointer;
}

.about-page__tv-player .tv-player__center-button {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    margin: 0;
    border-radius: 50%;
    color: #fff;
    background: rgba(17, 17, 17, 0.58);
    transform: translate(-50%, -50%);
    backdrop-filter: blur(12px);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.about-page__tv-player .tv-player__center-button:hover,
.about-page__tv-player .tv-player__center-button:focus-visible {
    background: rgba(17, 17, 17, 0.68);
    transform: translate(-50%, -50%) scale(1.04);
}

.about-page__tv-player.is-playing .tv-player__center-button {
    opacity: 0;
    pointer-events: none;
}

.about-page__tv-player .tv-player__actions {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

.about-page__tv-player .tv-player__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #fff;
    background: rgba(17, 17, 17, 0.58);
    backdrop-filter: blur(12px);
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.about-page__tv-player .tv-player__action:hover,
.about-page__tv-player .tv-player__action:focus-visible {
    background: rgba(17, 17, 17, 0.72);
    transform: translateY(-1px);
}

.about-page__tv-player .tv-player__action-icon--volume-off {
    display: none;
}

.about-page__tv-player.is-muted .tv-player__action-icon--volume-on {
    display: none;
}

.about-page__tv-player.is-muted .tv-player__action-icon--volume-off {
    display: block;
}

.about-page__tv-label {
    color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.4;
}

@media screen and (min-width: 1280px) {
    .about-page__tv-player:hover .about-page__tv-label,
    .about-page__tv-player:focus-within .about-page__tv-label {
        color: #dceedd;
    }
}

@media screen and (max-width: 1279px) {
    .about-page {
        padding: 56px 0 80px;
    }

    .about-page__hero {
        margin-bottom: 60px;
    }

    .about-page__hero-media {
        height: 420px;
    }

    .about-page__content {
        max-width: 800px;
    }

    .about-page__section + .about-page__section {
        margin-top: 44px;
    }

    .about-page__section--quality {
        margin-top: 60px;
    }

    .about-page__stories {
        margin-top: 44px;
        margin-bottom: 48px;
    }

    .about-page__stories-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 767px) {
    .about-page {
        padding: 32px 0 56px;
    }

    .about-page__hero {
        margin-bottom: 40px;
    }

    .about-page__hero-media {
        border-radius: 20px;
        height: 220px;
    }

    .about-page__hero-media img {
        min-height: 220px;
    }

    .about-page__content {
        max-width: none;
    }

    .about-page__section {
        gap: 24px;
    }

    .about-page__section + .about-page__section {
        margin-top: 36px;
    }

    .about-page__section--intro {
        gap: 20px;
        padding-top: 28px;
    }

    .about-page__section--quality,
    .about-page__section--product,
    .about-page__section--features {
        gap: 24px;
    }

    .about-page__section--features {
        padding-top: 28px;
    }

    .about-page__section--quality {
        margin-top: 44px;
    }

    .about-page__title {
        font-size: 2.8rem;
        line-height: 3.2rem;
        letter-spacing: 0.01em;
        max-width: none;
    }

    .about-page__subtitle,
    .about-page__accent-title {
        font-size: 2rem;
        line-height: 2.6rem;
        letter-spacing: 0.01em;
    }

    .about-page__text,
    .about-page__certificate-title,
    .about-page__feature-text,
    .about-page__accent-text {
        font-size: 1.5rem;
        line-height: 2.2rem;
    }

    .about-page__feature-copy,
    .about-page__text {
        max-width: none;
    }

    .about-page__certificate {
        align-items: flex-start;
        gap: 14px;
        padding: 14px;
    }

    .about-page__certificate img {
        width: 52px;
        height: 52px;
    }

    .about-page__accent {
        flex-direction: column;
        padding: 20px 16px;
    }

    .about-page__accent-icon {
        align-self: flex-end;
    }

    .about-page__stories {
        margin-top: 36px;
        margin-bottom: 40px;
    }

    .about-page__stories-grid {
        gap: 12px;
    }

    .about-page__story {
        height: 150px;
        border-radius: 12px;
    }

    .about-page__features {
        gap: 24px;
    }

    .about-page__section--tv {
        margin-top: 28px;
    }

    .about-page__feature {
        align-items: flex-start;
        gap: 16px;
    }

    .about-page__feature-icon {
        width: auto;
        height: 56px;
        max-width: 56px;
    }

    .about-page__feature-title {
        font-size: 1.5rem;
        line-height: 2.2rem;
    }

    .about-page__closing {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }

    .about-page__tv-player.tv-player {
        border-radius: 12px;
        box-shadow: none;
        aspect-ratio: 4 / 5;
    }

    .about-page__tv-player .tv-player__overlay {
        padding: 16px;
    }

    .about-page__tv-player .tv-player__brand {
        width: 120px;
    }

    .about-page__tv-player .tv-player__badge {
        padding: 7px 10px;
        font-size: 1rem;
    }

    .about-page__tv-player .tv-player__center-button {
        width: 64px;
        height: 64px;
    }

    .about-page__tv-player .tv-player__topbar,
    .about-page__tv-player .tv-player__bottombar {
        flex-direction: column;
        align-items: flex-start;
    }

    .about-page__tv-player .tv-player__bottombar {
        align-items: stretch;
    }

    .about-page__tv-player .tv-player__actions {
        justify-content: flex-end;
    }
}

/* End */
/* /local/templates/greek/css/about-page.css?177874904212655 */
