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

#podbor-po-auto .image-wrapper
{
  overflow: hidden;
}

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

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

#podbor-po-auto 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-po-auto .form-type-checkbox
{
  margin-bottom: 1.875rem
}

#podbor-po-auto .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-po-auto .form-type-checkbox label
{
  color: #222;
  font-size: 1rem;
  font-weight: 600;
}

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

#podbor-po-auto .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-po-auto div[id^="edit-col-2"] .form-type-textfield input
{
  margin-top: 3.125rem;
}

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

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

  #podbor-po-auto
  {
    padding: 1.875rem;
  }

  #podbor-po-auto .image-wrapper
  {
    display: none;
  }

  #podbor-po-auto select {
    font-size: .89rem;
  }

}

