/* -------------------------------------------------------------------------------------------------------------------- */
/* imports */
/* -------------------------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: 'Fritz';
	src: url('../fonts/Fritz.eot');
	src: local('☺'), url('../fonts/Fritz.woff') format('woff'), url('../fonts/Fritz.ttf') format('truetype'), url('../fonts/Fritz.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: DIN Next W1G;
	src: url(../fonts/DINNextW1G_Regular.ttf);
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* settings */
/* -------------------------------------------------------------------------------------------------------------------- */

html, body, header, nav, section, aside, article, footer, div,
span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small,
strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: DIN Next W1G;
	color: #dec1b0;
}

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a{
	text-decoration: none;
	color: #dec1b0;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* inputs */
/* -------------------------------------------------------------------------------------------------------------------- */

input, button, select, textarea {outline:none;border: none;}
select, button{cursor: pointer;}

::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;color: #5c4e3f;}
::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;color: #5c4e3f;}
:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;color: #5c4e3f;}
:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;color: #5c4e3f;}
:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;color: #5c4e3f;}
:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;color: #5c4e3f;}
:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;color: #5c4e3f;}
:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;color: #5c4e3f;}

/* -------------------------------------------------------------------------------------------------------------------- */
/* flex */
/* -------------------------------------------------------------------------------------------------------------------- */

.flex-sbc{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.flex-sbs{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;}
.flex-sbe{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-end;}

.flex-cc{display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.flex-cs{display: flex;flex-wrap: wrap;justify-content: center;align-items: flex-start;}
.flex-ce{display: flex;flex-wrap: wrap;justify-content: center;align-items: flex-end;}

.flex-sc{display: flex;flex-wrap: wrap;justify-content: flex-start;align-items: center;}
.flex-ss{display: flex;flex-wrap: wrap;justify-content: flex-start;align-items: flex-start;}
.flex-se{display: flex;flex-wrap: wrap;justify-content: flex-start;align-items: flex-end;}

.flex-ec{display: flex;flex-wrap: wrap;justify-content: flex-end;align-items: center;}
.flex-es{display: flex;flex-wrap: wrap;justify-content: flex-end;align-items: flex-start;}
.flex-ee{display: flex;flex-wrap: wrap;justify-content: flex-end;align-items: flex-end;}

/* -------------------------------------------------------------------------------------------------------------------- */
/* structure */
/* -------------------------------------------------------------------------------------------------------------------- */

.uc {
    text-transform: uppercase;
}

body{
	background: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.wrapper{
	width: 100%;
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.wrapper:after {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 999;
    pointer-events: none;
    position: absolute;
    top: 0px;
    left: 0px;
    background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 10%, rgba(0,0,0,0) 90%, rgba(0,0,0,1) 100%);
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* navigation */
/* -------------------------------------------------------------------------------------------------------------------- */

.top-navigation{
	width: 100%;
	height: 81px;
	position: relative;
	background: url("../images/bg/nav_bg.jpg") top center no-repeat;
	padding: 20px 30px;
	z-index: 1000;
}

.top-navigation:after {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    position: absolute;
    top: 0px;
    left: 0px;
    background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 15%, rgba(0,0,0,0) 85%, rgba(0,0,0,1) 100%);
}

/* lang switch */

.lang-switch{
	width: 125px;
	height: 27px;
	position: relative;
	z-index: 2;
}

.lang-switch:before{
	content: '';
	width: 24px;
	height: 21px;
	background: url(../images/icons/nav/arrow_bottom.png) center center no-repeat;
	position: absolute;
	top: calc( 50% - 8px );
	right: 0px;
	z-index: 2;
	pointer-events: none;
}

.lang-switch > .active{
	height: auto !important;
	overflow: auto !important;
	background: #0d172d !important;
    border-radius: 5px !important;
    border: 1px solid #0f455d !important;
}

.lang-switch > .lang-list{
	width: calc( 100% + 20px );
	height: 41px;
	overflow: hidden;
	background: rgba(0,0,0,0);
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,0);
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 1;
	padding: 5px;
}

.lang-switch > .lang-list > .active{
	order: -1;
}

.lang-switch > .lang-list > .lang-item{
	width: 100%;
	margin: 5px;
}

.lang-switch > .lang-list > .lang-item > img{
	transition: filter .2s ease-in-out;
}

.lang-switch > .lang-list > .lang-item:hover img{
	filter: brightness(130%);
}

.lang-switch > .lang-list > .lang-item > .lang-name{
	font-family: 'Fritz';
	text-transform: uppercase;
	font-size: 14px;
	color: #5f94ff;
	margin-left: 8px;
	transition: color .2s ease-in-out;
}

.lang-switch > .lang-list > .lang-item:hover .lang-name{
	color: #b4cdff;
}

/* social */

.social{
	width: 34px;
	height: 34px;
	position: absolute;
	z-index: 2;
	left: calc(50% + 59px);
}

.social > .active{
}

.social > .social-list{
	width: calc( 54px * 4);
	height: auto;
	position: absolute;
	top: 0px;
	right: -15px;
}

.social > .social-list > a{
	width: 34px;
	height: 34px;
	margin: 0px 10px;
	transition: filter .2s ease-in-out;
	filter: drop-shadow(0px 0px 3px #000);
}

.social > .social-list > a:hover{
	filter: brightness(150%);
}

.social > .social-list > .vk{background: url(../images/icons/nav/vk.png) center center no-repeat;}
.social > .social-list > .fb{background: url(../images/icons/nav/fb.png) center center no-repeat;}
.social > .social-list > .dc{background: url(../images/icons/nav/dc.png) center center no-repeat;}
.social > .social-list > .yt{background: url(../images/icons/nav/yt.png) center center no-repeat;}

.social > .social-list > .open-social{
	width: 34px;
	height: 34px;
	margin: 5px 5px;
	transition: filter .2s ease-in-out;
	display: none;
	cursor: pointer;
	font-size: 20px;
	background: url(../images/icons/nav/social.png) center center no-repeat;
}

.social > .social-list > .open-social:hover{
	filter: brightness(150%);
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* header */
/* -------------------------------------------------------------------------------------------------------------------- */


header{
	width: 100%;
	min-height: 890px;
	position: relative;
	background: url("../images/bg/head_bg.jpg") #020308 top center no-repeat;
	box-shadow: 0px 40px 30px rgba(0,0,0,0.5);
	padding: 20px;
}

header:after{
	width: 100%;
	height: 143px;
	position: absolute;
	background: url("../images/bg/inner.png") top center no-repeat;
	content: '';
	bottom: 0px;
	left: 0px;
	pointer-events: none;
}

/* logo */

.logo{
	width: 100%;
	max-width: 434px;
	height: auto;
	display: block;
	margin: 0 auto;
	position: relative;
	transition: all .2s ease-in-out;
}

.logo:hover{
	filter: brightness(135%);
}

.logo > .logo_img{
	width: 100%;
	position: relative;
	z-index: 1;
}

/* start dates */

header > .start{
	width: 100%;
	margin: 0px auto 10px;
	text-shadow: 0px 1px 10px #000;
}

header > .start > .title{
	width: 100%;
	text-align: center;
	font-family: 'Fritz';
	font-size: 30px;
	color: #c8e3f2;
}

header > .start > .date{
	width: 100%;
	text-align: center;
	font-family: 'Fritz';
	font-size: 50px;
	color: #5f94ff;
}

/* buttons */

header > .buttons > .btn,
header > .buttons > .btn_orange{
	width: 234px;
	height: 52px;
	position: relative;
	background: url("../images/buttons/yellow_btn_bg.jpg") top center no-repeat;
	margin: 10px;
	border-radius: 5px;
	box-shadow: 0px 0px 30px rgba(0,0,0,1);
	transition: all .2s ease-in-out;
	font-family: 'Fritz';
	font-size: 24px;
	color: #ffffff;
	text-shadow: 0px 1px 0px #000;
	padding-top: 3px;
}

header > .buttons > .btn:after,
header > .buttons > .btn_orange:after{
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    position: absolute;
    top: 0px;
    left: 0px;
    background: linear-gradient(to right, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 15%, rgba(0,0,0,0) 85%, rgba(0,0,0,0.2) 100%);
}

header > .buttons > .btn:hover,
header > .buttons > .btn_orange:hover{
	filter: brightness(130%);
}

header > .buttons > .btn_orange{
	background: url("../images/buttons/orange_btn_bg.jpg") top center no-repeat;
}

/* strokes */

header > .desc{
	width: 930px;
	margin: 55px auto 40px;
}

header > .desc > ul{
	width: calc(50% - 55px);
}

header > .desc > ul > li{
	width: 100%;
	list-style: none;
	background: url(../images/icons/ul_marker.png) no-repeat;
	padding-left: 34px;
	font-family: DIN Next W1G;
	font-size: 20px;
	color: #c8e4f2;
	text-shadow: 0px 1px 10px #000;
	line-height: 24px;
	margin-bottom: 24px;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* sections */
/* -------------------------------------------------------------------------------------------------------------------- */

/* общее для всех блоков */

section > .center{
	width: 100%;
	max-width: 1280px;
	padding: 0px 20px;
	margin: 0 auto;
}

section > .center > .block-title{
	margin-bottom: 50px;
}

section > .center > .block-title.one-title{
	margin-bottom: 20px;
}

section > .center > .block-title > .title{
	font-family: 'Fritz';
	font-size: 50px;
	color: #6093fe;
	text-shadow: 0px 1px 10px #000;
	line-height: 54px;
	margin-bottom: 20px;
}

section > .center > .block-title > .text{
	font-family: DIN Next W1G;
	font-size: 22px;
	color: #c8e3f2;
	text-shadow: 0px 1px 10px #000;
	line-height: 30px;
}

.col-1-3{
	width: calc((100% - (28px + 28px)) / 3);
}

.col-2-3{
	width: calc((100% - (28px + 28px)) / 3 * 2 + 28px);
}

.col-1-1{
	width: 100%;
	text-align: center;
}

.circle-item{
	margin-bottom: 25px;
	align-self: stretch;
}

.circle-item > .circle{
	width: 123px;
	height: 123px;
	background: url("../images/bg/circle_bg.png") center center no-repeat;
	border-radius: 90px;
	box-shadow: 0px 0px 30px rgba(0,0,0,1);
	position: relative;
}

.circle-item > .circle > img{
	transform: translateY(-2px);
}

.circle-item > .circle:after{
	content: '';
	width: 22px;
	height: 22px;
	background: url("../images/bg/circle_snow.png") center center no-repeat;
	position: absolute;
	top: 0px;
	left: 50px;
	z-index: 4;
}

.circle-item > .content{
	width: calc(100% - 141px);
}

.circle-item > .content > .title{
	width: 100%;
	font-family: 'Fritz';
	font-size: 24px;
	color: #6093fe;
	text-shadow: 0px 1px 10px #000;
	line-height: 24px;
	overflow-wrap: normal;
	word-wrap: break-word;
	word-break: normal;
	line-break: auto;
	hyphens: manual;
}

.circle-item > .content > .title.light{
	color: #a1c0ff;
}

.circle-item > .content > .desc{
	width: 100%;
	font-family: DIN Next W1G;
	font-size: 14px;
	color: #c8e3f2;
	text-shadow: 0px 1px 10px #000;
	margin-top: 10px;
	line-height: 17px;
}


/* section modifications */

.block-mods{
	width: 100%;
	background: url("../images/bg/mods_bg.jpg") top center no-repeat;
	background-size: cover;
	padding: 60px 0px 60px;
}

/* section steps */

.block-steps{
	width: 100%;
	height: 100%;
	position: relative;
	background: url("../images/bg/steps_bg.jpg") #001740 top center no-repeat;
	padding: 60px 0px 60px;
}

.block-steps:after{
	width: 100%;
	height: 300px;
	content: '';
	position: absolute;
	background: url("../images/bg/steps_bg_after.png") top center no-repeat;
	bottom: 0px;
}

.block-steps > .center > .col-1-3{
}

/* ------------------------------------------------------------------------- */
/* SLIDER */
/* ------------------------------------------------------------------------- */

.slider-box{
	width: 100%;
	height: 640px;
	position: relative;
	z-index: 2;
	margin-bottom: 50px;
	position: relative;
}

@media (max-width: 1400px){
	.slider-box{
		height: 440px;
	}
}

@media (max-width: 1080px){
	.slider-box{
		height: 340px;
	}
}

.slider-bg{
	width: calc( 100vw - 60px );
	height: 100%;
	position: absolute;
	top: 0px;
	left: calc( (100% - ( 100vw - 60px )) / 2 )
}

.swiper-container {
	width: 100%;
	overflow: visible;
}

.swiper-slide {
	width: 700px;
	height: 640px;
	border-radius: 20px;
	background: #132a5c;
	opacity: 1;
	box-shadow: 0px 0px 30px #000;
	filter: brightness(30%);
}

@media (max-width: 1400px){
	.swiper-slide{
		height: 440px;
	}
}

@media (max-width: 1080px){
	.swiper-slide{
		height: 340px;
		width: 500px;
	}
}

@media (max-width: 640px){
	.swiper-slide{
		height: 340px;
		width: 280px;
	}
}

.swiper-slide:after{
	width: 100%;
	height: 100%;
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	z-index: 2;
	background: linear-gradient(to top, rgba(12, 13, 30, 0.8) 0%, rgba(12, 13, 30,0.5) 50%, rgba(12, 13, 30,0) 100%);
	border-radius: 20px;
}

.swiper-slide img{
	width: 100%;
	height: 100%;
	border-radius: 20px;
	object-fit: cover;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.swiper-slide-content{
	width: 100%;
	height: auto;
	padding: 60px 40px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 3;
}

@media (max-width: 1080px){
	.swiper-slide-content{
		padding: 30px 30px;
	}
}

.swiper-slide-date{
	width: 100%;
	text-align: center;
	font-family: 'Fritz';
	font-size: 60px;
	color: #6094ff;
	text-shadow: 0px 1px 10px #000;
	line-height: 60px;
}

@media (max-width: 1080px){
	.swiper-slide-date{
		font-size: 30px;
		line-height: 30px;
	}
}

.swiper-slide-text{
	width: 100%;
	text-align: center;
	font-family: 'Fritz';
	font-size: 36px;
	color: #a1c0ff;
	text-shadow: 0px 1px 10px #000;
	line-height: 36px;
	text-transform: uppercase;
	margin-top: 20px;
}

@media (max-width: 1080px){
	.swiper-slide-text{
		margin-top: 8px;
		font-size: 20px;
		line-height: 20px;
	}
}

.swiper-slide-prev, .swiper-slide-next {
	opacity: 1;
	filter: brightness(50%);
}

.swiper-slide-active {
	opacity: 1;
	filter: brightness(100%);
	border-radius: 20px;
}

.swiper-button-next, .swiper-button-prev {
	color: #fff;
	opacity: 1;
	-webkit-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 60px;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
	opacity: 1;
}

.swiper-button-next {
	right: calc( (( 100% - 700px) / 2) / 2);
}

@media (max-width: 800px){
	.swiper-button-next {
		right: calc( (( 100% - 600px) / 2) / 2);
	}
}

@media (max-width: 640px){
	.swiper-button-next {
		display: none;
	}
}

.swiper-button-prev {
	left: calc( (( 100% - 700px) / 2) / 2);
}

@media (max-width: 800px){
	.swiper-button-prev {
		left: calc( (( 100% - 600px) / 2) / 2);
	}
}

@media (max-width: 640px){
	.swiper-button-prev {
		display: none;
	}
}

.swiper-button-disabled {
	opacity: 0 !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: -40px;
}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right{
	display: none;
}

/* ------------------------------------------------------------------------- */
/* END SLIDER */
/* ------------------------------------------------------------------------- */

/* section features */

.block-features{
	width: 100%;
	position: relative;
	background: url("../images/bg/features_bg.jpg") #020308 top center no-repeat;
	padding: 60px 0px 35px;
}

.block-features > .center > .col-1-3:nth-child(3){
}

/* section raids */

.block-raid{
	width: 100%;
	position: relative;
	background: url("../images/bg/raid_bg.jpg") top center no-repeat;
	box-shadow: 0px -40px 30px rgba(0,0,0,0.5);
	padding: 78px 0px 60px;
}

.block-raid:before{
	width: 100%;
	height: 18px;
	position: absolute;
	background: url("../images/bg/raid_bg_before.jpg") top center no-repeat;
	content: '';
	top: 0px;
}

.raid{
	width: 100%;
	height: 210px;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
	margin-bottom: 25px;
	cursor: pointer;
	z-index: 1;
}

.raid:after{
	width: 100%;
	height: 100%;
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	z-index: 2;
	background: linear-gradient(to top, rgba(12, 13, 30, 1) 0%, rgba(12, 13, 30,0.5) 35%, rgba(12, 13, 30,0) 100%);
}

.block-raid > .center > .col-1-3:nth-child(2) > .raid{
	background: url("../images/raid_img1.jpg") center center no-repeat;
	background-size: cover;
}

.block-raid > .center > .col-1-3:nth-child(3) > .raid{
	background: url("../images/raid_img2.jpg") center center no-repeat;
	background-size: cover;
}

.block-raid > .center > .col-1-3:nth-child(4) > .raid{
	background: url("../images/raid_img3.jpg") center center no-repeat;
	background-size: cover;
}

.block-raid > .center > .col-1-3:nth-child(5) > .raid{
	background: url("../images/raid_img4.jpg") center center no-repeat;
	background-size: cover;
}

.block-raid > .center > .col-1-3:nth-child(6) > .raid{
	background: url("../images/raid_img5.jpg") center center no-repeat;
	background-size: cover;
}

.block-raid > .center > .col-1-3:nth-child(7) > .raid{
	background: url("../images/raid_img6.jpg") center center no-repeat;
	background-size: cover;
}

.raid > .content{
	width: 100%;
	height: 100%;
	position: relative;
	background: rgba(0,0,0,0);
	padding: 20px;
	z-index: 3;
	text-align: center;
	transition: all .5s ease-in-out;
	transform: translateY(calc(100% - 85px));
}

.raid > .content.big{
	transform: translateY(calc(100% - 100px));
}

.raid:hover .content{
	background: rgba(0,0,0,0.5);
	transform: translateY(0px);
}

.raid > .content > .title{
	width: 100%;
	font-family: 'Fritz';
	font-size: 30px;
	color: #a1c0ff;
	text-shadow: 0px 1px 10px #000;
	line-height: 30px;
}

.raid > .content > .text{
	width: 100%;
	font-family: DIN Next W1G;
	font-size: 14px;
	color: #c8e3f2;
	text-shadow: 0px 1px 10px #000;
	line-height: 16px;
	transform: translateY(50px);
	transition: all .5s ease-in-out;
	margin-top: -5px;
}

.raid:hover .content > .text{
	transform: translateY(20px);
}


/* -------------------------------------------------------------------------------------------------------------------- */
/* footer */
/* -------------------------------------------------------------------------------------------------------------------- */


footer{
	width: 100%;
	position: relative;
	background: url("../images/bg/footer_bg.jpg") top center no-repeat;
	box-shadow: 0px -5px 10px rgba(0,0,0,0.2), 0px 0px 10px rgba(0,0,0,1);
	padding-top: 15px;
	padding-bottom: 15px;
}

footer > .center{
	width: 100%;
    max-width: 1280px;
    position: relative;
    padding: 10px 20px;
    margin: 0 auto;
}

footer > .center .unsimple{
	width: 152px;
	height: 21px;
	opacity: 0.5;
	transition: all .2s ease-in-out;
}

footer > .center .unsimple:hover{
	opacity: 1;
}

footer > .center .copyright{
	width: 100%;
	font-family: DIN Next W1G;
	font-size: 16px;
	color: #c8e3f2;
	line-height: 16px;
	text-align: center;
}

footer > .center .counters > img{
	opacity: 0.5;
	transition: all .2s ease-in-out;
}

footer > .center .counters > img:hover{
	opacity: 1;
}

footer > .center > .col-1-3:nth-child(2){
}

footer > .center > .col-1-3{
}

footer > .center > .col-1-3:not(:last-child){
}
