﻿/* modal */
.modal-header p {
	color: #0c0c24;
	font-size: 32px;
	font-weight: 700;
	line-height: normal;
}

#request-quote .modal-content {
	width: 900px;
	cursor: pointer;
	padding: 20px 44px;
	margin: 20px 0px;
}

.success #request-quote {
	display: flex;
	align-items: center;
}

.success .modal-content {
	margin: 60px 0px;
}

.form-section {
	padding-bottom: 15px;
	border-bottom: 1px solid #ededed;
}

	.form-section p {
		color: #0c0c24;
		font-size: 18px;
		font-weight: 600;
		line-height: normal;
		margin-bottom: 10px;
		margin-top: 10px;
	}

.form-fields {
	flex-wrap: wrap;
	gap: 10px 0px;
}

.form-item {
	width: calc(50% - 12px);
	position: relative;
}

	.form-item label {
		margin-bottom: 8px;
		color: #333;
		font-size: 14px;
		font-weight: 400;
		line-height: normal;
		display: block;
	}

	.form-item span {
		color: #d60026;
	}

	.form-item input,
	.form-item select,
	.form-item textarea {
		padding: 14px 24px;
		border-radius: 8px;
		border: 1px solid #ededed;
		opacity: 0.8;
		background: #f7f7fb;
		color: #0c0c24;
		font-size: 16px;
		font-weight: 400;
		line-height: 150%;
		outline: none;
		width: 100%;
	}

.error input,
.error select,
.error textarea {
	border: 1px #D60026 solid;
}

.form-item p {
	display: none;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #D60026;
	margin-top: 8px;
}

.error p {
	display: block;
	margin-bottom: 0px;
}

.error #request-quote-form {
	display: none;
}

#request-quote-form-success {
	display: none;
}

.success #request-quote-form-success {
	margin-top: 20px;
	display: flex;
	align-items: center;
	gap: 5px;
}

#btn-close-modal-success {
	display: none;
}

.success #btn-close-modal-success {
	display: flex;
	justify-content: end;
	width: 100%;
}

	.success #btn-close-modal-success div {
		padding: 16px 24px;
		border-radius: 8px;
		background: #044CC4;
	}

		.success #btn-close-modal-success div p {
			color: #FFF;
			font-size: 16px;
			font-style: normal;
			font-weight: 600;
			line-height: normal;
		}

.btn-close {
	width: unset;
}

.form-item .icon-invalid {
	position: absolute;
	right: 24px;
	top: 41px;
	visibility: hidden;
}

.error .icon-invalid {
	visibility: visible;
}

.form-item-full {
	width: 100%;
}

.form-submit {
	margin-top: 15px;
}

	.form-submit p {
		color: #333;
		font-size: 14px;
		font-weight: 400;
		line-height: normal;
		max-width: 449px;
	}

		.form-submit p:nth-child(1) {
			margin-bottom: 8px;
		}

	.form-submit a {
		font-weight: 600;
		color: var(--primary);
	}

	.form-submit button {
		padding: 16px 24px;
		border-radius: 8px;
		background: var(--primary);
		color: #fff;
		font-size: 16px;
		font-weight: 600;
		line-height: normal;
		border: none;
		min-width: 182px;
		cursor: pointer;
	}

select:has(option:checked:disabled) {
	color: #919191;
	font-weight: 400;
}

select {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
	background-repeat: no-repeat !important;
	background-position: right 1.25rem center !important;
	background-size: 16px 12px !important;
	appearance: none;
}
