/* 
 * About Page Styles
 * Стили для страницы "О нас"
 */

/* Принудительные стили для цитаты на странице About */
.about-main .about-content blockquote {
    margin: 36px 0 !important;
    padding: 0 0 0 24px !important;
    border: none !important;
    border-left: 4px solid #3056D3 !important;
    background: none !important;
    font-style: italic !important;
    font-size: 24px !important;
    line-height: 1.6 !important;
    color: #2a2a2a !important;
    text-align: left !important;
    position: relative !important;
    font-family: 'IBM Plex Serif', serif !important;
    font-weight: 400 !important;
}

.about-main .about-content blockquote p {
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    font-style: italic !important;
    font-size: 24px !important;
    line-height: 1.6 !important;
    color: #2a2a2a !important;
    text-align: left !important;
    font-family: 'IBM Plex Serif', serif !important;
    font-weight: 400 !important;
}

/* About Page Layout */
.about-main {
    height: auto;
    background-color: #FFF9F2;
    padding: 0 0 80px;
}

.about-page {
    height: auto;
    background-color: #FFF9F2;
    padding: 120px 0 80px;
}

/* Мобильные и планшеты */
@media (max-width: 1023px) {
    .about-container {
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }
}

/* Десктоп */
@media (min-width: 1024px) {
    .about-container {
        max-width: 1124px;
        margin: 0 auto;
        padding: 0;
    }
}

/* Мобильные стили (до 767px) */
@media (max-width: 767px) {
    .about-content {
        background: #FFF9F2;
        height: auto;
        margin-bottom: 104px;
    }

    .about-image {
        width: 100%;
        height: 320px;
        background: #F0EAE3;
        background-image: url('../about/about.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 20px;
        overflow: hidden;
        margin-bottom: 40px;
    }

    .about-content h1 {
        font-family: 'IBM Plex Serif', serif;
        font-weight: 800;
        font-size: 32px;
        line-height: 1.2;
        color: #2a2a2a;
        margin: 0 0 32px 0;
    }

    .about-content h2 {
        font-family: 'IBM Plex Serif', serif;
        font-size: 22px;
        font-weight: 700;
        line-height: 1.3;
        color: #2a2a2a;
        margin: 0 0 32px 0;
    }

    .about-content p {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.6;
        color: #2a2a2a;
        margin-bottom: 18px;
    }

    .about-content blockquote {
        margin: 28px 0 !important;
        padding: 0 0 0 20px !important;
        border: none !important;
        border-left: 3px solid #3056D3 !important;
        background: none !important;
        font-style: italic !important;
        font-size: 24px !important;
        line-height: 1.6 !important;
        color: #2a2a2a !important;
        text-align: left !important;
        position: relative !important;
        font-family: 'IBM Plex Serif', serif !important;
        font-weight: 400 !important;
    }

    .about-content blockquote p {
        margin: 0 !important;
        padding: 0 !important;
        position: relative !important;
    }
}

/* Планшетные стили (768px - 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
    .about-content {
        background: #FFF9F2;
        height: auto;
        margin-bottom: 104px;
    }

    .about-image {
        width: 100%;
        height: 320px;
        background: #F0EAE3;
        background-image: url('../about/about.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 20px;
        overflow: hidden;
        margin-bottom: 40px;
    }

    .about-content h1 {
        font-family: 'IBM Plex Serif', serif;
        font-weight: 800;
        font-size: 40px;
        line-height: 1.2;
        color: #2a2a2a;
        margin: 0 0 40px 0;
    }

    .about-content h2 {
        font-family: 'IBM Plex Serif', serif;
        font-size: 26px;
        font-weight: 700;
        line-height: 1.3;
        color: #2a2a2a;
        margin: 0 0 32px 0;
    }

    .about-content p {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 17px;
        line-height: 1.6;
        color: #2a2a2a;
        margin-bottom: 20px;
    }

    .about-content blockquote {
        margin: 32px 0 !important;
        padding: 0 0 0 22px !important;
        border: none !important;
        border-left: 4px solid #3056D3 !important;
        background: none !important;
        font-style: italic !important;
        font-size: 24px !important;
        line-height: 1.6 !important;
        color: #2a2a2a !important;
        text-align: left !important;
        position: relative !important;
        font-family: 'IBM Plex Serif', serif !important;
        font-weight: 400 !important;
    }

    .about-content blockquote p {
        margin: 0 !important;
        padding: 0 !important;
        position: relative !important;
    }
}

/* Десктопные стили (от 1024px) */
@media (min-width: 1024px) {
    .about-content {
        background: #FFF9F2;
        height: auto;
        margin-bottom: 104px;
    }

    .about-image {
        width: 100%;
        height: 320px;
        background: #F0EAE3;
        background-image: url('../about/about.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 32px;
        overflow: hidden;
        margin-bottom: 48px;
    }

    .about-content h1 {
        font-family: 'IBM Plex Serif', serif;
        font-weight: 800;
        font-size: 48px;
        line-height: 1.2;
        color: #2a2a2a;
        margin: 0 0 48px 0;
    }

    .about-content h2 {
        font-family: 'IBM Plex Serif', serif;
        font-size: 32px;
        font-weight: 700;
        line-height: 1.3;
        color: #2a2a2a;
        margin: 0 0 32px 0;
    }

    .about-content p {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.7;
        color: #2a2a2a;
        margin-bottom: 22px;
    }

    .about-content blockquote {
        margin: 36px 0 !important;
        padding: 0 0 0 24px !important;
        border: none !important;
        border-left: 4px solid #3056D3 !important;
        background: none !important;
        font-style: italic !important;
        font-size: 24px !important;
        line-height: 1.6 !important;
        color: #2a2a2a !important;
        text-align: left !important;
        position: relative !important;
        font-family: 'IBM Plex Serif', serif !important;
        font-weight: 400 !important;
    }

    .about-content blockquote p {
        margin: 0 !important;
        padding: 0 !important;
        position: relative !important;
    }
}

