

/* Start:/local/templates/main/template_styles.css?178222787811013*/
section.storage ._two-columns .storage__img-wrap p br {
	display: none
}

.reliability img {
	width: 100%;
	margin-top: 30px;
	object-fit: cover;
	object-position: center bottom;
	height: 690px;
}

._button._green {
	background-color: #14AB00;
	border-color: #14AB00;
}

._button._green:hover {
	background: #fff;
	color: #14AB00;
}

._button._green:hover path {
	stroke: #14AB00;
}

@media (max-width: 600px) {
	section.storage ._two-columns .storage__img-wrap p br {
		display: block
	}
}

.exhibitions__text a h2:hover {color: #004CDD;}
.js-slider-wrap2, .js-slider-wrap3 {position: relative}
.js-slider-wrap2 svg, .js-slider-wrap3 svg {
	height: 70%;
}
.js-slider-wrap2 svg path, .js-slider-wrap3 svg path  {
    font-size: 14px;
    color: #004cdd;
}

/* ===== cookie-banner START ===== */
.cookie-banner {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 120%;
	max-width: 100%;
	height: 70px;
	background: #ffffff;
	box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.1019607843);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 30px;
	/* Плавное появление (опционально) */
	animation: slideUp 0.4s ease-out;
}

@keyframes slideUp {
	from {
		opacity: 0;
		transform: translateX(-50%) translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateX(-50%) translateY(0);
	}
}

/* Левая часть: иконка + текст */
.cookie-banner {
	display: flex;
	align-items: center;
	gap: 16px;
	flex: 1;
}

.cookie-banner svg {
	flex-shrink: 0;
}

.cookie-banner p {
	font-size: 16px;
	color: #1a1a1a;
	margin: 0;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 20px;
}
.cookie-banner.hidden {
    display: none !important;
}
/* Адаптивность */
@media (max-width: 768px) {
	.cookie-banner {
		flex-direction: column;
		height: auto;
		padding: 20px 20px;
		bottom: 16px;
		width: 94%;
		gap: 14px;
		align-items: stretch;
	}

	.cookie-banner .left {
		flex-direction: column;
		text-align: center;
		gap: 8px;
	}

	.cookie-banner .left p {
		font-size: 14px;
	}

	.cookie-banner .right {
		justify-content: center;
		flex-wrap: wrap;
		gap: 12px;
	}

	.cookie-banner .right .brand {
		white-space: normal;
		font-size: 14px;
		text-align: center;
	}

	.cookie-banner .right .btn {
		padding: 8px 20px;
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.cookie-banner {
		bottom: 10px;
		padding: 16px 14px;
		width: 96%;
	}
	.cookie-banner .left p {
		font-size: 13px;
	}
	.cookie-banner .right .btn {
		padding: 6px 16px;
		font-size: 13px;
	}
	.cookie-banner .right .brand {
		font-size: 13px;
	}
}
/* ===== cookie-banner END ===== */






/* ===== partners-section START ===== */
	/* Базовые настройки */
.partners-section {
    background-color: #F4F5F7; /* Светло-серый фон как на макете */
    padding: 80px 0;
	margin-bottom: 80px;
    font-family: 'Inter', sans-serif; /* Или ваш шрифт */
}

.partners-grid {
    display: flex;
    gap: 75px;
}

.partners-col {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Типографика */
.partners-title {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 20px;
}

.partners-desc {
    font-size: 16px;
    line-height: 1.5;
    color: #555;
    margin-bottom: 40px;
}

/* --- ЛЕВАЯ КОЛОНКА (ДИЛЕРЫ) --- */
.partners-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.partners-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.partners-item {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 600;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 1.3;
}

.check-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

/* Сертификат с наклоном */
.certificate-wrapper {
    position: relative;
    width: 280px; /* Примерная ширина */
    transform: rotate(-6deg); /* Наклон как на картинке */
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    border-radius: 4px;
    background: #fff;
}

.certificate-img {
    width: 100%;
    display: block;
    border-radius: 4px;
}
.partners-section .our-brands__item-img {
    height: 260px;
    margin-bottom: 0;
}


/* --- ПРАВАЯ КОЛОНКА (СЕРВИС) --- */
.benefits-card {
    background: #fff;
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 40px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.benefits-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.benefits-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.benefits-text strong {
    font-size: 18px;
    color: #1A1A1A;
}

.benefits-text span {
    font-size: 15px;
    color: #666;
    line-height: 1.4;
}

/* Кнопка зеленая */
.btn-green {
    background-color: #7ED321; /* Цвет с макета */
    color: #fff;
}

.btn-green:hover {
    background-color: #6bb51b;
}




.partners-col {
    display: flex;
    flex-direction: column;
    /* Растягиваем колонки на всю высоту родителя */
    align-items: flex-start;
}

/* Контент-враппер растягивается, забирая всё свободное место */
.partners-content-wrapper,
.benefits-card {
    flex: 1; /* Занимает всё доступное пространство */
    width: 100%;
}

/* Кнопка прижимается к низу за счёт margin-top: auto */
.partners-col ._button {
    margin-top: auto;
}



/* Адаптив */
@media (max-width: 992px) {
    .partners-grid {
        flex-direction: column;
    }
    
    .partners-content-wrapper {
        flex-direction: column-reverse; /* Сертификат сверху или снизу по желанию */
        align-items: center;
    }
    
    .certificate-wrapper {
        margin-bottom: 30px;
        transform: rotate(0); /* Убираем наклон на мобильных для экономии места */
    }
}

.partners-section .our-brands__item-wrap p {
    margin-bottom: 16px;
    max-width: 100%;
}
/* ===== partners-section END ===== */

/* Кастомный чекбокс */
.checkbox-wrapper {
    margin: 20px 0;
}

.custom-checkbox {
    display: inline-flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    position: relative;
    padding-left: 0;
    flex-direction: row !important; /* Переопределяем column */
    flex-wrap: nowrap !important;
    width: 100%;
}

.custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    pointer-events: none; /* Чтобы клик шел на label */
}

.custom-checkbox .checkmark {
    flex: 0 0 20px; /* Не растягивается, не сжимается, ширина 20px */
    width: 20px;
    height: 20px;
    border: 2px solid #004CDD;
    border-radius: 4px;
    background: #fff;
    transition: all 0.3s ease;
    position: relative;
    margin-top: 2px; /* Чуть опустим для выравнивания с текстом */
}

.custom-checkbox input[type="checkbox"]:checked + .checkmark {
    background: #004CDD;
    border-color: #004CDD;
}

.custom-checkbox input[type="checkbox"]:checked + .checkmark::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom-checkbox .checkbox-text {
    flex: 1; /* Занимает оставшееся место */
    color: #555;
    font-size: 14px;
    line-height: 1.5;
    word-break: break-word; /* Перенос длинных слов, если не хватает места */
}

.custom-checkbox .checkbox-text a {
    color: #004CDD;
    text-decoration: underline;
    transition: 0.3s;
    font-size: 14px;
    white-space: nowrap; /* Ссылки не переносятся */
}

.custom-checkbox .checkbox-text a:hover {
    color: #002b7a;
}

/* Стили для неактивной кнопки */
#submitBtn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

/* Адаптив для мобильных */
@media (max-width: 768px) {
    .checkbox-wrapper {
        margin: 15px 0;
    }
    
    .custom-checkbox {
        gap: 10px;
        font-size: 13px;
    }
    
    .custom-checkbox .checkmark {
        flex: 0 0 18px;
        width: 18px;
        height: 18px;
        margin-top: 1px;
    }
    
    .custom-checkbox input[type="checkbox"]:checked + .checkmark::after {
        left: 5px;
        top: 1px;
        width: 5px;
        height: 11px;
    }
    
    .custom-checkbox .checkbox-text {
        font-size: 13px;
    }
    
    .custom-checkbox .checkbox-text a {
        font-size: 13px;
        white-space: normal; /* На мобильных ссылки могут переноситься */
    }
}

/* Для очень маленьких экранов */
@media (max-width: 480px) {
    .custom-checkbox .checkbox-text a {
        display: inline-block; /* Чтобы каждая ссылка была на отдельной строке при переносе */
    }
}











/*-----------------------------------------------------------------------------------*/
.header .header-contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.header .header-contacts a {
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 7px;
}
.header a {
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 600;
	padding: 29px 24px;
}
.header__menu li:hover div {
    max-height: 390px;
}
.header__menu li div {
    width: 270px;
}
/*-----------------------------------------------------------------------------------*/
.header a {
    padding: 29px 14px;
}
.custom-checkbox input[type="checkbox"]:checked + .checkmark::after {
    top: 0px;

}
/* End */
/* /local/templates/main/template_styles.css?178222787811013 */
