@charset "utf-8";
* {
    margin: 0;
    padding: 0;
	box-sizing: border-box;
	font-size: 1vw;

}
@font-face {
  font-family: 'Roboto';
  src: url('/static/main/fonts/Roboto.ttf') format('truetype');
  font-display: swap; /* показывать fallback, пока шрифт загружается */
}


a {
    text-decoration: none;
	color: inherit;
	cursor: pointer;

}


::-webkit-scrollbar {
  width: 0;
}
html {
	scroll-behavior: smooth;
	
}


body
{

	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 300;
	background: #373841;
	color: white;
	}

.header0 {
  position: fixed;
  z-index: 3;
  width: 100%;
  /* background: #43444e; */
  background: black;
}

.num {
  display: flex;
  justify-content: space-between; /* Раздвигает элементы по краям */
  align-items: center;
  padding: 0.5vw 1vw;


  width: 100%;
  box-sizing: border-box;
}

.num a {
  /* color: rgb(241, 193, 112);*/
  color: white;
  text-decoration: none;
  white-space: nowrap; /* чтобы номера не переносились */
  font-size: 1.8vw;

}

.num a:hover {
text-decoration: none;
}
.num a:focus,
.num a:active {
  outline: none;              /* убирает фокусную рамку */
  text-decoration: none;      /* убирает подчёркивание при клике */
}

.header
{
	
	position: relative;
	display: flex;
	width: 100%;
	height: 4vw;
	background: #2c2e36;
	
}

.header > div
{
	display: flex;
	font-size: 1vw;


	
	
}
.logo
{
    cursor: pointer;
	width: 20vw;
	justify-content: center;
	align-content: center;
	padding: 0.5vw;
	
}
.menu
{
	display: flex;
	color: #d5d5d7;
	
}
.menu > a
{
	text-align: center;
	display: table;
	width: 10vw;;
	height: 100%;
	cursor: pointer;


		
}


.menu > a:hover 
{

transition: box-shadow 0.3s ease-in-out;
	box-shadow: 0px -0.1vw 0px 0px rgb(241, 193, 112) inset;
	color: rgb(241, 193, 112);
	
	
}
a:focus 
{

transition: box-shadow 0.3s ease-in-out;
	box-shadow: 0px -0.1vw 0px 0px rgb(241, 193, 112) inset;
	color: rgb(241, 193, 112);
	
	
}

 .menu > a > p
{
	display: table-cell;
	vertical-align: middle;

		
}


.slide0
{
	height: 100vh;
	
}

.bottom
{
	color: gray;
	position: relative;
	bottom: 0;
	width: 100%;

	background: #2c2e36;
	
}
.bottom > div
{
	padding: 1vw;
	
	width: 100%;
}
.osntext
{

	box-shadow: 0px -3px 0px 0px rgb(241, 193, 112) inset;
}
.osntext p
{
	width: 30vw;
}
.end
{
	text-align: end;
}

