.mebel-na-zakaz__main-image {
	max-width: 100%;
	margin-top: 20px;
	margin-bottom: 70px;
}
.mebel-na-zakaz__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mebel-na-zakaz__container--firms {
	margin: 40px 0 60px;
}
.mebel-na-zakaz__container--advantage {
	gap: 60px;
	margin-bottom: 120px;
}
@media screen and (max-width: 1200px) {
	.mebel-na-zakaz__container--advantage {
		gap: 40px;
   }
}
.mebel-na-zakaz__container--projects {
	gap: 70px;
}
@media screen and (max-width: 1200px) {
	.mebel-na-zakaz__container--projects {
		gap: 40px;
   }
}
.mebel-na-zakaz__firms-card {
	width: calc(50% - 40px);
	padding: 20px 50px 50px;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.11);
	margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
	.mebel-na-zakaz__firms-card {
		width: calc(50% - 20px);
   }
}
@media screen and (max-width: 600px) {
	.mebel-na-zakaz__firms-card {
		width: 100%;
   }
}
.mebel-na-zakaz__firms-image-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 120px;
	margin-bottom: 50px;
}
.mebel-na-zakaz__firms-image {
	max-width: 100%;
	max-height: 100%;
}
.mebel-na-zakaz__firms-name {
	font-family: 'Arial', sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 137.99%;
	color: #c94d53;
}
.mebel-na-zakaz__firms-text {
	margin: 0;
	font-family: 'Arial', sans-serif;
	line-height: 137.99%;
}
.mebel-na-zakaz__advantage-card {
	display: flex;
	align-items: center;
	max-width: 380px;
}
@media screen and (max-width: 1200px) {
	.mebel-na-zakaz__advantage-card {
		max-width: 100%;
   }
}
.mebel-na-zakaz__advantage-image-container {
	display: flex;
	align-items: center;
	min-width: 60px;
	margin-right: 20px;
}
.mebel-na-zakaz__advantage-text {
	margin: 0;
	font-weight: 400;
	font-size: 19px;
	line-height: 137.99%;
}
.mebel-na-zakaz__subtitle {
	margin-top: 0;
	margin-bottom: 50px;
	font-weight: 700;
	font-size: 30px;
	line-height: 37px;
	color: #555;
}
.mebel-na-zakaz__card {
	display: flex;
	flex-direction: column;
	width: calc(50% - 70px);
}
@media screen and (max-width: 1200px) {
	.mebel-na-zakaz__card {
		width: calc(50% - 20px);
   }
}
@media screen and (max-width: 600px) {
	.mebel-na-zakaz__card {
		width: 100%;
   }
}
.mebel-na-zakaz__card-image {
	width: 100%;
	height: 236px;
	margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
	.mebel-na-zakaz__card-image {
		height: auto;
   }
}
.mebel-na-zakaz__card-title {
	display: block;
	margin: 0 10px 10px;
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	color: #555;
	text-decoration: none;
}
.mebel-na-zakaz__card-text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-box;
	-moz-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-clamp: 3;
	box-orient: vertical;
	margin: auto 10px 25px;
}
.mebel-na-zakaz__card-buttons {
	display: flex;
	justify-content: space-between;
	margin: 0 10px;
}
@media screen and (max-width: 1200px) {
	.mebel-na-zakaz__card-buttons {
		flex-direction: column;
   }
}
.mebel-na-zakaz__button {
	padding: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	text-decoration: none;
	background-color: #de3133;
}
.mebel-na-zakaz__button:hover {
	color: #fff;
}
.mebel-na-zakaz__button.header-menu__link--callback {
	position: initial !important;
	display: block !important;
}
@media screen and (max-width: 1200px) {
	.mebel-na-zakaz__button {
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
   }
	.mebel-na-zakaz__button:last-child() {
		margin-bottom: 0;
   }
}
.mebel-na-zakaz__descrition {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 20px;
	line-height: 137.99%;
	color: #555;
}
.mebel-na-zakaz__detail {
	margin-bottom: 45px;
}
.mebel-na-zakaz__detail-block {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
	.mebel-na-zakaz__detail-block {
		flex-direction: column;
   }
	.mebel-na-zakaz__detail-block .b-catalog-detail__main-image {
		margin-bottom: 30px;
   }
}
.mebel-na-zakaz__main-images-container {
	width: 100%;
	min-height: auto;
}
.mebel-na-zakaz__main-images-container .swiper-slide {
	display: flex;
	align-items: center;
}
.mebel-na-zakaz__detail-buttons {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
}
.mebel-na-zakaz__detail-buttons .mebel-na-zakaz__button {
	min-width: 280px;
	text-align: center;
}
@media screen and (max-width: 600px) {
	.mebel-na-zakaz__detail-buttons {
		flex-direction: column;
   }
	.mebel-na-zakaz__detail-buttons .mebel-na-zakaz__button {
		width: 100%;
   }
}
.mebel-na-zakaz__swiper {
	overflow: hidden;
	position: relative;
}
.mebel-na-zakaz__swiper-pagination {
	z-index: 1;
	position: absolute;
	bottom: 30px !important;
	left: 50% !important;
	width: max-content !important;
	transform: translateX(-50%);
}
.mebel-na-zakaz__swiper-pagination > .swiper-pagination-bullet {
	opacity: 1;
	background: #de3133;
}
.mebel-na-zakaz__swiper-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: rgba(204, 204, 204, 0.7);
}
