* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
  list-style: none;
  text-decoration: none;
  font-family: "Raleway";
  user-select: none;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Regular.ttf") format("truetype");
  font-display: swap;
}
body {
  height: 100%;
}

::-webkit-scrollbar {
  width: 0;
}

header {
  position: fixed;
  top: 3px;
  left: 3px;
  right: 3px;
  background: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 0 8%; */
  box-shadow: 0 5px 10px black;
  border-radius: 0px 10px;
  z-index: 2;
}

.logos {
  width: 20%;
  margin-left: 20px;
  margin-top: 5px;
  max-width: 90px;
}
.logo > img {
  width: 70%;
}

.logos:hover {
  transform: scale(1.1);
  transition: 0.5s;
}

.header__nav {
  width: 90%;
}

header nav ul li {
  position: relative;
  float: left;
}

header nav ul li a {
  color: black;
  font-size: 14px;
  display: block;
  transition: 0.5s;
}

header nav ul li a:hover {
  transform: scale(1.05);
  text-shadow: 0 1px 3px grey;
}

.content-box {
  margin-top: 10px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
}

.selected {
  text-shadow: 0 1px 3px grey;
  color: blue;
}

.name_title {
  display: none;
}

.content-wrapper {
  margin-left: auto;
  margin-right: auto;
  background: rgba(205, 214, 219, 0.3);
}

.header__menu {
  display: flex;
  justify-content: space-around;
  position: relative;
  z-index: 2;
  top: 25%;
}

.h2-main {
  text-align: center;
  color: black;
}

.h2-main > a:hover {
  transition: 0.5s;
}

.h2-main > a {
  color: black;
  font-style: italic;
  text-shadow: 0 1px 2px rgba(61, 60, 60, 0.8);
}

.form-input {
  width: 300px;
  font-size: 16px;
}

.form-label {
  display: inline-block;
  min-width: 150px;
  vertical-align: top;
}

.form-error ul {
  list-style: none;
  padding: 0;
  color: #cc0000;
}

.form-button {
  min-width: 200px;
  font-size: 16px;
}

form p {
  margin: 5px;
}

#register-h1 {
  text-align: center;
  font-size: large;
}

#button-register {
  width: 30%;
  min-width: 200px;
  margin: 10px;
  padding: 5px;
  font-size: larger;
  border: none;
  box-shadow: 0 5px 10px black;
  border-radius: 0px 10px;
  cursor: pointer;
}

#button-register:hover {
  transform: scale(1.1);
  transition: 0.5s;
}

.last {
  display: inline-flex;
  font-style: italic;
}

.add-ul {
  display: flex;
  justify-content: space-around;
}

.add-li {
  width: 30%;
  display: block;
  text-align: center;
}

.add-li > a > img {
  width: 70%;
  display: block;
  margin: auto auto;
  margin-bottom: 10px;
}
.add-li > a {
  text-align: center;
  font-size: large;
  color: black;
  text-shadow: 0 1px 2px rgba(61, 60, 60, 0.8);
}

.add-li > a:hover {
  transform: scale(1.1);
  transition: 0.5s;
  text-shadow: none;
}

.country {
  margin-top: 70px;
  display: flex;
  justify-content: space-around;
  font-size: large;
  font-style: italic;
}

.add-ok {
  text-align: center;
}

.add-ok > img {
  width: 20%;
}

.form-fedback > form {
  text-align: left;
}

.clear {
  clear: both;
}

#h1-about {
  text-align: center;
}

.about-site > img {
  margin: 10px;
  width: 20%;
}

.errorlist {
  color: red;
}

@media (max-width: 767px) {
  header {
    padding: 0;
    z-index: 2;
  }
  .logos {
    width: 20%;
    margin-right: 20px;
    margin-top: 5px;
    min-width: 85px;
  }
  .logo > img {
    width: 100%;
    margin-right: 20px;
  }

  #register {
    margin-left: 20px;
  }
  #autoriz {
    margin-left: 20px;
  }

  .name_title {
    display: block;
    width: 100%;
    text-align: center;
  }

  .name_title p {
    font-size: 18px;
    text-shadow: 0 1px 2px rgb(0, 0, 0, 0.7);
  }
  nav ul li:hover > ul {
    display: none;
  }

  .container {
    margin-top: -8px;
    padding: 0px;
  }

  header nav ul li {
    float: none;
  }

  .burger {
    border-radius: 0px 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    margin: 3px auto 3px 3px;
    width: 55px;
    height: 55px;
  }

  .header__nav {
    display: block;
    position: absolute;
    top: 64px;
    left: 0;
    width: 80%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease;
    left: -100%;
    background: rgb(245, 246, 246);
  }

  .header__menu {
    display: block;
  }

  .header__nav.open-menu {
    left: 0;
  }

  .header__menu li {
    font-size: 14px;
    margin: 15px;
  }

  .menu-burger__header {
    position: relative;
    width: 40px;
    height: 35px;
    display: block;
    margin: 10px 10px;
  }

  .menu-burger__header span,
  .menu-burger__header:after,
  .menu-burger__header:before {
    height: 3px;
    width: 80%;
    position: absolute;
    margin: 0 auto;
  }

  .menu-burger__header span {
    top: 16px;
    border-radius: 3px;
    background: black;
  }

  .menu-burger__header:after,
  .menu-burger__header:before {
    border-radius: 3px;
    background: black;
    content: "";
  }

  .menu-burger__header:after {
    bottom: 5px;
  }

  .menu-burger__header:before {
    top: 5px;
  }

  .menu-burger__header.open-menu span {
    opacity: 0;
    transition: 0.5s;
  }

  .menu-burger__header.open-menu:before {
    background: black;
    transform: rotate(38deg);
    top: 16px;
    transition: 0.5s;
  }

  .menu-burger__header.open-menu:after {
    transform: rotate(-38deg);
    bottom: 16px;
    transition: 0.5s;
  }

  header {
    height: 60px;
  }

  .content-wrapper {
    margin-top: 50px;
  }

  .fixed-pade {
    overflow: hidden;
  }

  .content-wrapper-hover {
    position: relative;
    z-index: -1;
  }

  ::-webkit-scrollbar {
    width: 0;
  }

  .content-wrapper {
    margin-top: 65px;
  }
}
