@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('/files/descriptions/font/80/8046749/storage_app_opisy2_canon_2090913_fonts/montserrat_v31_latin_latin_ext_regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url('/files/descriptions/font/80/8046749/storage_app_opisy2_canon_2090913_fonts/montserrat_v31_latin_latin_ext_600.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('/files/descriptions/font/80/8046749/storage_app_opisy2_canon_2090913_fonts/montserrat_v31_latin_latin_ext_700.woff2') format('woff2');
}

#prod-desc-container {
    font-family: "Montserrat", sans-serif;
    max-width: 1010px;
    margin: 0 auto;
    background: #F1F1F1;
    color: #333;
}

#prod-desc-container *,
#prod-desc-container *::before,
#prod-desc-container *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#prod-desc-container img {
    max-width: 100%;
    height: auto;
    display: block;
}

#prod-desc-container .content-block img {
    width: 100%;
}

#prod-desc-container h2 {
    font-size: 32px;
    font-weight: 400;
    color: #333;
    line-height: 1.3;
    text-align: left;
}

#prod-desc-container h3,
#prod-desc-container h4 {
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
}

#prod-desc-container p {
    font-size: 16px;
    font-weight: 400;
    color: #444;
    line-height: 1.5;
}

#prod-desc-container ul {
    list-style: none;
}

#prod-desc-container .accessories-section ul li,
#prod-desc-container .package-section ul li {
    font-size: 14px;
    color: #444;
    padding-left: 15px;
    position: relative;
}

#prod-desc-container .accessories-section ul li::before,
#prod-desc-container .package-section ul li::before {
    content: '·';
    position: absolute;
    left: 0;
    font-weight: 700;
}

#prod-desc-container .tagline,
#prod-desc-container .creative-tagline,
#prod-desc-container .cta-tagline {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

#prod-desc-container .creative-section,
#prod-desc-container .tech-section,
#prod-desc-container .accessories-section,
#prod-desc-container .package-section,
#prod-desc-container .fullwidth-image-section {
    background-color: #fff;
}

#prod-desc-container .hero-section {
    position: relative;
    width: 100%;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}

#prod-desc-container .hero-section::before,
#prod-desc-container .hero-section::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 0;
}

#prod-desc-container .hero-section::before {
    top: 0;
    background-image: url('/media/cache/resolve/filemanager_original/images/descriptions/images/80/8046749/storage_app_opisy2_canon_2090913_img/backg.jpg');
    background-size: cover;
    background-position: center;
}

#prod-desc-container .hero-section::after {
    bottom: 0;
    background-color: #F1F1F1;
}

#prod-desc-container .hero-section .content-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    padding: 0 20px;
}

#prod-desc-container .hero-section .logo-left,
#prod-desc-container .hero-section .logo-right {
    align-self: flex-start;
    margin-top: 70px;
}

#prod-desc-container .text-section {
    padding: 0 0 60px;
    text-align: center;
    max-width: 660px;
    margin: 0 auto;
}

#prod-desc-container .text-section .tagline {
    color: #333;
    margin-bottom: 12px;
}

#prod-desc-container .text-section h2 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 35px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

#prod-desc-container .text-section .description-bold {
    font-weight: 600;
    color: #333;
    margin-bottom: 25px;
}

#prod-desc-container .text-section .description-light {
    color: #555;
}

#prod-desc-container .features-section {
    padding: 0 60px;
    text-align: center;
}

#prod-desc-container .features-section .features-header {
    margin-bottom: 40px;
    margin-left: 25px;
}

#prod-desc-container .features-section .features-header img {
    max-width: 200px;
    margin-bottom: 10px;
}

#prod-desc-container .features-section .features-header h2 {
    font-size: 40px;
    font-weight: 700;
}

#prod-desc-container .features-section .features-grid {
    display: flex;
    justify-content: center;
    gap: 60px;
    max-width: 1000px;
    margin: 0 auto;
}

#prod-desc-container .features-section .feature-item {
    flex: 1;
    max-width: 280px;
    text-align: center;
}

#prod-desc-container .features-section .feature-image {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

#prod-desc-container .features-section .feature-image img {
    max-height: 150px;
}

#prod-desc-container .features-section .feature-item h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

#prod-desc-container .features-section .feature-item p {
    font-size: 14px;
    color: #555;
}

#prod-desc-container .diagram-section {
    padding: 20px 20px 80px;
}

#prod-desc-container .diagram-section .diagram-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    max-width: 900px;
    margin: 0 auto 50px;
}

#prod-desc-container .diagram-section .diagram-top h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
}

#prod-desc-container .diagram-section .diagram-image {
    flex-shrink: 0;
}

#prod-desc-container .diagram-section .diagram-image img {
    max-width: 450px;
}

#prod-desc-container .diagram-section .diagram-features {
    display: flex;
    justify-content: center;
    gap: 198px;
    max-width: 900px;
    margin: 0 auto;
}

#prod-desc-container .diagram-section .diagram-features-left,
#prod-desc-container .diagram-section .diagram-features-right {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

#prod-desc-container .diagram-section .diagram-feature {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

#prod-desc-container .diagram-section .feature-number {
    width: 28px;
    height: 28px;
    background-color: #d41317;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

#prod-desc-container .diagram-section .feature-text h4 {
    font-size: 16px;
    margin-bottom: 5px;
}

#prod-desc-container .diagram-section .feature-text p {
    font-size: 13px;
    color: #555;
}

#prod-desc-container .content-block {
    display: flex;
    align-items: center;
}

#prod-desc-container .content-block-right {
    flex-direction: row;
}

#prod-desc-container .content-block-left {
    flex-direction: row-reverse;
}

#prod-desc-container .content-block .content-block-image {
    width: 50%;
    flex-shrink: 0;
}

#prod-desc-container .content-block .content-block-text {
    width: 50%;
    padding: 20px 30px;
}

#prod-desc-container .content-block .content-block-text h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

#prod-desc-container .content-block .content-block-text p {
    line-height: 1.4;
}

#prod-desc-container .content-block .content-block-text p strong {
    font-weight: 600;
    color: #333;
}

#prod-desc-container .creative-section {
    display: flex;
    align-items: center;
    padding: 60px 20px;
    gap: 50px;
    max-width: 1100px;
    margin: 0 auto;
}

#prod-desc-container .creative-section .creative-text {
    flex: 1;
}

#prod-desc-container .creative-section .creative-tagline {
    color: #333;
    margin-bottom: 10px;
    line-height: 1.3;
}

#prod-desc-container .creative-section .creative-text h2 {
    margin-bottom: 20px;
}

#prod-desc-container .creative-section .creative-text h2 strong {
    font-weight: 700;
}

#prod-desc-container .creative-section .creative-text p:not(.creative-tagline) {
    line-height: 1.3;
    margin-bottom: 15px;
}

#prod-desc-container .creative-section .creative-text p:not(.creative-tagline):last-child {
    margin-bottom: 0;
}

#prod-desc-container .creative-section .creative-image {
    flex: 1;
}

#prod-desc-container .tech-section {
    padding: 30px 20px;
    border-top: 2px solid #D9D9D9;
    border-bottom: 2px solid #D9D9D9;
}

#prod-desc-container .tech-section h2 {
    margin-bottom: 40px;
}

#prod-desc-container .tech-section picture {
    display: block;
}

#prod-desc-container .accessories-section {
    padding: 30px 20px;
    border-bottom: 2px solid #D9D9D9;
}

#prod-desc-container .accessories-section h2 {
    margin-bottom: 50px;
}

#prod-desc-container .accessories-section .accessories-grid {
    display: flex;
    gap: 40px;
}

#prod-desc-container .accessories-section .accessory-item {
    flex: 1;
    padding-right: 40px;
    border-right: 1px solid #D9D9D9;
}

#prod-desc-container .accessories-section .accessory-item:last-child {
    padding-right: 0;
    border-right: none;
}

#prod-desc-container .accessories-section .accessory-image {
    height: 343px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 25px;
}

#prod-desc-container .accessories-section .accessory-item h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

#prod-desc-container .accessories-section .accessory-item ul li {
    line-height: 1;
}

#prod-desc-container .accessories-section .accessory-item p {
    font-size: 14px;
    line-height: 1.6;
}

#prod-desc-container .package-section {
    display: flex;
    align-items: center;
    padding: 30px 20px;
    gap: 50px;
}

#prod-desc-container .package-section .package-text {
    flex: 1;
}

#prod-desc-container .package-section .package-text h2 {
    margin-bottom: 25px;
}

#prod-desc-container .package-section .package-image {
    flex: 1;
}

#prod-desc-container .fullwidth-image-section img {
    width: 100%;
}

#prod-desc-container .cta-section {
    background-color: #333;
    padding: 50px 40px;
}

#prod-desc-container .cta-section .cta-tagline {
    color: #fff;
    margin-bottom: 15px;
}

#prod-desc-container .cta-section h2 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}

@media (max-width: 920px) {
    #prod-desc-container .features-section {
        padding: 0 15px;
    }
    #prod-desc-container .features-section .features-header h2 {
        font-size: 32px;
    }
    #prod-desc-container .features-section .features-grid {
        gap: 30px;
    }
    #prod-desc-container .features-section .feature-item h3 {
        font-size: 18px;
    }
    #prod-desc-container .features-section .feature-item p {
        font-size: 13px;
    }

    #prod-desc-container .content-block .content-block-text {
        padding: 15px 20px;
    }
    #prod-desc-container .content-block .content-block-text h2 {
        font-size: 24px;
    }
    #prod-desc-container .content-block .content-block-text p {
        font-size: 14px;
    }

    #prod-desc-container .accessories-section .accessory-image {
        height: 250px;
    }
    #prod-desc-container .accessories-section .accessory-image img {
        max-height: 250px;
    }
}

@media (max-width: 768px) {
    #prod-desc-container .hero-section .content-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        padding: 20px;
    }
    #prod-desc-container .hero-section .logo-left {
        order: 1;
        margin-top: 20px;
        align-self: center;
    }
    #prod-desc-container .hero-section .logo-right {
        order: 2;
        margin-top: 0;
        align-self: center;
    }
    #prod-desc-container .hero-section .logo-right img {
        max-width: 150px;
    }
    #prod-desc-container .hero-section .main-product {
        order: 3;
    }

    #prod-desc-container .text-section {
        padding: 0 15px 40px;
    }
    #prod-desc-container .text-section h2 {
        font-size: 24px;
    }

    #prod-desc-container .features-section .features-header {
        margin-left: 0;
    }
    #prod-desc-container .features-section .features-header h2 {
        font-size: 28px;
    }
    #prod-desc-container .features-section .features-grid {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    #prod-desc-container .features-section .feature-item {
        max-width: 250px;
    }

    #prod-desc-container .diagram-section {
        padding: 40px 15px;
    }
    #prod-desc-container .diagram-section .diagram-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
    #prod-desc-container .diagram-section .diagram-top h2 {
        font-size: 28px;
    }
    #prod-desc-container .diagram-section .diagram-image {
        align-self: center;
    }
    #prod-desc-container .diagram-section .diagram-image img {
        max-width: 350px;
    }
    #prod-desc-container .diagram-section .diagram-features {
        flex-direction: column;
        gap: 40px;
    }

    #prod-desc-container .content-block,
    #prod-desc-container .content-block-left {
        flex-direction: column;
    }
    #prod-desc-container .content-block .content-block-image,
    #prod-desc-container .content-block .content-block-text {
        width: 100%;
    }
    #prod-desc-container .content-block .content-block-text {
        padding: 20px 15px;
    }
    #prod-desc-container .content-block .content-block-text h2 {
        font-size: 20px;
    }

    #prod-desc-container .creative-section {
        flex-direction: column;
        padding: 40px 15px;
        gap: 30px;
    }
    #prod-desc-container .creative-section .creative-text h2 {
        font-size: 24px;
    }

    #prod-desc-container .tech-section {
        padding: 40px 20px;
    }
    #prod-desc-container .tech-section h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    #prod-desc-container .accessories-section {
        padding: 40px 20px;
    }
    #prod-desc-container .accessories-section h2 {
        font-size: 24px;
        margin-bottom: 40px;
    }
    #prod-desc-container .accessories-section .accessories-grid {
        flex-direction: column;
        gap: 40px;
    }
    #prod-desc-container .accessories-section .accessory-item {
        padding-right: 0;
        border-right: none;
        padding-bottom: 40px;
        border-bottom: 1px solid #D9D9D9;
    }
    #prod-desc-container .accessories-section .accessory-item:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }
    #prod-desc-container .accessories-section .accessory-image {
        height: auto;
    }
    #prod-desc-container .accessories-section .accessory-image img {
        max-height: none;
    }

    #prod-desc-container .package-section {
        flex-direction: column;
        padding: 40px 20px;
        gap: 30px;
    }
    #prod-desc-container .package-section .package-text h2 {
        font-size: 24px;
    }

    #prod-desc-container .cta-section {
        padding: 40px 20px;
    }
    #prod-desc-container .cta-section h2 {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    #prod-desc-container .hero-section::before {
        height: 65%;
    }
    #prod-desc-container .hero-section::after {
        height: 35%;
    }
    #prod-desc-container .hero-section .logo-left img {
        max-width: 160px;
    }

    #prod-desc-container .diagram-section .diagram-image img {
        max-width: 280px;
    }

    #prod-desc-container .creative-section .creative-text h2 {
        font-size: 20px;
    }

    #prod-desc-container .tech-section {
        padding: 30px 15px;
    }
    #prod-desc-container .tech-section h2 {
        font-size: 20px;
    }

    #prod-desc-container .accessories-section h2 {
        font-size: 20px;
    }

    #prod-desc-container .package-section .package-text h2 {
        font-size: 20px;
    }

    #prod-desc-container .cta-section h2 {
        font-size: 20px;
    }
}