.elementor-608 .elementor-element.elementor-element-dde81f4{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-608 .elementor-element.elementor-element-6131aaa{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-608 .elementor-element.elementor-element-8ec018b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for container, class: .elementor-element-dde81f4 */.flex-pcb-banner {
		width: 100%;
		padding: 20px 20px;
		background: url("/wp-content/uploads/2025/08/High-Frequency-PCB5-1.png") center/cover no-repeat;
		height: 380px;
		position: relative;
	}

	.flex-pcb-banner__overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.1);
		z-index: 1;
	}

	.flex-pcb-banner__content {
		max-width: 1400px;
		/* height: 300px; */
		margin: 0 auto;
		position: relative;
		z-index: 2;
	}

	.flex-pcb-banner__title {
		color: white;
		font-size: 48px;
		font-weight: 700;
	    margin-top: 30px;
		margin-bottom: 25px;
		line-height: 1.2;
		text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	}

	.flex-pcb-banner__text {
		color: white;
		font-size: 22px;
		line-height: 1.6;
		max-width: 800px;
		padding: 0px;
		border-radius: 8px;
	}

	.flex-pcb-banner__button {
		display: inline-block;
		background-color: #2E7D32;
		color: white;
		font-size: 18px;
		font-weight: 600;
		padding: 15px 40px;
		border-radius: 50px;
		text-decoration: none;
		transition: all 0.3s ease;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
		border: 2px solid #fff;
	}

	.flex-pcb-banner__button:hover {
		color: white;
		background-color: #1B5E20;
		transform: translateY(-2px);
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
	}

	@media (max-width: 992px) {
		.flex-pcb-banner {
			padding: 80px 20px;
		}

		.flex-pcb-banner__title {
			font-size: 40px;
		}

		.flex-pcb-banner__text {
			font-size: 20px;
			padding: 15px;
		}
	}

	@media (max-width: 768px) {
		.flex-pcb-banner {
			padding: 60px 15px;
		}

		.flex-pcb-banner__title {
			font-size: 32px;
			margin-bottom: 20px;
		}

		.flex-pcb-banner__text {
			font-size: 18px;
			padding: 15px;
			margin-bottom: 25px;
		}

		.flex-pcb-banner__button {
			font-size: 16px;
			padding: 12px 30px;
		}
	}

	@media (max-width: 480px) {
		.flex-pcb-banner__title {
			font-size: 28px;
		}

		.flex-pcb-banner__text {
			font-size: 16px;
			padding: 12px;
			margin-bottom: 20px;
		}

		.flex-pcb-banner__button {
			font-size: 15px;
			padding: 10px 25px;
		}
	}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-6131aaa *//* Reset and Base Styles */
        .pcb-new-section {
            width: 100%;
            padding: 60px 0;
            box-sizing: border-box;
            font-family: 'Arial', sans-serif;
        }

        .pcb-new-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .pcb-new-title {
            text-align: center;
            font-size: 36px;
            margin-bottom: 40px;
            color: #27ae60; /* Изменено на зеленый цвет */
        }

        /* Light/Dark Section Variations */
        .pcb-new-section--light {
            background-color: #f9f9f9;
        }

        .pcb-new-section--dark {
            background-color: #2c3e50;
            color: white;
        }

        .pcb-new-section--dark .pcb-new-title {
            color: white;
        }

        /* Button Styles */
        .pcb-new-btn {
            display: inline-block;
            padding: 12px 30px;
            background-color: #27ae60;
            color: white;
            border-radius: 4px;
            font-weight: bold;
            text-transform: uppercase;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
        }

        .pcb-new-btn:hover {
            color: white;
            background-color: #2ecc71;
            transform: translateY(-2px);
        }

        .pcb-new-btn--center {
            display: block;
            margin: 40px auto 0;
            width: fit-content;
        }

        /* Grid Layouts */
        .pcb-new-grid {
            display: grid;
            gap: 30px;
        }

        .pcb-new-grid--3 {
            grid-template-columns: repeat(3, 1fr);
            /* Fixed 3 columns */
        }

        .pcb-new-grid--4 {
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        }

        /* Feature Boxes */
        .pcb-new-feature {
            background: white;
            padding: 30px;
            border-radius: 8px;
            text-align: center;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        }

        .pcb-new-feature__icon {
            font-size: 40px;
            margin-bottom: 20px;
            color: #27ae60;
        }

        .pcb-new-feature__heading {
            font-size: 20px;
            margin-bottom: 15px;
            color: #27ae60;
        }

        /* Card Styles */
        .pcb-new-card {
            background: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
            height: 100%;
        }

        .pcb-new-card:hover {
            transform: translateY(-5px);
        }

        .pcb-new-card__img {
            height: 200px;
            /* Fixed height for images */
            background-size: cover;
            background-position: center;
        }

        .pcb-new-card__heading {
            padding: 20px 20px 10px;
            font-size: 20px;
            color: #27ae60;
        }

        .pcb-new-card__content {
            padding: 0 20px 20px;
            color: #555;
            line-height: 1.5;
        }

        /* Новый стиль для карточек преимуществ без прокрутки */
        .pcb-new-advantages-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-bottom: 40px;
        }

        /* Highlight Section */
        .pcb-new-highlight {
            display: flex;
            flex-wrap: wrap;
            margin-top: 30px;
            background: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
        }

        .pcb-new-highlight__img {
            flex: 1;
            min-width: 300px;
            min-height: 300px;
            background-size: cover;
            background-position: center;
        }

        .pcb-new-highlight__content {
            flex: 1;
            min-width: 300px;
            padding: 40px;
            box-sizing: border-box;
        }

        .pcb-new-highlight__heading {
            font-size: 24px;
            margin-bottom: 20px;
            color: #27ae60;
        }

        /* Process Steps */
        .pcb-new-process {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            margin-bottom: 40px;
            gap: 30px;
        }

        .pcb-new-process__number {
            width: 60px;
            height: 60px;
            background: #27ae60;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            font-weight: bold;
            flex-shrink: 0;
        }

        .pcb-new-process__content {
            flex: 1;
            min-width: 300px;
        }

        .pcb-new-process__content h3 {
            font-size: 22px;
            margin-bottom: 10px;
            color: #27ae60;
        }

        .pcb-new-process__img {
            flex: 1;
            min-width: 300px;
            height: 200px;
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
        }

        /* Applications Grid */
        .pcb-new-applications-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            justify-content: center;
            margin: 0 auto;
            max-width: 1200px;
        }

        /* Responsive Adjustments */
        @media (max-width: 1024px) {
            .pcb-new-grid--3 {
                grid-template-columns: repeat(2, 1fr);
                /* 2 columns on tablet */
            }
            
            .pcb-new-applications-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .pcb-new-advantages-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 768px) {
            .pcb-new-title {
                font-size: 28px;
                margin-bottom: 30px;
            }

            .pcb-new-highlight__content {
                padding: 30px 20px;
            }

            .pcb-new-grid--3 {
                grid-template-columns: 1fr;
                /* 1 column on mobile */
            }
            
            .pcb-new-applications-grid {
                grid-template-columns: 1fr;
            }
            
            .pcb-new-advantages-grid {
                grid-template-columns: 1fr;
            }
        }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-8ec018b *//* CTA Section */
        .fpcb-cta-section {
            width: 100%;
            background-color: #2E7D32;
            padding: 80px 0;
            text-align: center;
        }

        .fpcb-cta-content {
            max-width: 1400px;
            margin: 0 auto;
        }

        .fpcb-cta-title {
            color: white;
            font-size: 32px;
            margin-bottom: 20px;
        }

        .fpcb-cta-text {
            color: #e8f5e9;
            font-size: 18px;
            line-height: 1.6;
            margin-bottom: 30px;
        }

        .fpcb-cta-button {
            display: inline-block;
            background-color: white;
            color: #2E7D32;
            font-size: 16px;
            font-weight: 600;
            padding: 15px 40px;
            border-radius: 4px;
            text-decoration: none;
            transition: all 0.3s ease;
            border: 2px solid white;
        }

        .fpcb-cta-button:hover {
            background-color: transparent;
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
        }
        
        @media (max-width: 768px) {
            .fpcb-partner-section,
            .fpcb-faq-section,
            .fpcb-cta-section {
                padding: 60px 0;
            }
        
        @media (max-width: 480px) {
            .fpcb-partner-title {
                font-size: 24px;
            }

            .fpcb-contact-button,
            .fpcb-cta-button {
                padding: 12px 25px;
                font-size: 15px;
            }/* End custom CSS */