@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');

* {
  margin: 0;
  box-sizing: border-box;
}

header {
  width: auto;
  height: fit-content;
  background-color: #33363a;
  color: white;
  display: flex;
  flex-direction: row;
  padding: 0px;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  font-family: 'Oswald', sans-serif;
  padding-top: 3px;

}

@font-face {
  font-family: 'Rubik Mono One', sans-serif;
  src: url(static/RubikMonoOne-Regular.ttf);
  font-family: 'Oswald', sans-serif;
  src: url(static/Oswald-Light.ttf);
}

/*@font-face {
  font-family:'Russo One', sans-serif ;
  src: url(RussoOne-Regular.ttf);
}*/

body {
  margin: 0
}

header div {
  padding: 0 1%;
  margin: 0 3%;
}

header img {
  width: 40px;
}

.logo {
  font-family: 'Russo One';
  font-weight: 100;
  margin-left: 5%;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.logo span {
  vertical-align: middle;
  padding-left: 6px;
}

.mainIndex {
  background-image: url(https://img2.goodfon.ru/original/3200x1200/c/b7/world-of-tanks-wargaming-net-6081.jpg);
  width: auto;
  height: 600px;
  height: 100%;
  background-position: -10px 0;
  background-size: cover;
  padding: 150px 0;
}

main div {
  width: 70vw;
  background-color: #FFFAFA;
  margin: 0px auto;
  border-radius: 5px;
  font-family: 'Oswald', sans-serif;
  padding: 30px 0px 0px 30px;
  padding: 30px;
  border: 0px solid black;

}

#MainDiv {
  height: 100%;
  border: 0px solid lime;
}

form {
  border: 0px solid pink;
}

.SearhLine {
  width: 70%;
  height: 35px;
  border: 1px solid silver;
  margin-top: 25px;
  border-radius: 5px;

}

.SearhButton {
  width: 20%;
  height: 35px;
  background-color: #c00027;
  font-family: 'Oswald', sans-serif;
  border-radius: 5px;
  color: #FFFAFA;
  margin-left: 1%;

}


.criteria1 {
  margin-top: 30px;
  margin-bottom: 10px;

}

p {
  font-weight: 700;
}

.FILTERS {
  width: auto;
  height: 150px;
  height: 100%;
  display: flex;
  flex-direction: row;
  padding: 0;
  flex-wrap: wrap;

}

.Filter {
  height: 100px;
  padding-left: 0px;
  padding-top: 0px;
  width: 150px;
  margin-left: 0;

}

.Filter select {
  width: 150px;
  height: 30px;
  font-size: 17px;
  border-radius: 4px;
}

.Filter p {
  width: 150px;

}

footer {
  width: auto;
  height: fit-content;
  background-color: #33363a;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 50px 200px;
  color: #c8cbd2;
  line-height: 160%;
  font-family: 'Oswald', sans-serif;
}

header a {
  text-decoration: none;
  color: white;

}

.current {
  color: slateblue;
  padding-right: 20px;
  margin-right: 0;
}

#GN{
  padding-right: 60px;
  padding-left: 15px;
}

#regis {
  margin-right: 0px;
  padding-right: 0px;
}

#GameNik {
  border: 0px solid red;
  padding-top: 11.5px;
  padding-bottom: 11.5px;
  position: relative;
  padding-right: 55px;
  padding-left:25px;
}

.okno {
  box-sizing: border-box;
  width: min-content;
  height: fit-content;
  border: 1px solid red;
  position: absolute;
  top: 40px;
  right: 100px;
  background: #33363a;
  line-height: 150%;
  list-style-type: none;
  padding: 10px 20px;
  margin: 0;
  visibility: hidden;
  border-radius: 5px;
  text-align: right;

}


.okno:hover {
  visibility: visible;

}