

/* Start:/buyers/css/tpro_forms.css?17823104896561*/
.tpro-form-modal-open {
	overflow: hidden;
}

.tpro-form-honeypot {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
}

.tpro-form-section {
	max-width: 720px;
	margin: 0 auto 40px;
}

.tpro-form-section_wide {
	max-width: 960px;
}

.tpro-form-section__title {
	margin: 0 0 12px;
	font-size: 28px;
	font-weight: 700;
}

.tpro-form-section__lead {
	margin: 0 0 24px;
	color: #666;
	line-height: 1.5;
}

.tpro-form-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 16px;
}

.tpro-form-label {
	flex: 0 0 180px;
	max-width: 100%;
	padding-top: 10px;
	font-size: 14px;
	color: #333;
}

.tpro-form-label_required::after {
	content: ' *';
	color: #d32f2f;
}

.tpro-form-input-wrap {
	flex: 1 1 280px;
	min-width: 0;
}

.tpro-form-input,
.tpro-form-select,
.tpro-form-textarea {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	font-size: 15px;
	font-family: inherit;
}

.tpro-form-input,
.tpro-form-select {
	height: 42px;
	padding: 0 12px;
}

.tpro-form-textarea {
	padding: 10px 12px;
	resize: vertical;
	min-height: 120px;
}

.tpro-form-phone-field {
	display: flex;
	align-items: center;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	background: #fff;
	overflow: hidden;
}

.tpro-form-phone-prefix {
	flex: 0 0 auto;
	padding: 0 0 0 12px;
	height: 42px;
	line-height: 42px;
	font-size: 15px;
	color: #333;
	font-weight: 600;
	white-space: nowrap;
	user-select: none;
}

.tpro-form-phone-field .tpro-form-phone-input {
	border: 0;
	border-radius: 0;
	padding-left: 6px;
	height: 42px;
}

.tpro-form-hint {
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 1.45;
	color: #777;
}

.tpro-form-required-note,
.tpro-form-required-star {
	font-size: 13px;
	color: #777;
}

.tpro-form-required-star {
	color: #d32f2f;
}

.tpro-form-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 180px;
	height: 44px;
	padding: 0 24px;
	border: 0;
	border-radius: 4px;
	background: #2f80ed;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}

.tpro-form-submit:disabled {
	opacity: 0.6;
	cursor: default;
}

.tpro-form-message {
	margin-top: 12px;
	font-size: 14px;
	line-height: 1.45;
}

.tpro-form-message.success {
	color: #2e7d32;
}

.tpro-form-message.error {
	color: #c62828;
}

.tpro-form-files-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 10px;
}

.tpro-form-file-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 8px 10px;
	background: #f7f7f7;
	border-radius: 4px;
	font-size: 13px;
}

.tpro-form-file-remove {
	border: 0;
	background: transparent;
	color: #c62828;
	cursor: pointer;
	font-size: 18px;
	line-height: 1;
}

.tpro-form-file-input {
	display: none;
}

.tpro-form-file-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	padding: 0 16px;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	background: #fff;
	color: #333;
	font-size: 14px;
	cursor: pointer;
}

.tpro-modal {
	position: fixed;
	inset: 0;
	z-index: 10050;
}

.tpro-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
}

.tpro-modal__container {
	position: relative;
	width: 760px;
	max-width: calc(100% - 32px);
	max-height: calc(100vh - 40px);
	margin: 20px auto;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
	overflow: auto;
}

.tpro-modal__container_narrow {
	width: 520px;
}

.tpro-modal__lead {
	margin: 0 0 20px;
	color: #666;
	line-height: 1.5;
	font-size: 14px;
}

.tpro-modal__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 20px 24px 0;
}

.tpro-modal__title {
	margin: 0;
	font-size: 24px;
	font-weight: 700;
}

.tpro-modal__close {
	width: 32px;
	height: 32px;
	border: 0;
	background: transparent;
	font-size: 24px;
	line-height: 1;
	color: #999;
	cursor: pointer;
}

.tpro-modal__body {
	padding: 20px 24px 24px;
}

.tpro-warranty-page {
	max-width: 960px;
	margin: 0 auto 48px;
}

.tpro-warranty-page__intro {
	margin-bottom: 28px;
	color: #444;
	line-height: 1.6;
}

.tpro-warranty-accordion {
	border-top: 1px solid #e5e5e5;
}

.tpro-warranty-item {
	border-bottom: 1px solid #e5e5e5;
}

.tpro-warranty-item__toggle {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 0;
	border: 0;
	background: transparent;
	text-align: left;
	font-size: 18px;
	font-weight: 600;
	color: #222;
	cursor: pointer;
}

.tpro-warranty-item__toggle::after {
	content: '+';
	font-size: 24px;
	line-height: 1;
	color: #2f80ed;
}

.tpro-warranty-item.is-open .tpro-warranty-item__toggle::after {
	content: '−';
}

.tpro-warranty-item__content {
	display: none;
	padding: 0 0 20px;
	color: #444;
	line-height: 1.6;
}

.tpro-warranty-item.is-open .tpro-warranty-item__content {
	display: block;
}

.tpro-warranty-item__content ul {
	margin: 0 0 16px;
	padding-left: 20px;
}

.tpro-warranty-item__content li {
	margin-bottom: 8px;
}

.tpro-warranty-item__subtitle {
	margin: 24px 0 12px;
	font-size: 16px;
	font-weight: 600;
	color: #222;
}

.tpro-warranty-item__subtitle:first-child {
	margin-top: 0;
}

.tpro-warranty-item__content a {
	color: #2f80ed;
}

.tpro-warranty-actions {
	margin: 32px 0;
	text-align: center;
}

.tpro-warranty-open-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 260px;
	height: 48px;
	padding: 0 24px;
	border: 0;
	border-radius: 4px;
	background: #2f80ed;
	color: #fff !important;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
}

.tpro-warranty-feedback-note {
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid #e5e5e5;
	color: #666;
	line-height: 1.5;
}

@media (max-width: 768px) {
	.tpro-form-label {
		flex: 0 0 100%;
		padding-top: 0;
	}

	.tpro-form-row_actions .tpro-form-label {
		display: none;
	}

	.tpro-modal__container {
		margin: 10px auto;
		max-height: calc(100vh - 20px);
	}

	.tpro-form-section__title,
	.tpro-modal__title {
		font-size: 22px;
	}
}

/* End */
/* /buyers/css/tpro_forms.css?17823104896561 */
