.component-our-offices {
	overflow: hidden;
	padding: 0;
}

.component-our-offices__title {
	max-width: 889px;
	margin: 64px 0;
	color: #000;
	font-size: 40px;
	font-weight: 500;
	line-height: 1.21;
	letter-spacing: 0.01em;
}

.component-our-offices__list {
	display: flex;
	flex-direction: column;
}

.component-our-offices__item {
	display: flex;
	flex-wrap: nowrap;
}

.component-our-offices__item:nth-child(odd) {
	flex-direction: row-reverse;
}

.component-our-offices__media,
.component-our-offices__content {
	flex: 0 0 50%;
}

.component-our-offices__media {
	position: relative;
	margin-left: calc(-50vw + 50%);
}

.component-our-offices__item:nth-child(odd) .component-our-offices__media {
	margin-right: calc(-50vw + 50%);
	margin-left: 0;
}

.component-our-offices__image {
	display: block;
	min-width: 50vw;
	height: auto;
}

.component-our-offices__content {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0 0 0 94px;
	background: #fafafa;
}

.component-our-offices__content::after {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 50vw;
	height: 100%;
	background: #fafafa;
	content: "";
}

.component-our-offices__item:nth-child(odd) .component-our-offices__content {
	padding-right: 94px;
	padding-left: 0;
}

.component-our-offices__item:nth-child(odd) .component-our-offices__content::after {
	right: 0;
	left: auto;
}

.component-our-offices__country {
	margin: 0 0 11px;
	color: #121212;
	font-size: 32px;
	font-weight: 300;
	line-height: 1.2;
}

.component-our-offices__address {
	margin-bottom: 11px;
	color: #6a7382;
	font-size: 18px;
	line-height: 1.35;
}

.component-our-offices__contact {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
	flex-wrap: wrap;
}

.component-our-offices__contact img {
	width: 16px;
	height: 16px;
}

.component-our-offices__contact a {
	color: var(--color-primary);
	font-size: 14px;
	line-height: 1.25;
	white-space: nowrap;
}

@media (min-width: 1041px) {
	.component-our-offices__media,
	.component-our-offices__item:nth-child(odd) .component-our-offices__media {
		margin-right: 0;
		margin-left: 0;
	}

	.component-our-offices__image {
		min-width: 0;
	}

	.component-our-offices__content::after {
		width: 0;
	}

	.component-our-offices__content {
		padding-right: 30px;
	}

	.component-our-offices__item:nth-child(odd) .component-our-offices__content {
		padding-right: 94px;
		padding-left: 30px;
	}
}

@media (max-width: 1024px) {
	.component-our-offices__content,
	.component-our-offices__item:nth-child(odd) .component-our-offices__content {
		padding: 0 50px;
	}
}

@media (max-width: 768px) {
	.component-our-offices__title {
		max-width: 100%;
		margin-bottom: 32px;
		font-size: 24px;
		font-weight: 400;
		line-height: 1.35;
	}

	.component-our-offices__list {
		gap: 24px;
	}

	.component-our-offices__item,
	.component-our-offices__item:nth-child(odd) {
		flex-direction: column;
		flex-wrap: wrap;
	}

	.component-our-offices__media,
	.component-our-offices__content {
		flex-basis: 100%;
	}

	.component-our-offices__media,
	.component-our-offices__item:nth-child(odd) .component-our-offices__media {
		margin: 0;
	}

	.component-our-offices__content,
	.component-our-offices__item:nth-child(odd) .component-our-offices__content {
		padding: 32px;
	}

	.component-our-offices__content::after {
		display: none;
	}

	.component-our-offices__country {
		margin-bottom: 9px;
		font-size: 20px;
		line-height: 1.2;
	}

	.component-our-offices__address {
		margin-bottom: 9px;
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: 0.01em;
	}
}

@media (max-width: 375px) {
	.component-our-offices__image {
		width: 100%;
		aspect-ratio: 327 / 232;
		object-fit: cover;
	}
}
