@import url(calendar.css);
/* ********* LESS Used ************
File *. Css file is generated from the *. Less. Edit *. Less to make edits.
To compile can use a simple converter https://github.com/useful-tools/less-convert.bat

Файл *.css генерируется из файла *.less. Редактируйте *.less для внесения правок.
Для конвертации можно использовать простой конвертер https://github.com/useful-tools/less-convert.bat
*/
.justifyfull {
  text-align: justify;
}
.justifyright {
  text-align: right;
}
img.justifyright {
  float: right;
  margin-left: 1em;
}
.justifyleft {
  text-align: left;
}
img.justifyleft {
  float: left;
  margin-right: 1em;
}
.justifycenter {
  text-align: center;
}
.red {
  color: #fa5129;
}
a.red:hover {
  text-shadow: 0 0 0 #53839d;
}
.blue {
  color: #53839d;
}
a.blue:hover {
  text-shadow: 0 0 0 #fa5129;
}
a {
  color: #fa5129;
}
a:hover {
  text-shadow: 0 0 0 #53839d;
}
html,
body,
form,
input {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
  width: 100%;
  background: #EEF9F8;
  font-family: Arial;
  color: #4c5e6b;
}
.block {
  display: block;
}
.relativ {
  position: relative;
}
.endcol {
  clear: both;
}
.enddiv {
  clear: both;
  line-height: 0px;
  height: 0px;
}
.hide {
  display: none;
}
div {
  position: relative;
}
.td {
  display: table-cell;
  vertical-align: top;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.mainw,
.header,
.content,
.footer {
  max-width: 998px;
  margin: 0 auto;
}
.main {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  background: url("../images/header-full.jpg") no-repeat center top;
  min-width: 998px;
}
.btn {
  font-size: 12px;
}
.btn.desk {
  font-family: "Myriad Pro";
  font-size: 14px;
  background: url("../images/btn-desk.png") no-repeat center center;
  background-size: 100% 100%;
  width: 13.57142857em;
  height: 2.85714286em;
  text-decoration: none;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 2.5em;
  border-radius: 11px;
  padding: 0;
  margin: auto;
}
.btn.desk:hover {
  box-shadow: 1px 1px 3px rgba(120, 0, 0, 0.1), -2px -3px 8px rgba(120, 0, 0, 0.1) inset;
  text-shadow: 0 0 #fa5129;
}
.btn.desk:before {
  background: url("../images/ico-list.png") no-repeat center center;
  background-size: 100% 100%;
  width: 1.35714286em;
  height: 1.42857143em;
  margin-right: 0.35714286em;
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.menu ul,
.menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .menu {
  background: #076EA7;
  border-radius: 10px;
  position: absolute;
  width: 100%;
  font-size: 14px;
  bottom: 0;
  padding: 0 0.7em;
  z-index: 10;
}
.header .menu input {
  display: none;
}
.header .menu a {
  color: white;
  text-decoration: none;
  display: block;
  padding: 0.8em 0.4em;
  text-align: center;
  position: relative;
}
.header .menu li {
  position: relative;
}
.header .menu li.active > a,
.header .menu li:hover > a {
  background: #37bcff;
}
.header .menu > ul {
  width: 100%;
  display: table;
}
.header .menu > ul > li {
  display: table-cell;
  vertical-align: middle;
}
.header .menu > ul > li:not(:last-child) > a:after {
  content: "";
  background: url("../images/menu-delim.png") no-repeat right center;
  width: 2px;
  height: 100%;
  display: block;
  position: absolute;
  right: -1px;
  top: 0;
  z-index: 1;
}
.header .menu > ul > li:hover ul {
  display: block;
}
.header .menu > ul > li ul {
  font-size: 0.85714286em;
  background: none repeat scroll 0 0 #076EA7;
  box-shadow: 1px 1px 1px -1px #002654, 0 11px 9px -10px #002654 inset;
  display: none;
  padding: 0.8em 0 1.6em;
  position: absolute;
}
.header .menu > ul > li ul li {
  z-index: 1;
}
.header .menu > ul > li ul a {
  height: auto;
  padding: 0.55em 1.3em;
  text-align: left;
  white-space: nowrap;
}
.header .menu > ul > li ul a:before {
  border-color: #0c7cba rgba(0, 0, 0, 0) #07679c;
  border-style: solid;
  border-width: 1px;
  bottom: -1px;
  content: "";
  height: 0;
  left: 1.1em;
  position: absolute;
  right: 1.1em;
  z-index: -1;
}
.right-sb .block.links.menu li {
  background: #34a1e3;
  background: -moz-linear-gradient(top, #34a1e3 0%, #34a1e3 16%, #2f9cdd 37%, #238fcf 53%, #127dba 68%, #0a75b0 79%, #0771ac 87%, #056faa 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #34a1e3), color-stop(16%, #34a1e3), color-stop(37%, #2f9cdd), color-stop(53%, #238fcf), color-stop(68%, #127dba), color-stop(79%, #0a75b0), color-stop(87%, #0771ac), color-stop(100%, #056faa));
  background: -webkit-linear-gradient(top, #34a1e3 0%, #34a1e3 16%, #2f9cdd 37%, #238fcf 53%, #127dba 68%, #0a75b0 79%, #0771ac 87%, #056faa 100%);
  background: -o-linear-gradient(top, #34a1e3 0%, #34a1e3 16%, #2f9cdd 37%, #238fcf 53%, #127dba 68%, #0a75b0 79%, #0771ac 87%, #056faa 100%);
  background: -ms-linear-gradient(top, #34a1e3 0%, #34a1e3 16%, #2f9cdd 37%, #238fcf 53%, #127dba 68%, #0a75b0 79%, #0771ac 87%, #056faa 100%);
  background: linear-gradient(to bottom, #34a1e3 0%, #34a1e3 16%, #2f9cdd 37%, #238fcf 53%, #127dba 68%, #0a75b0 79%, #0771ac 87%, #056faa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34a1e3', endColorstr='#056faa',GradientType=0 );;
  border-radius: 8px;
  margin: 0.9em 0;
}
.right-sb .block.links.menu li:hover {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.right-sb .block.links.menu a {
  border-radius: inherit;
  display: block;
  color: white;
  padding: 0.3em 0.6em 0.3em 52px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: 6px center;
  text-decoration: none;
  min-height: 50px;
}
.right-sb .block.links.menu a.crimea {
  background-image: url("../images/logo-crimea-small.png");
  background-position: 10px center;
}
.right-sb .block.links.menu a.oprf {
  background-image: url("../images/logo-oprf.png");
}
.right-sb .block.links.menu a.pravo {
  background-image: url("../images/logo_pravo.png");
}
.right-sb .block.links.menu a.mvd {
  background-image: url("../images/logo_mvd.png");
}
.footer .menu {
  line-height: 1.5em;
}
.footer .menu a {
  color: white;
  text-decoration: none;
}
.footer .menu a:hover {
  text-decoration: underline;
}
.footer .menu ul {
  display: table-cell;
  padding-left: 2em;
  padding-right: 0.8em;
}
.footer .menu ul:nth-child(2n):before {
  border-left: 1px solid #27C7E8;
  bottom: 0.35em;
  content: "";
  display: block;
  margin-left: -1.05em;
  position: absolute;
  top: 0.35em;
  width: 0;
}
.footer .menu li {
  padding-left: 2em;
  white-space: nowrap;
}
.footer .menu li:before {
  color: #27C7E8;
  content: "> ";
  display: inline-block;
  font-family: "Comic Sans MS";
  font-size: 1.4em;
  font-weight: bold;
  line-height: 0.8;
  padding-right: 0.2em;
}
.header {
  height: 18.5em;
}
.header .logo {
  bottom: 34%;
  color: rgba(0, 0, 0, 0);
  left: 0;
  position: absolute;
  top: 22%;
  width: 100%;
  text-shadow: none;
}
.header .search {
  font-size: 13px;
  position: absolute;
  text-align: left;
  height: 2.76923077em;
  background-color: rgba(104, 192, 242, 0.5);
  border-radius: 0.76923077em;
  bottom: 3.84615385em;
  padding: 0.30769231em 1.15384615em;
  width: 37.8%;
}
.header .search form > * {
  display: inline-block;
  vertical-align: middle;
}
.header .search input {
  font-size: inherit;
  border: none;
  outline: none;
}
.header .search input[type=text] {
  margin-right: -1.8em;
  padding: 0.4em 1.8em 0.4em 0.4em;
  width: 100%;
  border-radius: 0.76923077em;
  background: #FFF;
  -moz-box-shadow: inset 0 2px 5px #8da4ae;
  -webkit-box-shadow: inset 0 2px 5px #8da4ae;
  box-shadow: inset 0 2px 5px #8da4ae;
}
.header .search input[type=submit] {
  background: url("../images/ico-search.png") no-repeat center center;
  background-size: 100% 100%;
  width: 1.07692308em;
  height: 1.07692308em;
  color: transparent;
  padding: 0;
  margin-top: 0.36em;
  border-radius: 0;
  cursor: pointer;
  opacity: 0.5;
}
.header .search input[type=submit]:hover {
  box-shadow: none;
  opacity: 1;
}
h1,
.h1 {
  font-family: "Myriad Pro";
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #4c5e6b;
  border-bottom: 4px solid #0f87c9;
  padding: 0 0 0.2em;
  margin: 0.6em 0 0.7em;
  position: relative;
  z-index: 2;
}
.content-sb .inner > h1:first-child,
.content-sb .inner > .h1:first-child {
  margin-bottom: 1.7em;
}
h1 + .tab,
.h1 + .tab {
  color: #FFFFFF;
  display: block;
  font-family: "Myriad Pro";
  font-size: 12px;
  margin-top: calc( -32px - 0.3em);
  padding: 0.3em 2em 0.2em;
  position: absolute;
  right: 0;
  z-index: 3;
  text-decoration: none;
}
h1 + .tab:hover,
.h1 + .tab:hover {
  text-decoration: underline;
}
h1 + .tab:before,
.h1 + .tab:before,
h1 + .tab:after,
.h1 + .tab:after {
  background: none repeat scroll 0 0 #0F87C9;
  position: absolute;
  content: "";
  z-index: -1;
}
h1 + .tab:after,
.h1 + .tab:after {
  border-radius: 6px 6px 0 0;
  bottom: 0;
  box-shadow: -2px 3px 3px -2px #91d5fb inset;
  left: 0;
  right: 0;
  top: 0;
}
h1 + .tab:before,
.h1 + .tab:before {
  border-radius: 0 6px 0 0;
  box-shadow: -2px 2px 3px -1.5px #91d5fb inset;
  height: 0.8em;
  left: -0.9em;
  top: 0.46em;
  transform: rotate(-66deg);
  width: 1.75em;
}
doesnotexist:-o-prefocus,
h1 + .tab,
.h1 + .tab {
  margin-top: -3em;
}
h2,
.h2,
.ajaxSearch_resultsInfos {
  font-family: "Myriad Pro";
  font-size: 20px;
  margin: 0.6em 0;
  font-weight: bold;
}
.content {
  font-size: 14px;
  background: none repeat scroll 0 0 #FFFFFF;
  border-radius: 10px;
  margin: 0.78571429em auto 0;
  padding: 0.85714286em 1em;
  -moz-box-shadow: 0 2px 4px rgba(73, 113, 112, 0.75);
  -webkit-box-shadow: 0 2px 4px rgba(73, 113, 112, 0.75);
  box-shadow: 0 2px 4px rgba(73, 113, 112, 0.75);
}
.content img,
.content .border {
  border: 3px solid #FFFFFF;
  box-shadow: 0 2px 4px rgba(73, 113, 112, 0.5);
  margin-bottom: 8px;
  box-sizing: content-box;
  max-width: 100%;
  height: auto;
}
.content a:hover img {
  box-shadow: 0 2px 5px rgba(73, 113, 112, 0.7);
}
.content .content-sb {
  width: 100%;
  padding: 0.57142857em 1.78571429em 0.85714286em 0.85714286em;
}
.content .content-sb * {
  max-width: 100%;
}
.content .content-sb .text {
  margin-bottom: 2em;
}
.content .more {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #0f88ca;
}
.content .related {
  margin-top: 2em;
}
.content .right-sb {
  width: 216px;
  max-width: 216px;
  background-color: rgba(195, 225, 223, 0.25);
  box-shadow: 17px 0 7px -10px #dde9e9 inset;
  padding: 0.85714286em 1em;
  border-radius: 2px;
  color: #969696;
}
.content .right-sb * {
  max-width: 100%;
  max-height: none;
}
.content .right-sb .image {
  display: block;
  text-align: center;
}
.content .right-sb .image > span {
  display: block;
  margin: 0.3em;
}
.content .right-sb .block {
  margin: 0.6em auto;
  padding-bottom: 1em;
}
.content .right-sb .block.links {
  max-width: 300px;
  text-align: left;
}
.content .right-sb .block a.caption {
  text-decoration: none;
}
.content .right-sb .block a.caption:hover {
  text-decoration: underline;
}
.content .right-sb .block > .caption {
  color: #fff;
  font-family: "Myriad Pro";
  font-size: 16px;
  font-weight: bold;
  height: 1.5em;
  text-transform: uppercase;
  position: relative;
  z-index: 0;
  margin-bottom: 0.8em;
  padding: 0.25em 0.1em;
  display: block;
  text-align: left;
}
@-moz-document url-prefix() {
  .content .right-sb .block > .caption {
    padding: 0.1em;
  }
}
.content .right-sb .block > .caption:before {
  content: "";
  border-color: #076da7 #076da7 #076da7 #ffffff;
  background: #076DA7;
  left: -0.875em;
  top: 0;
  right: 0;
  bottom: 0;
  border-width: 0.75em;
  border-style: solid;
  border-radius: 0 0.75em 0.75em 0;
  position: absolute;
  z-index: -1;
}
.content .right-sb .block.gallery img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.content .right-sb .item {
  font-size: 12px;
  border-bottom: 1px solid rgba(15, 135, 201, 0.21);
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.content .right-sb .item a.caption {
  color: #fa5129;
  display: block;
  font-weight: bold;
  padding: 0.2em 0 1em;
  font-size: 14px;
}
.date {
  font-style: italic;
  font-size: 0.92em;
  color: #969696;
  display: inline-block;
}
.count {
  font-style: italic;
  font-size: 0.92em;
  color: #969696;
  background: url("../images/ico-photo-count.png") no-repeat right 49%;
  padding-right: 16px;
  min-height: 11px;
  display: inline-block;
  margin-left: 2em;
}
.items .item .crumbs {
  font-style: italic;
  font-size: 0.8em;
}
.items .item .image a {
  display: block;
  text-align: center;
}
.items .item .image a ~ div {
  display: inline-block;
  width: 49%;
  margin-top: 0.4em;
  text-align: left;
}
.items .item .image a ~ div.count:last-child {
  text-align: right;
  width: calc( 48% - 2em );
}
.items img {
  max-height: 165px;
}
.content .items img,
.items img {
  max-width: 100%;
}
.content-sb .items .item {
  width: 100%;
  margin: 1.66666667em 0;
}
.content-sb .items .item .caption {
  font-weight: bold;
  color: #53839d;
  padding-bottom: 0.8em;
  display: block;
}
.content-sb .items .item .more {
  display: block;
  text-align: right;
  border-top: 1px solid #e6edef;
  color: #f95129;
  font-size: 0.92em;
  font-weight: bold;
  text-decoration: underline;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  position: relative;
  margin-top: 2em;
  padding-top: 0.4em;
}
.content-sb .items .item .more:before {
  content: ">";
  font-family: Calibri;
  margin-left: -0.7em;
  position: absolute;
  text-decoration: none;
}
@media screen and (min-width: 481px) {
  .content-sb .items .item {
    display: table;
  }
  .content-sb .items .item > * {
    display: table-cell;
    vertical-align: top;
  }
  .content-sb .items .item > *:first-child {
    width: 14.16666667em;
    max-width: 14.16666667em;
    padding-right: 1em;
  }
}
.content-sb .items.list .item {
  display: list-item;
  list-style-position: inside;
  margin: 1.25em 0;
  padding: 0;
  color: #0f87c9;
  font-weight: bold;
}
.content-sb .items.list .item a {
  color: #53839d;
  display: inline-block;
  max-width: 98%;
  padding: 0;
  text-decoration: underline;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  vertical-align: middle;
}
.content-sb .items.list .item a:hover {
  text-shadow: 0 0 0 #fa5129;
}
@media screen and (min-width: 481px) {
  .content-sb .items.tile {
    margin-right: -2%;
  }
  .content-sb .items.tile.news {
    color: #969696;
  }
  .content-sb .items.tile.news .caption {
    color: #fa5129;
    padding-bottom: 1.4em;
  }
  .content-sb .items.tile .item {
    display: inline-block;
    vertical-align: top;
    width: 31.7%;
    margin: 1.3em 0.5%;
    text-align: left;
  }
  .content-sb .items.tile .item .caption {
    display: block;
    font-weight: bold;
    padding: 0.3em 0 1em;
    text-decoration: underline;
  }
  .content-sb .items.tile .image {
    margin-bottom: 0.4em;
    display: block;
    max-width: 100%;
    text-align: left;
  }
  .content-sb .items.tile .more {
    border: medium none;
    color: #0f88ca;
    font-size: 1em;
    margin: 0.2em 0;
    text-align: left;
  }
  .content-sb .items.tile .more:before {
    content: none;
  }
  .content-sb .items.news {
    color: #5A5A5A;
  }
  .content-sb .items.news.tile .more {
    border: medium none;
    color: #53839d;
    font-size: 1em;
    margin: 0.2em 0;
    text-align: left;
  }
  .content-sb .items.news.tile .more:before {
    content: none;
  }
}
.content-sb .items.gallery.tile:not(.es) {
  margin: 0;
  text-align: center;
}
.content-sb .items.gallery.tile:not(.es) .item {
  margin: 1%;
  max-width: 23%;
  width: 23%;
  text-align: center;
}
.content-sb .items.gallery.tile.es {
  text-align: left;
}
.content-sb .items.gallery.tile.es .item {
  text-align: left;
}
@media screen and (min-width: 481px) {
  .content-sb .items.gallery.tile.es .item {
    max-width: 31.3%;
    width: 31.3%;
  }
}
.content-sb .items.gallery.tile.es .item img {
  max-height: none;
}
.content-sb .items.gallery .item {
  display: inline-block;
}
.content-sb .items.gallery .item .view {
  display: inline-block;
}
.content-sb .items.gallery .item .view + .wrapper .item {
  opacity: 0.5;
  transition: 350ms;
}
.content-sb .items.gallery .item .view + .wrapper .item:hover {
  opacity: 1;
}
.content-sb .items.gallery .item img {
  max-height: 90px;
}
.content-sb .items.gallery .item .description {
  display: none;
}
.content-sb .items.gallery .arr {
  background: none repeat scroll 0 0 rgba(7, 110, 167, 0.6);
  height: 54px;
  position: absolute;
  width: 38px;
  border: 2px solid #fff;
  top: 50%;
  margin-top: -27px;
  cursor: pointer;
  transition: 100ms;
  opacity: 0.3;
}
.content-sb .items.gallery .arr:after {
  bottom: 0;
  color: #ffffff;
  font-size: 63px;
  font-weight: bold;
  left: 0;
  line-height: 38px;
  position: absolute;
  right: 0;
  top: 0;
  transform: scale(0.6, 1);
  transition: 100ms;
}
.content-sb .items.gallery .arr:hover {
  margin-top: -28px;
  opacity: 1;
}
.content-sb .items.gallery .arr.left {
  left: 1px;
  border-radius: 0 20px 20px 0;
}
.content-sb .items.gallery .arr.left:after {
  content: "‹";
  margin-left: -4px;
}
.content-sb .items.gallery .arr.left:hover {
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5), 1px 3px 3px rgba(0, 0, 0, 0.5) inset;
  transform: skewY(-1deg);
}
.content-sb .items.gallery .arr.left:hover:after {
  text-shadow: 4px 1px 4px rgba(0, 0, 0, 0.7);
}
.content-sb .items.gallery .arr.right {
  right: 1px;
  border-radius: 20px 0 0 20px;
}
.content-sb .items.gallery .arr.right:after {
  content: "›";
}
.content-sb .items.gallery .arr.right:hover {
  box-shadow: -2px 3px 3px rgba(0, 0, 0, 0.5), -1px 3px 3px rgba(0, 0, 0, 0.5) inset;
  transform: skewY(1deg);
}
.content-sb .items.gallery .arr.right:hover:after {
  text-shadow: -4px 1px 4px rgba(0, 0, 0, 0.7);
}
.content-sb .items.gallery .view {
  display: inline-block;
  opacity: 0;
  height: 0;
  transition: 100ms;
}
.content-sb .items.gallery .view.ready {
  opacity: 1;
  height: auto;
}
.content-sb .items.gallery .view img {
  max-height: 500px;
}
.content-sb .items.gallery .view .descr {
  background: none repeat scroll 0 0 rgba(7, 110, 167, 0.6);
  bottom: 11px;
  color: #ffffff;
  left: 3px;
  padding: 1em;
  position: absolute;
  right: 3px;
  text-align: left;
}
.items.list .item > *,
.items.tile .item > *,
.carousel .items .item > * {
  display: block;
}
.items.list .item > *:first-child,
.items.tile .item > *:first-child,
.carousel .items .item > *:first-child {
  width: auto;
  padding-right: 0;
  max-width: none;
}
.paginator {
  text-align: center;
  clear: both;
}
.paginator .inner {
  border-radius: 15px;
  background: #eef9f8;
  display: inline-block;
  padding: 0.375em 1.0625em;
  line-height: 1;
  font-weight: bold;
}
.paginator * {
  display: inline-block;
  margin: 0 0.35em;
}
.paginator a:hover {
  text-decoration: none;
}
.paginator a.active {
  text-decoration: none;
  color: inherit;
}
.paginator .prev,
.paginator .next {
  background-color: #076ea7;
  color: white;
  font-family: monospace;
  font-size: 1.5em;
  font-weight: bold;
  padding: 0.1em 0.3em 0.2em;
  text-decoration: none;
}
.paginator .prev[href]:hover,
.paginator .next[href]:hover {
  text-decoration: underline;
}
.paginator .prev:not([href]),
.paginator .next:not([href]) {
  opacity: 0.5;
}
.paginator .prev {
  border-radius: 15px 0 0 15px;
  padding-left: 0.4em;
}
.paginator .next {
  border-radius: 0 15px 15px 0;
  padding-right: 0.4em;
}
.footer {
  font-size: 12px;
  background: #076ea7;
  color: #fff;
  height: 16em;
  margin-top: -16em;
  border-radius: 10px 10px 0 0;
  padding: 1.58333333em 2.25em;
}
.footer a,
.footer .copy {
  color: #aafef5;
}
.footer .copy {
  font-weight: bold;
}
.footer .td {
  width: 50%;
  max-width: 50%;
}
.footer .adr {
  padding: 1em 0 0.5em;
}
.footer .tel .value {
  font-size: 1.33333333em;
  font-weight: bold;
}
.footer .email {
  font-size: 0.91666667em;
}
.footer .out {
  padding-top: 2em;
}
.footer .out > * {
  display: inline-block;
}
.footer .out > * > * {
  opacity: 0.5;
  transition: 350ms;
}
.footer .out > * > *:hover {
  opacity: 1;
}
.footer .td:last-child .out {
  padding-top: 0;
  text-align: right;
}
.hFooter {
  font-size: 12px;
  height: 18.16666667em;
}
.carousel.topnews {
  font-size: 12px;
  max-width: 716px;
  padding-top: 38%;
  border: 3px solid #076da7;
  overflow: hidden;
  color: #FFFFFF;
  margin: 0 auto 1.7em;
}
.carousel.topnews * {
  color: inherit;
}
.carousel.topnews .date {
  font-size: 0.71428571em;
}
.carousel.topnews a {
  font-weight: bold;
}
.carousel.topnews .items {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.carousel.topnews .item {
  -webkit-flex-basis: 33.33333%;
  -moz-flex-basis: 33.33333%;
  -ms-flex-basis: 33.33333%;
  flex-basis: 33.33333%;
  height: 33.33333%;
  position: static;
  text-align: left;
  width: 26.81564246%;
  margin: 1px 1px 1px auto;
  text-decoration: none;
}
.carousel.topnews .item .link {
  text-decoration: underline;
}
.carousel.topnews .item .text {
  padding: 0.5em 0.8em;
  display: block;
  background: #0071b0;
  background: rgba(0, 113, 176, 0.8);
  background: -moz-linear-gradient(top, rgba(0, 113, 176, 0.8) 0%, rgba(0, 104, 161, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 113, 176, 0.8)), color-stop(100%, rgba(0, 104, 161, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 113, 176, 0.8) 0%, rgba(0, 104, 161, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 113, 176, 0.8) 0%, rgba(0, 104, 161, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(0, 113, 176, 0.8) 0%, rgba(0, 104, 161, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 113, 176, 0.8) 0%, rgba(0, 104, 161, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0071b0', endColorstr='#cc0068a1',GradientType=0 );
  margin-bottom: 0;
  max-height: 100%;
}
.carousel.topnews .item .text > * {
  max-height: 100%;
  overflow: hidden;
  display: block;
}
.carousel.topnews .item.active .text {
  background: #871900;
  background: rgba(255, 48, 0, 0.67);
  background: -moz-linear-gradient(top, rgba(255, 48, 0, 0.67) 0%, rgba(135, 25, 0, 0.67) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 48, 0, 0.67)), color-stop(100%, rgba(135, 25, 0, 0.67)));
  background: -webkit-linear-gradient(top, rgba(255, 48, 0, 0.67) 0%, rgba(135, 25, 0, 0.67) 100%);
  background: -o-linear-gradient(top, rgba(255, 48, 0, 0.67) 0%, rgba(135, 25, 0, 0.67) 100%);
  background: -ms-linear-gradient(top, rgba(255, 48, 0, 0.67) 0%, rgba(135, 25, 0, 0.67) 100%);
  background: linear-gradient(to bottom, rgba(255, 48, 0, 0.67) 0%, rgba(135, 25, 0, 0.67) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abff3000', endColorstr='#ab871900',GradientType=0 );
}
.carousel.topnews .item.active .text:before {
  content: "";
  border-style: solid;
  border-width: 0.71428571em;
  position: absolute;
  margin: 27px 0 0 -2.21em;
  border-color: transparent rgba(195, 36, 0, 0.67) transparent transparent;
}
.carousel.topnews .item.active .image {
  opacity: 1;
  z-index: -1;
}
.carousel.topnews .image {
  bottom: 0;
  opacity: 0;
  transition: 750ms;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}
.carousel img {
  border: 0 none;
  margin: auto;
  display: block;
  max-width: none;
  max-height: none;
  padding: 0;
  min-height: 100%;
  width: auto;
}
.pagetags {
  margin: 1em -0.5em;
}
.items .pagetags {
  font-size: 0.8em;
  margin: 1em 0;
}
.taglinks a {
  font-style: italic;
  color: #53839d;
  font-size: 90%;
  font-weight: bold;
}
table.t1,
table.t2 {
  font-size: 12px;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
table.t1 tr:first-child th,
table.t2 tr:first-child th,
table.t1 thead th,
table.t2 thead th {
  color: #4b5d6b;
  font-family: "Myriad Pro";
  font-size: 20px;
  font-weight: bold;
  background: #AADDEB;
  padding: 0.3em 0.7em;
}
table.t1 td,
table.t2 td {
  border-bottom: 1px solid #cbe9ef;
  padding: 1.135em 1em;
  vertical-align: top;
}
table.t1 .type,
table.t2 .type {
  margin: -0.7em auto;
  vertical-align: middle;
}
table.t1 p,
table.t2 p {
  margin: 0;
}
table.t2 th {
  border: 1px solid #AADDEB;
}
table.t2 td {
  border: 1px solid #cbe9ef;
  vertical-align: middle;
}
table.t2 td:last-child {
  white-space: nowrap;
}
.ajaxLoading:after,
.loading:after {
  background: url("/assets/templates/opcrimea/js/fancybox/fancybox_loading.gif") no-repeat scroll center center rgba(255, 255, 255, 0.7);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
a.type {
  text-decoration: none;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: center center;
  padding-left: 0;
  width: 30px;
  height: 30px;
  margin: 0.2em;
}
a.type,
a.type:hover {
  color: transparent;
}
a.type.pdf,
a.type[href$=pdf] {
  background-image: url("../images/ico-pdf.png");
}
a.type.word,
a.type[href$=doc],
a.type[href$=docx] {
  background-image: url("../images/ico-word.png");
}
a.type.excel,
a.type[href$=xls],
a.type[href$=xlsx] {
  background-image: url("../images/ico-excel.png");
}
a.type.rss,
a.type[href$=rss] {
  background-image: url("/manager/media/style/MODxRE/images/tree/application_rss.png");
}
.footer .webmaster {
  margin: 9px -20px;
}
.footer .webmaster a {
  color: #BFBFBF;
  display: block;
  text-decoration: none;
  text-shadow: 0 0 5px #000000;
}
.btn,
input[type=submit] {
  background-color: #f95129;
  border: medium none;
  border-radius: 9px;
  color: #ffffff;
  padding: 0.2em 1.7em;
  outline: 0;
}
.btn:hover,
input[type=submit]:hover,
.btn:focus,
input[type=submit]:focus {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7), -1px -2px 3px rgba(0, 0, 0, 0.3) inset,  1px 2px 1px rgba(255, 255, 255, 0.5) inset;
}
.btn:hover:active,
input[type=submit]:hover:active,
.btn:focus:active,
input[type=submit]:focus:active {
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.4) inset, -1px -2px 3px rgba(255, 255, 255, 0.4) inset;
}
.btn:active,
input[type=submit]:active {
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.4) inset, -1px -2px 3px rgba(255, 255, 255, 0.4) inset;
}
.form input[type=text],
.form textarea {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #cbe9ef;
  border-radius: 1.1em;
  box-shadow: 0 2px 5px #8da4ae inset;
  display: inline-block;
  margin: 0.3em 0;
  padding: 0.6em 1em;
}
.form .invalid input[type="text"],
.form .invalid textarea {
  box-shadow: 0 2px 5px #8da4ae inset, 0 2px 5px #ff0000 inset;
}
.form label {
  position: relative;
}
.form label[for="vericode"] > * {
  display: inline-block;
  max-width: 64%;
  vertical-align: middle;
}
.form label[for="vericode"] img {
  border-radius: 1.2em;
  max-width: 35%;
}
.form.vertical,
.form.styled1 {
  font-size: 12px;
}
.form.vertical input[type=text],
.form.vertical textarea {
  width: 100%;
}
.form.vertical label {
  display: block;
}
.form.vertical label[for="vericode"] > * {
  display: inline-block;
  max-width: 64%;
  vertical-align: middle;
}
.form.vertical label[for="vericode"] img {
  border-radius: 1.2em;
  max-width: 35%;
}
.form.vertical input[type=submit] {
  float: right;
}
.form.styled1 .input {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #cbe9ef;
  border-radius: 1.1em;
  box-shadow: 0 2px 5px #8da4ae inset;
  display: inline-block;
  margin: 0.3em 0;
  padding: 0.6em 1em;
}
.form.styled1 .input > * {
  background: none;
  border: none;
  box-shadow: none;
  display: block;
  outline: none;
  padding: 0 0.2em;
  width: 100%;
}
.form.styled1 label {
  display: block;
  padding: 0.2em 0;
}
.form.styled1 label span input[type="checkbox"] {
  display: block;
  margin: 0 auto;
}
.form.styled1 label > span {
  display: inline-block;
  vertical-align: middle;
}
.form.styled1 label > span.inline {
  width: auto;
  display: inline-block;
  padding: 0 0.2em;
}
.form.styled1 label > span.inline + .label {
  width: calc( 100% - 1.7em );
}
.form.styled1 label > span:first-child,
.form.styled1 label > span.label {
  font-weight: bold;
  font-size: 1.1em;
}
.form.styled1 label > span:first-child:not([class]) {
  width: 40%;
}
.form.styled1 label > span.input:nth-of-type(2) {
  padding-left: 0.5em;
  width: 60%;
  margin-left: -0.28em;
}
.form.styled1 label .descr {
  font-size: 0.9em;
  font-weight: normal;
}
.form.styled1 label.invalid {
  color: red;
}
.form.styled1 label.invalid .input {
  box-shadow: 0 2px 5px #8da4ae inset, 0 2px 5px #ff0000 inset;
}
.form.styled1 label.invalid .input > * {
  box-shadow: none;
}
.form.styled1 label.vertical > * {
  display: block;
}
.form fieldset {
  border: medium none;
  margin: 0;
  padding: 0;
}
.errors {
  color: #ff0000;
}
.errors .requiredlist span {
  margin: 0 0.2em;
  display: inline-block;
}
.required {
  position: relative;
}
.required:after {
  color: #fa5129;
  content: "*";
  position: absolute;
  right: 1em;
  top: 1em;
}
.ajaxSearch_highlight,
.request {
  border-bottom: 1px dotted;
}
.paging1 {
  margin: 1em 0;
}
.share .caption {
  font-weight: bold;
}
.event .item > * {
  display: block;
}
.toTopAnchor {
  background: none repeat scroll 0 0 rgba(125, 125, 125, 0.1);
  bottom: 0;
  cursor: pointer;
  font-size: 2em;
  left: 0;
  padding-top: 0.2em;
  position: fixed;
  text-align: center;
  top: 0;
  width: 30px;
  display: none;
}
.crumbs {
  font-size: 0.8em;
}
.crumbs a {
  color: #53839d;
}
.flex,
.right-sb .block.links.menu a,
.content,
.carousel.topnews .items,
.carousel.topnews .item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.flex.start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -webkit-flex-align: flex-start;
  -webkit-box-align: flex-start;
  -moz-align-items: flex-start;
  -moz-box-align: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-align-content: flex-start;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-flex-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
}
.flex.end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -webkit-flex-align: flex-end;
  -webkit-box-align: flex-end;
  -moz-align-items: flex-end;
  -moz-box-align: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-align-content: flex-end;
  -webkit-align-content: flex-end;
  -moz-align-content: flex-end;
  -ms-flex-align-content: flex-end;
  -ms-align-content: flex-end;
  align-content: flex-end;
}
.flex.center,
.right-sb .block.links.menu a {
  -webkit-align-items: center;
  -webkit-flex-align: center;
  -webkit-box-align: center;
  -moz-align-items: center;
  -moz-box-align: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align-content: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-align-content: center;
  -ms-align-content: center;
  align-content: center;
}
.flex.center.around {
  -webkit-box-align-content: space-around;
  -webkit-align-content: space-around;
  -moz-align-content: space-around;
  -ms-flex-align-content: space-around;
  -ms-align-content: space-around;
  align-content: space-around;
}
.flex.baseline {
  -webkit-align-items: baseline;
  -webkit-flex-align: baseline;
  -webkit-box-align: baseline;
  -moz-align-items: baseline;
  -moz-box-align: baseline;
  -ms-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.flex.stretch {
  -webkit-align-items: stretch;
  -webkit-flex-align: stretch;
  -webkit-box-align: stretch;
  -moz-align-items: stretch;
  -moz-box-align: stretch;
  -ms-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-align-content: stretch;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-flex-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
}
.flex.inline {
  display: inline-flex;
}
.flex.wrap {
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.nowrap {
  -webkit-box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex.wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
  -moz-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.flex.col,
.carousel.topnews .items,
.flex.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex.col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex.row,
.flex.horisontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex.j-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-box-pack: start;
  -ms-flex-align: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.flex.j-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-box-pack: end;
  -ms-flex-align: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.flex.j-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  -ms-flex-align: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.flex.j-around {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.flex.j-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.flex.j-stretch {
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
}
@media screen and (max-width: 998px) {
  .main {
    min-width: 100%;
    background-size: 156vw;
  }
  .header {
    height: 29.65931864vw;
  }
  .mainw,
  .header,
  .content,
  .footer {
    max-width: 100%;
  }
  .content {
    padding-left: 1vw;
    padding-right: 1vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px), screen and (max-width: 680px) {
  .carousel.topnews {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .content {
    display: block;
  }
  .content .content-sb {
    padding: 8px;
  }
  .content .content-sb .items.gallery .item.photo {
    display: inline-block;
  }
  .content .content-sb .items.gallery .item.photo img {
    max-height: calc(12.5250501vw);
  }
  .content .right-sb {
    max-width: 90vw;
    margin: auto;
    width: auto;
    text-align: center;
    box-shadow: none;
  }
  .content .right-sb .calendar {
    max-width: 216px;
    margin: auto;
  }
  .content .right-sb .items {
    text-align: left;
  }
  .header .menu {
    bottom: auto;
    top: calc(100% - 40px);
    padding: 0 8px;
    width: auto;
    left: 2vw;
    -webkit-flex: initial;
    -moz-flex: initial;
    -ms-flex: initial;
    flex: initial;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  .header .menu a {
    text-align: left;
  }
  .header .menu li:before {
    content: '';
    border-color: #0c7cba rgba(0, 0, 0, 0) #07679c;
    border-style: solid;
    border-width: 1px;
    display: block;
  }
  .header .menu > ul {
    display: block;
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0;
    transition: opacity 500ms;
  }
  .header .menu > ul > li {
    display: block;
  }
  .header .menu > ul > li:not(:last-child) a:after {
    content: none;
  }
  .header .menu > ul > li > ul {
    display: block;
    position: relative;
    background: none;
    box-shadow: none;
    padding: 0 0 0.5em;
  }
  .header .menu > ul > li > ul a {
    white-space: normal;
  }
  .header .menu > ul > li > ul a:before {
    content: none;
  }
  .header .menu.start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -webkit-flex-align: flex-start;
    -webkit-box-align: flex-start;
    -moz-align-items: flex-start;
    -moz-box-align: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-align-content: flex-start;
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-flex-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start;
  }
  .header .menu.end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -webkit-flex-align: flex-end;
    -webkit-box-align: flex-end;
    -moz-align-items: flex-end;
    -moz-box-align: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-align-content: flex-end;
    -webkit-align-content: flex-end;
    -moz-align-content: flex-end;
    -ms-flex-align-content: flex-end;
    -ms-align-content: flex-end;
    align-content: flex-end;
  }
  .header .menu.center {
    -webkit-align-items: center;
    -webkit-flex-align: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -moz-box-align: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align-content: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-align-content: center;
    -ms-align-content: center;
    align-content: center;
  }
  .header .menu.center.around {
    -webkit-box-align-content: space-around;
    -webkit-align-content: space-around;
    -moz-align-content: space-around;
    -ms-flex-align-content: space-around;
    -ms-align-content: space-around;
    align-content: space-around;
  }
  .header .menu.baseline {
    -webkit-align-items: baseline;
    -webkit-flex-align: baseline;
    -webkit-box-align: baseline;
    -moz-align-items: baseline;
    -moz-box-align: baseline;
    -ms-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .header .menu.stretch {
    -webkit-align-items: stretch;
    -webkit-flex-align: stretch;
    -webkit-box-align: stretch;
    -moz-align-items: stretch;
    -moz-box-align: stretch;
    -ms-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-align-content: stretch;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-flex-align-content: stretch;
    -ms-align-content: stretch;
    align-content: stretch;
  }
  .header .menu.inline {
    display: inline-flex;
  }
  .header .menu.wrap {
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header .menu.nowrap {
    -webkit-box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .header .menu.wrap-reverse {
    -webkit-flex-wrap: wrap-reverse;
    -moz-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .header .menu.col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header .menu.col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .header .menu.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .header .menu.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .header .menu.j-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-box-pack: start;
    -ms-flex-align: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .header .menu.j-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-box-pack: end;
    -ms-flex-align: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
  .header .menu.j-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    -ms-flex-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .header .menu.j-around {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
  }
  .header .menu.j-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .header .menu.j-stretch {
    -webkit-justify-content: stretch;
    -moz-justify-content: stretch;
    -ms-justify-content: stretch;
    justify-content: stretch;
  }
  .header .menu:before {
    content: '';
    display: block;
    width: 35px;
    height: 5px;
    box-shadow: 0 11px 0 0, 0 -11px 0 0, 0 0 0 11px inset;
    color: #fff;
    transition: 350ms;
    margin: 20px 0;
  }
  .header .menu input {
    width: 35px;
    height: 45px;
    opacity: 0;
    position: absolute;
    display: block;
    z-index: 1;
  }
  .header .menu input:checked + ul {
    display: block;
    margin-left: 10px;
    width: calc(100vw - 4vw - 60px);
    height: auto;
    opacity: 1;
  }
  .header .menu input:checked + ul:before {
    content: '\00274C';
    position: absolute;
    width: 50px;
    height: 50px;
    display: block;
    left: 0;
    background: #076EA7;
    color: white;
    font-size: 30px;
    text-align: center;
    border-radius: 100%;
  }
  .header .search {
    right: 2%;
    bottom: 0;
    left: 13%;
    width: auto;
  }
  .footer {
    height: auto;
  }
  .footer .td {
    width: auto;
    max-width: none;
    display: block;
    margin: auto;
  }
  .footer .vcard {
    text-align: center;
  }
  .footer .menu ul {
    width: 50%;
    margin: auto;
  }
  .footer .counters {
    text-align: center;
    width: 100%;
  }
  .toTopAnchor {
    left: -1000px;
  }
}
@media screen and (max-width: 480px) {
  .main {
    background-position-y: -10px;
  }
  .content-sb .items .item:not(.photo),
  .content-sb .items.gallery.tile.es .item:not(.photo) {
    border-bottom: 1px solid #53839d;
    padding-bottom: 10px;
  }
  .content-sb .items .item:not(.photo) .more,
  .content-sb .items.gallery.tile.es .item:not(.photo) .more {
    border-top: none;
  }
  .content-sb .items .item:not(.photo) .text,
  .content-sb .items.gallery.tile.es .item:not(.photo) .text {
    margin-bottom: 0;
  }
  .content-sb .items .item:not(.photo),
  .content-sb .items.gallery.tile.es .item:not(.photo),
  .content-sb .items .item:not(.photo) > *,
  .content-sb .items.gallery.tile.es .item:not(.photo) > * {
    display: block;
    width: auto;
    max-width: none;
  }
  .content-sb .items .item:not(.photo) .image,
  .content-sb .items.gallery.tile.es .item:not(.photo) .image {
    text-align: center;
    width: auto;
    max-width: none;
    padding: 0;
  }
  .carousel.topnews .item {
    -webkit-flex: initial;
    -moz-flex: initial;
    -ms-flex: initial;
    flex: initial;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    width: 30%;
  }
  .carousel.topnews .item.start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -webkit-flex-align: flex-start;
    -webkit-box-align: flex-start;
    -moz-align-items: flex-start;
    -moz-box-align: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-align-content: flex-start;
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-flex-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start;
  }
  .carousel.topnews .item.end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -webkit-flex-align: flex-end;
    -webkit-box-align: flex-end;
    -moz-align-items: flex-end;
    -moz-box-align: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-align-content: flex-end;
    -webkit-align-content: flex-end;
    -moz-align-content: flex-end;
    -ms-flex-align-content: flex-end;
    -ms-align-content: flex-end;
    align-content: flex-end;
  }
  .carousel.topnews .item.center {
    -webkit-align-items: center;
    -webkit-flex-align: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -moz-box-align: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align-content: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-align-content: center;
    -ms-align-content: center;
    align-content: center;
  }
  .carousel.topnews .item.center.around {
    -webkit-box-align-content: space-around;
    -webkit-align-content: space-around;
    -moz-align-content: space-around;
    -ms-flex-align-content: space-around;
    -ms-align-content: space-around;
    align-content: space-around;
  }
  .carousel.topnews .item.baseline {
    -webkit-align-items: baseline;
    -webkit-flex-align: baseline;
    -webkit-box-align: baseline;
    -moz-align-items: baseline;
    -moz-box-align: baseline;
    -ms-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .carousel.topnews .item.stretch {
    -webkit-align-items: stretch;
    -webkit-flex-align: stretch;
    -webkit-box-align: stretch;
    -moz-align-items: stretch;
    -moz-box-align: stretch;
    -ms-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-align-content: stretch;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-flex-align-content: stretch;
    -ms-align-content: stretch;
    align-content: stretch;
  }
  .carousel.topnews .item.inline {
    display: inline-flex;
  }
  .carousel.topnews .item.wrap {
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .carousel.topnews .item.nowrap {
    -webkit-box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .carousel.topnews .item.wrap-reverse {
    -webkit-flex-wrap: wrap-reverse;
    -moz-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .carousel.topnews .item.col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .carousel.topnews .item.col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .carousel.topnews .item.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .carousel.topnews .item.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .carousel.topnews .item.j-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-box-pack: start;
    -ms-flex-align: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .carousel.topnews .item.j-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-box-pack: end;
    -ms-flex-align: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
  .carousel.topnews .item.j-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
    -ms-flex-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .carousel.topnews .item.j-around {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
  }
  .carousel.topnews .item.j-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .carousel.topnews .item.j-stretch {
    -webkit-justify-content: stretch;
    -moz-justify-content: stretch;
    -ms-justify-content: stretch;
    justify-content: stretch;
  }
  .footer .menu ul {
    padding: 0;
    display: block;
    width: 75%;
  }
  .footer .menu ul:nth-child(2n):before {
    content: none;
  }
  .footer .td:last-child .out {
    text-align: center;
  }
}
.ourmedialinks {
 display: flex;
 justify-content: center;
 align-items: center;
 }
/*# sourceMappingURL=style.css.map */