.top-adress {
    color: #fff;
    text-align: center;	
	font-family: 'Poiret One', 'Open Sans', sans-serif;
	font-size: 18px;
}

#m-top a { line-height: 50px; }
.top_phone {
	display: flex;
    flex-direction: column;
}
.b-contacts {
	display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.item-features {
	color: rgb(0, 0, 0, .5);
    font-size: 18px;
	margin-bottom: 16px;
}
.item-price {
	font-size: 24px;
	color: rgb(0, 0, 0);
	margin-bottom: 16px;
}
.item-icons {
	display: flex;
	gap: 8px;
	margin: 16px 0;
}
.item-icons img {
	height: 32px;
}

.item-actions {
	background: #ececec;
	padding: 32px;
	border-radius: 24px;
	font-size: 18px;
	line-height: 24px;
	margin-top: 42px;
}
.item-action__btn { margin-top: 42px; margin-bottom: 42px; }

.uslugi-item {
	margin-top: 42px; 
	display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}
.uslugi-item__image img {
	border-radius: 32px;
}
.uslugi-item__header {
	font-weight: bold;
	font-size: 18px;
}

.uslugi-item__price {
	font-weight: bold;
	font-size: 22px;
}

.uslugi-item__subtitle {
	font-size: 14px;
}

.uslugi-item__image { width: 100%; }

.dops__item { position: relative; }
.dops__item img { border-radius: 16px; }
.dops__item-header {
	position: absolute;
    top: 0;
    left: 15px;
    background: rgba(0, 0, 0, .4);
    height: calc(100% - 6px);
    width: calc(100% - 30px);
    box-sizing: border-box;
    margin: auto;
    display: flex;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
	padding: 24px;
	text-align: center;
}

.faq {
	margin-top: 50px;
	margin-bottom: 50px;
}

.faq__item-header {
	width: 100%;
    border-bottom: #000 solid 1px;
    padding: 16px;
    margin-bottom: 8px;
	cursor: pointer;
	position: relative;
}

.faq__item-content {
	display: none;
	padding: 15px;
    border-bottom: #000 dotted 1px;
	
}

.faq__item-header:after {
	content: '+';
	position: absolute;
	right: 16px;
	font-size: 24px;
}

.faq__item-content.active { display: block; }
.faq__item-header.active:after { 
	content: '-';
	position: absolute;
	right: 16px;
	font-size: 24px;
}

button[type=submit] {
	border: none;
	display: inline-block;
    padding: 10px 25px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Poiret One', 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 600;
    border: none;
    color: #000;
    cursor: pointer;
    background-color: #d49114;
    border-radius: 10px;
	margin-left: 15px;
}

.b-map .b-contacts {
	justify-content: flex-start;
}
.b-map .b-contacts a {
	background: #000;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.b-map-contacts {
	display: flex;
    flex: auto;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
	font-family: 'Poiret One', cursive;
    font-weight: 800;
	font-size: 20px;
}

.b-map-contacts a {
	color: #000;
}

.bg_overlay1::after { display: none; }
.fixed_header { background: rgba(0,0,0,.7); }
.main_big_slider.main_big_slider_min .item {
    height: calc(100vh - 180px);
    min-height: calc(100vh - 180px);
    height: calc(100vh - 380px);
    min-height: calc(100vh - 380px);
}

.main_big_slider.main_big_slider_min {
    min-height: calc(100vh - 180px);
    height: calc(100vh - 180px);
    height: calc(100vh - 380px);
    min-height: calc(100vh - 380px);
}
.mobile_show{
    display: none;  
}

    .photo_review img{
    	max-width: 700px;
    }

@media screen and (max-width: 480px) {
	.rc-search_form__btn__wrapper button[type=submit]{
    margin-left: 0;

	}
	.top_phone {flex-direction: row;
        justify-content: space-between;}
    .mobile_show{
        display: block;  
    }
    .mobile_hide{
        display: none;  
    }
    .b-contacts.mobile_show{
	    text-align: right;
	    margin-top: 13px;
    }
    .photo_review img{
    	max-width: 370px;
    }
}