.head-clinic-data {

}
.head-clinic-data h2 {
	margin-top: 0;
	font-size: 20px;
}
.head-clinic-data .adr {
	margin-top: 20px;
}

.fixed-aspect-ratio {
	position: relative;
	height: 0;
}

.fixed-aspect-ratio.aspect-16-9 {
	padding-bottom: 56.25%;
}

.map-container {
	position: absolute;
	width: 100%;
	height: 100%;
}

abbr,
abbr[title],
abbr[data-original-title] {
	border: 0 none;
}

.bank-requisites {
	list-style: none;
	padding-left: 0;
}

.supervisors li {
	margin-bottom: 10px;
}

.nobr,
.price {
	white-space: nowrap;
}

.email::after {
	content: attr(data-domain);
}
.email::before {
	content: attr(data-user);
}

abbr {
	text-decoration: none;
}

body {
	position: relative;
}

body .vi-toggle {
	position: fixed;
	width: 4em;
	height: auto;
	top: 0;
	right: 2em;
	margin-left: -2em;
	z-index: 10;
	display: block;
	padding: 1em;
	border: 2px solid black;
	border-radius: 0 0 1em 1em;
	text-align: center;
	border-top: 0 none;
	color: black;
	background: white;
}

body.vi .vi-toggle {
	border-color: white;
	color: white;
	background: black;
}

body.vi {
	background: #000;
	color: #fff;
	font-size: 2em;
}

body.vi h1 {
	font-size: 3em;
}
body.vi h2 {
	font-size: 2.5em;
}
body.vi h3 {
	font-size: 2em;
}

body.vi a {
	color: #fff;
	text-decoration: underline;
}