/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }
/**
 * Remove default margin.
 */
body {
  margin: 0; }
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox &lt; 22.
 */
[hidden],
template {
  display: none; }
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }
sup {
  top: -0.5em; }
sub {
  bottom: -0.25em; }
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  /* border-collapse: collapse;
  border-spacing: 0; */
  border-collapse: collapse;}
td,
th {
	padding: 10px;
	border: 1px solid #000;}
img {
  max-width: 100%;
  height: auto; }
 /* Fonts */
/* @font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeue.eot');
    src: url('../fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HelveticaNeue.woff') format('woff'),
         url('../fonts/HelveticaNeue.ttf') format('truetype'),
         url('../fonts/HelveticaNeue.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
} */
input {outline:none;}
button:active, button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
.clear:after {
	content: '';
	display: block;
	clear: both;
}
html {
	width: 100%;
	height: 100%;
}
body{
    font-size: 16px;
    color: #000;
    font-family: Open Sans;
	width: 100%;
	height: 100%;
	position: relative;
	line-height: 22px;
}
.sidebar {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0;
    z-index: 98;
    width: 240px;
    background-color: #003759;
    overflow: hidden;
}
.mobile-logo {
	display: none;
	position: absolute;
	width: 100%;
	padding: 40px;
	height: 200px;
    box-sizing: border-box;
}
.sidebar__content {
	height: 100%;
	display: table;
}
.sidebar__nav {
	padding: 0 48px;
	margin: 0;
	list-style-type: none;
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
}
.sidebar__content > div {
	display: table-cell;
    vertical-align: middle;
}
.sidebar__nav li {
	display: block;
	width: 100%;
	text-align: center;
	padding: 17px 0;
	position: relative;
}
.sidebar__nav li:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 1px;
	background: #fff;
}
.sidebar__nav li:last-child:after {
	display: none;
}
.sidebar__nav li a {
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}
.sidebar_footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 34px;
	box-sizing: border-box;
	color: rgba(255,255,255,.5);
	text-align: center;
}
.sidebar_footer a {
	text-decoration: none;
	color: rgba(255,255,255,.5);
}
.sidebar_footer a:hover {
	color: #ffffff;
}
.content-wrap {
    margin-left: 240px;
    position: relative;
    overflow: hidden;
}
header {
	min-height: 120px;
}
.wrapper {
	width: 100%;
	padding: 0 80px;
	box-sizing: border-box;
}
header .wrapper {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
}
header .logo {
	margin: 44px 0;
}
header .wrapper nav {
	flex-grow: 1;
}
header .wrapper div nav {
	height: 100%;
}

header .wrapper .logo {
	flex-grow: unset;
}

header .wrapper div {
	flex-grow: 1;
}
#nav_dropdown {
	display: none;
}
.mobile-menu {
	display: none;
}
nav > ul {
	display: flex;
	margin: 0;
	padding: 0 0 0 117px;
    justify-content: space-between;
    width: 100%;
	box-sizing: border-box;
	list-style-type: none;
	align-items: center;
	height: 100%;
}
nav ul > li {
	height: 100%;
	position: relative;
}
nav ul > li > a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
nav ul > li.root {
	padding-right: 23px;
	position: relative;
}
nav ul > li.root:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 11px;
	height: 11px;
	margin-top: -5.5px;
	background: url('../img/arrow.svg') no-repeat 50%;
	background-size: cover;
}
nav ul li a {
	text-transform: uppercase;
	text-decoration: none;
	color: #003759;
	font-weight: 700;
}
nav ul li a:hover, nav ul li a.selected {
	color: #0068A8;
}
nav ul li ul.subsection {
	opacity: 0;
	display: none;
	position: absolute;
	width: 400px;
	background: #fff;
	padding: 22px 27px 28px;
	margin: 0;
	list-style-type: none;
	text-align: center;
	box-shadow: 4px 12px 11px 0px rgba(0, 0, 0, 0.11);
	left: 50%;
	margin-left: -200px;
	box-sizing: border-box;
	transition: .5s;
	z-index: 10;
}
nav ul li:hover ul.subsection {
	opacity: 1;
	display: block;
}
nav ul li ul.subsection li {
	margin-top: 30px;
	position: relative;
	text-align: center;
}
nav ul li ul.subsection li:after {
	content: '';
	display: block;
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 1px;
	background: #000;
}
nav ul li ul.subsection li:first-child {
	margin-top: 0;
}
nav ul li ul.subsection li:first-child:after {
	display: none;
}
nav ul li ul.subsection li a {
	display: block;
	aligh-item: unset;
	height: auto;
}
.main-slider {
	height: calc(100vh - 188px);
	position: relative;
	margin-bottom: 73px;
}
.slider-wrap, .owl-carousel .owl-stage-outer, .owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item {
	height: 100%;
}
.slider-item {
	position: relative;
	height: 100%;
}
.slider-image {
	position: relative;
	height: 100%;
}
.slider-image:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity: .2;
}
.slider-image img {
	object-fit: cover;
    width: 100%;
    height: 100%;
}
.slide-text {
	position: absolute;
	left: 0;
	bottom: 150px;
	z-index: 10;
	width: 100%;
	padding: 0 93px;
	box-sizing: border-box;
}
.slider-title {
	font-family: Open Sans;
	font-weight: bold;
	font-size: 50px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 28px;
	line-height: 68px;
}
.slider-subtitle {
	font-family: Open Sans;
	font-weight: normal;
	font-size: 18px;
	line-height: 25px;
	color: #FFFFFF;
	max-width: 926px;
	
}
.main-slider .owl-dots {
	position: absolute;
	display: block;
	left: 174px;
	bottom: 101px;
	z-index: 10;
}
.main-slider .owl-carousel button.owl-dot {
	padding: 10px 0;
	margin-right: 18px;
}
.main-slider .owl-dot span{
	display: block;
	width: 78px;
	height: 2px;
	background: #fff;
	opacity: .6;
}
.main-slider .owl-dot.active span{
	opacity: 1;
}
.page-content {
	width: 100%;
	min-height: calc(100vh - 188px - 220px);
	background: #EDF1F5;
	box-sizing: border-box;
	padding: 63px 0;
}
div.title, div.title h1 {
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	line-height: 38px;
	text-transform: uppercase;
	color: #003759;
	margin-bottom: 63px;
	margin-top: 0;
}
.list {
	width: calc(100% + 28px);
	display: flex;
    flex-flow: row wrap;
}
.news-item {
	width: 50%;
	padding-right: 28px;
	box-sizing: border-box;
	display: flex;
    flex-flow: row wrap;
	margin-bottom: 30px;
}
.news-item:nth-child(4n+4), .news-item:nth-child(4n+3) {
	flex-direction: row-reverse;
}
.news-image {
	width: 50%;
	background: #fff;
}
.news-image img {
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
}
.news-content {
	width: 50%;
	padding: 25px;
	box-sizing: border-box;
	background: #fff;
	position: relative;
}
.news-date {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #000000;
	padding-left: 32px;
	position: relative;
}
.news-date:before {
	content: '';
	position: absolute;
	display: block;
	width: 20px;
	height: 18px;
	left: 0;
	top: 0;
	background: url(../img/datepiker.png) no-repeat 0 0;
	background-size: contain;
}
.news-title {
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	color: #003759;
	margin-top: 49px;
}
.news-preview {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	margin-top: 16px;
	padding-bottom: 40px;
}
.more-detail {
	position: absolute;
	right: 22px;
	bottom: 20px;
}
.more-detail a {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	text-decoration-line: underline;
	color: #000000;
}
.all-news {
	margin-top: 33px;
	text-align: center;
}
.all-news a {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	text-decoration-line: underline;
	color: #003759;
}
.main-about {
	width: 100%;
	box-sizing: border-box;
	padding: 63px 0;
}
p.bold, p b, p strong {
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	color: #003759;
}
.main-about p, .page-content p {
	margin-bottom: 22px;
}
.main-about ul, .page-content ul {
	margin: 0;
	padding: 0 0 0 24px;
	list-style-type: none;
}
.main-about ul li, .page-content ul li {
	border-left: 2px solid #003759;
	padding-left: 25px;
	margin-bottom: 22px;
}
footer {
	background: #003353;
	color: #fff;
	padding: 55px 0;
}
footer .wrapper {
	display: flex;
	flex-flow: row nowrap;
}
footer .wrapper>div {
	padding: 0 65px;
	border-right: 2px solid #FFFFFF;
}
footer .wrapper>div:first-child {
	padding-left: 0;
}
footer .wrapper>div:last-child {
	border-right: none;
	padding-right: 0;
}
.footer-item-title {
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 22px;
}
footer a {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
.breadcrumb, .breadcrumb a {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #ADBABD;
	text-decoration: none;
	margin-bottom: 8px;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
.photos-list {
	width: calc(100% + 28px);
    display: block;
}
/* .photo-item {
	width: 48.17%;
	margin-right: 1.829%;
	box-sizing: border-box;
	float: left;
	position: relative;
	overflow: hidden;
	margin-bottom: 1.83%;
}
.photo-item:after {
	content: "";
	padding-top: 85.67%;
	display: block;
} 
.photo-item a {
	position: absolute;
	transform: translate(-50%, -50%);
	display: block;
	top: 50%;
	left: 50%;
	width: 100%;
    height: 100%;
	overflow: hidden;
}
.photo-item:nth-child(8n+2) {
	margin-bottom: 1.83%;
}
.photo-item:nth-child(8n+2):after {
	padding-top: 40.937%;
}
.photo-item:nth-child(8n+4), .photo-item:nth-child(8n+3) {
	width: 23.173%;
	box-sizing: border-box;
}
.photo-item:nth-child(8n+4):after, .photo-item:nth-child(8n+3):after {
	padding-top: 85.1%%;
}
.photo-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.photo-item:nth-child(8n+5){
	margin-bottom: 1.83%;
}
.photo-item:nth-child(8n+5):after {
    padding-top: 40.937%;
}
.photo-item:nth-child(8n+6), .photo-item:nth-child(8n+7) {
	width: 23.173%;
	box-sizing: border-box;
}
.photo-item:nth-child(8n+6):after, .photo-item:nth-child(8n+7):after {
    padding-top: 85.1%%;
} */
.video-list {
	width: calc(100% + 28px);
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.video-list > .video-item {
	width: 48.17%;
	margin-right: 1.829%;
	float: left;
	position: relative;
	overflow: hidden;
	margin-bottom: 1.83%;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
}
.video-item .title {
	font-size: 17px;
	margin-bottom: 20px;
}
.video-content {
	width: 100%;
	position: relative;
}
.video-list .video-content:after {
	content: "";
	padding-top: 65%;
	display: block;
}
.video-item .video-js[id^="bx_videojs_player_"] {
	position: absolute;
	transform: translate(-50%, -50%);
	display: block;
	top: 50%;
	left: 50%;
	width: 100%;
    height: 100%;
	overflow: hidden;
}
.photos-list > .photo-item, .photos-list > .auxiliary {
	width: 48.17%;
	margin-right: 1.829%;
	float: left;
	position: relative;
	overflow: hidden;
	margin-bottom: 1.83%;
}
.photos-list > .photo-item:after, .auxiliary:after {
	content: "";
	padding-top: 85.67%;
	display: block;
} 
.photos-list .photo-item a {
	position: absolute;
	transform: translate(-50%, -50%);
	display: block;
	top: 50%;
	left: 50%;
	width: 100%;
    height: 100%;
	overflow: hidden;
}
.photo-item-wrap {
	position: absolute;
	transform: translate(-50%, -50%);
	display: block;
	top: 50%;
	left: 50%;
	width: 100%;
    height: 100%;
	overflow: hidden;
}
.auxiliary .photo-item:nth-child(1) {
	width: 100%;
	margin-bottom: 3.798%;
	position: relative;
}
.auxiliary .photo-item:nth-child(1):after {
	content: "";
	display: block;
	padding-top: 40.937%;
}
.auxiliary .photo-item:nth-child(2), .auxiliary .photo-item:nth-child(3) {
	width: 48.17%;
	margin-right: 3.663%;
	box-sizing: border-box;
	float: left;
	position: relative;
	overflow: hidden;
}
.auxiliary .photo-item:nth-child(2):after, .auxiliary .photo-item:nth-child(3):after {
	content: "";
	display: block;
	padding-top: 84.985%;
}
.auxiliary .photo-item:last-child {
	margin-right: 0;
}
.auxiliary:after {
	content: '';
	display: block;
	clear: both;
}
.photo-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.photo-description {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 46px;
	box-sizing: border-box;
	transition: .5s;
}
.photos-list .photo-item a:hover .photo-description {
	opacity: 1;
}
.photo-description-wrap {	
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	background: rgba(255, 255, 255, 0.8);
	padding: 20px;
    box-sizing: border-box;
}
.photo-description-wrap span {
	display: block;
	text-align: center;
	width: 100%;
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 27px;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
}
.auxiliary .photo-item:nth-child(2) .photo-description-wrap span, .auxiliary .photo-item:nth-child(3) .photo-description-wrap span {
	font-size: 16px;
}
.news-detail .date {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #ADBABD;
}
.news-detail .news-title {
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 35px;
	line-height: 48px;
	text-transform: uppercase;
	color: #0068A8;
	margin-top: 8px;
	margin-bottom: 55px;
}
.news-detail .detail-photo {
	width: 100%;
	position: relative;
}
.news-detail .detail-photo.object {
	width: 50%;
}
.news-detail .detail-photo:after {
	content: '';
	display: block;
	padding-bottom: 33%;
}
.news-detail .detail-photo.object:after {
	display: none;
}
.news-detail .detail-photo img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	display: block;
	top: 50%;
	left: 50%;
}
.news-detail .detail-photo.object img {
	position: static;
	width: 100%;
	height: unset;
	object-fit: unset;
	transform: unset;
	display: block;
	top: unset;
	left: unset;
}
.news-detail .detail-text, .content {
	margin: 65px 0;
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
}
.content {
	margin-bottom: 0;
}
.news-detail .detail-text .bold, .content .bold {
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	text-transform: unset;
}
.contacts-wrap {
	display: flex;
	flex-flow: row wrap;
	width: calc(100% + 40px);
}
.contacts-wrap &gt; div[id^="bx_incl_area"] {
	display: flex;
    flex-flow: row wrap;
    width: calc(100% + 40px);
	padding-right: 0;
}
.contacts-wrap &gt; div, .contacts-wrap &gt; div[id^="bx_incl_area"] &gt; div {
	width: 50%;
	padding-right: 40px;
	box-sizing: border-box;
}
.left .address {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: #003759;
}
.left .address .city {
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	color: #003759;
}
.contacts-title {
	margin: 25px 0 14px;
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	color: #003759;
}
.phones-main-list {
	display: flex;
	flex-flow: row wrap;
	width: calc(100% + 23px);
}
.phones-item {
	width: 33.333%;
	padding-right: 23px;
	box-sizing: border-box;
}
.phones-item-wrap {
	width: 100%;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 20px 17px 24px;
	box-sizing: border-box;
}
.phones-item .phone a, .contact-item .phone a, .contact-item .email a {
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	color: #0068A8;
	text-decoration: none;
}
.phones-item .info, .contact-item .info {
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	color: #003759;
}
.contacts-list {
	margin-top: 18px;
	width: calc(100% - 40px);
	background: #fff;
	border-radius: 10px;
	padding: 15px 17px 24px;
}
.contact-item {
	margin-top: 26px;
}
.contact-item:first-child {
	margin-top: 0;
}
.contact-item .name {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #003759;
}
.right {
	display: flex;
	flex-flow: column wrap;
}
.right .map {
	flex-grow: 1;
}
html body #BX_file_dialog.editor_dialog {
	height: auto !importamt;
	min-height: 566px;
}
.gallery {
	margin: 30px;
}
.page-content a {
	color: #003353;
}
.mobile-menu {
	display: none;
}