/*
Theme Name: Astra Child
Template: astra
Version: 1.0
*/



.ast-container, .ast-container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}
div#ast-desktop-header {
    max-width: 1280px;
    margin: 0 auto;
}

.site-footer{
	background:#777 !important;
}
.ast-plain-container, .ast-page-builder-template{
	background:#fff !important;
}
.site-footer .site-primary-footer-inner-wrap{
	max-width:1280px !important;
}

/* ===== HOME HERO ===== */

.home-hero {
    padding: 72px 0 72px;
    background: linear-gradient(180deg, #f6f8fb 0%, #eef3f9 100%);
}

.home-hero__container {
    width: min(1280px, calc(100% - 40px));
    margin: 0 auto;
}

.home-hero__box {
    position: relative;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    align-items: center;
    gap: 48px;
    min-height: 480px;
    padding: 56px 56px 48px;
    border-radius: 32px;
    background: linear-gradient(135deg, #ffffff 0%, #f3f7fd 100%);
    box-shadow: 0 20px 60px rgba(31, 42, 55, 0.08);
    overflow: hidden;
}

.home-hero__box::before {
    content: "";
    position: absolute;
    right: -120px;
    top: 50%;
    transform: translateY(-50%);
    width: 620px;
    height: 620px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(47, 111, 237, 0.14) 0%, rgba(47, 111, 237, 0.05) 45%, rgba(47, 111, 237, 0) 72%);
    pointer-events: none;
}

.home-hero__content {
    position: relative;
    z-index: 2;
    max-width: 600px;
}

.home-hero__label {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    margin-bottom: 22px;
    border-radius: 999px;
    background: #eaf2ff;
    color:#225b99;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.home-hero__title {
    margin: 0 0 22px;
    color: #1f2a37;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.home-hero__description {
    margin-bottom: 28px;
    color: #677487;
    font-size: 18px;
    line-height: 1.7;
}

.home-hero__description p {
    margin: 0;
}

.home-hero__advantages {
    display: grid;
    gap: 14px;
    margin-bottom: 34px;
}

.home-hero__advantage {
    position: relative;
    padding-left: 36px;
    color: #1f2a37;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
}

.home-hero__advantage::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #225b99;
    box-shadow: 0 10px 20px rgba(47, 111, 237, 0.22);
}

.home-hero__advantage::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 8px;
    width: 8px;
    height: 5px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(-45deg);
}

.home-hero__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.home-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 28px;
    border-radius: 16px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.25s ease;
}

.home-hero__btn--primary {
    background: linear-gradient(135deg, #2f6fed 0%, #1d5ce0 100%);
    color: #ffffff;
    box-shadow: 0 16px 30px rgba(47, 111, 237, 0.24);
}

.home-hero__btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 34px rgba(47, 111, 237, 0.28);
    color: #ffffff;
}

.home-hero__btn--secondary {
    background: #ffffff;
    color: #1f2a37;
    border: 1px solid #dce5f0;
}

.home-hero__btn--secondary:hover {
    transform: translateY(-2px);
    border-color: #bfd0e4;
    color: #1f2a37;
}

.home-hero__media {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-hero__image-wrap {
    position: relative;
    width: 100%;
    max-width: 620px;
}

.home-hero__image-wrap::before {
    content: "";
    position: absolute;
    inset: 8% 8% auto 8%;
    height: 72%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,0.95) 0%, rgba(234,242,255,0.7) 45%, rgba(234,242,255,0) 78%);
    z-index: 0;
}

.home-hero__image {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.home-hero__glow {
    position: absolute;
    right: 5%;
    bottom: 8%;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(47,111,237,0.14) 0%, rgba(47,111,237,0.03) 60%, rgba(47,111,237,0) 75%);
    filter: blur(10px);
    z-index: 1;
}

@media (max-width: 1180px) {
    .home-hero__title {
        font-size: 48px;
    }

    .home-hero__box {
        gap: 32px;
        padding: 44px 40px;
        min-height: 560px;
    }
}
@media (min-width: 922px) {
    .ast-container {
        max-width: 100%!important;
    }
}
@media (max-width: 991px) {
    .home-hero {
        padding: 20px 0 48px;
    }

    .home-hero__container {
        width: min(1280px, calc(100% - 24px));
    }

    .home-hero__box {
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 28px 20px 32px;
        border-radius: 24px;
    }

    .home-hero__media {
        order: -1;
    }

    .home-hero__title {
        font-size: 38px;
    }

    .home-hero__description {
        font-size: 16px;
    }

    .home-hero__image-wrap {
        max-width: 420px;
        margin: 0 auto;
    }

    .home-hero__box::before {
        right: 50%;
        top: 120px;
        transform: translateX(50%);
        width: 360px;
        height: 360px;
    }
}

@media (max-width: 575px) {
    .home-hero__title {
        font-size: 30px;
    }

    .home-hero__advantage {
        font-size: 15px;
    }

    .home-hero__buttons {
        flex-direction: column;
    }

    .home-hero__btn {
        width: 100%;
    }
}





/* ===== HOME CATEGORIES ===== */

.home-categories {
    padding: 32px 0 80px;
    
}

.home-categories__container {
    width: min(1280px, calc(100% - 40px));
    margin: 0 auto;
}

.home-categories__head {
    margin-bottom: 34px;
    text-align: center;
}

.home-categories__label {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: #eaf2ff;
    color: #225b99;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.home-categories__title {
    margin: 0;
    color: #1f2a37;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.home-categories__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.home-categories__card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 16px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid #e6edf5;
    box-shadow: 0 14px 34px rgba(31, 42, 55, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.home-categories__card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 44px rgba(31, 42, 55, 0.09);
    border-color: #d8e3f0;
}

.home-categories__image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    padding: 0px;
    border-radius: 18px;
    background: linear-gradient(180deg, #f4f8fd 0%, #edf3fb 100%);
    overflow: hidden;
}

.home-categories__image {
    display: block;
    max-width: 100%;
    max-height: 190px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.home-categories__content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.home-categories__card-title {
    margin: 0 0 12px;
    color: #1f2a37;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.home-categories__text {
    margin-bottom: 20px;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.65;
}

.home-categories__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    color: #2f6fed;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: gap 0.25s ease, color 0.25s ease;
}

.home-categories__link:hover {
    gap: 14px;
    color: #1d5ce0;
}

.home-categories__arrow {
    font-size: 18px;
    line-height: 1;
}

@media (max-width: 1180px) {
    .home-categories__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .home-categories {
        padding: 20px 0 56px;
    }

    .home-categories__container {
        width: min(1280px, calc(100% - 24px));
    }

    .home-categories__title {
        font-size: 34px;
    }
}

@media (max-width: 575px) {
    .home-categories__grid {
        grid-template-columns: 1fr;
    }

    .home-categories__title {
        font-size: 28px;
    }

    .home-categories__card-title {
        font-size: 22px;
    }

    .home-categories__image-wrap {
        min-height: 200px;
    }
}



/* ===== EXPERIENCE ===== */

.home-exp {
    padding: 80px 0;
    background: #ffffff;
}

.home-exp__container {
    width: min(1280px, calc(100% - 40px));
    margin: 0 auto;
}

.home-exp__box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.home-exp__image img {
    width: 100%;
    border-radius: 20px;
}

.home-exp__label {
    display: inline-block;
    padding: 6px 14px;
    background: #eaf2ff;
    color: #2f6fed;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 14px;
}

.home-exp__title {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 16px;
}

.home-exp__text {
    color: #6b7280;
    margin-bottom: 28px;
    line-height: 1.6;
}

.home-exp__stats {
    display: flex;
    gap: 20px;
}

.home-exp__stat {
    padding: 20px;
    border-radius: 16px;
    background: #f4f7fb;
}

.home-exp__num {
    font-size: 28px;
    font-weight: 800;
}

.home-exp__desc {
    font-size: 14px;
    color: #6b7280;
}

@media (max-width: 991px) {
    .home-exp__box {
        grid-template-columns: 1fr;
    }
}


/* ===== EXPERIENCE ===== */

.home-exp {
    padding: 80px 0;
    background: #f6f8fb;
}

.home-exp__container {
    width: min(1280px, calc(100% - 40px));
    margin: 0 auto;
}

.home-exp__box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.home-exp__image img {
    width: 100%;
    border-radius: 20px;
}

.home-exp__label {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: #eaf2ff;
    color: #225b99;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.home-exp__title {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 16px;
}

.home-exp__text {
    color: #6b7280;
    margin-bottom: 28px;
    line-height: 1.6;
}

.home-exp__stats {
    display: flex;
    gap: 20px;
}

.home-exp__stat {
    padding: 20px;
    border-radius: 16px;
    background: #f4f7fb;
}

.home-exp__num {
    font-size: 28px;
    font-weight: 800;
}

.home-exp__desc {
    font-size: 14px;
    color: #6b7280;
}

@media (max-width: 991px) {
    .home-exp__box {
        grid-template-columns: 1fr;
    }
}




/* ===== PARTNERS ===== */

.home-partners {
    padding: 80px 0;
    background: #fff;
}

.home-partners__container {
    width: min(1280px, calc(100% - 40px));
    margin: 0 auto;
}

.home-partners__box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.home-partners__label {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: #eaf2ff;
    color: #225b99;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}







.home-partners__title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 16px;
}

.home-partners__text {
    color: #6b7280;
    margin-bottom: 20px;
}

.home-partners__list {
    margin-bottom: 24px;
    padding-left: 0;
    list-style: none;
}

.home-partners__list li {
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}

.home-partners__list li:before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #225b99;
}

.home-partners__buttons {
    display: flex;
    gap: 12px;
}

.home-partners__btn {
    padding: 12px 20px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
}

.home-partners__btn--primary {
    background: #225b99;
    color: #fff;
}

.home-partners__btn--secondary {
    background: #e5e7eb;
    color: #111;
}

.home-partners__logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}

.home-partners__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.home-partners__logo img {
    max-width: 100%;
    max-height: 40px;
    object-fit: contain;
}

@media (max-width: 991px) {
    .home-partners__box {
        grid-template-columns: 1fr;
    }
}


/* ===== CATALOG ARCHIVE ===== */

.catalog-archive {
    padding: 28px 0 80px;
    background: #ffffff;
	margin: 0 auto;
}

.catalog-archive__container {
    width: min(1280px, calc(100% - 40px));
    margin: 0 auto;
}

.catalog-archive__intro {
    margin: 0 auto 36px;
    text-align: center;
}

.catalog-archive__breadcrumbs {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: #7b8794;
    font-size: 15px;
    line-height: 1.4;
}

.catalog-archive__breadcrumbs a {
    color: #6f7f92;
    text-decoration: none;
    transition: color 0.25s ease;
}

.catalog-archive__breadcrumbs a:hover {
    color: #2f6fed;
}

.catalog-archive__sep {
    color: #a8b3c2;
}

.catalog-archive__title {
    margin: 0 0 18px;
    color: #1f2a37;
    font-size: 40px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.catalog-archive__desc {
    margin: 0 auto;
    color: #667589;
    font-size: 21px;
    line-height: 1.65;
}

.catalog-archive__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.catalog-category-card {
    height: 100%;
}

.catalog-category-card__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 580px;
    border-radius: 34px;
    background: #ffffff;
    border: 1px solid #e9eef5;
    box-shadow: 0 16px 40px rgba(31, 42, 55, 0.06);
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.catalog-category-card__inner:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 54px rgba(31, 42, 55, 0.1);
    border-color: #dbe5f0;
}

.catalog-category-card__content {
    padding: 34px 34px 12px;
}

.catalog-category-card__title {
    margin: 0 0 20px;
    color: #24324a;
    font-size: 24px;
    line-height: 1.14;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.catalog-category-card__text {
    max-width: 88%;
    color: #667589;
    font-size: 17px;
    line-height: 1.7;
}

.catalog-category-card__media {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex: 1;
    min-width: 600px;
    padding: 10px 0px 0;
    overflow: hidden;
}


.catalog-category-card__image {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    max-width: 624px;
    object-fit: contain;
	margin-top: -35px;
}

.catalog-category-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 22px 34px 24px;
    border-top: 1px solid #edf2f7;
}

.catalog-category-card__more {
    color: #225b99;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

.catalog-category-card__arrow {
    color: #225b99;
    font-size: 28px;
    line-height: 1;
    transition: transform 0.25s ease;
}

.catalog-category-card__inner:hover .catalog-category-card__arrow {
    transform: translateX(4px);
}

@media (max-width: 1200px) {
    .catalog-archive__title {
        font-size: 54px;
    }

    .catalog-category-card__title {
        font-size: 30px;
    }

    .catalog-category-card__inner {
        min-height: 620px;
    }
}

@media (max-width: 991px) {
    .catalog-archive {
        padding: 20px 0 56px;
    }

    .catalog-archive__container {
        width: min(1280px, calc(100% - 24px));
    }

    .catalog-archive__intro {
        margin-bottom: 26px;
    }

    .catalog-archive__title {
        font-size: 40px;
    }

    .catalog-archive__desc {
        font-size: 17px;
    }

    .catalog-archive__grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .catalog-category-card__inner {
        min-height: auto;
    }

    .catalog-category-card__content {
        padding: 26px 22px 10px;
    }

    .catalog-category-card__media {
        min-height: 260px;
        padding: 10px 18px 0;
    }

    .catalog-category-card__footer {
        padding: 18px 22px 20px;
    }
}

@media (max-width: 575px) {
    .catalog-archive__title {
        font-size: 32px;
    }

    .catalog-archive__breadcrumbs {
        font-size: 14px;
    }

    .catalog-category-card__title {
        font-size: 26px;
    }

    .catalog-category-card__text {
        max-width: 100%;
        font-size: 16px;
    }

    .catalog-category-card__media {
        min-height: 220px;
    }

    .catalog-category-card__more {
        font-size: 15px;
    }
}




/* ===== TERM PAGE / SUBCATEGORIES ===== */

.catalog-term-page {
    padding-top: 28px;
	    margin: 0 auto;
}

.catalog-subcategories {
    padding: 0 0 80px;
}

.catalog-subcategories__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.catalog-subcategory-card {
    height: 100%;
}

.catalog-subcategory-card__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 430px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid #e9eef5;
    box-shadow: 0 14px 34px rgba(31, 42, 55, 0.05);
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.catalog-subcategory-card__inner:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 46px rgba(31, 42, 55, 0.09);
    border-color: #dbe5f0;
}

.catalog-subcategory-card__content {
    padding: 24px 24px 10px;
	max-height: 90px;
}

.catalog-subcategory-card__title {
    margin: 0 0 14px;
    color: #24324a;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.catalog-subcategory-card__text {
    color: #667589;
    font-size: 15px;
    line-height: 1.6;
}

.catalog-subcategory-card__media {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-height: 220px;
    padding: 10px 0px 0;
    overflow: hidden;
}

.catalog-subcategory-card__image {
    display: block;
    width: 100%;
    /*max-width: 260px;
    max-height: 200px;*/
    object-fit: contain;
}

.catalog-subcategory-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 24px 20px;
    border-top: 1px solid #edf2f7;
}

.catalog-subcategory-card__more {
    color: #225b99;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
}

.catalog-subcategory-card__arrow {
    color: #225b99;
    font-size: 24px;
    line-height: 1;
    transition: transform 0.25s ease;
}

.catalog-subcategory-card__inner:hover .catalog-subcategory-card__arrow {
    transform: translateX(4px);
}

@media (max-width: 1180px) {
    .catalog-subcategories__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .catalog-subcategories {
        padding: 0 0 56px;
    }

    .catalog-subcategory-card__inner {
        min-height: 380px;
    }

    .catalog-subcategory-card__content {
        padding: 22px 20px 10px;
    }

    .catalog-subcategory-card__footer {
        padding: 16px 20px 18px;
    }
}

@media (max-width: 575px) {
    .catalog-subcategories__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .catalog-subcategory-card__title {
        font-size: 20px;
    }

    .catalog-subcategory-card__media {
        min-height: 200px;
    }

    .catalog-subcategory-card__image {
        max-width: 220px;
        max-height: 170px;
    }
}



/* ===== PRODUCTS GRID ===== */

.catalog-products {
    padding: 0 0 80px;
}

.catalog-products__grid {
    display: grid;
    grid-template-columns: repeat(3, 360px);
    justify-content: center;
    gap: 95px;
}

.catalog-product-card {
    height: 100%;
}

.catalog-product-card__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 470px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid #e9eef5;
    box-shadow: 0 14px 34px rgba(31, 42, 55, 0.05);
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.catalog-product-card__inner:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 46px rgba(31, 42, 55, 0.09);
    border-color: #dbe5f0;
}

.catalog-product-card__media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 260px;
    padding: 0px 0 1px 0px;
    background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
}

.catalog-product-card__image {
    display: block;
    width: 100%;
    /*max-width: 250px;
    max-height: 210px;*/
    object-fit: contain;
}

.catalog-product-card__content {
    flex: 1;
    padding: 22px 24px 12px;
}

.catalog-product-card__code {
    margin-bottom: 10px;
    color: #7c8a9a;
    font-size: 13px;
    line-height: 1.4;
}

.catalog-product-card__title {
    margin: 0 0 14px;
    color: #24324a;
    font-size: 22px;
    line-height: 1.22;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.catalog-product-card__text {
    color: #667589;
    font-size: 15px;
    line-height: 1.65;
}

.catalog-product-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 24px 20px;
    border-top: 1px solid #edf2f7;
}

.catalog-product-card__more {
    color: #225b99;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
}

.catalog-product-card__arrow {
    color: #225b99;
    font-size: 24px;
    line-height: 1;
    transition: transform 0.25s ease;
}

.catalog-product-card__inner:hover .catalog-product-card__arrow {
    transform: translateX(4px);
}

@media (max-width: 1180px) {
    .catalog-products__grid {
        grid-template-columns: repeat(2, 320px);
    }
}

@media (max-width: 768px) {
    .catalog-products__grid {
        grid-template-columns: 1fr;
        justify-content: stretch;
    }

    .catalog-product-card__inner {
        max-width: 100%;
        min-height: 430px;
    }
}

@media (max-width: 575px) {
    .catalog-products {
        padding: 0 0 56px;
    }

    .catalog-product-card__media {
        min-height: 220px;
        padding: 24px 18px 10px;
    }

    .catalog-product-card__image {
        max-width: 210px;
        max-height: 180px;
    }

    .catalog-product-card__title {
        font-size: 20px;
    }
}



/* ===== PRODUCT SINGLE ===== */

.product-single {
    padding: 28px 0 80px;
    background: #ffffff;
}

.product-single__container {
    width: min(1280px, calc(100% - 40px));
    margin: 0 auto;
}

.product-single__breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
    color: #7b8794;
    font-size: 15px;
    line-height: 1.4;
}

.product-single__breadcrumbs a {
    color: #6f7f92;
    text-decoration: none;
    transition: color 0.25s ease;
}

.product-single__breadcrumbs a:hover {
    color: #225b99;
}

.product-single__sep {
    color: #a8b3c2;
}

.product-single__hero {
    margin-bottom: 28px;
}

.product-single__hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    gap: 28px;
    align-items: start;
}

.product-single__gallery-box,
.product-single__info-box,
.product-single__section {
    border-radius: 30px;
    background: #ffffff;
    border: 1px solid #e9eef5;
    box-shadow: 0 16px 40px rgba(31, 42, 55, 0.06);
}

.product-single__gallery-box {
    padding: 24px;
}

.product-gallery__main {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 520px;
    border-radius: 24px;
    background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
    overflow: hidden;
}

.product-gallery__main img {
    display: block;
    max-width: 100%;
    max-height: 460px;
    object-fit: contain;
}

.product-gallery__thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 16px;
}

.product-gallery__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 108px;
    height: 92px;
    padding: 3px;
    border: 1px solid #e3ebf4;
    border-radius: 16px;
    background: #ffffff;
    cursor: pointer;
    transition: all 0.25s ease;
}

.product-gallery__thumb:hover,
.product-gallery__thumb.is-active {
    border-color: #bfd0e4;
    box-shadow: 0 10px 22px rgba(31, 42, 55, 0.08);
}

.product-gallery__thumb img {
    max-width: 100%;
    max-height: 70px;
    object-fit: contain;
}

.product-single__info-box {
    padding: 34px;
}

.product-single__brand {
    margin-bottom: 12px;
    color: #7c8a9a;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
}

.product-single__title {
    margin: 0 0 18px;
    color: #1f2a37;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.product-single__short-text {
    margin-bottom: 28px;
    color: #667589;
    font-size: 17px;
    line-height: 1.75;
}

.product-single__short-text p:last-child {
    margin-bottom: 0;
}

.product-request-card {
    padding: 26px;
    border-radius: 24px;
    background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
    border: 1px solid #dde8f4;
}

.product-request-card__title {
    margin: 0 0 14px;
    color: #1f2a37;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.15;
}

.product-request-card__text {
    margin-bottom: 18px;
    color: #667589;
    font-size: 16px;
    line-height: 1.7;
}

.product-request-card__text p:last-child {
    margin-bottom: 0;
}

/* CF7 */
.product-request-card .wpcf7 p {
    margin-bottom: 14px;
}

.product-request-card .wpcf7-form-control-wrap {
    display: block;
}

.product-request-card input[type="text"],
.product-request-card input[type="email"],
.product-request-card input[type="tel"],
.product-request-card textarea {
    width: 100%;
    min-height: 56px;
    padding: 0 18px;
    border: 1px solid #d8e3ef;
    border-radius: 16px;
    background: #ffffff;
    color: #1f2a37;
    font-size: 16px;
}

.product-request-card textarea {
    min-height: 130px;
    padding: 16px 18px;
    resize: vertical;
}

.product-request-card input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 30px;
    border: 0;
    border-radius: 16px;
    background:#ff0000;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 16px 30px rgba(47, 111, 237, 0.22);
    transition: all 0.25s ease;
}

.product-request-card input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 34px rgba(47, 111, 237, 0.28);
}

.product-single__section {
    margin-bottom: 28px;
    padding: 34px;
}

.product-single__section-title {
    margin: 0 0 24px;
    color: #1f2a37;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.product-single__content {
    color: #667589;
    font-size: 17px;
    line-height: 1.85;
}

.product-single__content p:last-child {
    margin-bottom: 0;
}

.product-specs {
    border: 1px solid #e8eef5;
    border-radius: 20px;
    overflow: hidden;
}

.product-specs__row {
    display: grid;
    grid-template-columns: 1fr 320px;
    border-bottom: 1px solid #edf2f7;
}

.product-specs__row:last-child {
    border-bottom: 0;
}

.product-specs__name,
.product-specs__value {
    padding: 18px 22px;
    font-size: 16px;
    line-height: 1.6;
}

.product-specs__name {
    background: #f8fbff;
    color: #24324a;
    font-weight: 600;
}

.product-specs__value {
    background: #ffffff;
    color: #667589;
    border-left: 1px solid #edf2f7;
}

@media (max-width: 1180px) {
    .product-single__title {
        font-size: 38px;
    }

    .product-single__hero-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .product-single {
        padding: 20px 0 56px;
    }

    .product-single__container {
        width: min(1280px, calc(100% - 24px));
    }

    .product-single__gallery-box,
    .product-single__info-box,
    .product-single__section {
        border-radius: 24px;
    }

    .product-single__gallery-box,
    .product-single__info-box,
    .product-single__section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .product-gallery__main {
        min-height: 360px;
    }

    .product-gallery__main img {
        max-height: 320px;
    }

    .product-single__title {
        font-size: 32px;
    }

    .product-single__section-title,
    .product-request-card__title {
        font-size: 26px;
    }

    .product-specs__row {
        grid-template-columns: 1fr;
    }

    .product-specs__value {
        border-left: 0;
        border-top: 1px solid #edf2f7;
    }
}

@media (max-width: 575px) {
    .product-gallery__thumb {
        width: calc(50% - 7px);
        height: 84px;
    }

    .product-gallery__main {
        min-height: 260px;
    }

    .product-gallery__main img {
        max-height: 220px;
    }

    .product-single__brand {
        font-size: 18px;
    }

    .product-single__title {
        font-size: 28px;
    }

    .product-single__section-title,
    .product-request-card__title {
        font-size: 22px;
    }

    .product-request-card {
        padding: 20px;
    }
}



.product-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}

.product-gallery__main,
.product-gallery__main img {
    cursor: zoom-in;
}

.product-lightbox.is-open {
    display: block;
}

.product-lightbox__overlay {
    position: absolute;
    inset: 0;
    z-index: 10000;
    background: rgba(15, 23, 42, 0.88);
    cursor: zoom-out;
}

.product-lightbox__content {
    position: absolute;
    inset: 0;
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 90px;
    pointer-events: none;
}

.product-lightbox__content img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    pointer-events: auto;
    user-select: none;
    -webkit-user-drag: none;
}

.product-lightbox__close {
    position: absolute;
    top: 20px;
    right: 24px;
    z-index: 10002;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    line-height: 1;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border: 0;
    border-radius: 16px;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease;
}

.product-lightbox__close:hover {
    background: rgba(255, 255, 255, 0.16);
    transform: scale(1.05);
}

.product-lightbox__arrow {
    position: absolute;
    top: 50%;
    z-index: 10002;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    line-height: 1;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border: 0;
    border-radius: 16px;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease;
}

.product-lightbox__arrow:hover {
    background: rgba(255, 255, 255, 0.16);
    transform: translateY(-50%) scale(1.05);
}

.product-lightbox__arrow--prev {
    left: 24px;
}

.product-lightbox__arrow--next {
    right: 24px;
}

@media (max-width: 991px) {
    .product-lightbox__content {
        padding: 30px 70px;
    }

    .product-lightbox__close {
        top: 16px;
        right: 16px;
        width: 44px;
        height: 44px;
        font-size: 30px;
    }

    .product-lightbox__arrow {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }

    .product-lightbox__arrow--prev {
        left: 16px;
    }

    .product-lightbox__arrow--next {
        right: 16px;
    }
}

@media (max-width: 575px) {
    .product-lightbox__content {
        padding: 20px 52px;
    }

    .product-lightbox__close {
        top: 12px;
        right: 12px;
        width: 40px;
        height: 40px;
        font-size: 26px;
    }

    .product-lightbox__arrow {
        width: 42px;
        height: 42px;
        font-size: 20px;
    }

    .product-lightbox__arrow--prev {
        left: 8px;
    }

    .product-lightbox__arrow--next {
        right: 8px;
    }
}


/* ===== ABOUT PAGE ===== */

.about-page {
    padding: 28px 0 80px;
    background: #ffffff;
}

.about-container {
    width: min(1280px, calc(100% - 40px));
    margin: 0 auto;
}

.about-title {
    margin: 0 0 22px;
    color: #1f2a37;
    font-size: 38px;
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.about-text {
    color: #667589;
    font-size: 17px;
    line-height: 1.8;
}

.about-text p:last-child {
    margin-bottom: 0;
}

.about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 28px;
    border-radius: 16px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.25s ease;
    background: #f00;
    color: #ffffff;
    box-shadow: 0 16px 30px rgba(47, 111, 237, 0.22);
}

.about-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 34px rgba(47, 111, 237, 0.28);
    color: #ffffff;
}

/* HERO */

.about-hero {
    margin-bottom: 28px;
}

.about-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    gap: 34px;
    align-items: center;
    min-height: 520px;
    padding: 52px 52px 46px;
    border-radius: 32px;
    background: linear-gradient(135deg, #ffffff 0%, #f3f7fd 100%);
    box-shadow: 0 20px 60px rgba(31, 42, 55, 0.08);
    overflow: hidden;
    position: relative;
}

.about-hero__grid::before {
    content: "";
    position: absolute;
    right: -120px;
    top: 50%;
    transform: translateY(-50%);
    width: 560px;
    height: 560px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(47, 111, 237, 0.14) 0%, rgba(47, 111, 237, 0.05) 45%, rgba(47, 111, 237, 0) 72%);
    pointer-events: none;
}

.about-hero__content {
    position: relative;
    z-index: 2;
    max-width: 620px;
}

.about-hero__badge {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    margin-bottom: 20px;
    border-radius: 999px;
    background: #eaf2ff;
    color: #225b99;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.about-hero__title {
    margin: 0 0 22px;
    color: #1f2a37;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -0.04em;
}

.about-hero__text {
    margin-bottom: 30px;
    color: #667589;
    font-size: 18px;
    line-height: 1.75;
}

.about-hero__text p:last-child {
    margin-bottom: 0;
}

.about-hero__image {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-hero__image img {
    display: block;
    width: 100%;
    max-width: 560px;
    height: auto;
    object-fit: contain;
}

/* ABOUT BLOCK */

.about-block {
    margin-bottom: 28px;
    padding: 34px;
    border-radius: 30px;
    background: #ffffff;
    border: 1px solid #e9eef5;
    box-shadow: 0 16px 40px rgba(31, 42, 55, 0.06);
}

.about-block__grid {
    display: grid;
    grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
    gap: 34px;
    align-items: center;
}

.about-block__image img {
    display: block;
    width: 100%;
    border-radius: 24px;
    object-fit: cover;
}

/* ADVANTAGES */

.about-advantages {
    margin-bottom: 28px;
    padding: 34px;
    border-radius: 30px;
    background: #ffffff;
    border: 1px solid #e9eef5;
    box-shadow: 0 16px 40px rgba(31, 42, 55, 0.06);
}

.about-advantages__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.adv-card {
    padding: 24px;
    border-radius: 24px;
    background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
    border: 1px solid #e1ebf6;
    box-shadow: 0 10px 24px rgba(31, 42, 55, 0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.adv-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 30px rgba(31, 42, 55, 0.08);
}

.adv-card__icon {
    display: block;
    width: 56px;
    height: 56px;
    object-fit: contain;
    margin-bottom: 18px;
}

.adv-card__title {
    margin-bottom: 12px;
    color: #24324a;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.adv-card__text {
    color: #667589;
    font-size: 15px;
    line-height: 1.7;
}

/* STATS */

.about-stats {
    margin-bottom: 28px;
    padding: 34px;
    border-radius: 30px;
    background: #f6f8fb;
    border: 1px solid #e9eef5;
    box-shadow: 0 16px 40px rgba(31, 42, 55, 0.05);
}

.about-stats__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.stat-card {
    padding: 28px 24px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid #e6edf5;
    box-shadow: 0 10px 24px rgba(31, 42, 55, 0.04);
    text-align: center;
}

.stat-card__number {
    margin-bottom: 10px;
    color: #225b99;
    font-size: 42px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.stat-card__text {
    color: #667589;
    font-size: 16px;
    line-height: 1.6;
}

/* CTA */

.about-cta {
    padding: 42px 42px 38px;
    border-radius: 32px;
    background: linear-gradient(135deg, #ffffff 0%, #f3f7fd 100%);
    border: 1px solid #e2eaf4;
    box-shadow: 0 20px 50px rgba(31, 42, 55, 0.07);
    position: relative;
    overflow: hidden;
}

.about-cta::before {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -120px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(47, 111, 237, 0.12) 0%, rgba(47, 111, 237, 0.04) 48%, rgba(47, 111, 237, 0) 72%);
    pointer-events: none;
}

.about-cta__content {
    position: relative;
    z-index: 2;
    max-width: 760px;
}

.about-cta .about-title {
    margin-bottom: 18px;
}

/* RESPONSIVE */

@media (max-width: 1180px) {
    .about-hero__title {
        font-size: 40px;
    }

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

@media (max-width: 991px) {
    .about-page {
        padding: 20px 0 56px;
    }

    .about-container {
        width: min(1280px, calc(100% - 24px));
    }

    .about-title {
        font-size: 32px;
    }

    .about-hero__grid,
    .about-block__grid {
        grid-template-columns: 1fr;
    }

    .about-hero__grid {
        min-height: auto;
        padding: 32px 22px;
        border-radius: 24px;
    }

    .about-hero__title {
        font-size: 34px;
    }

    .about-hero__text {
        font-size: 16px;
    }

    .about-block,
    .about-advantages,
    .about-stats,
    .about-cta {
        padding: 24px 20px;
        border-radius: 24px;
    }

    .about-advantages__grid,
    .about-stats__grid {
        grid-template-columns: 1fr;
    }

    .about-hero__image img {
        max-width: 420px;
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
    .about-title {
        font-size: 28px;
    }

    .about-hero__title {
        font-size: 28px;
    }

    .about-hero__badge {
        font-size: 12px;
    }

    .adv-card,
    .stat-card {
        padding: 20px 18px;
        border-radius: 20px;
    }

    .adv-card__title {
        font-size: 19px;
    }

    .stat-card__number {
        font-size: 34px;
    }

    .about-cta {
        padding: 24px 20px;
    }
}