@charset "UTF-8";
@font-face {
  font-family: "PTSerif";
  src: url("../webfonts/PTSerif.eot");
  src: url("../webfonts/PTSerif.woff2") format("woff2"), url("../webfonts/PTSerif.woff") format("woff"), url("../webfonts/PTSerif.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "OpenSans";
  src: url("../webfonts/OpenSans-Regular.eot");
  src: url("../webfonts/OpenSans-Regular.woff2") format("woff2"), url("../webfonts/OpenSans-Regular.woff") format("woff"), url("../webfonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "OpenSans";
  src: url("../webfonts/OpenSans-SemiBold.eot");
  src: url("../webfonts/OpenSans-SemiBold.woff2") format("woff2"), url("../webfonts/OpenSans-SemiBold.woff") format("woff"), url("../webfonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("../webfonts/HelveticaNeueLTW1G-MdCn.eot");
  src: url("../webfonts/HelveticaNeueLTW1G-MdCn.woff2") format("woff2"), url("../webfonts/HelveticaNeueLTW1G-MdCn.woff") format("woff"), url("../webfonts/HelveticaNeueLTW1G-MdCn.ttf") format("truetype");
  font-style: normal;
  font-display: fallback;
}
body, html {
  background-color: #f0f0f0;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-family: OpenSans, Tahoma, Arial, sans-serif;
}

html.disabled, body.disabled {
  height: 100%;
  overflow: hidden;
}

a {
  text-decoration: none;
}

.small {
  font-family: Tahoma, Arial, sans-serif;
}

.m10 {
  margin-top: 10px;
}

.m20 {
  margin-top: 20px;
}

.container {
  width: 100%;
}

.container > div {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container.head, .container.bottom {
  background-color: #005594;
}

.h-cont {
  padding: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.h-cont > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h-cont .logo, .h-cont .search {
  max-width: 365px;
}

.h-cont .logo img {
  width: 235px;
  height: auto;
}

.h-cont .nav {
  max-width: 680px;
  min-width: 535px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-cont {
  padding-bottom: 10px;
  border-bottom: 1px #fd7c28 solid;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-cont, .nav-cont a {
  font-size: 12px;
  color: #fff;
}

.nav-cont a {
  cursor: pointer;
  -webkit-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  transition: ease all 0.4s;
}

.nav-cont a:hover {
  color: #fd7c28;
  -webkit-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  transition: ease all 0.4s;
}

.nav-cont > div a:first-child {
  margin-right: 10px;
}

.nav-cont > div a:last-child {
  margin-left: 10px;
}

.navigation {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navigation a, .b-nav a {
  color: #fff;
  text-transform: uppercase;
  font-family: HelveticaNeue, Tahoma, Arial, sans-serif;
  letter-spacing: 2px;
  font-size: 14px;
  -webkit-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  transition: ease all 0.4s;
}

.navigation a.active, .b-nav a.active {
  color: #fd7c28;
}

.navigation a:hover, .b-nav a:hover {
  color: #fd7c28;
  -webkit-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  transition: ease all 0.4s;
}

.h-cont .search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.search-field {
  position: relative;
}

.search-field i {
  position: absolute;
  right: 7px;
  color: #ccc;
  font-size: 15px;
  top: 3px;
  top: calc(50% - 8px);
  cursor: pointer;
  -webkit-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  transition: ease all 0.4s;
}

.search-field input {
  border: 0;
  font-family: Tahoma, Arial, sans-serif;
  color: #000;
  font-size: 13px;
  padding: 6px 30px 6px 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 175px;
  outline: 0;
}

.search .icons {
  width: 175px;
  margin-top: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search .icons a, .bottom .icons a {
  color: #fff;
  font-size: 16px;
  margin: 0 7px;
  -webkit-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  transition: ease all 0.4s;
}

.search .icons a:hover, .search-field i:hover, .bottom .icons i:hover {
  color: #fd7c28;
  -webkit-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  transition: ease all 0.4s;
}

.search .search-field form {
  margin: 0;
  padding: 0;
}

#burger {
  display: none;
}

#mobile-nav {
  display: none;
  position: absolute;
  z-index: 100;
  width: 100%;
  background-color: #fff;
  left: 0;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
}

#mobile-nav .navigation {
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mobile-nav .navigation a {
  color: #000;
  margin: 6px 0;
  font-size: 14px;
}

#mobile-nav .navigation a.active {
  color: #fd7c28;
}

#mobile-nav .icons {
  width: 200px;
  margin: 0 auto 15px auto;
  border-top: 1px #ccc solid;
  padding-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#mobile-nav .icons a {
  margin: 0 7px;
  font-size: 18px;
  color: #005594;
}

.container.main {
  margin-top: 20px;
}

.container.main > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.main > div > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.main .main-left, .container.main .main-right {
  max-width: 335px;
}

.container.main .block {
  background-color: #fff;
  padding: 10px 12px 20px 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.header {
  font-family: HelveticaNeue, Tahoma, Arial, sans-serif;
}

.header span {
  display: inline-block;
  padding: 5px 12px 3px 12px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  white-space: nowrap;
}

.header.fullwidth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header a {
  color: #999;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0 5px;
  -webkit-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  transition: ease all 0.4s;
}

.header a:hover {
  color: #fd7c28;
  -webkit-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  transition: ease all 0.4s;
}

.header.center {
  text-align: center;
}

.header.blue span {
  color: #fff;
  background-color: #005594;
}

.header.orange span {
  color: #fff;
  background-color: #fd7c28;
}

.header.blue a.active {
  color: #005594;
}

.container.main .main-pic {
  width: 100%;
  padding-bottom: 56.25%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.container.main .main-item {
  margin-top: 17px;
  border-top: 1px #ccc solid;
  padding-top: 17px;
}

.block .main-item.first {
  margin-top: 10px;
  border-top: 0;
  padding-top: 0;
}

.main-item .item-data {
  margin-bottom: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-item .item-data > div {
  font-size: 12px;
  color: #000;
}

.main-item .item-views {
  display: none;
}

.main-item .item-views.visible {
  display: block;
}

.main-item .item-views i {
  margin-right: 5px;
}

.main-item a {
  font-size: 15px;
  color: #000;
  -webkit-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  transition: ease all 0.4s;
}

.main-item a.blue {
  color: #005594;
}

.main-item a:hover {
  color: #fd7c28;
  -webkit-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  transition: ease all 0.4s;
}

.main-center {
  margin: 0 20px;
}

.main-center .block {
  position: relative;
}

.font-size span {
  display: none;
  margin-right: 5px;
}

.font-size.zoom-plus span {
  display: inline-block;
}

.timeline {
  position: absolute;
  width: 2px;
  background-color: #fd7c28;
  height: 100%;
  height: calc(100% - 65px);
  margin-left: 17px;
  z-index: 1;
}

.timeline-item {
  position: relative;
  z-index: 2;
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.timeline-item .time {
  width: 36px;
  min-width: 36px;
  max-width: 36px;
  text-align: center;
  margin-right: 15px;
}

.timeline-item .content {
  width: 100%;
}

.timeline-item .time span {
  background-color: #fff;
  padding: 5px 0;
  display: inline-block;
  font-family: HelveticaNeue, Tahoma, Arial, sans-serif;
  color: #fd7c28;
  font-size: 14px;
}

.timeline-item .content .pic {
  float: right;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 170px;
  height: 110px;
  margin-left: 30px;
  margin-bottom: 10px;
  position: relative;
}

.timeline-item .content .pic a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  position: absolute;
  -webkit-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  transition: ease all 0.4s;
}

.timeline-item .content .pic a:hover {
  opacity: 0.3;
  -webkit-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  transition: ease all 0.4s;
}

.timeline-item .content .title {
  margin-bottom: 10px;
}

.timeline-item .content .title a {
  font-family: PTSerif, Times, serif;
  font-size: 22px;
  color: #232323;
  -webkit-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  transition: ease all 0.4s;
}

.timeline-item .content .title a:hover {
  color: #fd7c28;
  -webkit-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  transition: ease all 0.4s;
}

.timeline-item .content .category {
  color: #999;
  font-size: 12px;
  clear: both;
}

.timeline-item .content .category span {
  font-family: HelveticaNeue, Tahoma, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  margin-right: 15px;
}

.timeline-item .content .category i {
  margin: 0 5px 0 0;
}

.timeline-item .content .desc {
  margin-bottom: 20px;
  line-height: 20px;
}

.timeline-item .content .views {
  display: none;
}

.timeline-item .content .views.visible {
  display: inline-block;
}

.vesti {
  margin: 20px 0;
  position: relative;
  cursor: pointer;
}

.vesti img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.vesti .info {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vesti .info div {
  font-family: HelveticaNeue, Tahoma, Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.vesti .info .play i {
  font-size: 80px;
  opacity: 0.8;
  color: #000;
  -webkit-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  transition: ease all 0.4s;
}

.vesti:hover .info .play i {
  color: #ff0000;
  -webkit-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  transition: ease all 0.4s;
}

.container.bottom {
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bottom-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-nav .b-logo img {
  width: 130px;
  height: auto;
}

.bottom .b-nav {
  margin: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-nav a {
  white-space: nowrap;
  display: inline-block;
  margin: 3px 15px;
  letter-spacing: 1px;
}

.bottom .b-logo, .bottom .icons {
  width: 175px;
}

.bottom .icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-info {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px #fd7c28 solid;
  font-size: 13px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-info a {
  color: #fff;
  text-decoration: none;
}

.bottom-counters {
  margin-left: 20px;
  min-width: 200px;
  text-align: right;
}

.bottom-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.bottom-big-c {
  margin-left: 15px;
}

.news-calendar .header section {
  display: inline-block;
}

.article h1, .adr-item h1 {
  margin: 0 0 10px 0;
  font-family: PTSerif, Times, serif;
  color: #232323;
  font-size: 27px;
  font-weight: 100;
}

.article .article-data, .adr-item .adr-item-data {
  color: #000;
  margin-bottom: 15px;
}

.article .article-data i {
  margin: 0 5px 0 10px;
}

.article .views {
  display: none;
}

.article .views.visible {
  display: inline-block;
}

.article .article-text img {
  height: auto !important;
}

.article .article-text img, .adr-item .adr-item-text img, .article .article-text iframe {
  max-width: 100%;
  border: 0;
}

.article .article-text img.fullwidth, .article .article-text iframe.fullwidth {
  width: calc(100% + 24px);
  max-width: calc(100% + 24px);
  margin-left: -12px;
  margin-right: -12px;
}

.article.old-news .first-img {
  max-width: 323px;
  margin: 0 15px 10px 0;
  float: left;
}

.article .article-pic {
  margin: 0 15px 10px 0;
  float: left;
}

.article .article-pic img {
  max-width: 323px;
  display: block;
}

.article .article-pic-desc {
  margin-top: 3px;
  color: #999;
  font-size: 12px;
  text-align: center;
  line-height: 12px;
}

.article .article-text, .adr-item .adr-item-text, .only-text, .article h2 {
  font-size: 16px;
  line-height: 22px;
  color: #000;
}

.article .article-text b, .article .article-text strong, .adr-item .adr-item-text b, .adr-item .adr-item-text strong, .only-text b, .only-text strong, .article h2 {
  font-weight: 600;
}

.article .article-text a, .adr-item .adr-item-text a {
  color: #005594;
  -webkit-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  transition: ease all 0.4s;
}

.article .article-text a:hover, .adr-item .adr-item-text a:hover {
  color: #fd7c28;
  -webkit-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  transition: ease all 0.4s;
}

.article .inside-gallery {
  clear: both;
}

.ratings-switcher {
  cursor: pointer;
}

.ratings-month {
  display: none;
}

.share {
  clear: both;
}

.ya-share2-header {
  margin-top: 15px;
  border-top: 1px #999 solid;
  padding-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  text-align: center;
  color: #999;
}

.ya-share2 {
  text-align: center;
}

.search-block {
  margin-top: 15px;
}

#search-form form {
  display: flex;
  flex-wrap: wrap;
}

#search-form form input[type=text] {
  flex: 1;
  margin-right: 10px;
  margin-bottom: 10px;
}

#search-form form input[type=submit] {
  width: 80px;
  box-sizing: content-box;
  margin-right: 10px;
  margin-bottom: 10px;
}

#search-form form select {
  width: 150px;
  box-sizing: content-box;
  margin-right: 10px;
  margin-bottom: 10px;
}

.search-block .line {
  height: 1px;
  background-color: #c1c1c1;
  width: 100%;
  margin: 15px 0;
}

.search-block .search span {
  font-weight: bold;
}

.search-res span {
  color: #999;
}

.search-res a {
  margin-top: 5px;
  display: block;
}

/* calendar */
.news-calendar {
  width: 100%;
}

.news-calendar .month {
  margin: 0;
  padding: 3rem 2rem 2rem;
  background: #555555;
  text-align: center;
  width: 100%;
  color: #ffffff;
  list-style: none;
}

.news-calendar .month li {
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-weight: 700;
}

.news-calendar .prev,
.news-calendar .next {
  cursor: pointer;
}

.news-calendar .year-name {
  display: none;
}

.news-calendar .weekdays {
  margin: 10px 0 0 0;
  padding: 10px 0;
  width: 100%;
  border-bottom: 1px #ccc solid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.news-calendar .weekdays li {
  display: inline-block;
  text-align: center;
  width: 14.28%;
  width: 14.2857142857%;
}

.news-calendar .days {
  margin: 0;
  padding: 5px 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.news-calendar .days li {
  padding: 7px 5px;
  list-style: none;
  display: inline-block;
  text-align: center;
  color: #999;
  font-size: 0.9rem;
  line-height: 1rem;
  width: 14.28%;
  width: 14.2857142857%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.news-calendar .days li.date-now {
  color: #000;
  font-weight: 700;
}

.news-calendar .days li a:hover {
  color: #fd7c28;
}

.br-slideshow {
  position: relative;
}

.br-slideshow > div.slide {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.br-slideshow > div.slide:first-child {
  display: block;
  position: relative;
  z-index: 3;
}

.br-slideshow > div.slide:nth-child(2) {
  display: block;
}

.br-slideshow > div.slide img {
  max-width: 100%;
  height: auto;
}

.hor-br {
  max-width: 100%;
  text-align: center;
}

.hor-br img {
  max-width: 100%;
  height: auto;
}

.squad-br {
  max-width: 335px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.squad-br img {
  max-width: 100%;
  height: auto;
}

.timeline-br {
  position: relative;
  z-index: 2;
  margin: 10px -12px;
  padding: 10px 0;
  background-color: #fff;
}

.timeline-br > div.slide {
  top: 10px;
  left: 0;
}

.timeline-br > div.slide:first-child {
  top: 0;
}

.timeline-br img {
  max-width: 100%;
  height: auto;
}

.timeline-more {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  display: inline-block;
}

.timeline-more > a, .timeline-more span {
  color: #fff;
  text-transform: uppercase;
  font-family: HelveticaNeue, Tahoma, Arial, sans-serif;
  font-size: 14px;
  padding: 5px 12px 3px 12px;
  background-color: #fd7c28;
  display: inline-block;
  -webkit-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  transition: ease all 0.4s;
}

.timeline-more > a {
  cursor: pointer;
}

.timeline-more > a:hover {
  background-color: #ee6102;
  -webkit-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  transition: ease all 0.4s;
}

.timeline-pages {
  display: inline-block;
  margin-left: 5px;
}

.timeline-pages b {
  font-weight: 600;
  margin: 0 5px;
  font-size: 14px;
}

.timeline-pages a {
  font-size: 14px;
  color: #fd7c28;
  margin: 0 5px;
}

.timeline-pages a:hover {
  color: #000;
  -webkit-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  transition: ease all 0.4s;
}

.timeline-loading {
  display: none;
  margin-left: 15px;
  vertical-align: bottom;
}

.timeline-loading.active {
  display: inline-block;
}

.infinity-frame {
  width: 100%;
  margin-top: 20px;
  display: none;
  border: 0;
}

.infinity-frame.loaded {
  display: block;
}

.infinity-loading {
  text-align: center;
  margin-top: 20px;
}

.infinity-ad {
  display: none;
}

.lds-ellipsis {
  display: none;
  position: relative;
  width: 36px;
  height: 7px;
}

.loading.active .lds-ellipsis {
  display: inline-block;
}

.infinity-loading .lds-ellipsis {
  display: inline-block;
}

.infinity-grad {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 150px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.85) 60%, rgba(255, 255, 255, 0) 100%);
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.infinity-grad span {
  font-family: HelveticaNeue, Tahoma, Arial, sans-serif;
  color: #fff;
  background-color: #fd7c28;
  padding: 5px 12px 3px 12px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  transition: ease all 0.4s;
}

.infinity-grad span:hover {
  background-color: #e35c02;
  -webkit-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  transition: ease all 0.4s;
}

.nopubs {
  margin-top: 30px;
  padding-left: 30px;
  font-family: PTSerif, Times, serif;
  font-size: 22px;
  color: #232323;
}

.dezurn img {
  width: 100%;
  max-width: 100%;
}

.br-240 {
  text-align: center;
}

.br-240 img {
  max-width: 100%;
}

.vesti-pic img {
  width: 100%;
  margin: 0 0 20px 0;
}

.vesti-lenta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vesti-lenta .vesti-item {
  width: 30%;
  width: calc(33% - 20px);
  border: 1px #ccc solid;
  padding: 20px;
  margin: 10px;
  text-align: center;
  color: #000;
  cursor: pointer;
  line-height: 20px;
  -webkit-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  transition: ease all 0.4s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.vesti-lenta .vesti-item.adr-item {
  width: 48%;
  width: calc(50% - 20px);
  cursor: default;
}

.vesti-lenta .vesti-item.adr-item a:hover {
  color: #fd7c28;
}

.vesti-lenta .vesti-item:hover {
  color: #fd7c28;
  -webkit-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  transition: ease all 0.4s;
}

.vesti-lenta .vesti-item a {
  display: block;
  margin-top: 10px;
  font-weight: 600;
}

.vesti-lenta .vesti-item.adr-item a {
  color: #0b62a4;
  font-weight: 400;
}

.vesti-lenta .vesti-item a i {
  color: #ff0000;
  margin-right: 5px;
}

.vesti-pic {
  width: 100%;
}

.adr-pic {
  width: 100%;
  padding-bottom: 56.25%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.video-pages {
  margin: 20px 0;
  text-align: center;
}

.video-pages div {
  display: inline-block;
  margin-left: 10px;
}

.video-pages div a {
  color: #005594;
  -webkit-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  transition: ease all 0.4s;
}

.video-pages div a:hover {
  color: #fd7c28;
  -webkit-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  transition: ease all 0.4s;
}

.video-pages div a, .video-pages div b {
  margin: 0 5px;
}

.vesti-date {
  color: #999;
  margin-bottom: 10px;
}

.vacancy {
  margin-top: 15px;
  border-top: 1px #ccc solid;
}

.vacancy.first {
  padding-top: 0;
  border-top: 0;
}

.container-adr > div {
  text-align: center;
}

.container-adr {
  text-align: center;
}

.container-adr img {
  max-width: 100%;
  height: auto;
}

.timeline-item .content .desc.scalable.zoom-plus {
  font-size: 16px;
}

.timeline-item .content .title.scalable.zoom-plus a {
  font-size: 25px;
}

.main-item a.scalable.zoom-plus {
  font-size: 17px;
}

.article h1.scalable.zoom-plus {
  font-size: 30px;
}

.article .article-text.scalable.zoom-plus {
  font-size: 18px;
}

.article .article-tags a {
  color: #fff;
  background-color: #005594;
  padding: 3px 7px;
  border-radius: 4px;
  margin-right: 7px;
  font-size: 12px;
}

/* hamburger */
.hamburger {
  padding: 18px 15px 12px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #ffffff;
}

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  z-index: 100;
  top: 0;
  left: 0;
  cursor: pointer;
}

.video-container {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 101;
  top: 0;
  left: 0;
}

.video-container i {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 30px;
  z-index: 102;
  padding: 20px;
  cursor: pointer;
  -webkit-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  transition: ease all 0.4s;
}

.video-container i:hover {
  color: #fd7c28;
  -webkit-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  transition: ease all 0.4s;
}

.video-container.active, .video-container.visual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-container.active > div {
  width: 100%;
  height: 100%;
  max-width: 800px;
  max-height: 450px;
  position: relative;
}

.video-container.visual > div {
  width: 90%;
  height: 85%;
  width: calc(100% - 160px);
  height: calc(100% - 160px);
  position: relative;
}

.video-container.active > div iframe, .video-container.visual > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.dv-ad {
  position: relative;
  display: inline-block;
}

.dv-ad .dv-note {
  text-transform: uppercase;
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 8px;
  line-height: 9px;
  color: #575c66;
  display: inline-block;
  position: absolute;
  z-index: 3;
  left: 4px;
  top: 5px;
  background-color: #e3e2e1;
  padding: 3px 4px;
  border-radius: 7px;
  letter-spacing: 0.8px;
  opacity: 1;
  cursor: default;
}

.dv-ad .dv-menu {
  position: absolute;
  z-index: 3;
  right: 4px;
  top: 4px;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: #e3e2e1;
  opacity: 0.8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.dv-ad .dv-menu:hover {
  background-color: #ccc;
  opacity: 1;
}

.dv-ad .dv-menu > div {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #818181;
}

.dv-ad .dv-menu:hover > div {
  background-color: #575c66;
}

.dv-ad .dv-menu > div:nth-child(2) {
  margin: 2px 0;
}

.dv-ad .dv-info {
  display: none;
  position: absolute;
  z-index: 4;
  background-color: #fff;
  border-radius: 5px;
  padding: 7px 22px 7px 10px;
  right: 4px;
  top: 4px;
  border: 1px #e1e1e1 solid;
  font-family: Verdana, Arial, Tahoma, sans-serif;
  font-size: 10px;
  color: #575c66;
  max-width: 230px;
  max-width: calc(100% - 8px);
  -webkit-box-shadow: 0px 3px 5px 0px rgba(34, 60, 80, 0.1);
  -moz-box-shadow: 0px 3px 5px 0px rgba(34, 60, 80, 0.1);
  box-shadow: 0px 3px 5px 0px rgba(34, 60, 80, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.dv-ad .dv-close {
  position: absolute;
  z-index: 5;
  right: 2px;
  top: 2px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dv-ad .dv-close:hover {
  background-color: #e3e2e1;
  border-radius: 2px;
}

.dv-ad .dv-close:after {
  display: inline-block;
  content: "×";
  font-size: 14px;
  font-weight: bold;
}

.dv-ad img {
  position: relative;
  z-index: 2;
}

.lds-facebook {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 24px;
}

.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 5px;
  background: #fd7c28;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
  left: 0;
  animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
  left: 10px;
  animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
  left: 20px;
  animation-delay: 0;
}

@keyframes lds-facebook {
  0% {
    top: 0;
    height: 24px;
  }
  50%, 100% {
    top: 7px;
    height: 10px;
  }
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(10px, 0);
  }
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
@media (max-width: 1400px) {
  .container.main .main-left, .container.main .main-right {
    max-width: 280px;
  }
  .news-calendar .header section {
    display: block;
  }
}
@media (max-width: 1200px) and (min-width: 981px) {
  .article .article-pic {
    float: none;
    margin: 0 0 10px 0;
  }
  .article .article-pic img {
    max-width: 100%;
    width: 100%;
  }
  .article.old-news img.first-img {
    max-width: 100%;
    margin: 0;
    float: none;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .hidden1200 {
    display: none !important;
  }
  .h-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .h-cont > div {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  .nav-cont, .nav-cont a, .bottom-info {
    font-size: 13px;
  }
  .navigation a, .b-nav a {
    font-size: 13px;
  }
  .b-nav a {
    margin: 3px 10px;
  }
  .vesti .info {
    font-size: 13px;
  }
  .vesti .info .play i {
    font-size: 50px;
  }
  .h-cont .logo img {
    width: 210px;
  }
  .search-field input {
    width: 155px;
  }
  .search .icons {
    width: 155px;
  }
  .search .icons a {
    font-size: 14px;
    margin: 0 6px;
  }
  .header span {
    font-size: 12px;
  }
  .header a {
    font-size: 10px;
  }
  .container.main .main-left, .container.main .main-right {
    max-width: 280px;
  }
  .main-item .item-data > div {
    font-size: 11px;
  }
  .main-item a {
    font-size: 13px;
  }
  .weekdays, .days {
    font-size: 13px;
  }
  .vesti-lenta .vesti-item a {
    font-size: 13px;
  }
  .vesti-lenta .vesti-item {
    padding: 10px;
  }
  .timeline-item .content .title a {
    font-size: 20px;
  }
}
@media (max-width: 980px) {
  .hidden980 {
    display: none !important;
  }
  .nav-cont, .h-cont .search {
    display: none;
  }
  .h-cont .nav {
    min-width: unset;
    margin-left: 40px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .navigation a {
    margin: 0 10px 5px 0;
  }
  .container.main > div {
    display: block !important;
  }
  .container.main .main-left, .container.main .main-right {
    max-width: unset;
    width: 100%;
  }
  .container.main .main-left {
    display: none !important;
  }
  .container.main .main-left .squad-br {
    margin: 20px auto;
  }
  .container.main .main-right {
    display: none !important;
  }
  .container.main .main-right .squad-br {
    margin: 20px auto;
  }
  .main-center {
    order: 1;
    margin: 0;
    width: 100%;
  }
  .block-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .block-layout > div {
    width: 50%;
  }
  .block-layout > div:first-child {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px #ccc solid;
  }
  .container.main .main-item.second {
    margin-top: 10px;
    border-top: 0;
    padding-top: 0;
  }
  .main-item a {
    font-size: 15px;
  }
  .main-item .item-data > div {
    font-size: 12px;
  }
  .header a {
    font-size: 12px;
  }
  .header.orange span {
    background-color: #005594;
  }
  .timeline {
    background-color: #005594;
  }
  .timeline-item .time span {
    color: #005594;
  }
  .timeline-item .content .title a {
    color: #005594;
  }
  .timeline-more > a, .timeline-more span {
    background-color: #005594;
  }
  .timeline-pages a {
    color: #005594;
  }
  .bottom-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bottom-big-c {
    margin-left: 0;
    margin-top: 15px;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .h-cont .logo, .h-cont .search {
    max-width: unset;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .h-cont .nav {
    display: none;
  }
  #burger {
    display: block;
  }
  .block-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-layout > div {
    width: 100%;
  }
  .block-layout > div:first-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
  }
  .header.fullwidth a {
    display: none;
  }
  .timeline-item .content .title a {
    font-size: 20px;
  }
  .timeline-item .content .pic {
    width: 130px;
    height: 84px;
  }
  .bottom-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .b-logo {
    text-align: center;
  }
  .bottom-nav .b-nav {
    margin: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bottom-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bottom-counters {
    margin-top: 10px;
    margin-left: 0;
    min-width: unset;
    text-align: center;
  }
  .article .article-pic {
    float: none;
    margin: 0 0 10px 0;
  }
  .article .article-pic img {
    max-width: 100%;
    width: 100%;
  }
  .article h1 {
    font-size: 23px;
  }
  .article .article-text {
    font-size: 15px;
    line-height: 20px;
  }
  .article.old-news img.first-img {
    max-width: 100%;
    margin: 0;
    float: none;
    width: 100%;
  }
  .dv-ad .dv-note {
    font-size: 5px;
    left: 1px;
    top: 1px;
    padding: 1px 2px;
    opacity: 0.8;
  }
  .dv-ad .dv-menu {
    right: 2px;
    top: 2px;
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 450px) {
  .timeline-item .time {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    margin-right: 10px;
  }
  .timeline {
    margin-left: 14px;
  }
  .container.main > div {
    padding: 0;
  }
  .timeline-item .time span {
    font-size: 11px;
  }
  .timeline-item .content .pic {
    width: 100%;
    height: unset;
    padding-bottom: 64.7%;
    box-sizing: border-box;
  }
  .vesti-lenta .vesti-item {
    width: 47%;
    width: calc(50% - 20px);
    margin: 10px 10px;
  }
  .vesti-lenta .vesti-item.adr-item {
    width: 100%;
    margin: 10px 0;
  }
}
@media (max-width: 380px) {
  .h-cont .logo img {
    width: 180px;
  }
  .timeline-item .content .title a {
    font-size: 19px;
  }
}

/*# sourceMappingURL=layout.css.map */
