section.widget.widget-featured-posts.card.rounded.p-4 {
	border: none;
}

.contacts .widget {
	margin-bottom: 25px;
}

button.box-form__btn {
	width: 100%;
	background: linear-gradient(90deg, #007f3d 10%, #8fc75c 100%);
	color: white;
	border: none;
	border-radius: 8px;
	padding: 14px 20px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	/* margin-bottom: 20px; */
}

.widget-title {
	position: relative;
	margin-bottom: 24px;
	padding-bottom: 7px;
	border-bottom: 2px solid #e5e5e5;
	font-size: 18px;
	color: #1aace3;
	font-weight: 500;
	text-transform: uppercase;
}

.widget-title::after {
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 90px;
	height: 2px;
	background-color: #1aace3;
	content: '';
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: 0.25rem;
}

.p-4 {
	padding: 1.5rem !important;
}

.card {
	margin-top: 20px;
}

.list-icon>li {
	position: relative;
	margin-bottom: 6px;
	padding-left: 0;
	font-size: 14px;
	font-weight: 300;
	/* display: flex; */
	/* align-items: center; */
	list-style: disc !important;
	margin-left: 20px;
}

.list-icon>li>i {
	display: block;
	position: absolute;
	left: 0;
	line-height: inherit;
	font-size: 17px;
}

.social-button.shape-circle {
	border-radius: 50%;
}

.social-button.shape-circle,
.social-button.shape-rounded,
.social-button.shape-square {
	width: 36px;
	height: 36px;
	margin-right: 8px;
	border: 1px solid #e5e5e5;
	line-height: 35px;
	text-align: center;
}

.social-button {
	display: inline-block;
	margin-top: 5px;
	margin-right: 18px;
	margin-bottom: 5px;
	transition: color .3s;
	color: #505050;
	font-size: 12px;
	text-decoration: none;
	vertical-align: middle;
}

.contact-form-box {
	padding: 20px 15px 25px;
	border: none;
}

.contact-form-box h2 {
	margin-bottom: 16px;
	font-size: 24px;
	line-height: 1.3;
}

.form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: .375rem 1.75rem;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	margin-bottom: 13px;
	display: block;
	font-family: unset;
}

.btn-contacts {
	background: #1aace3;
	padding: 9px 22px;
	border-radius: 6px;
	text-transform: uppercase;
	font-size: 15px;
}

.contact-wrap .box-form {
	background: unset;
}

.contact-wrap {
	padding: 40px 0px 20px;
}

.box-form__group label span {
	font-weight: 400;
	display: inline-block;
	padding-bottom: 5px;
}

.section-contact {
	/* background: linear-gradient(90deg, #7ec6ff, #087afc); */
	padding: 50px 0;
}

.contact-flex {
	background: linear-gradient(44deg, #80c6ffeb, #52affd, #209afb);
	/* padding: 50px 0; */
	backdrop-filter: blur(10px);
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);

	/* padding: 50px; */
	max-width: 900px;
	margin: 0 auto;
}

.contact-flex__info {
	padding: 30px;
	color: white;
	background: linear-gradient(224deg, var(--color-main4), var(--color-main3));
}

.contact-flex__form-ttl {
	font-size: 24px;
	margin-bottom: 10px;
}

.contact-flex__form {
	padding: 30px;
	background: white;
}

.contact-flex__list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.contact-flex__list-item {
	align-items: center;
}

.contact-flex__list-icon {
	width: 35px;
}

.contact-flex__list-ct {
	width: calc(100% - 50px);
}

.contact-flex__list {}

.contact-map {
	line-height: 0;
}

.contact-map iframe {
	width: 100%;
}

@media (max-width: 992px) {

	.section-contact {
		padding: 30px 0;
	}

	.contact-flex__form {
		padding: 15px;
	}

	.contact-flex__info {
		padding: 15px;
	}

	button.box-form__btn {
		padding: 10px 20px;
	}

}
