.intec-template .custom-main-page .intec-template-layout-page-wrapper,
.intec-template .custom-main-page.intec-template-layout-page {
	position: unset; /*Это чтобы всплывающие окошки на главной в блоке с услугами работали*/
	overflow: hidden;
}
.marquee-block {
	margin-top: 40px;
	margin-bottom: 0px;
}

.marquee-block .marquee-wrapper {
	height: 60px;
}

.marquee-block .marquee-elem {
	font-weight: 900;
	font-size: 46px;
	line-height: 60%;
	color: white;
	text-shadow: 1px 0 1px #C8C8C8, 0 1px 1px #C8C8C8, -1px 0 1px #C8C8C8, 0 -1px 1px #C8C8C8;
	transition: 350ms;
	text-transform: uppercase;
}
.marquee-block .marquee-elem:hover {
	color: #DB0032;
	text-shadow: 1px 0 1px #DB0032, 0 1px 1px #DB0032, -1px 0 1px #DB0032, 0 -1px 1px #DB0032;
	text-decoration: none;
}

.marquee-block .marquee-delimeter {
	margin: 0 25px;
	font-size: 0;
	line-height: 0;
}
.marquee-block .marquee-delimeter .mobile {
	display: none;
}
.marquee-block .marquee-delimeter svg {
	margin-bottom: -6px;
}

@media (max-width: 768px) {
	.marquee-block .marquee-elem {
		font-weight: 900;
		font-size: 36.5254px;
		line-height: 112.9%;
		letter-spacing: 0.08em;
	}
	.marquee-block {
		margin-top: 84px;
		margin-bottom: 57px;
	}
	.marquee-block .marquee-wrapper {
		height: 41px;
		margin-bottom: 21px;
	}
	.marquee-block .marquee-delimeter .mobile {
		display: initial;
	}
	.marquee-block .marquee-delimeter .desktop {
		display: none;
	}
	.marquee-block .marquee-delimeter svg {
		margin-bottom: -4px;
	}
	.marquee-block .marquee-delimeter {
		margin: 0 11px;
	}
}

#sections-main-block {
	margin: 86px 0;
}
#products-main-block {
	margin-top: 86px;
	padding-bottom: 86px;
	overflow: hidden;
	position: relative
}
#news-main-block {
	margin-top: 83px;
	margin-bottom: 8px;
}
#form-main-block {
	margin-bottom: 93px;
}
#services-main-block {
	margin-top: 50px;
	margin-bottom: 50px
}
#brands-main-block {
	margin-top: 83px;
	margin-bottom: 83px;
}
@media (max-width: 768px) {
	#sections-main-block {
		margin: 119px 0 100px 0;
	}
	#products-main-block {
		margin-top: 100px;
		padding-bottom: 100px;
	}
	#services-main-block {
		margin-top: 0;
		margin-bottom: 0
	}
	#news-main-block {
		margin-top: 116px;
		margin-bottom: 96px;
	}
	#brands-main-block {
		margin-top: 96px;
		margin-bottom: 100px;
	}
	#form-main-block {
		margin-bottom: 100px;
	}
}
.manager-action-links--wrapper>.link>a:hover .data,
.manager-action-links--wrapper>.link>a:focus .data,
.manager-action-links--wrapper>.link>a:active .data{
	color: #858585!important;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-notifications-1 .sale-basket-small-content .sale-basket-small-product-name,
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-notifications-1 .sale-basket-small-content .sale-basket-small-product-name:hover,
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-notifications-1 .sale-basket-small-content .sale-basket-small-product-name:focus,
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-notifications-1 .sale-basket-small-content .sale-basket-small-product-name:active{
	color: #888888!important;
}

/* Стили для блока компаний в личном кабинете */
.sale-personal-section-claims {
	background: #f8f9fa;
	border-radius: 12px;
	padding: 16px;
	margin: 0;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.sale-personal-section-claims-header {
	margin-bottom: 12px;
	padding: 0!important;
}

.sale-personal-section-claims-title {
	font-size: 20px;
	font-weight: 700;
	color: #333333;
	margin: 0;
	position: relative;
	padding-bottom: 8px;
}


.sale-personal-section-claims-wrap {
	background: transparent;
	padding: 0!important;
}

.sale-personal-section-claims-items {
	background: transparent;
}

/* Древовидный список компаний */
.companies-compact {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

/* Отступ между разными холдингами */
.companies-compact--additional {
	margin-top: 20px;
	padding-top: 16px;
	border-top: 2px solid #e0e0e0;
}

.company-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 6px 10px;
	border-radius: 4px;
	background: white;
	transition: all 0.2s ease;
	position: relative;
	text-decoration: none;
	color: inherit;
}

.company-item:hover {
	background: #f9f9f9;
	text-decoration: none;
	color: inherit;
}

.company-item--head {
	background: #f5f5f5;
	font-weight: 600;
}

.company-item--child {
	margin-left: 20px;
	position: relative;
}

/* Древовидные ветки */
.company-item--child::before {
	content: '';
	position: absolute;
	left: -20px;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #ddd;
}

.company-item--child::after {
	content: '';
	position: absolute;
	left: -20px;
	top: 50%;
	width: 15px;
	height: 1px;
	background: #ddd;
}

/* Соединительная линия для последней дочерней компании */
.company-item--child:last-child::before {
	bottom: 50%;
}

.company-item__content {
	display: flex;
	align-items: center;
	gap: 6px;
	flex: 1;
}

.company-item__name {
	font-weight: 500;
	font-size: 13px;
	color: #333;
}

.company-item--head .company-item__name {
	font-weight: 600;
}

.company-item__badges {
	display: flex;
	gap: 3px;
}

.badge {
	padding: 1px 4px;
	border-radius: 2px;
	font-size: 9px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.2px;
}

.badge--active {
	background: #e8f5e8;
	color: #2d5a2d;
}

.badge--inactive {
	background: #f5e8e8;
	color: #5a2d2d;
}

.badge--head {
	background: #e8f0f5;
	color: #2d4a5a;
}


.companies-empty {
	text-align: center;
	padding: 40px 20px;
	color: #666;
	font-size: 16px;
}

/* Адаптивность для блока компаний */
@media (max-width: 768px) {
	.sale-personal-section-claims {
		padding: 12px;
		margin: 12px 0;
	}
	
	.sale-personal-section-claims-header {
		margin-bottom: 8px;
	}
	
	.sale-personal-section-claims-title {
		font-size: 18px;
		padding-bottom: 6px;
	}
	
	.company-item {
		padding: 5px 8px;
	}
	
	.companies-compact {
		gap: 6px;
	}
	
	.companies-compact--additional {
		margin-top: 16px;
		padding-top: 12px;
	}
	
	.company-item--child {
		margin-left: 15px;
	}
	
	.company-item--child::before {
		left: -15px;
	}
	
	.company-item--child::after {
		left: -15px;
		width: 12px;
	}
	
	.company-item__content {
		gap: 4px;
	}
	
	.company-item__name {
		font-size: 12px;
	}
	
	.badge {
		font-size: 8px;
		padding: 1px 3px;
	}
	
	.company-item__link {
		font-size: 11px;
	}
}

@media (max-width: 480px) {
	.sale-personal-section-claims {
		padding: 10px;
		margin: 8px 0;
	}
	
	.sale-personal-section-claims-header {
		margin-bottom: 6px;
	}
	
	.sale-personal-section-claims-title {
		font-size: 16px;
		padding-bottom: 4px;
	}
	
	.company-item {
		padding: 4px 6px;
	}
	
	.companies-compact {
		gap: 5px;
	}
	
	.companies-compact--additional {
		margin-top: 12px; 
		padding-top: 10px;
	}
	
	.company-item--child {
		margin-left: 12px;
	}
	
	.company-item--child::before {
		left: -12px;
	}
	
	.company-item--child::after {
		left: -12px;
		width: 10px;
	}
	
	.company-item__name {
		font-size: 11px;
	}
	
	.company-item__link {
		font-size: 10px;
	}
}
#diler-registration-fields>.intec-grid.intec-grid-i-18{
	margin: 0;
}