@font-face { font-family: unifont; src: url('unifont.otf'); font-weight: bold; }

body {
	overflow-x: hidden;
	background-color: #0a0a0a;
	margin-top:5%;
 	content: '';
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	background-image: url('https://site.kotyara-fun.ru/pic/snoww.png'),
        	          url('https://site.kotyara-fun.ru/pic/snow2.png');
 	background-size: 250px, 200px, 150px;
 	animation: snow 16s linear infinite;
}

@keyframes snow {
  0% {
    background-position: 0px 0px,
                         0px 0px,
                         0px 0px;
  }
  100% {
    background-position: 500px 1000px,
                         400px 400px,
                         300px 300px;
  }
}

@keyframes snow2 {
  0% {
    background-position: 1000px 0px,
                         0px 0px,
                         0px 0px;
  }
  100% {
    background-position: 500px 1000px,
                         400px 400px,
                         300px 300px;
  }
}


body:before{
	background-image: url('https://site.kotyara-fun.ru/pic/snoww.png');
 	content: '';
  	position: fixed;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
 	background-size: 250px, 200px, 150px;
 	animation: snow2 20s linear infinite;
 	z-index: 10;
  	pointer-events: none;
}

h1,h2,h3,h4,h5,h6{
	font-smooth: never;
	font-family: unifont;
	color: #1e90ff;
	font-size: 24px;
}


h1 {
	margin-left: 2%;
	margin-inline-end: 76%;
}

h2 {
	text-align: center;
}

h3	{
	position: absolute;
	margin-left: 590px;
	margin-top: 15px;
}

h4	{
	text-align: center;
	margin-inline: 166px;
}

h5	{
	
}

h6	{
	
}

.title,.titlemaps,.titlemain,.box,.main,.maps{
	background-color: #0a0a0a;
	margin-left: 20%;
	margin-right: 20%;
	padding: 5px;
}

.title,.titlemaps{
	display: flex;
}

.titlemain{
	padding-top: 50px;
}

hr {
    display: block;
    height: 2px;
    border: 0;
    border-top: 2px solid #06aaf5;
    margin: 0;
}


.icon {
	width: 50px;
	height: 50px;
}

.maps {
	display: flex;
}

.maps{
	border-top: 2px solid #06aaf5;
}

a{
	text-decoration: none;
}
.video1{
        margin-top: 500px;
        display: flex;
        height: 500px;
        overflow: hidden; 
}
.video1 video {
  position: center;
  width: 100%;
  margin-top: -200px;
}
