.right_sidebar ul, .inner_container .tags_list, .inner_container .files_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.list_section .news_list {
  padding: 0;
  margin: 0 -10px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.video_block img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.video_block img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.inner_main {
  font-size: 140%;
  line-height: 24px;
}

.right_sidebar ul, .inner_container .news_date {
  font-size: 140%;
  line-height: 18px;
}

@media screen and (min-width: 1200px) {
  .list_section {
    padding-top: 120px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .list_section {
    padding-top: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .list_section {
    padding-top: 80px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .list_section {
    padding-top: 60px;
  }
}
@media screen and (max-width: 575px) {
  .list_section {
    padding-top: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .content {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .content {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .content {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .content {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 575px) {
  .content {
    padding-bottom: 40px;
  }
}

.inner_content {
  padding-top: 35px;
}

.inner_container {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  padding-left: 10px;
  padding-right: 10px;
}
.inner_container .news_date {
  margin-top: 10px;
}
.inner_container .news_date span:not(:last-child) {
  margin-right: 30px;
}
.inner_container .main_image {
  margin-top: 30px;
}
.inner_container .main_image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.inner_container > .share_btns {
  margin-top: 30px;
  margin-left: -2px;
}
.inner_container .files_list li {
  margin-top: 30px;
}
.inner_container .news_tags {
  border: solid #d3d3d3;
  border-width: 1px 0;
  padding-top: 20px;
  padding-bottom: 25px;
  margin-top: 30px;
}
.inner_container .tags_share {
  display: flex;
  align-items: flex-end;
  margin-top: 10px;
}
.inner_container .tags_share .share_btns {
  margin-left: 25px;
  margin-right: -2px;
}
.inner_container .tags_list {
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
}
.inner_container .tags_list li {
  margin-right: 15px;
  margin-top: 10px;
}
.inner_container .tags_list a {
  display: block;
  color: #2e2e2e;
  background: #ffffff;
  font-size: 110%;
  line-height: 14px;
  padding: 2px 5px;
  border: 1px solid #ededed;
  border-radius: 2px;
}
.inner_container .at-resp-share-element {
  white-space: nowrap;
}
.inner_container .at-resp-share-element .at-share-btn {
  border-radius: 3px !important;
  margin-bottom: 0;
}
.inner_container .at-resp-share-element .at-share-btn.at-svc-print {
  background: #d3d3d3 !important;
}
.inner_container .at-resp-share-element .at-share-btn.at-svc-print .at-icon-wrapper {
  background: url("images/print_icon.svg") no-repeat;
  background-size: auto 14px;
  background-position: center;
}
.inner_container .at-resp-share-element .at-share-btn.at-svc-print .at-icon-wrapper * {
  visibility: hidden;
}
@media screen and (min-width: 1200px) {
  .inner_container {
    margin-left: 8.3333333333%;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .inner_container .tags_share .share_btns {
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .inner_container {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .inner_container .tags_share .share_btns {
    margin-left: 10px;
  }
}
@media screen and (max-width: 575px) {
  .inner_container .tags_share {
    flex-wrap: wrap;
  }
  .inner_container .tags_share .share_btns {
    margin-left: auto;
    margin-top: 20px;
  }
}

.right_sidebar {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .right_sidebar {
    margin-left: auto;
    order: 2;
  }
}
.right_sidebar + .inner_container {
  margin-left: 0;
}
.right_sidebar .sidebar_inner {
  border-radius: 14px;
  background: #f7f7f7;
  padding: 20px;
}
.right_sidebar ul {
  font-family: "montserrat-semibold", "montserratarm-semibold";
}
.right_sidebar ul li:not(:first-child) {
  margin-top: 20px;
}
.right_sidebar ul a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
}
.right_sidebar ul a.current_page {
  color: #005499;
  pointer-events: none;
  position: relative;
}
.right_sidebar ul a.current_page:before {
  display: block;
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  height: 100%;
  border-left: 2px solid;
  transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  opacity: 0.61;
  min-height: 25px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .right_sidebar {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .right_sidebar {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}

.inner_main {
  margin-top: 40px;
}
.inner_main p {
  margin: 0;
}
.inner_main h2,
.inner_main h3 {
  margin: 0;
  font-family: "montserrat-semibold", "montserratarm-semibold";
}
@media screen and (min-width: 960px) {
  .inner_main h2,
.inner_main h3 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .inner_main h2,
.inner_main h3 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 575px) {
  .inner_main h2,
.inner_main h3 {
    font-size: 1.6rem;
  }
}
.inner_main > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.inner_main img + img {
  margin-top: 20px;
}
.inner_main .files_list {
  font-size: 1rem;
}
.inner_main .files_list li:first-child {
  margin-top: 0;
}

.video_block {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.video_block:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  background: #ffffff;
  transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  z-index: 1;
}
.video_block:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-style: solid;
  border-color: transparent #005499;
  transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  z-index: 2;
}
.video_block:before {
  width: 60px;
  height: 60px;
}
.video_block:after {
  width: 15px;
  height: 17px;
  border-width: 8.5px 0 8.5px 15px;
}
.video_block img {
  object-fit: cover;
}

.list_section {
  margin-top: -20px;
}
.list_section + .list_section {
  padding-top: 10px;
  margin-top: 0;
}
.list_section .news_list > li {
  margin-top: 40px;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 960px) {
  .list_section .news_list > li:nth-child(n+4) {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .list_section .news_list > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .list_section .news_list > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .list_section .news_list > li:nth-child(n+4) {
    display: none;
  }
}

.web .video_block:before, .web .video_block:after {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .right_sidebar ul a, .right_sidebar ul .web a {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .inner_container .tags_list a, .inner_container .tags_list .web a {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .video_block:before, .touch .video_block:after {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.touch .right_sidebar ul a, .right_sidebar ul .touch a {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.touch .inner_container .tags_list a, .inner_container .tags_list .touch a {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.web .right_sidebar ul a:hover, .right_sidebar ul .web a:hover {
  color: #005499;
}
.web .inner_container .tags_list a:hover, .inner_container .tags_list .web a:hover {
  background: #005499;
  color: #ffffff;
  border-color: transparent;
}
.web .video_block img {
  -o-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.web .video_block:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.web .video_block:hover:before, .web .video_block:hover:after {
  opacity: 0.8;
}

.touch .right_sidebar ul a:active, .right_sidebar ul .touch a:active {
  color: #005499;
}
.touch .inner_container .tags_list a:active, .inner_container .tags_list .touch a:active {
  background: #005499;
  color: #ffffff;
  border-color: transparent;
}
.touch .video_block img {
  -o-transition: transform 0.15s;
  -ms-transition: transform 0.15s;
  -moz-transition: transform 0.15s;
  -webkit-transition: transform 0.15s;
  transition: transform 0.15s;
}
.touch .video_block:active img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.touch .video_block:active:before, .touch .video_block:active:after {
  opacity: 0.8;
}

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