.socials-title {
	margin-bottom: 30px;
}

.socials-inner {
	height: 424px;
	display: grid;
	grid-template-columns: 740px 1fr;
	grid-template-rows: 1fr;
	gap: 20px;
}

.socials-reels {
	position: relative;
	overflow: visible;
}

.socials-reels-swiper {
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.socials-reels-swiper.social__video-wrap {
	display: block;
	gap: 0;
	flex-wrap: nowrap;
	justify-content: flex-start;
	max-width: 100%;
	margin-bottom: 0;
}

.socials-reels-slide-content {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}

.socials-reels-slide-content.video-wrapper {
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 10px;
}

.socials-reels-slide-content .social__video-item {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 9 / 16;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
	background: #000;
}

.socials-reels-slide-content .social__video-item video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.socials-reels-slide-content .video-poster {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	pointer-events: none;
	display: block;
	z-index: 1;
}

.socials-reels-slide-content .social__video-item .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 50%, #000000 100%);
	color: #fff;
	padding: 60px 16px 24px;
	display: flex;
	flex-direction: column;
	gap: 4px;
	z-index: 2;
}

.socials-reels-slide-content .overlay .reel-title {
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	letter-spacing: -0.04em;
}

.socials-reels-slide-content .overlay .reel-views {
	font-weight: 400;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.04em;
}

.socials-reels-slide-content .sound-toggle {
	display: none;
}

.socials-reels-slide-content .reel-logo {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 3;
	pointer-events: none;
}

.socials-reels-nav-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	background-color: var(--color-accent);
	border: none;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: opacity 0.3s ease;
	z-index: 10;
}

@media (hover: hover) {
	.socials-reels-nav-btn:hover {
		opacity: 0.8;
	}
}

.socials-reels-nav-btn svg {
	width: 6px;
	height: 10px;
}

.socials-reels-nav-btn--prev {
	left: -24px;
}

.socials-reels-nav-btn--next {
	right: 0;
}

.socials-links {
}

.socials-links-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background-color: #535353;
	color: var(--color-white);
	padding: 10px;
	position: relative;
	border-radius: 10px;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 50%;
	overflow: hidden;
}
.socials-links-item-telegram {
}
.socials-links-item-people {
	width: 80px;
	margin-bottom: 10px;
}
.socials-links-item-title {
	font-size: 14px;
	line-height: 1;
	margin-bottom: 9px;
}

.socials-links-item-address {
	font-size: 9px;
	color: rgba(255, 255, 255, 0.63);
}

.socials-links-item-address br {
	display: none;
}

.socials-links-item-link {
	padding: 7px;
	font-size: 13px;
	background-color: var(--color-black);
	color: var(--color-white);
	border-radius: 100px;
	margin-top: auto;
}
.socials-links-item-inst-note {
	color: rgba(255, 255, 255, 0.63);
	position: absolute;
	bottom: 6px;
	left: 17px;
	font-size: 8px;
}
.socials-links-item-instagram {
}
.socials-links-item-other {
	border-radius: 10px;
	background-image: url('../../img/socials/social-other-bg.webp');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	background-color: #fff;
	padding: 18px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.socials-links {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 160px auto;

	gap: 10px;
	grid-auto-flow: row;
	grid-template-areas:
		'socials-links-item-instagram socials-links-item-telegram socials-links-item-max'
		'socials-links-item-other socials-links-item-other socials-links-item-other';
}

.socials-links-item-instagram {
	grid-area: socials-links-item-instagram;
	background-image: url('../../img/socials/social-inst-bg.webp');
}

.socials-links-item-max {
	grid-area: socials-links-item-max;
	background-image: url('../../img/socials/social-max-bg.webp');
}

.socials-links-item-telegram {
	grid-area: socials-links-item-telegram;
	background-image: url('../../img/socials/social-tg-bg.webp');
}

.socials-links-item-other {
	grid-area: socials-links-item-other;
}

.socials-links-item-other-title {
	font-size: 20px;
	color: #202020;
}

.socials-ratings-list {
	display: flex;
	gap: 22px;
}

.socials-ratings-item {
	display: flex;
	flex-direction: column;
}
.socials-ratings-item-rating {
	display: flex;
	position: relative;
	margin-bottom: 12px;
}
.socials-ratings-item-value {
	font-size: 36px;
	position: relative;
}

.socials-ratings-item-value::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url('../../img/reviews/reviews-star.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	top: 0;
	right: -20px;
	position: absolute;
}
.socials-ratings-item-reviews {
	margin-bottom: 16px;
	opacity: 0.5;
	font-size: 13px;
}
.socials-ratings-item-platform {
	height: 24px;
}
.socials-ratings-item-icon {
	height: 100%;
	transition: transform 0.3s ease;
}
@media (hover: hover) {
	.socials-ratings-item-platform:hover .socials-ratings-item-icon {
		transform: scale(1.1);
	}
}

@media screen and (max-width: 1540px) {
	.socials-inner {
		grid-template-columns: 487px 1fr;
	}
	.socials-links-item-inst-note {
		font-size: 6px;
	}
}

@media screen and (max-width: 1200px) {
	.socials-inner {
		display: flex;
		flex-direction: column;
		height: 100%;
	}

	.socials-reels-swiper {
		height: 420px;
	}
}

@media screen and (max-width: 768px) {
	.socials-reels {
		padding-bottom: 50px;
	}
	.socials-links {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr 1fr 1fr;
		gap: 10px;
		grid-auto-flow: row;
		grid-template-areas:
			'socials-links-item-instagram'
			'socials-links-item-telegram'
			'socials-links-item-max'
			'socials-links-item-other';
	}
	.socials-links-item-other {
		background-image: none;
	}
	.socials-ratings-list {
		justify-content: space-between;
	}
	.socials-reels-swiper {
		height: 359px;
	}

	.socials-reels-slide-content .overlay {
		padding: 26px 8px 8px;
	}

	.socials-reels-slide-content .overlay .reel-title {
		font-size: 11px;
		margin-bottom: 0;
	}

	.socials-reels-slide-content .sound-toggle {
		display: none;
	}

	.socials-reels-slide-content .social__video-item video {
		display: none;
	}

	.socials-reels-slide-content .video-poster {
		display: block;
	}

	.swiper-slide-active .socials-reels-slide-content .social__video-item video {
		display: block;
	}

	.swiper-slide-active .socials-reels-slide-content .video-poster {
		display: none;
	}
	.socials-reels-nav-btn {
		width: 36px;
		height: 36px;
		border-radius: 0;
		top: auto;
		bottom: 0;
		left: 0;
		right: auto;
		transform: none;
	}
	.socials-reels-nav-btn--prev {
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
	}
	.socials-reels-nav-btn--next {
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
		left: 36px;
	}

	.socials-reels-scrollbar {
		position: absolute;
		bottom: 0;
		left: unset;
		width: calc(100% - 102px) !important;
		height: 2px;
		background: #ffbec9;
		border-radius: 2px;
		overflow: visible;
		display: flex;
		align-items: center;
		right: 0;
	}

	.socials-reels-scrollbar .swiper-scrollbar-drag {
		background: var(--color-accent);
		border-radius: 2px;
		height: 6px;
		cursor: pointer;
	}
	.socials-links-item-address br {
		display: block;
	}
	.socials-links-item-link {
		padding: 8px 13px;
		font-size: 12px;
		margin-top: 14px;
	}
	.socials-links-item-people {
		margin-bottom: 8px;
	}
	.socials-ratings-item-reviews {
		margin-bottom: 10px;
		font-size: 8px;
	}
	.socials-ratings-item-rating {
		margin-bottom: 7px;
	}
	.socials-links-item-other-title {
		font-size: 16px;
	}
	.socials-links-item-people {
		width: 57px;
	}
	.socials-links-item {
		padding: 11px;
	}
	.socials-ratings-list {
		gap: 0;
	}
	.socials-ratings-item-platform {
		height: 14px;
	}
}
