._no-webp .mebel__top {
	background: url(../img/meb-min-bg.jpg) center/cover no-repeat;
}

.mebel__top {
	padding-top: 65px;
	padding-right: 200px;
	padding-bottom: 65px;
	padding-left: 200px;
}

.mebel__title {
	text-align: center;
	font-size: 35px;
	font-weight: 800;
	letter-spacing: 3px;
	padding: 35px 15px;
	color: #daa520;
}

.mebel__text {
	font-weight: 400;
	font-size: 26px;
	line-height: 130%;
	color: #e5e5e5;
	text-shadow: 0 0 10px #daa520;
}

.mebel__text + .mebel__text {
	padding-top: 15px;
}

.mebel__text.big {
	font-weight: 500;
}

.mebel__item {
	position: relative;
	padding: 25px 0 25px 40px;
	font-size: 28px;
	color: #f7ac2a;
	font-weight: 600;
}

.mebel__item::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #daa520;
	border-radius: 50%;
	left: 0;
	top: 30px;
}

.mebel__list {
	padding: 25px 0;
}

.mebel__btn {
	text-align: center;
	padding-top: 83px;
}

.mebel__btn a {
	font-size: 28px;
	font-weight: 800;
}

@media (max-width: 1920px) {
	.mebel__top {
		padding-top: calc(25px + 40 * ((100vw - 320px) / 1600));
	}

	.mebel__top {
		padding-right: calc(25px + 175 * ((100vw - 320px) / 1600));
	}

	.mebel__top {
		padding-bottom: calc(25px + 40 * ((100vw - 320px) / 1600));
	}

	.mebel__top {
		padding-left: calc(25px + 175 * ((100vw - 320px) / 1600));
	}

	.mebel__title {
		font-size: calc(22px + 13 * ((100vw - 320px) / 1600));
	}

	.mebel__text {
		font-size: calc(14px + 12 * ((100vw - 320px) / 1600));
	}

	.mebel__item {
		font-size: calc(16px + 12 * ((100vw - 320px) / 1600));
	}

	.mebel__btn {
		padding-top: calc(35px + 48 * ((100vw - 320px) / 1600));
	}

	.mebel__btn a {
		font-size: calc(16px + 12 * ((100vw - 320px) / 1600));
	}
}

@media (max-width: 767.98px) {
	.mebel__top {
		padding-right: 14px;
		padding-left: 14px;
	}

	.mebel__item {
		padding: 16px 0 16px 24px;
		line-height: 1.3;
	}

	.mebel__item::before {
		width: 10px;
		height: 10px;
		top: calc(50% - 1px);
	}
}

._webp .mebel__top {
	background: url(../img/meb-min-bg.webp) center/cover no-repeat;
}
