@font-face 
{
	font-family: Roboto;
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/roboto/Roboto-Thin.woff2') format('woff2'), url('../fonts/roboto/Roboto-Thin.ttf') format('ttf');
}

@font-face 
{
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/roboto/Roboto-Light.woff2') format('woff2'), url('../fonts/roboto/Roboto-Light.ttf') format('ttf');
}

@font-face 
{
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto/Roboto-Regular.woff2') format('woff2'), url('../fonts/roboto/Roboto-Regular.ttf') format('ttf');
}

@font-face 
{
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/roboto/Roboto-Medium.woff2') format('woff2'), url('../fonts/roboto/Roboto-Medium.ttf') format('ttf');
}

@font-face 
{
	font-family: Roboto;
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/roboto/Roboto-Bold.woff2') format('woff2'), url('../fonts/roboto/Roboto-Bold.ttf') format('ttf');
}

@font-face 
{
	font-family: Roboto;
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/roboto/Roboto-Black.woff2') format('woff2'), url('../fonts/roboto/Roboto-Black.ttf') format('ttf');
}


*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Roboto, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #fcfcfc;
}

html,
body
{
	min-height: 100vh;
}

body
{

}

.container
{
	width: 1200px;
	margin: auto;
}

header
{
	background: url('../img/bg.jpg?1') 50% 0 / cover no-repeat;
}

header .container
{
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;;
}

header .container > div
{
	display: flex;
	align-items: center;
	gap: 30px;
}

header .logo 
{
    width: 260px;
    font-size: 20px;
    height: 70px;
    line-height: 68px;
    padding-left: 55px;
    padding-right: 25px;
    background: url(../img/logo.svg?1) 0 42% no-repeat;
    background-size: 17%;
    font-weight: 500;
}

.language
{
	height: 70px;
	//padding: 0 22px;
	display: flex;
	gap: 10px;
	align-items: center;
}

.language a
{
	display: block;
	width: 35px;
	height: 25px;
	opacity: 0.5;
}

.language a.active
{
	border: 3px solid #fff;
	cursor: default;
	opacity: 1;
}

.language a:hover
{
	opacity: 1;
}

.language-ru
{
	background: url('/_res/img/RU.svg') 50% 50% / cover no-repeat;
}

.language-en
{
	background: url('/_res/img/EN.svg') 50% 50% / cover no-repeat;
}

header .play
{
	display: block;
	height: 70px;
	line-height: 70px;
	background: #639a45;
	width: 160px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 24px;
	transition: 0.2s;
}

header .play:hover
{
	background: #437a25;
}

.banner
{
	min-height: calc(100vh - 70px);
	background: url('/_res/img/index_banner.jpg') 50% 50% / cover no-repeat;
}

.banner-overlay
{
	height: 100%;
	min-height: calc(100vh - 70px);
	background: radial-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.5));
}

.banner .container
{
	position: relative;
	height: 100%;
}

.banner-text
{
	position: absolute;
	width: 200px;
	left: 0;
	top: 100px;
}

.banner-text *
{
	font-size: 60px;
	line-height: 1.1;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #000;
}

.banner-text div
{
	animation: 10s linear 0s infinite rgb-light;
	height: 66px;
	white-space: nowrap;
}

.banner-soon
{
	position: absolute;
	width: 200px;
	height: 200px;
	right: 0;
	top: 100px;
	background: url('/_res/img/soon_RU.png?2') 50% 50% / contain no-repeat;
}

html[lang="en"] .banner-soon
{
	background-image: url('/_res/img/soon_EN.png?2');
}

.play-big
{
	display: block;
	height: 100px;
	line-height: 100px;
	background: #639a45;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 32px;
	letter-spacing: 5px;
	transition: 0.2s;
}

.play-big:hover
{
	background: #437a25;
}


.features
{
	
}

.feature
{
	display: flex;
	background: #103756;
	height: 550px;
	align-items: center;
}

.feature:nth-child(even)
{
	background: #544187;
}

.feature-text
{
	font-size: 20px;
	line-height: 1.5;
	font-weight: 300;
	width: 50%;
}

.feature:nth-child(odd) .feature-text
{
	padding-right: 50px;
	padding-left: calc(50% - 600px);
}

.feature:nth-child(even) .feature-text
{
	order: 2;
	padding-left: 50px;
	padding-right: calc(50% - 600px);
}

.feature-img
{
	width: 50%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.feature:nth-child(even) .feature-img
{
	order: 1;
}

.feature-img div
{
	display: flex;
	width: 380px;
	height: 460px;
	justify-content: center;
	align-items: center;
	background: url('/_res/img/polaroid.png') 50% 50% / contain no-repeat;
}

.feature:nth-child(odd) .feature-img div
{
	transform: rotate(-5deg);
}

.feature:nth-child(even) .feature-img div
{
	transform: rotate(5deg);
}

.feature span
{
	display: block;
    width: 325px;
    height: 325px;
    margin-right: 13px;
    margin-bottom: 83px;
    background-size: cover;
    background-position: 0 0;
}

footer
{
	padding: 50px 0;
	background: #544187;
}

footer .bottom.container
{
	display: flex;
	justify-content: center;
	gap: 50px;
	align-items: center;
	margin-top: 50px;
}

footer .bottom.container div
{
	display: flex;
	gap: 24px;
	justify-content: center;
	align-items: center;
}

footer a
{
	text-decoration: none;
}

footer .telegram,
footer .vk,
footer .vkplay,
footer .max
{
	display: block;
	width: 32px;
	height: 32px;
	line-height: 33px;
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	font-size: 12px;
}

footer .telegram
{
	background-image: url('/_res/img/telegram.svg');
	background-position: 0 50%;
	width: unset;
	padding-left: 36px;
}

footer .vk
{
	background-image: url('/_res/img/vk.svg');
}

footer .vkplay
{
	background-image: url('/_res/img/vkplay.svg');
}

footer .max
{
	background-image: url('/_res/img/max.svg?1');
	background-position: 0 50%;
    width: unset;
    padding-left: 36px;
}

.text
{
	margin: 0 auto;
}

.text p,
.text p a
{
	font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
}

.text p + p
{
	margin-top: 20px;
}

.text .update-item h3
{
	font-size: 24px;
	margin-bottom: 10px;
}

.text img
{
	max-width: 100%;
}

#updates
{
	background: url('../img/bg.jpg?1') 50% 0 / cover no-repeat;
	padding: 60px 0;
}

#gallery h2
{
	font-size: 32px;
	text-transform: uppercase;
	margin-bottom: 40px;
	text-align: center;
}

#updates h2
{
	font-size: 32px;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: center;
}

#updates .updates-list
{
	display: flex;
	flex-direction: column;
	gap: 40px;
}

#updates .update-item
{
	border-radius: 15px;
    box-shadow: 0 2px 11px rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 0, 0, 0.35);
    padding: 40px;
	display: none;
}

#updates .update-item:nth-child(1),
#updates .update-item:nth-child(2),
#updates .update-item:nth-child(3)
{
	display: block;
}

#updates .update-head
{
	display: flex;
	gap: 20px;
	margin-bottom: 30px;
}

#updates .update-date
{
	background: #644187;
	padding: 4px 12px;
	border-radius: 4px;
}

#updates .update-tag
{
	background: #442167;
	padding: 4px 12px;
	border-radius: 4px;
}

#updates .update-images
{
	margin: 30px 0;
	display: flex;
	gap: 40px;
}

#updates .updates-more
{
	margin-top: 20px;
	text-align: center;
}

#updates .updates-more a
{
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

#updates .updates-tags
{
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

#updates .updates-tags a
{
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	background: rgba(0, 0, 0, 0.3);
	padding: 0 16px;
	transition: 0.2s;
}

#updates .updates-tags a:hover
{
	background: #644187bb;
}

#updates .updates-tags a:first-child
{
	border-radius: 4px 0 0 4px;
}

#updates .updates-tags a:last-child
{
	border-radius: 0 4px 4px 0;
}

#updates .updates-tags a.active
{
	background: #644187;
}

#gallery
{
	background: #103756;
	padding: 60px 0;
}

#gallery .gallery-list .slick-track
{
	display: flex;
}

#gallery .gallery-item a
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
	text-decoration: none;
	gap: 8px;
}

#gallery .gallery-item a:hover
{
	cursor: zoom-in;
}

#gallery .gallery-item a img
{
	width: auto;
	max-width: 100%;
	max-height: 600px;
}

#gallery .gallery-item a span
{
	border-bottom: 1px dashed #ccc;
	font-size: 12px;
	line-height: 1;
	color: #ccc;
}

#gallery .slick-prev:before,
#gallery .slick-next:before
{
	font-size: 32px;
}

#gallery .slick-prev,
#gallery  .slick-next
{
	width: 32px;
	height: 36px;
	top: -65px;
}

#gallery .slick-prev
{
	left: calc(50% - 200px);
}

#gallery .slick-next
{
	right: calc(50% - 200px);
}



@media (max-width: 1360px)
{
	#gallery .gallery-item a
	{
		padding: 0 60px;
	}
	
	#gallery .gallery-item a img
	{
		max-height: 400px;
	}
}

@media (max-width: 1200px)
{
	.container
	{
		width: 1000px;
	}
	
	.banner-text,
	.banner-soon
	{
		top: 40px;
	}
	
	.banner-text *
	{
		font-size: 50px;
	}
	
	.banner-text div
	{
		height: 55px;
	}
	
	.feature:nth-child(odd) .feature-text
	{
		padding-left: calc(50% - 500px);
	}

	.feature:nth-child(even) .feature-text
	{
		padding-right: calc(50% - 500px);
	}
	
	footer .bottom.container
	{
		flex-direction: column;
		gap: 20px;
	}
	
	footer .bottom.container a
	{
		order: 1;
	}
	
	footer .bottom.container span
	{
		order: 2;
	}
}



@media (max-width: 1000px)
{
	.container
	{
		width: 768px;
	}
	
	.banner-soon
	{
		width: 150px;
		height: 150px;
	}
	
	.banner-text *
	{
		font-size: 40px;
	}
	
	.banner-text div
	{
		height: 44px;
	}
	
	.feature:nth-child(odd) .feature-text
	{
		padding-left: calc(50% - 390px);
	}

	.feature:nth-child(even) .feature-text
	{
		padding-right: calc(50% - 390px);
	}
	
	#updates .update-images
	{
		flex-wrap: wrap;
		gap: 10px;
	}
	
	#updates .update-images img
	{
		width: calc(50% - 5px);
	}
}




@media (max-width: 768px)
{
	.container
	{
		width: 100%;
		padding: 0 20px;
	}
	
	header .play
	{
		display: none;
	}
	
	.banner,
	.banner-overlay
	{
		min-height: unset;
	}
	
	.banner .container
	{
		padding: 40px 20px;
	}
	
	.banner-text
	{
		position: static;
	}
	
	.banner-soon
	{
		margin: 30px auto;
		position: static;
	}
	
	.feature
	{
		flex-direction: column;
		align-items: center;
		height: unset;
		padding-top: 20px;
	}
	
	.feature:nth-child(odd) .feature-img,
	.feature:nth-child(even) .feature-img
	{
		order: 1;
		width: calc(100% - 40px);
	}
	
	.feature .feature-img div
	{
		margin: 40px 0 0;
		zoom: 0.8;
	}
	
	.feature:nth-child(odd) .feature-text,
	.feature:nth-child(even) .feature-text
	{
		padding: 20px 20px 40px;
		order: 2;
		width: 100%;
		text-align: center;
	}

	#gallery .gallery-item a
	{
		padding: 0;
	}
	
	#gallery .gallery-item a img
	{
		max-height: 300px;
	}
	
	#gallery .gallery-list .slick-track
	{
		align-items: flex-start;
	}
	
	#gallery .slick-prev
	{
		left: 0;
	}
	
	#gallery .slick-next
	{
		right: 0;
	}
}




@media (max-width: 600px)
{
	header .container
	{
		padding-left: 10px;
		height: 50px;
	}
	
	header .container > div
	{
		gap: 0;
	}
	
	header .logo
	{
		font-size: 0;
		width: 40px;
		height: 40px;
		padding: 0;
		background-size: contain;
		background-position: 50% 50%;
	}
	
	header .play
	{
		width: 130px;
		height: 50px;
		line-height: 50px;
		font-size: 20px;
	}
	
	.banner-text *
	{
		font-size: 22px;
		line-height: 1.4;
	}
	
	.banner-text div
	{
		height: 26.4px;
	}
	
	.banner-soon
	{
		width: 100px;
		height: 100px;
	}
	
	.feature:nth-child(odd) .feature-text,
	.feature:nth-child(even) .feature-text,
	.text p,
	.text p a
	{
		font-size: 16px;
	}
	
	.text .update-item h3
	{
		font-size: 18px;
	}
	
	#updates h2,
	#gallery h2
	{
		font-size: 24px;
		margin-bottom: 30px;
	}
	
	#updates .update-item
	{
		padding: 20px;
	}
	
	#updates .update-head
	{
		margin-bottom: 20px;
	}
	
	.play-big
	{
		height: 60px;
		line-height: 60px;
		font-size: 28px;
	}
	
	#updates,
	footer
	{
		padding: 30px 0;
	}
	
	#gallery .slick-prev,
	#gallery .slick-next
	{
		top: -48px;
	}
}


@media (max-width: 480px)
{
	#updates .updates-tags a
	{
		padding: 0 8px;
		font-size: 12px;
	}
}




@keyframes rgb-light
{
	0%
	{
		color: #e05656;
	}
	
	17%
	{
		color: #e056e0;
	}
	
	34%
	{
		color: #5656e0;
	}
	
	51%
	{
		color: #56e0e0;
	}
	
	67%
	{
		color: #56e056;
	}
	
	83%
	{
		color: #e0e056;
	}
	
	100%
	{
		color: #e05656;
	}
}