.form-wrapper {
  padding: 70px 32px 50px;
  margin-bottom: 23px;
  background-color: #fff;
  z-index: 10;
  height: 100%;
}
.shiny-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.shiny-form-select {
  background-color: #EFEFEF;
  max-height: 35px;
}
.shiny-form-select:not(:nth-child(6)) {
  max-width: 146px;
  flex-grow: 1;
}
.shiny-form-select:nth-child(5) {
  margin-right: 45px;
}
.shiny-form-select:nth-child(6) {
  max-width: 186px;
  flex-grow: 2;
  margin-right: 0;
}
.shiny-form-select:nth-child(8),
.shiny-form-select:nth-child(9) {
  max-width: 241px;
  flex-grow: 1;
  margin-right: 45px;
}
.select-delimeter {
  margin: 0 18px;
  color: #222;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.shiny-form__img {
  width: 100%;
  margin-top: 19px;
  margin-bottom: 38px;
}
.shiny-form__img img {
  width: 100%;
}
.shiny-form-btn {
  display: inline-block;
  text-transform: uppercase;
  padding: 8px 45px;
  background-color: #D76E1D;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  border-color: #D76E1D;
}
.catalog-filter-toggle-btn {
  padding: 12px 47px 12px 32px;
  background-color: #D76E1D;
  font-weight: 700;
  font-size: 18px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #fff;
  border-color: transparent;
  position: relative;
}
.catalog-filter-toggle-btn::after {
  content: "";
  position: absolute;
  display: block;
  width: 13px;
  height: 13px;
  right: 15px;
  top: 17px;
  background-image: url(/images/shiny-toggle-arrow.png?cc891cde1f3bddbed34f83ab61fb1901);
  transition: all 0.3s ease;
}
.catalog-filter-toggle-btn.filter-open::after {
  transform: rotate(180deg);
}
.shiny-form-select {
  position: relative;
}
.shiny-form-select option {
  font-weight: 600;
  font-size: 15px;
  color: #222;
}
.shiny-form-label {
  position: absolute;
  top: -30px;
  left: 0;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.63;
  text-transform: uppercase;
  font-size: 12px;
}
.shiny-form-select.selectDisabled {
  opacity: 0.5;
}
/* ==========================================================================
 * Product list - Shiny list. Oleg
 * ========================================================================== */
.products_list--shiny .products_list-id-availability {
  padding-top: 16px;
  border-top: 2px solid #EFEFEF;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.products_list-price-info--shiny {
  color: #000;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  padding-top: 0;
  margin-top: 0;
}
.products_list-price-info--shiny,
.products_list-price.products_list-price--shiny {
  margin-bottom: 27px;
}
.products_list-buy-btn.products_list-buy-btn--shiny {
  margin: 0 auto;
}
.products_list-bottom.products_list-bottom--shiny {
  margin-top: 0;
  height: 100%;
}
.products_list-elem.products_list-elem--shiny {
  padding-bottom: 27px;
}
.products_list-img {
  max-height: 245px;
}
.products_list-img-block.products_list-img-block--shiny {
  position: relative;
}
@media (max-width: 700px) {
  .form-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .form-wrapper.form-wrapper--hidden {
    padding: 0;
    margin: 0;
  }
  .catalog-filter-toggle-btn {
    width: 100%;
  }
  .form-wrapper {
    padding: 46px 10px 25px 10px;
  }
  .shiny-form-label {
    top: -25px;
  }
  .shiny-form__img {
    margin-bottom: 46px;
  }
  .select-delimeter {
    margin: 0 9px;
  }
  .shiny-form-select:nth-child(5) {
    margin-right: 25px;
  }
  .shiny-form-select:not(:nth-child(6)) {
    min-width: 75px;
    max-width: 106px;
  }
  .shiny-form-select:nth-child(8),
  .shiny-form-select:nth-child(9) {
    max-width: 260px;
    min-width: 220px;
    flex-grow: 1;
  }
  .shiny-form-select:nth-child(9) {
    margin-right: 0;
  }
  .shiny-form-btn {
    margin: 28px auto 0;
  }
}
@media (max-width: 535px) {
  .form-wrapper {
    padding-right: 6px;
    padding-left: 6px;
  }
  .shiny-form-select:nth-child(5) {
    margin-right: 0;
  }
  .shiny-form-select:nth-child(6) {
    order: 8;
  }
  .shiny-form-select:nth-child(8) {
    order: 9;
  }
  .shiny-form-select:nth-child(9) {
    order: 10;
  }
  .shiny-form-select:nth-child(6),
  .shiny-form-select:nth-child(8),
  .shiny-form-select:nth-child(9) {
    max-width: 100%;
    margin-right: 0;
    width: 100%;
    margin-top: 45px;
  }
  .shiny-form__img {
    margin-bottom: 0;
  }
  .shiny-form-btn {
    width: 186px;
    height: 35px;
    margin-top: 30px;
    order: 11;
  }
}
@media (min-width: 1200px) {
  .shiny-form {
    max-width: 1355px;
    gap: 0 20px;
  }
  .shiny-form .shiny-form-btn {
    margin-top: auto;
    margin-right: auto;
    margin-left: calc((24.9% - 177px) / 3);
  }
  .select-delimeter {
    margin: 0 5px;
  }
  .shiny-form-select:nth-child(1),
  .shiny-form-select:nth-child(3),
  .shiny-form-select:nth-child(5) {
    width: 11.3%;
    min-width: 63px;
    margin-right: 0;
    flex-grow: 0;
  }
  .shiny-form-select:nth-child(6),
  .shiny-form-select:nth-child(8),
  .shiny-form-select:nth-child(9) {
    width: 13.73%;
    min-width: 110px;
    max-width: 186px;
    margin-right: 0;
    margin-left: auto;
    flex-grow: 0;
  }
  .shiny-form__img {
    order: 1;
    width: calc(33.9% + 117px);
    max-width: 579px;
    margin-top: 21px;
    margin-bottom: 0;
  }
  .shiny-form-btn {
    order: 2;
  }
}

