

/* Start:/local/templates/fgup/components/bitrix/news.list/marquee/style.css?17684874101615*/
.marquee-container {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 25px 0;
	position: relative;
	/* Градиент голубой → синий слева направо */
	background: linear-gradient(to right, #4595D2, #14256D);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.marquee-wrapper {
	display: flex;
	width: fit-content;
}

.marquee-content {
	display: flex;
	animation: marquee 60s linear infinite;
	white-space: nowrap;
}

.marquee-item {
	padding: 0 40px;
	font-size: 26px;
	color: white;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	transition: transform 0.2s;
}

.marquee-item:hover {
	transform: translateY(-2px);
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

/* Градиенты по краям для плавного скрытия */
.marquee-container::before,
.marquee-container::after {
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	width: 150px;
	z-index: 2;
	pointer-events: none;
}

.marquee-container::before {
	left: 0;
	background: linear-gradient(to right, #4595D2, transparent);
}

.marquee-container::after {
	right: 0;
	background: linear-gradient(to left, #14256D, transparent);
}

@keyframes marquee {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}

/* Адаптивность */
@media (max-width: 768px) {
	.marquee-item {
		font-size: 20px;
		padding: 0 25px;
	}

	.marquee-container::before,
	.marquee-container::after {
		width: 80px;
	}
}

@media (max-width: 480px) {
	.marquee-item {
		font-size: 18px;
		padding: 0 20px;
	}

	.marquee-container {
		padding: 20px 0;
	}
}
/* End */


/* Start:/local/templates/fgup/styles.css?1716377062483*/
.text-section__text {
    text-align: justify;
    line-height: 24px;
    font-size: 16px;
}

.text-section__list {
    margin-bottom: 24px;
    list-style-position: inside;
}

.text-section__list--dots li {
    list-style-type: disc;
    list-style-position: inside;
}

.text-section__list li {
    text-align: justify;
    line-height: 24px;
    font-size: 16px;
}

.text-section__title-h2 {
    margin-top: 60px;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}
/* End */


/* Start:/local/templates/fgup/template_styles.css?17686444421022*/
.feedback-form__desc {
    margin-bottom: 10px;
    color: var(--color-gray-first);
    line-height: 1.4;
}

.chat-bot__form-repeat {
    padding: 16px 0;
}

button:disabled, button:disabled:hover {
    background-color: var(--color-gray-seventh);
    cursor: default;
}

#map-tooltip {
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    pointer-events: none; /* Чтобы подсказка не мешала наведению */
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    max-width: 200px;
    text-align: center;
}
/* Можно добавить стиль для наведения на регионы */
svg path, svg g {
    cursor: pointer;
    transition: fill 0.2s;
}
svg path:hover, svg g:hover {
    /* Временное изменение цвета при наведении (опционально) */
    /*fill: var(--color-aqua) !important;
    opacity: 0.8;*/
}
/* End */
/* /local/templates/fgup/components/bitrix/news.list/marquee/style.css?17684874101615 */
/* /local/templates/fgup/styles.css?1716377062483 */
/* /local/templates/fgup/template_styles.css?17686444421022 */
