ul, li {
  padding:0px;
  margin: 0px;
}
.up {
  text-transform: uppercase;
}
.none {
  text-decoration: none;
}
.bold {
  font-weight: bold;
}
.un {
  text-decoration: underline;
}
.in {
  display: inline-block;
}
.vam {
  vertical-align: middle;
}
.rel {
  position: relative;
}
.bl {
  display: block;
}
.abs {
  position: absolute;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  background: #fafafa;
  overflow-x: hidden;
}
body,
th,
td {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #333333;
}
body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
img,
table {
  border: none;
}
table {
  border-collapse: collapse;
}
table td {
  padding: 0;
}
a {
  color: #333333;
  cursor: pointer;
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}
a:hover {
  text-decoration: none;
}
input,
textarea,
button,
select {
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}
button,
input[type='submit'] {
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
  cursor: pointer;
}
.an {
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}
section,
header,
footer,
nav,
main {
  display: block;
}
.clear {
  clear: both;
}
.wrap {
  margin: 0 auto;
  width: 1214px;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header {
  padding: 30px 0 40px;
}
.header .menu-button {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 20px;
  display: none;
}
.header .course {
  float: left;
  font-size: 18px;
  margin-left: 30px;
  padding-top: 5px;
}
.header .course .fa {
  margin: 0 12px 0 5px;
}
.header .course .fa.fa-caret-up {
  color: #409b2b;
}
.header .course .fa.fa-caret-down {
  color: #ff1a09;
}
.header .weather {
  float: left;
  font-size: 18px;
  margin-left: 10px;
  padding-top: 5px;
}
.header .weather img {
  margin-left: 10px;
  height: 20px;
}
.header .search {
  float: right;
}
.header .search input[type='text'] {
  font-size: 13px;
  width: 170px;
  height: 32px;
  border: 0;
  border-bottom: 1px solid #b4b6ba;
  background: none;
  vertical-align: middle;
}
.header .search button {
  border: 0;
  background: none;
  margin-left: -30px;
  vertical-align: middle;
}
.header .links {
  float: right;
  margin-right: 60px;
}
.header .links a {
  font-size: 13px;
  text-decoration: none;
  margin-left: 20px;
}
.header .links button {
  font-size: 13px;
  padding: 0 20px;
  height: 32px;
  color: #fff;
  border: 0;
  border-radius: 18px;
  background: #4d56c1;
  display: inline-block;
}
.social .age-label {
  font-size: 13px;
  height: 20px;
  padding: 5px 7px 5px 4px;
  width: 20px;
  color: #fff;
  border: 0;
  align-items: flex-start;
  vertical-align: top;
  border-radius: 20px;
  text-align: center;
  background: #c5c4d3;
  display: inline-block;
}

.header .social {
  float: right;
  margin-right: 60px;
  padding-top: 5px;
}
.header .social a {
  padding-top: 5px;
  display: inline-block;
}
.header .social img {
  margin-left: 9px;
}
.header .logo {
  float: left;
  padding-top: 50px;
  margin-left: 30px;
}
.header nav > ul > li > a {
  text-transform: uppercase;
}
.header nav {
  float: right;
  padding-top: 65px;
}
.header nav ul {
  border-bottom: 1px solid #cbcccf;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.header nav ul li {
  display: inline-block;
  padding-right: 83px;
}
.header nav ul li:last-child {
  padding-right: 0;
}
.header nav ul li.active ul,
.header nav ul li:hover ul {
  z-index: 2;
  display: table;
}
.header nav ul li:hover ul {
  z-index: 3;
}
.header nav ul li a {
  font-family: 'Tinos', serif;
  font-size: 18px;
  text-decoration: none;
  display: block;
  padding: 20px 10px;
  position: relative;
}
.header nav ul li a:hover,
.header nav ul li a.active {
  color: #353b85;
}
.header nav ul li a:hover:after,
.header nav ul li.active > a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #353b85;
  left: 0;
  bottom: -1px;
}
.header nav ul ul {
  position: absolute;
  top: 100%;
  margin-top: 1px;
  left: 0;
  display: none;
  z-index: 3;
  width: 100%;
  background: #fafafa;
}
.header nav ul ul li {
  display: table-cell;
  margin: 0px;
  padding: 0px;
}
.header nav ul ul li a {
  padding: 12px 10px;
  color: #676767;
  text-align: center;
}
.index-left-col {
  width: 20%;
  margin-bottom: 30px;
}
.index-left-col .content {
  background: #fff;
  border: 1px solid #d7d7d7;
  padding: 20px;
}
.index-left-col .content,
.index-right-col .index-right-news .content.nevskiy70 {
max-height: 100%;
box-sizing: border-box;
}
.index-left-col .content .name {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.index-left-col .content .item {
  border-bottom: 1px solid #d7d7d7;
  padding: 16px 0;
}
.index-left-col .content .item .date {
  text-align: right;
  margin-bottom: 5px;
}
.content .item .date {
  color: #353b85;
}
.index-left-col .content .item a {
  font-size: 15px;
  text-decoration: none;
  line-height: 20px;
  display: block;
  text-align: left;
}
.index-left-col .content .link {
  text-align: center;
  padding-top: 20px;
}
.index-left-col .content .link.only_mobile {
  text-align: right;
}
.index-left-col .content .link.only_mobile a {
  font-weight: bold;
}
.index-left-col .content .link a {
  color: #353b85;
  text-decoration: none;
}
.index-left-col .content .link a span {
  text-decoration: underline;
}
.index-right-col {
  width: 78%;
}
.index-right-col .index-main-news {
  width: 100%;
}
.home .index-right-col .index-main-news {
   width: 66%;
 }
.index-right-col .index-main-news .main-index-news {
  margin-bottom: 25px;
}
.index-right-col .index-main-news .main-index-news.small {
  width: 48%;
}
.index-right-col .index-main-news .main-index-news.small .content {
  padding: 15px 15px 20px 15px;
}
.index-right-col .index-main-news .main-index-news.small .content .name {
  font-size: 25px;
  line-height: 30px;
}
.index-right-col .index-main-news .main-index-news .image {
  font-size: 0;
  position: relative;
}

.index-right-col .index-main-news .main-index-news .image .tag,
.default-tag {
  position: absolute;
  display: block;
  right: 0;
  z-index: 9;
  top: 0;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  padding: 5px 20px;
  background: #4d56c1;
}
.index-right-col .index-main-news .main-index-news .image .counter {
  position: absolute;
  left: 20px;
  color: #fff;
  font-size: 14px;
  bottom: 30px;
}
.index-right-col .index-main-news .main-index-news .image .counter img {
  width: auto;
  vertical-align: middle;
  margin: 0 5px;
}
.index-right-col .index-main-news .main-index-news .content {
  border: 1px solid #d7d7d7;
  padding: 15px 20px;
  background: #fff;
}
.index-right-col .index-main-news .main-index-news .content:hover {
  background: #fafafa;
}
.index-right-col .index-main-news .main-index-news .content .name {
  font-family: 'Tinos', serif;
  font-size: 37px;
  text-decoration: none;
  line-height: 36px;
  display: block;
  margin-bottom: 10px;
}
.index-right-col .index-main-news .rubricator .main-index-news  .content .name {
    font-size: 30px;
}
.index-right-col .index-main-news .main-index-news .content .date {
  color: #353b85;
  margin-bottom: 10px;
}
.index-right-col .index-main-news .main-index-news .content p {
  font-size: 16px;
  line-height: 22px;
}
.index-right-col .index-main-news .link {
  text-align: center;
  padding-bottom: 20px;
}
.index-right-col .index-main-news .link.only_mobile {
  text-align: right;
}
.index-right-col .index-main-news .link.only_mobile a {
  font-weight: bold;
}
.index-right-col .index-main-news .link a {
  color: #353b85;
  text-decoration: none;
}
.index-right-col .index-main-news .link a span {
  text-decoration: underline;
}
.index-right-col .index-right-news {
  width: 32%;
}
.index-right-col .index-right-news .content {
  background: #fff;
  border: 1px solid #d7d7d7;
  padding: 20px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.index-right-col .index-right-news .content .name {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.index-right-col .index-right-news .content.nevskiy70 .item {
  border-bottom: 1px solid #d7d7d7;
  padding: 16px 0;
}
.index-right-col .index-right-news .content .item:first-child {
  padding-top: 0px;
}
#announcement-list {
    padding: 20px 0;
    border-bottom: 1px solid #d7d7d7;
}
.index-right-col .index-right-news .content .item a {
  font-size: 18px;
  font-family: 'Tinos', serif;
  text-decoration: none;
  line-height: 24px;
  display: block;
  text-align: left;
}
.index-right-col .index-right-news .content .item a .date {
  font-size: 16px;
}

.index-right-col .index-right-news .content .link {
  text-align: center;
  padding-top: 20px;
}
.index-right-col .index-right-news .content .link.only_mobile {
  text-align: right;
}
.index-right-col .index-right-news .content .link.only_mobile a {
  font-weight: bold;
}
.index-right-col .index-right-news .content .link a {
  color: #353b85;
  text-decoration: none;
}
.index-right-col .index-right-news .content .link a span {
  text-decoration: underline;
}
.index-right-col .index-right-news .content .index-list {
  padding-top: 20px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.index-right-col .index-right-news .content .index-list .item img {
  margin-bottom: 15px;
    width: auto;
    max-height: 200px;
}
.index-right-col .index-right-news .content .index-list .item a {
  display: block;
  text-decoration: none;
  font-family: 'Tinos', serif;
  font-size: 25px;
  margin-bottom: 15px;
}
.index-right-col .index-right-news .content .index-list .item .date {
  color: #353b85;
  margin-bottom: 5px;
    font-size: 17px;
}
.index-right-col .index-right-news .content .index-list .item p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
}
.index-right-col .index-right-news .content .lSPager {
  display: none;
}
.index-right-col .index-right-news .content .lSPrev,
.index-right-col .index-right-news .content .lSNext {
  width: 7px;
  height: 12px;
  border: 0;
  padding: 0;
  font-size: 0;
  z-index: 2;
  position: absolute;
  bottom: 0px;
  top: auto;
}
.index-right-col .index-right-news .content .lSPrev {
  background: url('/static/img/prev.jpg');
  left: 50%;
  margin-left: -50px;
}
.index-right-col .index-right-news .content .lSNext {
  background: url('/static/img/next.jpg');
  right: 50%;
  margin-right: -50px;
}

.width30 .grid-sizer,
.width30 > .element {
  width: 30%;
}

.width30 .gutter-sizer {
  width: 3%;
}


.from_tablet {
  display: none;
}
.gray-block {
  padding-top: 60px;
  background: #2d323e;
  color: #fff;
  margin-bottom: 60px;
}
.gray-block .block-name {
  font-size: 37px;
  padding: 0 0 40px 30px;
  font-family: 'Tinos', serif;
}
.gray-block .item {
  margin-bottom: 30px;
  width: 32%;
}
.gray-block .item .image {
  position: relative;
}
.gray-block .item .image img {
  width: 100%;
  height: auto;
}
.gray-block .item .image .date {
  position: absolute;
  left: 30px;
  top: 15px;
  background: #4d56c1;
  padding: 2px 10px;
}
.gray-block .item .content {
  padding: 25px 25px 0 25px;
}
.gray-block .item .content .name {
  display: block;
  font-size: 26px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 20px;
  font-family: 'Tinos', serif;
}
.gray-block .item .content p {
  font-size: 16px;
  line-height: 26px;
}
.silver-border-block {
  margin-bottom: 30px;
  border: 1px solid #d7d7d7;
  background: #fff;
}
.silver-border-block .item {
  width: 24%;
  margin-bottom: 20px;
}
.silver-border-block .item .image {
  font-size: 0;
  position: relative;
}
.silver-border-block .item .image img {
  width: 100%;
}
.silver-border-block .item .image .counter {
  position: absolute;
  left: 20px;
  color: #fff;
  font-size: 14px;
  bottom: 30px;
}
.silver-border-block .item .image .counter img {
  width: auto;
  vertical-align: middle;
  margin: 0 5px;
}
.silver-border-block .item .content {
  padding: 15px 12px;
}
.silver-border-block .item .content .name {
  font-family: 'Tinos', serif;
  font-size: 25px;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}
.silver-border-block .item .content .date {
  color: #353b85;
  margin-bottom: 10px;
}
.silver-border-block .item .content p {
  font-size: 16px;
  line-height: 22px;
}
.silver-border-block .item.main-item {
  width: 57%;
}
.silver-border-block .main-item .image {
  position: relative;
}
.silver-border-block .main-item .image img {
  width: 100%;
}
.silver-border-block .main-item .image .tag {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  padding: 5px 20px;
  background: #4d56c1;
}
.silver-border-block .main-item .content {
  padding: 15px 30px;
}
.silver-border-block .main-item .content .name {
  font-family: 'Tinos', serif;
  font-size: 25px;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}
.silver-border-block .main-item .content .date {
  color: #353b85;
  margin-bottom: 10px;
}
.silver-border-block .main-item .content p {
  font-size: 16px;
  line-height: 22px;
}
.silver-border-block .right-items {
  width: 40%;
  padding-top: 30px;
}
.silver-border-block .right-items .item {
  width: auto;
  padding-right: 60px;
}
.silver-border-block .right-items .item .name {
  font-family: 'Tinos', serif;
  font-size: 25px;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}
.silver-border-block .right-items .item .date {
  color: #353b85;
  margin-bottom: 10px;
}
.silver-border-block .right-items .item p {
  font-size: 16px;
  line-height: 22px;
}
.silver-border-block .right-items .button-container {
  text-align: center;
  padding: 60px 0;
}
.news-authors {
  margin: 60px 0 40px;
  padding-top: 50px;
  border-top: 5px solid #8b8aa9;
}
.default-tag:hover{
  background: #8b8aa9;
}
.news-authors .block-name {
  padding-bottom: 50px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}
.news-authors .item {
  padding-bottom: 40px;
  text-align: center;
}
.news-authors .item .image {
  margin-bottom: 30px;
}
.news-authors .item .image img {
  max-width: 100%;
  border-radius: 70px;
}
.news-authors .item .name {
  font-family: 'Tinos', serif;
  font-size: 25px;
  text-decoration: none;
  display: block;
  margin-bottom: 15px;
}
.news-authors .item p {
  font-size: 16px;
  line-height: 22px;
}
.news-authors .lSPager {
  display: none;
}
.news-authors .lSPrev,
.news-authors .lSNext {
  width: 27px;
  height: 54px;
  border: 0;
  padding: 0;
  font-size: 0;
  z-index: 2;
  position: absolute;
  top: 70px;
}
.news-authors .lSPrev {
  background: url('/static/img/prev.png');
  left: 0;
}
.news-authors .lSNext {
  background: url('/static/img/next.png');
  background-position: 0!important;
  right: 0;
}
.news-authors .button-container {
  text-align: center;
  padding: 30px 0 50px 0;
}
.news-authors .additional-info {
  margin-bottom: 20px;
  font-size: 90%;
  font-style: italic;
}
.button-container .button {
  font-size: 13px;
  color: #353b85;
  border: 1px solid #353b85;
  padding: 10px 30px;
  background: none;
  font-weight: bold;
  text-decoration: none;
}
.button-container .button:hover
{
  background: #353b85;
  color: #fafafa;
}
.bottom-news {
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #d7d7d7;
  border-top: 5px solid #8b8aa9;
  position: relative;
}
.bottom-news .settings {
  position: absolute;
  right: 50px;
  top: 54px;
}
.bottom-news .block-name {
  font-family: 'Tinos', serif;
  font-size: 37px;
  padding: 40px 0 40px 40px;
  position: absolute;
}
.bottom-news .tabNavigation {
  text-align: right;
  padding: 50px 80px 50px 0;
  margin: 0;
  list-style: none;
}
.bottom-news .tabNavigation li {
  display: inline-block;
  margin-right: 50px;
}
.bottom-news .tabNavigation li a {
  font-size: 16px;
  color: #353b85;
  text-decoration: none;
  cursor: hand;
  border-bottom: 1px solid transparent;
}
.bottom-news .tabNavigation li a:hover {
  color: #565feb;
  text-decoration: underline;
}
.bottom-news .tabNavigation li a.selected {
  color: #000;
  border-bottom: 1px solid #000;
}
.bottom-news .item {
  width: 24%;
  margin-bottom: 20px;
}
.bottom-news .item .image {
  font-size: 0;
  position: relative;
}
.bottom-news .item .image img {
  width: 100%;
}
.bottom-news .item .image .counter {
  position: absolute;
  left: 20px;
  color: #fff;
  font-size: 14px;
  bottom: 30px;
}
.bottom-news .item .image .counter img {
  width: auto;
  vertical-align: middle;
  margin: 0 5px;
}
.bottom-news .item .content {
  padding: 15px 12px;
}
.bottom-news .item .content .name {
  font-family: 'Tinos', serif;
  font-size: 25px;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}
.bottom-news .item .content .date {
  color: #353b85;
  margin-bottom: 10px;
}
.bottom-news .item .content p {
  font-size: 16px;
  line-height: 22px;
}
.photoalbums {
  margin-bottom: 100px;
  border: 1px solid #d7d7d7;
  border-bottom: 5px solid #8b8aa9;
  padding: 30px 0;
}
.photoalbums .block-name {
  font-size: 37px;
  padding: 0 0 40px 0;
  font-family: 'Tinos', serif;
  text-align: center;
}
.photoalbums .item {
  width: 49%;
  margin-bottom: 30px;
  position: relative;
}
.photoalbums .item img {
  width: 100%;
}
.photoalbums .item .content {
  position: absolute;
  bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  font-size: 12px;
  background: rgba(204, 204, 204, 0.3);
}
.photoalbums .item .content a {
  font-size: 34px;
  font-family: 'Tinos', serif;
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
}
.photoalbums .item .content .counter img {
  width: auto;
  vertical-align: middle;
  margin: 0 5px;
}
.content .introImage {
  margin: 0 0px 7px 0px;
  display: inline-block;
  width: 100%;
}
.gallery img {
  max-width: 100%;
  height: auto;
}
div.overlayed-image {
  display: inline-block;
  font-size: 15px;
  max-width: 100%;
  position: relative;
}
div.overlayed-image a {
  display: inline-block;
}
.overlayed-image .author {
  float: right;
  margin-top: -46px;
  right: 0px;
  position: absolute;
  z-index: 1;
  background: rgba(100, 100, 100, .75);
  padding: 10px 18px;
  color: #ccc;
  font-size: 12px;
  line-height: 100%;
}
.image-wrapper {
  width: 100%;
  text-align: center;
  margin: auto;
}
.overlayed-image .title, .photostory .title, span.photo-title, span.photo-author {
  display: block;
  color: #6b6f70;
  margin-top: 10px;
}
.footer {
  background: #2d323e;
  padding: 40px 0 20px;
  color: #fff;
  margin-top: 35px;
}
.footer li {
  list-style: none;
}
.footer .logo {
  float: left;
  text-align: center;
}
.footer .logo .social {
  padding-top: 30px;
}
.footer .logo .social img {
  margin: 0 8px;
}
.footer nav {
  margin-left: 220px;
}
.footer nav .item {
  width: 18%;
  margin-bottom: 30px;
}
.footer nav .item > a {
  font-family: 'Tinos', serif;
  font-size: 18px;
  margin-bottom: 35px;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
}
.footer nav .item ul li a:hover {
  color: #FFF;
}
.footer nav .item ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer nav .item ul li {
  margin-bottom: 5px;
}
.footer nav .item ul li a {
  font-size: 13px;
  text-decoration: none;
  color: #6b6d74;
}
.footer .bottom-text {
  font-size: 12px;
  padding: 30px 0 20px;
  text-align: center;
}
.footer .bottom-text a {
    color: #FFF;
}
.footer .copy,
.footer .copy a {
  font-size: 12px;
  padding: 20px 0;
  text-align: center;
  color: #6b6d74;
}
.footer a:hover {
    text-decoration: underline;
}
.only_mobile {
  display: none;
}


/** Custom*/

.lenta-name {
  text-transform: uppercase;
  margin-bottom: 15px;
}
























@media (max-width: 1234px) {
  .wrap {
    width: 760px;
  }
  .footer nav ul .item:nth-child(2) {
    display: none;
  }
  .header {
    position: relative;
  }
  .header .course {
    margin-left: 0;
    font-size: 15px;
    padding-top: 8px;
  }
  .image-right, .image-left {
    float: none;
    display: block;
    margin: auto;
  }
  footer nav {
    display: none;
  }
  .index-right-col .index-main-news .main-index-news .image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
  .header .weather {
    font-size: 15px;
    padding-top: 4px;
  }
  .from_tablet {
    display: inline-block;
  }
  .no_tablet {
    display: none;
  }
  .header .logo {
    margin-left: 0;
    float: none;
    padding-top: 30px;
  }
  .header .links {
    margin-right: 0;
  }
  .header .search {
    position: absolute;
    right: 0;
    top: 130px;
  }
  .header .search input[type='text'] {
    width: 246px;
  }
  .header nav {
    float: none;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .header nav ul li {
    padding-right: 25px;
  }
  .header nav ul li ul li:last-child {
    margin-right: 0;
  }
  .index-left-col {
    width: 27%;
  }
  .width30 .grid-sizer,
  .width30 > .element {
    width: 47%;
  }

  .width30 .gutter-sizer {
    width: 3%;
  }
  .index-left-col .content .item a {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
  }
  .index-right-col {
    width: 71%;
  }

  .home .index-right-col .index-main-news {
    width: 100%;
  }
  .index-right-col .index-main-news .main-index-news .image img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .index-right-col .index-right-news {
    width: 100%;
  }
  .index-right-col .index-right-news .content .item.last {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .index-right-col .index-main-news .main-index-news .content .name {
    font-size: 32px;
  }
  .index-right-col .index-right-news .content .item {
    width: 48%;
    display: inline-block;
    box-sizing: border-box;
  }
  #announcement-list {
    border-bottom: none;
  }
  .index-right-col .index-right-news .content .link {
    display: none;
  }
  .index-right-col .index-right-news .content .link.only_mobile {
    display: block;
  }
  .index-slider .item {
    width: 48%;
    float: left;
  }
  .index-slider .item:nth-child(2) {
    float: right;
  }
  .gray-block .item .content {
    padding: 15px 10px 0 10px;
  }
  .gray-block .item .content .name {
    font-size: 21px;
  }
  .gray-block .item .content p {
    font-size: 14px;
    line-height: 24px;
  }
  .silver-border-block .item {
    width: 32%;
  }
  .silver-border-block .item .image .counter {
    bottom: 20px;
    left: 15px;
  }
  .silver-border-block .item .content .name {
    font-size: 21px;
  }
  .silver-border-block .item .content p {
    font-size: 14px;
  }
  .silver-border-block .main-item .content p {
    font-size: 14px;
    line-height: 20px;
  }
  .silver-border-block .right-items .item .name {
    font-size: 21px;
  }
  .silver-border-block .right-items .item p {
    font-size: 14px;
  }
z  .bottom-news .block-name {
    position: relative;
    padding: 30px 0 30px 20px;
  }
  .bottom-news .tabNavigation {
    text-align: left;
    padding: 0 0 30px 20px;
  }
  .bottom-news .tabNavigation li {
    margin-right: 15px;
  }
  .bottom-news .settings {
    top: 104px;
  }
  .bottom-news .item {
    width: 32%;
  }
  .photoalbums .item .content a {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .footer nav .item {
    width: 24%;
  }
}
@media (max-width: 780px) {

  #beta-testing {
    display: none;
  }
  .width30 .grid-sizer,
  .width30 > .element {
    width: 100%;
  }

  .width30 .gutter-sizer {
    width: 0;
  }
  .wrap {
    width: auto;
    padding: 0 10px;
  }
  .header {
    padding: 20px 0 30px;
  }
  .header nav ul li ul li {
    margin-right: 21px;
    display: block;
  }
  .header .course {
    display: none;
  }
  .header .weather {
    display: none;
  }
  .header .links {
    display: none;
  }
  .header .social {
    float: none;
    margin: 0;
    padding: 0;
  }
  .header .logo {
    text-align: center;
  }
  .header .search input[type='text'] {
    width: 0;
    background: #fff;
    margin-top: -4px;
    margin-right: -30px;
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
  }
  .header .search input[type='text'].opened {
    width: 250px;
    text-indent: 10px;
  }
  .header .search button {
    margin-left: 0;
  }
  .header .search {
    right: 40px;
    top: 15px;
  }
  .header .search .link {
    position: absolute;
    width: 30px;
    height: 100%;
    left: -30px;
    top: 0;
    z-index: 9;
  }
  .header .menu-button {
    display: block;
  }
  .menubg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(1, 1, 1, 0.7);
    z-index: 10;
    display: none;
  }
  .header nav {
    float: none;
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
    padding: 0;
    margin: 0;
    position: fixed;
    width: 280px;
    height: 100%;
    left: -300px;
    top: 0;
    background: #fff;
    z-index: 12;
  }
  .header nav.opened {
    left: 0;
  }
  .header nav ul {
    border-bottom: 0;
  }
  .header nav ul li:first-child ul {
    display: none;
  }
  .header nav ul li:hover ul {
    display: block !important;
  }
  .header nav ul li {
    display: block;
    margin: 0;
    width: 100%;
    padding-right: 0px;
  }
  .header nav ul li a {
    display: block;
    padding: 10px 20px!important;
    border-bottom: 1px solid #ccc;
  }
  .header nav ul ul {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
  .header nav ul ul li {
    margin-right: 0;
  }
  .index-left-col {
    width: 100%;
    order: 2;
    margin-top: 20px;
  }
  .index-left-col .content .item .date {
    text-align: left;
  }
  .index-left-col .content .item {
    display: none;
  }
  .index-left-col .content .item:nth-child(2) {
    display: block;
  }
  .index-left-col .content .item:nth-child(3) {
    display: block;
  }
  .index-left-col .content .item:nth-child(4) {
    display: block;
  }
  .index-left-col .content .item:nth-child(5) {
    display: block;
  }
  .index-left-col .content .item:nth-child(6) {
    display: block;
  }
  .index-right-col {
    width: 100%;
    margin-bottom: 0;
  }
  .index-right-col .index-main-news .main-index-news.small {
    width: 100%;
  }
  .index-right-col .index-right-news .content .item {
    width: 100%;
  }
  .index-right-col .index-right-news .content .item.last {
    padding-bottom: 20px;
    border-bottom: 1px solid #d7d7d7;
  }
  .index-slider .item,
  .index-slider .item:nth-child(2) {
    width: 100%;
  }
  .gray-block .item {
    width: 100%;
  }
  .silver-border-block .item, .silver-border-block .item.main-item  {
    width: 100%;
  }
  .silver-border-block .main-item .content {
    padding: 15px 20px;
  }
  .silver-border-block .right-items {
    width: 100%;
  }
  .silver-border-block .right-items .item {
    padding: 0 20px;
  }
  .bottom-news .block-name {
    font-size: 19px;
  }
  .bottom-news .tabNavigation li a {
    font-size: 14px;
    display: none;
  }
  .bottom-news .tabNavigation li a.selected {
    display: block;
  }
  .bottom-news .settings {
    right: 30px;
    top: 86px;
  }
  .bottom-news .item {
    width: 100%;
    margin-bottom: 0;
  }
  .bottom-news .item .image img {
    display: none;
  }
  .bottom-news .item .content .name {
    display: none;
  }
  .bottom-news .item .content p {
    font-size: 12px;
  }
  .bottom-news .item .content .date {
    font-size: 12px;
  }
  .photoalbums .block-name {
    font-size: 19px;
  }
  .photoalbums .item {
    width: 100%;
  }
  .photoalbums .item .content a {
    font-size: 18px;
  }
  .footer {
    text-align: center;
  }
  .footer .logo {
    float: none;
  }
  .footer nav {
    margin: 40px 0 0 0;
  }
  .footer nav .item {
    width: 100%;
  }
  .footer nav .item p {
    margin-bottom: 20px;
  }
  .footer nav .bottom-text {
    margin-left: 0;
  }
  .footer nav .copy {
    margin-left: 0;
  }
  .only_mobile {
    display: block;
  }
  .no_mobile {
    display: none;
  }
}

.page-header h1,
.page-header h2 {
  margin: 20px 0px;
}
.page-header h2 {
  font-size: 13pt;
}
.share-module {
  margin-top: 30px;
}
.container {
  background: #fff;
  border: 1px solid #d7d7d7;
  padding: 20px;
}
.container img {
  max-width: 100%;
}

.gallery.container {
  padding: 25px;
}
.main-image .overlayed-image a {
  display: block;
}
h4.author {
  float: right;
  margin-top: 20px;
}
.rubricator.table-view .width30 .grid-sizer,
.rubricator.table-view .width30 > .element {
  width: 100%;
}
.rubricator.table-view .width30 .gutter-sizer {
  width: 0px;
}
.rubricator.table-view .image,
.rubricator.table-view .intro {
  display: none;
}
.index-right-col .index-main-news .rubricator.table-view .main-index-news .content .name {
  line-height: 100%;
  font-size: 18px;
  margin: 0px;
  float: left;
}
.index-right-col .index-main-news  .rubricator.table-view .main-index-news .content .date {
 float:right;
  margin: 0px;
}
.index-right-col .index-main-news  .rubricator.table-view .main-index-news {
margin-bottom: 10px;
}
.index-right-col .index-main-news  .rubricator.table-view .main-index-news .content {
  display: inline-block;
  padding: 5px 10px;
  width: 100%;
}
.index-right-col .index-right-news .content.nevskiy70 {
  text-align: center;
  padding-top: 10px;
}
.nevskiy70-container {
  display: inline-block;
}
.notPublished {
    border: red 1px dashed;
}
.module-is-unpublished {
  border: #ff00f6 1px dashed;
}
.reminiscence .tag {
  display: none;
}

#profile-top {
  position: relative;
  padding: 10px 10px 0px 10px;
  height: 110px;
  z-index: 150;
}
#profile-picture-wrap {
  float: left;
  padding: 2px 2px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.498039) 0px 6px 16px -9px;
  background-color: #fff;
}
#profile-picture {
  overflow: hidden;
}
#profile-picture-wrap,
#profile-picture,
#profile-picture img
{
height: 126px;
width: 126px;
  border-radius: 63px;
}
#profile-top-right {
  float: left;
  margin: 20px 0px 0px 10px;
  height: 30px;
}
#user-name {
  float: left;
  height: 30px;
  margin-top: 7px;
}
#user-name p {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
}
#cover-wrap {
  margin-top: -45px;
  margin-bottom: 15px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#fact-wrap {
  padding: 5px 20px 30px 50px;
  height: auto;
  margin: 0px -20px;
  color: #555aa5;
  border-top: #383f90 1px solid;
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0px, #acb1e033 100%);
}
.user-fact {
  margin: 0px 0px 0px 120px;
  height: auto;
  width: auto;
}
.user-fact h1 {
  font-style: italic;
  font-weight: normal;
  font-size: 20px;
}

.user-fact p {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: calibri;
  font-size: 16px;
  color: #fff;
}
#profile-stuff-bottom {
  padding: 10px 10px 10px 10px;
  height: auto;
}
#about {
  margin: 0px 0px 0px 0px;
  height: auto;
  width: auto;
}
#sub-menu {

}
.photostory {
  margin-bottom: 30px;
    text-align: center;
}
.align-center {
    text-align: center;
}
.index-right-col .index-main-news .main-index-news.person .image .default-tag,
.person .default-tag,
.person .date
{
    display: none;
}
#news-list, #announcement-list {
  position: relative;
}
/*#content {
  height: 1815px;
  background: red;
}*/

.index-left-col .scrollable {

}
.index-left-col .ps > .ps__scrollbar-y-rail {
  left: 0px;
  right: auto;
}
#main-right-sliders a {
  border-bottom: none;
}
#beta-testing {
  position: absolute;
  border-radius: 0px 0px 10px 10px;
  background: #ffffffde;
  border: #cbcccf 1px solid;
  color: #6f6f6f;
  border-top: none;
  left: 50%;
  padding: 2px 7px;
  margin-left: -235px;
}
#beta-testing a {
  text-decoration: none;
  color: #6f6f6f;
}
#beta-testing a:hover {
  text-decoration: underline;
}
.index-right-col .index-right-news .content .item {
  overflow: hidden;
}

.index-right-col .index-main-news .rubrica .main-index-news .image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#news-list {
  padding-left: 14px;
  margin-left: -14px;
}

#announcement-list {
  padding-left: 14px;
  margin-left: -14px;
}
#logout-form {
  display: inline-block;
}
a.main-page-rubrica-link {
text-decoration: none;
border-bottom: 1px solid;
}

a.main-page-rubrica-link:hover {
  text-decoration: none;
  border-bottom: #353b85 2px solid;
}
body .fc-day-grid-event > .fc-content {
  white-space: normal;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 3.6em;
  line-height: 1.2em;
}
body .fc-day-grid-event {
  margin: 3px 2px 0;
  padding: 1px;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  font-size: 110%;
  color: #353b85;
}
.fc-day-grid-event > .fc-content {
  white-space: normal;
}

#news-list .medium {
  font-weight: bold;
}

#news-list .high {
  font-weight: bold;
  color: #353b85;
}

#relevant {
  list-style: none;
  margin-top: 30px;
}
.announce .intro {
  font-style: italic;
}
#memory-book {
  min-height: 446px;
}
#congratulations {
  min-height: 500px;
}