@font-face { 
	font-family: 'Neuehaas'; 
	src: url('fonts/NeueHaasDisplay-Roman.ttf')  format('truetype');
	font-weight: normal; 
	font-style: normal; 
}
@font-face { 
	font-family: 'Neuehaas'; 
	src: url('fonts/NeueHaasDisplay-Medium.ttf')  format('truetype');
	font-weight: 600; 
	font-style: normal; 
}
@font-face { 
	font-family: 'Monument'; 
	src: url('fonts/PPMonument-Regular.otf')  format('opentype');
	font-weight: normal; 
	font-style: normal; 
}
@font-face { 
	font-family: 'Monument'; 
	src: url('fonts/PPMonument-Black.otf')  format('opentype');
	font-weight: bold; 
	font-style: normal; 
}

*{
	box-sizing: border-box;
    margin: 0;
	padding: 0;
}
body {
   background: url(../img/backgr.png)no-repeat top center #0e1213;
   background-size: contain;
   font-size:16px;
   line-height:1.2;
   font-family:'Neuehaas',tahoma,sans-serif;
   font-weight: normal;
   color: #fff;
   background: #000;
}
body.active{
	overflow: hidden;
	position: fixed;
}
ol, ul {
  list-style: none;
}
a {
  color: #fff;
  text-decoration: none;
}

.page{
	max-width: 1920px;
	margin: 0 auto;
}
.h3 {
	font-family: 'Monument';
	font-size: 38px;
	font-weight: bold;
}
.h4{
	font-family: 'Monument';
	font-size: 28px;
	font-weight: bold;
}
.page_block {
  padding: 32px 32px 0;
  position: relative;
}
.def_width{
	max-width: 1440px;
	margin: 0 auto;
}
.bt_expl{
	display: inline-block;
	padding: 8px 16px;
	border: 2px solid #fff;
	border-radius: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
.bt_expl img {
	height: 16px;
	margin-left: 5px;
	margin-bottom: -2px;
}


.top_block{
	max-width: 1440px;
	margin: 0 auto 140px;
	height: 840px;
	background: url('../img/top_hello.jpg')no-repeat top center;
	background-size: contain;
}
.top_img{
	margin-bottom: 24px;
}
.top_img img{
	width: 100%;
}
.top_menu{
	margin-bottom: 140px;
}
.top_menu_nav{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.top_menu_nav li a{
	font-weight: 600;
	text-transform: uppercase;
}
.top_text{
	font-family: 'Monument';
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	max-width: 845px;
	margin: 0 auto 32px;
	text-align: center;
}
.top_logo{
	text-align: center;
	margin-bottom: 120px;
}
.top_logo img{
	width: 88px;
}
.bt_epl_block{
	text-align: center;
}

.block_title{
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 120px;
}
.stat_block{
	margin-bottom: 240px;
}
.stat_counters{
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
}
.stat_column{
	width: 50%;
	padding: 0 15px;
	margin-bottom: 120px;
}
.stat_col_title{
	font-size: 22px;
	text-transform: uppercase;
}
.stat_num{
	color: #ff3998;
	font-family: 'Monument';
	font-size: 66px;
	font-weight: bold;
}

.music_block{
	margin-bottom: 240px;
}
.slider_block{
	max-width: 1440px;
	margin: 0 auto;
	padding-bottom: 100px;
	position: relative;
}
.slider_cont_wrap{
	display: flex;
	justify-content: space-between;
}
.slider_cont_item_wrap{
	width: 442px;
}
.slider_cont_item_img{
	margin-bottom: 24px;
}
.slider_cont_item_img{
	width: 100%;
	position: relative;
}
.slider_cont_item_bot{
	display: flex;
	justify-content: space-between;
	text-transform: uppercase;
}
.ow_wrap_descr{
	font-size: 12px;
}
.ow_wrap_plus{
	font-size: 24px;
}
.slarleft{
	position: absolute;
	bottom: -96px;
	left: calc(50% - 45px);
	cursor: pointer;
}
.slarleft img, .slarright img{
	height: 32px;
}
.slarright{
	position: absolute;
	bottom: -96px;
	right: calc(50% - 45px);
	cursor: pointer;
}

.video_block{
	max-width: 1440px;
	margin: 0 auto 240px;
}
.video_items{
	position: relative;
	height: 800px;
}
.video_nav{
	position: absolute;
	top: 110px;
	left: 70px;
	z-index: 2;
}
.video_nav p{
	line-height: 1;
	height: 68px;
	margin: 0;
	display: flex;
	align-items: center;
}
.video_nav a{
	font-family: 'Monument';
	font-size: 38px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	opacity: 0.5;
	transition: all 0.3s ease;
}
.video_nav a:hover{
	font-size: 56px;
	opacity: 1;
}
.video_item_block{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.5s ease;
}
.video_item_block.vdef{
	opacity: 0.5;
}
.video_items.jshoover .video_item_block.vdef{
	opacity: 0;
}
.video_items.jshoover .video_item_block.active, .video_items.jshoover .video_item_block.vdef.active{
	opacity: 1;
}
.video_item_block img{
	width: 100%;
}
.video_item_bot{
	position: absolute;
	right: 35px;
	bottom: 80px;
}
.video_item_bot p{
	text-align: right;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.contact_block{
	margin-bottom: 120px;
}
.contact_item{
	text-align: center;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.contact_hd{
	font-size: 20px;
	line-height: 1;
	margin-bottom: 20px;
}
a.contact_info{
	font-family: 'Monument';
	font-size: 38px;
	font-weight: bold;
	line-height: 1.2;
	color: #ff3998;
}
a.contact_info2{
	font-family: 'Monument';
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2;
	color: #ff3998;
}
.map_block{
	max-width: 1440px;
	margin: 0 auto 200px;
}
.map_block img{
	width: 100%;
}


.footer{
	padding: 0 32px;
}
.footer_block{
	display: flex;
	margin-bottom: 130px;
}
.footer_left, .footer_right{
	width: 50%;
	text-transform: uppercase;
}
.footer_right{
	padding-right: 70px;
}
.footer_right_cols{
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}
.our_p{
	font-size: 12px;
	font-weight: 600;
	color: #ffffff80;
	margin-bottom: 8px;
}
ul.bot_menu li{
	margin-bottom: 8px;
}
ul.bot_menu li a{
	font-size: 16px;
}
.fr_col_right{
	text-align: right;
}
.fr_bt{
	border: 2px solid #fff;
	width: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px;
	font-family: 'Monument';
	font-size: 12px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 20px;
	border-radius: 22px;
}
.fr_bt img{
	width: 24px;
	margin-right: 8px;
}
.ft_lets_title{
	margin-bottom: 8px;
	text-transform: uppercase;
}
.ft_lets_title img{
	margin-left: 15px;
}
.ft_lets_drop{
	text-transform: uppercase;
	color: rgb(255, 57, 152);
}
.ft_lets_drop img{
	width: 10px;
	margin-right: 5px;
}
.footer_bottom{
	width: 100%;
	max-width: 1370px;
	margin: 0 auto 15px;
}
.fb_socnets{
	display: flex;
	justify-content: space-between;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.fb_name{
	margin-bottom: 15px;
}
.fb_name img{
	width: 100%;
}
.fb_rights{
	display: flex;
	justify-content: space-between;
	text-transform: uppercase;
	font-size: 12px;
	color: #ffffff80;
}
.fb_rights a{
	color: #ffffff80;
}

#cookie_notification {
   display: none;
   position: fixed;
   bottom: 0;
   left: 0;
   width: 100%;
   background-color: #BD3675;
   z-index: 100000;
}
#cookie_notification.show {
   display: block;
}
#cookie_notification p{
   width: calc(100% - 140px);
}
.cookie_block{
   justify-content: space-between;
   align-items: center;
   display: flex;
   padding: 20px;
   width: 100%;
}
.bt_white{
   background: #FFFFFF;
   border-radius: 30px;
   font-family: 'Monument';
   font-size: 16px;
   line-height: 1;
   padding: 12px 45px 10px;
   border: 0;
   cursor: pointer;
}
.bt_mob{
   display: none;
   background: transparent;
   border: 0;
   cursor: pointer;
}

.mob_name{
	display: none;
	position: absolute;
	top: 24px;
	left: 24px;
	text-transform: uppercase;
	font-family: 'Monument';
	font-size: 28px;
	font-weight: bold;
}
.video_learn{
	display: none;
	font-size: 10px;
	cursor: pointer;
	margin-top: 8px;
	text-transform: uppercase;
}
.video_learn span{
	margin-left: 5px;
}
.video_mob_play{
	display: none;
	position: absolute;
	right: 25px;
	bottom: 25px;
}
.video_mob_play img{
	height: 32px;
}
.fr_bt.formob{
	display: none;
}

#preload_bg {position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: #000; z-index: 1000000;}
.preload_txt {
	font-family: 'Monument'; font-weight: bold; font-size: 128px;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}
#preload_bg.preload-remove{z-index:-100;display:none;}

@keyframes preload_less {
   0% {
      opacity: 1;
   }
   25% {
      opacity: 1;
   }
   26%{opacity: 0;}
   50% {
      opacity: 0;
   }
   51%{opacity: 1;}
   75% {
      opacity: 1;
   }
   76% {
      opacity: 0;
   }
   100% {
      opacity: 0;
   }
}
@-webkit-keyframes preload_less {
   0% {
      opacity: 1;
   }
   25% {
      opacity: 1;
   }
   26% {
      opacity: 0;
   }
   50% {
      opacity: 0;
   }
   51% {
      opacity: 1;
   }
   75% {
      opacity: 1;
   }
   76% {
      opacity: 0;
   }
   100% {
      opacity: 0;
   }
}
@keyframes preload_more {
   0% {
      opacity: 0;
   }
   25% {
      opacity: 0;
   }
   26% {
      opacity: 1;
   }
   50% {
      opacity: 1;
   }
   51% {
      opacity: 0;
   }
   75% {
      opacity: 0;
   }
   76% {
      opacity: 1;
   }
   100% {
      opacity: 1;
   }
}

@-webkit-keyframes preload_more {
   0% {
      opacity: 0;
   }
   25% {
      opacity: 0;
   }
   26% {
      opacity: 1;
   }
   50% {
      opacity: 1;
   }
   51% {
      opacity: 0;
   }
   75% {
      opacity: 0;
   }
   76% {
      opacity: 1;
   }
   100% {
      opacity: 1;
   }
}
.keyf1{
   -webkit-animation: preload_less 8s linear infinite;
   -moz-animation: preload_less 8s linear infinite;
   -ms-animation: preload_less 8s linear infinite;
   -o-animation: preload_less 8s linear infinite;
   animation: preload_less 8s linear infinite;
}
.keyf2 {
   -webkit-animation: preload_more 8s linear infinite;
   -moz-animation: preload_more 8s linear infinite;
   -ms-animation: preload_more 8s linear infinite;
   -o-animation: preload_more 8s linear infinite;
   animation: preload_more 8s linear infinite;
}

.mus_items {
   background: rgba(0, 0, 0, .8);
   position: fixed;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   z-index: 99999;
}
.musitem_wrap {
   width: 100%;
   max-width: 450px;
   margin: 0 auto;
   padding-top: 70px;
   height: 100%;
   position: relative;
}
.musitem_wrap .bt_close {
   display: inline-block;
   position: absolute;
   left: 20px;
   top: 5px;
   font-size: 34px;
   cursor: pointer;
   color: #fff;
}
#mus_frame {
   width: 100%;
   height: 100%;
   border: 0;
}
.f_blink {
   display: block;
   opacity: 1;
   transition: opacity 2s ease;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background: #000;
}
.mus_items, #mus_frame {
   display: none;
}
.mus_items.active {
   display: block;
}
#mus_frame.active {
   display: block;
}
.f_blink.active {
   opacity: 0;
}


@media (max-width: 1440px){
	.page_block {
		padding: 32px 24px 0;
	}
	.music_block, .video_block, .contact_block, .footer{
		padding: 0 24px;
	}
	.top_block {
		background-size: cover;
		margin-bottom: 60px;
	}
	.block_title, .stat_block{
		margin-bottom: 60px;
	}
	.music_block, .video_block{
		margin-bottom: 160px;
	}
	
}
@media (max-width: 992px) {

}
@media (max-width: 767px) {
	.stat_column {
		margin-bottom: 32px;
	}
	.stat_col_title {
		font-size: 20px;
	}
	.stat_num {
		font-size: 50px;
	}
	.slider_cont_wrap {
		display: block;
	}
	.slider_cont_item_wrap {
		width: 100%;
		margin-bottom: 50px;
	}
	.slider_cont_item_img{
		height: 320px;
		overflow: hidden;
	}
	.slider_cont_item_img img{
		width: 100%;
		margin-top: -25%;
	}
	.ow_wrap_plus {
	  padding: 0px 16px;
	  border: 2px solid;
	  border-radius: 20px;
	}
	.slider_block {
		padding-bottom: 0;
	}
	.mob_name{
		display: block;
	}
	.video_items {
		height: auto;
	}
	.video_nav{
		display: none;
	}
	.video_item_block {
	  position: relative;
	  left: unset;
	  top: unset;
	  width: 100%;
	  height: 100%;
	  opacity: 1;
	  transition: none;
	  margin-bottom: 50px;
	}
	.video_item_block.vdef {
		opacity: 1;
	}
	.video_item_bot{
		right: unset;
		left: 25px;
		bottom: 25px;
	}
	.video_item_bot p{
		display: none;
		font-size: 10px;
		margin-bottom: 8px;
		text-align: left;
	}
	.video_learn{
		display: inline-block;
	}
	.video_mob_play{
		display: inline-block;
	}
	a.contact_info {
		font-size: 28px;
	}
	.contact_hd {
		font-size: 18px;
	}
	a.contact_info2 {
		font-size: 24px;
	}
	
	
	.map_block{
		display: none;
	}
	.footer_left{
		width: 30%;
	}
	.footer_right{
		width: 70%;
		padding-right: 0;
	}
	.ft_lets_title.h3{
		font-size: 28px;
	}
	.ft_lets_title img {
		margin-left: 10px;
		margin-bottom: -6px;
	}
	.footer_block {
		margin-bottom: 100px;
	}
	.fb_socnets {
		justify-content: space-evenly;
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	.fb_socnets a{
		margin-bottom: 15px;
	}
	.preload_txt {
      font-size: 40px !important;
	}
	.preload_txt img{
	  height: 40px !important;
	}
}
@media (min-width: 461px) {
  .formob {
    display: none !important;
  }
}
@media (max-width: 460px) {
	.top_block {
		height: 800px;
	}
	.top_menu{
		display: none;
	}
	.top_img {
		margin-bottom: 200px;
	}
	.top_text {
		font-size: 16px;
	}
	.top_logo {
		margin-bottom: 240px;
	}
	.stat_num {
		font-size: 28px;
	}
	.mob_name {
		font-size: 16px;
	}
	.video_mob_play img {
		height: 24px;
	}
	.music_block, .video_block {
		margin-bottom: 120px;
	}
	.contact_block{
		display: none;
	}
	.contact_hd {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.contact_item {
		margin-bottom: 14px;
	}
	a.contact_info {
		font-size: 18px;
	}
	a.contact_info2 {
		font-size: 16px;
	}
	.footer {
	  padding: 0 16px;
	}
	.footer_block {
		margin-bottom: 60px;
		display: block;
	}
	.footer_left {
		width: 100%;
		text-align: center;
		margin-bottom: 50px;
	}
	.footer_left img{
		height: 35px;
	}
	.footer_right {
		width: 100%;
	}
	.footer_right_cols {
	  display: block;
	  margin-bottom: 60px;
	}
	.fr_col{
		margin-bottom: 40px;
	}
	.bot_menu{
		display: none;
		text-align: center;
	}
	.bot_menu.active{
		display: block;
	}
	ul.bot_menu li {
		margin-bottom: 16px;
	}
	.fr_bt {
		width: 180px;
		margin: 0 auto 20px;
	}
	.ft_lets_title.h3 {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 16px;
		text-align: center;
	}
	.ft_lets_title img {
		margin-left: 5px;
		height: 28px;
	}
	.ft_lets_drop {
	  text-align: center;
	}
	.fb_socnets{
		margin-bottom: 60px;
		justify-content: center;
	}
	.fb_socnets a {
		margin-bottom: 0;
	}
	.fb_socnets img{
		height: 32px;
		margin: 0 12px;
	}
	.fb_rights {
		display: block;
		text-align: center;
	}
	.fb_rights span{
		display: block;
		margin-bottom: 16px;
	}
	.nomob {
		display: none;
	}
	.fr_bt.formob{
		display: flex;
	}
}
