.max-width {
  max-width: 1170px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .max-width {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.box-shadow {
  -webkit-box-shadow: 0 0 7px 0 rgba(19, 37, 76, 0.13);
          box-shadow: 0 0 7px 0 rgba(19, 37, 76, 0.13);
}
.no-scroll {
  overflow: hidden;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex_alg-ctr {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex_alg-str {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex_drt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex_js-bt {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@-webkit-keyframes showing-right {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes showing-right {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes showing-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes showing-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes menuup {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes menuup {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes menudown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes menudown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.clearfix::after,
.clearfix::before {
  content: '';
  display: block;
  clear: both;
}
.qw {
  font-family: vtb-font-gen;
  padding: 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: red;
  border-radius: 20px;
  color: white;
  line-height: 1;
  margin: 20px;
  border: none;
}
.qw-n {
  font-family: vtb-font;
  font-weight: 300;
}
.header__content {
  max-width: 1170px;
  margin: 0 auto;
  min-width: 1170px;
  /* пока нет моб. версии */
  margin-top: 40px;
  margin-bottom: 40px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .header__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .header__content {
    padding-left: 15px;
  }
}
.header__content-right,
.header__content-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__content-left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.header__content-right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.header__logo {
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-position: left center;
  /*height: 100%;*/
  height: 95px;
  width: 100px;
  margin-right: 20px;
}
.header__title {
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
}
.header__title:hover {
  text-decoration: none;
}
.header__title-main {
  font-size: 36px;
  font-weight: normal;
  max-width: 350px;
  line-height: 36px;
}
.header__title-sub {
  font-size: 12px;
  font-weight: light;
  margin-top: 8px;
}
.header__search {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header__search-field {
  position: relative;
}
.header__search-field .label {
  display: none;
}
.header__search-field i {
  font-size: 20px;
  position: absolute;
  right: 6px;
  top: 7px;
  color: #bfc3cb;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.header__search-field i:hover {
  color: #616876;
}
.header__search-filter {
  margin-top: 10px;
  text-align: right;
}
.header__search-filter label {
  margin-right: 15px;
  font-weight: 300;
}
.header__search-filter label:last-child {
  margin-right: 0;
}
.header__login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 50px;
  padding-left: 30px;
  min-width: calc((((100% - 220px)  /12) * 3) + 40px);
}
.header__login-photo {
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  border-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
}
.header__login-photo-block {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  width: 100%;
  height: 100%;
}
.header__login-name {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: normal;
  text-align: left;
  max-width: 100%;
  max-height: 50px;
  line-height: 16px;
}
.header__login > a:first-child {
  width: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
}
.header__login > a:last-child {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  text-decoration: none;
}
.header__login > a:last-child:hover {
  text-decoration: underline;
}
.header__sponsor {
  margin-top: 8px;
}
.header__sponsor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 45px;
  width: 100%;
}
.header__sponsor-list-link {
  margin-right: 40px;
  text-decoration: none;
}
.header__sponsor-list-link:last-child {
  margin-right: 0;
}
.header__sponsor-list-item {
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.header__sponsor-list-item:last-child {
  margin-right: 0;
}
.header__sponsor-list-item_soees {
  background-image: url("../img/logo/soees.png");
  width: 168px;
  height: 45px;
}
.header__sponsor-list-item_soees:hover {
  background-image: url("../img/logo/soees_color.png");
}
.header__sponsor-list-item_rusgidro {
  background-image: url("../img/logo/rusgidro.png");
  width: 102px;
  height: 34px;
}
.header__sponsor-list-item_rusgidro:hover {
  background-image: url("../img/logo/rusgidro_color.png");
}
.header__sponsor-list-item_fskees {
  background-image: url("../img/logo/fskees.png");
  width: 127px;
  height: 34px;
}
.header__sponsor-list-item_fskees:hover {
  background-image: url("../img/logo/fskees_color.png");
}
.header__sponsor-list-item_rosseti {
  background-image: url("../img/logo/rosseti.png");
  width: 108px;
  height: 31px;
}
.header__sponsor-list-item_rosseti:hover {
  background-image: url("../img/logo/rosseti_color.png");
}
.header__top-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 16px;
}
.header__top-menu-list-item {
  margin-right: 24px;
  font-size: 13px;
}
.header__top-menu-list-item:last-child {
  margin-right: 0px;
}
.header__top-menu-list-item a {
  text-decoration: none;
  font-weight: 300;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}
.header__top-menu-list-item a i {
  margin-right: 4px;
  font-size: 16px;
  color: #414141;
}
.header__top-menu-list-item:hover {
  text-decoration: underline;
}
.footer {
  margin: 40px auto 0;
  min-width: 1000px;
  height: 180px;
  position: relative;
}
.footer__logo {
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-position: left center;
  height: 95px;
  width: 100px;
  min-width: 100px;
  margin-right: 20px;
}
.footer__content {
  max-width: 1170px;
  margin: 0 auto;
  min-width: 1170px;
  /* пока нет моб. версии */
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .footer__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.footer__content-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
  margin-bottom: 50px;
}
.footer__content-right {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.footer__content p {
  margin-bottom: 20px;
}
.footer__content span {
  display: block;
  line-height: 20px;
}
.footer__copi {
  font-size: 13px;
  font-weight: 300;
  color: #414141;
}
.footer__linkblock {
  font-size: 13px;
  font-weight: 300;
}
.footer__linkblock a {
  color: #000000;
  margin-left: 40px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.footer__linkblock a:hover {
  text-decoration: underline;
}
.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #000000;
  font-size: 14px;
  font-weight: 300;
}
.content {
  max-width: 1170px;
  margin: 0 auto;
  min-width: 1170px;
  /* пока нет моб. версии */
  padding: 30px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.content__main {
  margin: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content__center {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 30px;
  min-width: calc(((100% / 12) * 10) - 20px);
  max-width: calc(((100% / 12) * 10) - 20px);
  height: 100%;
  min-height: calc(100vh - 300px);
  /* тянем блок до футера, когда мало контента */
}
.content__right {
  min-width: calc(((100% / 12) * 2));
  max-width: calc(((100% / 12) * 2));
}
.menu {
  max-width: 1170px;
  margin: 0 auto;
  min-width: 1170px;
  /* пока нет моб. версии */
  background-color: white;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .menu {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.menu__list {
  margin: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  border-bottom: 1px solid #c0c0c0;
}
.menu__item {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  /*
    &:hover {
      border-bottom: 4px solid @blue;
      .top-menu__sub {
        display: block;
        animation: menuup  .3s;
      }
    }*/
}
.menu__item.active .menu__sub {
  display: block;
  -webkit-animation: menuup 0.3s;
          animation: menuup 0.3s;
}
.menu__item.disappear {
  border-bottom: 4px solid transparent;
}
.menu__item.disappear .menu__sub {
  display: block;
  opacity: 0;
  -webkit-animation: menudown 0.2s;
          animation: menudown 0.2s;
}
.menu__item > i {
  font-size: 26px;
  line-height: 20px;
  cursor: pointer;
  position: relative;
  top: 2px;
  display: none;
}
.menu__item a {
  white-space: normal;
  text-align: left;
  display: block;
}
.menu__item-toplvl {
  cursor: pointer;
  padding: 14px 0;
}
.menu__item-toplvl > a {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.menu__item-toplvl > a:hover {
  text-decoration: none;
}
.menu__item,
.menu .menu__item_sub {
  font-size: 20px;
  color: #000000;
}
.menu__item_sub,
.menu .menu__item_sub_sub {
  display: none;
}
.menu__item_sub.show,
.menu .menu__item_sub_sub.show {
  display: block;
}
.menu__coll {
  width: calc(100% / 2);
  min-width: calc(100% / 2);
  max-width: calc(100% / 2);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.menu__sub {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 1;
  display: none;
  width: calc(100% - 2px);
  padding: 40px 0 20px;
  background: white;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(19, 37, 76, 0.24);
          box-shadow: 0px 5px 5px 0px rgba(19, 37, 76, 0.24);
  margin: 0;
  border: 1px solid #e0e0e0;
}
.menu__sub-content {
  max-width: 1170px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px;
}
@media screen and (max-width: 1200px) {
  .menu__sub-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.menu__sub-coll {
  min-width: calc(100% / 2);
  max-width: calc(100% / 2);
  width: calc(100% / 2);
}
.menu__sub-item {
  display: block;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 300;
}
.menu__sub-item a {
  color: #000000;
  text-decoration: none;
}
.menu__sub-item a:hover {
  text-decoration: underline;
}
.menu__mobile-btn {
  display: none;
}
.menu__label-back {
  display: none;
  -webkit-animation: showing-right 0.3s;
          animation: showing-right 0.3s;
  cursor: pointer;
}
.menu__label-back i {
  font-size: 24px;
  color: #3d658f;
  margin-right: 10px;
}
.menu__label-back span {
  color: #000000;
  font-size: 20px;
}
.menu__label-back.show {
  display: block;
}
.menu__label-back.hide {
  display: none;
}
@media (min-width: 1051px) {
  .menu__item .mdi-chevron-right {
    display: none !important;
  }
}
.right-block {
  color: #000000;
  margin-bottom: 20px;
  min-height: 350px;
}
.right-block ul,
.right-block li {
  margin: 0;
}
.right-block li {
  margin: 0 0 10px;
  line-height: 100%;
  padding: 0;
  list-style-type: none;
}
.right-block li:before {
  content: none;
}
.right-block:last-child {
  margin-bottom: 0;
}
.right-block__title {
  border-bottom: 3px solid #3d658f;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 8px;
  text-transform: uppercase;
}
.right-block__block {
  overflow: hidden;
}
.right-block__block-img {
  background-size: 110%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  padding-bottom: 45%;
}
.right-block__block-img:hover {
  background-size: 115%;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  /* for IE */
}
.right-block__img-title {
  text-align: center;
  padding: 20px;
  width: 100%;
}
.right-block__img-title > a {
  color: #000000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300 !important;
}
.right-block__img-title > a:hover {
  text-decoration: underline;
}
.right-block__img-text {
  overflow: hidden;
  display: block;
  margin-top: 15px;
  color: #b1b6bf;
  line-height: 1.5;
  font-size: 14px;
  text-align: left;
  font-weight: 300;
}
.right-block__item {
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 300;
  position: relative;
}
.right-block__item:last-child {
  margin-bottom: 0;
}
.right-block__item .icon {
  position: absolute;
  left: 0;
  width: 14px;
  height: 14px;
  background-position: center !important;
  background-size: cover !important;
}
.right-block__item .icon-tree {
  background: url("../img/SVG/tree.svg") no-repeat;
  width: 16px;
}
.right-block__item .icon-read {
  background: url("../img/SVG/read.svg") no-repeat;
}
.right-block__item .icon-flag {
  background: url("../img/SVG/flag.svg") no-repeat;
}
.right-block__item .icon-tree {
  background: url("../img/SVG/tree.svg") no-repeat;
}
.right-block__item .icon-phone {
  background: url("../img/SVG/phone.svg") no-repeat;
}
.right-block__item .icon-file {
  background: url("../img/SVG/file.svg") no-repeat;
}
.right-block_exhibition {
  padding: 0;
  height: 320px;
}
.right-block_photo {
  height: 320px;
  margin-bottom: 50px;
}
.right-block_photo.long {
  height: 410px;
}
.right-block_birthday {
  /*max-height: 380px;
  height: 380px;*/
  overflow: hidden;
  margin-bottom: 30px;
}
.right-block_birthday .right-block li {
  margin: 0 0 12px;
}
.right-block_birthday .news-block__item .date {
  margin-bottom: 3px;
}
.right-block_birthday .news-block__item .text {
  margin-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.right-block_news-npsve {
  height: 380px;
  margin-bottom: 30px;
}
.right-block_about-menu .right-block__item {
  padding: 0;
  font-size: 15px;
}
.right-block_about-menu .right-block__item.drop.active .right-block_about-submenu {
  display: block;
}
.right-block_about-menu .right-block__item.drop i {
  font-size: 20px;
  line-height: 16px;
  margin-left: 5px;
  display: inline-block;
}
.right-block_about-menu .right-block__item:before {
  display: none;
}
.right-block_about-submenu {
  padding-left: 20px;
  padding-top: 20px;
  display: none;
}
.right-block_about-submenu li {
  margin-bottom: 20px;
  font-size: 15px;
}
.right-block_about-submenu li > a {
  display: block;
}
.right-block_about-submenu li:last-child {
  margin-bottom: 0;
}
.slider {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}
.home-slider {
  height: 380px;
  background: white;
  overflow: hidden;
  position: relative;
}
.home-slider__item {
  position: relative;
  height: 100%;
  height: 380px;
}
.home-slider__img {
  width: 100%;
  height: calc(100%);
  display: block;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.home-slider__text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 16px 16px 16px;
  background: url("../img/bg-slider.png") repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-slider__text-wrap {
  max-width: 100%;
  height: 40px;
  overflow: hidden;
  outline: none;
  
}
.home-slider__text-wrap-text {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  line-height: 1.3;
}

.home-slider__text-wrap > a {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  line-height: 1.3;
  text-decoration: none;
  outline: none;
  border-bottom: 1px solid transparent;
}
.home-slider__text-wrap > a:hover {
  text-decoration: none;
  border-bottom: 1px solid;
}
.home-slider .slick-dots {
  position: absolute;
  bottom: 66px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  width: 100%;
}
.home-slider .slick-dots .slick-active {
  background: #c9cdd3;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.home-slider .slick-dots li {
  background: white;
  outline: none;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: solid 1px #cdd5e6;
  line-height: 100%;
  padding: 0;
  text-decoration: none;
  margin: 0;
  margin-left: 8px;
  display: block;
  cursor: pointer;
}
.home-slider .slick-dots li:before {
  content: none;
}
.home-slider .slick-dots li button {
  display: none !important;
}
.home-slider .slick-dots li.slick-active {
  background: #c9cdd3;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: solid 1px #c9cdd3;
}
.home-news {
  -webkit-box-shadow: 0 0 7px 0 rgba(19, 37, 76, 0.13);
          box-shadow: 0 0 7px 0 rgba(19, 37, 76, 0.13);
  background: white;
  margin-bottom: 20px;
  padding: 30px 0 0;
}
.home-news__title {
  margin: 0 20px 30px;
  font-size: 20px;
  font-weight: 300;
}
.home-news__title a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.home-news__title a:hover {
  border-bottom: 1px solid;
}
.home-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.home-news__list_page-news {
  padding-left: 0;
  padding-right: 0;
}
.home-news__list_page-news .home-news__item-info,
.home-news__list_page-news .home-news__item-text {
  padding: 0;
}
.home-news__list_page-veterans .home-news__item {
  width: calc((100% - 61px) / 4);
  margin-bottom: 20px;
}
.home-news__list_page-veterans .home-news__item:nth-child(3n+3) {
  margin-right: 20px;
}
.home-news__list_page-veterans .home-news__item:nth-child(4n+4) {
  margin-right: 0;
}
.home-news__list_page-veterans .home-news__item-block-img {
  padding-bottom: 145%;
}
.home-news__list_page-veterans .home-news__item-text {
  margin-top: 8px;
  margin-bottom: 4px;
  font-size: 15px;
  height: 38px;
}
.home-news__list_page-veterans .home-news__item-text > a {
  height: 38px;
  max-height: 36px;
}
.home-news__list_page-history .home-news__item {
  width: calc((100% - 41px) / 3);
  margin-bottom: 20px;
}
.home-news__list_page-history .home-news__item:nth-child(3n+3) {
  margin-right: 0;
}
.home-news__list_page-history .home-news__item-block-img {
  padding-bottom: 145%;
}
.home-news__list_page-history .home-news__item-text {
  margin-top: 8px;
  margin-bottom: 4px;
  font-size: 15px;
  height: 58px;
}
.home-news__list_page-newspapers .home-news__item {
  /*&-text {
          margin-top: 8px;
          margin-bottom: 4px;
          font-size: @third-size;
          height: 38px;
          & > a {
            height: 38px;
            max-height: 36px;
          }
        }*/
}
.home-news__list_page-newspapers .home-news__item-block-img {
  padding-bottom: 55%;
}
.home-news__item {
  width: calc((100% - 41px) / 3);
  margin-right: 20px;
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 14px;
}
.home-news__item:nth-child(3n+3) {
  margin-right: 0;
}
.home-news__item-block {
  overflow: hidden;
  /*
      & > a {
        & > img {
          height: 166px;
          width: auto;
        }
      }
      */
}
.home-news__item-block-img {
  background-repeat: no-repeat !important;
  background-size: 110% !important;
  background-position: center center !important;
  padding-bottom: 63%;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -moz-transition: all 0.2s 0 linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.home-news__item-block-img:hover {
  background-size: 115% auto !important;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  /* for IE */
}
.home-news__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
  margin-bottom: 4px;
  font-size: 13px;
}
.home-news__item-date {
  color: #89969c;
  line-height: 25px;
  white-space: nowrap;
}
.home-news__item-tag {
  padding: 3px;
  background: #f0f2f8;
  color: #89969c;
  max-width: calc(100% - 80px);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.home-news__item-text {
  color: #000000;
  line-height: 1.3;
  height: 58px;
  overflow: hidden;
}
.home-news__item-text > a {
  color: #000000 !important;
  line-height: 1.3;
  height: 58px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: block;
  max-height: 56px;
  text-decoration: none;
}
.home-news__item-text > a:hover {
  text-decoration: underline;
}
.anonse-list {
  background-image: url("../img/events-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 240px;
  position: relative;
  cursor: pointer;
}
.anonse-list::before {
  content: "";
  background-image: url("../img/icon/icons-events.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 69px;
  height: 62px;
  top: 80px;
  left: calc(50% - 35px);
  z-index: 2;
}
.memorabledates {
  width: 240px;
}
.eventreports {
  width: 268px;
}
.home-bottom-btn__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-bottom-btn__item {
  -webkit-box-shadow: 0 0 7px 0 rgba(19, 37, 76, 0.13);
          box-shadow: 0 0 7px 0 rgba(19, 37, 76, 0.13);
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  width: calc((100% - ((100% - 80px) / 3) - 40px) / 2);
  margin-right: 20px;
  padding-left: 30px;
  padding-right: 30px;
  height: 120px;
  font-weight: 300;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-top: 2px solid #002882;
}
.home-bottom-btn__item:last-child {
  margin-right: 0;
}
.home-bottom-btn__item:hover .home-bottom-btn__text {
  text-decoration: underline;
}
.home-bottom-btn__item:nth-child(2) {
  width: calc((100% - 80px) / 3);
}
.home-bottom-btn__img {
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  margin-right: 20px;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.home-bottom-btn__img_prog {
  background: url("../img/ico1.png") no-repeat;
}
.home-bottom-btn__img_st {
  background: url("../img/ico2.png") no-repeat;
}
.home-bottom-btn__img_club {
  background: url("../img/ico3.png") no-repeat;
}
.home-bottom-btn__text {
  line-height: 1.3;
  color: #000000;
  width: 100%;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  max-height: 56px;
}
.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 30px 0;
}
.pager__page-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pager__item {
  background: #fff;
  text-align: center;
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 13px;
  color: #000000;
  cursor: pointer;
  margin: 0 8px;
}
.pager__item.active {
  cursor: default;
  font-weight: bold;
}
.pager__item.prev,
.pager__item.next {
  background: transparent;
  border: none;
  color: #b1b6bf;
  font-size: 13px;
}
.pager__item.prev[disabled],
.pager__item.next[disabled] {
  cursor: default;
  opacity: 0.5;
}
.page-filter {
  margin-bottom: 20px;
  font-weight: 300;
}
.page-filter__date-range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-filter__date-range .input {
  padding-right: 22px;
  position: relative;
  margin-right: 25px !important;
  width: 120px;
  background: url("../img/SVG/calendar-ico.svg") no-repeat;
  background-position: bottom 0px right 5px;
  background-size: 18px 30px;
  color: #000000;
  cursor: pointer;
}
.page-filter__date-range .input:last-child {
  margin-right: 0 !important;
}
.page-filter__date-range .sep {
  position: relative;
}
.page-filter__date-range .sep:before {
  content: '';
  border-bottom: 1px solid #b1b6bf;
  width: 15px;
  position: absolute;
  right: 5px;
  top: 14px;
}
.page-filter .error__list {
  display: none;
  margin-top: 10px;
}
.page-filter .error__list > span {
  margin-top: 5px;
  font-size: 12px;
  color: #e91e63;
  display: block;
}
.page-filter .error__list.active {
  display: block;
}
.page-filter__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-filter__row .btn__clear {
  margin-left: 10px;
}
.page-filter__row_first {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-filter__row_last {
  margin-bottom: 0;
}
.page-filter__row_last > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-filter__row_last > .item > .select {
  width: 100%;
}
.page-filter__row.mobile-btn {
  display: none;
}
.page-filter__row .item {
  margin-right: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.page-filter__row .item.date-range {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 265px;
  min-width: 265px;
}
.page-filter__row .item_small {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.page-filter__row .item_big {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
.page-filter__row .label {
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 5px;
  color: #b1b6bf;
}
.page-filter__row .input {
  margin-right: 10px;
}
.page-filter__row:last-child {
  margin-bottom: 0;
}
.page-filter_birthday {
  background: url('../img/bg-search.jpg') no-repeat;
  background-size: contain;
  background-position-x: 0;
}
.page-filter_birthday .label {
  color: #798591;
}
.page-filter_birthday .item.date-range {
  min-width: 205px;
}
@media screen and (max-width: 1120px) {
  .page-filter__date-range .input {
    padding-right: 10px;
    width: 100px;
    background: none;
  }
  .page-filter__date-range .input_birthday-filter {
    padding-right: 22px;
    background: url('../img/SVG/calendar-ico.svg') no-repeat;
    background-position: bottom 0px right 5px;
    background-size: 18px 30px;
  }
  .page-filter .item .select__input {
    min-width: auto;
  }
}
.breadcrumbs {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.breadcrumbs .item {
  display: inline;
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 300;
  color: #8d8d8d;
  margin-left: 5px;
  padding-left: 5px;
}
.breadcrumbs .item:before {
  content: '\F054';
  font-family: "Material Design Icons";
  font-size: 12px;
  color: #8d8d8d;
  opacity: 0.6;
  position: relative;
  left: -5px;
}
.breadcrumbs .item:first-child {
  margin: 0;
  padding: 0;
}
.breadcrumbs .item:first-child:before {
  display: none;
}
.tabs__list-btn {
  display: none;
}
.tabs__content-item {
  display: none;
}
.tabs__content-item.active {
  display: block;
}
.news__recommend {
  margin-bottom: 20px;
}
.news__recommend .title {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 20px;
  color: #545454;
  margin-bottom: 25px;
}
.news__recommend .item {
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
.news__recommend .item:last-child {
  margin-bottom: 0;
}
.news__recommend .item:before {
  content: '\F219';
  font-family: "Material Design Icons";
  font-size: 22px;
  color: #3d658f;
  position: absolute;
  left: 0;
  top: -1px;
}
.news__recommend .item a {
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 7px;
  text-decoration: none;
  display: block;
}
.news__recommend .item .time {
  font-family: 'Roboto';
  font-size: 13px;
  font-weight: 300;
  color: #b1b6bf;
}
.news__recommend + .news__author {
  margin-top: 60px;
  margin-bottom: 10px;
}
.news__desc {
  font-family: 'Roboto';
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  color: #545454;
  margin-bottom: 20px;
}
.news__text {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  color: #545454;
  margin-bottom: 50px;
}
.news__text a {
  text-decoration: none;
  color: #000000;
}
.news__text b,
.news__text strong {
  font-weight: 600;
}
.news__text p {
  margin-bottom: 30px;
}
.news__text p:last-child {
  margin-bottom: 0;
}
.news__author,
.news__status,
.news__link {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 14px;
  color: #000000;
  margin-bottom: 50px;
}
.news__author span:first-child,
.news__status span:first-child,
.news__link span:first-child {
  color: #b1b6bf;
}
.news__author a,
.news__status a,
.news__link a {
  text-decoration: none;
  word-wrap: break-word;
}
.news__author a:hover,
.news__status a:hover,
.news__link a:hover {
  text-decoration: underline;
}
.news__author + .news__status {
  margin-top: 10px;
  margin-bottom: 10px;
}
.news__status + .news__link {
  margin-top: 10px;
}
.news__status + .comments {
  margin-top: 50px;
}
.news__image {
  margin-bottom: 30px;
}
.news__image > img {
  width: 100%;
}
.news__type {
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 300;
  background: #ebedf3;
  color: #8d8d8d;
  padding: 3px;
}
.news__date {
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 300;
  margin-right: 15px;
  color: #8d8d8d;
}
.news__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.comments__content .text {
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 15px;
}
.comments__content .text p {
  margin-bottom: 15px;
}
.comments__content a {
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 300;
  color: #000000;
  text-decoration: none;
  display: block;
}
.comments__content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comments .item {
  margin-bottom: 40px;
  position: relative;
}
.comments .item:before {
  content: '';
  border-bottom: 1px solid #e6edfb;
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.comments .item_has-answer .item {
  margin-bottom: 0;
  margin-top: 40px;
  position: relative;
}
.comments .item_has-answer .item:before {
  width: calc(100% - 270px);
  top: -20px;
  bottom: auto;
  left: auto;
  right: 0;
}
.comments .item .user-data {
  margin-right: 30px;
  min-width: 240px;
  padding-left: 60px;
}
.comments .item .user-data .photo {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center !important;
  background-size: cover !important;
}
.comments .item .user-data .name {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 14px;
  color: #000000;
  margin-bottom: 10px;
}
.comments .item .user-data .date {
  color: #8d8d8d;
  font-size: 14px;
}
.comments .item .user-data .date span:first-child {
  margin-right: 10px;
}
.comments__title {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 18px;
  color: #545454;
  margin-bottom: 15px;
}
.comments__add-block {
  -webkit-box-shadow: 0 0 7px 0 rgba(19, 37, 76, 0.13);
          box-shadow: 0 0 7px 0 rgba(19, 37, 76, 0.13);
  margin-bottom: 40px;
  background: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.comments__add-block:before {
  content: '';
  border-bottom: 1px solid #e6edfb;
  width: 100%;
  position: absolute;
  bottom: -22px;
  left: 0;
}
.comments__add-block .comment-field {
  width: 100%;
  margin-right: 10px;
  border: 1px solid #e6edfb;
  resize: none;
  height: 100px;
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 14px;
  color: #b1b6bf;
  padding: 10px 15px;
}
.comments__add-block_admin {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  margin-bottom: 0;
}
.comments__add-block_admin:before {
  content: none;
}
.comments__add-block_admin .comment-field {
  margin-left: 0;
}
.comments__add-block_admin .btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}
.comments__add-block_admin .btn-block button {
  margin-left: 10px;
}
.departament__title {
  margin-bottom: 30px;
}
.departament__content {
  margin-bottom: 40px;
  float: left;
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  color: #545454;
  width: 100%;
}
.departament__content-image {
  float: left;
  width: calc(50% - 10px);
  margin: 5px 20px 5px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 29%;
}
.departament__content-text {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  color: #545454;
  float: left;
  width: calc(50% - 10px);
}
.departament__subcontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  clear: both;
  margin-bottom: 20px;
}
.departament__subcontent .right-block {
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 50%;
}
.departament__subcontent .right-block_blue {
  min-height: auto;
  margin-right: 20px;
}
.departament__block-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.departament__block-btn-item {
  width: calc(((100% - 40px) / 3));
  margin-right: 20px;
  border-top: 2px solid #002882;
  -webkit-box-shadow: 0 0 7px 0 rgba(19, 37, 76, 0.13);
          box-shadow: 0 0 7px 0 rgba(19, 37, 76, 0.13);
  background: white;
  color: #000000;
  overflow: hidden;
}
.departament__block-btn-item:last-child {
  margin-right: 0;
}
.departament__block-btn-item-block {
  overflow: hidden;
}
.departament__block-btn-item-block-img {
  background-size: 110%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  padding-bottom: 38%;
}
.departament__block-btn-item-block-img:hover {
  background-size: 115%;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.departament__block-btn-item-title {
  text-align: center;
  padding: 24px 10px;
}
.departament__block-btn-item-title > a {
  color: #000000;
  text-decoration: none;
}
.departament__block-btn-item-title > a:hover {
  text-decoration: underline;
}
.departament__responsive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 7px 0 rgba(19, 37, 76, 0.13);
          box-shadow: 0 0 7px 0 rgba(19, 37, 76, 0.13);
  background: white;
  padding: 20px;
}
.departament__responsive-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 14px;
  min-width: 45%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.departament__responsive-user-pic {
  width: 55px;
  height: 55px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55px;
          flex: 0 0 55px;
  border-radius: 50%;
  margin-right: 20px;
  overflow: hidden;
}
.departament__responsive-user-pic-block {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
.departament__responsive-user-block {
  padding-right: 20px;
  width: calc(100% - 75px);
}
.departament__responsive-user-block-title {
  color: #afaeae;
  margin-bottom: 5px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  width: 100%;
  line-height: 18px;
  max-height: 38px;
}
.departament__responsive-user-block-name {
  color: #000000;
  max-height: 45px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  width: 100%;
  line-height: 18px;
}
.departament__responsive-phone {
  color: #545454;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-left: 22px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  width: 33%;
  min-width: 160px;
  padding-right: 20px;
}
.departament__responsive-phone:before {
  content: "\F3F2";
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  color: #bcbcbc;
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
}
.departament__responsive-phone > span {
  font-size: 14px;
  line-height: 18px;
}
.departament__responsive-phone > span:first-child {
  margin-bottom: 5px;
}
.departament__responsive-email {
  padding-left: 22px;
  color: #545454;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  width: 33%;
  min-width: 160px;
}
.departament__responsive-email:before {
  content: "\F1F0";
  font-size: 12px;
  position: absolute;
  top: 1px;
  left: 0;
  color: #bcbcbc;
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
}
.departament__responsive-email > a {
  color: #000000;
  text-decoration: none;
}
.departament__responsive-email > a:hover {
  text-decoration: underline;
}
.birthday__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.birthday__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px;
  -webkit-box-shadow: 0 0 7px 0 rgba(19, 37, 76, 0.13);
          box-shadow: 0 0 7px 0 rgba(19, 37, 76, 0.13);
  background: #fff;
  margin-bottom: 10px;
}
.birthday__list-item:last-child {
  margin-bottom: 0;
}
.birthday__list-item-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-right: 1px solid #e6ecf2;
  width: 250px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
}
.birthday__list-item-user-pic {
  width: 70px;
  height: 70px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  border-radius: 50%;
  margin-right: 15px;
  overflow: hidden;
}
.birthday__list-item-user-pic-block {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}
.birthday__list-item-user-name {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding-right: 10px;
  width: 100%;
  margin-top: 5px;
}
.birthday__list-item-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-right: 1px solid #e6ecf2;
  width: calc((100% - 250px - 170px) * 0.6);
  padding: 5px 20px 0;
}
.birthday__list-item-location-job {
  width: 100%;
  font-size: 13px;
  line-height: 20px;
  color: #3b4256;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.birthday__list-item-location-job + .birthday__list-item-location-city {
  margin-top: 5px;
}
.birthday__list-item-location-city {
  width: 100%;
  font-size: 13px;
  font-weight: 300;
  color: #89969c;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.birthday__list-item-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-right: 1px solid #e6ecf2;
  width: calc((100% - 250px - 170px) * 0.4);
  padding: 5px 20px 0;
  white-space: nowrap;
}
.birthday__list-item-date-day {
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  color: #3b4256;
  margin-bottom: 5px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.birthday__list-item-date-week {
  width: 100%;
  font-size: 13px;
  font-weight: 300;
  color: #89969c;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.birthday__list-item-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 170px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
  padding-left: 20px;
}
.birthday__list-item-btn > .btn {
  margin-bottom: 10px;
  width: 100%;
}
.birthday__list-item-btn-remind-me {
  margin-bottom: 5px;
}
.birthday__list-item-btn-remind-me > a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #97a4b2;
  position: relative;
  padding-left: 22px;
  text-decoration: none;
}
.birthday__list-item-btn-remind-me > a:hover {
  text-decoration: underline;
}
.birthday__list-item-btn-remind-me > a:before {
  content: "";
  background: url('../img/icon/cake.png') no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
.birthday__list-item-btn-remind-coworker > a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #97a4b2;
  display: block;
  position: relative;
  padding-left: 22px;
  text-decoration: none;
}
.birthday__list-item-btn-remind-coworker > a:hover {
  text-decoration: underline;
}
.birthday__list-item-btn-remind-coworker > a:before {
  content: "";
  background: url('../img/icon/balloon.png') no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 2px;
}
.lk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lk__title {
  font-size: 28px;
  font-weight: 300;
  color: #545454;
  padding: 10px 0 20px;
}
.lk__info {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.lk__info-pic {
  width: 170px;
  height: 170px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
  margin-right: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.lk__info-pic-block {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.lk__info-data-name {
  font-size: 22px;
  font-weight: normal;
  color: #545454;
  margin-top: 10px;
}
.lk__info-data-job-title {
  font-size: 14px;
  font-weight: 300;
  color: #89969c;
  margin-top: 10px;
}
.lk__info-data-phone {
  font-size: 14px;
  font-weight: 300;
  color: #545454;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lk__info-data-phone > i {
  color: #b1b6bf;
  margin-right: 6px;
}
.lk__info-data-phone > div {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.lk__info-data-phone > div > span {
  width: 100%;
  display: block;
  margin-top: 5px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.lk__info-data-email {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.lk__info-data-email > i {
  color: #b1b6bf;
  margin-right: 6px;
}
.lk__info-data-email > a {
  font-size: 14px;
  font-weight: 300;
  color: #000000;
  text-decoration: none;
  text-transform: lowercase;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.lk__info-data-email > a:hover {
  text-decoration: underline;
}
.lk__info-data-number {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 300;
  color: #545454;
}
.lk__info-data-number > span {
  margin-top: 3px;
  display: inline-block;
}
.lk__services {
  padding: 0;
}
.lk__services-header {
  padding: 20px 20px 0px 20px;
  /*
      &.line {
        border-top: 1px solid @gray-lght;
        padding-top: @sp*0.75;
      }
      */
}
.lk__services-header-title {
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
  color: #545454;
  padding: 8px 0 0 0;
  margin-bottom: 30px;
}
.lk__services-header-links {
  font-size: 14px;
  font-weight: 300;
  text-align: right;
}
.lk__services-header-links-lk {
  display: block;
  text-decoration: none;
}
.lk__services-header-links-lk:hover {
  text-decoration: underline;
}
.lk__services-header-links-old {
  display: inline-block;
}
.lk__services-header-links-lk {
  color: #000000;
}
.lk__services-header-links-old {
  margin-top: 5px;
  color: #89969c;
}
.lk__services-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0px 20px 20px 20px;
}
.lk__services-list-item {
  padding: 20px;
  -webkit-box-shadow: 0 0 7px 0 rgba(19, 37, 76, 0.13);
          box-shadow: 0 0 7px 0 rgba(19, 37, 76, 0.13);
  margin: 0 20px 20px 0;
  width: calc(33.33% - 15px);
}
.lk__services-list-item:nth-child(3n) {
  margin-right: 0;
}
.lk__services-list-item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-decoration: none;
  border-bottom: 1px solid #e1e3e6;
  margin-bottom: 20px;
  padding: 0 0 15px 0;
}
.lk__services-list-item-block-icon {
  width: 30px;
  height: 35px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: no-repeat;
  background-position: center 3px;
  margin-right: 15px;
}
.lk__services-list-item-block-icon_info {
  background-image: url('../img/icon/info.png');
}
.lk__services-list-item-block-icon_doc {
  background-image: url('../img/icon/doc.png');
}
.lk__services-list-item-block-icon_boss {
  background-image: url('../img/icon/boss.png');
}
.lk__services-list-item-block-icon_time {
  background-image: url('../img/icon/time.png');
}
.lk__services-list-item-block-icon_pass {
  background-image: url('../img/icon/pass.png');
}
.lk__services-list-item-block-icon_other {
  background-image: url('../img/icon/other.png');
}
.lk__services-list-item-block-text {
  text-decoration: none;
  font-size: 15px;
  line-height: 1.15;
  font-weight: 300;
  color: #000000;
  max-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.lk__services-list-item-block-text:hover {
  text-decoration: none;
}
.lk__services-list-item-block-title {
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  color: #545454;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  max-height: 55px;
}
.lk__services-list-item-block-title > div {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.lk__services-list-item_vacation .lk__services-list-item-block-icon {
  background-image: url('../img/icon/vacation.png');
}
.lk__services-list-item_paysheet .lk__services-list-item-block-icon {
  background-image: url('../img/icon/paysheet.png');
}
.lk__services-list-item_application .lk__services-list-item-block-icon {
  background-image: url('../img/icon/application.png');
}
.lk__services-list-item .right-block__item {
  margin-bottom: 12px;
}
.lk__services-list_vtb24 .lk__services-list-item,
.lk__services-list_boss .lk__services-list-item {
  padding: 0;
}
.lk__services-list_vtb24 .lk__services-list-item.last_row,
.lk__services-list_boss .lk__services-list-item.last_row {
  margin-bottom: 0;
}
.lk__services-list_vtb24 .lk__services-list-item-block,
.lk__services-list_boss .lk__services-list-item-block {
  padding: 0 20px;
  border: 0;
  margin: 0;
  min-height: 72px;
  height: 72px;
  max-height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.lk__services-list_vtb24 .lk__services-list-item-block-icon,
.lk__services-list_boss .lk__services-list-item-block-icon {
  height: 35px;
}
.lk__services-list_vtb24 .lk__services-list-item-block:hover .lk__services-list-item-block-text,
.lk__services-list_boss .lk__services-list-item-block:hover .lk__services-list-item-block-text {
  text-decoration: underline;
}
.lk__services-list_vtb .lk__services-list-item.last_row {
  margin-bottom: 0;
}
.lk__services-list + .lk__services-header {
  border-top: 1px solid #e1e3e6;
  padding-top: 15px;
}
.lk__services-header-blue,
.lk__services-list-blue {
  background-color: #3d658f;
}
.lk__services-header-blue .lk__services-header-title,
.lk__services-list-blue .lk__services-header-title {
  color: #fff;
}
.lk__services-header-blue .lk__services-list-item-block-text,
.lk__services-list-blue .lk__services-list-item-block-text {
  color: #fff;
}
.lk__services-header-blue .lk__services-list-item_vacation .lk__services-list-item-block-icon,
.lk__services-list-blue .lk__services-list-item_vacation .lk__services-list-item-block-icon {
  background-image: url('../img/icon/vacation_wht.png');
}
.lk__services-header-blue .lk__services-list-item_paysheet .lk__services-list-item-block-icon,
.lk__services-list-blue .lk__services-list-item_paysheet .lk__services-list-item-block-icon {
  background-image: url('../img/icon/paysheet_wht.png');
}
.lk__services-header-blue .lk__services-list-item_application .lk__services-list-item-block-icon,
.lk__services-list-blue .lk__services-list-item_application .lk__services-list-item-block-icon {
  background-image: url('../img/icon/application_wht.png');
}
.lk__services + .lk__services_blue,
.lk__services_blue + .lk__services {
  margin-top: 20px;
}
/* container search-page */
.content__center_full {
  max-width: 100%;
  margin-right: 0;
}
/* filter search-page */
.page-filter__search {
  margin-top: 25px;
}
.page-filter__search .page-filter__row {
  margin-bottom: 0;
}
.page-filter__search .btn__clear {
  margin-top: 0;
  margin-right: 10px;
}
/* search-content search-page */
.search-content {
  padding-top: 10px;
}
.search-content__title {
  color: #545454;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6ecf2;
}
.search-content__title-rest {
  color: #8d8d8d;
}
.search-content__list__item {
  padding: 20px 0;
  border-bottom: 1px solid #e6ecf2;
}
.search-content__list__item .mark {
  background-color: #e6edfb;
}
.search-content__list__item > p {
  padding: 5px 0;
}
.search-content__list__item > p:last-child {
  padding: 5px 0 0 0;
}
.search-content__list__item > p:first-child {
  padding: 0 0 5px 0;
}
.search-content__list__item .title {
  line-height: 1.2;
  font-size: 15px;
  color: #000000;
}
.search-content__list__item .text {
  line-height: 1.7;
  font-size: 13px;
  color: #000000;
  font-weight: 300;
}
.search-content__list__item .data {
  font-size: 13px;
  font-weight: 300;
  color: #89969c;
  line-height: 1.2;
}
.search-content__list__item .link > a {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 300;
  color: #000000;
  text-decoration: none;
}
.search-content__list__item .link > a:hover {
  text-decoration: underline;
}
.search-content-pager {
  margin-bottom: 0;
  margin-top: 20px;
}
.privilege__content {
  margin-top: 40px;
}
.privilege__content_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.privilege__content_row-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 50%;
}
.privilege__content_row-sub-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 50%;
}
.privilege__content_row-sub-cell-icon {
  width: 100px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: 100px 80px;
}
.privilege__content_row-sub-cell-link {
  color: #000000;
  line-height: 1.3;
  height: 58px;
  max-height: 58px;
  overflow: hidden;
  margin: 10px 0 20px;
  padding: 0 10px;
  text-align: center;
  width: 100%;
}
.privilege__content_row-sub-cell-link > a {
  color: #000000 !important;
  line-height: 1.3;
  height: 58px;
  max-height: 58px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: block;
  max-height: 56px;
  text-decoration: none;
}
.privilege__content_row-sub-cell-link > a:hover {
  text-decoration: underline;
}
.sales__title {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 300;
}
.sales__title a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.sales__title a:hover {
  border-bottom: 1px solid;
}
.sales__title_sub {
  padding: 8px 0 0 0;
  margin-bottom: 30px;
}
.sales__title_sub h1 {
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
  color: #545454;
}
.sales__title.line {
  border-top: 1px solid #e1e3e6;
  padding-top: 15px;
}
.sales__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.sales__item {
  -webkit-box-shadow: 0 0 7px 0 rgba(19, 37, 76, 0.13);
          box-shadow: 0 0 7px 0 rgba(19, 37, 76, 0.13);
  width: calc(((100% - 41px) / 3));
  margin-right: 20px;
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 14px;
  background: #fff;
  padding-bottom: 20px;
}
.sales__item:nth-child(3n+3) {
  margin-right: 0;
}
.sales__item-block {
  overflow: hidden;
}
.sales__item-block-img {
  background-repeat: no-repeat !important;
  background-size: 110% !important;
  background-position: center center !important;
  padding-bottom: 63%;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -moz-transition: all 0.2s 0 linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.sales__item-block-img:hover {
  background-size: 115% auto !important;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  /* for IE */
}
.sales__item-text {
  color: #000000;
  line-height: 1.3;
  height: 58px;
  overflow: hidden;
  padding: 0 10px;
  margin-top: 15px;
}
.sales__item-text > a {
  color: #000000 !important;
  line-height: 1.3;
  height: 58px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: block;
  max-height: 56px;
  text-decoration: none;
}
.sales__item-text > a:hover {
  text-decoration: underline;
}
.sales__responsive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 7px 0 rgba(19, 37, 76, 0.13);
          box-shadow: 0 0 7px 0 rgba(19, 37, 76, 0.13);
  background: white;
  padding: 20px;
  margin-bottom: 20px;
}
.sales__responsive:last-child {
  margin-bottom: 30px;
}
.sales__responsive-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 14px;
  min-width: 40%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sales__responsive-user-pic {
  width: 55px;
  height: 55px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55px;
          flex: 0 0 55px;
  border-radius: 50%;
  margin-right: 20px;
  overflow: hidden;
}
.sales__responsive-user-pic-block {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
.sales__responsive-user-block {
  padding-right: 20px;
  width: calc(100% - 75px);
}
.sales__responsive-user-block-title {
  color: #afaeae;
  margin-bottom: 5px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  width: 100%;
  line-height: 18px;
}
.sales__responsive-user-block-name {
  color: #000000;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  width: 100%;
  line-height: 1.2;
}
.sales__responsive-contacts {
  color: #545454;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  width: 25%;
  min-width: 160px;
  padding-right: 20px;
  padding-left: 30px;
}
.sales__responsive-contacts-phone,
.sales__responsive-contacts-email {
  position: relative;
  width: 100%;
}
.sales__responsive-contacts-phone:first-child,
.sales__responsive-contacts-email:first-child {
  margin-bottom: 5px;
}
.sales__responsive-contacts-phone:before,
.sales__responsive-contacts-email:before {
  font-size: 12px;
  position: absolute;
  top: 0;
  left: -20px;
  color: #bcbcbc;
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
}
.sales__responsive-contacts-phone > span,
.sales__responsive-contacts-email > span {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 14px;
  display: block;
  line-height: 16px;
}
.sales__responsive-contacts-phone:before {
  content: "\F3F2";
  top: -1px;
}
.sales__responsive-contacts-email:before {
  content: "\F1F0";
  top: -1px;
}
.sales__responsive-contacts-email > a {
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  line-height: 16px;
  width: 100%;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.sales__responsive-contacts-email > a:hover {
  text-decoration: underline;
}
.sales__responsive-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 35%;
}
.sales__responsive-desc > span {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
  color: #545454;
  width: 100%;
  margin-bottom: 5px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.sales__responsive-desc > span:last-child {
  margin-bottom: 0;
}
.sales__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sales__contacts > span {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
  color: #545454;
  margin-bottom: 5px;
}
.sales__contacts > span:last-child {
  margin-bottom: 0;
}
.sales__contacts > span > a {
  color: #000000;
  text-decoration: none;
}
.sales__contacts > span > a:hover {
  text-decoration: underline;
}
.polls > tbody > tr:last-child .ms-vb {
  padding-bottom: 0px !important;
}
.polls > tbody > tr > td {
  width: 50%;
}
.polls > tbody > tr > td:first-child {
  padding-right: 10px;
}
.polls > tbody > tr > td:last-child {
  padding-left: 10px;
}
.polls > tbody > tr > td h2 {
  margin-bottom: 10px !important;
  font-family: 'Roboto' !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  color: #545454 !important;
}
.polls > tbody > tr > td .ms-webpartzone-cell {
  margin-bottom: 30px !important;
}
.polls > tbody > tr > td .ms-webpartzone-cell table tr td.ms-vb {
  padding-bottom: 15px !important;
}
.polls > tbody > tr > td .ms-webpartzone-cell table tr td.ms-vb > div {
  font-family: 'Roboto' !important;
  font-weight: 300 !important;
  font-size: 14px !important;
  color: #545454 !important;
  height: auto !important;
  margin-bottom: 3px;
}
.polls > tbody > tr > td .ms-webpartzone-cell table tr td.ms-vb > div:last-child {
  padding-bottom: 0 !important;
}
.polls > tbody > tr > td .ms-webpartzone-cell table tr td.ms-vb > div > a {
  font-family: 'Roboto' !important;
  color: #33549b !important;
  text-decoration: none !important;
}
.polls > tbody > tr > td .ms-webpartzone-cell table tr td.ms-vb > div > a:hover {
  text-decoration: underline !important;
}
.statement-block {
  border: 1px solid #d0d0d0;
  position: relative;
  padding: 30px 20px 24px;
}
.statement-block:before {
  content: "";
  position: absolute;
  left: 20px;
  top: -10px;
  background-image: url('/img/icon-quote.png');
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
  width: 50px;
  height: 25px;
  z-index: 2;
}
.statement-block__text {
  margin-bottom: 24px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}
.statement-block__author {
  margin-bottom: 4px;
  color: #000000;
  font-weight: 400;
}
.statement-block__post {
  font-size: 12px;
  color: #979797;
  font-weight: 300;
}
.title-block {
  border-bottom: 3px solid #3d658f;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-bottom: 8px;
  text-transform: uppercase;
  line-height: 20px;
}
.title-block_anonse-list {
  color: #fff;
  font-size: 20px;
  position: relative;
  top: 160px;
  text-align: center;
  border: 0;
  padding: 0 10px;
}
.title-block_publish-list {
  color: #fff;
  font-size: 16px;
  text-transform: none;
  border-bottom: 0;
  margin-bottom: 0;
  padding: 0;
}
.subtitle-block_publish-list {
  margin-top: 12px;
  color: #fff;
  font-size: 14px;
  text-transform: none;
  font-weight: 300;
}
.subtitle-block_publish-list p {
  color: #fff;
}
.news-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  height: calc(100% - 51px);
}
.news-block__list {
  margin: 0;
}
.news-block__item {
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 100%;
  font-weight: 300;
  position: relative;
  margin: 0 0 10px;
  padding: 0;
}
.news-block__item:before {
  content: none;
}
.news-block__item:last-child {
  margin-bottom: 0;
}
.news-block__item .date {
  font-size: 12px;
  color: #979797;
  margin-bottom: 2px;
  line-height: 1.35;
}
.news-block__item .text {
  font-size: 13px;
  line-height: 16px;
}
.news-block__item .text a {
  color: #000000;
  text-decoration: none;
  font-weight: 300 !important;
  display: inline-block;
  line-height: 1.35;
}
.news-block__item .text a:hover {
  text-decoration: underline;
}
.news-block__item .photo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 180px;
  width: 100%;
  height: 160px;
  margin-bottom: 8px;
}
.news-block__link {
  margin-top: 16px;
}
.news-block__link > a {
  color: #979797;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300 !important;
}
.news-block__link > a:hover {
  text-decoration: underline;
}
.main-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main-block > div {
  min-height: 350px;
  margin-right: 20px;
}
.main-block > div:nth-child(3n) {
  margin-right: 0px;
}
.main-block > div:nth-child(-n+3) {
  margin-bottom: 50px;
}
.news-main {
  width: calc(((100% - 40px) / 3) - 30px);
}
.news-npsve {
  width: calc(((100% - 40px) / 2) - 120px);
}
.news-energy {
  width: calc(((100% - 40px) / 2) - 120px);
}
.publish-list {
  width: calc(((100% - 40px) / 2) - 120px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.publish-list__link {
  display: block;
  width: 100%;
  height: 100%;
}
.publish-list__block {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../img/bg-slider.png") repeat;
  padding: 16px 16px;
}
.block-pic {
  width: calc(((100% - 40px) / 2) - 120px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.block-pic__block {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../img/bg-slider.png") repeat;
  padding: 16px 16px;
}
.last-publish {
  width: 240px;
}
.last-publish .news-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.last-publish .news-block__item .text {
  margin-bottom: 4px;
}
.books {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  color: #666666;
  margin-bottom: 50px;
}
.books .back {
  margin: 30px;
  text-align: center;
  clear: both;
}
.books .pic {
  width: 400px;
  font-size: 12px;
  font-style: italic;
  margin-left: 150px;
}
.books a.header__title {
  text-decoration: none;
}
table {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 300;
  color: #000000;
  margin-bottom: 20px;
  width: 100%;
}
.tb_gsr {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 300;
  color: #000000;
  margin-bottom: 20px;
  width: 100%;
}
.tb_gsr tr {
  border-bottom: 1px solid #e1e3e6;
}
.tb_gsr tr:first-child {
  border-top: 1px solid #b1b6bf;
  border-bottom: 1px solid #b1b6bf;
}
.tb_gsr tr:last-child {
  border-bottom: 1px solid #b1b6bf;
}
.tb_gsr tr th,
.tb_gsr tr td {
  padding: 10px 20px 10px 0;
  text-align: left;
}
.tb_gsr tr th:last-child,
.tb_gsr tr td:last-child {
  padding-right: 0;
}
h6 {
  display: none;
}
p + p.txpic {
  margin-top: -20px;
}
.txpic {
  font-size: 12px;
}
.ots {
  margin: 5px 20px 5px 0;
}
.back {
  margin-top: 20px;
  clear: both;
}
.ktrv {
  width: 816px;
  height: 400px;
  position: relative;
  clear: both;
  overflow: hidden;
  background: url("/img/juravli_2.jpg") #fff no-repeat;
  background-size: cover;
}
.ktrv .wwkt {
  display: inline-block;
  cursor: pointer;
}
.ktrv .wwkt > div:nth-child(2) {
  position: absolute;
  top: 0;
  width: 100%;
  height: inherit;
}
.ktrv .wwkt > div:last-child {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: table;
}
.ktrv .wwkt > div:first-child {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}
.ktrv .wwkt img {
  width: 100%;
  height: 100%;
}
#sld {
  display: none;
}
.wrapper {
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
@media screen and (max-width: 1150px) {
  .page-filter__date-range .input {
    padding-right: 10px;
    width: 100px;
    background: none;
  }
  .page-filter__date-range .input_birthday-filter {
    padding-right: 22px;
    background: url('../img/SVG/calendar-ico.svg') no-repeat;
    background-position: bottom 0px right 5px;
    background-size: 18px 30px;
  }
  .page-filter__row .item.date-range {
    max-width: 225px;
    min-width: 225px;
  }
  .page-filter_birthday .page-filter__row .date-range {
    max-width: 205px;
    min-width: 205px;
  }
}
