

/* Start:/local/templates/kognittera/components/bitrix/form.result.new/question/style.css?17615789529526*/
.question {
  margin-top: 60px;
  margin-bottom: 105px;
}

.question__heading {
  width: max-content;
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 46px;
  background: linear-gradient(90.05deg, #60269e 0.04%, #ff8623 111.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.qustion__content {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.question__form {
  width: 386px;
  display: flex;
  flex-direction: column;
  gap: 19px;
  align-items: center;
}

.question__input {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 24px;
  border: 1px solid #b5b5b5;
  border-radius: 10px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
  color: #707070;
  outline: none;
}

.question__input:hover {
  border: 1px solid #ff8623;
  transition: 0.3s;
}

.question__input:focus {
  border: 1px solid #ff8623;
  transition: 0.3s;
}

.question__textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 23px 8px;
  border: 1px solid #b5b5b5;
  border-radius: 10px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
  color: #707070;
  resize: none;
  outline: none;
  overflow-y: auto;
  scrollbar-width: thin; /* "auto" или "thin"  */
  scrollbar-color: #ff8623 #ffffff; /* плашка скролла и дорожка */
}
.question__textarea::-webkit-scrollbar {
  width: 5px;
}

.question__textarea::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px white;
  border-radius: 10px;
  margin: 5px;
}

.question__textarea::-webkit-scrollbar-thumb {
  background-color: rgba(255, 134, 35, 1);
  outline: 1px solid rgba(255, 134, 35, 1);
  border-radius: 10px;
}

.question__textarea:hover {
  border: 1px solid #ff8623;
  transition: 0.3s;
}

.question__textarea:focus {
  border: 1px solid #ff8623;
  transition: 0.3s;
}

.question__form-description {
  margin-top: -10px;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #707070;
  position: relative;
}

.question__link {
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #707070;
  transition: 0.3s;
  text-decoration: underline;
}

.question__link:hover {
  color: #ff8623;
  transition: 0.3s;
}

.question__btn {
  width: 237px;
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  background: #ffffff;
  border: 2px solid #ff8623;
  color: #000000;
  transition: 0.3s;
}

.question__btn:hover {
  background: #ff8623;
  border: 2px solid #ff8623;
  color: #ffffff;
  transition: 0.3s;
}

.question__btn:disabled {
  background: #b5b5b5;
  border: 2px solid #b5b5b5;
  color: #ffffff;
  transition: 0.3s;
}

.question__select {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.question__select[data-state="active"] .question__select-title::before {
  transform: translate(-3px, -50%) rotate(-45deg);
}

.question__select[data-state="active"] .question__select-title::after {
  transform: translate(3px, -50%) rotate(45deg);
}

.question__select[data-state="active"] .question__select-content {
  opacity: 1;
}

.question__select[data-state="active"]
  .question__select-label
  + .question__select-input
  + .question__select-label {
  max-height: 40px;
  /* border-top-width: 1px; */
}
.question__select[data-state="active"] .question__select-title {
  border: solid 1px #ff8623;
  transition: 0.3s;
}

.question__select-title {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 12px 24px;
  border-radius: 10px;
  border: solid 1px #b5b5b5;
  cursor: pointer;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
  color: #707070;
}

.question__select-title::before,
.question__select-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 10px;
  height: 2px;
  transition: all 0.3s ease-out;
  background-color: #707070;
  transform: translate(-3px, -50%) rotate(45deg);
}

.question__select-title::after {
  transform: translate(3px, -50%) rotate(-45deg);
}

.question__select-title:hover {
  border-color: #ff8623;
}

.question__select-title:hover::before,
.question__select-title:hover::after {
  background-color: #ff8623;
}

.question__select[data-state="active"] .question__select-title::before {
  background-color: #ff8623;
}
.question__select[data-state="active"] .question__select-title::after {
  background-color: #ff8623;
}

.question__select-content {
  position: absolute;
  top: 56px;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 8px;
  color: #707070;
  background-color: #ffffff;
  border: 1px solid #ff8623;
  border-top: none;
  border-radius: 10px;
  transition: all 0.3s ease-out;
  opacity: 0;
  z-index: 8;
  overflow: hidden;
}

.question__select-input {
  display: none;
}

.question__select-input:checked + label {
  color: #ff8623;
}

.question__select-input:disabled + label {
  opacity: 0.6;
  pointer-events: none;
}

.question__select-label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  max-height: 0;
  padding: 0 16px;
  color: #1d1d1d;
  transition: all 0.2s ease-out;
  cursor: pointer;
  overflow: hidden;
}

.question__select-label + input + .question__select-label {
  border-top: 0 solid #b5b5b5;
}

.question__select-label:hover {
  color: #ff8623 !important;
}
.question__error {
  border: 1px solid red;
}

.question__captcha {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.question__captcha label,
.question__captcha font {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
  color: #707070;
}
.question__captcha input {
  height: 40px;
}
.question__captcha-input {
  display: flex;
  gap: 12px;
}

@media (max-width: 1300px) {
  .question {
    margin-bottom: 56px;
  }
  .question__heading {
    font-size: 30px;
    line-height: 37px;
  }
  .qustion__content {
    margin-top: 28px;
  }
  .question__form {
    gap: 10px;
  }
}

@media (max-width: 999px) {
  .question {
    margin-top: 31px;
    margin-bottom: 19px;
  }

  .question__heading {
    font-size: 25px;
    line-height: 30px;
  }

  .qustion__content {
    margin-top: 19px;
  }
}

@media (max-width: 767px) {
  .question__form {
    width: 100%;
  }

  .question {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .question__heading {
    font-size: 21px;
    line-height: 26px;
  }

  .qustion__content {
    margin-top: 16px;
  }
}

.legal-checkbox {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px;
}
.legal-checkbox input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.legal-checkbox a {
  color: #707070;
  text-decoration: underline;
  font-size: 14px;
  line-height: 20px;
}
.legal-checkbox input[type="checkbox"]:not(:checked) + label:before,
.legal-checkbox input[type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 1px solid #b0b0b0;
  border-radius: 5px;
}
.legal-checkbox input[type="radio"]:checked + label:before {
  border: 1px solid #ff8623;
}
.legal-checkbox input[type="checkbox"]:checked + label:after,
.legal-checkbox input[type="checkbox"]:not(:checked) + label:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.legal-checkbox input[type="checkbox"]:checked + label:after,
.legal-checkbox input[type="checkbox"]:not(:checked) + label:after {
  left: 2px;
  top: 3px;
  width: 14px;
  height: 8px;
  border-radius: 1px;
  border-left: 4px solid #ff8623;
  border-bottom: 4px solid #ff8623;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.legal-checkbox input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
}
.legal-checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.legal-checkbox input[type="checkbox"] + label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #707070;
  text-align: left;
  cursor: pointer;
}
.input-error {
  color: #ce2828;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  position: absolute;
  bottom: -20px;
}
@media only screen and (max-width: 767px) {
  .question__form-description {
    margin-top: unset;
  }
  .legal-checkbox {
    gap: 30px;
  }
  .legal-checkbox input[type="checkbox"] + label,
  .legal-checkbox a {
    font-size: 12px;
    line-height: 20px;
  }
  .legal-checkbox input[type="checkbox"]:not(:checked) + label:before,
  .legal-checkbox input[type="checkbox"]:checked + label:before {
    width: 18px;
    height: 18px;
  }
  .legal-checkbox input[type="checkbox"]:checked + label:after,
  .legal-checkbox input[type="checkbox"]:not(:checked) + label:after {
    left: 2px;
    top: 4px;
    width: 13px;
    height: 6px;
    border-radius: 1px;
    border-left: 3px solid #ff8623;
    border-bottom: 3px solid #ff8623;
  }
}

/* End */
/* /local/templates/kognittera/components/bitrix/form.result.new/question/style.css?17615789529526 */
