html {
	position: relative;
	min-height: 100%;
}

body {
	margin: 0;
	padding-bottom: 72px;
	font: 14px/1.5 Arial, sans-serif;
	color: #333;
}

a {
	color: #0072BC;
}

h1 {
	color: #0072BC;
}
h2 {
	font-size: 1.35em;
	color: #505050;
}
h3 {
	margin-top: 2em;
	color: #0072BC;
}

ul {
	padding-left: 2em;
}
p + ul {
	margin-top: -0.5em;
}
li {
	margin-bottom: .5em;
}

.b-head-inner,
.b-head-menuList,
.b-title-inner,
.b-content-inner,
.b-foot-inner {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1140px;
}

.b-head {
	line-height: 1.154;
	font-size: 13px;
}
.b-head-inner {
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 75px;
}
.b-head-logo {
	float: left;
	width: 170px;
	height: 72px;
	text-decoration: none;
	background: url(./logo.svg) no-repeat center center;
	background-size: 100%;
}
.b-head-logoText {
	display: block;
	margin-left: 195px;
	margin-top: 13px;
	font-size: 32px;
	white-space: nowrap;
	font-weight: bold;
}
.b-head-logoSmall {
	display: block;
	margin-left: 195px;
	font-size: 15px;
	white-space: nowrap;
	color: #0072BC;
}
.b-head-contacts {
	float: right;
	text-align: right;
	color: #0072BC;
}
.b-head-tel {
	margin-bottom: 5px;
	font-size: 20px;
}
.b-head-icon {
	display: inline-block;
	vertical-align: text-bottom;
	width: 22px;
	height: 22px;
	background: transparent no-repeat center center;
	background-size: 100%;
}
.b-head-icon_viber {
	background-image: url('./viber.svg');
}
.b-head-icon_telegram {
	background-image: url('./telegram.svg');
}
.b-head-icon_whatsapp {
	background-image: url('./whatsapp.svg');
}
.b-head-email {
	margin-top: .5em;
}
.b-head-email > .fa {
	vertical-align: middle;
	margin-right: 2px;
	font-size: 15px;
}
.b-head-menu {
	position: relative;
	text-transform: uppercase;
	background: #0072BC;
	/*background: linear-gradient(to right, #0072BC, #1887CF);*/
	box-shadow: 0 0 8px rgba(0,0,0,.25);
}
.b-head-menuItem {
	display: inline-block;
}
.b-head-menuItem > a {
	display: block;
	padding: 15px 25px 10px;
	text-decoration: none;
	color: white;
	border-bottom: 4px solid transparent;
}
.b-head-menuItem > a:hover,
.b-head-menuItem > a.m-active {
	background: #1887CF;
}
.b-head-menuItem > a.m-active {
	border-bottom-color: white;
}
.b-head-menuItem + .b-head-menuItem {
	margin-left: 10px;
}
@media (max-width: 991px) {
	.b-head-menuItem > a {
		padding-left: 8px;
		padding-right: 8px;
	}
}
@media (max-width: 767px) {
	.b-head-inner {
		padding: 20px 20px 15px;
		min-height: 62px;
	}
	.b-head-logo {
		width: 110px;
		height: 62px;
		background-size: 100%;
	}
	.b-head-logoText,
	.b-head-logoSmall {
		display: none;
	}
	.b-head-tel {
		font-size: 16px;
	}
	.b-head-menuList {
		padding: 0;
	}
	.b-head-menuItem {
		display: block;
	}
	.b-head-menuItem > a {
		padding: 15px 20px 10px;
	}
	.b-head-menuItem + .b-head-menuItem {
		margin-left: 0;
	}
}

.b-foot {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 2em 0;
	line-height: 1.154;
	color: white;
	background: #0072BC;
	/*background: linear-gradient(to right, #0072BC, #1887CF);*/
	box-shadow: 0 0 10px rgba(0,0,0,.3); 
}
.b-foot a {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.b-foot a:hover {
	border-bottom-color: white;
}
.b-foot-design {
	float: right;
	margin-top: -1.1em;
}
@media (max-width: 575px) {
	.b-foot {
		padding: 1.2em 0;
	}
	.b-foot-design {
		float: none;
		margin-top: .5em;
	}
}

.b-poster {
	overflow: hidden;
	margin-bottom: -54px;
}
.b-poster > img {
	vertical-align: middle;
	margin-top: -44px;
	width: 100%;
}
@media (max-width: 767px) {
	.b-poster {
		display: none;
	}
}

.b-title {
	padding: 32px 0;
	line-height: 1.154;
	background: #DFF2FF;
	box-shadow: 0 0 8px rgba(0,0,0,.2) inset;
}
.b-title h1 {
	margin: 0;
}
@media (max-width: 767px) {
	.b-title {
		padding: 24px 0;
	}
}

.b-content {
	margin: 32px 0 60px;
}
.b-content::after {
	content: '';
	clear: both;
	display: table;
}
.b-content-sidebar {
	float: right;
	position: sticky;
	top: 0.5em;
	width: 25%;
}
.b-content-sidebar + .b-content-body {
	margin-right: calc(25% + 32px);
}
@media (max-width: 991px) {
	.b-content-sidebar {
		float: none;
		position: static;
		width: 100%;
	}
	.b-content-sidebar + .b-content-body {
		margin-right: 0;
	}
}

.b-btn {
	display: inline-block;
	padding: 8px 20px;
	text-decoration: none;
	text-transform: uppercase;
	background: white;
	border: 2px solid #0072BC;
	border-radius: 30px;
}
.b-btn:hover {
	color: white;
	background: #1887CF;
	border-color: #1887CF;
	box-shadow: 0 1px 4px rgba(0,0,0,.3);
}

.b-cardList {
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap;
}
.b-cardList > * {
	box-sizing: border-box;
	margin: 0 10px 20px;
	width: calc(25% - 20px);
}
@media (max-width: 1199px) {
	.b-cardList > * {
		width: calc(50% - 20px);
	}
}
@media (max-width: 575px) {
	.b-cardList > * {
		width: 100%;
	}
}

.b-card {
	padding: 18px;
	text-align: center;
	background: white;
	border-radius: 3px;
	box-shadow: 0 2px 10px rgba(0,0,0,.25); 
}
.b-card-teaser {
	margin: 4px 0 16px;
	line-height: 1;
	font-size: 40px;
	color: #0072BC;
}
.b-card-title {
	font-size: 18px;
}
.b-card-title a {
	text-decoration: none;
}
.b-card-content {
	margin: 8px 0 16px;
}
.b-card-foot {
	padding-top: 16px;
	border-top: 2px solid #e6e6e6;
}

.b-contentsList {
	list-style: none;
	margin: 0;
	padding: 0;
}
.b-contentsList a {
	display: block;
	padding: 8px 12px;
	text-decoration: none;
	border-left: 4px solid #1887CF; 
}
.b-contentsList a:hover {
	background: #DFF2FF;
}
img.left {
  float: none;
  margin-left: 0.5em;
  padding-bottom: 0.5em;
  vertical-align: top;
}
img.right {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
  border-width: 1.5px;
  border-style: solid;
}
.framed {
  border-width: 1.5px;
  border-style: solid;
}
.inset {
  margin: 0.5em;
  clear: both;
}
video {
  margin-left: 0.5em;
  margin-bottom: 0.5em;
  vertical-align: top;
}