

/* Start:/local/components/donsport/fitness/templates/.default/style.css?17591565623868*/
.fitness-preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

.preloader-spinner {
	width: 50px;
	height: 50px;
	border: 5px solid #f3f3f3;
	border-top: 5px solid #E01D32;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.fitnes-empty {
	width: 100%;
	padding: 30px;
	text-align: center;
	font-size: 18px;
	color: #666;
	background-color: #f8f8f8;
	border-radius: 10px;

}

.btn-fitnes-see.loading {
	opacity: 0.7;
	pointer-events: none;
}

/* Стили для SVG иконок - масштабируем пропорционально */
.species-card svg {
	width: 100%;
	height: auto;
	max-width: 207px;
}

/* Стили для иконок ховера - МЕНЯЕМ ЛОГИКУ */
.species-card .icon-hover {
	display: none;
}

/* При наведении показываем ICON (icon-hover) */
.species-card:hover .icon-default {
	display: none;
}

.species-card:hover .icon-hover {
	display: block;
}

/* В активном состоянии также показываем ICON (icon-hover) */
.species-card.active .icon-default {
	display: none;
}

.species-card.active .icon-hover {
	display: block;
}

.species-card.active .species-card-text {
	font-weight: bold;
	;
}

/* Стиль активной карточки */
.species-card.active {
	color: #383838;
}

@media (max-width: 1440px) {
	.species-card svg {
		max-width: 135px;
	}
}

@media (max-width: 1040px) {
	.species-card svg {
		max-width: 80px;
	}
}

@media (max-width: 500px) {
	.species-card svg {
		max-width: 72px;
	}
}

.species-card img {
	max-width: 207px;
	height: auto;
	margin-bottom: 15px;
}

@media (max-width: 1440px) {
	.species-card img {
		max-width: 135px;
	}
}

@media (max-width: 1040px) {
	.species-card img {
		max-width: 80px;
	}
}

@media (max-width: 500px) {
	.species-card img {
		max-width: 72px;
	}
}

/* Секция с описанием */
.category-info {
	margin-top: 130px;
	margin-bottom: 130px;
}

.category-info-wrap {
	width: 700px;
	margin: 0 auto;
}

@media(max-width:700px) {
	.category-info-wrap {
		width: 100%;
	}
}

.category-info h2 {
	font-size: 40px;
	line-height: 1.2;
	text-align: center;
	margin: 24px 0 8px;
}

.category-info h3 {
	font-size: 30px;
	line-height: 1.2;
	text-align: center;
	margin: 24px 0 8px;
}

.category-info p {
	margin-bottom: 16px;
}

.category-info a {
	color: var(--dark-blue);
	text-decoration: underline;
}

.category-info ul li {
	list-style: disc;
	margin-left: 20px;
}

/* Кнопки для галереи */

.marquee-controls {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-top: 20px;
}

.marquee-btn {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.7);
	color: white;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	-webkit-tap-highlight-color: transparent;
}

.marquee-btn:hover {
	background: rgba(0, 0, 0, 0.9);
}

.marquee-btn:active {
	transform: scale(0.95);
}

.marquee-btn svg {
	fill: currentColor;
	width: 24px;
	height: 24px;
}

@media (max-width: 767px) {
	.marquee-btn {
		width: 36px;
		height: 36px;
	}

	/* .marquee-content {
        gap: 12px;
    }*/
}

/*
@keyframes marquee-left{
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.marquee-content-fitnes--right{
    animation-duration: 15s !important;
}

.marquee-content-fitnes--left{
    animation-name: marquee-left !important;
    animation-duration: 15s !important;
    animation-direction: alternate !important;
}*/

.clubs-banner .marquee-content-fitnes {
	animation: none;
}
/* End */
/* /local/components/donsport/fitness/templates/.default/style.css?17591565623868 */
