.catalog-button-box.catalog-button-box-order{
    padding-top: 0px;
}
.catalog-button-box-category-link{
    padding-bottom: 10px;
}

.faq-block {
    background-color: #fff;
    margin-top: 0;
    width: 100%
  }

  .faq-block__title {
    text-align: center;
  }

  .faq-block__item {
    margin-top: 20px;
    border: 1px solid #ccc;
    padding-top: 10px;
    padding-left: 10px;
    border-radius: 10px;
}
 .faq-block__text {
   color: black;
 }
  
  .faq-block__question {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 10px;
    padding-right: 25px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
  }

  .faq-block__answer {
    font-size: 16px;
    margin-top: 10px;
    display: none;
    padding-right: 35px;
	color: #212121;
  }

  .faq-block .icon-chevron-down {
    position: absolute;
    top: 6px;
    right: 4px;
    color: #e95d2a;
    font-size: 9px;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: .2s;
    transition: .2s
  }

  .faq-block .icon-chevron-down:after {
    content: "";
    position: relative;
    top: -3px;
    display: block;
    width: 10px;
    height: 10px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    transform: rotate(45deg);
  }

  .faq-block .active .icon-chevron-down {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
  }

.faq-block__question img {margin-bottom: 3px!important;}


/* Выбор цвета - форма */
.go-to-filter {
  margin: 40px 0;
}
.go-to-filter__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 209px;
  padding: 0 130px;
  background: #E0F3F3 url(/assets/templates/images/filter.jpg) 0 50% no-repeat;
}

.go-to-filter__form {
  display: flex;
}

.go-to-filter__form .btn {
  margin-left: 20px;
  padding: 0 25px;
}

.go-to-filter__form .field {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.go-to-filter__title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.02em;
  color: #000;
  text-transform: uppercase;
}

.select {
  position: relative;
  width: 370px;
  max-width: 100%;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15);
}

.select__value {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #848484;
  background: #fff;
  cursor: pointer;
}

.select__value:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 7px;
  background: url(/assets/templates/images/arrow-down-orange.svg);
  right: 15px;
  top: calc(50% - 4px);
}

.select__value.open:after {
  transform: rotate(180deg);
}

.select__dropdown {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 100%;
  top: 100%;
  background: #fff;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15);
}

.select__dropdown-item {
  display: flex;
  align-items: center;
  border-top: 1px solid #DCDCDC;
  height: 50px;
  padding: 0 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #313131;
  cursor: pointer;
}

.select__dropdown-item:hover {
  background: #F5F5F5;
}

.btn_orange-inv {
  height: 50px;
  border: none;
  color: #fff;
  background: #FE7059;
  border: 1px solid #FE7059;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  cursor: pointer;
  transition: .4s;
}

.btn_orange-inv:hover {
  background-color: #e47f65;
  color: #fff;
  border: 1px solid #e47f65;
}

@media (max-width: 1170px) {
  .go-to-filter__inner {
    background-position-x: 60%;
  }
}

@media (max-width: 920px) {
  .go-to-filter__inner {
    background-image: none;
    height: auto;
    padding: 30px 15px;
    justify-content: center;
  }

  .go-to-filter__form {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .go-to-filter__form .btn {
    margin: 20px 0 0;
  }

  .go-to-filter__title {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .go-to-filter__form .select {
    width: 100%;
  }
  .go-to-filter__form .btn {
    width: 100%;
  }
}
