.entrance {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: rgba(57, 57, 57, 0.5);
  position: fixed;
}

.entrance:target {
  display: block;
}

.windows_entrance {
  top: -150%;
  right: 0;
  left: 50%;
  z-index: 20;
  width: 400px;
  height: 400px;
  padding: 15px;
  position: fixed;
  background: white;
  flex-direction: column;
  justify-content: space-around;
}

.windows_entrance_register {
  top: -200%;
  right: 0;
  left: 50%;
  z-index: 20;
  width: 400px;
  height: 575px;
  padding: 15px;
  position: fixed;
  background: white;
  flex-direction: column;
  justify-content: space-around;
}

.entrance:target + .windows_entrance_register {
  left: 35%;
  top: 2%;
}

.entrance:target + .windows_entrance {
  left: 35%;
  top: 20%;
}

.close {
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  background-color: var(--color-footer-orange);
  text-align: center;
}

.close:before {
  color: white;
  content: "X";
  font-size: 12px;
}

.title {
  width: 392px;
  height: 35px;
  font-weight: bold;
  float: left;
  border-bottom: 2px solid var(--color-footer-orange);
}

.input_infomation {
  width: 380px;
  height: 40px;
  border-radius: 5px;
  border: 1px var(--color-top-gray) solid;
  padding-left: 10px;
  font-size: 15px;
}

.windows_entrance_bottom {
  width: 390px;
  justify-content: flex-end;
}

.windows_entrance_bottom p {
  margin: 0;
  color: var(--color-footer-orange);
}

.button_input {
  width: 250px;
  height: 50px;
  padding: 0;
  border: none;
  background-color: var(--color-footer-orange);
  color: white;
}

input[type="checkbox"].bulean {
  width: 20px;
  height: 20px;
  border-color: 2px var(--color-menu-blue) solid;
}

.input_block {
  flex-direction: column;
}

.input_title {
  height: 25px;
  color: black;
  width: 392px;
  float: left;
}

.input_error {
  border-top: 1px solid red;
  width: 390px;
  visibility: hidden;
}

.input_error--showed {
  visibility: visible;
}

.text_error {
  color: red;
  font-size: 12px;
}

.bottom_reg p {
  margin: 0;
  color: black;
}
