@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Rubik&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans&family=Roboto&family=Rubik&display=swap');
::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
::-webkit-scrollbar-thumb:active {
  background: #000000;
}
::-webkit-scrollbar-track {
  background: #666666;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: #666666;
}
::-webkit-scrollbar-track:active {
  background: #333333;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
header{
  width: 100%;
  height: 100vh;
  background: #071D70;
}
header h1{
  position: absolute;
  bottom: 30vh;
  right: 10vw;
  font-size: 5.063em;
  font-family: system-ui;
  color: #eef0ff;
}
header h3{
  font-size: 2.25em;
  position: absolute;
  bottom: 25vh;
  right: 5vw;
  color: #79cff2;
  font-family: 'Roboto', sans-serif;
}
main{
  width: 100%;
}
section{
  width: 100%;
  min-height: 100vh;
  background: #1435AD;
  text-align: center;
}
.img1{
  width: 600px;
  background-size: cover;
  margin:0 auto;
  display: block;
  padding-top: 80px;
  padding-bottom: 80px;
}
.proc1{
  font-size: 5em;
  color: #79cff2;
  font-family: 'Rubik', sans-serif;
}
section p{
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 2.25em;
  color: #eef0ff;
  font-family: 'Fira Sans', sans-serif;
  width: 550px;
  margin: 0 auto;
  display: block;
}
section p span{
  color: #79cff2;
}
.blockwithbor{
  background: #efefef38;
  border-radius: 30px;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
}
.row{
  display: flex;
  justify-content: center;
}
.img2{
  width: 100px;
  margin-right: 30px;
}
.img12{
  padding-top: 40px;
  padding-bottom: 40px;
}
.img13{
  padding-top: 80px;
}
.pad0{
  padding-top: 0;
}
.linier{
  height: 20px;
  max-width: 1000px;
  width: 100%;
  display: block;
  margin: 0 auto; 
}
.linier img{
  background-size: cover;
  height: 100%;
  width: 100%;
}
.internet{
  width: 100px;
  display: block;
  margin: 0 auto;
  padding-bottom: 80px;
}
h2{
  font-size: 3.375em;
  width: 700px;
  padding: 40px;
  background: #efefef38;
  color: #eef0ff;
  border-radius: 30px;
  display: block;
  margin: 0 auto;
  font-family: 'Fira Sans', sans-serif;
}
.circle{
  width: 100px;
  display: block;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 20px;
}
h4{
  font-family: 'Fira Sans', sans-serif;
  font-size: 2.25em;
  color: #eef0ff;
  padding-top: 20px;
}
.blocks{
  width: 200px;
  margin-right: 50px;
}
.blocks:last-child{
  margin-right: 0px;
}
#pro1,#pro2,#pro3,#pro4,.pro5,#pro6,#pro7,#pro8,#pro9,#pro10,.znak1,.znak2,.znak3,.znak4,.znak5,.znak6,.znak7,.znak8,.znak9,.znak10{
  opacity: 0;
}
footer{
  width: 100vw;
  height: 40px;
  background: grey;
}
