body {
	margin: 0px;
	padding: 0px;
	background-color: #D9A1EA;
}

img {
	/* Я ЕБАЛ ЯНДЕКС БРАУЗЕР */
	pointer-events: none;
}

:root {
	--plyr-color-main: #D9A1EA;
}

.container {
	display: block;
	margin: auto;
	width: 70vw;
	border: solid 5px #FFBDE1;
	border-radius: 35px;
}

.plyr__poster{
	border-radius: 30px;
}

.plyr__video-wrapper {
	border-radius: 30px;
}

.plyr__controls{
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}

a{
	text-decoration: none;
}

@font-face {
	font-display: swap;
  font-family: basic; 
  src: url("../main.ttf"); 
}


*{
	font-family: 'basic', Arial;
}

#header {
	z-index: 10;
	opacity: 1;
	position: fixed;
	width: 100%;
	display: flex;
	align-items: center;
	color: #00afef;
	font-weight: bold;
	transition: 0.6s ease-out;
	border-radius: 0 0 10px 10px;
}

.headerOuter{
  opacity: 0;
}

.logo {
  padding-left: 10px;
  padding-top: 5px;
  filter: none;
  filter: blur(0);
  -webkit-filter: blur(0);
  transition: 0.6s ease-out;
}

.menu {
	padding-left: 10px;
  flex-grow: 1;
}

.menu ul {
  display: flex;
  flex-flow: row nowrap;
  margin: 2px 0 0;
  padding: 0px;
  font-size: 16px;
  line-height: 18px;
  list-style: none;
}

.menu a {
	display: block;
  padding: 8px 10px;
  text-transform: uppercase;
  letter-spacing: .27em;
  transition: 0.6s ease-out;
  color: #FFF;
}
.menu a:hover{
	color: #D9A1EA;
	animation-delay: 1;
}

.tel {
  font-size: 20px;
  line-height: 24px;
}

.socialWide{
	display: none;
}

.socialWide a{
	margin: auto;
} 

.socialWide img {
	width: 40px;
	height: 40px;
}

.tel *{
	vertical-align: middle;
}

.tel img {
	width: 30px;
	height: 30px;
	margin-right: 7px;
}

.menu ul li {
	font-size: 20px;
	padding-left: 50px;
}

#otstup{
	display: block;
	width: 100%;
	height: 100vh;
}

.splash-logo {
	display: block;
	font-family: 'basic', Arial;
	font-size: 100px;
	color: white;
	text-shadow: 1px 1px 5px #000;
	font-weight: bold;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	text-align: center;
	margin: 0;
	padding: 0;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

.undertitle{
	font-size: 20px;
	font-weight: normal;
}

canvas {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -3;
}
#splash-back{
	position: fixed;
	z-index: -10;
	width: 100%;
	height: 100vh;
	background: url("./first.avif");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;

}
#about{
	display: block;
	text-align: center;
	margin: 0px;
	padding-top: 20px;
	margin-top: 10px;
	font-size: 5vw;
	font-weight: normal;
}

#uabout {
	font-family: 'basic', Arial;
	vertical-align: middle;
	background-color: #FFE6F4;
	border: solid 5px #FFBDE1;
	border-radius: 30px;
	width: 90%;
	margin: auto;
	margin-bottom: 20px;
	padding: 20px;
}

#uabout-title{
	font-family: 'basic', Arial;
	vertical-align: middle;
	background-color: #FFE6F4;
	border: solid 5px #FFBDE1;
	border-radius: 30px;
	width: 90%;
	margin: auto;
	margin-bottom: 20px;
	padding: 20px;
}

#des {
	font-size: 25px;
	margin: auto;
	max-width: 80%;
	text-align: center;
	vertical-align: middle;

}

#description-block{
	margin: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

#tutorial{
	font-family: 'basic', Arial;
	font-weight: bold;
	text-align: center;
	border: solid 5px #FFBDE1;
	background-color: #FFE6F4;
	border-radius: 30px;
	font-size: 1.5em;
	width: 90%;
	margin: auto;
	margin-bottom: 20px;
	padding: 20px;
}

#aboutmod{
	overflow-y: auto; 
	max-height: 180px;
	-ms-overflow-style: none;
    scrollbar-width: none;
}

#titlepiece{
	margin-top: 10px;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}

#footer{
	position: relative;
	background-color: #FFE6F4;
	border: solid 5px #FFBDE1;
	width: 100%-2;
	height: 500px;
}

#copyright{
	position: absolute;
	font-family: 'basic', Arial;
	bottom: 30px;
	right: 30px;
}

#blocklinks{
	color: black;
	font-weight: bold;
	font-size: 28px;
	font-family: 'basic', Arial;
	text-align: center;
	margin-top: 60px;
}

#blocklinks ul li {
	list-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
#blocklinks ul li a {
	color: rgba(0,0,0,0.6399999857);
}

#blocklinks ul li a:hover {
	color: #FFBDE1;
}

ul{
	padding: 0px;
	margin-top: 5px;
}

#blocknews{
	font-weight: bold;
	margin-top: 10px;
	background-color: #FFE6F4;
	padding: 10px;
	border: solid 5px #FFBDE1;
}

#mainnews{
	display: inline-block;
	width: 65%;
}

#mainnews h2{
	font-size: 50px;
	margin: 0px;
}

#infonews{
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
}

#descriptionnews{
	margin-top: 30px;
	font-size: 20px;
}

#mainnews img{
	display: block;
	margin: auto;
	margin-top: 10px;
	width: 95%;
	border: solid 5px #FFBDE1;
}

#listnews{
	margin-top: 10px;
	vertical-align: top;
	display: inline-block;
	width: 30%;
	min-height: 70vh;
	border: solid 5px #FFBDE1;
}

#elementnews{
	font-size: 1.25em;
	margin-top: 10px;
	margin-left: 10px;
	height: 120px;
	text-align: left;
	color: black;
}

#elementnews img{
	height: 100px;
	vertical-align: middle;
	border-radius: 10px;
}

#descriptionnews a{
	color: #00A;
	transition: 0.1s ease-out;
}

#descriptionnews a:hover{
	color: #999;
}

@media only screen and (max-width: 1200px){
	.menu ul li{
		padding-left: 30px;
	}
}

@media only screen and (max-width: 1100px){
	#mainnews{
		width: 100%;
	}
	.oldSite{
		display: none;
	}
	#listnews{
		display: none;
	}
}

@media only screen and (max-width: 975px){
	#header{
		border-radius: 0;
	}
	.menu {
		display: block;
		position: absolute;
    top: 68px;
    font-size: 8px;
    height: calc(100vh - 68px);
    left: 0;
    background: #000000A9;
    box-shadow: #ccc;
    width: 270px;
    box-shadow: 0 4px 2px -2px rgba(36, 36, 36, 0.37);
    transition: all 0.4s ease;
    left:-100%;
  }
  .menu ul{
  	 flex-flow: column;
  	 margin-top: 30px;
  	 height: calc(100% - 30px);
  }
  .menu ul li{
  	padding-left: 0;
  	margin-right: 10px;
  	border: solid 0px #fff;
  	border-width: 0 0 2px 0;
  }
  .menu{
  	display: block;
  }
  .menu.open-menu{
    left: 0px;
  }
  .fixed-page {
    overflow: hidden;
  }
	.socialWide{
		display: inline-flex;
		flex-flow: row nowrap;
	}

	.tel{
		display: none;
	}
}

@media only screen and (max-width: 768px){
	.splash-logo{
		font-size: 40px;
	}
	.undertitle{
		font-size: 15px;
	}
	#container{
		width: 90vw;
	}

	#tutorial{
		width: 95vw;
		padding-left: 0px;
		padding-right: 0px;
		background-image: none;
		min-height: 0px;
	}
	#uabout{
		width: 95vw;
		padding-left: 0px;
		padding-right: 0px;
		min-height: 0px;
	}
	#uabout-title{
		width: 95vw;
		padding-left: 0px;
		padding-right: 0px;
		background-size: contain;
		min-height: 0px;		
	}
	#about{
		font-size: 7vw;
	}
	#des{
		max-width: 95%;
		font-size: 4.5vw;
	}
	#copyright{
		right: 0%;
		left: 0%;
		text-align: center;
	}

  .container {
  	width: 90%;
  	border: none;
	}
	#mainnews h2{
		text-align: left;
		font-size: 12vw;
	}
}

@media only screen and (max-width: 552px){
	#chibi_suki{
		width: 100%;
	}
}