#gallery_fest figcaption {
    font-size: 14px;
    color: var(--text-color-gray);
}

#gallery_fest .gallery-item img {
    height: 16rem;
    width: 100%;
    object-fit: cover;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
width: 100%;
}

select {
  padding: 3px 6px;
  background: #FFF;
}

input::placeholder,
textarea::placeholder {
  font-size: 14px;
}

#form_registration .wpcf7-form p {
  width: 100%;
  max-width: 440px;
}

ul {
  margin: 0;
  padding-left: 28px;
}

@media screen and (max-width: 480px) {
  .buttons_fest {
    width: 100%;
  }
  
  .buttons_fest a {
    width: 100%;
  }

  #gallery_fest .gallery-item img {
    height: 13rem;
  }
}

