/* swiper */

/* arrow */
.arrow {
	background: url(../images/swiper/arrow_next.png) no-repeat;
	width: 52px;
	height: 52px;
	flex-shrink: 0;
	cursor: pointer;
	transition: 0.3s all;
}

.arrow:hover {
	filter: brightness(120%);
}

.arrow_prev {
	background: url(../images/swiper/arrow_prev.png) no-repeat;
}

.arrow_next {
	background: url(../images/swiper/arrow_next.png) no-repeat;
}

.arrow.swiper-button-disabled {
	opacity: 0.3;
	pointer-events: none;
}

/* stream */
.stream {
	width: 100%;
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgba(215, 215, 215, 0.5);
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	cursor: default;
	/* border: 1px solid rgba(66, 72, 81, 0.25); */
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 4px;
	background-color: #07080a;
	background-image: url(../images/stream-play.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.stream:after {
	content: "";
	display: block;
	position: absolute;
	left: -17px;
	top: -18px;
	right: -17px;
	bottom: -18px;
	background-color: transparent;
	background-image: url(../images/stream.png);
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: -10;
}

.stream__content {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	margin-top: 95px;
}

.stream__desc {
	color: rgba(199, 187, 183, 1);
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
}

.stream__link {
	color: rgba(240, 179, 112, 1);
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	text-decoration: underline;
}

.stream__link:hover {
	text-decoration: none;
}

.stream iframe {
	width: 100%;
	height: 100%;
}

/* streams */
.streams {
	position: absolute;
	width: 480px;
	top: 430px;
	left: 265px;
	z-index: 5;
}

.streams__container {
	position: relative;
	z-index: 0;
	margin-top: 20px;
}

.streams__list {
	overflow: hidden;
	border-radius: 6px;
	width: 100%;
	min-width: 0;
	box-sizing: border-box;
	padding: 20px;
}

[data-slider-prev="streams"],
[data-slider-next="streams"] {
	position: absolute;
	z-index: 20;
	display: block;
	top: 50%;
	transform: translateY(-50%);
}

[data-slider-prev="streams"] {
	right: calc(100% - 27px);
}

[data-slider-next="streams"] {
	left: calc(100% - 27px);
}

.streams ~ #smart_content_wrapper {
	height: 900px;
	top: 640px;
}

/* lang */

.lang {
	width: auto;
	box-sizing: border-box;
	padding-right: 1rem;
	flex-shrink: 0;
	color: rgba(255, 255, 255, 1);
	font-size: 0.875rem;
	position: absolute;
	right: 0;
	top: 20px;
}

.lang__current {
	display: grid;
	grid-auto-flow: column;
	justify-content: flex-start;
	align-items: center;
	grid-gap: 0.5rem;
	gap: 0.5rem;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.3s;
	grid-template-columns: 1.5rem 1fr;
	flex-shrink: 0;
	line-height: 1;
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
	padding: 0.625rem 0;
	font-size: 0.875rem;
	width: 100%;
	box-sizing: border-box;
}

.lang__current-img {
	border-radius: 50%;
	transition: 0.3s all;
	/* box-shadow: 0 0 0 1px #fff; */
	display: block;
}

.lang:hover .lang__current-img {
}

.lang__current:after {
	display: block;
	content: "";
	background-color: transparent;
	background-image: url(../images/lang/arrow-down.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 0.625rem;
	height: 0.375rem;
	color: #4c4757;
	font-size: 0.75rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(calc(-50%));
	transition: all 0.3s;
	cursor: pointer;
	pointer-events: none;
}

.lang__link {
	display: grid;
	grid-auto-flow: column;
	justify-content: flex-start;
	align-items: center;
	grid-gap: 0.5rem;
	gap: 0.5rem;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.3s;
	grid-template-columns: 1.5rem 1fr;
	flex-shrink: 0;
	line-height: 1.31;
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
	padding: 0.3125rem 0 0.3125rem 0.625rem;
	font-size: 1rem;
	width: 100%;
	box-sizing: border-box;
}

.lang__link:hover {
	opacity: 1;
}

.lang__name {
	text-transform: uppercase;
	display: block;
	flex-shrink: 0;
}

.lang__img {
	display: block;
	height: 1.5rem;
	width: 1.5rem;
	flex-shrink: 0;
	border: 1px solid transparent;
}

.lang__link_sub {
}

.lang__link_sub:hover {
	background-color: rgba(204, 200, 194, 0.1);
}

.lang__list {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	transform: translateY(-0.625rem);
	box-sizing: border-box;
	position: absolute;
	left: -0.6875rem;
	width: 5.625rem;
	padding: 0.3125rem 0;
	background: rgba(5, 9, 15, 1);
	border: 1px solid rgba(204, 200, 194, 0.1);
	border-radius: 0.3125rem;
}

/* .lang__list:after {
    display: block;
    content: "";
    position: absolute;
    top: 20px;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(76, 71, 87, 0.35);
    border-radius: 10px;
    z-index: -1;
} */

.lang:hover .lang__list {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.butt {
	width: 190px;
	height: 59px;
	background: url(../images/button.png) no-repeat;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #ffeeb1;
	text-decoration: none;
	margin: 0;
	transition: 0.2s all;
	text-transform: uppercase;
	text-shadow: 0 2px 1px #0000006e;
	letter-spacing: 0.03em;
	font-weight: bold;
}

.nav_cab:hover {
	filter: brightness(1.4);
}
