html {
  font-size: 15px;
}
body {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #000;
  background-color: #f8f8f8;
}
/* Что бы битриксовые инпуты выглядели нормально */
.kuban input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p {
  font-size: 1rem;
  padding-bottom: 22px;
  color: #888888;
}
.p--slim {
  padding-bottom: 0;
}
table {
  font-size: 1rem;
  color: #888888;
}
table td:not(:last-child) {
  padding-right: 1em;
}
p {
  font-size: 1rem;
  padding-bottom: 22px;
  color: #888888;
}
p--slim {
  padding-bottom: 0;
}
a {
  text-decoration: none;
  color: #1a65c2;
}
a:hover {
  text-decoration: underline;
}
/* UTILITY */
.fill {
  min-height: 100%;
  height: 100%;
}
.relative {
  position: relative;
}
.text-center {
  text-align: center;
}
.text-center * {
  text-align: center;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.nowrap {
  white-space: nowrap;
}
/* /UTILITY */
/* UI */
.kuban .message {
  font-weight: 700;
}
.kuban .message.error {
  color: #f3b27d;
}
.kuban .message.access {
  color: #cae460;
}
.kuban input[type='text'],
.kuban select {
  width: 100%;
  border: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border: 1px #d5d8d3 solid;
  color: #5a5c5a;
  background: transparent;
  padding-bottom: 17px;
  padding: 17px 6px;
  letter-spacing: 0.2px;
  margin-bottom: 4px;
  margin-top: 4px;
  font-size: 15px;
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.kuban input[type='text']::-webkit-input-placeholder,
.kuban select::-webkit-input-placeholder {
  color: #d5d8d3;
  font-weight: 300;
}
.kuban input[type='text']::-moz-placeholder,
.kuban select::-moz-placeholder {
  color: #d5d8d3;
  font-weight: 300;
}
.kuban input[type='text']:-moz-placeholder,
.kuban select:-moz-placeholder {
  color: #d5d8d3;
  font-weight: 300;
}
.kuban input[type='text']:-ms-input-placeholder,
.kuban select:-ms-input-placeholder {
  color: #d5d8d3;
  font-weight: 300;
}
.kuban .checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 25px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 300;
}
.kuban .checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  background: transparent;
  border: 2px #000 solid;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-right: 9px;
}
.kuban .checkbox input[type="checkbox"]:checked {
  background: url("/img/check.png") center no-repeat;
  background-color: transparent;
  width: 20px;
  height: 20px;
  position: relative;
}
.kuban select {
  background-image: url('/img/select.png');
  background-repeat: no-repeat;
  background-position: right 16px center;
}
.separator {
  display: block;
  border-bottom: 1px solid #ec8937;
}
.panel {
  margin-top: 7px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
  font-size: 18px;
  color: #000;
}
.panel__caption {
  text-transform: uppercase;
  padding-top: 25px;
  padding-bottom: 12px;
  padding-left: 30px;
  padding-right: 30px;
}
.panel__container {
  padding-left: 30px;
  padding-right: 30px;
}
.panel--line {
  background-image: url('../img/logo-lines.png');
  background-position: left 30px top;
  background-repeat: no-repeat;
}
.panel--line-center {
  background-position: center top;
}
.panel--line-center .panel__caption {
  text-align: center;
}
.panel--with-bottom {
  position: relative;
  padding-bottom: 100px;
}
.panel--with-padding {
  padding: 1rem;
}
.panel--with-padding .panel__caption {
  padding-left: 1rem;
  padding-right: 1rem;
}
.panel hr {
  border-bottom: 1px solid #f1f1f1;
}
.panel__bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 19px;
  padding-bottom: 24px;
  padding-left: 30px;
  padding-right: 30px;
}
.panel__bottom--center {
  text-align: center;
}
.text-area {
  font-size: 1rem;
  padding-bottom: 22px;
  color: #888888;
  color: #000;
}
.text-area--slim {
  padding-bottom: 0;
}
.text-area h1 {
  font-size: 1.8rem;
  padding-bottom: 1rem;
}
.text-area p {
  color: #000;
}
.text-area img {
  display: block;
  max-width: 100%;
  height: auto;
}
.text-area hr {
  margin-bottom: 2rem;
}
.text-area iframe {
  max-width: 100%;
}
.text-area span {
  font-size: 1rem;
}
.slider-btn {
  background-image: url('../img/slider-arrow.png');
  background-position: center;
  background-repeat: no-repeat;
  width: 27px;
  height: 51px;
  cursor: pointer;
}
input.btn {
  padding: 18px 10px;
  border: 1px solid #f3b27d;
}
input.btn:hover {
  background-color: #f3b27d;
  color: #fff;
}
.btn {
  font-size: 15px;
  color: #ec8937;
  display: inline-block;
  max-width: 224px;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
  background-color: transparent;
  font-weight: 700;
}
.btn span {
  border: 2px solid #ec8937;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 18px 10px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn:hover {
  background-color: #ec8937;
}
.btn:hover span {
  color: #fff;
}
.btn--blue {
  color: #59b3ff;
}
.btn--blue span {
  border-color: #59b3ff;
}
.btn--blue:hover {
  background-color: #59b3ff;
}
.btn--blue:hover span {
  color: #fff;
}
.btn--green {
  color: #add50b;
}
.btn--green span {
  border-color: #add50b;
}
.btn--green:hover {
  background-color: #add50b;
}
.btn--green:hover span {
  color: #fff;
}
.btn--loading {
  background-color: transparent !important;
}
.btn--loading span {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  width: 4rem;
  height: 4rem;
  color: transparent !important;
  border-top: transparent;
  border-bottom: transparent;
  border-width: 2px;
  background-color: transparent !important;
  -webkit-animation: rotate 1s .2s linear infinite;
     -moz-animation: rotate 1s .2s linear infinite;
       -o-animation: rotate 1s .2s linear infinite;
          animation: rotate 1s .2s linear infinite;
}
.selector {
  margin-bottom: 1rem;
}
.selector a {
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-right: .5rem;
}
.selector a:hover {
  text-decoration: none;
  color: #fff;
}
.selector a:hover span {
  background-color: #ec8937;
}
.selector a.active {
  color: #fff;
}
.selector a.active span {
  background-color: #ec8937;
}
.selector span {
  padding: .4rem 1rem;
  border: 1px solid #ec8937;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  display: inline-block;
}
/* /UI */
.kuban {
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.2s ease-in-out;
  -o-transition: opacity 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), -o-transform 0.2s ease-in-out;
  -moz-transition: opacity 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
  transition: opacity 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.2s ease-in-out;
  transition: opacity 0.4s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
}
.kuban--visible {
  opacity: 1;
}
.info {
  background-color: #eee;
  padding-top: .6rem;
  padding-bottom: .6rem;
}
.info--close {
  display: none;
}
.info-wrapper {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.info .text {
  float: left;
  width: 100%;
  text-align: center;
}
.info .text span {
  display: inline-block;
}
.info .text img {
  display: inline-block;
  vertical-align: middle;
}
.info__btn-close {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  float: right;
  height: 27px;
  width: 27px;
  background-image: url('../img/btn-close.png');
  background-repeat: no-repeat;
  background-position: center;
}
.info__btn-close:hover {
  cursor: pointer;
}
#lightgallery a {
  float: left;
  margin: 0.333333%;
  width: 16%;
}
#header-lines {
  height: 130px;
  width: 305px;
  position: absolute;
  right: 14px;
  top: 0;
}
.header {
  padding-top: 48px;
  background-image: url('../img/logo-lines-search.png');
  background-repeat: no-repeat;
  background-position: right 15px top;
}
.header .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .block-logo {
  width: 100%;
}
.header .block-logo,
.header .search {
  -webkit-transition: width .2s linear;
  -o-transition: width .2s linear;
  -moz-transition: width .2s linear;
  transition: width .2s linear;
}
.header .logo {
  color: #2f2e2e;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.header .logo__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .logo__top a {
  text-decoration: none;
  color: #000;
}
.header .logo__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.header .logo__img {
  float: left;
  height: 52px;
  width: 83px;
  margin-right: 8px;
}
.header .logo__caption {
  font-size: 2.44em;
  line-height: 0.76;
  width: 83px;
  white-space: nowrap;
}
.header .logo__subcaption {
  font-size: .83em;
  vertical-align: middle;
  margin-top: 0.63em;
  display: inline-block;
  white-space: nowrap;
}
.header .logo__call {
  font-size: .83rem;
  margin-top: 1rem;
}
.header .logo__call span {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.header .logo__call img {
  display: inline-block;
  vertical-align: middle;
}
.header .logo-slider {
  margin-top: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .search__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
          border-radius: 100px;
  background-color: rgba(255, 255, 255, 0);
}
.header .search__input {
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
  padding-left: 0 !important;
  padding-top: .8rem !important;
  padding-bottom: .8rem !important;
  padding-right: 0 !important;
  width: 0% !important;
  border: none !important;
}
.header--search .search {
  width: 100%;
}
.header--search .search .search__input {
  width: 100% !important;
  padding-left: 2rem !important;
}
.header--search .search .search__wrapper {
  background-color: #ffffff;
}
.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3px;
  margin-top: 42px;
  color: #484848;
}
.nav__item {
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-right: 3px;
}
.nav__item span {
  padding-top: 1.46rem;
  padding-bottom: 1.46rem;
  font-size: 1.07rem;
  text-transform: uppercase;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.nav__item a {
  color: #484848;
  text-decoration: none;
}
.nav__item--selected span {
  background-color: #f7b34a;
}
.nav__item--selected a {
  color: #fff;
}
.nav__item:hover span {
  background-color: #eea026;
}
.nav__item:hover a {
  color: #fff;
}
.nav__item:last-child {
  margin-right: 0;
}
.btn-menu {
  background-image: url('../img/btn-menu.png');
  background-position: center;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
  display: none;
  cursor: pointer;
}
.btn-search {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-image: url('../img/btn-search.png');
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
     -moz-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  cursor: pointer;
  float: right;
}
.search-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  height: 0;
  min-height: 0;
  overflow: hidden;
  -webkit-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  -moz-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}
.search-input #search {
  border: none;
  border-bottom: 1px solid #ec8937;
  margin: 0;
}
.search-input input[type="submit"] {
  background-color: transparent;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #ec8937;
}
.search-input__visible {
  height: auto;
}
.left-menu {
  position: absolute;
  height: 100%;
  width: 80%;
  background-color: #252f3b;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
  padding: 55px;
}
.left-menu__caption {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  padding-bottom: 28px;
}
.left-menu__items {
  list-style: none;
}
.left-menu__items li {
  margin: 0;
}
.left-menu__items li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}
.left-menu__items li a span {
  display: inline-block;
  font-size: 2rem;
  width: 100%;
  padding-top: 28px;
  padding-bottom: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.left-menu__for-click {
  position: absolute;
  width: 20%;
  height: 100%;
  display: none;
  z-index: 2;
}
.left-menu-open {
  overflow: hidden;
}
.left-menu-open .kuban {
  -webkit-transform: translateX(80%);
     -moz-transform: translateX(80%);
      -ms-transform: translateX(80%);
       -o-transform: translateX(80%);
          transform: translateX(80%);
}
.left-menu-open .left-menu__for-click {
  display: block;
}
.main-slider .slide {
  position: relative;
  height: 600px;
  background-position: center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}
.main-slider .slide__caption {
  display: inline-block;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(16, 19, 22, 0.57);
  padding-top: 36px;
  padding-left: 22px;
  padding-bottom: 36px;
}
.main-slider .slide__caption a {
  font-size: 1.47rem;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.main-slider .slide__caption a:hover {
  text-decoration: underline;
}
.main-slider__pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.4;
}
.main-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.main-slider__btn-next,
.main-slider__btn-prev {
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -25px;
}
.main-slider__btn-prev {
  left: -42px;
}
.main-slider__btn-next {
  right: -42px;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.news,
.minds,
.company-news {
  float: left;
}
.news {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news .news-block {
  height: 100%;
}
.news-list__item-wrapper {
  padding-left: 30px;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 10px;
}
.news-list__item-wrapper span {
  padding-top: 12px;
  padding-bottom: 12px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}
.news-list__item-wrapper a {
  color: #6a6a6a;
  font-size: .93rem;
  text-decoration: none;
}
.news-list__item-wrapper:hover span {
  text-decoration: underline;
}
.news-list__item:nth-child(2n+1) {
  background-color: #f9f9f9;
}
.news-list__item-time {
  font-size: 1.2rem;
  display: inline-block;
  padding-right: 4px;
}
.news-subscribe {
  height: 270px;
}
.minds {
  width: 24%;
  margin-left: 1%;
}
.minds-list__item a {
  text-decoration: none;
  font-size: 1.1rem;
  color: #1a65c2;
}
.minds-list__item:hover .minds-list__item-caption a {
  text-decoration: underline;
}
.minds-list__item-img {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  height: 225px;
}
.minds-list__item-caption {
  padding: 18px 20px;
  display: inline-block;
  color: #1a65c2;
}
.minds-list__item-caption a {
  color: #1a65c2;
}
.banner-right {
  margin-top: 7px;
  display: block;
}
.banner-right #ad_ph_1 {
  margin: 0 auto;
}
.banner-right img {
  width: 100%;
  margin-bottom: 6px;
}
.banner-center {
  width: 728px;
  height: 90px;
  margin: 0 auto;
  padding: 14px 0;
}
.popular-banners .banner-right-mobile {
  display: none;
}
.popular-banners .banner-right-2 {
  width: 270px;
  height: 448px;
}
.company-news {
  width: 24%;
  margin-left: 1%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.company-news-list {
  padding-left: 30px;
  padding-right: 30px;
}
.company-news-list a {
  text-decoration: none;
  color: #828282;
  font-size: 1rem;
}
.company-news-list__item:hover .company-news-list__item-caption {
  text-decoration: underline;
}
.company-news-list__item-caption {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #008aff;
}
.company-news-block {
  height: 100%;
}
.popular-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.popular-block .popular-slider {
  height: 449px;
  width: 100%;
  overflow: hidden;
  margin-right: 8px;
  position: relative;
}
.popular-block .popular-slider .popular-slider__btn-prev,
.popular-block .popular-slider .popular-slider__btn-next {
  background-image: url('../img/slider-btn-round.png');
  width: 64px;
  height: 64px;
  margin-top: -32px;
  opacity: .57;
  position: absolute;
  top: 50%;
  z-index: 2;
}
.popular-block .popular-slider .popular-slider__btn-prev {
  left: 42px;
}
.popular-block .popular-slider .popular-slider__btn-next {
  right: 42px;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.popular-block .popular-slide {
  position: relative;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}
.popular-block .popular-slide__caption {
  display: inline-block;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(16, 19, 22, 0.57);
  padding-top: 36px;
  padding-left: 22px;
  padding-bottom: 36px;
}
.popular-block .popular-slide__caption a {
  font-size: 1.47rem;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.popular-block .popular-slide__caption a:hover {
  text-decoration: underline;
}
.events-caption {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  background-image: url('../img/logo-lines.png');
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 50px;
  margin-top: 42px;
  margin-bottom: 30px;
}
.events-caption a {
  color: #000;
}
.events-items {
  width: 100%;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.events-items .item {
  width: 25%;
  padding: 3px;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.events-items .item:hover {
  margin-top: -2px;
  margin-bottom: 2px;
}
.events-items .item:hover .panel {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
}
.events-items .item__img {
  width: 100% !important;
  height: auto !important;
}
.events-items .item__container {
  padding: 18px;
}
.events-items .item__date {
  text-decoration: none;
  font-size: 0.9rem;
  color: #888888;
  padding-bottom: 1rem;
}
.events-items .item__caption {
  padding-bottom: 1rem;
  line-height: 1;
}
.events-items .item__caption a {
  text-decoration: none;
  font-size: 1rem;
  color: #1a65c2;
  padding-bottom: 1rem;
}
.events-items .item__caption a:hover {
  text-decoration: underline;
}
.events-items .item__text {
  text-decoration: none;
  font-size: 0.9rem;
  padding-bottom: 1rem;
}
.events-items .item__tags a {
  text-decoration: none;
  font-size: 0.87rem;
  color: #ec8937;
}
.events-items .item__tags a:hover {
  text-decoration: underline;
}
.events-items .item__social {
  position: absolute;
  bottom: 12px;
}
.events-items .item__social .share {
  background-image: url('../img/icon-share.svg');
  width: 24px;
  height: 24px;
  float: right;
}
.events-items .item .panel {
  position: relative;
  height: 100%;
}
.events-items .item--with-social .panel {
  padding-bottom: 18px;
}
.events-items--gutter .item {
  padding: 10px;
}
.ya-direct {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ya-direct .container {
  width: 100%;
}
.ya-direct #yandex-ad {
  width: 100%;
}
.cart img {
  margin: 0 auto 1rem;
  width: 100%;
}
.cart__container {
  padding: 1rem 1rem 0 1rem;
}
.cart__link {
  color: #1a65c2;
  text-decoration: none;
  padding-bottom: 1rem;
  display: inline-block;
  font-size: 1rem;
}
.cart__link:hover {
  text-decoration: underline;
}
.cart__caption {
  text-decoration: none;
  font-size: 0.9rem;
  color: #1a65c2;
  padding-bottom: 1rem;
}
.cart__date {
  text-decoration: none;
  font-size: 0.9rem;
  color: #888888;
  display: inline-block;
  padding-bottom: 1rem;
}
.p-news .btn-print {
  float: right;
}
.news-tags b {
  font-size: 1rem;
}
.news-tags a {
  text-decoration: none;
  font-size: 1rem;
  color: #ec8937;
  padding-bottom: 1rem;
  display: inline-block;
}
.news-tags a:hover {
  text-decoration: underline;
}
footer {
  overflow: hidden;
  background-color: #e9e9e9;
  padding-top: 3rem;
  padding-bottom: 1rem;
  margin-top: 4rem;
}
footer .creator {
  background-image: url('../img/creator.png');
  background-position: center top;
  width: 209px;
  height: 29px;
  position: absolute;
  top: 0;
  right: 15px;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
footer .creator:hover {
  background-position: center bottom;
}
footer .metrics {
  width: 100%;
  display: inline-block;
  text-align: left;
}
footer .metrics img {
  float: left;
}
footer p {
  font-size: .87rem;
  padding-bottom: .4rem;
}
footer .contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.footer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 2rem;
}
.bx-composite-btn {
  display: none !important;
}
.banner--extra-mobile {
  display: none;
}
.banner--mobile {
  display: none;
}
.banner--tablet {
  display: none;
}
.banner--desktop {
  display: block;
}
.social-link {
  display: block;
  padding-right: 10px;
  margin-bottom: 1rem;
  /*position:absolute;width:30px;left:-40px;top:0;*/
}
.social-link a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-bottom: 1px;
  background: url(../img/socialicons.png) no-repeat;
  opacity: 0.25;
}
.social-link a:hover {
  opacity: 1;
}
.social-link a.fb {
  background-position: 0 0px;
}
.social-link a.tw {
  background-position: 0 -30px;
}
.social-link a.vk {
  background-position: 0 -60px;
}
.social-link a.lj {
  background-position: 0 -90px;
}
.social-link a.cp {
  background-position: 0 -120px;
}
.social-link a.bookmark {
  background-position: 0 -150px;
}
.social-link a.pr {
  background-position: 0 -180px;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0);
         transform: rotate(0);
  }
  50% {
    -moz-transform: rotate(180deg);
         transform: rotate(180deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  0% {
    -o-transform: rotate(0);
       transform: rotate(0);
  }
  50% {
    -o-transform: rotate(180deg);
       transform: rotate(180deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.b-share_theme_counter .b-share-icon {
  background-image: url('../img/social.png') !important;
}
.b-share__handle.b-share__link {
  background-color: transparent;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  -o-transition: -o-transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out, -moz-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out, -moz-transform 0.25s ease-in-out, -o-transform 0.25s ease-in-out;
}
.b-share__handle.b-share__link:hover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform: translateY(3px);
     -moz-transform: translateY(3px);
      -ms-transform: translateY(3px);
       -o-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out, -moz-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -moz-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out;
}
.b-share-counter {
  display: none !important;
}
