/* styles/views/feedback.scss */
.feedback-theme-changer {
  margin-top: 30px;
  margin-bottom: 45px;
}
.feedback-theme-item {
  font-size: 1rem;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  line-height: 51px;
  position: relative;
  border: 1px solid #dcdcdc;
}
.feedback-theme-item:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.feedback-theme-item.active {
  border-color: #4b4f58;
  color: #fff;
  background: #4b4f58;
}
.feedback-theme-changer .feedback-theme-item:first-child {
  border-right-width: 0;
  border-radius: 5px 0 0 5px;
}
.feedback-theme-changer .feedback-theme-item:nth-child(4) {
  border-left-width: 0;
  border-radius: 0 5px 5px 0;
}
.feedbackSuccess-block {
  font-size: 1.375rem;
  font-weight: bold;
  padding-bottom: 3.125rem;
  padding-top: 2.5rem;
}

/* scripts/_partials/checkorder/styles/check-order.scss */
.check-order-field {
  margin-bottom: 0.8125rem;
}
.checkorder-modal__header {
  font-size: 18px;
  margin-bottom: 10px;
}
.checkorder-modal__subheader--block {
  font-weight: bold;
  margin-bottom: 5px;
}
.checkorder-modal__block {
  margin-bottom: 15px;
}
.checkorder-modal {
  width: 50vw;
}
.checkorder-modal__contacts {
  list-style: none;
  margin: 0;
  padding: 0;
}
.checkorder-modal__contacts li {
  margin: 0;
  padding: 0 5px;
}
.checkorder-modal__loading {
  text-align: center;
  padding: 20px 0;
}
/*# sourceMappingURL=feedback.DDPPMMZU.css.map */
