.reviews-block .bottom-button.main-page a {
	display: block;
	font-size: 16px;
	font-weight: 600;
	width: 255px;
	height: 70px;
	border-radius: 10px;
	background: var(--1, #ffb91b);
	margin: 0 auto;
	padding-top: 23px;
}

.reviews-block .bottom-button.main-page a:hover{
	color: #000;
}

.works-page .item a:not(:first-of-type) img{
	display: none;
}

.popup.popup-success{
	width: 100%; 
	max-width: 873px;
}

.fltr_block {
	width:100%;
}

.text > ul > pre {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	font-family: 'Raleway', sans-serif;
}

.regions_container .item-advantage {
	display: flex;
	justify-content: center;
}

.regions_container .col-md-3 {
	max-width: 20%;
}

.catalog-page.hits h2 {
    text-align: center;
    margin-bottom: 50px;
	font-weight: 700;
	font-size: 54px;
}

.catalog-page.hits + .catalog-page {
	padding-top: 60px;
}

@media (max-width: 767px) {
	.catalog-page.hits h2 {
		font-size: 38px;
	}
	.catalog-page.hits > .container > .row > div:last-child > .item {
		/* margin-bottom: 0; */
	}
}

.reviews-block .want-wrap {
	margin-top: 20px;
}
.reviews-block button.want {
    font-weight: 600;
    font-size: 16px;
    color: #FFB91B;
    width: 160px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid var(--1, #ffb91b);
	background: var(--d, #242425);
	width: 100%;
}
.reviews-block button.want:hover {
    color: #000;
    background: #FFB91B;
}

.works-page button.want {
    font-weight: 600;
    font-size: 16px;
    width: 160px;
    height: 40px;
    border-radius: 10px;
    color: #000;
    border: none;
	background: var(--d, #ffb91b);
	width: 100%;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.works-page button.want:hover {
    color: #FFB91B;
	background: var(--d, #242425);
}