#podbor-diskov-form
{
  border-radius: 10px;
  background: #F6D311;
  padding: 1.875rem 0 0 1.875rem;
}

#podbor-diskov-form .image-wrapper
{
  overflow: hidden;
}

#podbor-diskov-form img,
#podbor-diskov-form img.shina-image
{
  max-width: 50rem;
}

#podbor-diskov-form .form-type-select
{
  color: #222;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: .625rem;
}

#podbor-diskov-form select
{
  color: rgba(34, 34, 34, 0.40);
  font-size: 1rem;
  padding: 0.9375rem 1.25rem;
  border-radius: 5px;
  border: 1px solid rgba(34, 34, 34, 0.20);
}

#podbor-diskov-form .form-type-checkbox
{
  margin-bottom: 1.875rem
}

#podbor-diskov-form .form-type-checkbox input
{
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 3px;
  border: 1px solid rgba(34, 34, 34, 0.20);
  margin-right: .625rem;
}

#podbor-diskov-form .form-type-checkbox label
{
  color: #222;
  font-size: 1rem;
  font-weight: 600;
}

#podbor-diskov-form .form-type-textfield label
{
  color: #222;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: .625rem;
}

#podbor-diskov-form .form-type-textfield input
{
  color: rgba(34, 34, 34, 0.40);
  font-size: 1rem;
  border-radius: 5px;
  border: 1px solid rgba(34, 34, 34, 0.20);
  padding: 0.9375rem 1.25rem;
}

#podbor-diskov-form div[id^="edit-col-2"] .form-type-textfield input
{
  margin-top: 3.125rem;
}

#podbor-diskov-form input[id^="edit-submit"] {
  border-radius: 5px;
  border: 2px solid #F6D311;
  background: #F8F8F8;
  width: 48%;
  text-align: center;
  padding: 1.125rem 1.5625rem;
  color: #222;
  font-weight: 600;
  font-size: 1rem;
}

#podbor-diskov-form input[id^="edit-reset"] {
  border-radius: 5px;
  border: 2px solid #F6D311;
  background: #F8F8F8;
  width: 48%;
  text-align: center;
  padding: 1.125rem 1.5625rem;
  color: #222;
  font-weight: 600;
  font-size: 1rem;
  margin-left: 11px;
}

div[id^="edit-multi-width-rim"].form-radios {
  display: flex;
  justify-content: space-around;
}

#podbor-diskov-form label.option {
  font-weight: bold;
}
fieldset#edit-multi-width-rim--wrapper {
  margin-top: 0.5rem;
  margin-bottom: 0rem;
}

@media screen and (max-width: 576px) {

  #podbor-diskov-form
  {
    padding: 1.875rem;
  }

  #podbor-diskov-form .image-wrapper
  {
    display: none;
  }

  #podbor-diskov-form input[id^="edit-submit"] {
  border-radius: 5px;
  border: 2px solid #F6D311;
  background: #F8F8F8;
  width: 100%;
  text-align: center;
  padding: 1.125rem 1.5625rem;
  color: #222;
  font-weight: 600;
  font-size: 1rem;
  }

#podbor-diskov-form input[id^="edit-reset"] {
  border-radius: 5px;
  border: 2px solid #F6D311;
  background: #F8F8F8;
  width: 100%;
  margin-left: 0;
  margin-top: 0;
  text-align: center;
  padding: 1.125rem 1.5625rem;
  color: #222;
  font-weight: 600;
  font-size: 1rem;
}

}
