* {
	margin: 0;
	padding: 0;
	font-family: "Alegreya Sans SC", sans-serif;
	font-weight: 500;
	font-style: normal;
}

html {
	scroll-behavior: smooth;
}

body{
	width: 100%;
	height: auto;
	background-color: #2B1926;
	background-image: url(/img/bg_purple.webp);
	background-size: cover;
	background-position: 50%;
	background-attachment: fixed;
	overflow-x: hidden;
}

header{
	height: 1171px;
	background-image: url(/img/header-art.webp);
	background-size: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
    align-items: center;
    position: relative;
}

.header-menu{
	  width: 1180px;
    position: fixed;
    height: 32px;
    background-image: url(/img/header_line.webp);
    background-size: 100% 52px;
    background-repeat: repeat-x;
    margin-top: 46px;
    background-position: 0;
    padding-left: 245px;
    box-sizing: border-box;
    z-index: 999999999999999999999999999;
}

.header-menu:before{
	content: '';
	display: flex;
	width: 54px;
	height: 60px;
	position: absolute;
	left: -30px;
    top: -14px;
    background-image: url(/img/header_flag-l.webp);
    background-size: auto 52px;
    background-position: 100%;
    background-repeat: no-repeat;
}

.header-menu:after{
	content: '';
	display: flex;
	width: 54px;
	height: 60px;
	position: absolute;
	right: -36px;
	top: -14px;
	background-image: url(/img/header_flag-r.webp);
	background-size: auto 52px;
    background-position: 0%;
    background-repeat: no-repeat;
}

.header-menu img{
	position: absolute;
    left: 10px;
    top: -36px;
    max-width: 220px;
}

.header-menu .list-link{
	display: flex;
    justify-content: space-between;
    width: 98%;
}

.header-menu a{
	display: flex;
    height: 28px;
    align-items: center;
    margin-top: 2px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 0;
}

.header-menu a:hover{
	background-image: url(/img/header-btn.webp);
	background-size: 80% 28px;
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.header-menu a:after{
	content: '';
	display: flex;
	width: 20px;
	height: 28px;
	right: 0px;
	background-image: url(/img/header-btn-r.webp);
	background-size: 100% 28px;
    background-position: 0%;
    background-repeat: no-repeat;
    visibility: hidden;
}

.header-menu a:before{
	content: '';
	display: flex;
	width: 20px;
	height: 28px;
	left: 0px;
	background-image: url(/img/header-btn-l.webp);
	background-size: 100% 28px;
    background-position: 0%;
    background-repeat: no-repeat;
    visibility: hidden;
}

.header-menu a:hover:after{
	visibility: visible;
}

.header-menu a:hover:before{
	visibility: visible;
}

.header-art{
	display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    position: relative;
    margin-top: 105px;
}

.header-art img{
	width: auto;
	
	height: 890px;
}

.header-h1{
	position: absolute;
    display: flex;
    top: 260px;
}

.header-art h1{
	background-image: linear-gradient(to bottom, #FFCA0E 0%, #FFEDAC 15%, #B86E00 31%, #FFCA0E 36%, #FFEDAC 46%, #B86E00 60%, #FFCA0E 71%, #FFEDAC 85%, #B86E00 100%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 52px;
  font-weight: 900;
  text-align: center;
  -webkit-text-stroke: 0px #2B0C0C;
  text-stroke: 0px #2B0C0C;
  color: transparent;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  line-height: 92%;
}

.header-art .shadow-h1{
	background-image: linear-gradient(to bottom, #FFCA0E 0%, #FFEDAC 15%, #B86E00 31%, #FFCA0E 36%, #FFEDAC 46%, #B86E00 60%, #FFCA0E 71%, #FFEDAC 85%, #B86E00 100%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 52px;
  font-weight: 900;
  text-align: center;
  -webkit-text-stroke: 12px #2B0C0C;
  text-stroke: 12px #2B0C0C;
  color: transparent;
  text-transform: uppercase;
  position: absolute;
  z-index: 8;
  line-height: 92%;
}

.header-art p{
	position: absolute;
    display: flex;
    top: 462px;
    width: 336px;
    text-align: center;
    font-weight: 400;
    color: rgba(223, 195, 95, 0.8);
    font-size: 20px;
    line-height: 105%;
    letter-spacing: -0.4px;
    justify-content: center;
}

.section{
	width: 100%;
	padding: 80px 0;
}

.section .block-headline{
	display: flex;
	width: 100%;
	flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 1920px;
    margin: 0 auto;
}

.section .headline-left{
	width: 33%;
	height: 94px;
	background-image: url(/img/divider-l.webp);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 50%;
}

.section .headline-right{
	width: 33%;
	height: 94px;
	background-image: url(/img/divider-r.webp);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 50%;
}

.section .headline-center{
	width: 33%;
	height: 94px;
	background-image: url(/img/flag.webp);
	background-repeat: no-repeat;
	background-size: auto 94px;
	background-position: 50%;
  	display: flex;
    align-items: center;
    justify-content: center;
}

.section .headline-center h2{
	font-size: 48px;
	font-weight: 900;
	color: #fff;
	-webkit-text-stroke: 2px #031B2A;
  	text-stroke:2px #031B2A;
  	margin-top: -5px;
}

.underline{
	width: 36%;
	text-align: center;
	color: #DBD5A4;
	font-size: 24px;
	font-weight: 500;
	margin: 20px auto 30px;
	text-transform: uppercase;
}

#about-section{
	/*background-image: url(/img/bg_purple.webp);*/
	background-size: cover;
	background-position: 50%;
	margin-top: 0px;
	position: relative;
    z-index: 10;
}

/*#about-section:before{
		content: '';
    display: block;
    width: 100%;
    height: 100px;
    background-image: linear-gradient(to bottom, transparent, #2B1926, transparent);
    position: absolute;
    top: -50px;
    z-index: 999;
}*/

#about-section .block-content{
	width: 904px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
}

#about-section .block-content .plate{
	width: 280px;
    height: 176px;
    background-image: url(/img/plate.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 20px 20px 20px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 30px;
    transition-duration: .5s;
}

#about-section .block-content .plate:hover{
	transform: scale(1.1);
	transition-duration: .5s;
}

#about-section .block-content .plate .wrap-img{
	height: 80px;
	margin-bottom: 10px;
}

#about-section .block-content .plate .wrap-img img{
	width: auto;
	height: 100%;
}

#about-section .block-content .plate p{
	font-weight: 800;
	font-size: 20px;
	letter-spacing: -0.2px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 20px;
}

#majistan-section .block-content{
	width: 1360px;
	margin: 0px auto 30px;
}

#majistan-section .big-slider > div{
	width: 1140px;
	height: 550px;
	background-size: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	margin: 0 auto;
}

#majistan-section .big-slider .slide1{
	background-image: url(/img/big_art_1.webp);
}
#majistan-section .big-slider .slide2{
	background-image: url(/img/big_art_2.webp);
}
#majistan-section .big-slider .slide3{
	background-image: url(/img/big_art_3.webp);
}
#majistan-section .big-slider .slide4{
	background-image: url(/img/big_art_4.webp);
}
#majistan-section .big-slider .slide5{
	background-image: url(/img/big_art_5.webp);
}
#majistan-section .big-slider .slide6{
	background-image: url(/img/big_art_6.webp);
}
#majistan-section .big-slider .slide7{
	display: none !important;
}
#majistan-section .big-slider .slide8{
	display: none !important;
}
#majistan-section .big-slider .slide9{
	display: none !important;
}

#majistan-section .big-slider .slick-arrow{
	display: block;
	width: 80px;
	height: 174px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	position: absolute;
	top: 188px;
	background-color: transparent !important;
    border: none;
    cursor: pointer;
}

#majistan-section .big-slider .slick-prev{
	left: 0px;
	background-image: url(/img/arrow-l.webp);
}

#majistan-section .big-slider .slick-next{
	right: 0px;
	background-image: url(/img/arrow-r.webp);
}


#majistan-section .small-slider{
	width: 1240px;
	margin: -20px auto 20px;
}

#majistan-section .small-slider .slide{
	width: 380px;
	height: 315px;
	background-size: 100% auto;
	background-position: 50%;
	background-repeat: no-repeat;
	margin-right: 15px;
	margin-left: 15px;
	position: relative;
}


#majistan-section .small-slider .slide1{
	background-image: url(/img/art_mini_1.webp);
}
#majistan-section .small-slider .slide2{
	background-image: url(/img/art_mini_2.webp);
}
#majistan-section .small-slider .slide3{
	background-image: url(/img/art_mini_3.webp);
}
#majistan-section .small-slider .slide4{
	background-image: url(/img/art_mini_4.webp);
}

#majistan-section .small-slider .slide1 img{
	position: absolute;
	top: 20px;
    right: 60px;
    opacity: 0;
    transition-duration: 0.75s;
}

#majistan-section .small-slider .slide2 img{
	position: absolute;
	top: 20px;
    right: 175px;
    opacity: 0;
    transition-duration: 0.75s;
}

#majistan-section .small-slider .slide3 img{
	position: absolute;
	top: 20px;
    right: 126px;
    opacity: 0;
    transition-duration: 0.75s;
}

#majistan-section .small-slider .slide4 img{
	position: absolute;
	top: 20px;
    right: 72px;
    opacity: 0;
    transition-duration: 0.75s;
}

#majistan-section .small-slider .slide img{
	width: 53%;
}

#majistan-section .small-slider .slide:hover img{
    opacity: 1;
    transition-duration: 0.75s;
    
}

#majistan-section .small-slider .slick-arrow{
	display: block;
	width: 50px;
	height: 110px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	position: absolute;
	top: 110px;
	background-color: transparent !important;
    border: none;
    cursor: pointer;
}

#majistan-section .small-slider .slick-prev{
	left: -60px;
	background-image: url(/img/arrow-l.webp);
}

#majistan-section .small-slider .slick-next{
	right: -60px;
	background-image: url(/img/arrow-r.webp);
}


#schools-section .block-content{
	display: flex;
	width: 1290px;
	margin: 0 auto;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}

#schools-section .block-content .item{
	width: 20%;
	text-align: center;
	display: flex;
    flex-direction: column;
    align-items: center;
}

#schools-section .block-content .item .image-item{
	width: 190px;
	height:594px;
	background-size: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: relative;
}

#schools-section .block-content .item .image-item:before{
	width: 120px;
	height:524px;
	background-size: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: relative;
	z-index: -1;
	left: 35px;
	top: 35px;
	content: '';
	display: block;
}

#schools-section .block-content .item .headline{
	font-size: 30px;
	font-weight: bold;
	line-height: 95%;
	letter-spacing: -0.2px;
	text-transform: uppercase;
	margin: 30px 0 0;
}
 
#schools-section .block-content .item .underline{
	font-size: 22px;
	font-weight: bold;
	line-height: 95%;
	color: #EDD8E3;
	margin: 10px 0;
	width: 100%;
} 

#schools-section .block-content .item .desc{
	font-size: 16px;
	font-weight: 400;
	line-height: 95%;
	color: #90858B;
	letter-spacing: -0.3px;
	padding: 0 10px;
    box-sizing: border-box;
}

#schools-section .block-content .slide1 .headline{
	color: #B05CF1;
}
#schools-section .block-content .slide2 .headline{
	color: #D3A500;
}
#schools-section .block-content .slide3 .headline{
	color: #16ACB6;
}
#schools-section .block-content .slide4 .headline{
	color: #F32F22;
}
#schools-section .block-content .slide5 .headline{
	color: #32A819;
}


#schools-section .block-content .slide1 .image-item:before{
	box-shadow: 0 0 50px #B05CF1;
}
#schools-section .block-content .slide2 .image-item:before{
	box-shadow: 0 0 50px #D3A500;
}
#schools-section .block-content .slide3 .image-item:before{
	box-shadow: 0 0 50px #16ACB6;
}
#schools-section .block-content .slide4 .image-item:before{
	box-shadow: 0 0 50px #F32F22;
}
#schools-section .block-content .slide5 .image-item:before{
	box-shadow: 0 0 50px #32A819;
}



#schools-section .block-content .slide1 .image-item{
	background-image: url(/img/school-1.webp);
}
#schools-section .block-content .slide2 .image-item{
	background-image: url(/img/school-2.webp);
}
#schools-section .block-content .slide3 .image-item{
	background-image: url(/img/school-3.webp);
}
#schools-section .block-content .slide4 .image-item{
	background-image: url(/img/school-4.webp);
}
#schools-section .block-content .slide5 .image-item{
	background-image: url(/img/school-5.webp);
}

#schools-section .block-content .slide1:hover .image-item:before{
	animation-name: pulse-1;
  	animation-duration: 3s;
  	animation-iteration-count: infinite;
}
#schools-section .block-content .slide2:hover .image-item:before{
	animation-name: pulse-2;
  	animation-duration: 3s;
  	animation-iteration-count: infinite;
}
#schools-section .block-content .slide3:hover .image-item:before{
	animation-name: pulse-3;
  	animation-duration: 3s;
  	animation-iteration-count: infinite;
}
#schools-section .block-content .slide4:hover .image-item:before{
	animation-name: pulse-4;
  	animation-duration: 3s;
  	animation-iteration-count: infinite;
}
#schools-section .block-content .slide5:hover .image-item:before{
	animation-name: pulse-5;
  	animation-duration: 3s;
  	animation-iteration-count: infinite;
}


@keyframes pulse-1 {
  0% {
  	box-shadow: 0 0 50px #B05CF1;
  }
  50% {
  	box-shadow: 0 0 75px #B05CF1;
  }
  100% {
  	box-shadow: 0 0 50px #B05CF1;
  }
}
@keyframes pulse-2 {
  0% {
  	box-shadow: 0 0 50px #D3A500;
  }
  50% {
  	box-shadow: 0 0 75px #D3A500;
  }
  100% {
  	box-shadow: 0 0 50px #D3A500;
  }
}
@keyframes pulse-3 {
  0% {
  	box-shadow: 0 0 50px #16ACB6;
  }
  50% {
  	box-shadow: 0 0 75px #16ACB6;
  }
  100% {
  	box-shadow: 0 0 50px #16ACB6;
  }
}
@keyframes pulse-4 {
  0% {
  	box-shadow: 0 0 50px #F32F22;
  }
  50% {
  	box-shadow: 0 0 75px #F32F22;
  }
  100% {
  	box-shadow: 0 0 50px #F32F22;
  }
}
@keyframes pulse-5 {
  0% {
  	box-shadow: 0 0 50px #32A819;
  }
  50% {
  	box-shadow: 0 0 75px #32A819;
  }
  100% {
  	box-shadow: 0 0 50px #32A819;
  }
}


#howtoplay-section .block-content{
	display: flex;
	justify-content: center;
}

#howtoplay-section .block-content img.nomob{
	max-width: 1197px;
}


#roadmap-section .block-content{
	width: 1636px;
	height: 730px;
	position: relative;
	margin: 0 auto;
	padding-top: 70px;
    box-sizing: border-box;
}

#roadmap-section .block-content:before{
	content: '';
	display: block;
	width: 1115px;
	height: 730px;
	position: absolute;
	z-index: -1;
	margin: 0 auto;
	background-image: url(/img/arrow-map.webp);
	background-size: 1084px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	left: 0;
    right: 0;
    top: -80px;
}

#roadmap-section .block-content .btn-line{
	display: flex;
	width: 100%;
	height: 150px;
	flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

#roadmap-section .block-content .btn-line a{
	margin-right: 35px;
    display: flex;
    height: 130px;
    width: 363px;
    align-items: center;
    justify-content: center;
    transition-duration: 0.3s;
}

#roadmap-section .block-content .btn-line:nth-child(2){
	margin-top: 35px;
	justify-content: center;
	margin-left: 35px;
}

#roadmap-section .block-content .btn-line:nth-child(3){
	margin-top: 40px;
    justify-content: end;
    margin-left: 60px;
}

#roadmap-section .block-content .btn-line a:hover{
	transform: scale(1.05);
	transition-duration: 0.3s;
}


#contacts-section{
	padding-bottom: 0px;
}


#contacts-section .block-content{
	width: 1636px;
	height: 860px;
	position: relative;
	margin: 0 auto;

}

#contacts-section .header-h1{
	position: absolute;
	top: 30%;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-image: url(/img/blob_line.webp);
  background-size: 754px auto;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 200px;
}

#contacts-section .headline a{
	background-image: linear-gradient(to bottom, #FFCA0E 0%, #FFEDAC 40%, #B86E00 100%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 96px;
  font-weight: 900;
  text-align: center;
  -webkit-text-stroke: 0px #2B0C0C;
  text-stroke: 0px #2B0C0C;
  color: transparent;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  line-height: 92%;
  text-decoration: none;
}

#contacts-section .shadow-h1{
	background-image: linear-gradient(to bottom, #FFCA0E 0%, #FFEDAC 40%, #B86E00 100%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 96px;
  font-weight: 900;
  text-align: center;
  -webkit-text-stroke: 12px #2B0C0C;
  text-stroke: 12px #2B0C0C;
  color: transparent;
  text-transform: uppercase;
  position: absolute;
  z-index: 8;
  line-height: 92%;
}

#contacts-section .copyright{
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 70px;
	color: #9C8D9E;
	font-size: 16px;
	font-weight: 500;
}

#contacts-section .owl-contacts{
	width: 495px;
	height: 346px;
	background-image: url(/img/owl-footer.webp);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
}

.mob{
	display: none;
}

.header-menu-mob {
    display: none;
}











/* ----- MOBILE VERS ----- */



@media(max-width: 1180px){

.mob{
	display: block;
}	

header {
    height: 1170px;
    background-image: url(/img/header-art-mob.webp);
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}	

.header-menu{
	display: none;
}

.header-menu-mob{
		width: 100%;
    position: fixed;
    margin-top: 30px;
    z-index: 999999999999999999999999999;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.header-menu-mob .header-wrap{
	display: flex;
	width: 260px;
	height: 110px;
	flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}

.header-menu-mob .header-wrap .btn-menu{
	margin-left: -40px;
	width: 36px;
	height: 38px;
	background-image: url(/img/menu.webp);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
}

.header-menu-mob .header-wrap img{
	max-width: 220px;
}

.nomob{
	display: none;
}

.section {
    width: 100%;
    padding: 30px 0;
}

.section .headline-center h2 {
    font-size: 32px;
}

.header-art {
    width: 100%;
}

.header-art img {
    width: 100%;
    height: auto;
            max-width: 430px;
}

.header-h1 {
    top: 200px;
}

.header-art h1 {
    font-size: 48px;
}

.header-art .shadow-h1 {
    font-size: 48px;
}

.header-art p {
    top: 405px;
}

#about-section {
    margin-top: -225px;
}

.section .block-headline {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    margin: 0 auto;
}

.section .headline-left, .section .headline-right {
    display: none;
}

.section .headline-center {
    width: 96%;
    height: 50px;
    background-image: url(/img/flag.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 360px;
}

.underline {
    width: 100%;
    text-align: center;
    color: #DBD5A4;
    font-size: 16px;
    font-weight: 500;
    margin: 20px auto 20px;
    text-transform: uppercase;
    padding: 0 10px;
    box-sizing: border-box;
    max-width: 430px;
}

#about-section .block-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-evenly;
    max-width: 630px;
}

#about-section .block-content .plate {
    width: 180px;
    height: 220px;
    background-image: url(/img/plate-mob.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 20px 20px 20px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 10px;
    transition-duration: .5s;
    display: flex;
        flex-direction: column;
        justify-content: center;
}

#majistan-section .block-content {
    width: 100%;
    margin: 0px auto 0px;
            max-width: 430px;
}

#majistan-section .big-slider div {
    width: 96%;
    height: 500px;
    background-size: auto 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    margin: 0 auto;
}

#majistan-section .big-slider .slick-arrow {
    display: block;
    width: 20px;
    height: 42px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    top: 48%;
    background-color: transparent !important;
    border: none;
    cursor: pointer;
    z-index: 99;
}

#majistan-section .big-slider .slick-next {
    right: 5%;
}

#majistan-section .big-slider .slick-prev {
    left: 5%;
}

#majistan-section .big-slider .slide1{
	background-image: url(/img/big_art_1_mob.webp);
}
#majistan-section .big-slider .slide2{
	background-image: url(/img/big_art_2_mob.webp);
}
#majistan-section .big-slider .slide3{
	background-image: url(/img/big_art_3_mob.webp);
}
#majistan-section .big-slider .slide4{
	background-image: url(/img/big_art_4_mob.webp);
}
#majistan-section .big-slider .slide5{
	background-image: url(/img/big_art_5_mob.webp);
}
#majistan-section .big-slider .slide6{
	background-image: url(/img/big_art_6_mob.webp);
}
#majistan-section .big-slider .slide7{
	background-image: url(/img/big_art_7_mob.webp);
	display: block !important;
}
#majistan-section .big-slider .slide8{
	background-image: url(/img/big_art_8_mob.webp);
	display: block !important;
}
#majistan-section .big-slider .slide9{
	background-image: url(/img/big_art_9_mob.webp);
	display: block !important;
}

#majistan-section .small-slider {
    width: 100%;
    margin: 0px auto 20px;
}

#majistan-section .small-slider .slick-prev {
    left: 5%;
    background-image: url(/img/arrow-l.webp);
}

#majistan-section .small-slider .slick-next {
    right: 5%;
    background-image: url(/img/arrow-r.webp);
}

#majistan-section .small-slider .slick-arrow{
	display: block;
    width: 20px;
    height: 42px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    top: 48%;
    background-color: transparent !important;
    border: none;
    cursor: pointer;
    z-index: 99;
}

#majistan-section .small-slider .slide {
    width: 380px;
    height: 315px;
    background-size: 98% auto;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-right: 0;
    margin-left: 0;
    position: relative;
}

#schools-section .block-content {
    width: 100%;
    max-width: 430px;
}

#schools-section .block-content .slick-prev {
    left: 5%;
    background-image: url(/img/arrow-l.webp);
}

#schools-section .block-content .slick-next {
    right: 5%;
    background-image: url(/img/arrow-r.webp);
}

#schools-section .block-content .slick-arrow{
	display: block;
    width: 20px;
    height: 42px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    top: 33%;
    background-color: transparent !important;
    border: none;
    cursor: pointer;
    z-index: 99;
}

#schools-section .block-content .slide1 .image-item{
	background-image: url(/img/school-1-mob.webp);
}
#schools-section .block-content .slide2 .image-item{
	background-image: url(/img/school-2-mob.webp);
}
#schools-section .block-content .slide3 .image-item{
	background-image: url(/img/school-3-mob.webp);
}
#schools-section .block-content .slide4 .image-item{
	background-image: url(/img/school-4-mob.webp);
}
#schools-section .block-content .slide5 .image-item{
	background-image: url(/img/school-5-mob.webp);
}

#schools-section .block-content .item .image-item {
    width: 190px;
    height: 354px;
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
}

#schools-section .block-content .item .image-item:before {
    width: 120px;
    height: 304px;
    background-size: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    position: relative;
    z-index: -1;
    left: 35px;
    top: 35px;
    content: '';
    display: block;
}

#schools-section .block-content .item {
    padding-top: 30px;
}

#schools-section .block-content .item .image-item:before {
    width: 150px;
    height: 320px;
    background-size: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    position: relative;
    z-index: -1;
    left: 20px;
    top: 25px;
    content: '';
    display: block;
}

#schools-section .underline{
	margin-bottom: 0px;
}

#schools-section .block-content .item .headline, #schools-section .block-content .item .underline, #schools-section .block-content .item .desc{
	padding: 0px 15%;
	box-sizing: border-box;
}

#howtoplay-section .block-content img{
	width: 100%;
	max-width: 430px;
}


#roadmap-section .block-content:before {
    content: '';
        display: block;
        width: 340px;
        height: 730px;
        position: absolute;
        z-index: -1;
        margin: 0 auto;
        background-image: url(/img/arrow-map-mob.webp);
        background-size: 70%;
        background-repeat: no-repeat;
        background-position: 0 50%;
        left: 0;
        right: 0;
        top: -60px;
}

#roadmap-section .block-content {
    width: 100%;
    height: 615px;
    position: relative;
    margin: 0 auto;
    padding-top: 0px;
    box-sizing: border-box;
}

#roadmap-section .block-content .btn-line a{
	width: 218px;
	height:78px;
	margin-right: 0px;
}

#roadmap-section .block-content .btn-line a img{
	width: 140%;
}

#roadmap-section .block-content .btn-line {
	display: block;
  width: 340px;
  height: 90px;
  margin: 0 auto;
  position: relative;
  
}

#roadmap-section .block-content .btn-line:nth-child(1) a:last-child{
	margin-top: -12px;
  float: right;
  position: relative;
  z-index: 110;
}

#roadmap-section .block-content .btn-line:nth-child(1) a:first-child{
	margin-left: 10px;
}

#roadmap-section .block-content .btn-line:nth-child(2) {
    margin-top: 136px;
    justify-content: center;
    margin-left: auto;
}

#roadmap-section .block-content .btn-line:nth-child(2) a:last-child{
	margin-top: -12px;
  float: right;
  position: relative;
  z-index: 110;
}

#roadmap-section .block-content .btn-line:nth-child(3) {
    margin-top: 140px;
        justify-content: end;
        margin-left: auto;
}

#roadmap-section .block-content .btn-line:nth-child(3) a:first-child{
  float: right;
  position: relative;
  z-index: 110;
  margin-right:25px;
}

#roadmap-section .block-content .btn-line:nth-child(3) a:last-child{
  position: relative;
  z-index: 100;
  top: -12px;
}


#contacts-section .block-content {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
}

#contacts-section .header-h1 {
    position: relative;
    top: 30%;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-image: url(/img/blob_line.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 100px;
    max-width: 430px;
        margin: 0 auto;
}

#contacts-section .headline a {
    background-image: linear-gradient(to bottom, #FFCA0E 0%, #FFEDAC 40%, #B86E00 100%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    -webkit-text-stroke: 0px #2B0C0C;
    text-stroke: 0px #2B0C0C;
    color: transparent;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
    line-height: 92%;
    text-decoration: none;
}

#contacts-section .shadow-h1 {
    background-image: linear-gradient(to bottom, #FFCA0E 0%, #FFEDAC 40%, #B86E00 100%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    -webkit-text-stroke: 12px #2B0C0C;
    text-stroke: 12px #2B0C0C;
    color: transparent;
    text-transform: uppercase;
    position: absolute;
    z-index: 8;
    line-height: 92%;
}

#contacts-section .copyright {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0px;
    right:0;
    color: #9C8D9E;
    font-size: 16px;
    font-weight: 500;
    z-index: 99;
    /* height: 40px; */
    padding: 30px 0 20px;
    background-image: linear-gradient(to top, rgba(37, 7, 29, 0.9), transparent);
}

#contacts-section .owl-contacts {
    width: 100%;
    height: 250px;
    background-image: url(/img/owl-footer.webp);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    position: relative;
    bottom: 0;
    right: 0;
    max-width: 430px;
    margin: 0 auto;

}

.wrap-menu {
    display: none;
    width: 100%;
    height: 100%;
    background-image: url(/img/bg_purple.webp);
    position: fixed;
    top: 0px;
    left: 0;
    margin: 0 auto;
    padding: 180px 60px 0 40px;
    box-sizing: border-box;
}

.wrap-menu .close-block{
	position: absolute;
	width: 60px;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	top: 0;
	right: 0;
}

.wrap-menu .list-link{
	max-width: 430px;
	margin: 0 auto;
}

.wrap-menu .list-link a {
    display: block;
    height: 32px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 15px;
    background-image: url(/img/arrow-r.webp);
    background-size: auto 100%;
    background-position: 95% 50%;
    background-repeat: no-repeat;
}



}