/*
Theme Name: Реабилитационный центр
Author: qorix.ru
Author URI: qorix.ru
Version: 1.0
*/

.gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin: 30px 0;
}
.gallery:first-child {
	margin-top: 0;
}
.gallery:last-child {
	margin-bottom: 0;
}
.gallery-item {
	flex: 0 1 auto;
	max-width: 100%;
	margin: 0;
}
.search-item {
	margin-bottom: 30px;
}
.search-item:last-child {
	margin-bottom: 0;
}
.search-item__head {
	margin-bottom: 10px;
}
.bvi-shortcode {
	margin-left: auto;
	width: fit-content;
	font-size: 0;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 49px;
	height: 49px;
	border-radius: 50%!important;
}
@media(max-width: 575px){
	.bvi-shortcode {
		width: 36px;
		height: 36px;
	}
}
.header__wrapper .bvi-shortcode {
	display: none!important;
}
@media(max-width: 1199px){
	.header__wrapper .bvi-shortcode {
		display: flex!important;
	}
}

.bvi-shortcode svg {
	font-size: 25px !important;
}
@media(max-width: 575px){
	.bvi-shortcode svg {
		font-size: 20px!important;
	}
}
