

/* Start:/local/components/kk/form.materials/templates/.default/style.css?17703005772218*/
/* Стили формы */
#materials-form {
  display: none;
  background-color: white;
  border-radius: 8px;
  padding: 30px;
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
}

.form-title {
  color: #8f2513;
  margin-bottom: 25px;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
}

.form-group {
  margin-bottom: 20px;
}

.form-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #333;
}

.form-label span {
  color: #8f2513;
}

.form-input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  transition: border-color 0.3s;
}

.form-input:focus {
  border-color: #8f2513;
  outline: none;
}

.form-textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  min-height: 120px;
  resize: vertical;
}

.form-textarea:focus {
  border-color: #8f2513;
  outline: none;
}

.checkbox-group {
  margin: 25px 0;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
}

.checkbox-label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}

.checkbox-label input {
  margin-top: 4px;
  margin-right: 10px;
  flex-shrink: 0;
}

.form-submit {
  background-color: #8f2513;
  color: white;
  border: none;
  padding: 15px 40px;
  font-size: 18px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 100%;
  font-weight: 500;
}

.form-submit:hover {
  background-color: #a52a2a;
}

.form-footer {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  font-size: 12px;
  color: #777;
  text-align: center;
}
.registration__btn {
    padding: 17px 35px;
    font-size: 16px;
    background: #8F2513;
    color: #ffffff;
    border-radius: 100px;
    font-weight: 400;
    cursor: pointer;
}
.registration {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 43px;
    margin-bottom: 80px;
}
div.checker span.checked:before {
	top: 2px!important;
	width: 19px;
	height: 12px!important;
    background: url(/local/templates/main/images/check.png)!important;
}
.materials-form-registration__captcha-error, .materials-form-registration__error{
	color:red;
	display:none;
}
/* End */
/* /local/components/kk/form.materials/templates/.default/style.css?17703005772218 */
