

/* Start:/contacts/contacts.css?17508654649279*/
.page-top>.topic {
	padding: 20px 0 0;
}

.contacts {
	margin-top: 40px;
}

.contacts .container {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 50px;
	box-sizing: border-box;
}

#navigation {display: none;}

.hero-contact,
.address-card,
.address-map ymaps,
.channel-column,
.marketplace-link,
.social-marketplace-section,
.marketplace-link,
.channel-link,
.marketplace-link {
	border-radius: 6px;
}


/* Hero секция */
.hero-contact {
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('/images/contact-hero-bg.jpg');
	background-size: cover;
	background-position: center;
	padding: 120px 0;
	text-align: center;
	color: var(--white_color);
	position: relative;
	overflow: hidden;
}

.hero-icon {
	font-size: 64px;
	margin-bottom: 30px;
	color: var(--white_color);
	animation: float 3s ease-in-out infinite;
}

.hero-contact::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(45deg, rgba(255, 0, 98, 0.2), rgba(0, 187, 255, 0.2));
	z-index: 1;
}

.hero-contact .container {
	position: relative;
	z-index: 2;
}

.hero-contact h2 {
	font-size: 42px;
	margin-bottom: 20px;
}

.hero-description {
	font-size: 18px;
	opacity: 0.8;
}

.support-card {
	background: linear-gradient(45deg, rgba(239, 15, 50, 0.5) 0%, #111 20%, #000 60%, #141414 88%) !important;
}

/* Основные способы связи */
.main-support-section {
	display: flex;
	flex-direction: row;
	margin: 20px -15px 55px;
}

.phone-number, .email {
	display: inline-block;
	font-size: 22px;
	font-weight: 500;
	color: var(--white_color);
	border-bottom: 2px solid transparent;
	text-decoration: none;
	margin: 0 0 7px;
	transition: all 0.3s;
}
.email {
	font-size: 20px;
}
.phone-number:hover, .email:hover {
	color: var(--white_color);
	border-bottom: 2px solid rgba(255, 255, 255, 0.8);
	transform: translateY(-3px);
}

.account-desc,
.support-description {
	color: var(--gray_color);
	font-size: 14px !important;
	line-height: 130%;
}
.support-description {
	margin-bottom: 30px;
}

.support-card.telegram-channels {
	grid-column: auto;
}

.social-links,
.instagram-links,
.telegram-channels {
	display: flex;
	flex-direction: column;
}

.social-links,
.instagram-links {
	gap: 15px;
}

.telegram-channels {
	gap: 5px;
}


/* Сетка каналов */
.channels-grid {
	display: flex;
	flex-direction: row;
	gap: 20px;
	margin: 0 -15px;
}

.channel-column {
	text-align: left;
	width: 100%;
	margin: 15px 15px;
}

.channel-column h3 {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 35px;
}


/* Стили для Социальных сетей */
.social-header {
	text-align: center;
	margin-bottom: 50px;
}

.social-title {
	font-size: 32px;
	margin-bottom: 15px;
}

.instagram-links .social-link,
.channel-link, 
.marketplace-link {
	background: linear-gradient(145deg, #202020, #0a0a0a);
	align-items: center;
	transition: all 0.3s;
}
.instagram-links .social-link {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 20px 15px;
}
.channel-link, .marketplace-link {
	position: relative;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	padding: 20px;
}

.instagram-links .social-icon {
	width: 24px;
	height: 24px;
	margin-right: 12px;
}

.instagram-links span {
	font-size: 16px;
	font-weight: 500;
}

.account-desc {
	width: 100%;
	margin-top: 5px;
	margin-left: 36px;
	font-weight: 400 !important;
}



/* Стили для маркетплейсов */
.marketplace-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 60px;
	padding: 15px;
	background: #202020;
	transition: all 0.3s;
	text-decoration: none;
}
.marketplace-link:hover {
	background: #2a2a2a;
	transform: translateX(5px);
}


/* Социальные сети и маркетплейсы */
.social-marketplace-section {
	padding: 50px 50px 30px;
}

.channel-link {
	flex-direction: column;
	align-items: flex-start;
}

.channel-name {
	font-weight: bold;
	margin-bottom: 5px;
}

.marketplace-link::before {
	font-family: "Font Awesome 5 Free";
	margin-right: 15px;
	font-weight: 900;
}

.marketplace-link.website::before {
	content: "\f0ac";
}

.marketplace-link.wildberries::before {
	content: "\f290";
}

.marketplace-link.ozon::before {
	content: "\f07a";
}


/* Стили для офлайн-магазинов */
.offline-stores {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

.offline-stores span {
	position: relative;
	padding-left: 25px;
}
.offline-stores span::before {
	content: "\f3c5";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	color: rgba(255, 255, 255, 0.6);
}


/* Адрес */
.address-section {
	padding: 65px 0 20px;
}

.address-card {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 40px;
	background: linear-gradient(to right, #111, #000, #111);
	overflow: hidden;
}

.address-content {
	padding: 50px;
}

.address-content p {
	font-size: 16px;
	margin-bottom: 20px;
}

.social-tag {
	color: rgba(255, 255, 255, 0.6);
	font-size: 16px;
}

.address-map {
	height: 400px;
	filter: grayscale(70%) brightness(0.7);
	-webkit-transition : -webkit-filter 0.4s linear
}
.address-map:hover {
	filter: grayscale(0%) brightness(1);
}

/* Стили для SVG иконок */
.social-icon,
.marketplace-icon {
	width: 28px;
	height: 28px;
	fill: currentColor;
	margin-left: 0;
	margin-right: 15px;
	transition: transform 0.3s ease, fill 0.3s ease, filter 0.3s ease;
}

.marketplace-link, .marketplace-link:active, .marketplace-link:focus {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 16px;
	text-decoration: none;
	color: var(--white_color);
	background: linear-gradient(145deg, #202020, #0a0a0a);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	padding: 20px;
	transition: all 0.3s;
}

.marketplace-link:hover {
	color: var(--white_color);
	transform: translateX(5px);
	background: linear-gradient(145deg, #222, #111);
}

.marketplace-link:hover .marketplace-icon {
	transform: scale(1.15) /*rotate(8deg)*/;
}

/* Специфичные цвета для разных сервисов */
.telegram:hover .social-icon {
	fill: #0088cc;
}

.vk:hover .social-icon {
	fill: #4680C2;
}

.instagram:hover .social-icon {
	fill: #E4405F;
}

.website:hover .marketplace-icon {
	fill: #00ff9d;
}

.wildberries:hover .marketplace-icon {
	fill: url(#wb-gradient);
}

.ozon:hover .marketplace-icon {
	fill: #005bff;
}

/* Специфичные стили для Wildberries */
.wildberries .marketplace-icon {
	fill: url(#wb-gradient);
	filter: drop-shadow(0 2px 4px rgba(131, 38, 166, 0.3));
}
.wildberries:hover .marketplace-icon {
	transform: scale(1.15) /*rotate(8deg)*/;
	filter: drop-shadow(0 4px 8px rgba(131, 38, 166, 0.5)) brightness(1.1);
}

/* Специфичные стили для Ozon */
.ozon .marketplace-icon {
	fill: url(#ozon-pattern);
}

.ozon:hover .marketplace-icon {
	transform: scale(1.15) /*rotate(8deg)*/;
	filter: brightness(1.2);
}

/* Убираем лишние иконки и анимации */
.support-icon {
	display: none;
}


/* Медиа-запросы для адаптивности */
@media screen and (max-width: 767px) {
	.contacts {
		margin-top: 30px;
	}
	.contacts .container {
		padding: 0 30px;
	}
	.hero-contact {
		padding: 10px 0 20px;
		margin-top: 10px;
	}
	.hero-contact h2 {
		font-size: 22px;
	}
	.hero-description {
		font-size: 14px;
	}
	.main-support-section,
	.channels-grid {
		flex-direction: column;
		gap: 0;
		margin: 0 0 15px 0;
	}
	.address-section {
		padding: 0 0 40px;
	}
	.address-card {
		display: flex;
		flex-direction: column;
		gap: 0;
	}
	.email {
		font-size: 20px;
		margin-top: 20px;
	}
	.support-description {
		font-size: 15px;
		margin-bottom: 0;
	}
	.channel-column,
	.address-content {
		padding: 5px 30px 35px;
		margin: 15px 0;
	}
	.address-content {
		padding: 20px 30px;
	}
	.address-content h3 {
		font-size: 22px;
	}
	.address-content p {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.telegram-channels {
		gap: 0;
	}
	.social-header {
		margin-bottom: 20px;
	}
	.social-title {
		font-size: 28px;
		margin-bottom: 15px;
	}
	.social-marketplace-section {
		padding: 0;
		background: none !important;
	}
	.channel-column {
		text-align: left;
		width: 100%;
		background: #1c1c1c;
	}
	.support-card h3,
	.channels-grid .channel-column h3 {
		font-size: 18px;
		margin: 30px 0 20px !important;
	}
	.offline-stores {
		grid-template-columns: repeat(2, 1fr);
		padding: 0;
	}
	.marketplace-link {
		min-height: 50px;
	}
	.address-map {
		filter: grayscale(50%) brightness(1);
	}

}



@keyframes float {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-20px);
	}
	100% {
		transform: translateY(0px);
	}
}

/* End */
/* /contacts/contacts.css?17508654649279 */
