.t-location {
	padding-left: 170px;
	height: 50vh;
}

.t-location__fix {
	width: 90%;
	margin: 0 auto;
}

.review_form .form-item-wrapper.mt-20 {
    margin-top: 20px;
}

.w-100 {
    width: 100% !important;
}

.owl-carousel .owl-item .reviews-once__photo img {
    width: 100px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #969696;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
}

.t-location__title {
	margin-bottom: 1rem;
	font-size: 3rem;
	color: #168780;
}

.t-location__block {
	display: flex;
	flex-wrap: wrap;
}

.t-location__item {
	height: 5rem;
	margin-right: 2rem;
	margin-bottom: 2rem;
}

.t-location__img {
	height: 100%;
	max-width: 100%;
}

@media (max-width: 1200px) {
	.t-location {
		padding-left: 0;
		height: auto;
		margin-top: 120px;
	}
}

@media (max-width: 900px) {
	.t-location {
		margin-top: 170px;
	}
}