body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'IBM Plex Sans', sans-serif;
  background: white;
}
a {
  text-decoration:none;
}
.topmenu{
  width: 100%;
  height: 10vh;
  background: black;
  position: fixed;
  overflow: hidden;
  z-index: 15;
  top:0;
  display: flex;
  align-items: center;
}
 .home{
   width: 65px;
   height: 65px;
   position: relative;
   background-image: url('./img/home.svg');
   background-position: center;
   background-repeat: no-repeat;
   background-size: contain;
   left: 3.5vw;
   /* top: 1.5vh; */
 }
.sidemenu{
  width: 45px;
  height: 45px;
  position: relative;
  left: calc(100% - 160px);
  /* top: -0.5vh; */
  background-image: url('./img/sidemenu.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.screen{
  width: 100%;
  height:90vh;
  position: absolute;
  top: 10vh;
  overflow: hidden;
}
.line{
  height: 350px;
  width: 3500px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  animation: go 15s linear infinite;
}
@keyframes go {
  0%{ left: 0px;}
  100%{left: -1750px;}
}
.rec{
  height: 350px;
  width: 28px;
  display: inline-block;
  background-color: black;
  position: relative;
  margin-left: 46px;
}
.n2{display: none;}
.none{
  margin-left: 0;
}
.block{
  font-size: 24px;
  position: relative;
  top: 7vh;
  left: 3.5vw;
  color: black;
  width: 20em;
}
.text{
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;

}
.button{
  font-size: 24px;
  width: 9em;
  height: 3em;
  color: white;
  background-color: black;
  border: 2px solid rgba(0, 0, 0, 1);
  position: relative;
  left: 3.5vw;
  top: 4em;
  z-index: 10;
  text-align: center;
  vertical-align:middle;
  display:table-cell;
}
.button:hover{
  color: black;
  background-color: white;
  border: 2px solid rgba(0, 0, 0, 1);
  transition: .5s;
  cursor: pointer;
}

.p1{
  width:443px;
  height: 294px;
}
.p2{
  width:302px;
  height: 350px;
}
.p3{
  width:453px;
  height: 302px;
}
.p4{
  width:281px;
  height: 351px;
}
.p5{
  width:453px;
  height: 302px;
}

.screen2{
  height: 70vh;
  width: 100%;
  position: absolute;
  top: 100vh;
  overflow: hidden;
  background-color: #5EB6CA;
  display: none;
}
.rect{
  width: 100%;
  height: 50px;
  background-color: black;
  z-index: 5;
}
.s1{
  position: relative;
  bottom: 43vh;
  left: 73vw;
  color: black;
  font-size: 24px;
  width: 15em;
  position: relative;
}
.map{
  width: 1000px;
  height: 590px;
background-image: url('./img/map.png');
background-position: center;
background-repeat: no-repeat;
background-size: contain;
  position: relative;
}
.head{
  font-size: 32px;
  margin-bottom: 24px;
}
.screen3{
  display: none;
  overflow: hidden;
}
.v2{display: none;}

.footer, .footer2{
  height: 30vh;
  width: 100%;
  background-color: black;
  position: absolute;
  top:100vh;
  overflow: hidden;
}
.footer2{
  display: none;
}
.hse{
  width:237px;
  height: 95px;
  position: relative;
  left: 3.5vw;
  top: 7.5vh;
}
.cont{
font-size: 24px;
line-height: 33px;
color: #FF6100;
}
.contacts{
position: absolute;
font-size: 24px;
width:12em;
left: 38vw;
top: 6.5vh;
display: inline-block;
}
.author{
position: absolute;
font-size: 24px;
width:12em;
left: 74.5vw;
top: 6.5vh;
display: inline-block;
}
