/*
Theme Name: Kab Theme
Theme URI: 
Author: Nabozhev
Author URI: http://example.com
Description: Это моя кастомная тема для WordPress
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-kab-theme
*/

body,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
}

body {background-color: #fff;}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
}

h2 {
	font-size: 28px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 40px;
}

main {clear: both;}
footer {clear: both;}

.logo:hover  {transition: all .2s ease-in;
transform: scale(1.05);}
nav.top_menu {
position: relative;
z-index: 99;


}
/*Шапка */
.container {
	width: 1290px;
	position: relative;
	margin: 0 auto;
}
/* Header styles */
.first_row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}

.header_contacts {
	display: flex;
	align-items: center;
}

.phone {
	display: flex;
	align-items: center;
	margin-right: 30px;
}

.phone svg {
	margin-right: 10px;
}

.phone a {
	color: #000;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
}

.header_buttons a {
	display: inline-block;
	padding: 12px 25px;
	border-radius: 50px;
	color: white;
	text-decoration: none;
	font-weight: 600;
	margin-left: 5px;
	transition: all .3s ease;
	font-size: 14px;
}


form.searchwp-form .searchwp-form-input-container .swp-input {
	border-radius: 25px;
	padding-left: 20px;
}

form.searchwp-form input.swp-input--search {
	background-image: url('/wp-content/themes/kab/img/lupa.svg')  !important;
	background-position: right 12px top 50%;
}

.header-search input {
	width: 630px;
	border:1px solid #ddd;
	font-size: 14px;
	height: 44px;
		border-radius: 25px;
	padding-left: 20px;
		background-image: url('/wp-content/themes/kab/img/lupa.svg')  !important;
	background-position: right 12px top 50%;
	    background-repeat: no-repeat;
    background-position: right 20px top 50%;
    background-size: 15px auto;
    padding-right: 38px;
}

.green-btn {
	background: linear-gradient(to bottom, #1F9B51, #147A3D);
}

.green-btn:hover {
	background: linear-gradient(to bottom, #147A3D, #1F9B51);
}

.blue-btn {
	background: linear-gradient(to bottom, #0A3EA5, #001E5B);
}
.blue-btn:hover {
	background: linear-gradient(to bottom, #001E5B, #0A3EA5);
}

.mobile_header_search {display: none;}


.phone:hover {transition: all  .2s ease-in;
transform: scale(1.05);}

.mobile_buttons a {
	display: inline-block;
	padding: 12px 25px;
	border-radius: 50px;
	color: white;
	text-decoration: none;
	font-weight: 600;
	margin-left: 5px;
	transition: all .3s ease;
	font-size: 14px;
}

.second_row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;

}

.search_bar {
	width: 630px;
}

.search_bar input[type="search"] {
	width: 100%;
	height: 44px;
	padding: 0 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
}

/* Popup styles */
.white-popup-block {
	position: relative;
	background: #FFF;
	padding: 30px;
	width: 700px;
	height: 480px;
	max-width: 100%;
	margin: 0 auto;
	border-radius: 7px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.white-popup-block h2 {
	margin-top: 0;
	margin-bottom: 25px;
	font-size: 24px;
	text-transform: none;
	text-align: left;
	color: rgba(0, 0, 0, 1);
}
.white-popup-block button.mfp-close {
	right: 0;
	top: 0;
}

.white-popup-block .form-field input,
.codedropz-upload-container,
.white-popup-block .form-field textarea {border-radius: 20px;}
.codedropz-upload-container {
	padding: 0;
}

.codedropz-upload-handler {
	border-radius: 20px;
	background: #F2F2F2;
	border: none;
}

.file-upload-wrapper label {
display: block;
margin-bottom: 10px;
font-size: 14px;
padding-top: 10px;
}
.wpcf7-form-control::placeholder {
	color: #000;
	/* Замените на нужный цвет */
	opacity: 1;
	/* Убедитесь, что непрозрачность 100% */
}
.codedropz-upload-inner span {display: none;}
.codedropz-upload-inner  {height: 100px; 
	flex-direction: column;
	display: flex;
	align-items: center;
	font-size: 14px !important;
color: rgba(140, 140, 140, 1);}
.codedropz-upload-inner h3  {
	display: flex;
	margin-top: 30px;
	justify-content: center;
	font-size: 14px !important;
	line-height: 130%;
	width: 230px;
	height: 32px;
font-weight: 400;}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
	padding: 100px;
		font-size: 0px;
		margin-top: -149px;
}


.white-popup-block .form-field {
	margin-bottom: 10px;

}

ul.slick-dots {display: none;}

.dnd-upload-status .dnd-upload-details span.has-error {
	font-size: 11px;
	position: absolute;
}
.file-upload-hint  {display: none;}
.dnd-upload-status .dnd-upload-image {display: none;}
.dnd-upload-status .dnd-upload-details {font-size: 11px;
position: absolute;}
.form-columns {
	display: flex;
	margin-bottom: 10px;
}

.left-column {
	width: 50%;
	padding-right: 20px;
}

.right-column {
	width: 50%;
}

.form-field {
	margin-bottom: 20px;
}

.form-field input,
.form-field textarea {
	width: 100%;
	padding: 10px 15px;
	color: #000;
	font-size: 14px;
	border: 1px solid rgba(197, 197, 197, 1);
	background-color: #F2F2F2;
	border-radius: 20px;
}

.dnd-upload-counter {display: none;}

.form-field textarea {
	height: 238px;
	resize: none;
	background-color: #F2F2F2;
	font-size: 14px;
	color: rgba(20, 27, 35, 1);
}

.form-checkboxes {
	margin-bottom: 20px;
}

.form-checkboxes .wpcf7-checkbox {
	list-style: none;
	padding: 0;
	margin: 0;
}

.form-checkboxes .wpcf7-list-item {
	display: block;
	margin: 0;
	margin-bottom: 10px;
}

.form-submit input[type="submit"] {
	display: inline-block;
		padding: 12px 30px;
		background: linear-gradient(to bottom, rgba(31, 155, 81, 1), rgba(20, 122, 61, 1));
		color: white !important;
		text-decoration: none;
		border-radius: 4px;
		font-size: 14px;
		cursor: pointer;
		font-weight: 500;

		transition: transform 0.3s;
		border-radius: 50px;
}

ul.sub-menu  {min-width: 210px;  }

/*#menu-item-30 > ul.sub-menu {width: 128px;}*/
.form-submit input[type="submit"]:hover  {
	transition: all .3s ease-in;
	transform: translateY(2px);
}

/* File upload styles */
.file-upload {
	display: none;
}

.file-upload+label {
	display: inline-block;
	padding: 10px 15px;
	background-color: #f5f5f5;
	border: 1px dashed #ddd;
	border-radius: 4px;
	cursor: pointer;
}

/* Checkbox styles */
.styled-checkbox {
	position: absolute;
	opacity: 0;
}

.styled-checkbox+label {
	position: relative;
	cursor: pointer;
	padding: 0;
	padding-left: 30px;
}

.styled-checkbox+label:before {
	content: '';
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	width: 20px;
	height: 20px;
	background: #f5f5f5;
	position: absolute;
	left: 0;
	top: 0;
}

.styled-checkbox:checked+label:after {
	content: '';
	position: absolute;
	left: 5px;
	top: 5px;
	width: 10px;
	height: 10px;
	background: #4CAF50;
}

.search_bar {
	width: 630px;
}

.search_bar input[type="search"] {
	width: 100%;
	height: 44px;
	padding: 0 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
}


/* Стили для чекбоксов */
.checkbox-label {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	cursor: pointer;
}

.checkbox-text {
	margin-left: 0px;
font-size: 14px;
font-weight: 500;
}

.checkbox-text a {
	color: #2196F3;
	text-decoration: underline;
}

/* Скрываем нативный чекбокс */
.styled-checkbox {
	position: absolute;
	opacity: 0;
}

/* Кастомный чекбокс */
.styled-checkbox+.wpcf7-list-item-label:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px;
	vertical-align: middle;
}

/* Галочка при выборе */
.styled-checkbox:checked+.wpcf7-list-item-label:before {
	background: #4CAF50 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"/></svg>') no-repeat center;
	background-size: 12px;
	border-color: #4CAF50;
}

/* Стили для контейнера чекбоксов */
.form-checkboxes {
	margin: 10px 0;
}

/* Кастомные чекбоксы */
.custom-checkbox {
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
	cursor: pointer;
	user-select: none;
}

/* Скрываем нативный чекбокс */
.custom-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Стиль для "галочки" */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 3px;
}

/* При наведении */
.custom-checkbox:hover input~.checkmark {
	background-color: #e9e9e9;
}

/* Когда чекбокс отмечен */
.custom-checkbox input:checked~.checkmark {
	background-color: #F2F2F2;
		border-color: #C5C5C5;
}

/* Стиль галочки (скрыта по умолчанию) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Показываем галочку при выборе */
.custom-checkbox input:checked~.checkmark:after {
	display: block;
}

#callback-popup br {display: none;}

/* Стиль галочки */
.custom-checkbox .checkmark:after {
	left: 6px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid #1F9B51;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

/* Текст чекбокса */


.checkbox-text a {
	color: rgba(10, 62, 165, 1);
	text-decoration: underline;
}

.wpcf7-not-valid-tip {
	color: #dc3232;
		font-size: 11px;
		font-weight: normal;
		display: block;
		position: absolute;
		margin-top: -2px;
		margin-left: 19px;
}
.white-popup-block form.sent .callback-form  {
display: none;
}

.wpcf7 form.invalid .wpcf7-response-output {
	border-color: #ffb900;
		position: absolute;
		width: 400px;
		right: -10px;
		bottom: 103px;
}

#request-popup {height: 530px !important;}
#request-popup .wpcf7 form.invalid .wpcf7-response-output {
	bottom: 55px;
}
/* Drag & Drop область */
.custom-file-upload {
	width: 100%;
	padding: 20px;
	border: 2px dashed #ddd;
	border-radius: 5px;
	text-align: center;
	margin: 10px 0;
	background: #f9f9f9;
	cursor: pointer;
}

.custom-file-upload:hover {
	border-color: #2196F3;
	background: #f0f8ff;
}

/* Подсказки */
.file-upload-hint {
	font-size: 12px;
	color: #666;
	margin-top: 5px;
}

/* Имена загруженных файлов */
.drag-drop-info {
	display: block;
	margin-top: 10px;
	font-size: 14px;
}

#request-popup br {display: none;}

/* Анимация для попапа */
.mfp-move-from-top .mfp-content {
	animation: moveFromTop 0.3s ease-out;
	transform-origin: top center;
}

@keyframes moveFromTop {
	from {
		opacity: 0;
		transform: translateY(-50px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Дополнительные стили для плавности */
.mfp-bg {
	opacity: 0;
	transition: opacity 0.3s ease;
}

.mfp-bg.mfp-ready {
	opacity: 0.2;
}

.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-wrap .mfp-content {
	opacity: 0;
	transition: opacity 0.3s ease;
}

.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}


/* Адаптивность для мобильных */
@media (max-width: 768px) {
	.white-popup-block {
		padding: 20px;
		width: 95%;
	}
}


.popup-container {
	position: relative;
	padding: 0px;
}

.white-popup-block .popup-container {
display: block;
}

.mfp-close {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 28px;
	color: #999;
	transition: color 0.3s;
}

.mfp-close:hover {
	color: #333;
}

.popup-header {
	margin-bottom: 25px;
	text-align: center;
}

.popup-title {
	margin: 0;
	font-size: 24px;
	color: #333;
}

.popup-footer {
	margin-top: 20px;
}

.popup-notice {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #666;
	font-size: 14px;
}

.popup-notice svg {
	margin-right: 8px;
}

@media (max-width: 768px) {
	.popup-container {
		padding: 10px 10px;
	}

	.popup-title {
		font-size: 20px;
	}
}

.mfp-bg {
	opacity: 0;
	transition: opacity 0.4s ease 0.2s;
	/* Задержка 0.2s */
}

.mfp-container {
	opacity: 0;
	transition: opacity 0.3s ease, transform 0.3s ease;
	transform: translateY(-200px);
}

.mfp-ready .mfp-container {
	opacity: 1;
	transform: translateY(0);
}

.mfp-ready .mfp-bg {
	opacity: 0.2;
}

.mfp-removing .mfp-container {
	opacity: 0;
	transform: translateY(-200px);
}

.mfp-removing .mfp-bg {
	opacity: 0;
}

.mfp-content {
	will-change: transform, opacity;
}

/*слайдер */

.main_slider {
	position: relative;
	padding: 60px 0;
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
}

.slider_item {
	display: flex !important;
	align-items: center;
	gap: 40px;
}

.slider_content {
	max-width: 490px;
	padding: 30px;
	padding-left: 0;
	padding-top: 40px;
}

.slider_title {
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
	width: 486px;
	color: rgba(10, 62, 165, 1);
}

.slider_desc {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 30px;
	color: rgba(20, 27, 35, 1);
}

.slider_button {
	display: inline-block;
	padding: 12px 30px;
	background: linear-gradient(to bottom, #1F9755, #0C459F);
	color: white !important;
	text-decoration: none;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 500;
	text-transform: lowercase;
	transition: transform 0.3s;
	border-radius: 50px;
}

.slider_button:hover {
	transform: translateY(-3px);
}

.slider_image img {
	width: 934px;
	height: 573px;
	object-fit: cover;
	border-radius: 8px;
	margin-left: 123px;
}

/* Навигация dots */
.slick-dots {
	position: absolute;
	bottom: 130px;
	left: 0px;
	display: flex;
	gap: 10px;
	align-items: center;
}

.slick-dots li  {
	cursor: pointer;
	width: 6px;
	height: 6px;
	padding: 0;
	border-radius: 50%;
	background: rgba(20, 27, 35, 1);
	text-indent: -9999px;
}

.slick-dots li.slick-active  {
	border: 2px solid white;
	box-shadow: 0 0 0 2px rgba(10, 62, 165, 1);
	width: 12px;
	height: 12px;

}

@media (max-width: 1200px) {
	.slider_item {
		flex-direction: column;
	}

	.slider_content {
		max-width: 100%;
		order: 2;
	}

	.slider_image img {
		width: 100%;
		height: auto;
	}

	.slick-dots {
		left: 50%;
		transform: translateX(-50%);
	}
}


.slider_container {
	width: 1588px;
float: right;
padding-bottom: 20px;
padding-top: 56px;
}


.menu {display: flex;  gap: 0px;}
.menu li {display: flex;}
.menu li a {font-size: 14px;
	  font-weight: 500;
		font-size: 14px;
		color: rgba(10, 62, 165, 1);
	}



	/*секция продукты */


		.products_list_items {
			transition: opacity 0.3s;
		}
	
		.products_list_items.updating {
			opacity: 0.5;
		}


		.products_section {
			padding: 90px 0;
			background-color: #F2F2F2;
			border-top-right-radius: 230px;

		}
	
		.products_header {
			display: flex;
			justify-content: space-between;
			align-items: center;
			margin-bottom: 30px;
		}
	
		.products_header form {
			display: flex;
			align-items: center;
		}
	
		.products_header label {
			margin-right: 15px;
			font-weight: 500;
		}

	#industry_category_select {display: none;}
	
		/*.products_header select {
		padding: 8px 15px;
		cursor: pointer;
		border: 1px solid #C5C5C5;
		border-radius: 30px;

		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;

		background-image: url('/wp-content/themes/kab/img/arrow_d.svg');
		background-repeat: no-repeat;
		background-position: right 15px center;
		background-size: 14px 9px;

		padding-right: 35px;
		}


#industry_category_select option {
	background-color: #E6E6E6;
	padding: 8px 15px;
	font-size: 14px;
	font-weight: 500;
	color: rgba(92, 92, 92, 1);
}
*/

/* Основной контейнер */

.select2-search {display: none;}

/* Добавляем стрелку к .select2-selection__rendered */
.select2-selection__rendered {
	position: relative;
	z-index: 100;
	padding-right: 40px !important;
	/* Место для стрелки */
}

.select2-selection__rendered::after {
	content: '';
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
	height: 8px;
	background-image: url('data:image/svg+xml;utf8,<svg width="14" height="8" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L7 7L13 1" stroke="%231F9B51" stroke-width="2"/></svg>');
	background-repeat: no-repeat;
	background-position: center;
	transition: transform 0.3s ease;
}

/* Анимация стрелки при открытии */
.select2-container--open .select2-selection__rendered::after {
	transform: translateY(-50%) rotate(180deg);
}

/* Ваши существующие стили (корректируем padding-right) */
.select2-selection--single {
	background-color: #E6E6E6;
	border-radius: 50px;
	display: flex;
	height: 40px;
	box-shadow: 0 5px 8px rgba(182, 182, 182, 0.1);
	line-height: 40px;
	font-size: 14px;
	font-weight: 500;
	color: rgba(20, 27, 35, 1);
}

.select2-selection__rendered {
	background-color: #F2F2F2;
	border-radius: 50px;
	border: 1px solid rgba(197, 197, 197, 1);
	padding-left: 20px;
	padding-right: 20px;
	/* Уменьшаем, так как стрелка добавит свой padding */
	display: flex;
	width: 410px;
}

.select2-selection__rendered:hover {
	transition: all  .3s ease-in;
	cursor: pointer;
	box-shadow: 0 5px 18px rgba(89, 89, 89, 0.1);
}

.select2-container {
	box-shadow: 0 4px 9px rgba(89, 89, 89, 0.1);
		border-radius: 20px;
		max-width: 410px;
}

/*список */

.select2-dropdown--below .select2-results__options {
	margin-top: -40px;
		position: relative;
		padding-top: 40px;
}

.select2-results__options  {
	background-color: #E6E6E6;
		border-radius: 20px;
		display: block;
		width: 410px;
		margin-top: 0px;
		position: relative;
		padding-top: 0px;
		z-index: 90;
}

.select2-results__options li {
	color: rgba(92, 92, 92, 1);
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	padding: 10px  20px;
}

.select2-results__options li:hover {
	background-color: #F2F2F2;
	cursor: pointer;
}

.select2-results__options li:first-child {}
.select2-results__options li:last-child {border-radius: 0px 0px  20px 20px;}

		.down_price {
			padding: 6px 20px;
			display: flex;
			align-items: center;
			justify-content: center;
			border-radius: 30px;
			text-decoration: none;
			color: rgba(31, 155, 81, 1);
			transition: all 0.3s;
			font-size: 14px;
			font-weight: 500;
			border: 1px solid rgba(31, 155, 81, 1);
		}

				.down_price  img  {margin-right: 10px;}
	
		.down_price:hover {
			transition: all .2s ease-in;
				transform: scale(1.02);
		}
	
		.products_list_items {
			display: grid;
			grid-template-columns: repeat(4, 1fr);
			gap: 20px;
		}
	
		.product_item {
			display: flex;
			align-items: center;
			padding: 15px;
			background: #fff;
			border-radius: 4px;
			text-decoration: none;
			transition: all 0.3s;
			height: 100px;
			box-sizing: border-box;
			border-radius: 7px;
			max-width: 300px;
		}
	
		.product_item:hover {
			box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
			border-radius: 7px;
		}
	
		.product_item img {
			width: 70px;
			height: 70px;
			object-fit: contain;
			margin-right: 15px;
		}
	
		.product_item p {
			margin: 0;
			color: #000;
			font-weight: 500;
			font-size: 14px;
			flex-grow: 1;
		}
	
		/* Стили для попапа */
		.product-popup {
			max-width: 1290px;
			width: 90%;
			margin: 0 auto;
			background: #fff;
			padding: 30px;
			position: relative;
			border-radius: 7px;
		}
	
		.popup-container {
			display: flex;
			min-height: 560px;
		}
	
		.popup-image {
			width: 464px;
			margin-right: 0px;
			flex: 1.1;
		}
	
		.popup-image img {
			width: 100%;
			height: 464px;
			object-fit: contain;
		}
				.popup-image {
					position: relative;
					width: 100%;
					height: 464px;
					margin-bottom: 15px;
				}
		
				.image-zoom-container {
					position: relative;
					height: 100%;
					overflow: hidden;
				}
		
				.image-zoom-container img {
					width: 100%;
					height: 100%;
					object-fit: contain;
				}
		
				.zoom-lens {
					position: absolute;
					border: 2px solid #d4d4d4;
					width: 100px;
					height: 100px;
					background-color: rgba(255, 255, 255, 0.3);
					cursor: none;
					display: none;
					pointer-events: none;
					cursor: move;
					border-radius: 100%;
				}
		
				.zoom-result {
					position: absolute;
					top: 0;
					right: -780px;
					width: 300px;
					height: 300px;
					background: #fff;
					border: 1px solid #7B7B7B;
					background-repeat: no-repeat;
					border-radius: 300px;
					box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
					display: none;
					z-index: 1000;}
	
				.product-popup	.popup-content {
			flex-grow: 1;
			flex: 1.9;
		}
	
		.product-popup .popup-content h3 {
			margin-top: 0;
			font-size: 24px;
			margin-bottom: 25px;
		}
	
		.application-area h4,
		.models-section h4 {
			font-size: 20px;
		}

				.models-section  h4 {margin-bottom: 12px;}

	.application-area {margin-bottom: 20px;}
		.models-list {
			display: flex;
			flex-direction: column;
			max-height: 300px;
			overflow: hidden;
		}
	
		.models-row {
			display: flex;
			margin-bottom: 10px;
		}
	
		.model-item {
			flex: 1;
			padding: 5px;
		}
	
		.show-all-models {
			align-items: center;
			margin-top: 15px;
			padding: 8px 15px;
			background: #f0f0f0;
			border: none;
			border-radius: 4px;
			font-size: 14px;
			cursor: pointer;
		}

				.models-list {
					max-height: none;
					overflow: hidden;
				}
		
				.models-columns-container {
					display: flex;
					gap: 2px;
					/* Расстояние между колонками */
				}
		
				.models-column {
					flex: 1;
					display: flex;
					padding: 10px;
					flex-direction: column;
					background-color: #F2F2F2;
				}
		
				.model-item {
					padding: 5px 0;
					/* Отступы сверху и снизу для элементов */
					margin-bottom: 5px;
					font-size: 14px;
					/* Отступ между элементами */
				}
		
				.hidden-models .models-columns-container {
					margin-top: 2px;
				}
		
				.show-all-models {
					display: flex;
					width: 100%;
					gap: 10px;
					margin-top: 10px;
					padding: 8px 15px;
					background: #FFF;
					color: rgba(140, 140, 140, 1);
					border: none;
					border-radius: 5px;
					border: 1px solid rgba(206, 206, 206, 1);
					cursor: pointer;
				justify-content: center;
				}
								.show-all-models:hover {
									background: #f3f3f3;
									transition: all .3s ease;
									transform: translateY(-3px);
								}
		/* Адаптивность */
		@media (max-width: 1200px) {
			.products_list_items {
				grid-template-columns: repeat(3, 1fr);
			}
		}
	
		@media (max-width: 768px) {
			.products_list_items {
				grid-template-columns: repeat(2, 1fr);
			}
	
			.popup-container {
				flex-direction: column;
			}
	
			.popup-image {
				width: 100%;
				margin-right: 0;
				margin-bottom: 20px;
			}
		}
	
		@media (max-width: 480px) {
			.products_list_items {
				grid-template-columns: 1fr;
			}
	
			.products_header {
				flex-direction: column;
				align-items: flex-start;
			}
	
			.down_price {
				margin-top: 15px;
			}
		}
	/*секция продукты */







.cls_src {display: none;}




	/*отраслевые решения */

		/* Секция отраслевых решений */
		.industry_section {
			padding: 90px 0;
			background-color: #FFF;
			border-top-right-radius: 230px;
			position: relative;
			z-index: 39;
		}

.industry_section::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 230px;
	height: 230px;
	background-repeat: no-repeat;
	background-image: url('/wp-content/themes/kab/img/region.svg') !important;
}
	
		.industry_list_wrapper {
			display: grid;
			grid-template-columns: repeat(4, 1fr);
			gap: 30px;
			margin-top: 40px;
		}
	
		.industry_item_wrap {
			position: relative;
			height: 100%;
		}
	
		.industry_item {
			display: block;
			height: 100%;

			border-radius: 7px;
z-index: 999;
			position: relative;
			transition: all 0.3s ease;

		}
	
		.industry_item_image {
			height: 130px;
			overflow: hidden;
		}
	
		.industry_item_image img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			border-radius: 7px;
			transition: all 0.3s ease;
		}
	
		.industry_item_content {
			padding: 15px;
			position: relative;
		}
	
		.industry_item_content h3 {
			font-size: 16px;
			color: rgba(20, 27, 35, 1);
			margin: 0;
			transition: all 0.3s ease;
			height: 30px;
		}
	
		.industry_item_hover {
			position: absolute;
			top: 100%;
			left: 0;
			width: 100%;
			background: #0A3EA5;
			padding: 15px;
			box-sizing: border-box;
			opacity: 0;
			visibility: hidden;
			transform: translateY(-20px);
			transition: all 0.3s ease;
			border-radius: 0 0 7px 7px;
		}
	
		.industry_item_hover h3 {
			color: #fff;
			font-size: 16px;
			margin-bottom: 10px;
		}
	
		.industry_item_hover p {
			color: #fff;
			font-size: 14px;
			line-height: 16px;
			margin: 0;
		}

				html {
					scroll-behavior: auto;}

/* Заменяем все :hover на .hover_display */
.industry_item.hover_display {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	z-index: 9999;
}

.industry_item.hover_display .industry_item_image img {
	filter: contrast(140%);
	border-radius: 7px 7px 0 0;
}

.industry_item.hover_display .industry_item_image::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(10, 62, 165, 0.319);
	border-radius: 7px 7px 0 0;
}

.industry_item.hover_display h3 {
	color: #ffffff;
	opacity: 0;
}

.industry_item.hover_display .industry_item_hover h3 {
	color: #ffffff;
	opacity: 1;
}

.industry_item.hover_display .industry_item_content {
	padding: 0;
	height: 0px;
}

.industry_item.hover_display .industry_item_hover {
	opacity: 1;
	visibility: visible;
	transform: translateY(-0px);
}



footer .sub-menu {display: none !important;}

	
		/* Адаптивность */
		@media (max-width: 1024px) {
			.industry_list_wrapper {
				grid-template-columns: repeat(3, 1fr);
			}
		}
	
		@media (max-width: 768px) {
			.industry_list_wrapper {
				grid-template-columns: repeat(2, 1fr);
			}
		}
	
		@media (max-width: 480px) {
			.industry_list_wrapper {
				grid-template-columns: 1fr;
			}
		}









		/*ГДЕ МЫ */


				/* Секция "Где купить" */
.places_section {
padding: 90px 0;
background-color: #F2F2F2;
border-top-right-radius: 230px;
}

.places_section_header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 30px;
flex-wrap: wrap;
}

.places_section_header .links {
display: flex;
gap: 10px;
}

.places_section_header .links a {
padding: 12px 20px;
background: #FFFFFF;
border-radius: 50px;
font-size: 14px;
font-weight: 500;
border: 1px solid rgba(206, 206, 206, 1);
text-decoration: none;
color: rgba(92, 92, 92, 1);
transition: all 0.3s;
}

.places_section_header .links a.active {
background: #DEDEDE;
color: rgba(20, 27, 35, 1);
}

.places_section_header .city_list {
display: flex;
align-items: center;
gap: 20px;
}

.places_section_header .city_list form {
display: flex;
align-items: center;
}

.places_section_header .city_list label {
margin-right: 10px;
font-weight: 700;
}


.places_section_header .city_list option {
	background-color: #E6E6E6;
}

.places_section_header .city_list select {
	width: 309px;
	padding: 8px 15px;
	padding-right: 15px;
cursor: pointer;
border: 1px solid #C5C5C5;
border-radius: 30px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image: url('/wp-content/themes/kab/img/arrow_d.svg');
background-repeat: no-repeat;
background-position: right 15px center;
background-size: 14px 9px;
padding-right: 35px;}


.places_section_list {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
}

.place_item {
background: #fff;
border-radius: 7px;
overflow: hidden;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
transition: all 0.3s;
padding: 15px;
width: 410px;
height: 239px;
box-sizing: border-box;
}

.place_item:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.place_item img {
max-width: 100%;
height: auto;
object-fit: cover;
border-radius: 4px;
margin-bottom: 15px;
}

.place_item h4 {
margin: 0 0 10px;
font-size: 16px;
text-transform: uppercase;
}

.place_item p {
margin: 0 0 10px;
font-size: 14px;
line-height: 1.5;
}

.place_item a {
display: block;
color: rgba(10, 62, 165, 1);

font-size: 14px;
margin-bottom: 5px;
position: relative;
z-index: 999;
}

.place_item a:hover {
text-decoration: underline;
}

/* Адаптивность */
@media (max-width: 1200px) {
.places_section_list {
grid-template-columns: repeat(2, 1fr);
}

.place_item {
width: 100%;
}
}

@media (max-width: 768px) {
.places_section_header {
flex-direction: column;
align-items: flex-start;
gap: 15px;
}

.places_section_list {
grid-template-columns: 1fr;
}
}

@media (max-width: 480px) {
.places_section_header .links {
flex-wrap: wrap;
}

.city_list {
width: 100%;
flex-direction: column;
align-items: flex-start !important;
}
}


.loading {
text-align: center;
padding: 30px;
grid-column: 1 / -1;
font-size: 18px;
color: #666;
}

.place_item {
position: relative;
overflow: hidden;
transition: all 0.3s ease;
}

.place_item:after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(255, 255, 255, 0.8);
opacity: 0;
transition: opacity 0.3s ease;
}

.places_section_list.loading .place_item:after {
opacity: 1;		}



.places_section_list.loading {
position: relative;
min-height: 200px;
}

.places_section_list.loading:after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(255, 255, 255, 0.7) url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path fill="%230A3EA5" d="M25,5A20,20,0,1,0,45,25,20,20,0,0,0,25,5Zm0,38A18,18,0,1,1,43,25,18,18,0,0,1,25,43Z"/><path fill="%230A3EA5" d="M25,5a20,20,0,0,1,20,20h2A22,22,0,0,0,25,3V5Z"><animateTransform attributeName="transform" type="rotate" from="0 25 25" to="360 25 25" dur="0.8s" repeatCount="indefinite"/></path></svg>') no-repeat center;
background-size: 50px 50px;							}



/*ABOUT */




.about_section  {
	border-top-right-radius: 230px;
	padding: 90px  0  120px;
	position: relative;
	min-height: 600px;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url('/wp-content/themes/kab/img/region.svg') !important;
}


.about_section::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
width: 230px;
height: 230px;
		background-repeat: no-repeat;
		background-image: url('/wp-content/themes/kab/img/region.svg') !important;
}

.about_section_header ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.about_section_header a {
	display: block;
	padding: 12px 20px;
	background: #F2F2F2;
	font-size: 14px;
	border-radius: 50px;
	text-decoration: none;
	color: rgba(92, 92, 92, 1);
	transition: all 0.3s;
	border-bottom: 1px solid rgb(206, 206, 206);
}

.about_section_header a.active,
.about_section_header a:hover {
	background: #DEDEDE;
	color: rgba(20, 27, 35, 1);
}

.about_section_header a.active {
	font-weight: 500;
}

.about_section_content {
	display: flex;
	gap: 40px;
	margin-top: 60px;
}

.about_tab_content {
	display: none;
}

.about_tab_content.active {
	display: block;
}

.content_left_text img {
	max-width: 100%;
	height: auto;
	margin-bottom: 0px;
	border-radius: 4px;
}

.content_right_counters {
display: flex;
flex-direction: column;
	padding: 10px;


align-self: flex-end;
}


.content_right_counters  p b {
	max-width: 160px;
	display: block;
	font-weight: 400;
	margin-top: -18px;
}

.count_line {
	display: flex;
	font-size: 14px;
	line-height: 18px;
	gap: 20px;
	color: rgba(230, 0, 4, 1);
	margin-top: 23px;
}

.count_line span {
	display: block;
	height: 74px;
	font-size: 74px;
	font-weight: 400;

	margin-bottom: 5px;
}

/* Адаптивность */
@media (max-width: 992px) {

	.content_right_counters {

		margin-bottom: 30px;
	}
}

@media (max-width: 576px) {
	.about_section_header ul {
		flex-direction: column;
	}
}


/* Стили для контента вкладок */

.tab_text_content {
	max-width: 630px; 
font-size: 14px;
}

.tab_text_content p {
	margin-bottom: 20px;
}

.about_tab_content.active {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* Адаптивность */
@media (max-width: 992px) {


	.about_tab_content .content_right_counters {
		margin-bottom: 30px;
	}
}



/*AKRON FOOTER */

.akron_footer  {
	background-color: #F2F2F2;
	height: 343px;
	padding-top: 30px;
}

.bottom_line {
	margin-top: 50px;
	padding-top: 30px;
	border-top: 1px  solid rgba(217, 217, 217, 1);
	display: flex;
	justify-content: space-between;
}


.two {
	display: flex;
	justify-content: end;
	width: 50%;
	font-size: 14px;
	color: rgba(117, 117, 117, 1);
}


/* Кнопка "Наверх" */
.back-to-top {
	position: fixed;
	right: 30px;
	bottom: 311px;
	width: 60px;
	height: 60px;
	/*background: #0A3EA5;*/
	border: none;
	border-radius: 50%;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;

}

.back-to-top.visible {
	opacity: 1;
	visibility: visible;
}

.back-to-top:hover {
	/*background: #1F9B51;*/
	transform: translateY(-3px);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.back-to-top img {
	width: 60px;
	height: 60px;
	transition: transform 0.3s ease;
}

.back-to-top:hover img {
	transform: translateY(-3px);
}

.logo-container {
	width: 100%;
	max-width: 1920px;
	text-align: center;
	position: absolute;
	display: flex;
	justify-content: flex-end;
	max-width: 100%;
	margin-top: -30px;
}

.animated-text {
	font-size: 255px;
	font-weight: bold;
	color: #E6E6E6;
}

/* Стиль для каждой буквы */
.animated-text span {
	display: inline-block;
	opacity: 0;
	transform: translateY(-120px);
}


/*главное меню стили */
/* Основные стили меню */
.top_menu ul.menu {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

.top_menu .menu>li {
	position: relative;
}

.mobile-menu-toggle {display: none;}

.top_menu .menu>li>a {
	color: rgba(10, 62, 165, 1);
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	padding: 15px 15px 15px 35px;
	display: block;
	position: relative;
	transition: all 0.3s ease;
}

/* Иконка стрелки */
.top_menu .menu>li>a::before {
	content: '';
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 8px;
	background-image: url('/wp-content/themes/kab/img/ar_up.svg');
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	transition: opacity 0.3s ease;
}

/* Ховер эффект для пунктов меню */
.top_menu .menu>li:hover>a {
	color: white;
	background-color: #0A3EA5;
	border-radius: 7px 7px 0 0;
}

.top_menu .menu>li:hover>a::before {
	opacity: 1;
}

.akron_footer .top_menu .menu>li:hover>a {
	color: rgba(10, 62, 165, 1);
	text-decoration: underline;
	transition: all. 3s ease-in;
	background-color: transparent;
}
.akron_footer .top_menu .menu>li>a::before {
	display: none;
}

/* Выпадающее подменю */
.top_menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: max-content;
	max-width: 410px;
	background: #0A3EA5;
	border-radius: 0 7px 7px 7px;
	margin: 0;
	padding: 10px 0;
	list-style: none;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all 0.3s ease;
	z-index: 100;
	box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}

.top_menu .menu>li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/* Пункты подменю */

.top_menu .sub-menu li:last-child {
	border-bottom: none;
}

.top_menu .sub-menu a {
	color: white;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
	padding: 5px 20px 5px 15px;
	display: block;
	transition: all 0.2s ease;
	position: relative;
	text-decoration: underline;
}

.top_menu .sub-menu a::after {
	/*display: none;*/
	content: '';
	position: absolute;
	left: 15px;
	right: 20px;
	bottom: 5px;
	height: 1px;
	background: white;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease;
}

.top_menu .sub-menu a:hover {
	/*background: rgba(255, 255, 255, 0.1);*/
	text-decoration: none;
}




.top_menu .menu>li.menu-item-27:hover>a {
	color: #0A3EA5;
		background-color: transparent;
		border-radius: 0px;
		text-decoration: underline;
}
.top_menu .menu>li.menu-item-27:hover>a::before {
	display: none;
}

.top_menu .sub-menu a:hover::after {
	transform: scaleX(1);
}
/* Запрет скролла при открытом меню */
body.no-scroll {
	/*overflow: hidden;*/
}

/* Мобильное меню - скрыто по умолчанию */
.mobile-menu-wrapper {

	display: none;
	/* Добавляем это свойство */
}

/* Только при активации */
.mobile-menu-wrapper.active {
	display: flex;
	/* Показываем flex-контейнер */
	opacity: 1;
	visibility: visible;
}
/*главное меню стили */


/*для кастомного поиска: */
.header-search {
	position: relative;
	max-width: 630px;
}



.search-results {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: white;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	display: none;
}

.search-item {
	display: flex;
	align-items: center;
	padding: 10px;
	border-bottom: 1px solid #eee;
}

.search-item img {
	width: 40px;
	height: 40px;
	object-fit: contain;
	margin-right: 10px;
}

.search-item a {
	color: #333;
	text-decoration: none;
}

.search-item:hover {
	background-color: #f5f5f5;
}

.search-item {
	display: flex;
	padding: 10px;
	border-bottom: 1px solid #eee;
	align-items: flex-start;
}

.search-item img {
	width: 40px;
	height: 40px;
	object-fit: contain;
	margin-right: 10px;
	flex-shrink: 0;
}

.search-item-content {
	flex-grow: 1;
}

.search-link {
	color: #0066cc;
	text-decoration: none;
	font-weight: 400;
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
}

.search-meta {
	font-size: 12px;
	color: #666;
}

.match-in {
	display: inline-block;
	margin-right: 10px;
}

.matched-models {
	display: inline-block;
	font-style: italic;
}
/*для кастомного поиска: */


.privacy-policy .main_slider {display: none;}
.privacy-policy .second_row {display: none;}


.privacy-policy h1{font-size: 38px; margin-top: 90px; margin-bottom: 40px;}
.privacy-policy h2 {font-size: 24px;}