

/* Start:/local/templates/main/components/bitrix/news.list/template.delivery.zone/style.css?17599455292963*/
.delivery-zone h1 {
    font-family: "Lobster", cursive;
	text-align: center;
	font-size: 41px;
	line-height: 1.25em;
	margin-bottom: 20px;
}

.delivery-zone--title {
    font-family: "Lobster", cursive;
	font-size: 30px;
	line-height: 1.25em;
	margin-bottom: 7px;
}

.delivery-zone--control {
	padding: 30px 64px 23px 70px;
	background: #fafafa;
	border: 1px solid #ddd;
	border-radius: 8px;
	margin-bottom: 24px;
}

.delivery-zone--control__desc {
	font-size: 16px;
	line-height: 21px;
	color: #000;
	margin-bottom: 20px;
}

.delivery-zone--control__input {
	font-size: 16px;
	line-height: 1em;
	padding: 15px 20px 19px;
	background: #fff;
	border-radius: 6px;
	border: 1px solid #d6d5d5;
	margin-right: 15px;
	flex-grow: 1;
}

.delivery-zone--control__input.input_error {
	border: 1px solid #E32D2D;
    color: #E32D2D;
}

.delivery-zone--control__btn {
	font-size: 14px;
	line-height: 21px;
	padding: 18px 20px;
	color: #fff;
	background: #4c5c24;
	border-radius: 6px;
	border: none;
	text-align: center;
	width: 276px;
	flex-shrink: 0;
	font-weight: 600;
}

.delivery-zone--control__buttons {
	display: flex;
	align-items: flex-start;
}

.delivery-zone--alert {
	font-size: 18px;
	line-height: 21px;
	padding: 23px 73px 21px;
	margin-bottom: 21px;
	border-radius: 6px;
	font-weight: 600;
}

.delivery-zone--alert .d-flex {
	flex-wrap: wrap;
	justify-content: space-between;
}

.delivery-zone--alert.success {
	color: #fff;
	background: #9aac4d;
}

.delivery-zone--alert.warning {
	color: #2e3752;
	background: #eee;
}

.delivery-zone--alert.pay-delivery {
	justify-content: space-between;
	color: #fff;
	background: #be8e30;
}

#delivery-zone--notice {
	margin-top: 5px;
	font-size: 16px;
	line-height: 21px;
    color: #E32D2D;
}
#delivery-zone-map {
    height: 644px;
    border-radius: 5px;
    overflow: hidden;
}
.suggest-search-result {
	display: none;
	cursor: pointer;
	background-color: #fff;
	padding: 5px 10px;
	outline: 1px solid #d6d5d5;
}
.suggest-search-result .search-result {
	padding: 5px 10px;
}
.suggest-search-result .search-result:hover {
	background-color: #eee;
}

@media (max-width: 1200px) {
	.delivery-zone--control {
		padding-right: 30px;
		padding-left: 30px;
	}
	.delivery-zone--alert {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media (max-width: 999px) {
	#delivery-zone-map {
		height: 450px;
	}
}

@media (max-width: 768px) {
	.delivery-zone--control__buttons {
		flex-wrap: wrap;
	}

	.delivery-zone--control__btn {
		margin-right: auto;
		margin-left: auto;
	}

	.delivery-zone--control__input {
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
	}
	
	#delivery-zone--notice {
		text-align: center;
		margin-top: 10px;
	}

	.delivery-zone--title {
		font-size: 25px;
	}
}

@media (max-width: 576px) {
	#delivery-zone-map {
		height: 300px;
	}

	.delivery-zone--title {
		text-align: center;
	}
	
	.delivery-zone--control__btn {
		width: 100%;
	}
	
	.delivery-zone--control__desc {
		font-size: 14px;
	}
}
/* End */
/* /local/templates/main/components/bitrix/news.list/template.delivery.zone/style.css?17599455292963 */
