

/* Start:/form/style.css?17386602312408*/
form * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.button:disabled {
  cursor: not-allowed !important;
  border-color: #c8c8c8 !important;
  color: #c8c8c8 !important;
}
.button:disabled:hover {
  background-color: #fff !important;
  color: #c8c8c8 !important;
}

.form {
  max-width: 700px;
  margin: auto;
}
.form textarea {
  border: 2px solid #fff;
}

.item {
  margin-bottom: 15px;
}
.item .h3 {
  margin-bottom: 20px;
}
.item label {
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
}
.item .note {
  font-size: 14px;
}

.form input:not(.btn),
.form select,
.form textarea {
  border: 2px solid #cb3d00;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 0;
}

.addField {
  display: inline-block;
}

.btn.btn-mini {
  padding: 10px 20px;
  font-size: 18px;
}

label.custom input[type=checkbox], label.custom input[type=radio] {
  display: none;
}

label.custom .radio-custom, label.custom .checkbox-custom {
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 0;
  position: relative;
  margin-right: 10px;
}

label.custom .radio-custom {
  border-radius: 50%;
}

label.custom .radio-custom, label.custom .checkbox-custom, label.custom .label {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  color: #988558;
  cursor: pointer;
  text-transform: none;
  letter-spacing: 0;
}

label.custom .label {
  width: calc(100% - 26px);
}

label.custom input[type=radio]:checked + .radio-custom, label.custom input[type=radio]:checked + .checkbox-custom, label.custom input[type=checkbox]:checked + .radio-custom, label.custom input[type=checkbox] + .checkbox-custom {
  background: #fff;
  border: 1px solid #988558;
}

label.custom input[type=radio]:checked + .radio-custom:before, label.custom input[type=radio]:checked + .checkbox-custom:before, label.custom input[type=checkbox]:checked + .radio-custom:before, label.custom input[type=checkbox]:checked + .checkbox-custom:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 4px;
  width: 6px;
  height: 8px;
  border-right: 1px solid #988558;
  border-bottom: 1px solid #988558;
  transform: rotate(45deg);
}

label.custom input[type=radio]:checked + .radio-custom:before {
  top: 4px;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  border: 0;
}
/* End */


/* Start:/form/smeny-orlyenok/style.css?17706433947741*/
/* Улучшенный дизайн формы в стиле сайта */

.form {
	max-width: 900px;
	margin: 0 auto;
	padding: 40px 0;
}

/* Заголовки секций */
.form h3 {
	font: 400 24px/32px "Roboto", sans-serif;
	text-transform: uppercase;
	color: #000;
	margin: 40px 0 25px 0;
	padding-bottom: 15px;
	border-bottom: 3px solid transparent;
	background: linear-gradient(101.45deg, #cb3d00 11.28%, #FF9947 109.06%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	position: relative;
}

.form h3:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 3px;
	background: linear-gradient(101.45deg, #cb3d00 11.28%, #FF9947 109.06%);
}

.form h3:first-child {
	margin-top: 0;
}

/* Контейнеры полей */
.items-box {
	background: #fff;
	border-radius: 15px;
	padding: 30px;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

.item-box-repeat {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}

/* Поля формы */
.item {
	margin-bottom: 0;
}

.item label {
	display: block;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #000;
	margin-bottom: 8px;
}

.form input:not(.btn):not([type="checkbox"]):not([type="radio"]),
.form select,
.form textarea {
	width: 100%;
	padding: 14px 18px;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	background: #fff;
	border: 2px solid #E5E5E5;
	border-radius: 10px;
	outline: none;
	transition: all 0.3s ease;
	margin-bottom: 0;
}

.form input:not(.btn):not([type="checkbox"]):not([type="radio"]):hover,
.form select:hover,
.form textarea:hover {
	border-color: #FF9947;
	background: #fff;
	padding-left: 18px;
}

.form input:not(.btn):not([type="checkbox"]):not([type="radio"]):focus,
.form select:focus,
.form textarea:focus {
	border-color: #cb3d00;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(203, 61, 0, 0.1);
}

.form input.error,
.form select.error,
.form textarea.error {
	border-color: #e9004c !important;
	background-color: #fff5f8 !important;
}

/* Select стили */
.form select {
	cursor: pointer;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23cb3d00' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 18px center;
	padding-right: 45px;
}

.form select option {
	padding: 10px;
}

/* Textarea */
.form textarea {
	min-height: 120px;
	resize: vertical;
	font-family: "Roboto", sans-serif;
}

/* Примечания */
.item .note {
	font-size: 13px;
	line-height: 18px;
	color: #898989;
	margin-top: 6px;
}

.item .note ul {
	margin: 10px 0 0 0;
	padding-left: 20px;
}

.item .note ul li {
	margin-bottom: 6px;
	line-height: 20px;
}

/* Чекбокс согласия */
.item.soglasie {
	margin-top: 35px;
	padding: 25px;
	background: #F5F5F5;
	border-radius: 10px;
}

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

label.custom input[type="checkbox"] {
	display: none;
}

label.custom .checkbox-custom {
	min-width: 24px;
	width: 24px;
	height: 24px;
	border: 2px solid #cb3d00;
	background: #fff;
	border-radius: 5px;
	position: relative;
	margin-right: 12px;
	margin-top: 2px;
	transition: all 0.3s ease;
}

label.custom:hover .checkbox-custom {
	border-color: #FF9947;
	box-shadow: 0 0 0 3px rgba(203, 61, 0, 0.1);
}

label.custom input[type="checkbox"]:checked + .checkbox-custom {
	background: linear-gradient(101.45deg, #cb3d00 11.28%, #FF9947 109.06%);
	border-color: #cb3d00;
}

label.custom input[type="checkbox"]:checked + .checkbox-custom:before {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 7px;
	width: 6px;
	height: 11px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
}

label.custom .label {
	font-size: 14px;
	line-height: 20px;
	color: #000;
	flex: 1;
}

label.custom .label a {
	color: #cb3d00;
	text-decoration: underline;
	transition: color 0.3s ease;
}

label.custom .label a:hover {
	color: #FF9947;
}

/* Кнопка отправки */
.item.bottom {
	margin-top: 30px;
	text-align: center;
}

.submit-box {
	display: flex;
	justify-content: center;
}

.form .btn.js-send-form {
	min-width: 280px;
	padding: 18px 50px;
	font-size: 18px;
	font-weight: 500;
}

.error_text {
	color: #e9004c;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
	padding: 15px 20px;
	background: #fff5f8;
	border: 2px solid #e9004c;
	border-radius: 10px;
	display: none;
	text-align: center;
}

.error_text.show {
	display: block;
}

.error_text strong {
	color: #cb3d00;
	font-weight: 600;
}

/* Темный фон для модального окна */
#dark_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999;
	display: none;
	transition: opacity 0.3s ease;
}

body.act #dark_bg {
	display: block;
}

/* Модальное окно */
.modal {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.8);
	width: 90%;
	max-width: 500px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3);
	z-index: 1000;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease;
}

.modal.active {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
	pointer-events: auto;
}

.modal-content {
	padding: 50px 40px;
	text-align: center;
}

.modal-icon {
	margin: 0 auto 30px;
	animation: scaleIn 0.5s ease 0.2s both;
}

@keyframes scaleIn {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

.modal-title {
	font-size: 28px;
	line-height: 36px;
	font-weight: 600;
	color: #000;
	margin: 0 0 20px 0;
	background: linear-gradient(101.45deg, #cb3d00 11.28%, #FF9947 109.06%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.modal-text {
	font-size: 18px;
	line-height: 26px;
	color: #333;
	margin: 0 0 10px 0;
}

.modal-subtext {
	font-size: 14px;
	line-height: 20px;
	color: #898989;
	margin: 0 0 30px 0;
}

.modal-btn {
	margin: 0 auto;
	min-width: 250px;
}

.modal-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 35px;
	height: 35px;
	cursor: pointer;
	z-index: 10;
	border-radius: 50%;
	background: #f5f5f5;
	transition: all 0.3s ease;
}

.modal-close:hover {
	background: #e5e5e5;
	transform: rotate(90deg);
}

.modal-close:before,
.modal-close:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 2px;
	background: #666;
	transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

/* Адаптивность для двух колонок на больших экранах */
@media (min-width: 768px) {
	.item-box-repeat {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px 25px;
	}
	
	/* Полноширинные поля */
	.item-box-repeat .item:has(textarea),
	.item-box-repeat .item:has(input[type="url"]),
	.item-box-repeat .item:has(.note ul) {
		grid-column: 1 / -1;
	}
}

@media (max-width: 767px) {
	.items-box {
		padding: 20px 15px;
	}
	
	.form h3 {
		font-size: 20px;
		line-height: 28px;
	}
	
	.item.soglasie {
		padding: 15px;
	}
	
	.form .btn.js-send-form {
		min-width: 100%;
		width: 100%;
	}
}

/* Анимация для полей при фокусе */
@keyframes field-focus {
	0% {
		box-shadow: 0 0 0 0 rgba(203, 61, 0, 0.2);
	}
	100% {
		box-shadow: 0 0 0 3px rgba(203, 61, 0, 0.1);
	}
}

.form input:not(.btn):focus,
.form select:focus,
.form textarea:focus {
	animation: field-focus 0.3s ease;
}

/* End */
/* /form/style.css?17386602312408 */
/* /form/smeny-orlyenok/style.css?17706433947741 */
