.desc {
	position: relative;
	z-index: 1;
}
.head-desc {
	display: flex;
    flex-direction: column;
    padding: 20px 0;
}
.head-desc-top {
	display: flex;
    align-items: center;
    width: 100%;
    gap: 30px;
	justify-content: space-between;
}
.logo-h {
	width: 30%;
}
.head-soc {
	width: 25%;
}
.head-phone {
	width: 20%;
}
.head-button {
	width: 25%;
}

.button-call {
	background: #ed570a;
    color: #ffffff;
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
	transition: 0.3s;
}
.button-call:hover {
	background: #f4623a;	
}
.hh-phone {
	color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
}
.hh-phone:hover {
    color: #c5c5c5;
    font-size: 22px;
    text-decoration: underline;
}
.time-work {
	font-size: 16px;
    text-decoration: underline;
    color: #cbcbcb;
}
.tg-icon {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    width: 46px;
    background: #1e87e3;
    padding: 8px;
    border-radius: 2px;
}
.max-icon {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    width: 46px;
    background: linear-gradient(45deg, #37aff2, #374ce4, #a970fe);
    padding: 8px;
    border-radius: 2px;
}
.max-icon:hover, .tg-icon:hover {
	transform: scale(1.05);
	transition: 0.3s;
}

.menu-desc {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style: none;
    border-top: 1px solid #ffffff5c;
    border-bottom: 1px solid #ffffff52;
    padding: 0px 30px;
	position: relative;
}
.menu-desc li {
	padding: 10px 0;
}
.menu-desc li a {
	color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
	transition: 0.3s;	
}
.menu-desc li a:hover {
	color: #b7b7b7;
	text-decoration: underline;
}
.menu-desc .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 0;
    background: #363636;
    padding: 20px;
    z-index: 11111;
}
.menu-desc .sub-menu li {
    padding: 5px 0;
}
.menu-desc li:hover > .sub-menu {
    display: block;
}
.menu-desc .sub-menu .sub-menu {
    top: 0;
    left: 100%;
}
.button {
	background: #00437a;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 60px;
    border-radius: 5px;
    font-size: 20px;
}
.head-soc {
	display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
	justify-content: flex-end;
}
.head-soc img {
	width: 36px;
}
.head-phone {
	display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;

}
.h-phone {
	font-size: 20px;
    font-weight: 700;
    color: #ed570a;
}
.h-callb {
	color: #00437a;
    font-weight: 500;
    font-size: 15px;
    text-decoration: underline;
}
.head-phone span {
	font-size: 14px;
    color: #4e4e4e;
}
.head-adress {
	display: flex;
    align-items: center;
    flex-direction: row;
}
.head-adress svg {
	height: 34px;
    width: 34px;
    margin-right: 10px;
}
.ad-txt {
	font-size: 14px;
    font-weight: 500;
    color: #333333;
}
.intro {
	background-image: url(/wp-content/uploads/2026/03/5763.jpg);
    min-height: 700px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
	margin-top: -200px;
}
.intro::before {
	content: "";
	background: #0000007a;
    height: 700px;
    width: 100%;
    position: absolute;
}
.intro-block {
	width: 700px;
    position: relative;
	padding-bottom: 70px;
}
.intro-t h1 {
	font-size: 64px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    line-height: 1;
}
.intro-sub {
	font-size: 18px;
    color: #ffffff;
    line-height: 1;
    margin: 20px 0;
}
.price-button {
	display: flex;
    justify-content: center;
}
.button-intro {
	background: #ed570a;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    height: 60px;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
	transition: 0.3s;
}
.button-intro:hover {
	background: #f4623a;	
}

.wrap {
	padding: 50px 0;
    position: relative;
}
.title-h2 span {
	color: #ed570a;
}
.title-h2 {
	font-size: 54px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    margin: 20px 0;
    color: #00437a;
}
.about-cont {
	display: grid;
    grid-template-columns: 1fr 400px;
    gap: 50px;
}
.about-block {
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 30px 0;
}
.about-item {
	background: #f5f5f5;
    padding: 40px;
}
.about-item h3 {
	font-size: 20px;
    text-transform: uppercase;
    font-weight: 600
}
.about-item p {
	margin-top: 10px;
    font-size: 16px;
    color: #333333;
    font-weight: 500;
}
.about-item svg {
	height: 64px;
    width: 64px;
    fill: #ed570a;
}
.why-left p, .prod-txt {
	font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 1.1;
}
.why-right {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
   padding-top: 50px;
    gap: 50px;
}
.why-item {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.why-item h3 {
	margin: 15px 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
}
.why-item p {
	font-size: 16px;
    color: #333333;
    font-weight: 500;
    line-height: 1;
}
.slider-container {
    position: relative;
    width: 100%;
    max-width: 1600px;
    height: 700px;
    overflow: hidden;
    margin: 0 auto;
}
.slider-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
    height: 100%;
}
.slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* Активный слайд */
        .slide.active {
            opacity: 1;
            visibility: visible;
        }
@keyframes slideUp {
            to {
                transform: translateY(0);
            }
        }
        .slide::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.4);
            z-index: 1;
        }
        .slide-content {
            position: relative;
            z-index: 2;
            text-align: center;
            color: white;
            max-width: 80%;
            padding: 20px;
        }
        .slide-content p {
            font-size: 54px;
    line-height: 1.1;
    font-weight: 400;
        }
        .nav-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255,255,255,0.3);
            color: white;
            border: none;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            font-size: 24px;
            cursor: pointer;
            z-index: 10;
            backdrop-filter: blur(5px);
            transition: background 0.3s;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .nav-btn:hover {
            background: rgba(255,255,255,0.6);
            color: #333;
        }
        .prev {
            left: 20px;
        }
        .next {
            right: 20px;
        }
        .dots-container {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 12px;
            z-index: 10;
        }

        .dot {
            width: 12px;
            height: 12px;
            background: rgba(255,255,255,0.5);
            border-radius: 50%;
            cursor: pointer;
            transition: background 0.3s, transform 0.2s;
        }

        .dot.active {
            background: white;
            transform: scale(1.2);
        }

footer {
	background: #333333;
    padding: 50px 0;
}
.footer-block {
	display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
	justify-content: space-between;
}
.footer-copy {
	width: 33%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}
.copy-txt {
	font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}
.footer-phone {
	display: flex;
    flex-direction: column;
    align-items: flex-end;
	width: 37%;
}
.footer-button {
	width: 30%;
}
.foot-ph {
	font-size: 26px;
    font-weight: 600;
    color: #ffffff;
	transition: 0.3s;
}
.foot-ph:hover {
	text-decoration: underline;
    color: #ed570a;
}
.foot-mail {
	font-size: 22px;
    color: #ffffff;
	transition: 0.3s;
}
.foot-mail:hover {
	text-decoration: underline;
    color: #ed570a;
}
.footer-call {
	background: #ed570a;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    transition: 0.3s;
}

.subs {
	font-size: 28px;
    font-weight: 600;
	margin-bottom: 10px;
	position: relative;
}
.subs::before {
	content: "";
    position: absolute;
    width: 50px;
    height: 4px;
    background: #ed570a;
    bottom: -2px;

	
}
.company-name {
	font-size: 34px;
    font-weight: 700;
    color: #ed570a;
	margin-bottom: 20px;
}
.company-subs {
	font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.comp-adress {
	font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}
.company-cont {
	display: flex;
    flex-direction: row;
    gap: 100px;
    margin-top: 60px;
}
.rekv-comp {
	margin-top: 60px;
}
.rekv-block {
	display: flex;
    flex-direction: row;
    gap: 100px;
    margin-top: 20px;
    margin-bottom: 50px;
}
.banner {
	height: 450px;
    background-size: cover;
    background-position: center;
    margin-top: -200px;
    padding-top: 120px;
	display: flex;
    align-items: flex-end;
    justify-content: flex-start;
	position: relative;
}
.banner::before {
	content: "";
	background: #0000007a;
    height: 100%;
    width: 100%;
    position: absolute;
}
.banner-block {
	padding-bottom: 50px;
    position: relative;
}
.banner-block h1 {
	font-size: 64px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    line-height: 1;
}
.bread a {
	color: #ffffff;
    font-size: 18px;
}
.bread span {
	color: #ffffff;
    font-size: 18px;
}
.bread {
	margin-top: 30px;
}
.page-block {
	width: 1000px;
    margin: 0 auto;
}
.page-block h2 {
	font-size: 38px;
    font-weight: 500;
    margin-bottom: 20px;
}
.page-block h4 {
	margin: 20px 0;
    font-size: 24px;
    font-weight: 500;
}
th, td {
	text-align: left;
    padding: 15px 10px;
    border: 1px solid #aeaeae;
}
table {
	width: 100%;
	margin-bottom: 60px;
}
thead tr {
	background: #ed570a;
    color: #ffffff;
}
.uniqTabs__wrapper {
    max-width: 100%;
}
.uniqTabs__buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
}
.uniqTabs__button {
    padding: 20px 50px;
    font-size: 20px;
    font-weight: 500;
    border: none;
    background: none;
    cursor: pointer;
    color: #ffffff;
    transition: all 0.2s ease;
    position: relative;
    background-color: #323232;
    text-transform: uppercase;
}
.uniqTabs__button:hover {
    color: #ffffff;
    background-color: #ed570a;
    transform: translateY(-2px);
}
.uniqTabs__button--active {
    color: #ffffff;
    background-color: #ed570a;
    transform: translateY(-2px);
}
.uniqTabs__content {
    display: none;
}
.uniqTabs__content--active {
    display: block;
}
.uniqTabs__content h3 {
    margin-top: 0;
    color: #2c3e50;
    font-size: 1.3rem;
}
.uniqTabs__content p {
    margin-bottom: 0;
}
.uniqTabs__list {
    padding-left: 20px;
}
.uniqTabs__list li {
    margin-bottom: 6px;
}
.tabs-grid {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
	margin-top: 30px;
}
.docs-item {
	display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    border: 1px solid #aeaeae;
}
.pdf-file img {
	height: 64px;
}
.docs-item h4 {
	font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 1;
}


.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 100;
    margin-left: auto;
}

.mobile-menu-toggle span {
    width: 100%;
    height: 3px;
    background-color: #fff;
    transition: all 0.3s ease;
    border-radius: 2px;
}

/* Анимация для активной кнопки-бургера */
.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

/* Оверлей (затемнение фона) */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Контейнер с меню (выезжает справа) */
.mobile-menu-container {
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    height: 100%;
    background-color: #fff;
    z-index: 999;
    transition: right 0.3s ease;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.mobile-menu-container.active {
    right: 0;
}

/* Кнопка закрытия */
.mobile-menu-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    background: transparent;
    border: none;
    font-size: 32px;
    cursor: pointer;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease;
}

.mobile-menu-close:hover {
    color: #007cba;
}

/* Логотип в мобильном меню */
.mobile-logo {
    text-align: center;
    padding: 40px 0 20px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.mobile-logo img {
    max-width: 180px;
    height: auto;
}

/* Стили для мобильного меню */
.mobile-nav {
    margin-bottom: 30px;
}

.mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu-list li {
    margin: 0;
    border-bottom: 1px solid #eee;
}

.mobile-menu-list a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    color: #080808;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s ease, padding-left 0.3s ease;
    text-transform: uppercase;
}

.mobile-menu-list a:hover {
    color: #007cba;
    padding-left: 5px;
}

/* Контакты в мобильном меню */
.mobile-contacts {
    margin-top: auto;
}

.mobile-phone {
    margin-bottom: 20px;
}

.mobile-phone-link {
    display: block;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    color: #060606;
    margin-bottom: 5px;
}

.mobile-work-time {
    font-size: 15px;
    color: #333333;
}

.mobile-button {
    margin-bottom: 20px;
}

.mobile-call-button {
    display: flex;
    padding: 15px 24px;
    background-color: #ed570a;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.3s ease;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.mobile-call-button:hover {
    background-color: #f4623a;
}

/* Соцсети в мобильном меню */
.mobile-soc {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px 0;
}

.mobile-max-icon img,
.mobile-tg-icon img {
    width: 32px;
    height: 32px;
    transition: transform 0.3s ease;
}

.mobile-max-icon:hover img,
.mobile-tg-icon:hover img {
    transform: scale(1.1);
}

/* ========== АДАПТИВНОСТЬ ========== */

@media (max-width: 1100px) {
    /* Скрываем десктопные элементы */
    .head-soc,
    .head-phone,
    .head-button,
    .head-desc-bottom {
        display: none;
    }
    
    /* Показываем кнопку-бургер */
    .mobile-menu-toggle {
        display: flex;
    }
    
    /* Адаптируем шапку для мобильных */
    .head-desc-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
    }
    
    .logo-h {
        flex-shrink: 0;
    }
    
    .logo-h img {
        max-width: 180px;
        height: auto;
    }
    
    /* Блокируем прокрутку страницы когда меню открыто */
    body.menu-open {
        overflow: hidden;
    }
	.logo-h a {
		display: flex;
	}
}

/* Для очень маленьких экранов */
@media (max-width: 480px) {
    .mobile-menu-container {
        width: 100%;
        right: -100%;
    }
    
    .logo-h img {
        max-width: 180px;
    }
}

.custom-modal-trigger {
    cursor: pointer;
    display: inline-block;
}
.custom-modal-window {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.custom-modal-window.custom-modal-active {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}
.custom-modal-content {
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    max-width: 90%;
    width: 450px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    transform: scale(0.7);
    transition: transform 0.3s ease;
}
.custom-modal-window.custom-modal-active .custom-modal-content {
    transform: scale(1);
}
.custom-modal-header {
    padding: 20px 20px 10px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.custom-modal-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: #333;
}
.custom-modal-close {
    cursor: pointer;
    font-size: 40px;
    font-weight: 400;
    color: #121212;
    transition: color 0.2s ease;
    background: none;
    border: none;
    line-height: 1;
    position: absolute;
    right: 9px;
    top: 5px;
}
.custom-modal-close:hover {
    color: #333;
}
.custom-modal-body {
    padding: 20px;
    color: #666;
    line-height: 1.6;
}
.custom-modal-footer {
    padding: 15px 20px 20px;
    border-top: 1px solid #eee;
    text-align: right;
}
.custom-modal-button {
    padding: 8px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.2s ease;
}
.custom-modal-button-primary {
    background-color: #0073aa;
    color: #fff;
}
.custom-modal-button-primary:hover {
    background-color: #005a87;
}
.custom-modal-button-secondary {
    background-color: #f1f1f1;
    color: #333;
    margin-right: 10px;
}
.custom-modal-button-secondary:hover {
    background-color: #e1e1e1;
}
.custom-modal-window.custom-modal-closing {
    opacity: 0;
}

.custom-modal-window.custom-modal-closing .custom-modal-content {
    transform: scale(0.7);
}
@media (max-width: 768px) {
    .custom-modal-content {
        width: 95%;
        margin: 20px;
    }
    
    .custom-modal-title {
        font-size: 18px;
    }
    
    .custom-modal-body {
        padding: 15px;
        font-size: 14px;
    }
}
.form-call {
	padding: 40px;
}
.form-title {
	font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.form-call-block {
	display: flex;
    flex-direction: column;
    gap: 15px;
}
.form-call-block .form-name {
	padding: 12px 20px;
    width: 100%;
    font-size: 18px;
    font-family: 'Jost';
    border: 1px solid #aeaeae;
}
.form-call-block .form-button {
	background: #ed570a;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    height: 52px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Jost';
}
.form-call-block .form-textera {
	width: 100%;
    height: 100px;
    padding: 15px 20px;
    font-family: 'Jost';
    font-size: 18px;
    border: 1px solid #aeaeae;
}
.form-call-block .wpcf7-spinner {
    display: none !important;
}
.form-call-block .wpcf7-list-item {
    display: inline-block;
    margin: 0;
}
.video-wrapper {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.video-preview {
    width: 100%;
    height: 300px;
    display: block;
    transition: transform 0.3s ease;
    object-fit: contain;
    border: 1px solid #aeaeae;
}


.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    transition: all 0.3s ease;
    pointer-events: none; 
}

.play-button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent white;
}

.video-wrapper:hover .play-button {
    background: #ed570a;
    transform: translate(-50%, -50%) scale(1.1);
}

/* Адаптив для мобильных */
@media (max-width: 768px) {
    .play-button {
        width: 50px;
        height: 50px;
    }
    
    .play-button::after {
        border-width: 10px 0 10px 16px;
    }
}

.product-categories {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 40px;
}
.product-category {
	padding: 30px;
    border: 1px solid #aeaeae;
	height: 430px;
}
.category-image {
	text-align: center;
    height: 300px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.category-image img {
	height: 200px;
}
.category-name {
	text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
	color: #0e0e0e;
}
.product-categories a:hover img {
	transform: scale(1.05);
	transition: 0.5s;
}
.product-categories a:hover .category-name {
	color: #ed570a;
}
.price-button-catalog {
	margin-top: 40px;
    display: flex;
    justify-content: center;
}
.call-block {
	padding: 50px;
    background: url(/wp-content/uploads/2026/03/2151896728.jpg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
	position: relative;
}
.call-block::before {
    content: "";
    background: #0000007a;
    height: 100%;
    width: 100%;
    position: absolute;
}
.call-title {
	font-size: 48px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
	z-index: 1;
}
.sub-call-txt {
	font-size: 24px;
    width: 50%;
    text-align: center;
    line-height: 1.1;
    color: #ffffff;
	z-index: 1;
}
.call-block-button {
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 40px;
	z-index: 1;
}
.news-grid {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}
.news-item {
	padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.news-item h3 a {
	font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    color: #161616;
    text-decoration: underline;
	text-align: center;
}
.news-item h3 a:hover {
	color: #ed570a;
}
.news-item h3 {
	text-align: center;
}
.news-item time {
	color: #ed570a;
    text-decoration: underline;
    font-size: 16px;
}
.news-item p {
	text-align: center;
    font-size: 18px;
    line-height: 1.2;
    color: #333;
}
.post-news-img {
	display: flex;
    justify-content: center;
}
.post-news-time {
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin: 20px 0;
    font-size: 18px;
    color: #ed570a;
}
.post-news-content p {
	font-size: 18px;
    line-height: 1.2;
    color: #333333;
    margin-bottom: 15px;
}
.news-img img {
	height: 300px;
}
.maps-project {
	font-size: 18px;
    color: #ed570a;
    font-weight: 500;
}
.project__tit {
	font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 20px 0;
}
.project-gallery-slider {
    position: relative;
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
}
.project-gallery-slider .swiper-slide {
    height: auto;
    cursor: pointer;
}
.project-gallery-slider .swiper-slide a {
    display: block;
    overflow: hidden;
    transition: transform 0.3s ease;
}
.project-gallery-slider .swiper-slide img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}
.project-gallery-slider .swiper-button-next,
.project-gallery-slider .swiper-button-prev {
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: background 0.3s ease;
}
.project-gallery-slider .swiper-button-next:hover,
.project-gallery-slider .swiper-button-prev:hover {
    background: rgba(255, 255, 255, 0.6);
    color: #333;
}
.project-gallery-slider .swiper-button-next:after,
.project-gallery-slider .swiper-button-prev:after {
    font-size: 18px;
    font-weight: 700;
}
.project-gallery-slider .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.7;
}
.project-gallery-slider .swiper-pagination-bullet-active {
    background: #007aff;
    opacity: 1;
}
@media (max-width: 768px) {
    .project-gallery-slider .swiper-slide img {
        height: 200px;
    }
    
    .project-gallery-slider .swiper-button-next,
    .project-gallery-slider .swiper-button-prev {
        width: 30px;
        height: 30px;
    }
    
    .project-gallery-slider .swiper-button-next:after,
    .project-gallery-slider .swiper-button-prev:after {
        font-size: 14px;
    }
}
.about-sub {
	font-size: 30px;
    margin-bottom: 40px;
    width: 60%;
}
.partner-block {
	display: flex;
    flex-direction: row;
    gap: 120px;
    align-items: flex-start;
}
.partner-form, .partner-contact {
	width: 50%;
}
.partner-form .form-call {
    padding: 0px;
}
.partner-soc {
	display: flex;
    flex-direction: row;
    gap: 15px;
    margin-top: 20px;
}
.product-block {
	display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: center;
}
.product-img, .product-har {
	width: 50%;
}
.product-img {
	display: flex;
    align-items: center;
    justify-content: center;
}
.prod-har-item img {
	width: 40px;
    height: 40px;
}
.cls-2 {
	fill: #ed570a;
}
.cls-1 {
	fill: transparent;
}
.prod-har-item {
	display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}
.prod-har-item p {
	font-size: 18px;
    line-height: 1.1;
    color: #0e0e0e;
}
.prod-zak {
	color: #ffffff;
    background: #ed570a;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    width: 320px;
	transition: 0.3s;
}
.prod-zak:hover {
    background: #f4623a;
}
.product-button {
	margin-top: 30px;
}
.product-sv {
	margin-top: 60px;
}
.prod-naz h3 {
	font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.prod-naz p {
	font-size: 18px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.product-instr h3 {
	font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.product-instr {
	margin-top: 50px;
}
.instr-block {
	display: flex;
    flex-direction: row;
    gap: 60px;
}
.instr-video {
	width: 40%;
}
.instr-txt {
	width: 60%;
}
.instr-txt p {
	font-size: 18px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.product-instr .instr-txt h3 {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.product-spec h3 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.product-spec {
	margin-top: 60px;
}
.product-tabs {
        width: 100%;
        margin: 80px 0;
    }
    .tab-headers {
    display: flex;
    gap: 15px;
    justify-content: center;
    }
    .tab-button {
        padding: 20px 50px;
    font-size: 20px;
    font-weight: 500;
    border: none;
    background: none;
    cursor: pointer;
    color: #ffffff;
    transition: all 0.2s ease;
    position: relative;
    background-color: #323232;
    text-transform: uppercase;
    }
    .tab-button:hover {
        color: #ffffff;
    background-color: #ed570a;
    transform: translateY(-2px);
    }
    .tab-button.active {
        color: #ffffff;
    background-color: #ed570a;
    transform: translateY(-2px);
    }
    .tab-contents {
        position: relative;
    }
    .tab-content {
        display: none;
        animation: fadeIn 0.3s ease;
    }
    .tab-content.active {
        display: block;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
.product-sp {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.product-sp-cat {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.product-sp a {
	border: 1px solid #aeaeae;
    padding: 20px;
}
.product-sp-cat .category-image {
    height: 200px;
}
.product-sp-cat .category-image img {
    height: 140px;
    object-fit: contain;
}
.product-sp-cat .category-name {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}
.product-grid {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
    margin-bottom: 70px;
}
.product-cat-item {
	display: flex;
    justify-content: center;
    padding: 30px;
    border: 1px solid #aeaeae;
	flex-direction: column;
	transition: 0.3s;
}
.product-cat-img img {
	height: 270px;
    object-fit: contain;
}
.product-cat-item h3 a {
	font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    color: #1e1e1e;
}
.product-cat-item h3 {
	text-align: center;
}
.product-cat-item:hover h3 a {
    text-decoration: underline;
    color: #ed570a;
}
.product-cat-item:hover .product-cat-img img {
	transform: scale(1.05);
	transition: 0.3s;
}
.product-sp-cat:hover h3 {
    text-decoration: underline;
    color: #ed570a;
}
.product-sp-cat:hover .category-image img {
	transform: scale(1.05);
	transition: 0.3s;
}
.price-txt {
	margin-top: 60px;
}
.prod-naz ul li {
	font-size: 18px;
    padding: 5px 0;
}