
@font-face {
    font-family: 'Play';
    src: url('/SiteNN/fonts/Play/Play.eot');
    src: url('/SiteNN/fonts/Play/Play.eot?#iefix') format('embedded-opentype'),
        url('/SiteNN/fonts/Play/Play.woff2') format('woff2'),
        url('/SiteNN/fonts/Play/Play.woff') format('woff'),
        url('/SiteNN/fonts/Play/Play.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('/SiteNN/fonts/OpenSans/OpenSans/OpenSans.eot');
    src: url('/SiteNN/fonts/OpenSans/OpenSans.eot?#iefix') format('embedded-opentype'),
        url('/SiteNN/fonts/OpenSans/OpenSans.woff2') format('woff2'),
        url('/SiteNN/fonts/OpenSans/OpenSans.woff') format('woff'),
        url('/SiteNN/fonts/OpenSans/OpenSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans Semibold';
    src: url('/SiteNN/fonts/OpenSans-Semibold/OpenSans-Semibold.eot');
    src: url('/SiteNN/fonts/OpenSans-Semibold/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
        url('/SiteNN/fonts/OpenSans-Semibold/OpenSans-Semibold.woff2') format('woff2'),
        url('/SiteNN/fonts/OpenSans-Semibold/OpenSans-Semibold.woff') format('woff'),
        url('/SiteNN/fonts/OpenSans-Semibold/OpenSans-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,menu,section,summary {display: block}[hidden],template{display: none}audio,img,svg,iframe,video,canvas {vertical-align: middle;}audio,canvas,progress,video {display: inline-block;vertical-align: baseline;}audio:not([controls]) {display: none;height: 0;}svg:not(:root) {overflow: hidden;}b,strong {font-weight: bold}hr {height: 0}small {font-size: 80%;}sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline}sup {top: -0.5em}sub {bottom: -0.25em}img {border: 0;vertical-align: middle}address {font-style: normal;}figure {margin: 0;}fieldset {border: 1px solid #c0c0c0;margin: 0 2px;padding: 0.35em 0.625em 0.75em}legend {border: 0;padding: 0}button,input,select,textarea {margin: 0;font: inherit;color: inherit;outline: none;}button,input {line-height: normal}button,select {text-transform: none}input {line-height: normal;}select {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button;cursor: pointer}button[disabled],html input[disabled] {cursor: default}input[type="checkbox"],input[type="radio"] {padding: 0}button::-moz-focus-inner,input::-moz-focus-inner {border: 0;padding: 0}textarea {overflow: auto;vertical-align: top;resize: vertical;}

html {
  font-size: 10px;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  height: 100%;
  min-height: 100%;
}

.ie7 html,
.ie7 body {height: auto;}

body {
    margin: 0;
    color: #51565b;
    font: 14px/1.42857143 "Helvetica Neue", Helvetica, Arial, sans-serif;
	background:#f1f1f1;
    background: url(/images/bg2018.png) no-repeat center center fixed;
	
    background-size: 125% 100%;
    background-position: center;
}

a {
  color: #015099;
  background: transparent; 
}

a:active,
a:focus {outline: none;}

a:active,
a:hover {color: #000}

a:visited {}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* ============================ Пишем оформление элементов SiteNN по умолчанию */

h1,h2,h3,h4,h5,h6 {
  line-height: 100%;
  margin-top: 0;
  font-family: 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

h1 {font-size: 36px;}
h2 {font-size: 28px;}
h3 {font-size: 24px;}
h4 {font-size: 18px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}

h1 a,
h1 small,
h2 a,
h2 small,
h3 a,
h3 small,
h4 a,
h4 small,
h5 a,
h5 small,
h6 a,
h6 small {
  font-weight: normal;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}

.view {
  width: 100%;
  background: #fff;
  border-radius: 2px;
  padding: 10px;
  margin-bottom: 10px;
}

.view input[type="checkbox"],
.view input[type="radio"] {height: 16px;}

.view th h3 {
  margin-bottom: 5px;
  width: 510px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #ccc;
}

.view th {font-size: 13px}

.view td [type="text"],
.view td [type="email"],
.view td [type="password"],
.view td textarea,
.view td select {
  background: #fff;
  border-radius: 2px;
  border: 1px solid #ccc;
  padding: 5px;
  width: 100%;
  font-size: 13px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.view td [type="text"]:focus,
.view td [type="email"]:focus,
.view td [type="password"]:focus,
.view td textarea:focus,
.view td select:focus {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

/* ============================ Готовые классы помошники */
.ie7 .cf,
.ie7 .container {zoom: 1;}

.cf:before,
.cf:after,
.container:before,
.container:after {display: table;content: "";}

.cf:after,
.container:after {clear: both;}

.tar {text-align: right;}
.tac {text-align: center;}
.tal {text-align: left;}
.taj {text-align: justify;}
.fl {float: left;}
.fr {float: right;}
.ovh {overflow: hidden;}

.middle {
  display: inline-block;
  vertical-align: middle;
}

/* Простой обнуленный список */
.ln {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Табличный список */
.lt {
  display: table;
  width: 100%;
}

.lt.ltf {table-layout: fixed;}

.lt > ul {display: table-row;}
.lt > ul > li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.lt > ul > li > a {display: block;}

/* Список по центру */
.lc {
  text-align: center;
  font-size: 0;
}

.lr {
  text-align: right;
  font-size: 0;
}

.ln li {position: relative;}
.lfl:not(.topMenu) > li {float: left;}

.lc > li,
.lr > li {
  display: inline-block;
  vertical-align: top;
}

.lc a,
.lr a {font-size: 14px;}

/* Таблицы */
.table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.table td {vertical-align: top;}

/* Фиксированный и центрированный контейнер */
.container {
  position: relative;
  width: 966px;
  margin: 0 auto;
  min-height: 1px;
}

/* Основа для кнопок */
.but {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  font-size: 13px;
  line-height: 24px;
  height: 24px;
  vertical-align: middle;
  text-align: center;
  background: none;
  text-decoration: none;
  color: #fff;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;

  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.ie7 .but {
  zoom: 1;
  display: inline;
}

.but1 {
  background: #01314B;
  line-height: 37px;
  padding: 0 15px 0 14px;
  box-shadow: 0px 1px 2px rgba(0,0,0,.5);
  height: 37px;
}

.but1:hover {
  background: rgb(1, 49, 75);
  background: -moz-linear-gradient(top,  rgb(1, 49, 75) 0%, rgb(0, 107, 165) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(1, 49, 75)), color-stop(100%,rgb(36, 138, 184)));
  background: -webkit-linear-gradient(top,rgb(1, 49, 75) 0%,rgb(36, 138, 184) 100%);
  background: -o-linear-gradient(top,  rgb(1, 49, 75) 0%,rgb(36, 138, 184) 100%);
  background: -ms-linear-gradient(top,  rgb(1, 49, 75) 0%,rgb(36, 138, 184) 100%);
  background: linear-gradient(to bottom, rgb(1, 49, 75) 0%,rgb(36, 138, 184) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3073f', endColorstr='#ec0046',GradientType=0 );
  color: #fff;
}

/*
  ================================================================================================== Основная верстка ================================================================================================== 
*/

/* ============================ Обертка для прижатия футера */
.wrap {
  height: auto !important;
  height: 100%;
  min-height: 100%;
  position: relative;
}

/* ============================ Шапка */
#header {
  height: 117px;
  background: #fff url('/images/header-glow.png') top center no-repeat;
}

/* ============================ Логотип */
.logo{
	float:left;
}
.logo a{
	text-decoration:none;
	color:#51565b;
}
.logo-title {
	width: 260px;
    font-size: 30px;
    font-family: 'play';
	margin-top: 15px;
}
.logo-text {
    font-family: 'open sans';
    font-size: 12.9px;
    line-height: 14px;
}
/* ============================ Верхнее меню */
#topMenu {
  position: relative;
  height: 50px;
  background: #01314B;
}

#topMenu .container,
#topMenu ul.lfl,
#topMenu ul.lfl > li {height: 100%; text-align: center; padding: 0;}

#topMenu:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  content: '';
  background: #000000;}

#topMenu ul.lfl > li {padding: 0 15px;display: inline-block;}

#topMenu ul.lfl > li:hover,
#topMenu ul.lfl > li:active{
	background:#248AB8;
	box-shadow: inset 0px 0px 10px -2px #01314b;
}

#topMenu li a {
  display: block;
  text-decoration: none;
  padding: 0px 5px;
}

#topMenu ul.lfl > li > a {
    font-size: 16px;
    color: #ffffff;
    line-height: 50px;
}

/*#topMenu ul.lfl > li > a.active,
#topMenu ul.lfl > li:hover > a {color: #015099; background:#ffffff;}*/

/* Выпадающее меню */
#topMenu ul ul {
	display: none;
  position: absolute;
  top: 120%;
  left: 0;
  width: 200px;
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
  transition: all .2s;
  background: #86b4df;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 3px 2px rgba(0,0,0,0.4);
}

#topMenu li:hover ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

#topMenu ul ul a {
  padding: 10px 15px;
  font-size: 13px;
  color: #ffffff;
}

#topMenu ul ul a:hover {background: #ffffff; color: #015099;}
#topMenu ul ul li:last-child a {border-radius: 0 0 10px 10px;}

/* ============================ Контакты */
.contacts {
	float: right;
    color: #51565b;
    margin: 25px 0 0 0;
    text-align: right;
}

.contacts p {margin: 0}

/* ============================ Слайдер (Базовые стили/Не менять, если используется несколько слайдеров. Изменяйте только те элементы, которые требует макет) */
.flexslider {position: relative;}
.flex-viewport {}

.flexslider .slides > li {
  position: relative;
  display: none;
}

.flexslider .slides > li > img {
  width: 100%; 
  display: block;
}
.dslider{
	min-width: 30%;
	max-width: 50%;
    padding: 12px;
    height: calc(100% - 60px);
    background: rgba(191, 230, 249, 0.81);
    position: absolute;
    left: 30px;
    bottom: 30px;
}
.dslider a{
	text-decoration:none;
}
.flexslider .slides > li span{
    min-width: 30%;
    font-size: 30px;
    color: #080808;
    font-weight: 600;
	font-family: 'play';
}


.flex-control-nav,
.flex-direction-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0;
  width: 100%;
}

.ie7 .flex-direction-nav {height: 0;}

.flex-direction-nav {display: none;}
.flexslider:hover .flex-direction-nav {display: block;}

/* Стрелочки */
.flex-direction-nav a {
  position: absolute;
  top: 50%; 
  z-index: 10; 
  width: 37px; 
  height: 37px;
  margin-top: -18.5px;
  cursor: pointer; 
  font-size: 0;
  text-decoration: none;
  background: url('/images/icons/slider-arrows.png') no-repeat;
}

.flex-direction-nav a.flex-prev {
  left: -20px;
  background-position: top right;
}

.flex-direction-nav a.flex-next {
  right: -20px;
  background-position: top left;
}

.flex-direction-nav a.flex-prev:hover {background-position: -38px -37px;}
.flex-direction-nav a.flex-next:hover {background-position: 0 -37px;}

/* Точки */
.flex-control-nav {margin-top: 21px;}

.flex-control-nav li {
  display: inline-block;
  vertical-align: top;
}

.flex-control-nav li a {
  display: block;
  cursor: pointer;
  font-size: 0;
  background: url('/images/icons/slider-nav-buttons.png') no-repeat 0px 0px;
  height: 13px;
  width: 13px;
  margin: 0 2px;
}

.flex-control-nav li a:hover {background-position: -12px 0}
.flex-control-nav li a.flex-active {background-position: -24px 0}

/* ============================ Слайдер на главной */
#mainSlider {
  height: 484px;
  margin: 40px auto 57px;
}
.slider-list{
	margin: 20px 0px;
}
.slider-list li{
	color: #000;
	font-weight:600;
}
.a-fBack{
		text-decoration:none;
}
.fBack{
	margin-top: 50px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #01314b;
    color: #fff;
    text-align: center;
	text-decoration:none;
}
.fBack:hover{
background: #248AB8;
box-shadow: inset 0px 0px 10px -2px #01314b;

}

#mainSlider .flexslider {background: url('/images/slider-shadow.png') center bottom -20px no-repeat;}

/* ============================ Тело контента сайта */
#main {}

#sidebarRight,
#content {
  position: relative;
  min-height: 1px;
  font-family: 'open sans';
}


/* ============================ Контент блок */
#content.newsPage {margin: 0 0px 20px 0;text-align: center;}
.newsPage {
    background: rgba(255, 255, 255, 0.81);
    border: 1px solid #01314b;
    padding: 0 5px;
}

/* Заголовок страницы */
#pageTitle {
  margin-top: 0;
  font-size: 40px;
  background: url('/images/tabs-divider.png') repeat-x bottom center;
  text-shadow: 1px 1px rgba(255, 255, 255, 1);
  margin-bottom: 30px;
  padding: 15px 0;
}

/* Путь по сайту */
#path {margin: 0 0 1em 0;}
#path a {}

#path a:last-child {
  cursor: text;
  text-decoration: none;
  color: #ccc;
  pointer-events: none;
}

/* Переключатель страниц */
.pager {clear: none!important;}

.pager a {
  margin: 0!important;
  color: #333;
  padding: 5px 7px;
  text-decoration: none;
}

.pager a.active {
  color: #fff;
  background: #666;
  border-radius: 2px;
}

/* ============================ Левый блок */
#sidebarRight {
    width: 282px;
    float: right;
    background: rgba(255, 255, 255, 0.81);
    border: 1px solid #01314b;
    padding: 5px 10px;
	display:none;
}

#rightMenu a {
  display: block;
  text-decoration: none;
  color: #696969;
  transition: all .2s;
  line-height: 40px;
  border-bottom: 1px solid #d7d7d7;
}

#rightMenu a.active,
#rightMenu a:hover {
  background: #f1f1f1;
  padding-left: 5px;
}

/* ============================ Новости */
.tabNav {
  height: 32px;
  background: url('/images/tabs-divider.png') no-repeat bottom center;
}

.tabNav a {
  display: block;
  color: #747474;
  font-size: 12px;
  margin-right: 5px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  padding-left: 10px;
  position: relative;
  background: url('/images/tabs.png') no-repeat;
}

.tabNav a span {
  display: block;
  height: 100%;
  padding-right: 10px;
  background: url('/images/tabs.png') no-repeat right -40px;
}

.tabNav a:hover {background-position: 0px -80px;}

.tabNav a.act {
  background-position: 0px -80px;
  color: #000;
}

.tabNav a:hover span,
.tabNav a.act span {background-position: right -120px;}

.tabsCont {padding-top: 30px}

.tab {display: none;}
.tab:first-child {display: block;}

.newsItem {
  float: left;
  width: 302px;
  padding: 0 10px;
  margin: 0 0 30px 30px;
}

.newsItem:first-child {margin-left: 0;}

.newsItemImg {
  position: relative;
  display: block;
  padding-bottom: 14px;
  background: url('/images/shadow-1-3.png') bottom center no-repeat;
}

.newsItemImg:hover:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url('/images/icons/plus-sign.png') center no-repeat;
  content: '';
}

.newsItemImg img {
  width: 282px;
  height: 150px;
  transition: all .2s;
  border-radius: 10px;
}

.newsItemImg:hover img {opacity: .5}

.newsItemTitle {
  font-size: 20px;
  line-height: 1.4em;
  margin-bottom: 10px;
  font-weight: normal;
  color: #2f3235;
  border-bottom: 1px solid #c4c7c8;
  padding-bottom: 10px;
}

/* ============================ Позиция новости */
.simpleNews {
    margin-bottom: 40px;
    background: url(/images/post-divider.png) center bottom 17px no-repeat;
    width: 29%;
    margin: 15px;
    display: inline-block;
	vertical-align: top;
}
.simpleNews h2 {
	height: 70px;
	font-size:20px
}

.simpleNewsInfo {
  position: relative;
  overflow: hidden;
	height: 240px;
  background: #fff;
  display: flex;
    justify-content: center;
    align-items: center;
}
.simpleNewsInfo img {

}

.meta {
  margin: 30px 0 0 30px;
  font-size: 12px;
}

.simpleNewsImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.simpleNewsImg img {
  border-radius: 10px;
  width: 100%;
}

.simpleNewsInfo:hover .simpleNewsImg {left: 50%;}
.simpleNewsInfo:hover .simpleNewsImg img {border-radius: 0}

.simpleNewsImgShadow {
  background: url('/images/shadow-blog.png') no-repeat top center;
  height: 20px;
}

.simpleNews .but {
  width: 112px;
  display: block;
  margin: 30px auto 0;
}

/* ============================ Детальная новостей */
.detailNewsImg {
    border-radius: 10px;
    width: 100%;
	margin-top: 20px;
}
.detailNewsInfo {
  background: #f1f1f1;
  padding: 20px;
  border-color: #e7e6e6 #ececec #ececec #ececec;
  border-width: 3px 1px 1px 1px;
  border-style: solid;
  border-radius: 10px;
}

.detailNewsInfo .meta {
  margin: 0;
  font-size: 14px;
}

/* ============================ Подвал */
/* Должен быть равен ПОЛНОЙ высоте блока #footer */
.padding {height: 358px;}

#footer {
    position: relative;
    margin-top: -358px;
    height: 358px;
    background: white;
    color: #51565b;
    border-top: 5px solid #01314b;
}

#footer > .container {min-height: 298px;height:100%}

.footerCol {
  font-size: 14px;
  width: 302px;
  float: left;
  margin-left: 30px;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.footerCol h6{
font-family: 'play'!important;
}

.footerCol:first-child {margin-left: 0}

.footerCol h6 {
  font-size: 20px;
  color: #000;
  margin-top: 30px;
  margin-bottom: 20px;
  //text-shadow: 0px -2px rgba(0, 0, 0, .8);
}

.about {
	font-family: 'open sans';
    padding: 10px 0px 0px 0px;
    font-size: 14px;
}

#lastNewsList a {
  text-decoration: none;
  color: #015099;
}

#lastNewsList a:hover {color:#000;}

/* ============================ Нижнее меню */
#footMenu {}

#footMenu li a {
	text-decoration: none;
	display: block;
	color: #01314b;
	transition: all .2s;

	line-height: 2.5em;
	border-bottom: 1px solid #01314b;
}
#footMenu li a:before {
	content: '\f105 ';
    font-family: 'FontAwesome';
    letter-spacing: 20px;
    font-weight: 600;
    font-size: 14px;
}

#footMenu li:first-child a {border-top: none;}
#footMenu li:last-child a {border-bottom: none;}

#footMenu > ul > li > a.active,
#footMenu > ul > li:hover > a {
  color: #000;
  padding-left: 22px;
}

#footerBot {
  position: relative;
  width: 100%;
  font-size: 12px;
  line-height: 1.5em;
  line-height: 60px;
  color: white;
  background: #01314b;
}

#to-top {
  position: absolute;
  right: 30px;
  top: -22px;
  width: 33px;
  height: 33px;
  background: url('/images/icons/to-top.png') no-repeat;
  cursor: pointer;
}
#to-top:hover {
  background: url('/images/icons/to-top(2).png') no-repeat;
}

.copy {}
.counter {margin-top: 10px}

#footer p {margin: 0;}
@media (max-width: 552px) {
    .view,
    .view tbody,
    .view th,
    .view td,
    .view tr,
    .view [type="text"],
    .view textarea,
    .view select {display: block;}

    .view input,
    .view textarea,
    .view select {width: 100%;}
}
#page-content td, #page-content th {border-bottom: 1px solid #1f1f1f;}
#page-content td {padding: 10px;}
.create {float:right;}
.create a {color:#fff;text-decoration: none}
.create a:hover {color: #000000;}