a {
text-decoration: none !important;
}

a, p, li, ul, div {
font-size: 17px !important;
}

.s3 {
text-align: justify !important;
}

/*HEADER*/ 

.site-header {
		background: white;
    height: 55px;
    position: sticky;
    padding: 0;
    display: flex;
    justify-content: center;
    top: 0;
    max-width: 100% !important;
    width: 100%;
    align-items: center;
}

.primary-navigation {
margin: 0 !important;
}

.logo img {
width: 280px;
}

.topheader {
		    height: 100px;
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.icon p {
display: flex;
    align-items: center;		
}

i {
    padding: 5px;
		margin-right: 10px;
}

.has-purple-background-color[class] {
   background: linear-gradient(0deg, #ffffff 0%, #ffffff4a 35%, #ffffff 100%) !important; 
}


/*COUNT*/

.container {
 text-align: center;
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    max-width: 100% !important;
}

.running-numbers {
 font-size: 50px;
    font-weight: bold;
    color: #1900ff;
}

.containnumb {
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    color: white;
    margin: 20px;
}

.containnumb p {
color: black !important;
}

/*TEST*/ 

.wrapper {
  height: 300px; /* Высота контейнера для прокрутки */
  overflow-y: scroll; /* Включаем вертикальную прокрутку */
}

.counter {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px; /* Отступ сверху для активации */
  position: relative;
}

.numbers {
  font-size: 24px;
  margin-left: 20px; /* Отступ между изображением и числом */
}

/*CONTFORM*/

.formhead {
    max-width: 100% !important;
    width: 100%;
    display: flex;
    flex-direction: row;
		justify-content: center;
}

.formhead .wpcf7-form {
		display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
}

.one p label span input {
		width: 300px !important;
    height: 40px !important;
    border: solid 2px #1900ff !important;
}

.thre p label span textarea {
	width: 300px !important;
    height: 150px !important;
    border: solid 2px #1900ff !important;	
}

.two p input {
width: 150px !important;
    height: 40px !important;
    padding: 0 !important;
    background: white !important;
    border: solid 2px #1900ff !important;
    color: black !important;
}

/*ENTRY HEADER*/

.entr {
background: url(https://sb-metallika.by/wp-content/uploads/2024/05/a6f661040fa2517022ae095c513419d5.jpg);
		    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
}

.entry-header {
    margin: 0 !important;
    padding: 0 !important;
		width: 100%;
    max-width: 100% !important;
		    border: none !important;
}

.entrfon {
    background: linear-gradient(0deg, #ffffff 0%, #ffffff4a 35%, #ffffff 100%) !important;
		padding: 110px;
}

.entry-title {
    display: flex;
    justify-content: center;
		text-align: center;
}


/*FOOTER*/

#colophon {
margin: 0 !important;
		padding: 0 !important;
		max-width: 100% !important;
}

.widget-area {
    margin: 0 !important;
    border-top: solid 2px !important;
    max-width: 100% !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.widget-area section figure img {
width: 350px;
}

aside section {
width: auto !important;}



.lmk-section {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.lmk-title {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 50px;
    color: #333;
}

.lmk-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.lmk-item {
    padding: 30px;
    background: #f9f9f9;
    border-radius: 10px;
    transition: transform 0.3s;
    display: flex;
    align-items: start;
}

.lmk-item:hover {
    transform: translateY(-5px);
}

.lmk-icon {
    font-size: 40px;
    color: #2196F3;
    margin-right: 20px;
    flex-shrink: 0;
}

.lmk-content h3 {
    margin-top: 0;
    color: #444;
    font-size: 1.3em;
}

.lmk-content p {
    color: #666;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .lmk-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .lmk-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
}






.works-section {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.works-title {
    text-align: center;
    font-size: 2.3em;
    margin-bottom: 40px;
    color: #222;
}

.works-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

.work-item {
    padding: 25px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    display: flex;
    align-items: start;
}

.work-icon {
    font-size: 35px;
    color: #e74c3c;
    margin-right: 20px;
    flex-shrink: 0;
}

.work-content h3 {
    margin: 0 0 10px 0;
    color: #333;
    font-size: 1.2em;
}

.important-note {
    background: #fff9e6;
    border-left: 4px solid #f1c40f;
    padding: 25px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.important-icon {
    font-size: 28px;
    color: #2196F3;
    margin-right: 20px;
}

@media (max-width: 768px) {
    .work-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .work-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .important-note {
        flex-direction: column;
        text-align: center;
    }
    
    .important-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
}








        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        /* Стили для параллакс-секций */
        .parallax {
            position: relative;
            background-attachment: fixed;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            min-height: 500px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }
        
        .parallax-overlay {
            background-color: rgba(0, 0, 0, 0.6);
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }
        
        .parallax-content {
            position: relative;
            z-index: 2;
            color: white;
            text-align: center;
            padding: 20px;
            max-width: 800px;
        }
        
        .parallax-content h1 {
            font-size: 3rem;
            margin-bottom: 20px;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
        }
        
        .parallax-content p {
            font-size: 1.2rem;
            margin-bottom: 30px;
        }
        
        /* Секции с контентом */
        section {
            padding: 20px 0;
						width: 100%;
        }
        
        section:nth-child(even) {
            background-color: var(--light-gray);
        }
        
        .section-header {
            text-align: center;
            margin-bottom: 60px;
        }
        
        .section-header h2 {
            font-size: 2.5rem;
            color: var(--primary);
            margin-bottom: 20px;
            position: relative;
            display: inline-block;
        }
        
        .section-header h2::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: var(--primary);
        }
        
        .section-header p {
            max-width: 700px;
            margin: 20px auto 0;
            color: var(--secondary);
            font-size: 1.1rem;
        }
        
        /* Сетка преимуществ */
        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 40px;
            margin-top: 40px;
        }
        
        .benefit-card {
            background: var(--light);
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease;
            text-align: center;
        }
        
        .benefit-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
        
        .benefit-icon {
            font-size: 3rem;
            color: var(--primary);
            margin-bottom: 20px;
        }
        
        .benefit-card h3 {
            font-size: 1.5rem;
            margin-bottom: 15px;
            color: var(--dark);
        }
        
        /* Особенности */
        .features-container {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            margin-top: 40px;
        }
        
        .feature-image {
            flex: 1;
            min-width: 300px;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
        
        .feature-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .feature-image:hover img {
            transform: scale(1.05);
        }
        
        .feature-list {
            flex: 1;
            min-width: 300px;
        }
        
        .feature-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 30px;
        }
        
        .feature-icon {
            font-size: 1.8rem;
            color: var(--primary);
            min-width: 50px;
            margin-right: 20px;
        }
        
        .feature-text h3 {
            font-size: 1.3rem;
            margin-bottom: 10px;
            color: var(--dark);
        }
        
        /* Примеры использования */
        .usage-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }
        
        .usage-card {
            background: var(--light);
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
        }
        
        .usage-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
        
        .usage-card img {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }
        
        .usage-content {
            padding: 25px;
        }
        
        .usage-content h3 {
            font-size: 1.4rem;
            margin-bottom: 15px;
            color: var(--primary);
        }
        
        /* Форма */
        .form-section {
            background: linear-gradient(135deg, rgba(25, 0, 255, 0.05) 0%, rgba(255, 255, 255, 1) 100%);
            border-radius: 15px;
            padding: 60px;
            margin: 60px 0;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        }
        
        .form-container {
            display: flex;
            flex-wrap: wrap;
            gap: 40px;
        }
        
        .form-content {
            flex: 1;
            min-width: 300px;
        }
        
        .form-content h3 {
            font-size: 2rem;
            color: var(--primary);
            margin-bottom: 20px;
        }
        
        .form-content p {
            margin-bottom: 20px;
            font-size: 1.1rem;
        }
        
        .benefit-list {
            margin: 20px 0 30px;
            padding-left: 20px;
        }
        
        .benefit-list li {
            margin-bottom: 10px;
            position: relative;
            padding-left: 25px;
        }
        
        .benefit-list li::before {
            content: '\f00c';
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            position: absolute;
            left: 0;
            color: var(--primary);
        }
        
        .form-wrapper {
            flex: 1;
            min-width: 300px;
            background: var(--light);
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        }
        
        /* Галерея */
        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
            margin-top: 40px;
        }
        
        .gallery-item {
            border-radius: 10px;
            overflow: hidden;
            height: 300px;
            position: relative;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .gallery-item:hover img {
            transform: scale(1.1);
        }
        
        .gallery-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(25, 0, 255, 0.3);
            opacity: 0;
            transition: opacity 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .gallery-item:hover .gallery-overlay {
            opacity: 1;
        }
        
        .gallery-overlay i {
            color: white;
            font-size: 2.5rem;
        }
        
        /* Кнопка */
        .btn {
            display: inline-block;
            background: var(--primary);
            color: white;
            padding: 15px 35px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            border: 2px solid var(--primary);
            text-align: center;
            cursor: pointer;
        }
        
        .btn:hover {
            background: transparent;
            color: var(--primary);
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(25, 0, 255, 0.2);
        }
        
        .btn-outline {
            background: transparent;
            color: var(--primary);
        }
        
        .btn-outline:hover {
            background: var(--primary);
            color: white;
        }
        
        /* Цены */
        .price-section {
            text-align: center;
            max-width: 800px;
            margin: 0 auto;
        }
        
        .price-section p {
            margin-bottom: 20px;
            font-size: 1.1rem;
        }
        
        /* Заключение */
        .conclusion {
            text-align: center;
            max-width: 800px;
            margin: 0 auto;
            font-size: 1.1rem;
        }
        
        .conclusion p {
            margin-bottom: 20px;
        }
        
        /* Адаптивность */
        @media (max-width: 768px) {
            .parallax-content h1 {
                font-size: 2rem;
            }
            
            .section-header h2 {
                font-size: 2rem;
            }
            
            .form-section {
                padding: 30px;
            }
        }


        /* Новые стили для аккордеона */
        .accordion {
            margin-top: 30px;
        }
        
        .accordion-item {
            background: var(--light);
            border-radius: 10px;
            margin-bottom: 15px;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
            overflow: hidden;
        }
        
        .accordion-header {
            padding: 20px 25px;
            font-size: 1.2rem;
            font-weight: 600;
            color: var(--dark);
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: var(--light-gray);
        }
        
        .accordion-header i {
            transition: transform 0.3s ease;
        }
        
        .accordion-item.active .accordion-header i {
            transform: rotate(180deg);
        }
        
        .accordion-content {
            padding: 0 25px;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease, padding 0.3s ease;
        }
        
        .accordion-item.active .accordion-content {
            padding: 20px 25px;
            max-height: 1000px;
        }
        
        /* Новые стили для шагов технологии */
        .tech-steps {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            margin-top: 40px;
            counter-reset: step-counter;
        }
        
        .tech-step {
            flex: 1;
            min-width: 250px;
            background: var(--light);
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            position: relative;
            padding-left: 80px;
        }
        
        .tech-step::before {
            counter-increment: step-counter;
            content: counter(step-counter);
            position: absolute;
            left: 20px;
            top: 30px;
            width: 40px;
            height: 40px;
            background: var(--primary);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            font-weight: bold;
        }
        
        .tech-step h3 {
            font-size: 1.4rem;
            margin-bottom: 15px;
            color: var(--primary);
        }