.elementor-9850 .elementor-element.elementor-global-9771{font-size:16px;font-weight:600;color:#3838E5;}.elementor-9850 .elementor-element.elementor-global-9771 a:hover{color:#54595F;}.elementor-9850 .elementor-element.elementor-global-9771 > .tippy-popper .tippy-tooltip .tippy-content{text-align:center;}.elementor-9850 .elementor-element.elementor-element-a352766 > .tippy-popper .tippy-tooltip .tippy-content{text-align:center;}.elementor-9850 .elementor-element.elementor-element-c371001 > .tippy-popper .tippy-tooltip .tippy-content{text-align:center;}.elementor-9850 .elementor-element.elementor-element-a02256c > .tippy-popper .tippy-tooltip .tippy-content{text-align:center;}.elementor-9850 .elementor-element.elementor-element-6e90246 > .tippy-popper .tippy-tooltip .tippy-content{text-align:center;}.elementor-9850 .elementor-element.elementor-element-b186601 > .tippy-popper .tippy-tooltip .tippy-content{text-align:center;}.elementor-9850 .elementor-element.elementor-element-655f8cf > .tippy-popper .tippy-tooltip .tippy-content{text-align:center;}.elementor-9850 .elementor-element.elementor-element-61070b4 > .elementor-widget-container{margin:-30px 0px 0px 0px;}.elementor-9850 .elementor-element.elementor-element-61070b4 > .tippy-popper .tippy-tooltip .tippy-content{text-align:center;}.elementor-9850 .elementor-element.elementor-element-9bcbb45 > .tippy-popper .tippy-tooltip .tippy-content{text-align:center;}.elementor-9850 .elementor-element.elementor-element-63e4c09 > .tippy-popper .tippy-tooltip .tippy-content{text-align:center;}.elementor-9850 .elementor-element.elementor-element-c65815b > .tippy-popper .tippy-tooltip .tippy-content{text-align:center;}.elementor-9850 .elementor-element.elementor-element-e20b347{margin-top:-30px;margin-bottom:-30px;}.elementor-9850 .elementor-element.elementor-element-0620d04 > .tippy-popper .tippy-tooltip .tippy-content{text-align:center;}.elementor-9850 .elementor-element.elementor-element-c97fa57 > .tippy-popper .tippy-tooltip .tippy-content{text-align:center;}.elementor-9850 .elementor-element.elementor-element-5d131e0 > .tippy-popper .tippy-tooltip .tippy-content{text-align:center;}.elementor-9850 .elementor-element.elementor-global-9784 > .tippy-popper .tippy-tooltip .tippy-content{text-align:center;}.elementor-9850 .elementor-element.elementor-element-ea68e69 > .tippy-popper .tippy-tooltip .tippy-content{text-align:center;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(max-width:767px){.elementor-9850 .elementor-element.elementor-element-61070b4 > .elementor-widget-container{margin:-50px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-a352766 */.hero-slider-wrapper {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    background: #000;
    font-family: 'Roboto Condensed', sans-serif;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    z-index: 1;
}

.hero-slide.active {
    opacity: 1;
    z-index: 2;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 6s ease-out;
}


.hero-slide.active .hero-image {
    transform: scale(1.2);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.5));
    z-index: 2;
}

.hero-content {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 90%;
    max-width: 1000px;
    
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 25px 40px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.hero-text-item {
    color: #fff;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
    transition-delay: 0.5s;
}

.hero-slide.active .hero-text-item {
    opacity: 1;
    transform: translateY(0);
}

.hero-title {
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

.hero-subtitle {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    color: #f0f0f0;
}

.highlight {
    color: #3838e5;
    font-weight: 700;
    background: #fff;
    padding: 2px 8px;
    border-radius: 4px;
    margin: 0 5px;
}

@media (max-width: 768px) {
    .hero-slider-wrapper {
        height: 400px;
    }
    
    .hero-content {
        bottom: 20px;
        width: 92%;
        padding: 20px;
    }
    
    .hero-title {
        font-size: 22px;
        line-height: 1.2;
    }
    
    .hero-subtitle {
        font-size: 14px;
    }
    
    .hero-image {
        object-position: center; 
    }
    
    .hero-slide.active .hero-image {
        transform: scale(1.15);
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a352766 */.hero-slider-wrapper {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    background: #000;
    font-family: 'Roboto Condensed', sans-serif;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    z-index: 1;
}

.hero-slide.active {
    opacity: 1;
    z-index: 2;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 6s ease-out;
}


.hero-slide.active .hero-image {
    transform: scale(1.2);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.5));
    z-index: 2;
}

.hero-content {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 90%;
    max-width: 1000px;
    
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 25px 40px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.hero-text-item {
    color: #fff;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
    transition-delay: 0.5s;
}

.hero-slide.active .hero-text-item {
    opacity: 1;
    transform: translateY(0);
}

.hero-title {
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

.hero-subtitle {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    color: #f0f0f0;
}

.highlight {
    color: #3838e5;
    font-weight: 700;
    background: #fff;
    padding: 2px 8px;
    border-radius: 4px;
    margin: 0 5px;
}

@media (max-width: 768px) {
    .hero-slider-wrapper {
        height: 400px;
    }
    
    .hero-content {
        bottom: 20px;
        width: 92%;
        padding: 20px;
    }
    
    .hero-title {
        font-size: 22px;
        line-height: 1.2;
    }
    
    .hero-subtitle {
        font-size: 14px;
    }
    
    .hero-image {
        object-position: center; 
    }
    
    .hero-slide.active .hero-image {
        transform: scale(1.15);
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c371001 */#seo-hero-block {
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.5;
    color: #3b3d42;
    background: #ffffff; 
    position: relative;
    z-index: 10; 
    display: block; 
    margin-bottom: 30px;
}
#seo-hero-block .seo-h1-wrapper {
    text-align: center;
    padding: 40px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    margin: 0 auto 30px;
    max-width: 1200px;
    border: 1px solid #e1e1e1;
}
#seo-hero-block h1 {
    color: #3838e5 !important;
    font-size: 34px !important;
    line-height: 1.2 !important;
    margin: 0 0 15px 0;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}
#seo-hero-block .seo-intro-text {
    font-size: 17px;
    color: #555;
    max-width: 900px;
    margin: 0 auto 20px auto;
    line-height: 1.6;
}
#seo-hero-block .seo-h1-subtitle {
    font-size: 18px;
    color: #d62536;
    font-weight: 600;
    background: #fff;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    border: 1px solid #d62536;
}
#seo-hero-block .product-summary-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin: 30px auto;
    max-width: 1200px;
}
#seo-hero-block .summary-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border-left: 4px solid #3838e5;
    transition: transform 0.3s ease;
}
#seo-hero-block .summary-item:hover {
    transform: translateY(-3px);
}
#seo-hero-block .summary-text {
     font-size: 15px;
     line-height: 1.3;
}
#seo-hero-block .summary-text strong {
    font-size: 18px;
    color: #222;
    display: block;
    margin-bottom: 4px;
}
#seo-hero-block .summary-icon {
    font-size: 28px;
    flex-shrink: 0;
    line-height: 1;
    width: 30px;
    text-align: center;
}
#seo-hero-block .features-container {
    margin: 60px auto 30px;
    max-width: 1400px;
}
#seo-hero-block h2 {
    color: #3838e5 !important;
    font-size: 32px !important;
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}
#seo-hero-block .features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}
#seo-hero-block .feature-item {
    background: white;
    padding: 30px 20px; 
    border-radius: 16px;
    border: 1px solid #eaeaea; 
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
}
#seo-hero-block .feature-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(56, 56, 229, 0.15) !important;
    border-color: #3838e5 !important;
}
#seo-hero-block .feature-item:hover::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3838e5, #d62536);
    z-index: 10;
}
#seo-hero-block h3 {
    color: #3838e5 !important;
    font-size: 20px !important;
    margin: 0 0 15px 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
#seo-hero-block .feature-text {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    color: #666;
}
#seo-hero-block .feature-icon-wrapper {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #3838e5, #5a5ae6); 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    transition: all 0.4s ease;
}
#seo-hero-block .feature-item:hover .feature-icon-wrapper {
     background: linear-gradient(135deg, #3838e5, #d62536);
     transform: rotate(5deg);
}
#seo-hero-block .feature-icon {
    font-size: 28px;
    color: white;
}

@media (max-width: 1024px) {
    #seo-hero-block .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    #seo-hero-block .features-container {
        padding: 0 10px !important;
        margin: 30px auto !important;
    }
    #seo-hero-block h2 {
        font-size: 26px !important;
        margin-bottom: 25px !important;
        line-height: 1.35;
    }
    #seo-hero-block .features-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    #seo-hero-block .feature-item {
        padding: 20px 15px !important;
        text-align: left; 
        flex-direction: row;
        align-items: flex-start;
        min-height: auto; 
    }
    #seo-hero-block .feature-icon-wrapper {
        margin-right: 15px;
        margin-bottom: 0;
        width: 50px;
        height: 50px;
        flex-shrink: 0;
    }
    #seo-hero-block .feature-icon {
        font-size: 20px !important;
    }
    #seo-hero-block h3 {
        font-size: 19px !important;
        margin-top: 0;
        margin-bottom: 8px;
        line-height: 1.4;
    }
    #seo-hero-block h1 {
        font-size: 26px !important;
        line-height: 1.3 !important;
    }
    #seo-hero-block .seo-intro-text {
        font-size: 16px;
        line-height: 1.6;
        padding: 0 5px;
    }
    #seo-hero-block .seo-h1-subtitle {
        font-size: 18px;
        padding: 10px 15px;
        width: 100%;
        text-align: center;
        line-height: 1.4; 
        box-sizing: border-box;
    }
    #seo-hero-block .product-summary-box {
        grid-template-columns: 1fr; 
        padding: 0 15px;
    }
    #seo-hero-block .summary-text {
        font-size: 15px;
        line-height: 1.4;
    }
    #seo-hero-block .summary-text strong {
        font-size: 17px;
        line-height: 1.3;
    }
    #seo-hero-block .feature-text {
        font-size: 15px;
        line-height: 1.55;
    }
    
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c371001 */#seo-hero-block {
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.5;
    color: #3b3d42;
    background: #ffffff; 
    position: relative;
    z-index: 10; 
    display: block; 
    margin-bottom: 30px;
}
#seo-hero-block .seo-h1-wrapper {
    text-align: center;
    padding: 40px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    margin: 0 auto 30px;
    max-width: 1200px;
    border: 1px solid #e1e1e1;
}
#seo-hero-block h1 {
    color: #3838e5 !important;
    font-size: 34px !important;
    line-height: 1.2 !important;
    margin: 0 0 15px 0;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}
#seo-hero-block .seo-intro-text {
    font-size: 17px;
    color: #555;
    max-width: 900px;
    margin: 0 auto 20px auto;
    line-height: 1.6;
}
#seo-hero-block .seo-h1-subtitle {
    font-size: 18px;
    color: #d62536;
    font-weight: 600;
    background: #fff;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    border: 1px solid #d62536;
}
#seo-hero-block .product-summary-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin: 30px auto;
    max-width: 1200px;
}
#seo-hero-block .summary-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border-left: 4px solid #3838e5;
    transition: transform 0.3s ease;
}
#seo-hero-block .summary-item:hover {
    transform: translateY(-3px);
}
#seo-hero-block .summary-text {
     font-size: 15px;
     line-height: 1.3;
}
#seo-hero-block .summary-text strong {
    font-size: 18px;
    color: #222;
    display: block;
    margin-bottom: 4px;
}
#seo-hero-block .summary-icon {
    font-size: 28px;
    flex-shrink: 0;
    line-height: 1;
    width: 30px;
    text-align: center;
}
#seo-hero-block .features-container {
    margin: 60px auto 30px;
    max-width: 1400px;
}
#seo-hero-block h2 {
    color: #3838e5 !important;
    font-size: 32px !important;
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}
#seo-hero-block .features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}
#seo-hero-block .feature-item {
    background: white;
    padding: 30px 20px; 
    border-radius: 16px;
    border: 1px solid #eaeaea; 
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
}
#seo-hero-block .feature-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(56, 56, 229, 0.15) !important;
    border-color: #3838e5 !important;
}
#seo-hero-block .feature-item:hover::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3838e5, #d62536);
    z-index: 10;
}
#seo-hero-block h3 {
    color: #3838e5 !important;
    font-size: 20px !important;
    margin: 0 0 15px 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
#seo-hero-block .feature-text {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    color: #666;
}
#seo-hero-block .feature-icon-wrapper {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #3838e5, #5a5ae6); 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    transition: all 0.4s ease;
}
#seo-hero-block .feature-item:hover .feature-icon-wrapper {
     background: linear-gradient(135deg, #3838e5, #d62536);
     transform: rotate(5deg);
}
#seo-hero-block .feature-icon {
    font-size: 28px;
    color: white;
}

@media (max-width: 1024px) {
    #seo-hero-block .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    #seo-hero-block .features-container {
        padding: 0 10px !important;
        margin: 30px auto !important;
    }
    #seo-hero-block h2 {
        font-size: 26px !important;
        margin-bottom: 25px !important;
        line-height: 1.35;
    }
    #seo-hero-block .features-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    #seo-hero-block .feature-item {
        padding: 20px 15px !important;
        text-align: left; 
        flex-direction: row;
        align-items: flex-start;
        min-height: auto; 
    }
    #seo-hero-block .feature-icon-wrapper {
        margin-right: 15px;
        margin-bottom: 0;
        width: 50px;
        height: 50px;
        flex-shrink: 0;
    }
    #seo-hero-block .feature-icon {
        font-size: 20px !important;
    }
    #seo-hero-block h3 {
        font-size: 19px !important;
        margin-top: 0;
        margin-bottom: 8px;
        line-height: 1.4;
    }
    #seo-hero-block h1 {
        font-size: 26px !important;
        line-height: 1.3 !important;
    }
    #seo-hero-block .seo-intro-text {
        font-size: 16px;
        line-height: 1.6;
        padding: 0 5px;
    }
    #seo-hero-block .seo-h1-subtitle {
        font-size: 18px;
        padding: 10px 15px;
        width: 100%;
        text-align: center;
        line-height: 1.4; 
        box-sizing: border-box;
    }
    #seo-hero-block .product-summary-box {
        grid-template-columns: 1fr; 
        padding: 0 15px;
    }
    #seo-hero-block .summary-text {
        font-size: 15px;
        line-height: 1.4;
    }
    #seo-hero-block .summary-text strong {
        font-size: 17px;
        line-height: 1.3;
    }
    #seo-hero-block .feature-text {
        font-size: 15px;
        line-height: 1.55;
    }
    
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a02256c */#seo-usage-block {
        font-family: 'Roboto Condensed', sans-serif;
        margin: 40px auto;
        max-width: 1200px;
    }

    /* Заголовок с красной чертой (Твой стиль) */
    #seo-usage-block h2 {
        color: #3838e5 !important;
        font-size: 30px !important;
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        text-align: left;
        margin-bottom: 30px;
        border-left: 5px solid #d62536;
        padding-left: 20px;
        line-height: 1.2;
    }

    /* Сетка */
    #seo-usage-block .usage-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }

    /* Карточка */
    #seo-usage-block .usage-item {
        background: #f8f9fa; /* Светло-серый фон */
        padding: 20px 20px;
        border-radius: 12px;
        text-align: center;
        transition: 0.3s;
        border-bottom: 3px solid transparent;
    }

    #seo-usage-block .usage-item:hover {
        background: #fff;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        transform: translateY(-5px);
        border-bottom-color: #d62536;
    }

    /* Иконка */
    #seo-usage-block .usage-icon-circle {
        width: 60px;
        height: 60px;
        background: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 15px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        color: #3838e5;
        font-size: 28px;
        transition: 0.3s;
    }

    #seo-usage-block .usage-item:hover .usage-icon-circle {
        background: #3838e5;
        color: white;
    }

    /* Текст */
    #seo-usage-block h3 {
        font-family: 'Oswald', sans-serif;
        font-size: 22px;
        margin-bottom: 15px;
        color: #333;
        text-transform: uppercase;
    }

    #seo-usage-block p {
        font-size: 16px;
        line-height: 1.5;
        color: #666;
        margin: 0;
    }

    /* Адаптив */
    @media (max-width: 1024px) {
        #seo-usage-block .usage-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }
    @media (max-width: 600px) {
        #seo-usage-block .usage-grid {
            grid-template-columns: 1fr;
        }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a02256c */#seo-usage-block {
        font-family: 'Roboto Condensed', sans-serif;
        margin: 40px auto;
        max-width: 1200px;
    }

    /* Заголовок с красной чертой (Твой стиль) */
    #seo-usage-block h2 {
        color: #3838e5 !important;
        font-size: 30px !important;
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        text-align: left;
        margin-bottom: 30px;
        border-left: 5px solid #d62536;
        padding-left: 20px;
        line-height: 1.2;
    }

    /* Сетка */
    #seo-usage-block .usage-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }

    /* Карточка */
    #seo-usage-block .usage-item {
        background: #f8f9fa; /* Светло-серый фон */
        padding: 20px 20px;
        border-radius: 12px;
        text-align: center;
        transition: 0.3s;
        border-bottom: 3px solid transparent;
    }

    #seo-usage-block .usage-item:hover {
        background: #fff;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        transform: translateY(-5px);
        border-bottom-color: #d62536;
    }

    /* Иконка */
    #seo-usage-block .usage-icon-circle {
        width: 60px;
        height: 60px;
        background: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 15px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        color: #3838e5;
        font-size: 28px;
        transition: 0.3s;
    }

    #seo-usage-block .usage-item:hover .usage-icon-circle {
        background: #3838e5;
        color: white;
    }

    /* Текст */
    #seo-usage-block h3 {
        font-family: 'Oswald', sans-serif;
        font-size: 22px;
        margin-bottom: 15px;
        color: #333;
        text-transform: uppercase;
    }

    #seo-usage-block p {
        font-size: 16px;
        line-height: 1.5;
        color: #666;
        margin: 0;
    }

    /* Адаптив */
    @media (max-width: 1024px) {
        #seo-usage-block .usage-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }
    @media (max-width: 600px) {
        #seo-usage-block .usage-grid {
            grid-template-columns: 1fr;
        }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6e90246 */#seo-portfolio-block {
        font-family: 'Roboto Condensed', sans-serif;
        margin: 60px auto;
        max-width: 1200px;
    }

    #seo-portfolio-block h2 {
        color: #3838e5 !important;
        font-size: 30px !important;
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        text-align: left;
        margin-bottom: 30px;
        border-left: 5px solid #d62536;
        padding-left: 20px;
        line-height: 1.2;
    }

    #seo-portfolio-block .projects-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 30px;
    }

    #seo-portfolio-block .project-card {
        background: white;
        border-radius: 12px;
        overflow: hidden;
        border: 1px solid #eaeaea;
        box-shadow: 0 5px 15px rgba(0,0,0,0.03);
        transition: all 0.3s ease;
    }

    #seo-portfolio-block .project-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(56, 56, 229, 0.15);
    }

    #seo-portfolio-block .proj-img-wrap {
        height: 260px;
        overflow: hidden;
        position: relative;
    }

    #seo-portfolio-block .proj-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s;
    }

    #seo-portfolio-block .project-card:hover .proj-img-wrap img {
        transform: scale(1.05);
    }

    #seo-portfolio-block .proj-badge {
        position: absolute;
        top: 15px;
        left: 15px;
        background: #d62536;
        color: white;
        padding: 5px 10px;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        border-radius: 4px;
        z-index: 2;
    }

    #seo-portfolio-block .proj-info {
        padding: 20px;
    }

    #seo-portfolio-block h3 {
        font-family: 'Oswald', sans-serif;
        font-size: 22px;
        margin: 0 0 15px 0;
        color: #333;
        text-transform: uppercase;
        font-weight: 500;
    }

    /* Список характеристик */
    #seo-portfolio-block .proj-specs {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #seo-portfolio-block .proj-specs li {
        display: flex;
        align-items: center;
        margin-bottom: 8px;
        color: #666;
        font-size: 16px;
        border-bottom: 1px dashed #eee;
        padding-bottom: 5px;
    }

    #seo-portfolio-block .proj-specs li:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

    #seo-portfolio-block .spec-icon {
        color: #3838e5;
        width: 25px;
        text-align: center;
        margin-right: 10px;
    }

    #seo-portfolio-block .proj-price {
        margin-top: 15px;
        background: #f8f9fa;
        padding: 10px;
        border-radius: 8px;
        text-align: center;
        color: #333;
        font-weight: 700;
        font-size: 18px;
    }

    #seo-portfolio-block .proj-price span {
        color: #d62536;
        font-family: 'Oswald', sans-serif;
        font-size: 22px;
        margin-left: 5px;
    }

    @media (max-width: 600px) {
        #seo-portfolio-block .projects-grid {
            grid-template-columns: 1fr;
        }
        #seo-portfolio-block h2 {
            font-size: 26px !important;
        }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6e90246 */#seo-portfolio-block {
        font-family: 'Roboto Condensed', sans-serif;
        margin: 60px auto;
        max-width: 1200px;
    }

    #seo-portfolio-block h2 {
        color: #3838e5 !important;
        font-size: 30px !important;
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        text-align: left;
        margin-bottom: 30px;
        border-left: 5px solid #d62536;
        padding-left: 20px;
        line-height: 1.2;
    }

    #seo-portfolio-block .projects-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 30px;
    }

    #seo-portfolio-block .project-card {
        background: white;
        border-radius: 12px;
        overflow: hidden;
        border: 1px solid #eaeaea;
        box-shadow: 0 5px 15px rgba(0,0,0,0.03);
        transition: all 0.3s ease;
    }

    #seo-portfolio-block .project-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(56, 56, 229, 0.15);
    }

    #seo-portfolio-block .proj-img-wrap {
        height: 260px;
        overflow: hidden;
        position: relative;
    }

    #seo-portfolio-block .proj-img-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s;
    }

    #seo-portfolio-block .project-card:hover .proj-img-wrap img {
        transform: scale(1.05);
    }

    #seo-portfolio-block .proj-badge {
        position: absolute;
        top: 15px;
        left: 15px;
        background: #d62536;
        color: white;
        padding: 5px 10px;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        border-radius: 4px;
        z-index: 2;
    }

    #seo-portfolio-block .proj-info {
        padding: 20px;
    }

    #seo-portfolio-block h3 {
        font-family: 'Oswald', sans-serif;
        font-size: 22px;
        margin: 0 0 15px 0;
        color: #333;
        text-transform: uppercase;
        font-weight: 500;
    }

    /* Список характеристик */
    #seo-portfolio-block .proj-specs {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #seo-portfolio-block .proj-specs li {
        display: flex;
        align-items: center;
        margin-bottom: 8px;
        color: #666;
        font-size: 16px;
        border-bottom: 1px dashed #eee;
        padding-bottom: 5px;
    }

    #seo-portfolio-block .proj-specs li:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

    #seo-portfolio-block .spec-icon {
        color: #3838e5;
        width: 25px;
        text-align: center;
        margin-right: 10px;
    }

    #seo-portfolio-block .proj-price {
        margin-top: 15px;
        background: #f8f9fa;
        padding: 10px;
        border-radius: 8px;
        text-align: center;
        color: #333;
        font-weight: 700;
        font-size: 18px;
    }

    #seo-portfolio-block .proj-price span {
        color: #d62536;
        font-family: 'Oswald', sans-serif;
        font-size: 22px;
        margin-left: 5px;
    }

    @media (max-width: 600px) {
        #seo-portfolio-block .projects-grid {
            grid-template-columns: 1fr;
        }
        #seo-portfolio-block h2 {
            font-size: 26px !important;
        }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b186601 */#seo-pricing-block {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 40px auto;
    max-width: 1200px;
}
#seo-pricing-block h2 {
    color: #3838e5;
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 30px;
    border-left: 5px solid #d62536;
    padding-left: 20px;
    line-height: 1.2;
}
#seo-pricing-block .pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

#seo-pricing-block .pricing-card {
    position: relative;
    background: #f9fafb;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 15px 15px 60px;
    min-height: 270px;
    overflow: hidden;
    transition: all 0.3s;
    cursor: default;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
#seo-pricing-block .card-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
    border-radius: 12px;
    pointer-events: none;   /* клики проходят сквозь фон */
}

#seo-pricing-block .pricing-card:hover .card-bg,
#seo-pricing-block .pricing-card.fade-in .card-bg {
    opacity: 1;
}

#seo-pricing-block .pricing-icon,
#seo-pricing-block .pricing-size,
#seo-pricing-block .pricing-area,
#seo-pricing-block .pricing-description,
#seo-pricing-block .pricing-price {
    position: relative;
    z-index: 1;
    transition: opacity 0.5s, transform 0.5s;
}

#seo-pricing-block .pricing-card:hover .pricing-icon,
#seo-pricing-block .pricing-card:hover .pricing-size,
#seo-pricing-block .pricing-card:hover .pricing-area,
#seo-pricing-block .pricing-card:hover .pricing-description,
#seo-pricing-block .pricing-card:hover .pricing-price,
#seo-pricing-block .pricing-card.fade-in .pricing-icon,
#seo-pricing-block .pricing-card.fade-in .pricing-size,
#seo-pricing-block .pricing-card.fade-in .pricing-area,
#seo-pricing-block .pricing-card.fade-in .pricing-description,
#seo-pricing-block .pricing-card.fade-in .pricing-price {
    opacity: 0;
    transform: translateY(-5px);
}

#seo-pricing-block .pricing-btn {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    background: #fff;
    color: #3838e5;
    border: 1px solid #3838e5;
    padding: 10px 20px;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    white-space: nowrap;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
#seo-pricing-block .pricing-btn:hover {
    background: linear-gradient(135deg, #3838e5, #5a5ae6);
    color: #fff;
    border-color: transparent;
    transform: translateX(-50%) translateY(-2px);
}

#seo-pricing-block .pricing-icon {
    font-size: 28px;
    color: #3838e5;
    margin-bottom: 10px;
}
#seo-pricing-block .pricing-size {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #333;
    margin-bottom: 3px;
}
#seo-pricing-block .pricing-area {
    font-size: 14px;
    color: #888;
    margin-bottom: 6px;
}
#seo-pricing-block .pricing-description {
    font-size: 13px;
    color: #666;
    margin-bottom: 10px;
    font-weight: 400;
}
#seo-pricing-block .pricing-price {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #d62536;
    margin-bottom: 10px;
}

@media (max-width: 1024px) {
    #seo-pricing-block .pricing-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
    #seo-pricing-block .pricing-grid { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b186601 */#seo-pricing-block {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 40px auto;
    max-width: 1200px;
}
#seo-pricing-block h2 {
    color: #3838e5;
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 30px;
    border-left: 5px solid #d62536;
    padding-left: 20px;
    line-height: 1.2;
}
#seo-pricing-block .pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

#seo-pricing-block .pricing-card {
    position: relative;
    background: #f9fafb;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 15px 15px 60px;
    min-height: 270px;
    overflow: hidden;
    transition: all 0.3s;
    cursor: default;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
#seo-pricing-block .card-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
    border-radius: 12px;
    pointer-events: none;   /* клики проходят сквозь фон */
}

#seo-pricing-block .pricing-card:hover .card-bg,
#seo-pricing-block .pricing-card.fade-in .card-bg {
    opacity: 1;
}

#seo-pricing-block .pricing-icon,
#seo-pricing-block .pricing-size,
#seo-pricing-block .pricing-area,
#seo-pricing-block .pricing-description,
#seo-pricing-block .pricing-price {
    position: relative;
    z-index: 1;
    transition: opacity 0.5s, transform 0.5s;
}

#seo-pricing-block .pricing-card:hover .pricing-icon,
#seo-pricing-block .pricing-card:hover .pricing-size,
#seo-pricing-block .pricing-card:hover .pricing-area,
#seo-pricing-block .pricing-card:hover .pricing-description,
#seo-pricing-block .pricing-card:hover .pricing-price,
#seo-pricing-block .pricing-card.fade-in .pricing-icon,
#seo-pricing-block .pricing-card.fade-in .pricing-size,
#seo-pricing-block .pricing-card.fade-in .pricing-area,
#seo-pricing-block .pricing-card.fade-in .pricing-description,
#seo-pricing-block .pricing-card.fade-in .pricing-price {
    opacity: 0;
    transform: translateY(-5px);
}

#seo-pricing-block .pricing-btn {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    background: #fff;
    color: #3838e5;
    border: 1px solid #3838e5;
    padding: 10px 20px;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    white-space: nowrap;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
#seo-pricing-block .pricing-btn:hover {
    background: linear-gradient(135deg, #3838e5, #5a5ae6);
    color: #fff;
    border-color: transparent;
    transform: translateX(-50%) translateY(-2px);
}

#seo-pricing-block .pricing-icon {
    font-size: 28px;
    color: #3838e5;
    margin-bottom: 10px;
}
#seo-pricing-block .pricing-size {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #333;
    margin-bottom: 3px;
}
#seo-pricing-block .pricing-area {
    font-size: 14px;
    color: #888;
    margin-bottom: 6px;
}
#seo-pricing-block .pricing-description {
    font-size: 13px;
    color: #666;
    margin-bottom: 10px;
    font-weight: 400;
}
#seo-pricing-block .pricing-price {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #d62536;
    margin-bottom: 10px;
}

@media (max-width: 1024px) {
    #seo-pricing-block .pricing-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
    #seo-pricing-block .pricing-grid { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-655f8cf */#seo-clusters-block {
      font-family: 'Roboto Condensed', sans-serif;
      margin: 50px auto;
      max-width: 1200px;
      padding: 0 15px;
  }
  .cluster-section {
      margin-bottom: 60px;
  }
  .cluster-title {
      color: #3b3d42 !important;
      font-size: 32px !important;
      font-family: 'Oswald', sans-serif;
      text-transform: uppercase;
      margin-bottom: 20px;
      padding-bottom: 10px;
      border-bottom: 2px solid #eaeaea;
      position: relative;
      text-align: left;
  }
  .cluster-title span {
      color: #d62536;
      margin-right: 10px;
  }
  .cluster-title::after {
      content: '';
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 80px;
      height: 2px;
      background: #3838e5;
  }
  .gallery-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 30px;
  }
  .gallery-card {
      background: white;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0,0,0,0.05);
      border: 1px solid #eaeaea;
      transition: all 0.3s ease;
      display: flex;
      flex-direction: column;
      position: relative;
  }
  .gallery-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 20px 40px rgba(56, 56, 229, 0.15);
      border-color: #3838e5;
  }
  .gallery-card:hover::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 4px;
      background: linear-gradient(90deg, #3838e5, #d62536);
      z-index: 10;
  }
  .hit-badge {
      position: absolute;
      top: 15px;
      right: 15px;
      background: #d62536;
      color: white;
      padding: 4px 10px;
      border-radius: 4px;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      z-index: 5;
  }
  .hit-badge.new { background: #25d366; }
  .gallery-img-wrap {
      height: 200px;
      overflow: hidden;
      position: relative;
      display: block;
      flex-shrink: 0;
  }
  .gallery-img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .gallery-card:hover .gallery-img-wrap img {
      transform: scale(1.1);
  }
  .gallery-img-wrap::after {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(0,0,0,0);
      transition: 0.3s;
  }
  .gallery-card:hover .gallery-img-wrap::after {
      background: rgba(0,0,0,0.1);
  }
  .gallery-desc {
      padding: 20px 25px;
      display: flex;
      flex-direction: column;
      flex-grow: 1;
  }
  .gallery-title {
      font-family: 'Oswald', sans-serif;
      color: #3838e5;
      font-size: 20px;
      margin-bottom: 10px;
      text-transform: uppercase;
      font-weight: 500;
      cursor: pointer;
      text-decoration: none;
  }
  .gallery-text {
      color: #555;
      font-size: 15px;
      line-height: 1.5;
      margin-bottom: 10px;
  }
  .hidden-details {
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      transition: all 0.4s ease-in-out;
      font-size: 15px;
      color: #555;
      line-height: 1.6;
      border-top: 1px solid transparent;
  }
  .hidden-details.open {
      max-height: 500px;
      opacity: 1;
      margin-top: 10px;
      padding-top: 10px;
      border-top: 1px solid #eee;
  }
  .feature-list {
      list-style: none;
      padding: 0;
      margin: 10px 0;
  }
  .feature-list li {
      margin-bottom: 5px;
      position: relative;
      padding-left: 18px;
  }
  .feature-list li::before {
      content: '✔';
      color: #d62536;
      position: absolute;
      left: 0;
      font-weight: bold;
      font-size: 15px;
  }
  .expand-btn {
      margin-top: auto; 
      background: transparent;
      border: 2px solid #3838e5;
      color: #3838e5;
      padding: 8px 15px;
      border-radius: 50px;
      font-family: 'Oswald', sans-serif;
      text-transform: uppercase;
      font-size: 15px;
      cursor: pointer;
      transition: 0.3s;
      width: 100%;
      text-align: center;
      display: block;
      font-weight: 500;
  }
  .expand-btn:hover {
      background: #3838e5;
      color: white;
  }
  .expand-btn.active i {
      transform: rotate(180deg);
  }
  @media (max-width: 1024px) and (min-width: 601px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 600px) {
    .gallery-grid {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }
    .cluster-title {
        font-size: 28px !important;
    }
    .gallery-img-wrap {
        height: 200px;
    }
    
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-655f8cf */#seo-clusters-block {
      font-family: 'Roboto Condensed', sans-serif;
      margin: 50px auto;
      max-width: 1200px;
      padding: 0 15px;
  }
  .cluster-section {
      margin-bottom: 60px;
  }
  .cluster-title {
      color: #3b3d42 !important;
      font-size: 32px !important;
      font-family: 'Oswald', sans-serif;
      text-transform: uppercase;
      margin-bottom: 20px;
      padding-bottom: 10px;
      border-bottom: 2px solid #eaeaea;
      position: relative;
      text-align: left;
  }
  .cluster-title span {
      color: #d62536;
      margin-right: 10px;
  }
  .cluster-title::after {
      content: '';
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 80px;
      height: 2px;
      background: #3838e5;
  }
  .gallery-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 30px;
  }
  .gallery-card {
      background: white;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0,0,0,0.05);
      border: 1px solid #eaeaea;
      transition: all 0.3s ease;
      display: flex;
      flex-direction: column;
      position: relative;
  }
  .gallery-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 20px 40px rgba(56, 56, 229, 0.15);
      border-color: #3838e5;
  }
  .gallery-card:hover::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 4px;
      background: linear-gradient(90deg, #3838e5, #d62536);
      z-index: 10;
  }
  .hit-badge {
      position: absolute;
      top: 15px;
      right: 15px;
      background: #d62536;
      color: white;
      padding: 4px 10px;
      border-radius: 4px;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      z-index: 5;
  }
  .hit-badge.new { background: #25d366; }
  .gallery-img-wrap {
      height: 200px;
      overflow: hidden;
      position: relative;
      display: block;
      flex-shrink: 0;
  }
  .gallery-img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .gallery-card:hover .gallery-img-wrap img {
      transform: scale(1.1);
  }
  .gallery-img-wrap::after {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(0,0,0,0);
      transition: 0.3s;
  }
  .gallery-card:hover .gallery-img-wrap::after {
      background: rgba(0,0,0,0.1);
  }
  .gallery-desc {
      padding: 20px 25px;
      display: flex;
      flex-direction: column;
      flex-grow: 1;
  }
  .gallery-title {
      font-family: 'Oswald', sans-serif;
      color: #3838e5;
      font-size: 20px;
      margin-bottom: 10px;
      text-transform: uppercase;
      font-weight: 500;
      cursor: pointer;
      text-decoration: none;
  }
  .gallery-text {
      color: #555;
      font-size: 15px;
      line-height: 1.5;
      margin-bottom: 10px;
  }
  .hidden-details {
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      transition: all 0.4s ease-in-out;
      font-size: 15px;
      color: #555;
      line-height: 1.6;
      border-top: 1px solid transparent;
  }
  .hidden-details.open {
      max-height: 500px;
      opacity: 1;
      margin-top: 10px;
      padding-top: 10px;
      border-top: 1px solid #eee;
  }
  .feature-list {
      list-style: none;
      padding: 0;
      margin: 10px 0;
  }
  .feature-list li {
      margin-bottom: 5px;
      position: relative;
      padding-left: 18px;
  }
  .feature-list li::before {
      content: '✔';
      color: #d62536;
      position: absolute;
      left: 0;
      font-weight: bold;
      font-size: 15px;
  }
  .expand-btn {
      margin-top: auto; 
      background: transparent;
      border: 2px solid #3838e5;
      color: #3838e5;
      padding: 8px 15px;
      border-radius: 50px;
      font-family: 'Oswald', sans-serif;
      text-transform: uppercase;
      font-size: 15px;
      cursor: pointer;
      transition: 0.3s;
      width: 100%;
      text-align: center;
      display: block;
      font-weight: 500;
  }
  .expand-btn:hover {
      background: #3838e5;
      color: white;
  }
  .expand-btn.active i {
      transform: rotate(180deg);
  }
  @media (max-width: 1024px) and (min-width: 601px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 600px) {
    .gallery-grid {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }
    .cluster-title {
        font-size: 28px !important;
    }
    .gallery-img-wrap {
        height: 200px;
    }
    
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-61070b4 */#seo-about-block {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 60px auto;
    max-width: 1200px;
    border-top: 1px solid #eaeaea;
    padding: 40px 20px 0;
    box-sizing: border-box;
}

#seo-about-block .about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

#seo-about-block h2 {
    color: #3838e5 !important;
    font-size: 30px !important;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 30px;
    border-left: 5px solid #d62536;
    padding-left: 20px;
    line-height: 1.2;
}

#seo-about-block p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

#seo-about-block .check-list {
    list-style: none;
    padding: 0;
    margin: 25px 0 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

#seo-about-block .check-list li {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

#seo-about-block .check-list li::before {
    content: '\f00c';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #d62536;
    font-size: 14px;
    background: rgba(214, 37, 54, 0.1);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

#seo-about-block .stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

#seo-about-block .stat-card {
    background: white;
    padding: 25px 20px;
    border-radius: 12px;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#seo-about-block .stat-card::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: -10px;
    bottom: -15px;
    font-size: 80px;
    color: #f0f2f5;
    z-index: 0;
    transform: rotate(-15deg);
    transition: 0.3s;
}

.st-1::after { content: '\f19c'; }
.st-2::after { content: '\f542'; }
.st-3::after { content: '\f2f2'; }
.st-4::after { content: '\f3d1'; }

#seo-about-block .stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(56, 56, 229, 0.1);
    border-color: #3838e5;
}

#seo-about-block .stat-card:hover::after {
    color: rgba(56, 56, 229, 0.05);
    transform: rotate(0deg) scale(1.1);
}

#seo-about-block .stat-content {
    position: relative;
    z-index: 1;
}

#seo-about-block .stat-icon-small {
    font-size: 24px;
    color: #3838e5;
    margin-bottom: 10px;
    display: block;
}

#seo-about-block .stat-num {
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    color: #333;
    font-weight: 500;
    line-height: 1;
    display: block;
    margin-bottom: 5px;
}

#seo-about-block .stat-card:hover .stat-num {
    color: #3838e5;
}

#seo-about-block .stat-desc {
    font-size: 14px;
    color: #777;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


@media (max-width: 900px) {
    #seo-about-block {
        padding: 30px 20px 0;
    }
    #seo-about-block .about-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    #seo-about-block h2 {
        font-size: 26px !important;
    }
    #seo-about-block .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    #seo-about-block {
        padding: 30px 15px 0;   /* на маленьких экранах чуть меньше отступы */
    }
    #seo-about-block h2 {
        font-size: 24px !important;
        border-left-width: 4px;
        padding-left: 15px;
    }
    #seo-about-block .check-list {
        grid-template-columns: 1fr;
    }
    #seo-about-block .stats-grid {
        grid-template-columns: 1fr;
    }
    #seo-about-block .stat-num {
        font-size: 36px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-61070b4 */#seo-about-block {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 60px auto;
    max-width: 1200px;
    border-top: 1px solid #eaeaea;
    padding: 40px 20px 0;
    box-sizing: border-box;
}

#seo-about-block .about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

#seo-about-block h2 {
    color: #3838e5 !important;
    font-size: 30px !important;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 30px;
    border-left: 5px solid #d62536;
    padding-left: 20px;
    line-height: 1.2;
}

#seo-about-block p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

#seo-about-block .check-list {
    list-style: none;
    padding: 0;
    margin: 25px 0 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

#seo-about-block .check-list li {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

#seo-about-block .check-list li::before {
    content: '\f00c';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #d62536;
    font-size: 14px;
    background: rgba(214, 37, 54, 0.1);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

#seo-about-block .stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

#seo-about-block .stat-card {
    background: white;
    padding: 25px 20px;
    border-radius: 12px;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#seo-about-block .stat-card::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: -10px;
    bottom: -15px;
    font-size: 80px;
    color: #f0f2f5;
    z-index: 0;
    transform: rotate(-15deg);
    transition: 0.3s;
}

.st-1::after { content: '\f19c'; }
.st-2::after { content: '\f542'; }
.st-3::after { content: '\f2f2'; }
.st-4::after { content: '\f3d1'; }

#seo-about-block .stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(56, 56, 229, 0.1);
    border-color: #3838e5;
}

#seo-about-block .stat-card:hover::after {
    color: rgba(56, 56, 229, 0.05);
    transform: rotate(0deg) scale(1.1);
}

#seo-about-block .stat-content {
    position: relative;
    z-index: 1;
}

#seo-about-block .stat-icon-small {
    font-size: 24px;
    color: #3838e5;
    margin-bottom: 10px;
    display: block;
}

#seo-about-block .stat-num {
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    color: #333;
    font-weight: 500;
    line-height: 1;
    display: block;
    margin-bottom: 5px;
}

#seo-about-block .stat-card:hover .stat-num {
    color: #3838e5;
}

#seo-about-block .stat-desc {
    font-size: 14px;
    color: #777;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


@media (max-width: 900px) {
    #seo-about-block {
        padding: 30px 20px 0;
    }
    #seo-about-block .about-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    #seo-about-block h2 {
        font-size: 26px !important;
    }
    #seo-about-block .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    #seo-about-block {
        padding: 30px 15px 0;   /* на маленьких экранах чуть меньше отступы */
    }
    #seo-about-block h2 {
        font-size: 24px !important;
        border-left-width: 4px;
        padding-left: 15px;
    }
    #seo-about-block .check-list {
        grid-template-columns: 1fr;
    }
    #seo-about-block .stats-grid {
        grid-template-columns: 1fr;
    }
    #seo-about-block .stat-num {
        font-size: 36px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9bcbb45 */#seo-compare-block {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 60px auto;
    max-width: 1200px;
}

#seo-compare-block h2 {
    color: #3838e5 !important;
    font-size: 30px !important;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 30px;
    border-left: 5px solid #d62536;
    padding-left: 20px;
    line-height: 1.2;
}

/* Сетка с карточками */
#seo-compare-block .verdict-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 30px;
}

#seo-compare-block .verdict-card {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 12px;
    border-top: 4px solid #ccc;
    transition: 0.3s;
}

#seo-compare-block .verdict-card:hover {
    transform: translateY(-5px);
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

/* Цвета верхней границы */
.v-poly { border-top-color: #3838e5 !important; }
.v-mono { border-top-color: #00bcd4 !important; }
.v-metal { border-top-color: #7f8c8d !important; }
.v-tile { border-top-color: #e74c3c !important; }

#seo-compare-block h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #333;
    line-height: 1.3;
}

#seo-compare-block p {
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    margin: 0;
}

/* Иконка */
.verdict-icon { 
    font-size: 24px; 
    margin-bottom: 10px; 
    display: block; 
}

/* Цена */
#seo-compare-block .verdict-price {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #d62536;
    margin: 12px 0;
}

/* Подпись "для тех, кому важно" */
#seo-compare-block .verdict-ideal {
    font-size: 14px;
    color: #888;
    margin-top: 10px;
    line-height: 1.4;
}

/* Адаптив */
@media (max-width: 1024px) {
    #seo-compare-block .verdict-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    #seo-compare-block .verdict-grid {
        grid-template-columns: 1fr;
    }
    #seo-compare-block h2 {
        font-size: 24px !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9bcbb45 */#seo-compare-block {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 60px auto;
    max-width: 1200px;
}

#seo-compare-block h2 {
    color: #3838e5 !important;
    font-size: 30px !important;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 30px;
    border-left: 5px solid #d62536;
    padding-left: 20px;
    line-height: 1.2;
}

/* Сетка с карточками */
#seo-compare-block .verdict-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 30px;
}

#seo-compare-block .verdict-card {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 12px;
    border-top: 4px solid #ccc;
    transition: 0.3s;
}

#seo-compare-block .verdict-card:hover {
    transform: translateY(-5px);
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

/* Цвета верхней границы */
.v-poly { border-top-color: #3838e5 !important; }
.v-mono { border-top-color: #00bcd4 !important; }
.v-metal { border-top-color: #7f8c8d !important; }
.v-tile { border-top-color: #e74c3c !important; }

#seo-compare-block h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #333;
    line-height: 1.3;
}

#seo-compare-block p {
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    margin: 0;
}

/* Иконка */
.verdict-icon { 
    font-size: 24px; 
    margin-bottom: 10px; 
    display: block; 
}

/* Цена */
#seo-compare-block .verdict-price {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #d62536;
    margin: 12px 0;
}

/* Подпись "для тех, кому важно" */
#seo-compare-block .verdict-ideal {
    font-size: 14px;
    color: #888;
    margin-top: 10px;
    line-height: 1.4;
}

/* Адаптив */
@media (max-width: 1024px) {
    #seo-compare-block .verdict-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    #seo-compare-block .verdict-grid {
        grid-template-columns: 1fr;
    }
    #seo-compare-block h2 {
        font-size: 24px !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-63e4c09 */#final-deal-block {
    font-family: 'Roboto Condensed', sans-serif;
    max-width: 1200px;
    margin: 60px auto 80px;
    padding: 0 15px;
    color: #3b3d42;
}
.deal-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.deal-gallery {
    flex: 1 1 550px;
    display: flex;
    flex-direction: column;
}
.gallery-heading {
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #3b3d42;
    text-transform: uppercase;
    padding-left: 15px;
    border-left: 4px solid #d62536;
}
.main-image-frame {
    position: relative;
    width: 100%;
    height: 400px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    background: #f0f0f0;
    margin-bottom: 15px;
    cursor: zoom-in;
}
.main-image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
}
.zoom-icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: rgba(255,255,255,0.9);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3838e5;
    font-size: 20px;
    pointer-events: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.thumbnails-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.thumb {
    width: 100%;
    aspect-ratio: 3 / 2;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.8;
    transition: all 0.3s;
    border: 2px solid transparent;
    position: relative;
}
.thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.thumb:hover { opacity: 1; }
.thumb.active {
    opacity: 1;
    border-color: #3838e5;
    box-shadow: 0 4px 15px rgba(56, 56, 229, 0.2);
}
.deal-info {
    flex: 1 1 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.deal-info h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    color: #3838e5;
    margin-top: 0;
    margin-bottom: 25px;
    text-transform: uppercase;
    line-height: 1.2;
}
.reasons-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}
.reasons-list li {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    align-items: flex-start;
    transition: transform 0.3s ease;
    cursor: default;
}
.reasons-list li:hover {
    transform: translateX(10px);
}
.reason-icon {
    width: 46px;
    height: 46px;
    background: #eef2ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
    border: 1px solid #dbe4ff;
    transition: all 0.3s ease;
}
.reasons-list li:hover .reason-icon {
    background: #3838e5 !important;
    border-color: #3838e5 !important;
    box-shadow: 0 5px 15px rgba(56, 56, 229, 0.3);
}
.reasons-list li:hover .reason-icon i {
    color: #ffffff !important;
}
.reason-text strong {
    display: block;
    font-size: 18px;
    color: #3b3d42;
    margin-bottom: 3px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.5px;
}
.reason-text span {
    font-size: 16px;
    color: #666;
    line-height: 1.4;
}
.cta-box {
    background: linear-gradient(135deg, #3838e5, #2a2a9e);
    padding: 30px;
    border-radius: 16px;
    color: white;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(56, 56, 229, 0.3);
    margin-top: auto; 
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cta-box::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 150px;
    height: 150px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
}
.cta-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}
.cta-badge {
    background: #f0c14b;
    color: #333;
    font-weight: 800;
    font-size: 13px;
    padding: 4px 8px;
    border-radius: 4px;
    transform: rotate(-5deg);
}
.cta-box h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    margin: 0;
    color: white;
    text-transform: uppercase;
}
.cta-desc {
    color: rgba(255,255,255,0.9);
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.5;
}
.final-cta-btn {
    width: 100%;
    background: white;
    color: #3838e5;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    padding: 16px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 700;
    transition: 0.3s;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.final-cta-btn:hover {
    background: #f0c14b;
    color: #333;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}
.cta-bonus {
    margin-top: 15px;
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 12px;
}
.cta-bonus i { color: #f0c14b; }
.lightbox-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
    opacity: 0;
    transition: opacity 0.3s ease;
    justify-content: center;
    align-items: center;
}
.lightbox-modal.show { opacity: 1; }
.lightbox-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 90vh;
    border-radius: 8px;
    box-shadow: 0 0 50px rgba(0,0,0,0.5);
}
.close-btn {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}
.close-btn:hover { color: #bbb; }

@keyframes measureAnim {
    0% { transform: scale(1) rotate(0deg); }
    50% { transform: scale(1.15) rotate(-10deg); }
    100% { transform: scale(1) rotate(0deg); }
}
.reasons-list li:hover .fa-ruler-combined {
    animation: measureAnim 0.6s ease-in-out;
}
@keyframes docAnim {
    0% { transform: translateY(0); }
    50% { transform: translateY(-4px) scale(1.05); }
    100% { transform: translateY(0); }
}
.reasons-list li:hover .fa-file-signature {
    animation: docAnim 1.2s ease-in-out infinite;
}
@keyframes hammerAnim {
    0% { transform: rotate(0deg); }
    20% { transform: rotate(-35deg); }
    40% { transform: rotate(15deg); }
    60% { transform: rotate(-35deg); }
    80% { transform: rotate(15deg); }
    100% { transform: rotate(0deg); }
}
.reasons-list li:hover .fa-hammer {
    transform-origin: bottom right;
    animation: hammerAnim 0.7s ease-in-out;
}
@keyframes truckAnim {
    0% { transform: translateX(0) translateY(0); }
    25% { transform: translateX(3px) translateY(-2px); }
    50% { transform: translateX(0) translateY(0); }
    75% { transform: translateX(-3px) translateY(-2px); }
    100% { transform: translateX(0) translateY(0); }
}
.reasons-list li:hover .fa-truck-loading {
    animation: truckAnim 0.8s ease-in-out infinite;
}

@media (max-width: 900px) {
    .deal-container { flex-direction: column; gap: 40px; }
    .main-image-frame { height: 300px; }
}

@media (max-width: 768px) {
    #final-deal-block {
        margin: 40px auto 60px;
    }
    .gallery-heading {
        font-size: 24px;
        line-height: 1.3;
    }
    .deal-info h2 {
        font-size: 26px;
        line-height: 1.3;
    }
    .reason-text strong {
        font-size: 17px;
    }
    .reason-text span {
        font-size: 15px;
        line-height: 1.5;
    }
    .cta-box {
        padding: 25px 20px;
    }
    .cta-box h3 {
        font-size: 22px;
        line-height: 1.3;
    }
    .cta-desc {
        font-size: 15px;
        line-height: 1.5;
    }
    .final-cta-btn {
        font-size: 16px;
        padding: 14px;
    }
    .cta-bonus {
        font-size: 13px;
        line-height: 1.4;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-63e4c09 */#final-deal-block {
    font-family: 'Roboto Condensed', sans-serif;
    max-width: 1200px;
    margin: 60px auto 80px;
    padding: 0 15px;
    color: #3b3d42;
}
.deal-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.deal-gallery {
    flex: 1 1 550px;
    display: flex;
    flex-direction: column;
}
.gallery-heading {
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #3b3d42;
    text-transform: uppercase;
    padding-left: 15px;
    border-left: 4px solid #d62536;
}
.main-image-frame {
    position: relative;
    width: 100%;
    height: 400px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    background: #f0f0f0;
    margin-bottom: 15px;
    cursor: zoom-in;
}
.main-image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
}
.zoom-icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: rgba(255,255,255,0.9);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3838e5;
    font-size: 20px;
    pointer-events: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.thumbnails-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.thumb {
    width: 100%;
    aspect-ratio: 3 / 2;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.8;
    transition: all 0.3s;
    border: 2px solid transparent;
    position: relative;
}
.thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.thumb:hover { opacity: 1; }
.thumb.active {
    opacity: 1;
    border-color: #3838e5;
    box-shadow: 0 4px 15px rgba(56, 56, 229, 0.2);
}
.deal-info {
    flex: 1 1 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.deal-info h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    color: #3838e5;
    margin-top: 0;
    margin-bottom: 25px;
    text-transform: uppercase;
    line-height: 1.2;
}
.reasons-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}
.reasons-list li {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    align-items: flex-start;
    transition: transform 0.3s ease;
    cursor: default;
}
.reasons-list li:hover {
    transform: translateX(10px);
}
.reason-icon {
    width: 46px;
    height: 46px;
    background: #eef2ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
    border: 1px solid #dbe4ff;
    transition: all 0.3s ease;
}
.reasons-list li:hover .reason-icon {
    background: #3838e5 !important;
    border-color: #3838e5 !important;
    box-shadow: 0 5px 15px rgba(56, 56, 229, 0.3);
}
.reasons-list li:hover .reason-icon i {
    color: #ffffff !important;
}
.reason-text strong {
    display: block;
    font-size: 18px;
    color: #3b3d42;
    margin-bottom: 3px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.5px;
}
.reason-text span {
    font-size: 16px;
    color: #666;
    line-height: 1.4;
}
.cta-box {
    background: linear-gradient(135deg, #3838e5, #2a2a9e);
    padding: 30px;
    border-radius: 16px;
    color: white;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(56, 56, 229, 0.3);
    margin-top: auto; 
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cta-box::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 150px;
    height: 150px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
}
.cta-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}
.cta-badge {
    background: #f0c14b;
    color: #333;
    font-weight: 800;
    font-size: 13px;
    padding: 4px 8px;
    border-radius: 4px;
    transform: rotate(-5deg);
}
.cta-box h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    margin: 0;
    color: white;
    text-transform: uppercase;
}
.cta-desc {
    color: rgba(255,255,255,0.9);
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.5;
}
.final-cta-btn {
    width: 100%;
    background: white;
    color: #3838e5;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    padding: 16px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 700;
    transition: 0.3s;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.final-cta-btn:hover {
    background: #f0c14b;
    color: #333;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}
.cta-bonus {
    margin-top: 15px;
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 12px;
}
.cta-bonus i { color: #f0c14b; }
.lightbox-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
    opacity: 0;
    transition: opacity 0.3s ease;
    justify-content: center;
    align-items: center;
}
.lightbox-modal.show { opacity: 1; }
.lightbox-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 90vh;
    border-radius: 8px;
    box-shadow: 0 0 50px rgba(0,0,0,0.5);
}
.close-btn {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}
.close-btn:hover { color: #bbb; }

@keyframes measureAnim {
    0% { transform: scale(1) rotate(0deg); }
    50% { transform: scale(1.15) rotate(-10deg); }
    100% { transform: scale(1) rotate(0deg); }
}
.reasons-list li:hover .fa-ruler-combined {
    animation: measureAnim 0.6s ease-in-out;
}
@keyframes docAnim {
    0% { transform: translateY(0); }
    50% { transform: translateY(-4px) scale(1.05); }
    100% { transform: translateY(0); }
}
.reasons-list li:hover .fa-file-signature {
    animation: docAnim 1.2s ease-in-out infinite;
}
@keyframes hammerAnim {
    0% { transform: rotate(0deg); }
    20% { transform: rotate(-35deg); }
    40% { transform: rotate(15deg); }
    60% { transform: rotate(-35deg); }
    80% { transform: rotate(15deg); }
    100% { transform: rotate(0deg); }
}
.reasons-list li:hover .fa-hammer {
    transform-origin: bottom right;
    animation: hammerAnim 0.7s ease-in-out;
}
@keyframes truckAnim {
    0% { transform: translateX(0) translateY(0); }
    25% { transform: translateX(3px) translateY(-2px); }
    50% { transform: translateX(0) translateY(0); }
    75% { transform: translateX(-3px) translateY(-2px); }
    100% { transform: translateX(0) translateY(0); }
}
.reasons-list li:hover .fa-truck-loading {
    animation: truckAnim 0.8s ease-in-out infinite;
}

@media (max-width: 900px) {
    .deal-container { flex-direction: column; gap: 40px; }
    .main-image-frame { height: 300px; }
}

@media (max-width: 768px) {
    #final-deal-block {
        margin: 40px auto 60px;
    }
    .gallery-heading {
        font-size: 24px;
        line-height: 1.3;
    }
    .deal-info h2 {
        font-size: 26px;
        line-height: 1.3;
    }
    .reason-text strong {
        font-size: 17px;
    }
    .reason-text span {
        font-size: 15px;
        line-height: 1.5;
    }
    .cta-box {
        padding: 25px 20px;
    }
    .cta-box h3 {
        font-size: 22px;
        line-height: 1.3;
    }
    .cta-desc {
        font-size: 15px;
        line-height: 1.5;
    }
    .final-cta-btn {
        font-size: 16px;
        padding: 14px;
    }
    .cta-bonus {
        font-size: 13px;
        line-height: 1.4;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c65815b */.portfolio-btn-wrap {
        
        --btn-width: 45%; 
        
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        margin: 30px auto;
        width: 100%;
        max-width: 1200px;
        font-family: 'Roboto Condensed', sans-serif;
    }

    .view-all-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: var(--btn-width);
        padding: 15px 20px;
        background: transparent;
        border: 2px solid #3838e5;
        color: #3838e5;
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        font-weight: 500;
        border-radius: 50px;
        text-decoration: none !important;
        transition: all 0.3s ease;
        font-size: 16px;
        box-sizing: border-box;
        text-align: center;
    }

    .view-all-btn i {
        margin: 0 10px;
        transition: 0.3s;
    }

    .view-all-btn:hover {
        background: #3838e5;
        color: #ffffff;
        box-shadow: 0 8px 20px rgba(56, 56, 229, 0.25);
        transform: translateY(-3px);
    }
    
    .view-all-btn:hover .fa-arrow-right {
        transform: translateX(5px);
    }

    @media (max-width: 768px) {
        .portfolio-btn-wrap {
            flex-direction: column;
            gap: 20px;
            margin: 20px auto;
        }
        
        .view-all-btn {
            width: 100%;
            max-width: 100%;
        }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c65815b */.portfolio-btn-wrap {
        
        --btn-width: 45%; 
        
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        margin: 30px auto;
        width: 100%;
        max-width: 1200px;
        font-family: 'Roboto Condensed', sans-serif;
    }

    .view-all-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: var(--btn-width);
        padding: 15px 20px;
        background: transparent;
        border: 2px solid #3838e5;
        color: #3838e5;
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        font-weight: 500;
        border-radius: 50px;
        text-decoration: none !important;
        transition: all 0.3s ease;
        font-size: 16px;
        box-sizing: border-box;
        text-align: center;
    }

    .view-all-btn i {
        margin: 0 10px;
        transition: 0.3s;
    }

    .view-all-btn:hover {
        background: #3838e5;
        color: #ffffff;
        box-shadow: 0 8px 20px rgba(56, 56, 229, 0.25);
        transform: translateY(-3px);
    }
    
    .view-all-btn:hover .fa-arrow-right {
        transform: translateX(5px);
    }

    @media (max-width: 768px) {
        .portfolio-btn-wrap {
            flex-direction: column;
            gap: 20px;
            margin: 20px auto;
        }
        
        .view-all-btn {
            width: 100%;
            max-width: 100%;
        }
    }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0620d04 */#seo-text-block {
    font-family: 'Roboto Condensed', sans-serif;
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
    padding: 70px 15px;
    color: #3b3d42;
    border-top: 1px solid #eaeaea;
}
.seo-content-wrap {
    max-width: 1200px;
    margin: 0 auto;
}
#seo-text-block h2 {
    font-family: 'Oswald', sans-serif;
    color: #3838e5;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 40px;
    line-height: 1.3;
    border-left: 5px solid #d62536;
    padding-left: 20px;
}
.seo-text-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.seo-col {
    background: #ffffff;
    padding: 35px 40px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
    border: 1px solid #eaeaea;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.seo-col:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(56, 56, 229, 0.08);
    border-color: #dbe4ff;
}
.seo-col h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    color: #d62536;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 12px;
}
.seo-col h3 i {
    color: #3838e5;
    font-size: 24px;
}
.seo-col p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #555;
    text-align: justify;
}
.seo-col p:last-child {
    margin-bottom: 0;
}
.seo-col strong {
    color: #3b3d42;
    font-weight: 700;
}
.seo-col em {
    font-style: normal;
    background: #f0f4ff;
    color: #3838e5;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 500;
    transition: background 0.3s, color 0.3s;
    cursor: default;
}
.seo-col:hover em {
    background: #3838e5;
    color: #ffffff;
}
@media (max-width: 900px) {
    .seo-text-columns {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}
@media (max-width: 768px) {
    #seo-text-block { 
        padding: 50px 15px; 
    }
    #seo-text-block h2 { 
        font-size: 24px; 
        padding-left: 15px; 
        border-width: 4px; 
        margin-bottom: 30px;
        line-height: 1.35;
    }
    .seo-col {
        padding: 25px 20px;
    }
    .seo-col h3 {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 15px;
    }
    .seo-col h3 i {
        font-size: 20px;
    }
    .seo-col p { 
        text-align: left; 
        font-size: 15px; 
        line-height: 1.6;
        margin-bottom: 15px;
    }
    .seo-col em {
        font-size: 14px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0620d04 */#seo-text-block {
    font-family: 'Roboto Condensed', sans-serif;
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
    padding: 70px 15px;
    color: #3b3d42;
    border-top: 1px solid #eaeaea;
}
.seo-content-wrap {
    max-width: 1200px;
    margin: 0 auto;
}
#seo-text-block h2 {
    font-family: 'Oswald', sans-serif;
    color: #3838e5;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 40px;
    line-height: 1.3;
    border-left: 5px solid #d62536;
    padding-left: 20px;
}
.seo-text-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.seo-col {
    background: #ffffff;
    padding: 35px 40px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.03);
    border: 1px solid #eaeaea;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.seo-col:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(56, 56, 229, 0.08);
    border-color: #dbe4ff;
}
.seo-col h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    color: #d62536;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 12px;
}
.seo-col h3 i {
    color: #3838e5;
    font-size: 24px;
}
.seo-col p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #555;
    text-align: justify;
}
.seo-col p:last-child {
    margin-bottom: 0;
}
.seo-col strong {
    color: #3b3d42;
    font-weight: 700;
}
.seo-col em {
    font-style: normal;
    background: #f0f4ff;
    color: #3838e5;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 500;
    transition: background 0.3s, color 0.3s;
    cursor: default;
}
.seo-col:hover em {
    background: #3838e5;
    color: #ffffff;
}
@media (max-width: 900px) {
    .seo-text-columns {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}
@media (max-width: 768px) {
    #seo-text-block { 
        padding: 50px 15px; 
    }
    #seo-text-block h2 { 
        font-size: 24px; 
        padding-left: 15px; 
        border-width: 4px; 
        margin-bottom: 30px;
        line-height: 1.35;
    }
    .seo-col {
        padding: 25px 20px;
    }
    .seo-col h3 {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 15px;
    }
    .seo-col h3 i {
        font-size: 20px;
    }
    .seo-col p { 
        text-align: left; 
        font-size: 15px; 
        line-height: 1.6;
        margin-bottom: 15px;
    }
    .seo-col em {
        font-size: 14px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c97fa57 */.faq-block {
  max-width: 1000px;
  margin: 40px auto 40px;
  padding: 0 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.08);
  overflow: hidden;
  border: 1px solid #f0f4f8;
  font-family: 'Roboto Condensed', sans-serif;
}

.faq-block h2 {
  margin: 0;
  padding: 30px 40px 25px;
  font-size: 2.2em;
  font-weight: 400;
  color: #3838e5;
  text-align: center;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}

.faq-block h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #3838e5, #f0c14b);
  border-radius: 2px;
}

.faq-container {
  padding: 0 40px 40px;
}

.faq-item {
  margin-bottom: 8px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  border: 1px solid #f0f4f8;
}

.faq-item:hover {
  box-shadow: 0 4px 16px rgba(56, 56, 229, 0.12);
  transform: translateY(-1px);
}

.faq-item[open] {
  box-shadow: 0 6px 24px rgba(56, 56, 229, 0.15);
  border-color: #e3f2fd;
}

.faq-item summary {
  list-style: none;
  font-size: 17px;
  font-weight: 600;
  color: #333;
  padding: 16px 28px;
  cursor: pointer;
  background: linear-gradient(135deg, #fff 0%, #fafbfc 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  position: relative;
  user-select: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: '▼';
  color: #3838e5;
  font-size: 14px;
  font-weight: bold;
  transition: transform 0.3s ease;
  margin-left: 12px;
  flex-shrink: 0;
}

.faq-item[open] summary {
  background: linear-gradient(135deg, #e3f2fd 0%, #f0f8ff 100%) !important;
  color: #3838e5;
  font-weight: 700;
}

.faq-item[open] summary::after {
  transform: rotate(180deg);
}

.faq-item div {
  padding: 0 28px 24px;
  background: #fff;
}

.faq-item p {
  font-size: 16.5px;
  line-height: 1.65;
  color: #444;
  margin: 15px 0 0 0;
}
.faq-item p:last-child {
  margin-bottom: 0;
}

.faq-item br {
  display: none;
}

@media (min-width: 769px) {
  .faq-container {
    padding: 20px 40px 40px;
  }
}

@media (max-width: 768px) {
  .faq-block {
    margin: 40px 8px;
    border-radius: 12px;
  }
  
  .faq-block h2 {
    font-size: 1.9em;
    padding: 22px 20px 20px;
  }
  
  .faq-container {
    padding: 15px 10px 28px;
  }
  .faq-item summary {
    font-size: 16px;
    padding: 14px 15px;
    margin: 0; 
  }
  .faq-item div {
    padding: 0 15px 20px;
  }
  
  .faq-item p {
    font-size: 15px;
  }
  
  .faq-item {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .faq-block {
    margin: 30px 6px;
  }
  
  .faq-block h2 {
    font-size: 1.7em;
    padding: 20px 16px 18px;
  }
  
  .faq-item summary {
    padding: 12px 15px;
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c97fa57 */.faq-block {
  max-width: 1000px;
  margin: 40px auto 40px;
  padding: 0 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.08);
  overflow: hidden;
  border: 1px solid #f0f4f8;
  font-family: 'Roboto Condensed', sans-serif;
}

.faq-block h2 {
  margin: 0;
  padding: 30px 40px 25px;
  font-size: 2.2em;
  font-weight: 400;
  color: #3838e5;
  text-align: center;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}

.faq-block h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #3838e5, #f0c14b);
  border-radius: 2px;
}

.faq-container {
  padding: 0 40px 40px;
}

.faq-item {
  margin-bottom: 8px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  border: 1px solid #f0f4f8;
}

.faq-item:hover {
  box-shadow: 0 4px 16px rgba(56, 56, 229, 0.12);
  transform: translateY(-1px);
}

.faq-item[open] {
  box-shadow: 0 6px 24px rgba(56, 56, 229, 0.15);
  border-color: #e3f2fd;
}

.faq-item summary {
  list-style: none;
  font-size: 17px;
  font-weight: 600;
  color: #333;
  padding: 16px 28px;
  cursor: pointer;
  background: linear-gradient(135deg, #fff 0%, #fafbfc 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  position: relative;
  user-select: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: '▼';
  color: #3838e5;
  font-size: 14px;
  font-weight: bold;
  transition: transform 0.3s ease;
  margin-left: 12px;
  flex-shrink: 0;
}

.faq-item[open] summary {
  background: linear-gradient(135deg, #e3f2fd 0%, #f0f8ff 100%) !important;
  color: #3838e5;
  font-weight: 700;
}

.faq-item[open] summary::after {
  transform: rotate(180deg);
}

.faq-item div {
  padding: 0 28px 24px;
  background: #fff;
}

.faq-item p {
  font-size: 16.5px;
  line-height: 1.65;
  color: #444;
  margin: 15px 0 0 0;
}
.faq-item p:last-child {
  margin-bottom: 0;
}

.faq-item br {
  display: none;
}

@media (min-width: 769px) {
  .faq-container {
    padding: 20px 40px 40px;
  }
}

@media (max-width: 768px) {
  .faq-block {
    margin: 40px 8px;
    border-radius: 12px;
  }
  
  .faq-block h2 {
    font-size: 1.9em;
    padding: 22px 20px 20px;
  }
  
  .faq-container {
    padding: 15px 10px 28px;
  }
  .faq-item summary {
    font-size: 16px;
    padding: 14px 15px;
    margin: 0; 
  }
  .faq-item div {
    padding: 0 15px 20px;
  }
  
  .faq-item p {
    font-size: 15px;
  }
  
  .faq-item {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .faq-block {
    margin: 30px 6px;
  }
  
  .faq-block h2 {
    font-size: 1.7em;
    padding: 20px 16px 18px;
  }
  
  .faq-item summary {
    padding: 12px 15px;
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5d131e0 */.cta-final-block {
  font-family: 'Roboto Condensed', sans-serif;
  color: #3b3d42;
  max-width: 1000px;
  margin: 60px auto;
  padding: 45px 30px;
  background: #ffffff;
  border-radius: 16px;
  border: 2px solid #3838e5; 
  box-shadow: 0 15px 40px rgba(56, 56, 229, 0.08);
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.cta-final-block h2 {
  margin: 0 0 25px;
  font-size: 34px !important;
  line-height: 1.2;
  color: #3838e5;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}

.cta-final-block .sub-text {
  color: #3b3d42;
  font-weight: 500;
  display: block;
  margin-top: 8px;
  font-size: 0.7em;
  text-transform: none;
}

.cta-final-block p {
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 1.5;
}

.cta-final-block .highlight-text {
  background: #f4f6f9; 
  padding: 10px 20px;
  border-radius: 50px;
  color: #555;
  font-weight: 500;
  border: 1px solid #e1e1e1;
  display: inline-block;
}

.cta-final-block .highlight-text i {
    color: #3838e5;
    margin-right: 5px;
}

.btn-group {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 200px; 
  box-sizing: border-box;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  letter-spacing: 0.5px;
}

.btn .icon {
  margin-right: 10px;
  font-size: 1.2em;
  display: flex;
  align-items: center;
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.btn-max {
  background: #25d366;
}
.btn-max:hover {
    background: #20bd5a;
}

.btn-telegram {
  background: #229ED9;
}
.btn-telegram:hover {
    background: #1d8ab4;
}

.btn-phone {
  background: #d62536; 
  color: #fff;
}
.btn-phone:hover {
    background: #b51e2d;
    color: #fff;
}

.guarantees {
  font-size: 15px;
  color: #666;
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin-top: 10px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.guarantees i {
    color: #25d366;
    margin-right: 5px;
}

@media (max-width: 600px) {
  .cta-final-block {
    padding: 30px 20px;
    margin: 40px 10px;
    border-width: 1px;
  }
  
  .cta-final-block h2 {
    font-size: 28px !important;
  }
  
  .cta-final-block .sub-text {
      font-size: 18px; 
  }

  .cta-final-block .highlight-text {
    font-size: 15px;
    line-height: 1.4;
    padding: 10px 15px;
    border-radius: 12px;
  }

  .btn-group {
    flex-direction: column; 
    align-items: stretch;
    gap: 10px;
  }

  .btn {
    width: 100%; 
    justify-content: center;
    padding: 16px;
  }

  .guarantees {
    flex-direction: column;
    gap: 8px;
    font-size: 16px;
    border-top: none;
    padding-top: 15px;
    align-items: flex-start;
    padding-left: 10px;
  }
  
  .guarantees span {
      display: block;
      width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5d131e0 */.cta-final-block {
  font-family: 'Roboto Condensed', sans-serif;
  color: #3b3d42;
  max-width: 1000px;
  margin: 60px auto;
  padding: 45px 30px;
  background: #ffffff;
  border-radius: 16px;
  border: 2px solid #3838e5; 
  box-shadow: 0 15px 40px rgba(56, 56, 229, 0.08);
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.cta-final-block h2 {
  margin: 0 0 25px;
  font-size: 34px !important;
  line-height: 1.2;
  color: #3838e5;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}

.cta-final-block .sub-text {
  color: #3b3d42;
  font-weight: 500;
  display: block;
  margin-top: 8px;
  font-size: 0.7em;
  text-transform: none;
}

.cta-final-block p {
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 1.5;
}

.cta-final-block .highlight-text {
  background: #f4f6f9; 
  padding: 10px 20px;
  border-radius: 50px;
  color: #555;
  font-weight: 500;
  border: 1px solid #e1e1e1;
  display: inline-block;
}

.cta-final-block .highlight-text i {
    color: #3838e5;
    margin-right: 5px;
}

.btn-group {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 200px; 
  box-sizing: border-box;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  letter-spacing: 0.5px;
}

.btn .icon {
  margin-right: 10px;
  font-size: 1.2em;
  display: flex;
  align-items: center;
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.btn-max {
  background: #25d366;
}
.btn-max:hover {
    background: #20bd5a;
}

.btn-telegram {
  background: #229ED9;
}
.btn-telegram:hover {
    background: #1d8ab4;
}

.btn-phone {
  background: #d62536; 
  color: #fff;
}
.btn-phone:hover {
    background: #b51e2d;
    color: #fff;
}

.guarantees {
  font-size: 15px;
  color: #666;
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin-top: 10px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.guarantees i {
    color: #25d366;
    margin-right: 5px;
}

@media (max-width: 600px) {
  .cta-final-block {
    padding: 30px 20px;
    margin: 40px 10px;
    border-width: 1px;
  }
  
  .cta-final-block h2 {
    font-size: 28px !important;
  }
  
  .cta-final-block .sub-text {
      font-size: 18px; 
  }

  .cta-final-block .highlight-text {
    font-size: 15px;
    line-height: 1.4;
    padding: 10px 15px;
    border-radius: 12px;
  }

  .btn-group {
    flex-direction: column; 
    align-items: stretch;
    gap: 10px;
  }

  .btn {
    width: 100%; 
    justify-content: center;
    padding: 16px;
  }

  .guarantees {
    flex-direction: column;
    gap: 8px;
    font-size: 16px;
    border-top: none;
    padding-top: 15px;
    align-items: flex-start;
    padding-left: 10px;
  }
  
  .guarantees span {
      display: block;
      width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for global, class: .elementor-global-9784 */.floating-calc-banner-vertical {
    position: fixed;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    color: #3838e5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 6px;
    border-radius: 12px 0 0 12px;
    box-shadow: 0 4px 15px rgba(56, 56, 229, 0.1);
    text-decoration: none;
    z-index: 998;
    transition: all 0.3s ease;
    border: 2px solid #3838e5;
    border-right: none;
}
.floating-calc-banner-vertical:hover {
    background: #ffffff;
    color: #d62536;
    border-color: #d62536;
    box-shadow: 0 8px 25px rgba(214, 37, 54, 0.15);
    padding-right: 10px;
}
.banner-icon-top {
    font-size: 32px;
    margin-bottom: 12px;
    transition: transform 0.3s;
}
.floating-calc-banner-vertical:hover .banner-icon-top {
    transform: scale(1.05);
}
.banner-text-vertical {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .floating-calc-banner-vertical {
        top: 120px;
        transform: none;
        right: 4px;
        padding: 10px 4px;
    }
    .banner-icon-top {
        font-size: 28px;
        margin-bottom: 6px;
    }
    .banner-text-vertical {
        font-size: 14px;
    }
}
@media (max-width: 480px) {
    .banner-text-vertical {
        display: none;
    }
    .floating-calc-banner-vertical {
        top: 100px;
        padding: 10px 8px;
        border-radius: 30px 0 0 30px;
    }
    .banner-icon-top {
        font-size: 26px;
        margin-bottom: 0;
    }
    .floating-calc-banner-vertical:hover {
        padding-right: 8px;
    }
}/* End custom CSS */
/* Start custom CSS for global, class: .elementor-global-9784 */.floating-calc-banner-vertical {
    position: fixed;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    color: #3838e5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 6px;
    border-radius: 12px 0 0 12px;
    box-shadow: 0 4px 15px rgba(56, 56, 229, 0.1);
    text-decoration: none;
    z-index: 998;
    transition: all 0.3s ease;
    border: 2px solid #3838e5;
    border-right: none;
}
.floating-calc-banner-vertical:hover {
    background: #ffffff;
    color: #d62536;
    border-color: #d62536;
    box-shadow: 0 8px 25px rgba(214, 37, 54, 0.15);
    padding-right: 10px;
}
.banner-icon-top {
    font-size: 32px;
    margin-bottom: 12px;
    transition: transform 0.3s;
}
.floating-calc-banner-vertical:hover .banner-icon-top {
    transform: scale(1.05);
}
.banner-text-vertical {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .floating-calc-banner-vertical {
        top: 120px;
        transform: none;
        right: 4px;
        padding: 10px 4px;
    }
    .banner-icon-top {
        font-size: 28px;
        margin-bottom: 6px;
    }
    .banner-text-vertical {
        font-size: 14px;
    }
}
@media (max-width: 480px) {
    .banner-text-vertical {
        display: none;
    }
    .floating-calc-banner-vertical {
        top: 100px;
        padding: 10px 8px;
        border-radius: 30px 0 0 30px;
    }
    .banner-icon-top {
        font-size: 26px;
        margin-bottom: 0;
    }
    .floating-calc-banner-vertical:hover {
        padding-right: 8px;
    }
}/* End custom CSS */