.our-shop__banner {
	background: url(/images/landings/shops/our-shops-banner.jpg) no-repeat center;
	background-size: cover;
	height: 520px;
	border-radius: 30px;
	display: flex;
	align-items: center;
	padding-left: 90px;
	margin-bottom: 50px;
}
.our-shop h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 55px;
	line-height: 1.2;
	letter-spacing: 2px;
}
.our-shop__text-blocks {
	display: flex;
	gap: 30px;
	margin-bottom: 80px;
}
.our-shop__text-blocks .text-block {
	padding: 10px 30px;
	border-radius: 24px;
	font-size: 28px;
	line-height: 1.5;
	font-weight: 300;
	flex: 1 0 0;
	width: 0;
}
.our-shop__text-blocks p,
.our-shop h1 {
	margin-bottom: 0;
}
.our-shop__text-blocks .text-block:first-child {
	background-color: #C89769;
	color: #fff;
	padding: 30px;
}
.our-shop__text-blocks .text-block a {
	color: inherit;
	border-bottom: 1px solid currentColor;
}

.our-shop__text-blocks .text-block a:hover {
	border-color: transparent;
}

.our-shop h2 {
	font-size: 45px;
	color: #A48160;
	text-transform: uppercase;
	line-height: 55px;
	margin-bottom: 25px;
	overflow-wrap: break-word;
	hyphens: auto;
}
.our-shop section {
	margin-bottom: 80px;
}
.our-shop .slider-logos {
	display: flex;
	align-items: center;
	gap: 30px;
}
.our-shop .slider-logos .slick-slide {
	padding: 0 30px;
}
.our-shop .slider-logos img {
	width: 162px;
}
.our-shop .slider-logos .slick-slide > div {
	display: flex;
	align-items: center;
	justify-content: center;
}
.our-shop__country {
	display: flex;
	align-items: center;
	gap: 30px;
	height: 100px;
	font-size: 24px;
}
.our-shop__country-name {
	width: 175px;
}
.our-shop__feedback {
	display: flex;
}
.our-shop__feedback-image,
.our-shop__feedback-content {
	flex: 1 0 0;
	width: 0;
}
.our-shop__feedback-content {
	background-color: #F9F9F9;
	padding: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.our-shop__feedback-buttons {
	display: flex;
	gap: 10px;
	margin-top: 30px;
}
.our-shop__feedback-buttons .btn {
	font-weight: 500;
	font-size: 16px;
	height: 54px;
}
.our-shop__feedback-title {
	font-size: clamp(22px, 2vw, 32px);
	margin-bottom: 20px;
}
.our-shop__feedback-text {
	font-size: clamp(14px, 1.5vw, 18px);
}
.our-shop__feedback-text p:not(:last-child) {
	margin-bottom: 10px;
}
.our-shop__feedback-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (width < 1200px) {
	.our-shop__banner {
		padding: 0;
		justify-content: center;
		height: calc(100vw - 30px);
		background-image: url(/images/landings/shops/our-shops-banner-mob.png);
		
	}
	.our-shop h1 {
		font-size: 28px;
		text-align: center;
	}
	.our-shop h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.our-shop__text-blocks {
		flex-wrap: wrap;
	}
	.our-shop__text-blocks .text-block {
		font-size: 16px;
		flex: 0 0 100%;
	}
	.our-shop__text-blocks .text-block:not(:first-child) {
		padding: 0;
	}
	.our-shop__feedback {
		flex-direction: column;
	}
	.our-shop__feedback-image,
	.our-shop__feedback-content {
		width: 100%;
	}
	
	.our-shop__feedback-content {
		padding: 20px;
	}
	.our-shop__feedback-buttons {
		flex-direction: column;
	}
}