

/* Start:/local/templates/mrbond/template_styles.css?17851606389509*/
.catalog-filter__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
	flex-wrap: wrap;
    overflow-x: unset;
    padding: 10px 0;
}







/* ===== 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 ===== */



/* Кастомный чекбокс */

.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; /* Чтобы каждая ссылка была на отдельной строке при переносе */
    }
}
/* End */


/* Start:/local/templates/mrbond/assets/styles/shop-list-items.min.css?17796322771718*/
.shop-list-items{margin:0}.shop-list-item{border-bottom:1px solid #f1f1f1;padding:1rem}@media (min-width:576px){.shop-list-item{padding:3rem}}@media (min-width:768px){.l-main--has-outer-sidebar .l-main__inner-content .shop-list-item{padding:1rem}}@media (min-width:1200px){.l-main__inner-sidebar .shop-list-item{padding:1rem}}.shop-list-item__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:auto;max-width:68rem}.shop-list-item__picture{-webkit-box-flex:0;-ms-flex:0 1;flex:0 1;margin-bottom:1rem}.shop-list-item__picture img{max-width:100%}.shop-list-item__icon{font-size:1.5rem;color:#ff5605}.shop-list-item__data{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;font-size:1rem}.shop-list-item__name{margin-bottom:1rem}.shop-list-item__name a{color:#202020;font-weight:700}.shop-list-item__name a:focus,.shop-list-item__name a:hover{color:#202020}.shop-list-item__prop{margin:.38rem 0;position:relative;padding-left:1.63rem}.shop-list-item__prop .icon-svg{margin-right:.56rem;margin-top:.19rem;color:#ff5605;position:absolute;left:0}@media (min-width:992px){.l-main--has-outer-sidebar .l-main__inner-content .shop-list-item{padding:3rem}.l-main__outer-sidebar .shop-list-item{padding:1rem}.shop-list-item__container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.shop-list-item__picture{margin-left:auto;margin-right:auto;-ms-flex-preferred-size:16.25rem;flex-basis:16.25rem;-ms-flex-negative:0;flex-shrink:0;margin-bottom:0}.shop-list-item__data{padding-left:2rem}}
/* End */
/* /local/templates/mrbond/template_styles.css?17851606389509 */
/* /local/templates/mrbond/assets/styles/shop-list-items.min.css?17796322771718 */
