/*  items   */
.reels-list {
	gap: 14px;
	--reels-color: #fff;
}

.reels-item {
	aspect-ratio: 106 / 106;
	background: linear-gradient(141.04deg, #DC386C 16.08%, #FFAA0D 115.29%);
	padding: 2px;
	border-radius: 50%;
}

.reels-item--inner {
	width: 100%;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
	overflow: hidden;
}

.reels-item--bg {
	width: 100%;
	height: 100%;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.reels-popup {
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.reels-popup--backdrop {
	position: absolute;
	width: 100%; height: 100%;
	background: rgba(0, 0, 0, 0.8);
}

.reels-popup--content-outer {
	width: 100%;
	max-width: 450px;
	max-height: 800px;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.reels-popup--content {
	position: relative;
	background: #000;
	overflow: hidden;
	z-index: 10001;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 450px;
	max-height: 800px;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.reels-popup--close {
	position: absolute;
	top: -4px;
	left: calc(100% + 8px);
	color: #fff;
	font-size: 24px;
	cursor: pointer;
	z-index: 10002;
}

.reels-popup--close .vb {
	font-size: 40px;
}

.reels-popup--slider {
	width: 100%;
	height: 100%;
	display: flex;
	transition: transform 0.3s ease;
}

.reels-slide {
	position: relative;
	min-width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

.reels-slide video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: black;
}

.reels-popup--progress {
	position: absolute;
	top: 40px;
	left: 30px;
	right: 30px;
	height: 4px;
	display: flex;
	gap: 4px;
	z-index: 10002;
}

.reels-progress-bar {
	flex: 1;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 2px;
	overflow: hidden;
	position: relative;
}

.reels-progress-bar {
	flex: 1;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 2px;
	overflow: hidden;
	position: relative;
}

.reels-slide video {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: black;
}

.reels-progress-bar-fill {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0%;
	background: #023E84;
	transition: none; /* отключаем */
}

.reels-popup--arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 32px;
	color: white;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	cursor: pointer;
	z-index: 10003;
	user-select: none;
}

.btn-current-reels {
	font-size: 16px;
	letter-spacing: -1px;
	position: absolute;
	background: #fff;
	bottom: 30px;
	left: 18px;
	right: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 66px;
	gap: 22px;
}


.btn-current-reels .vb {
	font-size: 26px;
}


.reels-popup--arrow .vb {
	font-size: 40px;
}

.reels-arrow-prev {
	right: calc(100% + 20px);
}

.reels-arrow-next {
	left: calc(100% + 20px);
}

.reels-popup--arrow:hover {
	cursor: pointer;
}

.reels-error {
	color: white;
	font-size: 16px;
	background: #111;
	width: 100%;
	height: 100%;
	display:  inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 20px;
}

.reels-progress-bar.active-progress {
	background-color: white; /* или #fff */
}

.reels-popup--slider {
	transition: transform 0.3s ease; /* плавный переход */
}

.reels-slide .btn-current-reels {
	display: none;
}

.reels-slide.active .btn-current-reels {
	display: inline-flex; /* или block, как тебе нужно */
}

@media (max-width: 480px) {
	.reels-popup--content {
		width: 100%;
		height: 100%;
		border-radius: 0;
	}
}


#socbrand .slick-slide {
	margin-right: 7px;
	width: max-content !important;
}

#socbrand .slick-list {
	overflow: hidden;
}

#socbrand {
	overflow: hidden;
	justify-content: center;
	max-width: 100%;
}


#socbrand .right-col {
	position: relative;
}

#socbrand .slick-arrow {
	width: 35px;
	height: 35px;
	cursor: pointer;
	top: 0;
	bottom: 0;
	margin: auto;
}

.right-col a {
	display: block;
	width: 100%;
}

.soc-preview {
	height: 321px;
	width: unset;
	display: block;
	object-fit: cover;
	border-radius: 0; /* если нужно как у картинок */
}

#socbrand .slick-track {
	display: flex;
}

.slick-arrow.slick-disabled {
	opacity: 0.7;
}


#socbrand .slick-next {
	position: absolute;
	right: -15px;
	z-index: 99;
	border: unset;
}

#socbrand .slick-prev {
	position: absolute;
	left: -15px;
	z-index: 99;
	border: unset;
}


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

#socbrand {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	padding: 60px 0;
	gap: 40px;
}

.left-col {
	max-width: 406px;
	width: 100%;
}

.left-col h3 {
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #333;
	line-height: 1.2;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
}

.left-col p {
	font-size: 18px;
	line-height: 1.6;
	color: #666;
	margin-bottom: 30px;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.icons {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

.icons a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	transition: all 0.3s ease;
}

.icons a:hover {
	background-color: #e0e0e0;
	transform: translateY(-2px);
}

.icons img {
	width: 38px;
	height: 38px;
	object-fit: contain;
}

.right-col {
	max-width: 918px;
	width: 100%;
	display: flex;
	gap: 7px;
}

.right-col img {
	height: 321px;
	display: block;
}

/* Адаптивность */
@media (max-width: 1024px) {
	#socbrand .slick-slide {
		margin-left: 7px;
		display: flex;
		justify-content: center;
	}

	#socbrand {
		gap: 30px;
	}

	.left-col h3 {
		font-size: 28px;
	}

	.right-col {
		gap: 15px;
	}
}

@media (max-width: 768px) {
	#socbrand .slick-arrow {
		display: flex !important;
	}

	#socbrand {
		flex-direction: column;
		gap: 40px;
		padding: 40px 0;
	}

	.left-col {
		max-width: 100%;
		text-align: center;
	}

	.right-col {
		max-width: 100%;
	}

	.icons {
		justify-content: center;
	}
}

@media (max-width: 640px) {
	.right-col {
		flex-wrap: wrap;
		justify-content: center;
	}
}

@media (max-width: 480px) {
	.left-col h3 {
		font-size: 24px;
	}

	.left-col p {
		font-size: 16px;
	}

	.right-col {
		gap: 15px;
	}
}

@media (max-width: 360px) {
	.right-col {
		flex-direction: column;
		align-items: center;
	}
}


/* базовый шрифт */
:root {
	--stories-font: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.stories-modal {
	position: fixed;
	inset: 0;
	display: none;
	z-index: 9999;
	font-family: var(--stories-font);

	align-items: center;
	justify-content: center;
	padding: 12px;
}

.stories-modal.is-open {
	display: flex;
}

.stories-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .45);
}

.stories-card {
	position: relative;
	width: min(420px, calc(100vw - 24px));
	height: min(760px, calc(100vh - 24px));
	margin: 0;
	border-radius: 16px;
	background: #0f1115;
	overflow: hidden;
	box-shadow: 0 12px 40px rgba(0, 0, 0, .35);
}

.stories-close {
	position: absolute;
	top: 1px;
	right: 1px;
	z-index: 6;

	width: 36px;
	height: 36px;

	display: flex;
	align-items: center;
	justify-content: center;

	border: 0;
	border-radius: 50%;
	background: transparent;
	/*background: rgba(0,0,0,.45);*/
	color: #fff;

	font-size: 22px;
	line-height: 1;
	cursor: pointer;

	/* backdrop-filter: blur(4px);*/
}

.stories-close:hover {
	background: rgba(0, 0, 0, .65);
}

.stories-top {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	padding: 24px 24px 10px 24px;
	z-index: 3;
	background: linear-gradient(to bottom, rgba(0, 0, 0, .55), rgba(0, 0, 0, 0));
}

.stories-title {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
}

.stories-badge {
	display: inline-flex;
	width: 15px;
	height: 15px;
	align-items: center;
	justify-content: center;
}

.stories-progress {
	display: flex;
	gap: 6px;
	margin-top: 10px;
}

.stories-seg {
	flex: 1;
	height: 3px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .25);
	overflow: hidden;
}

.stories-seg > i {
	display: block;
	height: 100%;
	width: 0%;
	background: #fff;
}

/* Sound */
.stories-sound {
	margin-top: 10px;
	display: flex;
	align-items: center;
	gap: 8px;
	background: transparent;
	border: 0;
	padding: 6px 0;
	color: #fff;
	cursor: pointer;
	opacity: .92;
	font-size: 14px;
	font-weight: 500;
	width: fit-content;
}

.stories-sound:hover {
	opacity: 1;
}

.stories-btn:hover {
	color: #e0e0e0;
}

.stories-sound__ico {
	width: 16px;
	height: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.stories-media {
	position: absolute;
	inset: 0;
	display: flex;
}

.stories-media video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: #000;
}

.stories-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 4;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 999px;
	background: rgba(0, 0, 0, .35);
	color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	user-select: none;
}

.stories-arrow--left {
	left: 10px;
}

.stories-arrow--right {
	right: 10px;
}

.stories-arrow:disabled {
	opacity: .35;
	cursor: default;
}

.stories-bottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 12px 14px 14px 14px;
	display: flex;
	gap: 10px;
	z-index: 3;
	background: linear-gradient(to top, rgba(0, 0, 0, .65), rgba(0, 0, 0, 0));
}

.stories-btn {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 44px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, .20);
	color: #fff;
	text-decoration: none;
	background: rgba(0, 0, 0, .20);
	font-size: 14px;
	font-weight: 500;
}

.stories-ico {
	opacity: .9;
}

