

/* Start:/bitrix/components/rarus.lms/certificate.buy/templates/.default/style.css?17861072884282*/
.certificate {
  font-family: "Open Sans", sans-serif;
  padding-bottom: 2rem;
}
.certificate__title {
  font-size: 24px;
  margin-bottom: 1.5rem;
  line-height: 24px;
  color: #333333;
}
.certificate__nominal {
  width: 280px;
  height: 104px;
  margin: 1rem 0 2rem;
  display: flex;
  padding-left: 1rem;
  justify-content: center;
  flex-direction: column;
  background: #FCFCFC;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 10px;
}
.certificate__nominal p {
  font-size: 16px;
  line-height: 24px;
  color: #6B6B6B;
}
.certificate__nominal span {
  font-weight: bold;
  font-size: 36px;
  line-height: 24px;
  color: #333333;
}
.certificate__range {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.certificate__range .input--range {
  width: 100%;
  height: 24px;
  -webkit-appearance: none;
  outline: none;
  border: 1px solid #EEEEEE;
  border-radius: 12px;
  cursor: pointer;
  transition: 0.2s all ease;
}
.certificate__range .input--range::-moz-range-thumb {
  -webkit-appearance: none;
  width: 31px;
  height: 31px;
  background: #fff;
  border: 1px solid #EEEEEE;
  border-radius: 18px;
  cursor: pointer;
  transition: 0.2s all ease;
}
.certificate__range .input--range::-moz-range-thumb:hover {
  width: 33px;
  height: 33px;
}
.certificate__range .input--range::-moz-range-thumb:active {
  width: 33px;
  height: 33px;
}
.certificate__range .input--range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 31px;
  height: 31px;
  background: #fff;
  border: 1px solid #EEEEEE;
  border-radius: 18px;
  cursor: pointer;
  transition: 0.2s all ease;
}
.certificate__range .input--range::-webkit-slider-thumb:hover {
  width: 33px;
  height: 33px;
}
.certificate__range .input--range::-webkit-slider-thumb:active {
  width: 33px;
  height: 33px;
}
.certificate__range-values {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  color: #6B6B6B;
  font-size: 16px;
  font-weight: 400;
}
.certificate__form .form__grid {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
}
.certificate__form .form__grid--sender {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.certificate__form .form__grid--recipient, .certificate__form .form__grid--message {
  grid-template-columns: 1fr;
}
.certificate__form .form__field--full {
  grid-column: 1/-1;
}
.certificate__form .form__input {
  width: 100%;
  height: 48px;
  padding-left: 1rem;
  background: #FCFCFC;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 10px;
}
.certificate__form .form__textarea {
  width: 100%;
  height: 138px;
  padding: 1rem;
  background: #FCFCFC;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 10px;
  resize: vertical;
}
.certificate__form .form__check {
  margin: 0 0 1rem;
}
.certificate__form .form__check-label {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  color: #333333;
  font-size: 14px;
  line-height: 20px;
}
.certificate__form .form__check-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.certificate__form .form__check-input:checked + .form__check-box {
  background: #FF891D;
  border-color: #FF891D;
}
.certificate__form .form__check-input:checked + .form__check-box::after {
  opacity: 1;
}
.certificate__form .form__check-box {
  position: relative;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background: #FCFCFC;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  box-sizing: border-box;
  transition: 0.2s ease all;
}
.certificate__form .form__check-box::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 6px;
  height: 9px;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}
.certificate__form .form__check-text {
  user-select: none;
}
.certificate__form .form__btn {
  margin-top: 1rem;
  text-align: center;
}
.certificate__form .form__btn button {
  width: 218px;
  height: 62px;
  border: 0;
  outline: 0;
  background: #FF891D;
  border-radius: 100px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}
.certificate__form .form__btn button:hover, .certificate__form .form__btn button:focus {
  opacity: 0.8;
}

/* End */
/* /bitrix/components/rarus.lms/certificate.buy/templates/.default/style.css?17861072884282 */
