.complex-gallery-eat .complex-gallery-item.item.complex-gallery{
	width: 100%;
}
.eat_mobile{
	display: none;
}

.gallery-outer {
    margin-bottom: 4rem;
}

.gallery-outer:last-child {
    margin-bottom: 0 !important;
}

.fs .row>* {
    margin-right: 1rem;
}

.fs .row>*:last-child {
    margin-right: 0 !important;
}

.fancybox-slide--iframe .fancybox-content {
    max-height: 90%;
    max-width: 95%;
}


/*Цена на странице услуг*/

.price-service-head {
    display: flex;
    justify-content: space-around;
    border-radius: 10px 10px 0 0;
    width: 100%;
}
.price-service-item {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0.9rem;
    align-items: center;
}
.price-row {
    width: 25%;
}
.price-service-placement {
    text-align: center;
}
.price-service-price {
    text-align: center;
}
.price-service-name {
    font-weight: 800;
}
.price-service-button .prices-btn {
    font-size: .8em;
    text-align: right;
}
.price-service-button button.btn.btn--long.btn--trans.btn--noshadow {
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 400;
}
.price-service-button {
    text-align: center;
}
.srv-gallery {
    display: flex;
    justify-content: space-between;
}
.srv-gallery img {
    display: flex;
    margin: 0;
    max-width: 360px;
    width: 100%;
}
.srv-gallery a {
    margin: 0 15px 0 0;
}
.srv-gallery a:last-child {
    margin: 0;
}














@media only screen and (max-width: 991.98px){
.price-service-name {
    font-weight: 800;
    width: 40%;
}
.price-service-item {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0rem;
    align-items: center;
}
}

@media only screen and (max-width: 767.98px){
	.eat_mobile{
		display: block;
	}
	.eat_mobile .complex-gallery-eat .complex-gallery-item.item.complex-gallery {
		width: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.eat_mobile .complex-gallery-items .complex-gallery-item:first-child{
		width: 100% !important;
	}
	.eat_mobile .complex-gallery-inner{
		max-height: 185px;
	}
}
@media only screen and (max-width: 630px){
	.eat_mobile .complex-gallery-items{
		flex-wrap: wrap;
	}
	.eat_mobile .complex-gallery-eat .complex-gallery-item.item.complex-gallery{
		width: 100%;
	}
}

@media only screen and (max-width: 576px){
    .fs .row {
        flex-direction: column;
    }
    .fs .row>* {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    
    .fs .row>*:last-child {
        margin-right: 0 !important;
        margin-bottom: 0 !important; 
    }
    .price-service-item {
        display: flex;
        padding: 0.5rem 0.9rem;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
    }
    .price-row {
        width: 100%;
        text-align: center;
    }
    .price-service-button {
        text-align: center;
        margin: 5px 0 0 0;
    }
}
