

/* Start:/bitrix/templates/zavod/css/style.css?176337265238911*/
	html {
		scroll-behavior: smooth;
	}
	body 
	{
		font-family: "Mulish", sans-serif;
		margin: 0;
		padding: 0;
		color: #272727;
		font-size: 16px;
	}
	
	a:hover {
		color: #53ad17;
	}
	
		.navbar-toggler {
            border: none;
            padding: 4px 8px;
        }

        .navbar-toggler:focus {
            box-shadow: none;
        }

        .navbar-toggler-icon {
            width: 24px;
            height: 24px;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        }

        .mobile-nav {
            background: rgba(0, 0, 0, 0.9);
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1000;
            display: none;
        }

        .mobile-nav.active {
            display: block;
        }

        .mobile-nav-content {
            padding: 80px 20px 20px;
        }

        .mobile-nav-link {
            display: block;
            color: white;
            font-size: 20px;
            padding: 15px 0;
            text-decoration: none;
            border-bottom: 1px solid rgba(255,255,255,0.1);
        }

        .close-mobile-menu {
            position: absolute;
            top: 20px;
            right: 20px;
            color: white;
            font-size: 30px;
            background: none;
            border: none;
            cursor: pointer;
        }
	

	.main-header {
		background: url('/bitrix/templates/zavod/css/../img/banner.png');
		background-size: cover;
		min-height: 744px;
		position: relative;
	}
	
	.header-overlay {
		background: rgba(0, 0, 0, 0.5);
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	
	.top-nav {		
		padding: 20px 0;
		position: relative;
		z-index: 100;
	}
	
	.nav-link {
		color: #fef2c6;
		font-weight: 500;
		margin: 0 40px;
		font-size: 20px;
	}
	
	.nav-link:hover {
		color: #53ad17;
	}
	
	.dropdown-menu {
		border: none;
		box-shadow: 0 5px 15px rgba(0,0,0,0.1);
		border-radius: 8px;
		padding: 10px 0;
	}
	
	.dropdown-item {
		padding: 8px 20px;
		font-size: 14px;
	}
	
	.dropdown-item:hover {
		background: #f8f9fa;
		color: #2c5aa0;
	}
	
	.telegram-badge {
		background: #0088cc;
		color: white;
		padding: 20px 15px;
		border-radius: 5px;
		text-decoration: none;
		font-size: 14px;
		font-weight: 500;
	}
	
	
	.header-content {
		position: relative;
		z-index: 10;
		color: white;
		padding-top: 70px;
	} 
	
	.logo-section {
		padding: 30px 0;
		position: relative;
		z-index: 10;
	}
	
	.logo {
		font-size: 36px;
		font-weight: bold;
		color: white;
		white-space: nowrap;
	}
	
	.logo-russian {
		color: white;
	}
	
	.logo-ferma {
		color: white;
		font-weight: 800;
	}
	
	.contact-column {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		justify-content: center;
	}
	
	.phone-number {
		font-size: 25px;
		font-weight: bold;
		color: #fde0c6;
		white-space: nowrap;
		margin-bottom: 5px;
		text-decoration: none;
	}
	
	.social-icons {
		margin-bottom: 8px;
	}
	
	.social-icon {
		color: white;
		font-size: 20px;
		margin-left: 12px;
		text-decoration: none;
		opacity: 0.9;
		transition: opacity 0.3s;
	}
	
	.social-icon:hover {
		opacity: 1;
		color: white;
	}
	
	.callback-btn {
		box-shadow: 0 13px 9px rgba(44, 111, 0, 0.29);
		filter: brightness(100%) contrast(100%); /* базовые настройки */
		background: #53ad17;
		color: white;
		padding: 15px 25px;
		border: none;
		border-radius: 40px;
		font-size: 24px;
		text-decoration: none;
		display: inline-block;
		transition: background 0.3s;
		white-space: nowrap;
	}
	
	.callback-btn:hover {
		background: #2c6f00;
		color: white;
	}
	
	.hero-title {	
		font-size: 42px;
		font-weight: 900;
		margin-bottom: 25px;
		line-height: 1.2;
		text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	}
	
	.hero-subtitle {
		font-size: 20px;
		line-height: 1.5;
		text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
		opacity: 0.95;
	}
	
	.btn-orange {
		background: #ff8a22;
		color: white;
		padding: 18px 40px;
		border: none;
		border-radius: 50px;
		font-size: 29px;
		font-weight: bold;
		text-decoration: none;
		display: inline-block;
		transition: background 0.3s;
		text-shadow: none;
		box-shadow: 0 8px 6px rgba(255, 138, 34, 0.25);
        transform: translateY(1px);
	}
	
	.btn-orange:hover {
		background: #d35400 ;
		color: white;
	}
	
	.telegram-btn-sm {
		background-color: #11aade;
		color: white;
		padding: 0.375rem 1.75rem;
		font-size: 0.875rem;
		border-radius: 1.375rem;
		text-decoration: none;
		display: inline-flex;
		align-items: center;
		gap: 8px;
		font-weight: 500;
		transition: background-color 0.15s ease-in-out;
		line-height: 1.2;
	}

	.telegram-btn-sm:hover {
		background-color: #0b5ed7;
		color: white;
		text-decoration: none;
	}

	.telegram-btn-text {
		text-align: left;
	}

	.telegram-icon {
		width: 60px;
		height: 45px;
		flex-shrink: 0;
	}

	.telegram-icon svg {
		width: 100%;
		height: 100%;
	}
	
	.advantage-item {
		padding: 25px;		
		border-radius: 10px;		
		transition: transform 0.3s ease;
		height: 100%;
	}

	.advantage-item:hover {
		transform: translateY(-5px);
	}

	.advantage-icon {
		flex-shrink: 0;
		max-width: 100px;
	}

	.advantage-title {
		font-weight: 900;
		margin-bottom: 10px;
		font-size: 28px;
	}

	.advantage-text {
		font-size: 23px;
		line-height: 1.5;
		margin: 0;
	}
	
	
	.industries-section {
		background: white;
	}

	.section-title {
		font-size: 42px;
		font-weight: 900;		
		padding-bottom: 15px;
	}

	.industry-icon {
		max-width: 140px;
	}

	.industry-item {
		padding: 0px 0;
	   
	}

	.industry-item:last-child {
		border-bottom: none;
	}

	.industry-content {
		padding: 0px;
	}

	.industry-title {
		font-size: 35px;
		font-weight: 900;
		color: #4b4b4b;
	}
	
	 /* Модальное окно формы */
        .modal-form {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.8);
            z-index: 10000;
            align-items: center;
            justify-content: center;
        }

        .modal-form.active {
            display: flex;
        }

        .modal-form-content {
            background: white;
            padding: 40px;
            border-radius: 15px;
            max-width: 500px;
            width: 90%;
            position: relative;
        }

        .close-modal {
            position: absolute;
            top: 15px;
            right: 15px;
            background: none;
            border: none;
            font-size: 24px;
            cursor: pointer;
            color: #666;
        }

        .form-title {
            font-size: 28px;
            font-weight: bold;
            margin-bottom: 20px;
            text-align: center;
        }

	.industry-list p {
		color: #4b4b4b;
		font-size: 27px;
		line-height: 1.2;
		margin-bottom: 8px;
	}

	.btn-industry {
		background: #ff8a22;
		color: white;
		padding: 12px 30px;
		border: none;
		border-radius: 25px;
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
		display: inline-block;
		transition: all 0.3s ease;
	}

	.btn-industry:hover {
		background: #d35400;
		color: white;
		transform: translateY(-2px);
		box-shadow: 0 5px 15px rgba(39, 174, 96, 0.3);
	}
	
	
	.equipment-tabs .nav-link {
		color: #0f9ccc;
		font-style: italic;
		font-weight: 500;
		padding: 12px 30px;
		border: none;
		background: none;
		font-size: 29px;
	}
	
	.equipment-tabs .nav-link span {
		border-bottom: 1px dashed;
	}
	
	
	.equipment-tabs .nav-link.active {
		background: #ececec;
		color: #0f9ccc;
		border-radius: 20px;
	}

	.equipment-tabs .nav-link:hover {
		color: #ff8a22;
	}
	
	.equipment-tabs .nav-link.active span {
		border-bottom: 0px dashed;
	}
	
	.nav-tabs {
		border: 0;
		padding: 0;
	}
	.nav-tabs .nav-link {
		margin: 0;
	}
	
	.filter-top {
		
	}

	.filter-buttons {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	.filter-btn {
		background: #f8f9fa;
		border: 2px solid #e9ecef;
		color: #666;
		padding: 8px 16px;
		border-radius: 25px;
		font-size: 26px;
		font-weight: 500;
		transition: all 0.3s;
		white-space: nowrap;
	}

	.filter-btn.active,
	.filter-btn:hover {
		background: #ff8a22;
		border-color: #ff8a22;
		color: white;
	}
	
	
	.gallery-item.hidden {
        display: none !important;
    }
    
    .gallery-item {
        display: block;
    }
	
	

	/* Карточки товаров */
	.equipment-card {
		background: white;
		padding: 30px 20px 50px;
		border-radius: 10px;
		box-shadow: 0 2px 10px rgba(0,0,0,0.1);
		height: 100%;
		display: flex;
		flex-direction: column;
		transition: transform 0.3s, box-shadow 0.3s;
	}

	.equipment-card:hover {
		transform: translateY(-5px);
		box-shadow: 0 5px 20px rgba(0,0,0,0.15);
	}

	.card-image-placeholder {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.equipment-title {
		font-size: 23px;
		font-weight: 400;
		color: #343434;
		margin-bottom: 20px;
		line-height: 1.4;
		flex-grow: 1;
	}

	.equipment-price {
		font-size: 30px;
		font-weight: 900;
		text-align: center;		
		margin-bottom: 15px;
	}

	.btn-add-to-calc {
		background: #53ad17;
		color: white;
		border: none;
		padding: 10px;
		font-weight: 500;
		transition: background 0.3s;
		border-radius: 25px;
		font-size: 24px;
		box-shadow: 0 13px 9px rgba(44, 111, 0, 0.29);
		transition: all 0.3s ease;
	}

	.btn-add-to-calc:hover {
		background: #2c6f00;
		color: white;
		box-shadow: 0 15px 11px rgba(44, 111, 0, 0.35);
		transform: translateY(-1px);
	}
	.btn-add-to-calc:active {
		box-shadow: 0 8px 6px rgba(44, 111, 0, 0.25);
		transform: translateY(1px);
	}
	.btn-load-more {
		background: #ff8a22;
		color: #fff;
		border-radius: 25px;
		padding: 10px 45px;
		font-weight: 500;
		transition: all 0.3s;
	}

	.btn-load-more:hover {
		background: #ff8a22;
		color: white;
	}

	.equipment-item {
		display: block;
	}

	.equipment-item.hidden {
		display: none;
	}
	
	.order-equipment-section {    
		background-size: cover;
	}

	.order-equipment-card {
		background: url('/bitrix/templates/zavod/css/../img/formazakaza.jpg') no-repeat 100% 0;
		border-radius: 15px;
		box-shadow: 0 20px 40px rgba(0,0,0,0.1);
		overflow: hidden;
		padding: 40px;
		border: 1px solid #d1b59f;
	}

	.order-equipment-header {
		padding-bottom: 20px;
		
		margin-bottom: 30px;
	}

	.order-equipment-title {
		font-size: 42px;
		font-weight: bold;
		color: #333;
		margin-bottom: 10px;
	}

	.order-equipment-subtitle {
		color: #666;
		font-size: 30px;
		margin: 0;
	}

	.order-equipment-form {
		padding-right: 30px;
	}

	.equipment-form-control {
		border-radius: 8px;
		padding: 12px 15px;
		font-size: 28px;
		transition: all 0.3s ease;
		width: 100%;
		background-color: #f2f1dd;
		font-weight: bold;
	}
	
	.equipment-form-control:focus {
		border-color: #27ae60;
		box-shadow: 0 0 0 0.2rem rgba(39, 174, 96, 0.25);
	}

	.equipment-form-control::placeholder {
		color: #black;
	}

	.btn-equipment-submit {
		background: #53ad17;
		color: white;
		border: none;
		border-radius: 25px;
		padding: 15px 30px;
		font-size: 24px;
		width: 60%;
		box-shadow: 0 13px 9px rgba(44, 111, 0, 0.29);
		transition: all 0.3s ease;
	}
	
	.modal-form-content .btn-equipment-submit {
		width: 100%;
	}
	.btn-equipment-submit:hover {
		background: #2c6f00;
		box-shadow: 0 15px 11px rgba(44, 111, 0, 0.35);
		transform: translateY(-1px);
		color: white;
	}
	
	.btn-equipment-submit:active {
		box-shadow: 0 8px 6px rgba(44, 111, 0, 0.25);
		transform: translateY(1px);
	}

	.equipment-form-check {
		margin-top: 20px;
	}

	.equipment-form-check-label {
		font-size: 18px;
		color: #c4c4c4;
		line-height: 1.4;
	}

	.order-equipment-contacts {
		padding-left: 30px;
		
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.equipment-contacts-divider {
		text-align: center;
		margin-bottom: 30px;
		position: relative;
	}

	.equipment-contacts-divider:before {
	   
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		height: 1px;
		background: #ddd;
	}

	.equipment-contacts-divider span {
		/*background: white;*/
		padding: 0 15px;
		color: #666;
		font-size: 14px;
	}

	.equipment-contacts-title {
		font-size: 20px;
		font-weight: bold;
		color: #333;
		margin-bottom: 15px;
	}

	.equipment-contacts-text {
		color: #666;
		line-height: 1.5;
		margin-bottom: 25px;
		font-size: 21px;
	}

	.telegram-link {
		color: #0088cc;
		text-decoration: underline;
		font-weight: 500;
	}

	.telegram-link:hover {
		color: #0077b5;
		text-decoration: none;
	}

	.equipment-phone-number {
		font-size: 35px;
		color: #ff8a22;
		margin-bottom: 0;
		text-align: center;
	}
	
	.capabilities-title {
		font-size: 32px;
		font-weight: bold;
		color: #333;		
		padding-bottom: 15px;
	}

	.capability-item {
		padding: 20px;		
		border-radius: 15px;		
		transition: transform 0.3s ease;
		height: 100%;
		min-height: 140px;
	}

	.capability-item:hover {
		transform: translateY(-5px);
	}

	.capability-icon {
		flex-shrink: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.text-circle {
		position: relative;	
		margin-left: 20px;		
	}
	
	.text-circle:before {
		content: "";		
		background: #ffd7b5;
		border-radius: 50%;
		width: 180px;
		height: 180px;		
		padding: 20px;
		position: absolute;
		top: -40px;
		left: -20px;
		z-index: -1;
	}

	.capability-text {
		color: #343434;
		line-height: 1.3;
		font-size: 23px;
		margin: 0;
		position: relative;	
		z-index:1;
	}

	.capability-text strong {
		color: #333;
		font-weight: bold;
	}

	.workflow-section {
		background: white;
	}

	.workflow-title {
		font-size: 32px;
		font-weight: bold;
		color: #333;
		line-height: 1.2;
	}

	.workflow-step {
		padding: 40px 30px;
		background: #f8f9fa;
		border-radius: 15px;
		transition: all 0.3s ease;
		height: 100%;
		max-height: 160px;
		display: flex;
		align-items: center;
	}

	.workflow-step:hover {
		transform: translateY(-5px);
		box-shadow: 0 10px 25px rgba(0,0,0,0.1);
	}

	.workflow-button-step {
		background: transparent !important;
		padding: 0;
	}

	.step-content-wrapper {
		width: 100%;
	}

	.step-number {
		color: #666;
		font-size: 80px;
		font-weight: bold;
		margin-right: -25px;
		line-height: 1;
		min-width: 100px;
		opacity: 0.2;
	}

	.step-content {
		flex: 1;
	}

	.step-text {
		color: #555;
		font-size: 24px;
		line-height: 1.4;
		margin: 0;
	}

	.email-link {
		color: #0088cc;
		text-decoration: underline;
		font-weight: 500;
	}

	.email-link:hover {
		color: #0077b5;
		text-decoration: none;
	}

	.btn-workflow-inline {
		background: #53ad17;
		color: white;
		border: none;
		border-radius: 15px;
		padding: 40px 40px;
		font-size: 24px;
		font-weight: bold;
		transition: all 0.3s ease;
		cursor: pointer;
		width: 100%;
		height: 100%;
		min-height: 160px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: left;
		line-height: 1.3;
		box-shadow: 0 13px 9px rgba(44, 111, 0, 0.29);
		transition: all 0.3s ease;
	}

	.btn-workflow-inline:hover {
		background: #2c6f00;
		transform: translateY(-5px);
		box-shadow: 0 15px 11px rgba(44, 111, 0, 0.35);
	}

	.btn-content-wrapper {
		width: 100%;
		justify-content: flex-start;
	}

	.calculator-icon {
		flex-shrink: 0;
		max-width: 40px;
		max-height: 40px;
	}

	.calculator-icons {
		flex-shrink: 0;
		max-width: 50px;
		max-height: 50px;
	}
	.gallery-filters {
		margin-bottom: 2rem;
	}

	.gallery-filters .filter-buttons {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	.gallery-filters .filter-btn {
		background: #f8f9fa;
		border: 2px solid #e9ecef;
		color: #666;
		padding: 8px 16px;
		border-radius: 25px;
		font-size: 26px;
		font-weight: 500;
		transition: all 0.3s;
		white-space: nowrap;
	}

	.gallery-filters .filter-btn.active,
	.gallery-filters .filter-btn:hover {
		background: #ff8a22;
		border-color: #ff8a22;
		color: white;
	}

	/* Слайдер */
	.gallery-slider {
		overflow: hidden;
		margin: 0 50px;
	}

	.slider-track {
		display: flex;
		transition: transform 0.3s ease;
	}

	.slider-slide {
		flex: 0 0 100%;
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.slide-row {
		display: flex;
		gap: 20px;
	}

	.gallery-card {		
		background: #ecf0ed;
		border-radius: 10px;
		box-shadow: 0 2px 15px rgba(0,0,0,0.1);
		overflow: hidden;
		padding: 20px;
		transition: transform 0.3s, box-shadow 0.3s;
	}

	.gallery-card:hover {
		transform: translateY(-5px);
		box-shadow: 0 5px 25px rgba(0,0,0,0.15);
	}

	.card-image {
		background: #f8f9fa;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 15px;
	}

	.image-placeholder {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.card-title {
		font-size: 22px;
		font-weight: 400;
		color: #333;
		margin-bottom: 25px;
		line-height: 1.4;
		height: 93px;
		display: flex;
		align-items: center;
		overflow: hidden;
	}

	.view-photos {
		color: #0888b7;
		text-decoration: none;
		font-size: 18px;
		font-weight: 500;
		border-bottom: 1px solid #0888b7;
		transition: all 0.3s;
	}

	.view-photos:hover {
		color: #0056b3;
		border-bottom-color: #0056b3;
		text-decoration: none;
	}
	
	.slider-arrow {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		background: white;
		border: 2px solid #ff8a22;
		color: #ff8a22;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		transition: all 0.3s;
		z-index: 10;
	}

	.slider-arrow:hover {
		background: #ff8a22;
		color: white;
	}

	.slider-arrow-prev {
		left: 0;
	}

	.slider-arrow-next {
		right: 0;
	}

	.slider-arrow:disabled {
		opacity: 0.5;
		cursor: not-allowed;
	}

	.slider-arrow:disabled:hover {
		background: white;
		color: #ff8a22;
	}

	.widget-placeholder {
		background: white;
		border-radius: 15px;
		padding: 60px 40px;
		box-shadow: 0 5px 25px rgba(0,0,0,0.1);
		height: 100%;
		min-height: 500px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.placeholder-content {
		max-width: 300px;
	}

	/* Видео отзывы */
	.video-section-title {
		color: #333;
		font-weight: 600;
		font-size: 1.5rem;
	}

	.video-reviews {
		height: 100%;
	}

	.video-item {
		padding: 0;
		background: transparent;
		border-radius: 10px;
		transition: transform 0.3s;
	}

	.video-item:hover {
		transform: translateY(-3px);
	}

	.video-thumbnail {
		position: relative;
		width: 100%;
		height: 120px;
	}

	.thumbnail-placeholder {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		cursor: pointer;
		transition: background-color 0.3s;
	}

	.thumbnail-placeholder:hover {
		background-color: #5a6268 !important;
	}

	.play-icon {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		opacity: 0.9;
		transition: opacity 0.3s;
		width: 50px;
		height: 50px;
		background: #00a1e7;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 10px;
	}
	
	.play-icon i {
		color: #fff;
	}

	.thumbnail-placeholder:hover .play-icon {
		opacity: 1;
	}

	.video-duration {
		position: absolute;
		bottom: 8px;
		right: 8px;
		background: rgba(0, 0, 0, 0.7);
		color: white;
		padding: 3px 8px;
		border-radius: 4px;
		font-size: 12px;
		font-weight: 500;
	}

	.load-more-link {
		color: #007bff;
		text-decoration: none;
		font-weight: 500;
		font-size: 16px;
		transition: color 0.3s;
		border-bottom: 1px solid transparent;
	}

	.load-more-link:hover {
		color: #0056b3;
		border-bottom-color: #0056b3;
		text-decoration: none;
	}
	
	#features .feature-item {
		
	}

	#features .feature-icon-wrapper {
		
	}

	#features .feature-circle {
		position: relative;		
		
	}
	#features .feature-circle:before {
		content: "";
		position: absolute;
		background: #f0efef;
		border-radius: 50%;
		width: 180px;
		height: 180px;
		padding: 20px;
		z-index: -1;
		top: -40px;
	}
	#features .feature-circle span {
		font-size: 22px;
		font-weight: 500;
		line-height: 1.2;
	}
	
	.custom-btn-primary {
		background-color: #e67e22;
		border-radius: 25px;
		color: white;
	}

	.custom-btn-primary:hover {
		background-color: #d35400;
		color: white;
	}
	.control-section {
		background: url('/bitrix/templates/zavod/css/../img/zayavka1.png') no-repeat center center;
		background-size: cover;
		position: relative;
	}

	.control-section::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		
		z-index: 1;
	}

	.control-section .container {
		position: relative;
		z-index: 2;
	}

	.control-item {
		transition: transform 0.3s, background 0.3s;
	}

	.control-item:hover {
		transform: translateY(-5px);
		background: rgba(255, 255, 255, 0.15);
	}

	.control-icon {
		width: 110px;
		height: 110px;
		flex-shrink: 0;
	}

	.control-text h4 {
		font-size: 1.25rem;
	}

	.control-text p {
		font-size: 26px;
		line-height: 1.5;
		opacity: 0.9;
	}

	.btn-control-inline {
		background: #53ad17;
		color: white;
		border: none;
		border-radius: 15px;
		padding: 25px 30px;
		margin: 0px 40px;
		font-size: 22px;
		font-weight: bold;
		transition: all 0.3s ease;
		cursor: pointer;
		width: 100%;
		height: 100%;
		min-height: 120px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: left;
		line-height: 1.3;
		box-shadow: 0 13px 9px rgba(44, 111, 0, 0.29);
		transition: all 0.3s ease;
	} 

	.btn-control-inline:hover {
		background: #2c6f00;
		transform: translateY(-5px);
		box-shadow: 0 15px 11px rgba(44, 111, 0, 0.35);
	}


	.control-step {
		padding: 40px 30px;
		background: #f8f9fa;
		border-radius: 15px;
		transition: all 0.3s ease;
		height: 100%;
		min-height: 200px;
		display: flex;
		align-items: center;
	}

	.control-step:hover {
		transform: translateY(-5px);
		
	}

	.control-button-step {
		background: transparent !important;
		padding: 0;
	}


	.control-btn {
		background-color: #e67e22;
		border-color: #e67e22;
		color: white;
		font-size: 1.1rem;
		transition: all 0.3s;
		min-width: 300px;
	}

	.control-btn:hover {
		background-color: #d35400;
		border-color: #d35400;
		color: white;
		transform: translateY(-2px);
		box-shadow: 0 5px 15px rgba(0,0,0,0.2);
	}

	.photo-placeholder {
		background: url('/bitrix/templates/zavod/css/../img/zayavka2.png') no-repeat center center;
		border: 2px solid rgba(255, 255, 255, 0.2);
		min-height: 250px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.logo {
		font-size: 1.5rem;
		font-weight: bold;
	}
	
	.main-footer {
		background: url('/bitrix/templates/zavod/css/../img/footer.png') no-repeat center center;
		background-size: cover;
		position: relative;
		color: white;
	}

	.footer-overlay {
		background: rgba(0, 0, 0, 0.5);
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

	.footer-top {
		padding: 30px 0;
		
		position: relative;
		z-index: 10;
	}

	.footer-bottom {
		padding: 25px 0;
		position: relative;
		z-index: 10;
	}

	.footer-logo {
		font-size: 24px;
		font-weight: bold;
		color: white;
	}

	.footer-logo .logo-russian {
		color: white;
	}

	.footer-logo .logo-ferma {
		color: white;
		font-weight: 800;
	}

	.footer-nav-link {
		color: white !important;
		font-weight: 500;
		margin: 0px 50px;
		font-size: 20px;
		text-decoration: none;
		opacity: 0.9;
		transition: opacity 0.3s;
	}

	.footer-nav-link:hover {
		opacity: 1;
		color: white !important;
	}

	/* Выпадающее меню для Отзывов */
	.footer-top .dropdown-menu {
		border: none;
		box-shadow: 0 5px 15px rgba(0,0,0,0.1);
		border-radius: 8px;
		padding: 10px 0;
		background: white;
	}

	.footer-top .dropdown-item {
		padding: 8px 20px;
		font-size: 14px;
		color: #333;
	}

	.footer-top .dropdown-item:hover {
		background: #f8f9fa;
		color: #2c5aa0;
	}
	.footer-telegram-btn {
		background: #e67e22;
		color: white;
		padding: 15px 25px;
		border: none;
		border-radius: 5px;
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
		display: inline-flex;
		align-items: center;
		transition: background 0.3s;
		white-space: nowrap;
	}

	.footer-telegram-btn:hover {
		background: #d35400;
		color: white;
	}
	.footer-copyright {
		font-size: 18px;
		line-height: 1.4;
		opacity: 0.9;
	}

	/* Слайдер видеоотзывов */
        .video-slider {
            height: 600px;
        }

        .video-slider .swiper-slide {
            height: calc((100% - 30px) / 4);
        }

        .video-slider-mobile {
            height: 300px;
            display: none;
        }

        .video-slider-mobile .swiper-slide {
            width: 100%;
        }

        /* Скрытая галерея */
        .gallery-hidden {
            display: none;
        }
		
		 .video-slider-container {
        position: relative;
        height: 600px;
    }

    .video-slider {
        height: 100%;
    }

    .video-slider .swiper-slide {
        height: calc((100% - 30px) / 4);
    }

    .video-slider-mobile-container {
        position: relative;
        height: 300px;
        display: none;
    }

    .video-slider-mobile {
        height: 100%;
    }

    .video-slider-mobile .swiper-slide {
        width: 100%;
    }

    /* Общие стили для стрелок */
    .swiper-button-next,
    .swiper-button-prev {
        color: #ff8a22;
        background: rgba(255, 255, 255, 0.8);
        width: 40px;
        height: 40px;
        border-radius: 50%;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 18px;
        font-weight: bold;
    }

    /* Специфичные стили для вертикального слайдера */
    .video-slider-container .swiper-button-next,
    .video-slider-container .swiper-button-prev {
        left: 50%;
        transform: translateX(-50%);
    }

    .video-slider-container .swiper-button-prev {
        top: 10px;
    }

    .video-slider-container .swiper-button-next {
        top: auto;
        bottom: 10px;
    }

    .video-slider-container .swiper-button-prev:after {
        content: '↑';
    }

    .video-slider-container .swiper-button-next:after {
        content: '↓';
    }

    /* Стили для горизонтального мобильного слайдера */
    .video-slider-mobile-container .swiper-button-prev {
        left: 10px;
    }

    .video-slider-mobile-container .swiper-button-next {
        right: 10px;
    }

    .video-slider-mobile-container .swiper-button-prev:after {
        content: '←';
    }

    .video-slider-mobile-container .swiper-button-next:after {
        content: '→';
    }

    /* Скрываем стрелки когда слайдер в начале/конце */
    .swiper-button-disabled {
        opacity: 0.3;
        cursor: not-allowed;
    }
	.okey {
        text-align: center;
        padding: 60px 40px;
        background: white;
        border-radius: 15px;
        max-width: 500px;
        margin: 0 auto;
		font-size: 24px;
    }

    .okey h3 {
        color: #53ad17;
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 0;
    }

    .okey p {
        color: #666;
        font-size: 20px;
        line-height: 1.5;
        margin: 0;
    }
	.equipment-form-control:placeholder-shown {
        color: #999;
    }
    
    .equipment-form-control:valid {
        border-color: #53ad17;
    }
    
    .equipment-form-control:invalid:not(:placeholder-shown) {
        border-color: #dc3545;
    }
		
	@media (min-width: 1530px) {
		
	}
	@media (max-width: 1530px) {
		.advantage-title {
			font-size: 24px;
		}

		.advantage-text {
			font-size: 18px;
		}
	}
	@media (max-width: 1200px) {
		.slide-row {
			gap: 15px;
		}
	}
	@media (min-width: 993px) {
            .mobile-nav-btn {
                display: none !important;
            }

            .desktop-nav {
                display: flex !important;
            }
        }
	@media (max-width: 992px) {
		.okey {
            padding: 40px 20px;
        }
        
        .okey h3 {
            font-size: 24px;
        }
        
        .okey p {
            font-size: 16px;
        }
		
		 .video-slider-container {
           /* display: none;*/
        }

        .video-slider-mobile-container {
          /*  display: block;*/
        }
		
		.contact-column {
			align-items: center;
			text-align: center;
			margin-top: 20px;
		}
		
		.main-header {
			background: url(/bitrix/templates/zavod/css/../img/banner.png);
			background-size: auto;
			min-height: 744px;
			position: relative;
			background-attachment: fixed;
		}
		
		.header-content {
			position: relative;
			z-index: 10;
			color: white;	
			padding-top: 0px;
			text-align: center;
		}
		
		
		
		.hero-subtitle {
			font-size: 16px;
		}
		
		.main-header {
			min-height: 600px;
		}
		.advantage-item {
			padding: 20px;
		}
		
		.advantage-icon {
			margin-right: 15px;
		}
		
		.advantage-icon svg {
			width: 50px;
			height: 50px;
		}
		 .section-title {
			font-size: 28px;
		}
		
		.industry-title {
			font-size: 20px;
		}
		
		.industry-content {
			padding: 15px 0;
		}
		
		.industry-list p {
		color: #4b4b4b;
		font-size: 16px;
		line-height: 1.2;
		margin-bottom: 8px;
	}
		
		.industry-item {
			padding: 10px 0;
		}
		.equipment-tabs .nav-link {
			padding: 10px 15px;
			font-size: 14px;
		}
		
		.filter-buttons {
			gap: 8px;
		}
		
		.filter-btn {
			padding: 6px 12px;
			font-size: 12px;
		}
		
		.equipment-card {
			padding: 15px;
		}
		
		.equipment-title {
			font-size: 16px;
			font-weight: 400;
			color: #343434;
			margin-bottom: 20px;
			line-height: 1.4;
			flex-grow: 1;
		}
		
		
		.order-equipment-card {
			padding: 30px 20px;
			background-attachment: fixed;
		}
		
		.order-equipment-form {
			padding-right: 0;
			margin-bottom: 30px;
		}
		
		.equipment-contacts-text {
			color: #666;
			line-height: 1.5;
			margin-bottom: 25px;
			font-size: 16px;
		}
		
		.order-equipment-contacts {
			padding-left: 0;
			border-left: none;
			border-top: 1px solid #f0f0f0;
			padding-top: 0px;
		}
		
		.order-equipment-title {
			font-size: 20px;
		}
		
		.order-equipment-subtitle {
			color: #666;
			font-size: 16px;
			margin: 0;
		}
		
		.equipment-form-control {
			border-radius: 8px;
			padding: 12px 15px;
			font-size: 16px;
			transition: all 0.3s ease;
			width: 100%;
			background-color: #f2f1dd;
			font-weight: bold;
		}
		
		.equipment-contacts-title {
			font-size: 18px;
		}
		
		.equipment-phone-number {
			font-size: 20px;
		}
		
		.btn-equipment-submit {
			background: #53ad17;
			color: white;
			border: none;
			border-radius: 25px;
			padding: 15px 30px;
			font-size: 15px;
			width: 60%;
			box-shadow: 0 13px 9px rgba(44, 111, 0, 0.29);
			transition: all 0.3s ease;
		}
		
		.capabilities-title {
			font-size: 28px;
		}
		
		.capability-item {
			padding: 20px;
			min-height: auto;
			margin-bottom: 20px;
		}
		
		.capability-icon {
			margin-right: 15px;
			margin-left: 15px;
		}
		
		.capability-icon svg {
			width: 60px;
			height: 60px;
		}
		
		
		.capability-item-left,
		.capability-item-right {
			/*flex-direction: column;
			text-align: center;*/
		}
		
		.capability-item-left .capability-icon {
			margin-bottom: 0;
			width: 100px;
		}
		
		.capability-item-right .capability-icon {
			margin-bottom: 0;
			width: 100px;
			order: 1;
		}
		
		.capability-item-right .capability-content {
			order: 2;
		}
		.capability-text {			
			font-size: 16px;
		}
		.text-circle:before {
			content: "";
			background: #ffd7b5;
			border-radius: 50%;
			width: 120px;
			height: 120px;
			padding: 20px;
			position: absolute;
			top: -15px;
			left: -20px;
			z-index: -1;
		}
		.workflow-title {
			font-size: 28px;
		}
		
		.workflow-step {
			padding: 30px 20px;
			min-height: 180px;
		}
		
		.step-number {
			font-size: 36px;
			margin-right: 20px;
			min-width: 50px;
		}
		
		.step-text {
			font-size: 16px;
		}
		
		.btn-workflow-inline {
			padding: 30px 20px;
			font-size: 16px;
			min-height: 180px;
		}
		
		.calculator-icon svg {
			width: 25px;
			height: 25px;
		}
		.slider-slide {
			gap: 15px;
		}
		
		.slide-row {
			flex-wrap: wrap;
		}
		
		.gallery-card {
			flex: 0 0 calc(50% - 8px);
		}
		
		.gallery-slider {
			margin: 0 40px;
		}
		.widget-placeholder {
			min-height: 300px;
			padding: 40px 20px;
			margin-bottom: 2rem;
		}
		
		.video-thumbnail {
			height: 100px;
		}
		#features .feature-item {
			height: 180px;
			margin-bottom: 3rem;
		}
		
	/*	#features .feature-circle {
			width: 130px;
			height: 130px;
		}
	*/	
		#features .feature-circle span {
			font-size: 0.8rem;
		}
		.control-section .display-5 {
			font-size: 1.8rem;
		}
		
		.control-item {
			padding: 20px;
			text-align: center;
			flex-direction: column;
		}
		
		.control-icon {
			margin-bottom: 15px;
			margin-right: 0 !important;
		}
		
		.control-btn {
			min-width: auto;
			width: 100%;
		}
		
		.photo-placeholder {
			min-height: 200px;
			margin-bottom: 2rem;
		}
		 .footer-top .d-flex {
			flex-direction: column;
			align-items: flex-start;
		}
		
		.footer-nav-link {
			margin: 5px 0;
		}
		
		.footer-logo {
			margin-bottom: 15px;
			text-align: center;
		}
		
		.footer-bottom .row {
			text-align: center;
		}
		
		.footer-telegram-btn {
			margin-top: 15px;
			justify-content: center;
		}
		
		.footer-copyright {
			text-align: center;
		}
		  body {
                font-size: 16px;
            }

            .section-title {
                font-size: 24px !important;
            }

            .hero-title {
                font-size: 20px !important;
            }

            .industry-title {
                font-size: 20px !important;
            }

            .desktop-nav {
                display: none !important;
            }

            .mobile-nav-btn {
                display: block !important;
            }

            .video-slider {
              /*  display: none;*/
            }

            .video-slider-mobile {
             /*  display: block;*/
            }

            /* Уменьшаем другие крупные шрифты */
            .advantage-title {
                font-size: 18px !important;
            }

            .advantage-text {
                font-size: 16px !important;
            }

            .equipment-tabs .nav-link {
                font-size: 16px !important;
            }

            .filter-btn {
                font-size: 14px !important;
            }

            .btn-orange {
                font-size: 18px !important;
                padding: 12px 25px;
				margin-bottom: 20px;
            }

            .callback-btn {
                font-size: 16px !important;
                padding: 10px 20px;
            }
			.equipment-form-check-label {
				font-size: 16px;
				color: #333;
			}
		
	}
	@media (max-width: 768px) {
		.gallery-card {
			flex: 0 0 100%;
		}
		
		.gallery-slider {
			margin: 0 30px;
		}
		
		.gallery-filters .filter-buttons {
			gap: 8px;
			justify-content: center;
		}
		
		.gallery-filters .filter-btn {
			padding: 6px 12px;
			font-size: 12px;
		}
		
		.slider-arrow {
			width: 35px;
			height: 35px;
		}
		
		
		.video-thumbnail {
			height: 150px;
		}
		.card-title {
			height: auto;
		}
		
	}
	@media (max-width: 576px) {
		.btn-control-inline {
			padding: 25px 15px;
			font-size: 20px;
		}
		.filter-buttons {
			justify-content: center;
		}		
		 .workflow-title {
			font-size: 24px;
		}
		
		.workflow-step {
			padding: 25px 15px;
			min-height: 160px;
		}
		
		.step-number {
			font-size: 32px;
			margin-right: 15px;
			min-width: 40px;
		}	
		
		.btn-workflow-inline {
			padding: 25px 15px;
			font-size: 20px;
			min-height: 160px;
		}
		
		.calculator-icon svg {
			width: 20px;
			height: 20px;
		}
		
		.step-content-wrapper {
			/*flex-direction: column;*/
			text-align: center;
		}
		
		.step-number {
			margin-right: 0;
			margin-bottom: 15px;
		}
		
		.btn-content-wrapper {
			flex-direction: column;
			text-align: center;
		}
		
		.calculator-icon {
			margin-right: 0;
			margin-bottom: 10px;
		}
		 .gallery-slider {
			margin: 0 20px;
		}
		
		.card-title {
			font-size: 14px;
			min-height: auto;
		}
		.widget-placeholder {
			padding: 30px 15px;
			min-height: 250px;
		}
		
		.placeholder-content svg {
			width: 60px;
			height: 60px;
		}
		
		.video-section-title {
			font-size: 1.3rem;
			text-align: center;
		}
		
		.video-thumbnail {
			height: 120px;
		}
		.footer-telegram-btn {
			padding: 12px 20px;
			font-size: 14px;
		}
		
		.footer-copyright {
			font-size: 12px;
		}
	}
/* End */
/* /bitrix/templates/zavod/css/style.css?176337265238911 */
