.dastchin-order-btn {
	display: inline-block;
	background: #04372b;
	color: #fff;
	border: 0;
	border-radius: 10px;
	padding: 12px 28px;
	font-family: Dana, Tahoma, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	cursor: pointer;
}

.dastchin-order-btn:hover,
.dastchin-order-btn:focus {
	background: #03281f;
	color: #fff;
}

.dastchin-order-overlay {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	background: rgba(12, 18, 16, 0.62);
}

.dastchin-order-overlay[hidden] {
	display: none;
}

.dastchin-order-modal {
	position: relative;
	width: min(420px, 100%);
	border-radius: 16px;
	background: #ffffff;
	color: #073830;
	padding: 32px 28px 28px;
}

.dastchin-order-close {
	position: absolute;
	top: 8px;
	left: 10px;
	border: 0;
	background: transparent;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	color: #04372b;
}

.dastchin-order-modal h3 {
	margin: 0;
	font-size: 22px;
	color: #04372b;
}

.dastchin-order-desc {
	margin: 1rem 0 20px;
	font-size: 13px;
}

.dastchin-order-form label {
	display: block;
	margin-bottom: 14px;
}

.dastchin-order-form label span {
	display: block;
	margin-bottom: 6px;
	font-size: 14px;
}

.dastchin-order-form input[type="text"],
.dastchin-order-form input[type="tel"] {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #c5cdc8;
	background: #fff;
	font-size: 15px;
}

.dastchin-order-form button[type="submit"] {
	width: 100%;
	margin-top: 8px;
	background: #04372b;
	color: #fff;
	border: 0;
	padding: 12px 16px;
	font-size: 16px;
	cursor: pointer;
}

.dastchin-order-form button[type="submit"]:disabled {
	opacity: 0.65;
	cursor: wait;
}

.dastchin-order-error {
	margin: 0 0 10px;
	color: #8a1f1f;
	font-size: 13px;
}

.dastchin-order-success {
	text-align: center;
	padding: 12px 0 4px;
}

.dastchin-order-success p {
	margin: 0 0 12px;
	font-size: 16px;
	line-height: 1.8;
}

.dastchin-order-success a {
	color: #04372b;
	text-decoration: none;
	direction: ltr;
	display: inline-block;
}
