.selector-container .selector[data-v-bc7666bc] {
  margin-bottom: 24px;
  border-radius: 5px;
  background: #f2f2f2;
}
.selector-container .selector .selector-item[data-v-bc7666bc] {
  color: #222;
  display: flex;
  text-decoration: none;
  cursor: pointer;
  font-family: Montserrat;
  font-size: 1em;
  line-height: 1.25em;
  padding: 0.75em 1em;
  border-bottom: 1px solid #e3e3e3;
  word-wrap: anywhere;
}
.selector-container .selector .selector-item[data-v-bc7666bc]:hover {
  background: #cbe9e4;
}
.selector-container .selector .selector-item.router-link-active[data-v-bc7666bc] {
  background: #97d3c9;
}
/*# sourceMappingURL=client/components/Selector.css.map */
.breadcrumbs[data-v-43e009dd] {
  margin-bottom: 16px;
}
.breadcrumbs a[data-v-43e009dd] {
  color: #333;
}
/*# sourceMappingURL=client/components/Breadcrumbs.css.map */
.feedback-form[data-v-f8a7cfa8] {
  margin-bottom: 28px;
}
.feedback-form .feedback-form-container .title[data-v-f8a7cfa8] {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 8px;
}
.feedback-form .feedback-form-container .subtitle[data-v-f8a7cfa8],
.feedback-form .feedback-form-container .privacy-policy[data-v-f8a7cfa8] {
  font-family: Lato;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 8px;
}
.feedback-form .feedback-form-container form ul[data-v-f8a7cfa8] {
  padding-left: 18px;
}
.feedback-form .feedback-form-container form input[data-v-f8a7cfa8]:not(.button-submit),
.feedback-form .feedback-form-container form textarea[data-v-f8a7cfa8] {
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  font-family: Montserrat;
  padding: 9px;
  width: 100%;
  font-size: 12px;
  line-height: 12px;
  color: #828282;
  margin-bottom: 8px;
}
.feedback-form .feedback-form-container form input[data-v-f8a7cfa8]:not(.button-submit):focus,
.feedback-form .feedback-form-container form textarea[data-v-f8a7cfa8]:focus {
  outline: none;
}
.feedback-form .feedback-form-container form .button-submit[data-v-f8a7cfa8] {
  background: #8dba53;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  width: 100%;
  border: none;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  color: #fff;
  transition: background 0.3s;
}
.feedback-form .feedback-form-container form .button-submit[data-v-f8a7cfa8]:focus {
  outline: none;
}
.feedback-form .feedback-form-container form .button-submit[data-v-f8a7cfa8]:hover {
  background: #92bd5b;
}
/*# sourceMappingURL=client/components/FeedbackForm.css.map */
.link[data-v-88a0d878] {
  margin-top: 24px;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  color: #5373ba;
  transition: transform 0.3s;
  margin-bottom: 24px;
  text-decoration: none;
  display: inline-flex;
}
.link[data-v-88a0d878]:hover {
  transform: scale(1.01);
}
.link .img[data-v-88a0d878] {
  margin-right: 8px;
  transform: rotate(180deg);
  height: 8px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 30px;
}
/*# sourceMappingURL=client/components/LinkBack.css.map */
