/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 20-Jun-2019, 09:33:03
    Author     : elazarchuk
*/
.window-notification-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
.window-notification-overlay .window-notification {
  background-color: red;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px 30px 15px 30px;
  background-color: #205daa;
  color: #fff;
  /*    background: @mmbgc1;
            background: -moz-linear-gradient(left, @mmbgc1 0%, @mmbgc2 50%, @mmbgc3 100%);
            background: -webkit-linear-gradient(left, @mmbgc1 0%, @mmbgc2 50%, @mmbgc3 100%);
            background: linear-gradient(to right, @mmbgc1 0%, @mmbgc2 50%, @mmbgc3 100%);*/
  min-width: 720px;
  max-width: 90%;
  min-height: 270px;
  text-align: center;
  font-size: 16px;
}
.window-notification-overlay .window-notification table {
  width: 100%;
  min-height: 210px;
}
.window-notification-overlay .window-notification table td {
  color: white;
  text-align: center;
}
.window-notification-overlay .window-notification .button-link {
  padding: 10px 0;
  margin-bottom: 15px;
}
.window-notification-overlay .window-notification .button-link a {
  background-color: #45bbeb;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
}
.window-notification-overlay .window-notification .message {
  margin-bottom: 15px;
}
.window-notification-overlay .window-notification .message p {
  margin: 0;
  font-size: 16px;
}
.window-notification-overlay .window-notification .close {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
}
.window-notification-overlay .window-notification .close .close-sign {
  cursor: pointer;
}
.window-notification-overlay .window-notification .close .counter {
  font-size: 18px;
  line-height: 100%;
}
.header-message {
  position: fixed;
  z-index: 100;
  background-color: lightskyblue;
  width: 100%;
  top: 0;
  text-align: center;
  justify-content: center;
  -webkit-box-shadow: 0px -2px 19px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -2px 19px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -2px 19px 1px rgba(0, 0, 0, 0.75);
}
.header-message .header-message-main {
  font-size: 14px;
  background-color: #205daa;
  padding: 5px;
  color: #fff;
  background: #45bbeb;
  background: -moz-linear-gradient(left, #45bbeb 0%, #207cca 50%, #205daa 100%);
  background: -webkit-linear-gradient(left, #45bbeb 0%, #207cca 50%, #205daa 100%);
  background: linear-gradient(to right, #45bbeb 0%, #207cca 50%, #205daa 100%);
}
.header-message .header-message-additional {
  font-size: 16px;
  background-color: #ebe300;
  padding: 5px;
  color: black;
  font-weight: bold;
  background: #fcfcc0;
  background: -moz-linear-gradient(left, #fcfcc0 0%, #faf43e 50%, #ebe300 100%);
  background: -webkit-linear-gradient(left, #fcfcc0 0%, #faf43e 50%, #ebe300 100%);
  background: linear-gradient(to right, #fcfcc0 0%, #faf43e 50%, #ebe300 100%);
}
.header-message .header-message-additional-2 {
  font-size: 16px;
  padding: 5px;
  color: black;
  font-weight: bold;
  background-color: white;
}
.header-message .header-message-additional-2 p {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
}
body {
  height: 100%;
}
.wrap {
  position: relative;
  min-height: 100%;
  padding-bottom: 200px;
}
.wrap.no-footer-n-header {
  padding-bottom: 0;
}
.m_section {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.top-menu {
  /*background-color: goldenrod;*/
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100;
  z-index: 10;
  padding: 30px 0;
  text-align: center;
}
.top-menu .logo {
  display: inline-block;
  width: 214px;
  float: left;
  height: 100%;
  padding: 10px 0;
}
.top-menu .logo a {
  color: white;
}
.top-menu .main-top-menu {
  display: inline-block;
  height: 100%;
}
.top-menu .main-top-menu li {
  margin-left: 15px;
  margin-right: 15px;
}
.top-menu .lang {
  display: inline-block;
  width: 214px;
  float: right;
  height: 100%;
  text-align: right;
  padding: 10px 0;
  color: white;
}
.top-menu .lang a {
  color: white;
  opacity: 0.6;
}
.top-menu .news-menu-item a {
  padding-left: 10px;
  padding-right: 10px;
  background-image: linear-gradient(to right, #46BDEC, #205CAA);
  color: white;
  opacity: 1;
  font-weight: bold;
}
.top-menu .logo a:before {
  background: url('../img/logo-mos-white.png') center no-repeat;
}
.top-menu .menu-item-has-children {
  position: relative;
  cursor: pointer;
}
.top-menu .menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 215px;
  text-align: left;
  margin-top: 0;
  padding-top: 5px;
  background-color: #888;
}
.top-menu .menu-item-has-children .sub-menu .menu-item {
  width: 100%;
}
.top-menu .menu-item-has-children .sub-menu .menu-item a {
  font-weight: 300;
  width: 100%;
  background-image: none;
}
.top-menu .menu-item-has-children .sub-menu .menu-item.current-menu-item a {
  font-weight: bold;
}
.top-menu .menu-item-has-children:hover {
  background-color: white;
  color: black;
  box-shadow: 0px 7px 6px #888;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
.top-menu .menu-item-has-children:hover a {
  color: black;
}
.top-menu .menu-item-has-children:hover.news-menu-item {
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
}
.top-menu .menu-item-has-children:hover.news-menu-item a {
  background-image: none;
  color: inherit;
  font-weight: bold;
}
.top-menu .menu-item-has-children:hover .sub-menu {
  background-color: white;
  display: block;
  box-shadow: 0px 7px 6px #888;
  color: black;
  padding: 10px;
}
.top-menu .menu-item-has-children:hover .sub-menu .menu-item {
  width: 100%;
  margin: 0;
}
.top-menu .menu-item-has-children:hover .sub-menu .menu-item a {
  font-weight: 300;
  width: 100%;
  background-image: none;
  color: black;
}
.top-menu .menu-item-has-children:hover .sub-menu .menu-item.current-menu-item a {
  font-weight: bold;
}
.top-menu.black {
  /*        .menu-item-has-children{
                    .sub-menu{
                        background-color: #CCC;
                    }
                }*/
}
.top-menu.black .logo a {
  color: black;
}
.top-menu.black .logo a:before {
  background: url('../img/logo-mos-red.png') center no-repeat;
}
.top-menu.black .main-top-menu a {
  color: black;
}
.top-menu.black .main-top-menu ul li a:before {
  background-color: #65B5D0;
}
.top-menu.black .main-top-menu .news-menu-item a {
  color: white;
}
.top-menu.black .main-top-menu .news-menu-item .sub-menu a {
  color: black;
}
.top-menu.black .main-top-menu .news-menu-item:hover a {
  color: black;
}
.top-menu.black .lang {
  color: black;
}
.top-menu.black .lang a {
  color: black;
  opacity: 0.6;
}
.menu-empty-space {
  height: 100px;
}
.main-content .full-height-content {
  padding-top: 100px;
}
.page-stan-content {
  position: initial !important;
}
.page-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: #23232F;
  text-align: center;
  height: 200px;
  padding-top: 60px;
}
.page-footer .contacts {
  display: inline-block;
  float: left;
  width: 33%;
  text-align: left;
  height: 100%;
  color: #63636D;
}
.page-footer .subscribe {
  display: inline-block;
  width: 33%;
  height: 100%;
  color: white;
}
.page-footer .subscribe .es_caption {
  font-size: 30px;
  font-weight: bold;
}
.page-footer .subscribe .es_subscription_form {
  position: relative;
  margin-top: 20px;
}
.page-footer .subscribe .es_subscription_form .es_txt_email {
  width: 100%;
  border-radius: 0;
  background-color: white;
  padding: 10px 40px 10px 15px;
  font-style: italic;
}
.page-footer .subscribe .es_subscription_form .es_txt_email::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: grey;
  opacity: 1;
  /* Firefox */
}
.page-footer .subscribe .es_subscription_form .es_txt_email:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: grey;
}
.page-footer .subscribe .es_subscription_form .es_txt_email::-ms-input-placeholder {
  /* Microsoft Edge */
  color: grey;
}
.page-footer .subscribe .es_subscription_form .es_subscription_form_submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: none;
  border: none;
  width: 40px;
  color: #65B5D0;
  line-height: 0;
  font-size: 150%;
  font-weight: bolder;
  text-align: center;
}
.page-footer .subscribe .subscribe-title {
  font-size: 30px;
}
.page-footer .subscribe .subscribe-form {
  position: relative;
}
.page-footer .subscribe .subscribe-form input[type='email'] {
  width: 100%;
  border-radius: 0;
  background-color: white;
  padding-right: 40px;
}
.page-footer .subscribe .subscribe-form input[type='email']::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: grey;
  opacity: 1;
  /* Firefox */
}
.page-footer .subscribe .subscribe-form input[type='email']:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: grey;
}
.page-footer .subscribe .subscribe-form input[type='email']::-ms-input-placeholder {
  /* Microsoft Edge */
  color: grey;
}
.page-footer .subscribe .subscribe-form .subscribe-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: none;
  border: none;
  width: 40px;
  color: #65B5D0;
}
.page-footer .social {
  display: inline-block;
  float: right;
  width: 33%;
  text-align: right;
  height: 100%;
  color: #AAA;
}
.full-height-content,
.page-stan-content,
.air-content,
.content-wrapper,
.site-content {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
.full-height-content.mid-narrow,
.page-stan-content.mid-narrow,
.air-content.mid-narrow,
.content-wrapper.mid-narrow,
.site-content.mid-narrow {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 1104px;
  margin-left: auto;
  margin-right: auto;
}
.full-height-content.narrow,
.page-stan-content.narrow,
.air-content.narrow,
.content-wrapper.narrow,
.site-content.narrow {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.full-height-content .interactive-map,
.page-stan-content .interactive-map,
.air-content .interactive-map,
.content-wrapper .interactive-map,
.site-content .interactive-map {
  float: right;
  position: absolute;
  right: 0;
  bottom: 0;
  right: -70px;
}
.full-height-content .interactive-map a,
.page-stan-content .interactive-map a,
.air-content .interactive-map a,
.content-wrapper .interactive-map a,
.site-content .interactive-map a {
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.full-height-content .interactive-map a span,
.page-stan-content .interactive-map a span,
.air-content .interactive-map a span,
.content-wrapper .interactive-map a span,
.site-content .interactive-map a span {
  position: absolute;
  top: 100px;
  left: 45px;
}
.wrap-content {
  position: relative;
  height: 100%;
}
.pdf-content:after {
  right: -100px;
  left: -100px;
}
.more-by-topic {
  font-size: 18px;
  font-weight: bold;
  border-left: 4px solid #65B5D0;
  padding: 8px 11px;
  text-transform: uppercase;
  margin-bottom: 44px;
}
.article-tiles {
  padding-top: 100px;
}
.article-tiles .source {
  padding: 8px 20px 8px 16px;
  color: white;
  font-weight: bold;
  -ms-transform: translate(0, 50%);
  /* IE 9 */
  -webkit-transform: translate(0, 50%);
  /* Safari */
  transform: translate(0, 50%);
  background-image: linear-gradient(to right, #46BDEC, #205CAA);
}
.article-tiles .main-post {
  display: block;
  margin-bottom: 24px;
  width: 100%;
  height: 400px;
  box-shadow: 0px 0px 30px #888888;
  position: relative;
  background-position: center;
  background-size: cover;
}
.article-tiles .main-post .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.article-tiles .main-post .info {
  position: absolute;
  bottom: 42px;
  left: 31px;
  right: 0px;
  color: white;
  border-left: 4px solid #65B5D0;
}
.article-tiles .main-post .info .source {
  color: white;
  font-weight: bold;
  -ms-transform: translate(0, 0);
  /* IE 9 */
  -webkit-transform: translate(0, 0);
  /* Safari */
  transform: translate(0, 0);
  background: none;
}
.article-tiles .main-post .info .title {
  padding: 0 20px;
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.article-tiles .main-post .info .title a {
  text-decoration: none;
  color: white;
}
.article-tiles .sub-main-tile-posts {
  width: 100%;
  margin-bottom: 24px;
  display: flex;
}
.article-tiles .sub-main-tile-posts .post-tile {
  width: 540px;
  height: 320px;
  margin-right: 12px;
  margin-left: 12px;
  padding-bottom: 20px;
  position: relative;
  box-shadow: 0px 0px 30px #888888;
  background-position: center;
  background-size: cover;
}
.article-tiles .sub-main-tile-posts .post-tile .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.article-tiles .sub-main-tile-posts .post-tile .source {
  position: absolute;
  top: 0;
  left: 0;
}
.article-tiles .sub-main-tile-posts .post-tile:first-child {
  margin-left: 0;
}
.article-tiles .sub-main-tile-posts .post-tile:last-child {
  margin-right: 0;
}
.article-tiles .sub-main-tile-posts .post-tile .text-container {
  position: absolute;
  bottom: 55px;
  left: 17px;
  right: 17px;
}
.article-tiles .sub-main-tile-posts .post-tile .text-container .title {
  margin-top: 30px;
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: white;
}
.article-tiles .sub-main-tile-posts .post-tile .text-container .title a {
  text-decoration: none;
  color: white;
}
.article-tiles .sub-main-tile-posts .post-tile .text-container .preview {
  display: block;
  padding: 20px 0 0;
  color: white;
}
.article-tiles .sub-main-tile-posts .post-tile .date {
  padding: 0 17px 17px;
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  color: white;
}
.article-tiles .sub-main-tile-posts .post-tile.no-image .text-container {
  bottom: initial;
  top: 55px;
}
.article-tiles .sub-main-tile-posts .post-tile.no-image .text-container .title {
  color: black;
}
.article-tiles .sub-main-tile-posts .post-tile.no-image .text-container .title a {
  text-decoration: none;
  color: black;
}
.article-tiles .sub-main-tile-posts .post-tile.no-image .text-container .preview {
  color: black;
}
.article-tiles .sub-main-tile-posts .post-tile.no-image .date {
  color: #65B5D0;
}
.article-tiles .three-tile-posts {
  width: 100%;
  margin-bottom: 24px;
  display: flex;
}
.article-tiles .three-tile-posts a {
  text-decoration: none;
  color: black;
}
.article-tiles .three-tile-posts .post-tile {
  width: 352px;
  height: 400px;
  margin-right: 12px;
  margin-left: 12px;
  padding-bottom: 20px;
  position: relative;
  box-shadow: 0px 0px 30px #888888;
}
.article-tiles .three-tile-posts .post-tile:first-child {
  margin-left: 0;
}
.article-tiles .three-tile-posts .post-tile:last-child {
  margin-right: 0;
}
.article-tiles .three-tile-posts .post-tile .image {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 168px;
  background-position: center;
  background-size: cover;
}
.article-tiles .three-tile-posts .post-tile .image .source {
  position: absolute;
  bottom: 0;
  left: 0;
}
.article-tiles .three-tile-posts .post-tile .image.no-image {
  height: 120px;
}
.article-tiles .three-tile-posts .post-tile .image.no-image .source {
  top: 14px;
  bottom: inherit;
}
.article-tiles .three-tile-posts .post-tile .title {
  padding: 0 17px;
  margin-top: 30px;
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.article-tiles .three-tile-posts .post-tile .preview {
  display: block;
  padding: 20px 17px 0;
}
.article-tiles .three-tile-posts .post-tile .date {
  padding: 0 17px 17px;
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  color: #65B5D0;
}
.load-more-posts {
  cursor: pointer;
  background-color: #EEE;
  border: 1px solid #888;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 16px;
  left: 50%;
  position: relative;
  -ms-transform: translate(-50%, 0);
  /* IE 9 */
  -webkit-transform: translate(-50%, 0);
  /* Safari */
  transform: translate(-50%, 0);
}
#load-more-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 60px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
}
#load-more-overlay .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Safari */
  transform: translate(-50%, -50%);
}
/* main page */
.latest-news .section-title {
  font-size: 18px;
  font-weight: bold;
  border-left: 4px solid #65B5D0;
  padding: 8px 11px;
  text-transform: uppercase;
}
.latest-news .tile-set {
  margin-top: 23px;
  margin-bottom: 75px;
  display: flex;
}
.latest-news .tile-set a {
  text-decoration: none;
  color: white;
}
.latest-news .tile-set .tile {
  background-color: white;
  display: inline-block;
  width: 250px;
  height: 194px;
  color: white;
  position: relative;
  margin-right: 15px;
}
.latest-news .tile-set .tile .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
}
.latest-news .tile-set .tile .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.latest-news .tile-set .tile .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 8px;
}
.latest-news .tile-set .tile .text .title {
  font-size: 16px;
  font-weight: bold;
}
.latest-news .tile-set .tile .text .date {
  margin-top: 10px;
  color: #65B5D0;
}
.article-video {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.article-video .info {
  display: inline-block;
  height: 794px;
  width: 1280px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Safari */
  transform: translate(-50%, -50%);
}
.article-video .info .close {
  position: absolute;
  color: white;
  top: 0;
  right: 0;
  font-size: 32px;
}
.article-video .info .video-title {
  position: absolute;
  color: white;
  bottom: 0;
  left: 0;
  font-size: 20px;
  font-weight: bold;
}
.article-video .overlay-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Safari */
  transform: translate(-50%, -50%);
}
.video-tile {
  display: inline-block;
  height: 350px;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  cursor: pointer;
}
.video-tile .bg-ovrl {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.video-tile .bg-ovrl:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.video-tile i {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Safari */
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: white;
}
.article-content {
  /*min-height: calc(100vh - 300px);*/
}
.article-content blockquote {
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 16px;
  border-left: 2px solid #65B5D0;
  color: #65B5D0;
}
.article-content .author-ruller {
  width: 80px;
  margin: 50px 0 7px;
  border-color: grey;
}
.article-content .post-info {
  color: #65B5D0;
  font-weight: bold;
  margin: 20px 0;
}
.article-content .post-info .item {
  margin-right: 20px;
}
.article-content .back-link a {
  text-decoration: none;
  font-weight: 500;
  color: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.article-content .back-link a:before {
  content: '';
  width: 26px;
  height: 14px;
  background: transparent url(../stan/img/sprite0603.png) no-repeat;
  margin-right: 16px;
  background-position: -64px -17px;
}
.container {
  /*min-height: calc(100vh - 332px);*/
}
.content-part {
  min-height: 755px;
}
.content-part .left-inner-content {
  /*        width: calc(100% - 280px);*/
}
#wp-admin-bar-search {
  display: none;
}
.base-section {
  padding-top: 105px;
  /*min-height: calc(100vh - 200px);*/
}
.vacancy .block {
  display: block;
  margin-bottom: 24px;
  width: 100%;
  box-shadow: 0px 0px 30px #888888;
  position: relative;
}
.vacancy .block .department {
  display: inline-block;
  padding: 8px 20px 8px 16px;
  margin-top: 10px;
  color: white;
  font-weight: bold;
  background-image: linear-gradient(to right, #46BDEC, #205CAA);
}
.vacancy .block .items {
  padding: 20px;
}
.vacancy .block .items .vacancy-item {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid gray;
}
.vacancy .block .items .vacancy-item:first-child {
  margin-top: 0px;
}
.vacancy .block .items .vacancy-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.vacancy .block .items .vacancy-item .vacancy-brief {
  font-size: 20px;
}
.vacancy .block .items .vacancy-item .vacancy-brief .trigger {
  color: black;
  font-weight: bold;
  text-decoration: none;
}
.vacancy .block .items .vacancy-item .vacancy-brief .payment {
  float: right;
}
.this-count.empty-data {
  display: inline-block;
  font-size: 24px;
  /*        @media (max-width: 1350px) {
                    margin-top: 4px;
                    height: 30px;
                    font-size: 14px;
                }*/
}
/*==============================Buttons=======================================*/
.button {
  border: 1px solid #888;
  border-radius: 5px;
  padding: 10px 20px;
}
.button.button-default {
  background-color: white;
}
.button.button-grey {
  background-color: #EEE;
}
.button.button-blue {
  background-color: #2c82cb;
  color: white;
}
.button.button-red {
  background-color: #E73331;
  color: white;
}
.button.borderless {
  border: none;
}
.play-icon {
  display: inline-block;
  margin-left: 5px;
  text-align: center;
  background-color: white;
  color: red;
  font-size: 16px;
}
.chart-block {
  margin-top: 35px;
  margin-bottom: 50px;
}
/*============================================================================*/
.page-stan-content {
  width: 100%;
}
.page-stan-content .station-info-message {
  font-size: 18px;
  padding: 20px;
  color: red;
  font-weight: bold;
}
.page-stan-content .station-info-message p {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.page-stan-content .station-info-message p a {
  color: darkred;
}
/*====================== Профилемеры =========================================*/
.profilemeters .header {
  position: relative;
  padding-top: 160px;
  height: 813px;
}
.profilemeters .header .content-part {
  min-height: 570px;
  height: 570px;
}
.profilemeters .header .content-part .left-inner-content {
  width: calc(100% - 210px);
}
.profilemeters .header .content-part .right-inner-content {
  width: 210px;
}
.profilemeters .header .content-part .category {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
}
.profilemeters .header .content-part .title {
  margin-top: 29px;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 64px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.profilemeters .header .content-part .stations-count {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 64px;
  text-transform: uppercase;
}
.profilemeters .header .content-part .stations-count-text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
.profilemeters .header .content-part .stations-count-link {
  margin-top: 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.profilemeters .header .content-part .stations-count-link a {
  color: white;
  text-decoration: none;
}
.profilemeters .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.profilemeters .station-list {
  margin-bottom: 113px;
}
.profilemeters .station-list .district {
  margin-bottom: 42;
}
.profilemeters .station-list .district:last-child {
  margin-bottom: 0;
}
.profilemeters .station-list .district .district-data {
  position: relative;
  float: left;
  width: 368px;
  height: 238px;
  background-size: cover;
  color: #FFFFFF;
}
.profilemeters .station-list .district .district-data .abbriviation {
  position: absolute;
  top: 30px;
  left: 40px;
  font-weight: bold;
  font-size: 52px;
  line-height: 64px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.profilemeters .station-list .district .district-data .name {
  position: absolute;
  top: 94px;
  left: 40px;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
}
.profilemeters .station-list .district .district-data .station-count {
  position: absolute;
  bottom: 40px;
  left: 40px;
  font-weight: bold;
  font-size: 36px;
  line-height: 64px;
  letter-spacing: 2px;
}
.profilemeters .station-list .district .district-stations {
  margin-left: 408px;
  min-height: 238px;
}
.profilemeters .station-list .district .district-stations table {
  border-collapse: collapse;
  width: 100%;
}
.profilemeters .station-list .district .district-stations table tr.station-item td {
  border-bottom: 1px solid #ccc;
  height: 119px;
}
.profilemeters .station-list .district .district-stations table tr.station-item:first-child td {
  border-top: 1px solid #ccc;
}
.profilemeters .station-list .district .district-stations .station-item .station-item-title {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  width: 320px;
}
.profilemeters .station-list .district .district-stations .station-item .station-item-title .icon {
  float: left;
  left: 0;
  margin-right: 20px;
}
.profilemeters .station-list .district .district-stations .station-item .station-item-title a {
  color: #000000;
  text-decoration: none;
}
.profilemeters .station-list .district .district-stations .station-item .station-item-address {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  /*text-align: right;*/
}
.profilemeters .station-list .district .district-stations .station-item .station-item-address svg {
  vertical-align: text-bottom;
}
.profilemeters .station-list .district .district-stations .show-more td {
  text-align: right;
  cursor: pointer;
  padding-top: 10px;
  color: #888;
}
.profilemeters .about-inversion {
  color: #22232F;
  font-style: normal;
  margin-bottom: 89px;
}
.profilemeters .about-inversion .title {
  font-weight: bold;
  font-size: 52px;
  line-height: 64px;
  margin-bottom: 40px;
}
.profilemeters .about-inversion .main {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
}
.profilemeters .about-inversion .description {
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
}
.profilemeters .about-profilemeters {
  margin-bottom: 110px;
}
.profilemeters .about-profilemeters .title {
  font-weight: bold;
  font-size: 52px;
  line-height: 64px;
}
.profilemeters .about-profilemeters .description {
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
}
.profiler-station .back-link {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #22232F;
  text-decoration: none;
  margin-bottom: 13px;
  display: inline-block;
}
.profiler-station .profiler-station-header {
  background-color: #51bae9;
  height: 396px;
  padding-top: 65px;
  padding-bottom: 64px;
  padding-right: 166px;
  padding-left: 166px;
  margin-bottom: 81px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.profiler-station .profiler-station-header .left-section {
  float: left;
  width: 75%;
  color: #FFFFFF;
}
.profiler-station .profiler-station-header .left-section .subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 33px;
}
.profiler-station .profiler-station-header .left-section .title {
  font-style: normal;
  font-weight: bold;
  font-size: 82px;
  line-height: 64px;
  letter-spacing: 2px;
  margin-bottom: 33px;
}
.profiler-station .profiler-station-header .left-section .address {
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
}
.profiler-station .profiler-station-header .left-section .status {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  opacity: 0.6;
}
.profiler-station .profiler-station-header .right-section {
  float: right;
  width: 200px;
  padding-top: 50px;
}
.profiler-station .profiler-station-header .right-section .refresh-frequency {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 64px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.profiler-station .profiler-station-header .right-section .refresh-frequency-text {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.profiler-station .profiler-station-header .right-section .view-on-map-link {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.profiler-station .profiler-station-header .right-section .view-on-map-link a {
  color: #FFFFFF;
  text-decoration: none;
}
.profiler-station .profiler-content {
  margin-bottom: 20px;
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.profiler-station .station-block {
  margin-bottom: 43px;
}
.profiler-station .station-block .inversions {
  color: #22232F;
  margin-bottom: 81px;
}
.profiler-station .station-block .inversions .date {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 8px;
}
.profiler-station .station-block .inversions .title {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 29px;
}
.profiler-station .station-block .inversions .inversion-list {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 39px;
}
.profiler-station .station-block .inversions .inversion-list li {
  margin-bottom: 10px;
}
.profiler-station .station-block .inversions .inversion-list li:last-child {
  margin-bottom: 0px;
}
.profiler-station .station-block .inversions .inversion-list li::before {
  content: "\2022";
  color: #46BEED;
  font-weight: bold;
  display: inline-block;
  width: 1em;
}
.profiler-station .station-block .inversions .note {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
}
.profiler-station .station-block .chart-title {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  color: #22232F;
  margin-bottom: 43px;
}
.profiler-station .chart-image-container {
  position: relative;
  margin-bottom: 79px;
}
.profiler-station .chart-image-container .chart img {
  position: relative;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.profiler-station .chart-image-container .chart .image {
  display: inline-block;
  position: relative;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.profiler-station .chart-image-container .data-tooltip {
  position: absolute;
  width: 240px;
  height: 82px;
  background-color: #888;
  border-radius: 5px;
  font-family: Fira Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #FFF;
  padding: 17px 14px 13px 14px;
}
.profiler-station .chart-image-container .data-tooltip:after {
  content: '';
  position: absolute;
  border: 10px solid transparent;
  border-right-color: #888;
  border-bottom-color: #888;
  left: 18px;
  top: 84%;
  transform: rotate(45deg);
}
.profiler-station .chart-image-container .data-tooltip.left:after {
  left: 185px;
}
.profiler-station .info-block {
  margin-bottom: 84px;
  color: #22232F;
}
.profiler-station .info-block .title {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 29px;
}
.profiler-station .info-block .main {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 29px;
}
.profiler-station .info-block .desscription {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
}
.isotermia-switcher {
  user-select: none;
}
.isotermia-switcher .switcher-name {
  display: none;
}
.isotermia-switcher .isometria-tooltip {
  display: none;
}
.isotermia-switcher .switch-station-tooltip {
  display: block;
  top: -85px;
  left: 283px;
}
.isotermia-switcher .switch-station-tooltip:after {
  left: 10px;
  bottom: -20px;
  top: initial;
  border-bottom-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0.55);
}
.isotermia-switcher .switch-layers-tooltip {
  display: block;
  top: -34px;
  left: -253px;
  width: 200px;
}
.isotermia-switcher .switch-layers-tooltip:after {
  left: 100%;
  bottom: 22px;
  top: initial;
  border-bottom-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0.55);
}
.isotermia-switcher .isotermia {
  position: absolute;
  width: 0px;
  height: 0px;
  bottom: 39px;
  left: -13px;
}
.isotermia-switcher .isotermia .slider {
  width: 100%;
}
.isotermia-switcher .isotermia .slider .slide {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: white;
  padding: 10px 0px;
}
.isotermia-switcher .isotermia .slider .slide:nth-child(odd) {
  /*background-color: lightgray;*/
}
.isotermia-switcher .isotermia .slider .slide.blured {
  opacity: 0.4;
}
.isotermia-switcher .isotermia .slider .slide .diff {
  color: #FFF;
  float: right;
  width: 116px;
  font-weight: normal;
  padding-left: 7px;
}
.isotermia-switcher .isotermia .slider .slide .diff.diff-0 {
  background-color: #0001b0;
}
.isotermia-switcher .isotermia .slider .slide .diff.diff-1 {
  background-color: #0352e8;
}
.isotermia-switcher .isotermia .slider .slide .diff.diff-2 {
  background-color: #0087e8;
}
.isotermia-switcher .isotermia .slider .slide .diff.diff-3 {
  background-color: #23b8e8;
  color: #000000;
}
.isotermia-switcher .isotermia .slider .slide .diff.diff-4 {
  background-color: #00dae8;
  color: #000000;
}
.isotermia-switcher .isotermia .slider .slide .diff.diff-5 {
  background-color: #73e7e7;
  color: #000000;
}
.isotermia-switcher .isotermia .slider .slide .diff.diff-6 {
  background-color: #23ffbc;
  color: #000000;
}
.isotermia-switcher .isotermia .slider .slide .diff.diff-7 {
  background-color: #00eda8;
  color: #000000;
}
.isotermia-switcher .isotermia .slider .slide .diff.diff-8 {
  background-color: #25ff64;
  color: #000000;
}
.isotermia-switcher .isotermia .slider .slide .diff.diff-9 {
  background-color: #1ede50;
}
.isotermia-switcher .isotermia .slider .slide .diff.diff-10 {
  background-color: #00d300;
}
.isotermia-switcher .isotermia .slider .slide .diff.diff-11 {
  background-color: #94e900;
}
.isotermia-switcher .isotermia .slider .slide .diff.diff-12 {
  background-color: #c8e832;
}
.isotermia-switcher .isotermia .slider .slide .diff.diff-13 {
  background-color: #e6e701;
}
.isotermia-switcher .isotermia .slider .slide .diff.diff-14 {
  background-color: #e69b02;
}
.isotermia-switcher .isotermia .slider .slide .diff.diff-15 {
  background-color: #e67801;
}
.isotermia-switcher .isotermia.no-slider {
  position: initial;
  width: initial;
  height: initial;
  bottom: initial;
  left: initial;
}
.isotermia-switcher .isotermia.no-slider .slider {
  width: 280px;
}
.isotermia-switcher .isotermia .inversion-slider {
  /*background-color: rgba(0,255,255,0.5);*/
  width: 290px;
  height: 40px;
  position: relative;
}
.isotermia-switcher .isotermia .inversion-slider .conrols {
  position: absolute;
  right: 100%;
  top: -8px;
  width: 32px;
  height: 56px;
  z-index: 1;
}
.isotermia-switcher .isotermia .inversion-slider .conrols .vertical-control {
  position: absolute;
  left: 8;
  width: 16px;
  height: 16px;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 2px;
  text-align: center;
  opacity: 0.6;
  cursor: pointer;
  font-size: 16px;
}
.isotermia-switcher .isotermia .inversion-slider .conrols .vertical-control .arrow {
  position: absolute;
  left: 5px;
  top: 3px;
}
.isotermia-switcher .isotermia .inversion-slider .conrols .vertical-control.vertical-control-up {
  top: 8px;
  transform: rotate(-90deg);
}
.isotermia-switcher .isotermia .inversion-slider .conrols .vertical-control.vertical-control-down {
  bottom: 8px;
  transform: rotate(90deg);
}
.isotermia-switcher .isotermia .inversion-slider .station-conrols {
  position: absolute;
  left: 100%;
  top: 5px;
  width: 56px;
  height: 32px;
  z-index: 100000;
}
.isotermia-switcher .isotermia .inversion-slider .station-conrols .horisontal-control {
  position: absolute;
  top: 8px;
  width: 16px;
  height: 16px;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 2px;
  text-align: center;
  opacity: 0.6;
  cursor: pointer;
  font-size: 20px;
}
.isotermia-switcher .isotermia .inversion-slider .station-conrols .horisontal-control .arrow {
  position: absolute;
  left: 5px;
  top: 3px;
}
.isotermia-switcher .isotermia .inversion-slider .station-conrols .horisontal-control.horisontal-control-left {
  left: 8px;
  transform: rotate(-180deg);
}
.isotermia-switcher .isotermia .inversion-slider .station-conrols .horisontal-control.horisontal-control-right {
  right: 8px;
}
.isotermia-switcher .isotermia .inversion-slider .inversion-slide-limiter {
  /*background-color: rgba(255,255,0,0.5);*/
  width: 290px;
  height: 40px;
  position: relative;
}
.isotermia-switcher .isotermia .inversion-slider .inversion-slide-limiter .inversion-slider-content {
  overflow: hidden;
  width: 290px;
  height: 120px;
  padding: 14px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: relative;
}
.isotermia-switcher .isotermia .inversion-slider .inversion-slide-limiter .inversion-slider-content:before,
.isotermia-switcher .isotermia .inversion-slider .inversion-slide-limiter .inversion-slider-content:after {
  position: absolute;
  left: 0;
  right: 0;
  content: '';
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.8) 0.01%, rgba(0, 0, 0, 0.79) 21.35%, rgba(0, 0, 0, 0.73) 50.52%, rgba(0, 0, 0, 0.53) 77.08%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.7;
}
.isotermia-switcher .isotermia .inversion-slider .inversion-slide-limiter .inversion-slider-content:before {
  top: 0;
  bottom: 50%;
  transform: rotate(180deg);
}
.isotermia-switcher .isotermia .inversion-slider .inversion-slide-limiter .inversion-slider-content:after {
  top: 50%;
  bottom: 0;
}
.isotermia-switcher .isotermia .inversion-slider .inversion-slide-limiter .inversion-slider-content .slider-outer {
  overflow: visible;
  position: relative;
  z-index: 1;
  top: -13px;
  /*                        .lSSlideWrapper{
                                                    overflow: visible;
                                                    padding: 0 14px;
                                                }*/
}
.isotermia-switcher .isotermia .inversion-slider .inversion-slide-limiter .inversion-slider-content .slider-outer:before,
.isotermia-switcher .isotermia .inversion-slider .inversion-slide-limiter .inversion-slider-content .slider-outer:after {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  content: '';
  z-index: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.isotermia-switcher .isotermia .inversion-slider .inversion-slide-limiter .inversion-slider-content .slider-outer:before {
  bottom: 160px;
}
.isotermia-switcher .isotermia .inversion-slider .inversion-slide-limiter .inversion-slider-content .slider-outer:after {
  bottom: 120px;
}
.isotermia-switcher .isotermia .inversion-slider .inversion-slide-limiter .inversion-slider-content .slider-outer .slider {
  top: -40px;
  position: relative;
  z-index: 1;
  transition: 0.2s ease;
}
.isotermia-switcher.simple .switcher-name {
  display: block;
}
.isotermia-switcher.simple .isometria-tooltip {
  display: block;
}
.isotermia-switcher.simple .isotermia-switcher {
  display: none;
}
.isotermia-switcher.simple .isotermia {
  bottom: 28px;
  left: -13px;
}
.isotermia-switcher.simple .isotermia .slider .slide .diff {
  color: #FFFFFF;
}
.isotermia-switcher.simple .isotermia .slider .slide .diff.diff-3,
.isotermia-switcher.simple .isotermia .slider .slide .diff.diff-4,
.isotermia-switcher.simple .isotermia .slider .slide .diff.diff-5,
.isotermia-switcher.simple .isotermia .slider .slide .diff.diff-6,
.isotermia-switcher.simple .isotermia .slider .slide .diff.diff-7,
.isotermia-switcher.simple .isotermia .slider .slide .diff.diff-8 {
  color: #000000;
}
.isotermia-switcher.simple .isotermia .inversion-slider .conrols {
  top: -20px;
  right: calc(100% - 8px);
}
.isotermia-switcher.simple .isotermia .inversion-slider .station-conrols {
  display: none;
}
.isotermia-switcher.simple .isotermia .inversion-slider .inversion-slide-limiter {
  overflow: hidden;
}
.isotermia-switcher.simple .isotermia .inversion-slider .inversion-slide-limiter .inversion-slider-content:before,
.isotermia-switcher.simple .isotermia .inversion-slider .inversion-slide-limiter .inversion-slider-content:after {
  display: none;
}
.isotermia-switcher.simple .isotermia .inversion-slider .inversion-slide-limiter .inversion-slider-content .slider-outer:before,
.isotermia-switcher.simple .isotermia .inversion-slider .inversion-slide-limiter .inversion-slider-content .slider-outer:after {
  display: none;
}
.isotermia-switcher.simple .isotermia .inversion-slider .inversion-slide-limiter .inversion-slider-content .slider-outer .blured {
  opacity: 1;
}
/*========================== О нас ===========================================*/
.about-us .about-content .about-slider-content {
  position: relative;
}
.about-us .about-content .about-slider-content .team-member-popup {
  display: none;
  position: absolute;
  left: -420px;
  background: rgba(0, 0, 0, 0.75);
  padding: 15px;
  font-weight: 500;
  border-radius: 8px;
  width: 400px;
  z-index: 1;
}
.about-us .about-content .about-slider-content .team-member-popup .name {
  margin-bottom: 5px;
}
.about-us .about-content .about-slider-content .team-member-popup .short-description {
  margin-bottom: 5px;
}
.about-us .about-content .about-slider-content .team-member-popup .view-more-container {
  text-align: right;
}
.about-us .about-content .about-slider-content .team-member {
  height: 130px;
}
.about-us .details-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}
.about-us .details-popup .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.about-us .details-popup .details-popup-window {
  border-radius: 6px;
  overflow: overlay;
  position: relative;
  width: 780px;
  margin-top: 22px;
  margin-bottom: 22px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  max-height: calc(100% - 44px);
  padding-top: 31px;
  padding-bottom: 31px;
  padding-left: 43px;
  padding-right: 43px;
}
.about-us .details-popup .details-popup-window .close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 32px;
  cursor: pointer;
}
.about-us .details-popup .details-popup-window .head {
  padding-left: 85px;
  position: relative;
  min-height: 80px;
  text-align: center;
}
.about-us .details-popup .details-popup-window .head .image {
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  width: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-us .details-popup .details-popup-window .head .name {
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 5px;
}
.about-us .details-popup .details-popup-window .head .position {
  font-size: 24px;
  line-height: 32px;
  color: #22232F;
}
.about-us .department-history {
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
}
.about-us .department-history .lSAction {
  position: absolute;
  top: 0px;
  right: 0;
  width: 80px;
  height: 32px;
  /**/
}
.about-us .department-history .lSAction .lSPrev,
.about-us .department-history .lSAction .lSNext {
  background: none;
  opacity: 1;
}
.about-us .department-history .lSAction .lSPrev {
  left: 0;
}
.about-us .department-history .lSAction .lSNext {
  right: 0;
}
.about-us .department-history .lSAction .control {
  color: #6EA9DB;
  text-align: center;
  line-height: 32px;
  height: 32px;
  width: 32px;
  border: 1px solid #6EA9DB;
  border-radius: 50%;
}
.about-us .department-history .history-slider {
  position: relative;
  display: flex;
}
.about-us .department-history .history-slider .history-slider-page {
  display: flex;
  overflow: hidden;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item {
  /* цветовая схема*/
  position: relative;
  min-width: 167px;
  max-width: 167px;
  height: 270px;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item .icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  height: 56px;
  width: 56px;
  border: 2px solid black;
  border-radius: 50%;
  overflow: hidden;
  padding: 10px;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item .icon .image {
  display: block;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item .icon .image-white {
  display: none;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item .icon .image,
.about-us .department-history .history-slider .history-slider-page .history-slider-item .icon .image-white {
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  /*background-size: cover;*/
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item .icon:hover,
.about-us .department-history .history-slider .history-slider-page .history-slider-item .icon.hovered {
  background-color: black;
  cursor: pointer;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item .icon:hover .image,
.about-us .department-history .history-slider .history-slider-page .history-slider-item .icon.hovered .image {
  display: none;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item .icon:hover .image-white,
.about-us .department-history .history-slider .history-slider-page .history-slider-item .icon.hovered .image-white {
  display: block;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item .arrow {
  position: absolute;
  top: 50%;
  left: 66px;
  transform: translate(0, -50%);
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item .info {
  position: absolute;
  top: 0;
  left: 28px;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  height: 20px;
  padding-left: 15px;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item .info .data {
  width: 264px;
  position: relative;
  z-index: 1000;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item .info .data .year {
  color: black;
  font-family: Fira Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item .info .data .name {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: flex-end;
  text-transform: uppercase;
  cursor: pointer;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item .info:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  display: inline-block;
  content: '';
  width: 16px;
  height: 16px;
  background-color: black;
  border-radius: 50%;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item .info:after {
  position: absolute;
  top: 17px;
  left: 0;
  transform: translate(-50%, 0);
  display: inline-block;
  content: '';
  width: 2px;
  height: 80px;
  background-color: black;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(even) .info {
  top: unset;
  bottom: 0;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(even) .info .data {
  bottom: 0;
  position: absolute;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(even) .info:after {
  top: unset;
  bottom: 17px;
  left: 0;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:last-child {
  min-width: 209px;
  max-width: 210px;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:last-child .arrow {
  width: 239px;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:last-child .arrow:after {
  display: none;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(1) .icon {
  border-color: #AD83D7;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(1) .icon svg rect,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(1) .icon svg path,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(1) .icon svg circle,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(1) .icon svg polygon,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(1) .icon svg ellipse {
  stroke: #AD83D7;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(1) .icon svg rect.change-fill-color,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(1) .icon svg path.change-fill-color,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(1) .icon svg circle.change-fill-color,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(1) .icon svg polygon.change-fill-color,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(1) .icon svg ellipse.change-fill-color {
  fill: #AD83D7;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(1) .icon:hover,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(1) .icon.hovered {
  background-color: #AD83D7;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(1) .info .data .name {
  color: #AD83D7;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(1) .info .data .name.hovered,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(1) .info .data .name:hover {
  text-decoration: underline #AD83D7;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(1) .info:before {
  background-color: #AD83D7;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(1) .info:after {
  background-color: #AD83D7;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(2) .icon {
  border-color: #6755AD;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(2) .icon svg rect,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(2) .icon svg path,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(2) .icon svg circle,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(2) .icon svg polygon,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(2) .icon svg ellipse {
  stroke: #6755AD;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(2) .icon svg rect.change-fill-color,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(2) .icon svg path.change-fill-color,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(2) .icon svg circle.change-fill-color,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(2) .icon svg polygon.change-fill-color,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(2) .icon svg ellipse.change-fill-color {
  fill: #6755AD;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(2) .icon:hover,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(2) .icon.hovered {
  background-color: #6755AD;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(2) .info .data .name {
  color: #6755AD;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(2) .info .data .name.hovered,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(2) .info .data .name:hover {
  text-decoration: underline #6755AD;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(2) .info:before {
  background-color: #6755AD;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(2) .info:after {
  background-color: #6755AD;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(3) .icon {
  border-color: #33BA61;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(3) .icon svg rect,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(3) .icon svg path,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(3) .icon svg circle,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(3) .icon svg polygon,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(3) .icon svg ellipse {
  stroke: #33BA61;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(3) .icon svg rect.change-fill-color,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(3) .icon svg path.change-fill-color,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(3) .icon svg circle.change-fill-color,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(3) .icon svg polygon.change-fill-color,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(3) .icon svg ellipse.change-fill-color {
  fill: #33BA61;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(3) .icon:hover,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(3) .icon.hovered {
  background-color: #33BA61;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(3) .info .data .name {
  color: #33BA61;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(3) .info .data .name.hovered,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(3) .info .data .name:hover {
  text-decoration: underline #33BA61;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(3) .info:before {
  background-color: #33BA61;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(3) .info:after {
  background-color: #33BA61;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(4) .icon {
  border-color: #1F9161;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(4) .icon svg rect,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(4) .icon svg path,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(4) .icon svg circle,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(4) .icon svg polygon,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(4) .icon svg ellipse {
  stroke: #1F9161;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(4) .icon svg rect.change-fill-color,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(4) .icon svg path.change-fill-color,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(4) .icon svg circle.change-fill-color,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(4) .icon svg polygon.change-fill-color,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(4) .icon svg ellipse.change-fill-color {
  fill: #1F9161;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(4) .icon:hover,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(4) .icon.hovered {
  background-color: #1F9161;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(4) .info .data .name {
  color: #1F9161;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(4) .info .data .name.hovered,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(4) .info .data .name:hover {
  text-decoration: underline #1F9161;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(4) .info:before {
  background-color: #1F9161;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(4) .info:after {
  background-color: #1F9161;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(5) .icon {
  border-color: #CDADE7;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(5) .icon svg rect,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(5) .icon svg path,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(5) .icon svg circle,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(5) .icon svg polygon,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(5) .icon svg ellipse {
  stroke: #CDADE7;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(5) .icon svg rect.change-fill-color,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(5) .icon svg path.change-fill-color,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(5) .icon svg circle.change-fill-color,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(5) .icon svg polygon.change-fill-color,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(5) .icon svg ellipse.change-fill-color {
  fill: #CDADE7;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(5) .icon:hover,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(5) .icon.hovered {
  background-color: #CDADE7;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(5) .info .data .name {
  color: #CDADE7;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(5) .info .data .name.hovered,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(5) .info .data .name:hover {
  text-decoration: underline #CDADE7;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(5) .info:before {
  background-color: #CDADE7;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(5) .info:after {
  background-color: #CDADE7;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(6) .icon {
  border-color: #487959;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(6) .icon svg rect,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(6) .icon svg path,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(6) .icon svg circle,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(6) .icon svg polygon,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(6) .icon svg ellipse {
  stroke: #487959;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(6) .icon svg rect.change-fill-color,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(6) .icon svg path.change-fill-color,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(6) .icon svg circle.change-fill-color,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(6) .icon svg polygon.change-fill-color,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(6) .icon svg ellipse.change-fill-color {
  fill: #487959;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(6) .icon:hover,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(6) .icon.hovered {
  background-color: #487959;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(6) .info .data {
  width: 226px;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(6) .info .data .name {
  color: #487959;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(6) .info .data .name.hovered,
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(6) .info .data .name:hover {
  text-decoration: underline #487959;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(6) .info:before {
  background-color: #487959;
}
.about-us .department-history .history-slider .history-slider-page .history-slider-item:nth-child(6) .info:after {
  background-color: #487959;
}
.about-us .department-history .history-slider .history-slider-page:last-child .history-slider-item:last-child .arrow {
  display: none;
}
.about-us .department-history .history-modal {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: 10000;
}
.about-us .department-history .history-modal .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.15);
}
.about-us .department-history .history-modal .body {
  position: absolute;
  background-color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 650px;
  padding: 16px 24px;
  border-radius: 6px;
}
.about-us .department-history .history-modal .body .close {
  top: 17px;
  right: 24px;
  position: absolute;
  font-size: 32px;
  cursor: pointer;
  font-weight: 100;
}
.about-us .department-history .history-modal .body .title {
  border-spacing: 0;
  /*border-collapse: collapse;*/
  min-height: 40px;
  width: 95%;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-right: 16px;
  /*                    .image{
                                            position: relative;
                                            height: 40px;
                                            width: 40px;
                                            padding-right: 17px;
                                            background: red;
                                            background: #F9F9F9;
                                            border-radius: 6px;
                                            
                                            svg{
                                                position: absolute;
                                                top: 50%;
                                                left: 50%;
                                                transform: translate(-50%,-50%);
                                            }
                                        }*/
  /*                    .title-text{
                                            font-family: Fira Sans;
                                            font-style: normal;
                                            font-weight: 500;
                                            font-size: 18px;
                                            line-height: 40px;
                                            text-transform: uppercase;
                                        }*/
}
.about-us .department-history .history-modal .body .title tr td {
  padding: 0;
}
.about-us .department-history .history-modal .body .title tr td.imgage-container {
  width: 57px;
}
.about-us .department-history .history-modal .body .title tr td.imgage-container .image {
  height: 40px;
  width: 40px;
  margin-right: 17px;
  background: #F9F9F9;
  border-radius: 6px;
  vertical-align: top;
  background-position: center;
  background-repeat: no-repeat;
}
.about-us .department-history .history-modal .body .title tr td.title-text {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  vertical-align: middle;
}
.about-us .department-history .history-modal .body .year {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-top: 23px;
  margin-bottom: 3px;
}
.about-us .department-history .history-modal .body .description {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
}
.about-us .department-history .history-modal .body .description p:first-child {
  margin-top: 0;
}
/*============================================================================*/
/*===мероприятия и сми======*/
.events-and-media .annual-chart-container {
  width: 100%;
}
.events-and-media .annual-chart-container .annual-chart {
  width: 100%;
  height: 320px;
}
.events-and-media .about-slider-content .slick-dots {
  top: -26px;
  left: unset;
  transform: translate(calc(-100% - 9px), -18px);
}
/*============================================================================*/
/*=== карта для внешний сайтов ======*/
.map-external .s_aside-menu {
  padding-top: 20px;
}
.map-external .s_aside-menu .logo {
  padding-left: 20px;
  margin-bottom: 15px;
  font-size: 20px;
}
.map-external .s_aside-menu .logo a:before {
  top: -3px;
}
.map-external .s_container__content {
  padding-left: 20px;
  padding-right: 20px;
}
.map-external .s_container__content .s_container__content_top .s_container__content_left .g_txt {
  width: 190px;
  margin-right: 25px;
}
.map-external .s_container__content .s_container__content_top .s_container__content_left .g_txt .g_txt__h1 {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 10px;
}
.map-external .s_container__content .s_container__content_top .s_container__content_left .item {
  margin-right: 20px;
}
.map-external .s_container__content .s_container__content_top .s_container__content_left .site-map-reference {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 220px;
  transform: translate(0, -50%);
}
.map-external .s_container__content .s_container__content_top .s_container__content_left .site-map-reference .logo:before {
  content: '';
  width: 25px;
  height: 31px;
  background: url(../img/logo-mos-white.png) center no-repeat;
  position: absolute;
  left: -35px;
  top: -12px;
}
/*=== мос эко мониторигн сегодня ======*/
.mem-today ul {
  list-style: inside disc;
}
.mem-today .title {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 52px;
  line-height: 62px;
  text-transform: uppercase;
}
.mem-today .actions .actions-item-wrapper {
  position: relative;
  border-bottom: 1px solid #EBEBEB;
  padding: 28px 0;
}
.mem-today .actions .actions-item-wrapper:first-child {
  border-top: 1px solid #EBEBEB;
}
.mem-today .actions .actions-item-wrapper .show-more {
  position: absolute;
  bottom: 10px;
  right: 0;
  cursor: pointer;
  font-family: Fira Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #7F7F7F;
  text-transform: uppercase;
  display: none;
}
.mem-today .actions .actions-item-wrapper .show-less {
  display: none;
  text-align: right;
  position: relative;
  margin-top: 10px;
}
.mem-today .actions .actions-item-wrapper .show-less .show-less-button {
  bottom: -18px;
  right: 0;
  position: absolute;
  cursor: pointer;
  font-family: Fira Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #7F7F7F;
  text-transform: uppercase;
}
.mem-today .actions .actions-item-wrapper .actions-item {
  position: relative;
  padding-left: 259px;
  min-height: 179px;
  overflow: hidden;
}
.mem-today .actions .actions-item-wrapper .actions-item .cover {
  display: none;
  position: absolute;
  height: calc(100% - 104px);
  left: 259px;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.9) 100%);
}
.mem-today .actions .actions-item-wrapper .actions-item .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 248px;
  height: 179px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mem-today .actions .actions-item-wrapper .actions-item .name {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
}
.mem-today .actions .actions-item-wrapper .actions-item .info {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
}
.mem-today .actions .actions-item-wrapper.less .actions-item {
  max-height: 179px;
}
.mem-today .actions .actions-item-wrapper.less .actions-item .cover {
  display: block;
}
.mem-today .actions .actions-item-wrapper.less .show-more {
  display: block;
}
.mem-today .actions .actions-item-wrapper.more .show-less {
  display: block;
}
.mem-today .divisions-title {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 52px;
  line-height: 62px;
  margin-bottom: 28px;
  margin-top: 76px;
}
.mem-today .divisions-slider-container {
  margin-bottom: 169px;
}
.mem-today .divisions-slider-container .divisions-slider .slick-arrow {
  top: -75px;
}
.mem-today .divisions-slider-container .divisions-slider .divisions-item {
  width: 180px;
  margin: 0 auto;
  text-align: center;
}
.mem-today .divisions-slider-container .divisions-slider .divisions-item a {
  text-decoration: none;
  color: black;
}
.mem-today .divisions-slider-container .divisions-slider .divisions-item .division-name {
  height: 69px;
  font-family: Fira Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  margin: 28px 0 38px;
}
.mem-today .divisions-slider-container .divisions-slider .divisions-item .division-image {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*============= главная =================*/
.main-page-content .right-inner-content {
  position: relative;
  padding-bottom: 245px;
}
.main-page-content .right-inner-content .banner {
  margin-bottom: 10px;
}
.main-page-content .right-inner-content .banner img {
  width: 100%;
}
.main-page-content .right-inner-content .interactive-map {
  /* 156px */
  width: 180px;
  right: 0;
}
.main-page-content .right-inner-content .interactive-map img {
  width: 100%;
}
/*# sourceMappingURL=new_style_2019_06.css.map */