

/* Start:/local/templates/fgup/components/bitrix/news.list/marquee/style.css?17670225131615*/
.marquee-container {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 25px 0;
	position: relative;
	/* Градиент голубой → синий слева направо */
	background: linear-gradient(to right, #29b6f6, #1a237e);
	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, #29b6f6, transparent);
}

.marquee-container::after {
	right: 0;
	background: linear-gradient(to left, #1a237e, 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?1740301160270*/
.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;
}
/* End */
/* /local/templates/fgup/components/bitrix/news.list/marquee/style.css?17670225131615 */
/* /local/templates/fgup/styles.css?1716377062483 */
/* /local/templates/fgup/template_styles.css?1740301160270 */
