.list.price-table {
	padding-bottom: 5em;
}
/* old */
.price .left-menu a:hover {
	border-left: 6px solid #7f6c62;
	font-weight: bold;
	padding-left: 14px;
}
.price .price_phone a {
	font-size: 16px;
	text-decoration: none;
	color: #9d0a0f;
}
.price .price_ad p {
	color: #9d0a0f;
	font-weight: bold;
}
aside.fixed {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 60px;
}
.left-menu::before {
	content: "Цены";
	color: #7f6c62;
	display: block;
	font-size: 19px;
	font-weight: 700;
	line-height: 17px;
	text-transform: uppercase;
	letter-spacing: .76px;
	padding: 40px 20px 18px;
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
}
.search-box {
	width: 100%;
	background: linear-gradient(0deg, rgba(183, 127, 65, 0.5), rgba(183, 127, 65, 0.5)), url("/images/img-bg-01.jpg") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 22px 30px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 20px;
}

.form {
	width: 100%;
	max-width: 468px;
}

.title-form {
	display: block;
	margin: 0 0 10px;
	font-family: 'El Messiri';
	color: #fff;
	font-size: 40px;
	line-height: 48px;
}

.input-holder__search::placeholder {
	/*font-family: 'Manrope';*/
	font-size: 16px;
	line-height: 25px;
	color: #000;
}

.input-holder__submit {
	opacity: 1 !important;
}

.input-holder {
	position: relative;
	height: 50px;
	background: #fff;
	border: 1px solid #938676;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 48px 0 0;
}

.input-holder input[type="text"] {
	display: block;
	width: 100%;
	height: 48px;
	padding: 5px 18px;
	color: #514137;
	font-size: 21px;
	line-height: 1;
	font-weight: 400;
	border: none;
	background: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.input-holder input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 48px;
	height: 100%;
	display: block;
	background: url("/images/icon-01.png") no-repeat;
	background-position: 50%;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
	opacity: .6;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	cursor: pointer;
	border: none;
	text-indent: -9999px;
	padding: 0;
}

.input-holder input[type="submit"]:hover {
	opacity: 1;
}

.form input::-webkit-input-placeholder {
	color: #514137;
	opacity: .6;
}

.form input:-moz-placeholder {
	color: #514137;
	opacity: .6;
}

.form input::-moz-placeholder {
	color: #514137;
	opacity: .6;
}

.form input:-ms-input-placeholder {
	color: #514137;
	opacity: .6;
}

.form input:focus::-webkit-input-placeholder {
	color: transparent;
}

.form input:focus:-moz-placeholder {
	color: transparent;
}

.form input:focus:-ms-input-placeholder {
	color: transparent;
}

.form input:focus::-moz-placeholder {
	color: transparent;
}
.price-link {
	position: relative;
	z-index: 100;
}
@media screen and (max-width: 999px) {
	.search-box {
		max-width: 100%;
	}
}

@media screen and (max-width: 500px) {
	.search-box {
		padding: 33px 10px 22px;
	}

	.title-form {
		font-size: 18px;
		margin: 0 0 13px;
	}

	.input-holder {
		padding: 0 40px 0 0;
	}

	.input-holder input[type="text"] {
		font-size: 15px;
		padding: 5px 2px 5px 9px;
	}

	.input-holder input[type="submit"] {
		-webkit-background-size: 24px 24px;
		background-size: 24px 24px;
		width: 40px;
	}
}

@media screen and (max-width: 340px) {
	.input-holder {
		padding: 0 30px 0 0;
	}

	.input-holder input[type="submit"] {
		-webkit-background-size: 20px 20px;
		background-size: 20px 20px;
		width: 30px;
	}
}


.price-table tbody tr {
	background-color: #F4EDE8;
	margin-bottom: 3px;
	padding: 7px 23px;
	display: flex;
	justify-content: space-between;
}
.price-table tbody tr td:last-child {
	white-space: nowrap;
}
.price-table table {
	width: 100%;
}

.price-table tbody tr td span {
	font-size: 16px;
	/*font-family: 'Manrope';*/
}

@media (max-width: 768px) {
	.price-table tbody tr td:last-child {
		min-width: 65px;
		text-align: right;
	}

	.price-table tbody tr td span {
		font-size: 16px;
	}
}

@media (max-width: 480px) {
	.price-table tbody tr td span {
		font-size: 14px;
	}
}

.table-title {
	background-color: white !important;
	padding-left: 0 !important;
	display: block;
}

.table-title b {
	background-color: white !important;
	padding-left: 0 !important;
	display: block;
	font-size: 18px;
}

.m-callback__form--price-list {
	background-color: #F9F6F4 !important;
	max-width: none !important;
}

.price-list__block-title-container {
	display: flex;
	justify-content: center;
	padding: 0 15px;
	position: relative;
	margin-top: 57px;
	margin-bottom: 25px;
}

.price-list__block-title {
	z-index: 5;
	background-color: white;
	padding-left: 14px;
	padding-right: 14px;
	text-transform: uppercase;
	color: #7F6C62;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 25px;
	text-align: center;
}

@media (max-width: 480px) {
	.price-list__block-title {
		font-size: 14px;
		line-height: 18px;
		width: max-content;
	}
}

.price-list__block-title-hr {
	position: absolute;
	height: 2px;
	background-color: #7F6C62;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.price-list__history {
	background-color: #351c0c;
	margin-bottom: 4px;
	padding: 7px 23px;
	display: flex;
	justify-content: space-between;
	font-size: 20px;
	color: white;
}

.price-list__history-name {
	font-weight: bold;
}

@media (max-width: 768px) {
	.price-list__history {
		font-size: 16px;
	}
}

@media (max-width: 480px) {
	.price-list__history {
		padding: 7px 15px;
		font-size: 14px;
	}
}
.price-table tbody tr.css_pt_btn {
	background-color: inherit;
	color: #934d4d;
	cursor: pointer;
}
.price-table tbody tr.css_pt_btn div {
	color: #934d4d;
	font-size: 1.26em;
}
.price-table tbody tr.css_pt_btn:hover {
	color: #934d4d;
	text-decoration: underline;
}