#anketa
{
  display:none;
  position: fixed;
  justify-items: center;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 110%;
  z-index: 200;
}

#negr
{
  position: absolute;
  background-color: black;
  z-index: -1;
  opacity: 0.5;
  width: 100%;
  height: 200vh;
}

#form
{
  width: 100%;
  height: auto;
}

/* Форма не выезжающая */
form
{
  height: auto;
  width: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  
}

#inner_form
{
  display: flex;
  flex-direction: row;
  padding-top: 2rem;
}

form input
{
  display: unset;
}

#send
{
  width: 11vw;
  margin: 0 auto;
  outline: 0;
  border-radius: 0.5em;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  background-color: transparent;
  text-align: center;
  transition: linear .3s;
  color: white;
  display: block;
  padding: 0.5rem;
}

#send:hover
{
  background-color: rgb(250, 133, 0);
}

#send:active
{
  background-color: rgb(20, 168, 0);
}

#closeBtn
{
  position: absolute;  
  color: rgb(61, 61, 73);
  cursor: pointer;
  margin: 0;
  top: 0;
  right: 0;
  transition: color .3s ease;
}

#closeBtn:hover
{
  color: white;
}

.form-group
{
  width: 100%;
}

#age-child, #count-child, #time-child, #data-child
{
  padding: 2em;
}

form fieldset h2
{
  font-size: 1.1em;
  font-weight: 600;
}

#anketa
{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#anketa-sec
{
  position:relative; 
  width:90%;
}

#anketa p
{
  position: relative;
  font-family: 'AmaticSC Bold';
  font-size: 3em;
  text-align: center;
  width: 5em;
  height: 1vh;
  margin: 0 auto;
  left: 0;
  right: 0;
}

#form img
{
  height: auto;
  width: 100%;
  filter: blur(3px);
  position: absolute;
  z-index: -1;
}

#nn
{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  padding-top: 0;
}

#nn h2
{
  position: relative;
  margin: 0;
  padding: 0.1rem;
  color: black;
}

#inputDate
{
  color: rgb(0, 180, 75);
}