.contact__sides {
	display: flex;
	justify-content: space-between;
	gap: 130px;
}

.contact__side.left {
	flex: 0 0 168px;
}

.contact__side.right {
	background-color: var(--beige);
	border-radius: 16px;
	padding: 60px 100px;
}

.contact__text {
	margin-bottom: 30px;
	background-image: url(../../img/question.svg);
	background-repeat: no-repeat;
	background-position: right 22px;
	padding-right: 100px;
}

.contact__text a {
	color: var(--pink);
	font-weight: bold;
	text-decoration: none;
}

.contact__text a:hover {
	text-decoration: underline;
}

.contact__image {
	padding-bottom: 25px;
	margin-bottom: 25px;
	background-image: url(../../img/divider-horizontal.svg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.contact__social-title {
	margin-bottom: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.contact__social {
	padding-bottom: 25px;
	margin-bottom: 25px;
	background-image: url(../../img/divider-horizontal.svg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.contact .bar_stars_rating {
	flex-direction: column;
}

.contact .rating_star {
	width: 25px;
	height: 25px;
	background-size: cover;
}

.contact .rating_star.full:after, 
.contact .rating_star.half:after {
	background-size: cover;
}

.contact ul.stars {
	gap: 6px;
}

.contact .bar_stars_rating {
	gap: 8px;
	align-items: flex-start;
}

.contact___rating {
	margin-bottom: 8px;
}

.contact .ff_submit_btn_wrapper {
	margin-bottom: 0 !important;
	text-align: right !important;
}

.contact__side.left a {
	color: var(--grey);
}

.contact label {
	font-size: 12px;
	line-height: 14px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	padding-left: 25px;
}

.contact button {
	background-color: var(--black) !important;
	color: white !important;
	border-radius: 50px !important;
	cursor: pointer !important;
	padding: 8px 12px !important;
	font-size: 12px !important;
	font-weight: bold !important;
	border: none !important;
	transition: all 0.25s ease-out !important;
	gap: 8px;
	min-width: 168px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
}

.contact button:before {
	content: '';
	display: block;
	width: 13px;
	height: 13px;
	background: url(../../img/paper-plane.svg);
}

.contact button:hover {
	opacity: 1 !important;
}

.contact input[type="text"],
.contact input[type="email"],
.contact textarea {
	border: 1px solid #000000 !important;
	border-radius: 50px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: white !important;
}

.contact textarea {
	border-radius: 20px !important;
	min-height: 180px !important;
}

@media (max-width: 991px) and (min-width: 768px) {
	.contact__sides {
		gap: 40px;
	}	

	.contact__side.right {
		padding: 50px;
	}
}

@media (max-width: 767px) {
	.contact__sides {
		flex-direction: column;
		gap: 50px;
	}

	.contact__side.right {
		order: 1;
	}

	.contact__side.left {
		order: 2;
		text-align: center;
	}

	.contact__side.right {
		padding: 25px 16px;
	}

	.contact__text {
		background-image: none;
		padding-right: 0;
		margin-bottom: 15px;
	}

	.contact .fluentform .ff-el-group {
		margin-bottom: 10px;
	}

	.contact button {
		width: 100%;
		margin-top: 10px;
	}

	.contact__image {
		text-align: center;
	}

	.contact__image img {
		width: 168px;
	}

	.contact__social {
		display: flex;
		align-items: center;
		gap: 25px;
		justify-content: center;
	}

	.contact__social-title {
		margin-bottom: 0;
	}

	.contact .bar_stars_rating {
		flex-direction: row;
		align-items: center;
		gap: 18px;
		justify-content: center;
	}
}
