/* -------------------------------------------------------------------------------------------------------------------- */
/* imports */
/* -------------------------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: Beaufort Regular;
	src: url(../fonts/BeaufortforLOL-Regular.otf);
}

@font-face {
	font-family: Beaufort Medium;
	src: url(../fonts/BeaufortforLOL-Medium.otf);
}

@font-face {
	font-family: Beaufort Bold;
	src: url(../fonts/BeaufortforLOL-Bold.otf);
}

@font-face {
	font-family: Lato Regular;
	src: url(../fonts/Lato-Regular.ttf);
}

@font-face {
	font-family: Lato Medium;
	src: url(../fonts/Lato-Medium.ttf);
}

@font-face {
	font-family: Open Sans Regular;
	src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
	font-family: Open Sans Bold;
	src: url(../fonts/OpenSans-Bold.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: Open Sans Regular;
	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: #010100;
}

.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: #0a0302 !important;
	border-radius: 5px !important;
	border: 1px solid #210c03 !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: Beaufort Medium;
	text-transform: uppercase;
	font-size: 14px;
	color: #68513e;
	margin-left: 8px;
	transition: color .2s ease-in-out;
}

.lang-switch > .lang-list > .lang-item:hover .lang-name{
	color: #ffa626;
}

/* 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.html) 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.html) 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 */
/* -------------------------------------------------------------------------------------------------------------------- */

body{
	background: url("../images/bg.png") #0f0504 top center no-repeat;
}

header{
	width: 100%;
	min-height: 943px;
	box-shadow: 0px 40px 30px rgba(0,0,0,0.5);
	padding: 20px;
}

header:after{
	width: 100%;
	height: 18px;
	position: absolute;
	background: url("../images/bg/head_bg_after.jpg") top center no-repeat;
	content: '';
	bottom: 0px;
}

/* logo */
.logo{
	width: 100%;
	max-width: 434px;
	height: auto;
	display: block;
	margin: 0 auto;
	position: relative;
	transition: all .2s ease-in-out;
	padding-top: 150px;
}

.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: 'Beaufort Medium';
	font-size: 30px;
	color: #f2e2c8;
}

header > .start > .date{
	width: 100%;
	text-align: center;
	font-family: 'Beaufort Bold';
	font-size: 50px;
	color: #ffa626;
	margin-top: 100px;
}

/* buttons */

header > .buttons > .btn,
header > .buttons > .btn_orange{
	width: 234px;
	height: 52px;
	position: relative;
	background: url("../images/butonbg.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: 'Beaufort Bold';
	font-size: 24px;
	color: #21120f;
	margin-top: 100px;
}

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: 'Lato Regular';
	font-size: 20px;
	color: #f2e2c8;
	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 > .title{
	font-family: 'Beaufort Medium';
	font-size: 50px;
	color: #ffa626;
	text-shadow: 0px 1px 10px #000;
	line-height: 54px;
	margin-bottom: 20px;
}

section > .center > .block-title > .text{
	font-family: 'Lato Medium';
	font-size: 22px;
	color: #c9b89c;
	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);
}

.circle-item > .content{
	width: calc(100% - 141px);
}

.circle-item > .content > .title{
	width: 100%;
	font-family: 'Beaufort Medium';
	font-size: 24px;
	color: #edddc4;
	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 > .desc{
	width: 100%;
	font-family: 'Lato Regular';
	font-size: 14px;
	color: #c9b89c;
	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%;
	position: relative;
	background: url("../images/bg/steps_bg.jpg") #1a0c09 top center no-repeat;
	box-shadow: 0px -40px 80px rgba(245, 164, 86, 0.75);
	padding: 60px 0px 60px;
}

.block-steps:before{
	width: 100%;
	height: 29px;
	position: absolute;
	background: url("../images/bg/steps_bg_before.jpg") top center no-repeat;
	content: '';
	top: -29px;
}

.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{
}

.step{
	width: 100%;
	height: 535px;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 1), 0px 15px 15px rgba(0, 0, 0, 1);
	margin-bottom: 25px;
	transition: all .4s ease-in-out;
	cursor: pointer;
}

.step:after{
	width: 100%;
	height: 100%;
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	z-index: 2;
	background: linear-gradient(to top, rgba(21, 2, 2,0.7) 0%, rgba(21, 2, 2,0.5) 50%, rgba(21, 2, 2,0) 100%);
}

.step > img{
	height: 100%;
	position: absolute;
	top: 0px;
	z-index: 1;
	transition: all .4s ease-in-out;
}

.step:hover img{
	transform: scale(1.1, 1.1);
}

.step > .content{
	width: 100%;
	margin-top: 345px;
	z-index: 3;
	text-align: center;
	padding: 0px 30px;
}

.step > .content > .title{
	font-family: 'Beaufort Bold';
	font-size: 50px;
	color: #ffa626;
	text-shadow: 0px 1px 10px #000;
	line-height: 50px;
	margin-bottom: 25px;
}

.step > .content > .text{
	font-family: 'Beaufort Regular';
	font-size: 30px;
	color: #f2e2c8;
	text-shadow: 0px 1px 10px #000;
	line-height: 32px;
}

.step > .content > .text > span{
	display: block;
	font-family: unset;
	font-size: 24px;
	color: unset;
	text-shadow: unset;
	line-height: 32px;
}

/* section features */

.block-features{
	width: 100%;
	position: relative;
	background: url("../images/bg/features_bg.jpg") #1a0c09 top center no-repeat;
	box-shadow: 0px -40px 80px rgba(251, 140, 32, 0.18);
	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(21, 2, 2,0.5) 0%, rgba(21, 2, 2,0.3) 35%, rgba(21, 2, 2,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:hover .content{
	background: rgba(0,0,0,0.5);
	transform: translateY(0px);
}

.raid > .content > .title{
	width: 100%;
	font-family: 'Beaufort Medium';
	font-size: 30px;
	color: #f2e2c8;
	text-shadow: 0px 1px 10px #000;
	line-height: 30px;
}

.raid > .content > .text{
	width: 100%;
	font-family: 'Lato Regular';
	font-size: 14px;
	color: #c9b89c;
	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.5), 0px 0px 10px rgba(0,0,0,1);
	padding-top: 25px;
	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: 'Beaufort Medium';
	font-size: 16px;
	color: #5f4f4b;
	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){
}
@media (max-width: 1400px){
	.wrapper:after {
		display: none;
	}
}
@media (max-width: 1280px){
	.col-1-3{
		width: calc((100% - (20px + 20px)) / 3);
	}
	.col-2-3{
		width: calc((100% - (20px + 20px)) / 3 * 2 + 20px);
	}
}
@media (max-width: 1100px){
	.col-1-3{
		width: calc((100% - 20px) / 2);
	}
	.col-2-3{
		width: 100%;
		text-align: center;
	}
	.block-steps > .center > .col-1-3{
		width: calc((100% - (20px + 20px)) / 3);
	}
	.block-features > .center > .col-1-3:nth-child(3){
		display: none;
	}
	footer > .center > .col-1-3:nth-child(2){
		width: 100%;
		order: -1;
	}
}
@media (max-width: 990px){
	/* strokes */

	header > .desc{
		width: 100%;
	}
}
@media (max-width: 975px){
	.step > .content > .title{
		font-size: 30px;
		line-height: 32px;
		margin-bottom: 10px;
	}
	.step > .content > .text{
		font-size: 20px;
		line-height: 22px;
	}
	.step > .content > .text > span{
		font-size: 20px;
		line-height: 22px;
	}
}
@media (max-width: 820px){
	.col-1-3{
		width: 100%;
	}
	.block-steps > .center > .col-1-3{
		width: 100%;
	}
	.step > .content > .title{
		font-size: 50px;
		line-height: 50px;
		margin-bottom: 25px;
	}
	.step > .content > .text{
		font-size: 30px;
		line-height: 32px;
	}
	.step > .content > .text > span{
		font-size: 24px;
		line-height: 32px;
	}
	footer > .center > .col-1-3{
		width: 100%;
		justify-content:center;
	}
	footer > .center > .col-1-3:not(:last-child){
		margin-bottom: 15px;
	}
}
@media (max-width: 800px){
	header > .desc > ul{
		width: calc(50% - 20px);
	}
}
@media (max-width: 700px){
	header > .desc > ul{
		width: 100%;
	}
	/* section modifications */

	.block-mods{
		background-size: cover;
	}
}
@media (max-width: 650px){
	header > .start > .title{
		font-size: 20px;
	}
	header > .start > .date{
		font-size: 35px;
	}
}
@media (max-width: 615px){
	header > .desc > ul > li{
		font-size: 16px;
		margin-bottom: 16px;
	}
}
@media (max-width: 585px){
	/* section raids */

	.block-raid{
		background-size: cover;
	}
}
@media (max-width: 564px){
	/* buttons */

	header > .buttons > .btn,
	header > .buttons > .btn_orange{
		width: 100%;
	}
}
@media (max-width: 560px){
	/* social */

	.social{
		position: relative;
		left: 0;
	}
	.social > .active{
		height: auto !important;
		background: #0a0302 !important;
		border-radius: 5px !important;
		border: 1px solid #210c03 !important;
	}
	.social > .social-list{
		width: 44px;
		height: 44px;
		top: -10px;
		margin: 5px 5px;
		overflow: hidden;
		border: 1px solid rgba(0,0,0,0);
	}
	.social > .social-list > a{
		margin: 5px 5px;
	}
	.social > .social-list > .open-social{
		display: flex;
	}
}
@media (max-width: 520px){
	/* strokes */

	header > .desc{
		margin: 35px auto 20px;
	}
}
@media (max-width: 460px){
	/* start dates */

	header > .start{
		margin-top: 15px;
	}
	header > .start > .date{
		font-size: 24px;
	}
}
@media (max-width: 450px){
	section > .center > .block-title > .title{
		font-size: 30px;
		line-height: 32px;
	}
	section > .center > .block-title > .text{
		font-size: 18px;
		line-height: 20px;
	}
	.circle-item{
		justify-content: center;
	}
	.circle-item > .content{
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
	.circle-item > .content > .title{
		text-align: center;
	}
	.circle-item > .content > .desc{
		text-align: center;
	}
	.step{
		height: 335px;
	}
	.step > .content{
		margin-top: 220px;
	}
	.step > .content > .title{
		font-size: 30px;
		line-height: 32px;
		margin-bottom: 10px;
	}
	.step > .content > .text{
		font-size: 20px;
		line-height: 22px;
	}
	.step > .content > .text > span{
		font-size: 20px;
		line-height: 22px;
	}
	.raid{
		height: 300px;
	}
	.raid > .content > .title{
		font-size: 22px;
		line-height: 24px;
	}
}

.discord-widget {
	width:320px;
	transition-property: right;
	transition-duration: 2s;
	-webkit-transition-property: right; /* Safari */
	-webkit-transition-duration: 2s; /* Safari */
	position: fixed;
	bottom: 20px;
	left: 0px;
	z-index:99999999;
}

.discord-widget.active{
	right: 20px;
}
