/* open-sans-300 - cyrillic-ext_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v35-cyrillic-ext_latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v35-cyrillic-ext_latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-regular - cyrillic-ext_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v35-cyrillic-ext_latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v35-cyrillic-ext_latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-600 - cyrillic-ext_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v35-cyrillic-ext_latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v35-cyrillic-ext_latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-700 - cyrillic-ext_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v35-cyrillic-ext_latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v35-cyrillic-ext_latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
*, *:before, *:after {
	box-sizing: inherit;
}
a[href^=mailto],
a[href^=tel] {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}
html,
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000;
	background: #ede9e0;
	font-weight: 400;
	position: relative;
	height: 100%;
}
h1 {
	font-weight: normal;
	font-size: 24px;
	line-height: 1.2;
}
h2 {
	font-weight: normal;
}
.wrap {
	max-width: 1128px;
	margin: auto;
	padding: 16px 48px;
}
h2 {
	font-size: 20px;
	text-transform: uppercase;
	padding: 1em 0;
	font-weight: 400;
}
h2 a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid;
}
h5, .h5 {
	font-size: 13px;
	font-weight: bold;
	color: #444;
}
.bcnew {
	margin: 1em 0;
	color: #aca9a4;
}
.bcnew ul {
	list-style: none;
	margin: 0;
}
.bcnew ul li {
	display: inline-block;
	white-space: nowrap;
	text-transform: uppercase;
}
.bcnew ul li a {
	color: #aca9a4;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 0;
}
.bcnew ul li a:hover {
	text-decoration: underline;
}
.bcnew li:after {
	padding-right: 10px;
}
.page-content {
	background: #fff;
	padding: 24px;
}

.bcnew li:after {
    display: inline-block;
    content: '/';
    color: rgba(0,0,0,.3);
}

.bcnew a, .bcnew span {
    font-style: normal;
    padding: 0 10px;
    display: inline-block;
    white-space: nowrap;
}