/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./styles/views/feedback.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
.feedback-theme-changer {
  margin-top: 30px;
  margin-bottom: 45px;
}

.feedback-theme-item {
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  line-height: 51px;
  position: relative;
  border: 1px solid #dcdcdc;
}
.feedback-theme-item:hover {
  text-decoration: none;
}
.feedback-theme-item.active {
  border-color: #4b4f58;
  color: #fff;
  background: #4b4f58;
  /*&:after {
      content: "";
      position: absolute;
      width: 0;
      left: 0;
      bottom: -13px;
      right: 0;
      margin: 0 auto;
      display: inline-block;
      border-left: 13px solid transparent;
      border-right: 13px solid transparent;
      border-top: 13px solid #4b4f58;
      border-bottom: 0 solid transparent;
  }*/
}

.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;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./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.1a3eb7a8ed2ac20defd2.css.map*/