@charset "utf-8";

*	{margin:0; padding:0; font-family:helvetica,arial,sans-serif; text-decoration: none;}
a
{
	
	color: #000;
}
	


img	{border:none; }
iframe {border:none; }

html, body
{
	width:100%;
	min-height: 500px;
}

/* header */

.fs_media_box
{
	width: 100%;
	height: 100vh;
	position: absolute;
	object-fit: cover;	
}

.fs_media_box2
{
	width: 100%;
	height: 200vh;
	position: absolute;
	object-fit: cover;	
}

.fs_media_box_rel
{
	width: 100%;
	height: 100vh;
	margin-top: 100vh;
	position: absolute;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: center;
	gap: 10px;
}

.fs_media_box_rel a
{
	color: #fff;
}

video
{
	background-color: #555;	
}

.title_wrap
{
	margin: 50px auto;
	width: 100%;
	line-height: 28px;
	text-align: center;
	position: absolute;
	z-index: 20;
}

.title
{
	font-size: 28px;
	color: #fff;
	font-weight: bold;
}

.navi_box
{
	width: 100%;
	position: absolute;
	z-index: 100;
	display: flex;
	justify-content: center;
	
}

.nav_item_a
{
	font-size: 16px;
	color: #fff;
	margin: 5px;
	padding: 5px 20px;
	transition: 0.3s;
	cursor: pointer;
}

.bl
{
	color: #000;
}

.nav_item_a:hover
{
	border-bottom: 1px solid;
	background-color: rgba(150, 150, 150, 0.6);
}


.soc_box
{
	margin-top: 30px;
	position: absolute;
	z-index: 101;
}

.soc_item_a
{
	cursor: pointer;
	display: inline-block;
	line-height: 32px;
	margin-left: 8px;
}

.soc_item_a *
{
	vertical-align: middle;
	height: 24px;
	width: 24px;
}

.lang_box
{
	right: 0;
	margin-top: 20px;
	position: absolute;
	z-index: 102;
	line-height: 32px;
}

.lb2
{
	margin-top: 30px;
}

.lb3
{
	background-color: #000;
	margin-top: 0;
	margin-right: 0;
}

.lang_item
{
	height: 24px;
	width: 24px;
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
	margin-right: 8px;
}


.lang_ru
{
	background: url("../img/lang_ru.png") no-repeat;
	background-position: center center;
}

.lang_en
{
	background: url("../img/lang_en.png") no-repeat;
	background-position: center center;
}


.menu_button
{
	width: 32px;
	height: 32px;
	overflow: hidden;
	position: absolute;
	margin: 20px;
	display: none;
	cursor: pointer;
	z-index: 105;
}

.close_button
{
	width: 32px;
	height: 0px;
	overflow: hidden;
	position: absolute;
	margin: 30px;
	display: none;
	cursor: pointer;
	z-index: 107;
}


.menu_box
{
	height: 0px;
	overflow: hidden;
	width: 100%;
	position: absolute;
	z-index: 104;
	background-color: #fff;
	text-align: center;
	display: none;
	flex-direction: column;
	
	align-items: center;
	
}

.menu_item_a
{
	font-size: 32px;
	padding: 10px;
	transition: 0.3s;
	width: 50%;
	cursor: pointer;
}

.menu_item_a:hover
{
	color: #fff;
	background-color: #000;
}

.menu_soc_box
{
	width: 100%;
	padding: 10px;
	background-color: #000;
	vertical-align: middle;
}


@media (max-width: 780px)
{
  .navi_box, .soc_box {display: none;}
  .menu_button, .close_button {display: block;}
  .menu_box {display: flex;}
  .title_wrap {margin: 20px auto;}
}	
	
.bg_gray
{
	background-color:#777;
}

/* music */



.back_button
{
	position: absolute;
	margin: 30px;
	cursor: pointer;
	z-index: 105;
}

.music_wrap
{
	width: 100%;
	position: absolute;
	margin-top: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.album_wrap
{
	margin:2vw 10px;
	text-align: center;
}

.album_cover
{
	width: 25vw;
	height: 25vw;
	box-shadow: 1px 1px 3px #000;
	display: inline-block;
	object-fit: cover;
}

.dir_title
{
	width: 75vw;
	margin: 10px auto;
	line-height: 32px;
	background-color: rgba(255,255,255,0.7);
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.playlist_wrap
{
	width: 50vw;
	display: inline-block;
	vertical-align: top;
}

.mus_title
{
	text-align: center;
	font-weight: bold;
	background-color: rgba(255,255,255,0.7);
}

.mus_player
{
	margin-bottom: 3px;
	width: 100%;
}

@media (max-width: 450px)
{
  .title {font-size: 22px;}
  .album_cover {display: block; margin:2vw auto; width: 75vw; height: 60vw;}
  .playlist_wrap {display: block; margin:0 auto; width: 75vw;}
  .dir_title {width: 75vw;}
}	

/* photo */

.photo_layer
{
	width: 100%;
	height: 1px;
	background-color: rgba(0,0,0, 0.8);
	position: fixed;
	z-index: 200;
	transition: 0.3s;
	overflow: hidden;
}

.close_img_but
{
	padding: 5px;
	width: 30px;
	height: 30px;
	border-radius: 20px;
	right: 30px;
	top: 30px;
	background-color: #fff;
	position: absolute;
	cursor: pointer;
	z-index: 210;
}

.leaf_left
{
	width: 50%;
	height: 100%;
	position: absolute;
	z-index: 209;
	transition: 0.3s;
	background-position: center center;
}

.leaf_left:hover
{
	background: url("../img/back.png") no-repeat;
	background-position: left center;
}


.leaf_right
{
	width: 50%;
	height: 100%;
	right: 0;
	position: absolute;
	z-index: 209;
	transition: 0.3s;
	background-position: center center;
}

.leaf_right:hover
{
	background: url("../img/forw.png") no-repeat;
	background-position: right center;
}



.max_photo
{
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: absolute;
}


.photoalbums_wrap
{
	position: absolute;
	margin-top: 100px;
	width: 100%;
	margin-bottom: 30px;
	display: grid;
	grid-template-columns: [start] repeat(auto-fill, 240px) [end];
	grid-template-rows: auto;
	gap: 5px;
	justify-content: center;
	
}

.photo_img
{
	object-fit: cover;
	width: 100%;
	height: 180px;
	cursor: pointer;
	box-shadow: 1px 1px 2px #000;
}

.photolist_wrap
{
	display: none;
}

.mini_photo
{
	object-fit: cover;
	width: 100%;
	height: 180px;
	cursor: pointer;
	box-shadow: 1px 1px 2px #000;
	display: none;
}

/* video */

.videoalbums_wrap
{
	width: 100%;
	position: absolute;
	margin-top: 100px;
	padding-bottom: 50px;
}

.videolist_wrap
{
	width: 100%;
	margin-bottom: 30px;
	display: grid;
	grid-template-columns: [start] repeat(auto-fill, 240px) [end];
	grid-template-rows: auto;
	gap: 5px;
	justify-content: center;
	
}

.valbum_title
{
	line-height: 32px;
	background-color: rgba(255,255,255,0.7);
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	grid-column: start / end;
}




.vi_snippet
{
	margin: 5px;
	
}

.video_img
{
	width: 100%;
	cursor: pointer;
	box-shadow: 1px 1px 2px 2px #000;
}

.video_title
{
	color: #fff;
	text-align: center;
	overflow-wrap: break-word;
}



.video_img_select
{
	box-shadow: 0 0 2px 2px #fff;
}

.videoframe
{
	width: 100%;
	height: 100%;
	position: absolute;
}

/* bio */

.bio_head_wrap
{
	height: 80px;
}


.bio_photo
{
	width: 100%;
	max-width: 70vh;
	height: 70vh;	
	display: block;
	
	margin: 0 auto;
	display: block;
	background: url("../img/bio.png") no-repeat, url("../img/fon.png") no-repeat;
	background-size: cover;
	background-position: center top;
}

.bio_wrap
{
	width: 100%;
	padding-bottom: 50px;
}

.bio_head
{
	padding: 20px 0;
	text-align: center;
}

.bio_dir_title
{
	padding: 20px 0;
	text-align: center;
	border-top: 1px solid #ddd;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	transition: 0.5s;
}

.bio_dir_title:hover
{
	background-color: #eee;
}

.bio_dir_text
{
	height: 0px;
	overflow: hidden;
	background-color: #f8f8f8;
	transition: 0.3s;
	
}

.bio_txt
{
	padding: 20px;
	text-align: center;
}



.bio_item_a
{
	cursor: pointer;
	display: inline-block;
	margin: 8px;
	
}

.bio_item_a img
{
	vertical-align: middle;
	height: 24px;
	width: 24px;
}

.centring
{
	text-align: center;
}
/* notes */

.note_link
{
	height: 32px;
	line-height: 32px;
	margin: 0 auto 10px;
	text-align: center;
	font-weight: bold;
	background-color: rgba(255,255,255,0.7);
	display: block;
	cursor: pointer;
	transition: 0.3s;
	color: #000;
}

.note_link:hover
{
	background-color: #fff;
}

p
{
	margin: 20px auto;
	text-indent: 20px;
}


.btn-up 
{
  position: fixed;
  right: 10px;
  bottom: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-up::before
{
  content: "";
  width: 40px;
  height: 40px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-image: url("../img/up.png")
}

.btn-up_hide
{
  display: none;
}
