
.captcha-wrapper[data-v-3cc9269e] {
  border-radius: 8px;
  font-family: sans-serif;
}
.captcha[data-v-3cc9269e] {
  display: flex;
}
.captcha-question[data-v-3cc9269e] {
  box-shadow: 3px 3px 20px rgba(90, 169, 213, 0.15);
  justify-content: flex-start;
  align-items: center;
  display: flex;
  height: 100%;
  margin-top: 8px;
}
.captcha-options[data-v-3cc9269e] {
  display: flex;
  gap: 4px;
  justify-content: center;
}
.captcha-option[data-v-3cc9269e] {
  width: 48px;
  height: 48px;
  padding: 4px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
}
.captcha-option.selected[data-v-3cc9269e] {
  border: solid 1px #2196f3;
  background-color: #e3f2fd;
  transform: scale(0.95);
}
.shape-svg[data-v-3cc9269e] {
  width: 90%;
  height: 90%;
  stroke: #2c3e50;
  stroke-width: 7;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.captcha-actions[data-v-3cc9269e] {
  display: flex;
  gap: 4px;
  justify-content: center;
}
.captcha-actions button[data-v-3cc9269e] {
  padding: 6px 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #202634;
}
.captcha-message[data-v-3cc9269e] {
  padding: 6px;
  text-align: center;
  background: #d4edda;
  color: #155724;
  border-radius: 4px;
}
.captcha-message.error[data-v-3cc9269e] {
  background: #f8d7da;
  color: #721c24;
}
.captcha-question_svg[data-v-3cc9269e] {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 9px solid #ECA763;
}
.captcha-question_container[data-v-3cc9269e] {
  padding: 4px 8px;;
  background: #ECA763;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
}
.captcha-question_text[data-v-3cc9269e] {
  color: #202634;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 767px) {
.captcha[data-v-3cc9269e] {
    gap: 4px;
}
.captcha[data-v-3cc9269e],
  .captcha-question[data-v-3cc9269e] {
    flex-direction: column-reverse;
}
.captcha-question_svg[data-v-3cc9269e] {
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 9px solid #ECA763;
    border-bottom: unset;
}
}


h1[data-v-244777f8] {
  font-size: 32px;
}
.quality[data-v-244777f8]{
  display: flex;
  flex-direction: column;
  gap: 0;
}
.quality_container[data-v-244777f8]{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--opacity-50);
  border-radius: 20px;
  background: var(--color-white-solid);
}
.quality_content[data-v-244777f8]{
  padding: 40px 25px 0 27px;
}
.form-order-magazine[data-v-244777f8] {
  padding: 0 25px 40px 25px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
  display: flex
}
.form-order-magazine_title[data-v-244777f8] {
  color: var(--Site-Main);
  font-size: 32px;
  font-weight: 500;
}
.form-order-magazine_container[data-v-244777f8] {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  display: flex
}
.form-order-magazine_input-group[data-v-244777f8] {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: flex;
  align-content: flex-start;
}
.form-order-magazine_input-label[data-v-244777f8] {
  width: 100%;
  height: 50px;
  padding: 15px 16px;
  background: var(--Tretiary);;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  display: flex;
&.with-helper[data-v-244777f8] {
    flex-direction: column;
    gap: 0;
&.error[data-v-244777f8] {
      outline: solid 1px var(--Error);
}
}
& input[data-v-244777f8], textarea[data-v-244777f8] {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 500;
}
&.textarea_label[data-v-244777f8] {
    height: 120px;
& textarea[data-v-244777f8] {
      color: var(--dark);
      resize: none;
}
}
.error[data-v-244777f8] {
    padding: 0 3px;
    width: max-content;
    color: var(--Error);
    font-size: 16px;
    font-weight: 500;
    z-index: 1;
    background: linear-gradient(
      to bottom,
      var(--Tretiary) 0%,
      var(--Tretiary) 70%,
      var(--White) 30%,
      var(--White) 100%
    );
}
}
.form-order-magazine_footer[data-v-244777f8] {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  display: flex;
}
.form-order-magazine_captcha_title-wrapper[data-v-244777f8] {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  display: flex;
}
.form-order-magazine_footer_captcha_title[data-v-244777f8] {
  color: var(--Site-Main);
  font-size: 16px;
  font-weight: 500;
}
.form-order-magazine_footer_captcha_subtitle[data-v-244777f8] {
  color: var(--Site-Text-2);
  font-size: 14px;
  font-weight: 500;
}
.form-order-magazine_send-wrapper[data-v-244777f8] {
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  display: flex;
& .btn-primary[data-v-244777f8] {
    min-width: 274px
}
}
.form-order-magazine_send_notice[data-v-244777f8] {
  color: var(--Text);
  font-size: 14px;
  font-weight: 400;
& .spec[data-v-244777f8] {
    text-decoration: underline;
}
& a[data-v-244777f8] {
    color: var(--Site-Hover);
}
}
.make-an-appointment_form_btn-file_wrap[data-v-244777f8] {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  display: flex;
  width: 100%;
}
.make-an-appointment_form_btn-file_title[data-v-244777f8] {
  color: #132E6B;
  font-size: 16px;
  font-weight: 500;
}
.make-an-appointment_form_btn-file[data-v-244777f8] {
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  display: flex;
  width: 100%;
.btn-tertiary[data-v-244777f8] {
    max-width: 274px;
    width: 100%;
    position: relative;
}
input[data-v-244777f8] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
span[data-v-244777f8] {
    color: #202634;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
}
}
.form-order-magazine_request[data-v-244777f8] {
  width: 100%;
  padding: 12px 20px;
  background: var(--Site-Tretiary);
  border-radius: 8px;
  align-items: center;
  gap: 16px;
  display: flex;
}
.form-order-magazine_request_icon[data-v-244777f8] {
  width: 24px;
  height: 24px;
  position: relative;
}
.form-order-magazine_request_text[data-v-244777f8] {
  color: var(--Site-Main);
  font-size: 16px;
  font-weight: 500;
  display: flow;
  align-items: center;
span[data-v-244777f8] {
    color: var(--Site-Hover);
    font-weight: 500;
}
}
@media (max-width: 767px) {
.form-order-magazine_input-group[data-v-244777f8],
  .form-order-magazine_send-wrapper[data-v-244777f8] {
    flex-direction: column;
    width: 100%;
}
.form-order-magazine[data-v-244777f8] {
    width: 100%;
}
.form-order-magazine_send-wrapper[data-v-244777f8] {
& .btn-primary[data-v-244777f8] {
      min-width: 100%;
}
}
.form-order-magazine_send_notice[data-v-244777f8] {
    font-size: 12px;
    text-align: center;
}
.form-order-magazine_request_text[data-v-244777f8] {
    font-size: 12px;
}
.make-an-appointment_form_btn-file[data-v-244777f8] {
    flex-wrap: wrap;
    gap: 6px;
}
}
@media (max-width: 420px){
.mobile_content[data-v-244777f8]{
    max-width: 420px!important;
    width: 100%!important;
}
.def-vis[data-v-244777f8]{
    max-width: 420px!important;
    width: 100%!important;
}
}

