

/* Start:/bitrix/templates/belberrymed/components/bitrix/breadcrumb/.default/style.css?17622499502337*/
.breadcrumbs {
    position: relative;
	z-index: 10;
}
.breadcrumbs__back {
    border-radius: .5rem;
    padding: 0px;
    height: 2.5rem;
    width: 2.5rem;
    position: relative;
    margin-right: 1.5rem;
    transition: all ease .24s;
    background-color: #f525361c;
    display: flex;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 1.125rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='18' viewBox='0 0 12 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2L3 9L10 16' stroke='%23F52536' stroke-width='3'/%3E%3C/svg%3E");
    filter: grayscale(1);
    critical: this;
}

.breadcrumbs__back:active {
    background-color: rgba(245, 37, 54, 0.24);
}

.breadcrumbs__back img {
    height: .875rem;
    margin-left: -.1rem;
    position: relative;
}

.breadcrumbs .center-wrap > div {
    /* padding: 1.5rem 0px; */
}

.breadcrumbs__back:hover {filter: grayscale(0);}
.breadcrumbs__link {
    color: var(--color__dark);
    text-decoration: none;
    transition: all ease .24s;
    font-weight: 600;
    opacity: .64;
    font-size: .75rem !important;
}

li.breadcrumbs__devider {
    margin: 0px .75rem;
    width: .25rem;
    height: .25rem;
    background-color: var(--color__dark);
    border-radius: .5rem;
    top: .075rem;
    position: relative;
    opacity: .2;
}

.breadcrumbs__link:hover {
    color: var(--color__fill-1);
    opacity: 1;
}

.breadcrumbs__active {
    opacity: .40;
    font-size: .75rem !important;
}

img.breacrcrumb__back {
    margin-right: .5rem;
    position: relative;
    top: .10rem;
    height: 1rem;
}

.breadcrumbs__link.--back {
    color: var(--color__fill-1);
    filter: grayscale(0);
    opacity: 1;
}

.breadcrumbs__link.--back:hover {
    filter: grayscale(0);
    opacity: 1;
}

.footer-breadcrumb {}

.footer-breadcrumb .breadcrumbs {
    margin: 0 !important;
}

@media screen and (max-width: 1680px) {  

}

@media screen and (max-width: 1440px) {  

}

@media screen and (max-width: 1366px) {  

}

@media screen and (max-width: 1359px) {  

}

@media screen and (max-width: 1199px) {  

}

@media screen and (max-width: 1024px) {  


}

@media screen and (max-width: 991px) {  
    
}

@media screen and (max-width: 768px) {  

}

@media screen and (max-width: 640px) {  

}


/* End */


/* Start:/bitrix/templates/belberrymed/include/contacts-branches/contacts-branches.css?17854005761119*/
/* Scoped contacts branch links — /contacts/ only */

.contacts-branches {
	margin: 1.5rem 0 0.5rem;
}

.contacts-branches__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.875rem;
}

.contacts-branches__link {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 4.25rem;
	padding: 1rem 1.25rem;
	text-align: center;
	text-decoration: none;
	color: inherit;
	background: #fff;
	border-radius: 1rem;
	box-shadow: 0 1rem 2.5rem rgb(0 0 0 / 6%);
	box-sizing: border-box;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.contacts-branches__link:hover,
.contacts-branches__link:focus {
	box-shadow: 0 1.125rem 2.75rem rgb(0 0 0 / 10%);
	text-decoration: none;
	color: inherit;
}

.contacts-branches__title {
	font-weight: 650;
	overflow-wrap: anywhere;
	word-break: break-word;
	line-height: 1.35;
}

@media (min-width: 768px) {
	.contacts-branches {
		margin: 1.75rem 0 0.75rem;
	}

	.contacts-branches__grid {
		grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
		gap: 1rem;
	}

	.contacts-branches__link {
		min-height: 4.75rem;
		padding: 1.25rem 1.5rem;
	}
}

/* End */
/* /bitrix/templates/belberrymed/components/bitrix/breadcrumb/.default/style.css?17622499502337 */
/* /bitrix/templates/belberrymed/include/contacts-branches/contacts-branches.css?17854005761119 */
