@charset "UTF-8";

/* line 564, ../../../shared/sass/plugins/_select2.scss */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

/* line 569, ../../../shared/sass/plugins/_select2.scss */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

/* line 573, ../../../shared/sass/plugins/_select2.scss */
.select2-container--classic .select2-dropdown--below {
  border-top: none; }

/* line 577, ../../../shared/sass/plugins/_select2.scss */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

/* line 582, ../../../shared/sass/plugins/_select2.scss */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

/* line 586, ../../../shared/sass/plugins/_select2.scss */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

/* line 590, ../../../shared/sass/plugins/_select2.scss */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

/* line 595, ../../../shared/sass/plugins/_select2.scss */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

/* line 601, ../../../shared/sass/plugins/_select2.scss */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/* line 6, ../../../shared/sass/objects/_main.scss */
.block-link, .banner__caption {
  display: block;
  width: 100%; }

/* line 9, ../../../shared/sass/objects/_ellipsis.scss */
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -moz-binding: url('xml/ellipsis.xml#ellipsis'); }

/* line 4, ../../../shared/sass/objects/_buttons.scss */
.btn {
  border: 0;
  background-color: #838383;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 1;
  cursor: pointer;
  margin: 0;
  padding: 0.57143em 0.57143em;
  min-width: 115px;
  text-align: center; }
  /* line 19, ../../../shared/sass/objects/_buttons.scss */
  .btn, .btn:hover {
    text-decoration: none; }
  /* line 24, ../../../shared/sass/objects/_buttons.scss */
  .btn:hover, .btn:focus {
    background-color: #6a6a6a;
    color: #fff; }
  /* line 30, ../../../shared/sass/objects/_buttons.scss */
  .btn:active {
    background-color: #9d9d9d;
    color: #fff; }
  /* line 35, ../../../shared/sass/objects/_buttons.scss */
  .btn.btn--disabled {
    cursor: auto;
    background-color: #838383 !important; }

/* line 41, ../../../shared/sass/objects/_buttons.scss */
.btn--inactive,
.btn--inactive:hover,
.btn--inactive:active,
.btn--inactive:focus,
.btn.disabled,
.btn:disabled,
.btn--disable {
  background-color: #b6b6b6;
  background-color: #b6b6b6;
  cursor: text;
  pointer-events: none;
  color: #fff; }

/* line 55, ../../../shared/sass/objects/_buttons.scss */
.btn--primary {
  background-color: #0079c1;
  min-width: auto;
  text-align: center; }
  /* line 59, ../../../shared/sass/objects/_buttons.scss */
  .btn--primary:hover {
    background-color: #0099f4; }
  /* line 62, ../../../shared/sass/objects/_buttons.scss */
  .btn--primary:active {
    background-color: #00598e; }

/* line 68, ../../../shared/sass/objects/_buttons.scss */
button {
  background: transparent;
  border: none; }

/* line 6, ../../../shared/sass/objects/_lists.scss */
.context--content ul > li, .vertical-list--bullets .vertical-list__item, .vertical-list--links.vertical-list--links > .vertical-list__item, .vertical-list--block-links > .vertical-list__item,
.vertical-list--links.vertical-list--links > li,
.vertical-list--block-links > li, .context--content ol > li {
  display: table; }
  /* line 8, ../../../shared/sass/objects/_lists.scss */
  .context--content ul > li:before, .vertical-list--bullets .vertical-list__item:before, .vertical-list--links.vertical-list--links > .vertical-list__item:before, .vertical-list--block-links > .vertical-list__item:before,
  .vertical-list--links.vertical-list--links > li:before,
  .vertical-list--block-links > li:before, .context--content ol > li:before {
    display: table-cell;
    padding-right: .5em; }

/* line 14, ../../../shared/sass/objects/_lists.scss */
.context--content ol, .context--content ul, .vertical-list {
  margin-bottom: 20px; }

/* line 18, ../../../shared/sass/objects/_lists.scss */
.context--content ol, .vertical-list--numbers {
  counter-reset: list-numbers; }

/* line 22, ../../../shared/sass/objects/_lists.scss */
.context--content ol > li, .context--content ul > li, .vertical-list__item, .vertical-list--links.vertical-list--links > .vertical-list__item, .vertical-list--block-links > .vertical-list__item,
.vertical-list--links.vertical-list--links > li,
.vertical-list--block-links > li {
  position: relative; }

/* line 28, ../../../shared/sass/objects/_lists.scss */
.context--content ul > li:before, .vertical-list--bullets .vertical-list__item:before, .vertical-list--links.vertical-list--links > .vertical-list__item:before, .vertical-list--block-links > .vertical-list__item:before,
.vertical-list--links.vertical-list--links > li:before,
.vertical-list--block-links > li:before {
  content: "\2014";
  color: #0079c1; }

/* line 35, ../../../shared/sass/objects/_lists.scss */
.context--content ol > li {
  padding-left: 0; }
  /* line 38, ../../../shared/sass/objects/_lists.scss */
  .context--content ol > li:before {
    content: counters(list-numbers,".") ".";
    counter-increment: list-numbers;
    color: #0079c1; }

/* line 71, ../../../shared/sass/objects/_lists.scss */
.vertical-list--bullets .vertical-list__item {
  padding-left: 1em; }
/* line 76, ../../../shared/sass/objects/_lists.scss */
.vertical-list--bullets .vertical-list__item--base-color-bullet:before {
  background-color: #000; }

/* line 87, ../../../shared/sass/objects/_lists.scss */
.vertical-list--no-padding .vertical-list__item {
  padding-left: 0; }

/* line 100, ../../../shared/sass/objects/_lists.scss */
.bare-list, .tags-list,
ul.bare-list,
ul.tags-list,
ol.bare-list,
ol.tags-list {
  margin: 0;
  padding: 0; }
  /* line 105, ../../../shared/sass/objects/_lists.scss */
  .bare-list > li, .tags-list > li,
  ul.bare-list > li,
  ul.tags-list > li,
  ol.bare-list > li,
  ol.tags-list > li {
    margin: 0;
    padding: 0;
    display: block; }
    /* line 109, ../../../shared/sass/objects/_lists.scss */
    .bare-list > li:before, .tags-list > li:before,
    ul.bare-list > li:before,
    ul.tags-list > li:before,
    ol.bare-list > li:before,
    ol.tags-list > li:before {
      display: inline-block;
      content: none; }

/* line 118, ../../../shared/sass/objects/_lists.scss */
.block-list {
  list-style: none;
  margin-left: 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #fff; }
  /* line 125, ../../../shared/sass/objects/_lists.scss */
  .block-list > li {
    display: block;
    padding-left: 0;
    border-style: solid;
    border-bottom-width: 1px;
    border-color: inherit;
    margin-bottom: 0; }
  /* line 134, ../../../shared/sass/objects/_lists.scss */
  .block-list.no-top-border > li:first-child {
    border-top: none; }
  /* line 138, ../../../shared/sass/objects/_lists.scss */
  .block-list.no-bottom-border > li:last-child {
    border-top: none; }

/* line 142, ../../../shared/sass/objects/_lists.scss */
.block-list__link {
  display: block;
  padding: 1em;
  margin: -.5em; }

/* line 168, ../../../shared/sass/objects/_lists.scss */
.inline-list {
  text-align: left; }

/* line 171, ../../../shared/sass/objects/_lists.scss */
.inline-list--right {
  text-align: right; }

/* line 174, ../../../shared/sass/objects/_lists.scss */
.inline-list--center {
  text-align: center; }

/* line 178, ../../../shared/sass/objects/_lists.scss */
.inline-list--vertical-divider .inline-list__item {
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0; }
  /* line 182, ../../../shared/sass/objects/_lists.scss */
  .inline-list--vertical-divider .inline-list__item:before {
    content: "|\00a0";
    display: inline-block;
    padding: .2em; }
/* line 188, ../../../shared/sass/objects/_lists.scss */
.inline-list--vertical-divider .inline-list__item--no-divider {
  padding-left: 0; }
  /* line 190, ../../../shared/sass/objects/_lists.scss */
  .inline-list--vertical-divider .inline-list__item--no-divider:before {
    content: none; }

/* line 196, ../../../shared/sass/objects/_lists.scss */
.inline-list__item.inline-list__item {
  display: inline-block; }

/* line 200, ../../../shared/sass/objects/_lists.scss */
.inline-list__item--no-indent {
  margin: 0;
  padding: 0; }

/* line 205, ../../../shared/sass/objects/_lists.scss */
.inline-list__item--margin-right {
  margin-right: 20px; }

/* line 1, ../../../shared/sass/objects/_crumbs.scss */
.crumbs {
  font-size: 0; }

/* line 4, ../../../shared/sass/objects/_crumbs.scss */
.crumbs__item {
  margin-right: -.5em;
  padding-left: .5em; }
  /* line 8, ../../../shared/sass/objects/_crumbs.scss */
  .crumbs__item:before {
    content: "";
    width: 5px;
    height: 8px;
    display: inline-block;
    padding: 0 .5em; }
  /* line 16, ../../../shared/sass/objects/_crumbs.scss */
  .crumbs__item:first-child {
    padding-left: 0; }
    /* line 18, ../../../shared/sass/objects/_crumbs.scss */
    .crumbs__item:first-child:before {
      content: none; }

/* line 23, ../../../shared/sass/objects/_island.scss */
.island {
  padding: 20px;
  margin-bottom: 20px; }

/* line 28, ../../../shared/sass/objects/_island.scss */
.island--spacy {
  padding: 50px 60px; }
  @media (max-width: 960px) {
    /* line 28, ../../../shared/sass/objects/_island.scss */
    .island--spacy {
      padding: 37.5px 45px; } }

/* line 35, ../../../shared/sass/objects/_island.scss */
.island--double {
  padding: 40px; }

/* line 39, ../../../shared/sass/objects/_island.scss */
.island--breakout, .island--quote {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-top: 1em; }

/* line 47, ../../../shared/sass/objects/_island.scss */
.island--breakout-white {
  background-color: #ffffff !important; }

/* line 52, ../../../shared/sass/objects/_island.scss */
.island--quote {
  padding-left: 3em;
  position: relative; }
  /* line 56, ../../../shared/sass/objects/_island.scss */
  .island--quote:before {
    content: '”';
    font-size: 5em;
    position: absolute;
    left: 0.075em;
    top: 0; }

/* line 65, ../../../shared/sass/objects/_island.scss */
.island--small, .block-link, .banner__caption {
  padding: .5em;
  display: block; }

/* line 25, ../../../shared/sass/objects/_marginalia.scss */
.marginalia {
  position: relative;
  z-index: 1; }

/* line 30, ../../../shared/sass/objects/_marginalia.scss */
.marginalia__body,
.marginalia__body--right {
  position: absolute; }

/* line 35, ../../../shared/sass/objects/_marginalia.scss */
.marginalia__body {
  right: 100%;
  left: auto;
  padding-right: 20px;
  padding-left: 35px;
  text-align: right; }

/**
 * Align marginalia to the right of the text.
 */
/* line 46, ../../../shared/sass/objects/_marginalia.scss */
.marginalia__body--right {
  left: 100%;
  right: auto;
  padding-right: 35px;
  padding-left: 20px;
  text-align: left;
  z-index: 1; }

/* line 33, ../../../shared/sass/objects/_article.scss */
.article__header {
  overflow: hidden;
  *zoom: 1;
  position: relative; }

/* line 37, ../../../shared/sass/objects/_article.scss */
.article__title {
  color: #000;
  margin-bottom: 0;
  display: inline-block; }

/* line 43, ../../../shared/sass/objects/_article.scss */
.article__footer {
  padding-top: .25em; }

/* line 51, ../../../shared/sass/objects/_article.scss */
.article--aligned {
  position: relative; }
  /* line 53, ../../../shared/sass/objects/_article.scss */
  .article--aligned .article__header {
    position: absolute;
    bottom: 100%;
    width: 100%; }

/* line 21, ../../../shared/sass/objects/_banner.scss */
.banner__image {
  display: block;
  width: 100%;
  height: auto; }

/* line 26, ../../../shared/sass/objects/_banner.scss */
.banner__caption {
  background-color: #000;
  color: #fff; }

/* line 31, ../../../shared/sass/objects/_banner.scss */
.banner__anchor {
  display: block; }

/* line 36, ../../../shared/sass/objects/_banner.scss */
.banner--transparent .banner__caption {
  background-color: transparent;
  color: #000; }

/* line 3, ../../../shared/sass/objects/_media.scss */
.media {
  display: block;
  margin-bottom: 20px; }

/* line 9, ../../../shared/sass/objects/_media.scss */
.media__img {
  float: left;
  margin-right: 1em !important; }

/* line 13, ../../../shared/sass/objects/_media.scss */
a.media__img.media__img {
  border-bottom: 0; }
  /* line 15, ../../../shared/sass/objects/_media.scss */
  a.media__img.media__img:after {
    content: none; }

/**
 * Reversed image location (right instead of left).
 */
/* line 22, ../../../shared/sass/objects/_media.scss */
.media__img--rev {
  float: right;
  margin-left: 35px; }

/* line 27, ../../../shared/sass/objects/_media.scss */
.media__img img,
.media__img--rev img {
  display: block;
  height: auto;
  width: 100%; }

/* line 34, ../../../shared/sass/objects/_media.scss */
.media__body {
  overflow: hidden; }

/* line 37, ../../../shared/sass/objects/_media.scss */
.media__body,
.media__body > :last-child {
  margin-bottom: 0; }

/* line 3, ../../../shared/sass/objects/_modal.scss */
.modal--overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: url(../images/overlay.png) 0 0 repeat;
  z-index: 30;
  overflow: auto; }
  /* line 13, ../../../shared/sass/objects/_modal.scss */
  .modal--overlay h1 {
    margin-top: 10px; }
  /* line 16, ../../../shared/sass/objects/_modal.scss */
  .modal--overlay h2 {
    color: #505050; }
  /* line 19, ../../../shared/sass/objects/_modal.scss */
  .modal--overlay .modal--longtext {
    max-height: 310px;
    padding-right: 5px;
    overflow-y: scroll;
    overflow-x: hidden; }

/* line 27, ../../../shared/sass/objects/_modal.scss */
.modal--overlay--hidden {
  display: none;
  top: 0; }

/* line 31, ../../../shared/sass/objects/_modal.scss */
.modal__close {
  color: #dcdad7;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 21px;
  height: 21px;
  z-index: 2;
  background: url(../images/modal__close.png) 0 0 no-repeat; }
  /* line 41, ../../../shared/sass/objects/_modal.scss */
  .modal__close:hover {
    cursor: pointer;
    background-position: -24px 0; }

/* line 47, ../../../shared/sass/objects/_modal.scss */
.modal__form-container {
  position: relative;
  top: 20%;
  margin: 0 auto;
  background-color: #fff;
  z-index: 2;
  width: 553px; }

/* line 56, ../../../shared/sass/objects/_modal.scss */
.modal__container {
  position: relative;
  margin: 195px auto 0 auto;
  padding: 40px;
  background-color: #ffffff;
  width: 625px; }
  @media (max-width: 640px) {
    /* line 56, ../../../shared/sass/objects/_modal.scss */
    .modal__container {
      width: 90%; } }

@media (max-width: 360px) {
  /* line 11, ../../../shared/sass/objects/_utilities.scss */
  .vertical-mobile-hide-me {
    display: none !important; }

  /* line 14, ../../../shared/sass/objects/_utilities.scss */
  .vertical-mobile-show-me {
    display: inherit !important; }

  /* line 18, ../../../shared/sass/objects/_utilities.scss */
  .vertical-mobile-show-me--block {
    display: block !important; }

  /* line 18, ../../../shared/sass/objects/_utilities.scss */
  .vertical-mobile-show-me--inline {
    display: inline !important; }

  /* line 18, ../../../shared/sass/objects/_utilities.scss */
  .vertical-mobile-show-me--inline-block {
    display: inline-block !important; }

  /* line 18, ../../../shared/sass/objects/_utilities.scss */
  .vertical-mobile-show-me--table {
    display: table !important; }

  /* line 18, ../../../shared/sass/objects/_utilities.scss */
  .vertical-mobile-show-me--table-cell {
    display: table-cell !important; } }
@media (min-width: 1325px) {
  /* line 11, ../../../shared/sass/objects/_utilities.scss */
  .big-hide-me {
    display: none !important; }

  /* line 14, ../../../shared/sass/objects/_utilities.scss */
  .big-show-me {
    display: inherit !important; }

  /* line 18, ../../../shared/sass/objects/_utilities.scss */
  .big-show-me--block {
    display: block !important; }

  /* line 18, ../../../shared/sass/objects/_utilities.scss */
  .big-show-me--inline {
    display: inline !important; }

  /* line 18, ../../../shared/sass/objects/_utilities.scss */
  .big-show-me--inline-block {
    display: inline-block !important; }

  /* line 18, ../../../shared/sass/objects/_utilities.scss */
  .big-show-me--table {
    display: table !important; }

  /* line 18, ../../../shared/sass/objects/_utilities.scss */
  .big-show-me--table-cell {
    display: table-cell !important; } }
@media (max-width: 960px) {
  /* line 11, ../../../shared/sass/objects/_utilities.scss */
  .medium-hide-me {
    display: none !important; }

  /* line 14, ../../../shared/sass/objects/_utilities.scss */
  .medium-show-me {
    display: inherit !important; }

  /* line 18, ../../../shared/sass/objects/_utilities.scss */
  .medium-show-me--block {
    display: block !important; }

  /* line 18, ../../../shared/sass/objects/_utilities.scss */
  .medium-show-me--inline {
    display: inline !important; }

  /* line 18, ../../../shared/sass/objects/_utilities.scss */
  .medium-show-me--inline-block {
    display: inline-block !important; }

  /* line 18, ../../../shared/sass/objects/_utilities.scss */
  .medium-show-me--table {
    display: table !important; }

  /* line 18, ../../../shared/sass/objects/_utilities.scss */
  .medium-show-me--table-cell {
    display: table-cell !important; } }
@media (max-width: 767px) {
  /* line 11, ../../../shared/sass/objects/_utilities.scss */
  .small-hide-me {
    display: none !important; }

  /* line 14, ../../../shared/sass/objects/_utilities.scss */
  .small-show-me {
    display: inherit !important; }

  /* line 18, ../../../shared/sass/objects/_utilities.scss */
  .small-show-me--block {
    display: block !important; }

  /* line 18, ../../../shared/sass/objects/_utilities.scss */
  .small-show-me--inline {
    display: inline !important; }

  /* line 18, ../../../shared/sass/objects/_utilities.scss */
  .small-show-me--inline-block {
    display: inline-block !important; }

  /* line 18, ../../../shared/sass/objects/_utilities.scss */
  .small-show-me--table {
    display: table !important; }

  /* line 18, ../../../shared/sass/objects/_utilities.scss */
  .small-show-me--table-cell {
    display: table-cell !important; } }
@media (max-width: 640px) {
  /* line 11, ../../../shared/sass/objects/_utilities.scss */
  .mobile-hide-me {
    display: none !important; }

  /* line 14, ../../../shared/sass/objects/_utilities.scss */
  .mobile-show-me {
    display: inherit !important; }

  /* line 18, ../../../shared/sass/objects/_utilities.scss */
  .mobile-show-me--block {
    display: block !important; }

  /* line 18, ../../../shared/sass/objects/_utilities.scss */
  .mobile-show-me--inline {
    display: inline !important; }

  /* line 18, ../../../shared/sass/objects/_utilities.scss */
  .mobile-show-me--inline-block {
    display: inline-block !important; }

  /* line 18, ../../../shared/sass/objects/_utilities.scss */
  .mobile-show-me--table {
    display: table !important; }

  /* line 18, ../../../shared/sass/objects/_utilities.scss */
  .mobile-show-me--table-cell {
    display: table-cell !important; } }
/* line 25, ../../../shared/sass/objects/_utilities.scss */
.push-right {
  float: right; }

/* line 29, ../../../shared/sass/objects/_utilities.scss */
.push-left {
  float: left; }

/* line 33, ../../../shared/sass/objects/_utilities.scss */
.clear-left {
  clear: left; }

/* line 37, ../../../shared/sass/objects/_utilities.scss */
.clear-right {
  clear: right; }

/* line 41, ../../../shared/sass/objects/_utilities.scss */
.clear-both {
  clear: both; }

/* line 45, ../../../shared/sass/objects/_utilities.scss */
.clearfix, .tile__body--goroda, a.highslide, a.img__block, a.lightbox, a.gallery, .pagination-list, .tile__body--sport, .tile__body--big-project, #sibneft .contbox,
.media {
  *zoom: 1; }
  /* line 38, ../../../../../../../../../../../usr/local/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  .clearfix:after, .tile__body--goroda:after, a.highslide:after, a.img__block:after, a.lightbox:after, a.gallery:after, .pagination-list:after, .tile__body--sport:after, .tile__body--big-project:after, #sibneft .contbox:after,
  .media:after {
    content: "";
    display: table;
    clear: both; }

/* line 51, ../../../shared/sass/objects/_utilities.scss */
.vertical-center--ib {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  padding: 0;
  margin: 0; }
  /* line 58, ../../../shared/sass/objects/_utilities.scss */
  .vertical-center--ib:before {
    content: '';
    font-size: 0;
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

/* line 68, ../../../shared/sass/objects/_utilities.scss */
.text-bold {
  font-weight: bold; }

/* line 72, ../../../shared/sass/objects/_utilities.scss */
.text-normal {
  font-weight: normal; }

/* line 77, ../../../shared/sass/objects/_utilities.scss */
.underline {
  text-decoration: underline; }

/* line 81, ../../../shared/sass/objects/_utilities.scss */
.underline--on-hover {
  text-decoration: none; }
  /* line 83, ../../../shared/sass/objects/_utilities.scss */
  .underline--on-hover:hover, .underline--on-hover:focus {
    text-decoration: underline; }

/* line 90, ../../../shared/sass/objects/_utilities.scss */
.no-underline, .block-link, .banner__caption, .no-underline:hover, .block-link:hover, .banner__caption:hover, .no-underline:focus, .block-link:focus, .banner__caption:focus {
  text-decoration: none; }

/* line 96, ../../../shared/sass/objects/_utilities.scss */
.uppercase {
  text-transform: uppercase; }

/* line 100, ../../../shared/sass/objects/_utilities.scss */
.lowercase {
  text-transform: lowercase; }

/* line 104, ../../../shared/sass/objects/_utilities.scss */
.normal-case {
  text-transform: none; }

/* line 108, ../../../shared/sass/objects/_utilities.scss */
.centered-text,
.align-text--center {
  text-align: center; }

/* line 113, ../../../shared/sass/objects/_utilities.scss */
.align-text--right {
  text-align: right; }

/* line 117, ../../../shared/sass/objects/_utilities.scss */
.align-text--left {
  text-align: left; }

/* line 123, ../../../shared/sass/objects/_utilities.scss */
.top-margin, .pagination {
  margin-top: 20px; }

/* line 127, ../../../shared/sass/objects/_utilities.scss */
.top-margin--double {
  margin-top: 40px; }

/* line 131, ../../../shared/sass/objects/_utilities.scss */
.top-margin--triple {
  margin-top: 60px; }

/* line 135, ../../../shared/sass/objects/_utilities.scss */
.top-margin--quad {
  margin-top: 80px; }

/* line 139, ../../../shared/sass/objects/_utilities.scss */
.top-margin--reduced {
  margin-top: 1em; }

/* line 143, ../../../shared/sass/objects/_utilities.scss */
.top-margin--half {
  margin-top: .5em; }

/* line 147, ../../../shared/sass/objects/_utilities.scss */
.top-margin--one-and-half {
  margin-top: 1.5em; }

/* line 151, ../../../shared/sass/objects/_utilities.scss */
.top-margin--no {
  margin-top: 0 !important; }

/* line 155, ../../../shared/sass/objects/_utilities.scss */
.margin-photo {
  margin-top: 300px; }

/* line 159, ../../../shared/sass/objects/_utilities.scss */
.margin-photo--modifer {
  margin-top: 320px; }

/* line 164, ../../../shared/sass/objects/_utilities.scss */
.bottom-margin {
  margin-bottom: 20px; }

/* line 168, ../../../shared/sass/objects/_utilities.scss */
.bottom-margin--double {
  margin-bottom: 40px; }

/* line 172, ../../../shared/sass/objects/_utilities.scss */
.bottom-margin--triple {
  margin-bottom: 60px; }

/* line 176, ../../../shared/sass/objects/_utilities.scss */
.bottom-margin--quad {
  margin-bottom: 80px; }

/* line 180, ../../../shared/sass/objects/_utilities.scss */
.bottom-margin--reduced {
  margin-bottom: 1em; }

/* line 184, ../../../shared/sass/objects/_utilities.scss */
.bottom-margin--half {
  margin-bottom: .5em; }

/* line 188, ../../../shared/sass/objects/_utilities.scss */
.bottom-margin--bigger-half {
  margin-bottom: .7em; }

/* line 192, ../../../shared/sass/objects/_utilities.scss */
.bottom-margin--double--reduced {
  margin-bottom: 2em; }

/* line 196, ../../../shared/sass/objects/_utilities.scss */
.bottom-margin--no {
  margin-bottom: 0em; }

/* line 202, ../../../shared/sass/objects/_utilities.scss */
.right-margin {
  margin-right: 20px; }

/* line 206, ../../../shared/sass/objects/_utilities.scss */
.right-margin--double {
  margin-right: 40px; }

/* line 210, ../../../shared/sass/objects/_utilities.scss */
.right-margin--triple {
  margin-right: 60px; }

/* line 214, ../../../shared/sass/objects/_utilities.scss */
.right-margin--quad {
  margin-right: 80px; }

/* line 218, ../../../shared/sass/objects/_utilities.scss */
.right-margin--reduced {
  margin-right: 1em; }

/* line 222, ../../../shared/sass/objects/_utilities.scss */
.right-margin--no {
  margin-right: 0em; }

/* line 226, ../../../shared/sass/objects/_utilities.scss */
.right-margin--half {
  margin-right: .5em; }

/* line 230, ../../../shared/sass/objects/_utilities.scss */
.left-margin--no {
  margin-left: 0 !important; }

/* line 235, ../../../shared/sass/objects/_utilities.scss */
.left-margin--half {
  margin-left: .5em; }

/* line 239, ../../../shared/sass/objects/_utilities.scss */
.left-margin {
  margin-left: 20px; }

/* line 243, ../../../shared/sass/objects/_utilities.scss */
.left-margin--double {
  margin-left: 40px; }

/* line 247, ../../../shared/sass/objects/_utilities.scss */
.top-margin--reverse {
  margin-top: -7px; }

/* line 254, ../../../shared/sass/objects/_utilities.scss */
.top-padding {
  padding-top: 20px; }

/* line 258, ../../../shared/sass/objects/_utilities.scss */
.top-padding--double {
  padding-top: 40px; }

/* line 262, ../../../shared/sass/objects/_utilities.scss */
.top-padding--triple {
  padding-top: 60px; }

/* line 266, ../../../shared/sass/objects/_utilities.scss */
.top-padding--quad {
  padding-top: 80px; }

/* line 270, ../../../shared/sass/objects/_utilities.scss */
.top-padding--reduced {
  padding-top: 1em; }

/* line 274, ../../../shared/sass/objects/_utilities.scss */
.top-padding--none {
  padding-top: 0 !important; }

/* line 278, ../../../shared/sass/objects/_utilities.scss */
.right-padding {
  padding-right: 1em; }

/* line 281, ../../../shared/sass/objects/_utilities.scss */
.right-padding--double {
  padding-right: 2em; }

/* line 284, ../../../shared/sass/objects/_utilities.scss */
.right-padding--triple {
  padding-right: 3em; }

/* line 287, ../../../shared/sass/objects/_utilities.scss */
.right-padding--quad {
  padding-right: 4em; }

/* line 291, ../../../shared/sass/objects/_utilities.scss */
.left-padding {
  padding-left: 1em; }

/* line 294, ../../../shared/sass/objects/_utilities.scss */
.left-padding--double {
  padding-left: 2em; }

/* line 297, ../../../shared/sass/objects/_utilities.scss */
.left-padding--triple {
  padding-left: 3em; }

/* line 300, ../../../shared/sass/objects/_utilities.scss */
.left-padding--quad {
  padding-left: 4em; }

/* line 303, ../../../shared/sass/objects/_utilities.scss */
.left-padding--reduced {
  padding-left: 1em; }

/* line 306, ../../../shared/sass/objects/_utilities.scss */
.left-padding--none {
  padding-left: 0 !important; }

/* line 310, ../../../shared/sass/objects/_utilities.scss */
.left-padding--small {
  padding-left: 10px; }

/* line 314, ../../../shared/sass/objects/_utilities.scss */
.horizontal-padding--small {
  padding-right: 5px;
  padding-left: 5px; }

/* line 320, ../../../shared/sass/objects/_utilities.scss */
.bottom-padding {
  padding-bottom: 20px; }

/* line 324, ../../../shared/sass/objects/_utilities.scss */
.bottom-padding--double {
  padding-bottom: 40px; }

/* line 328, ../../../shared/sass/objects/_utilities.scss */
.bottom-padding--triple {
  padding-bottom: 60px; }

/* line 332, ../../../shared/sass/objects/_utilities.scss */
.bottom-padding--quad {
  padding-bottom: 80px; }

/* line 336, ../../../shared/sass/objects/_utilities.scss */
.bottom-padding--reduced {
  padding-bottom: 1em; }

/* line 340, ../../../shared/sass/objects/_utilities.scss */
.all-padding {
  padding: 10px; }

/* line 344, ../../../shared/sass/objects/_utilities.scss */
.all-padding--small {
  padding: 5px; }

/* line 348, ../../../shared/sass/objects/_utilities.scss */
.full-width {
  width: 100%; }

/* line 353, ../../../shared/sass/objects/_utilities.scss */
.inline {
  display: inline-block; }

/* line 359, ../../../shared/sass/objects/_utilities.scss */
.all-height {
  height: 100%; }

/* line 363, ../../../shared/sass/objects/_utilities.scss */
.no-bottom-margin {
  margin-bottom: 0 !important; }

/* line 367, ../../../shared/sass/objects/_utilities.scss */
.vertical-centering {
  display: table; }

/* line 371, ../../../shared/sass/objects/_utilities.scss */
.vertical-centering__el {
  display: table-cell;
  vertical-align: middle; }

/* line 376, ../../../shared/sass/objects/_utilities.scss */
.relative {
  position: relative; }

/* line 380, ../../../shared/sass/objects/_utilities.scss */
.sticky {
  position: absolute; }

/* line 383, ../../../shared/sass/objects/_utilities.scss */
.sticky--bottom {
  bottom: 0; }

/* line 386, ../../../shared/sass/objects/_utilities.scss */
.sticky--right {
  right: 0; }

/* line 389, ../../../shared/sass/objects/_utilities.scss */
.sticky--left {
  left: 0; }

/* line 392, ../../../shared/sass/objects/_utilities.scss */
.sticky--top {
  top: 0; }

/* line 396, ../../../shared/sass/objects/_utilities.scss */
.bottom-layer {
  z-index: -1; }

/* line 400, ../../../shared/sass/objects/_utilities.scss */
.index-2 {
  z-index: 2; }

/* line 404, ../../../shared/sass/objects/_utilities.scss */
.index-1 {
  z-index: 1; }

/* line 409, ../../../shared/sass/objects/_utilities.scss */
.static {
  position: static; }

/* line 413, ../../../shared/sass/objects/_utilities.scss */
.left-gutter {
  padding-left: 35px; }

/* line 417, ../../../shared/sass/objects/_utilities.scss */
.block {
  display: block; }

/* line 421, ../../../shared/sass/objects/_utilities.scss */
.centered-block {
  margin-left: auto;
  margin-right: auto;
  float: none; }

/* line 429, ../../../shared/sass/objects/_utilities.scss */
.note li {
  margin-bottom: 0; }

/* line 434, ../../../shared/sass/objects/_utilities.scss */
.fixed {
  position: fixed; }

/* line 438, ../../../shared/sass/objects/_utilities.scss */
.main-news {
  position: absolute;
  left: 22px;
  right: 22px;
  top: 32px;
  text-transform: uppercase; }
  /* line 444, ../../../shared/sass/objects/_utilities.scss */
  .main-news span {
    display: inline;
    color: #fff;
    padding: 6px;
    padding-top: 7px;
    position: relative;
    z-index: 0;
    background: rgba(221, 2, 0, 0.7); }

/* line 455, ../../../shared/sass/objects/_utilities.scss */
.main-news-text {
  top: 61px;
  color: #505050;
  line-height: 1.25;
  font-weight: 600; }
  /* line 460, ../../../shared/sass/objects/_utilities.scss */
  .main-news-text span {
    font-size: 24px;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    line-height: 1em;
    vertical-align: bottom; }
    @media (max-width: 960px) {
      /* line 460, ../../../shared/sass/objects/_utilities.scss */
      .main-news-text span {
        font-size: 21px; } }
    @media (max-width: 767px) {
      /* line 460, ../../../shared/sass/objects/_utilities.scss */
      .main-news-text span {
        font-size: 24px; } }
    @media (max-width: 640px) {
      /* line 460, ../../../shared/sass/objects/_utilities.scss */
      .main-news-text span {
        font-size: 18px; } }
    @media (max-width: 360px) {
      /* line 460, ../../../shared/sass/objects/_utilities.scss */
      .main-news-text span {
        font-size: 14px;
        height: auto; } }

/* line 486, ../../../shared/sass/objects/_utilities.scss */
header.bottom {
  position: absolute;
  width: 100%;
  top: 0;
  height: 0;
  padding-top: 34%;
  min-height: 315px; }
  @media (max-width: 767px) {
    /* line 486, ../../../shared/sass/objects/_utilities.scss */
    header.bottom {
      min-height: 260px; } }
  /* line 497, ../../../shared/sass/objects/_utilities.scss */
  header.bottom .main-news {
    top: auto;
    left: 0;
    padding: 0 25px;
    position: relative; }
  /* line 504, ../../../shared/sass/objects/_utilities.scss */
  header.bottom .wrp-nws {
    position: absolute;
    bottom: 20px;
    width: 100%; }
  /* line 509, ../../../shared/sass/objects/_utilities.scss */
  header.bottom .main-news-text {
    margin-top: 20px; }

/* line 514, ../../../shared/sass/objects/_utilities.scss */
.absolute-center, .img__block--center img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

/* line 523, ../../../shared/sass/objects/_utilities.scss */
.is-transparent {
  opacity: 0 !important; }

/* line 527, ../../../shared/sass/objects/_utilities.scss */
.no-border--bottom, .soc__btn, .subindex-slider__link {
  border-bottom: none !important; }

/* line 531, ../../../shared/sass/objects/_utilities.scss */
.cent {
  text-align: center; }

/* line 535, ../../../shared/sass/objects/_utilities.scss */
.cent > img {
  display: block; }

/* line 539, ../../../shared/sass/objects/_utilities.scss */
.overflow {
  overflow: hidden; }

/* line 4, ../../../shared/sass/objects/_popup.scss */
.popup-wrapper {
  text-align: center;
  width: 100%;
  padding-top: 18px; }

/* line 10, ../../../shared/sass/objects/_popup.scss */
.popup-wrapper__cookie {
  height: 164px; }

/* line 14, ../../../shared/sass/objects/_popup.scss */
.popup-wrapper__gadgets {
  height: 53px; }

/* line 18, ../../../shared/sass/objects/_popup.scss */
.popup-container {
  min-width: 980px;
  max-width: 980px;
  display: inline-block;
  text-align: left;
  vertical-align: top; }

/* line 26, ../../../shared/sass/objects/_popup.scss */
.popup-container-gadgets {
  height: 1px; }

/* line 30, ../../../shared/sass/objects/_popup.scss */
.popup-message {
  text-align: left;
  max-width: 710px;
  float: left;
  margin-bottom: 0px;
  clear: both; }

/* line 38, ../../../shared/sass/objects/_popup.scss */
.popup-button-wrapper {
  display: inline-block;
  clear: both;
  float: right;
  bottom: 30px;
  position: relative;
  right: 164px;
  margin-bottom: 5px; }

/* line 48, ../../../shared/sass/objects/_popup.scss */
.popup-button-wrapper-gadgets {
  margin: 0px 0px 0px 0px;
  padding-left: 20px;
  display: inline;
  position: relative;
  top: -18px; }

/* line 56, ../../../shared/sass/objects/_popup.scss */
.popup-button {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  padding: 6px 13px 6px 13px;
  margin-bottom: 0px; }

/* line 67, ../../../shared/sass/objects/_popup.scss */
.popup-button-gadgets {
  margin: 13px 22px 13px 22px; }

/* line 71, ../../../shared/sass/objects/_popup.scss */
.popup-button__link, .popup-button__link:hover, .popup-button__link:focus {
  text-decoration: none; }

/* line 75, ../../../shared/sass/objects/_popup.scss */
.popup-link {
  border-bottom: 1px solid; }

/* line 79, ../../../shared/sass/objects/_popup.scss */
.popup-link:hover, .popup-link:focus {
  border-bottom: none;
  text-decoration: none; }

/* line 84, ../../../shared/sass/objects/_popup.scss */
.popup-title {
  text-align: left;
  font-size: 15px;
  float: left;
  display: inline; }

/* line 5, ../../../shared/sass/objects/_tiles.scss */
.tile, .media--grid {
  display: block;
  position: relative;
  background-color: #FFF;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 2px 3px 10px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 2px 3px 10px 1px;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 3px 10px 1px;
  border-collapse: separate;
  -webkit-font-smoothing: auto; }

/* line 54, ../../../shared/sass/objects/_tiles.scss */
.tile--765px {
  height: 765px; }
  /* line 56, ../../../shared/sass/objects/_tiles.scss */
  .tile--765px .tile__caption.tile__caption {
    margin-top: -76.5px; }
  /* line 59, ../../../shared/sass/objects/_tiles.scss */
  .tile--765px .tile__caption-header {
    height: 76.5px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.vertical-mobile-tile--765px {
  height: 765px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.big-tile--765px {
  height: 765px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.medium-tile--765px {
  height: 765px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.small-tile--765px {
  height: 765px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.mobile-tile--765px {
  height: 765px; }

/* line 54, ../../../shared/sass/objects/_tiles.scss */
.tile--725px {
  height: 725px; }
  /* line 56, ../../../shared/sass/objects/_tiles.scss */
  .tile--725px .tile__caption.tile__caption {
    margin-top: -72.5px; }
  /* line 59, ../../../shared/sass/objects/_tiles.scss */
  .tile--725px .tile__caption-header {
    height: 72.5px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.vertical-mobile-tile--725px {
  height: 725px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.big-tile--725px {
  height: 725px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.medium-tile--725px {
  height: 725px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.small-tile--725px {
  height: 725px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.mobile-tile--725px {
  height: 725px; }

/* line 54, ../../../shared/sass/objects/_tiles.scss */
.tile--705px {
  height: 705px; }
  /* line 56, ../../../shared/sass/objects/_tiles.scss */
  .tile--705px .tile__caption.tile__caption {
    margin-top: -70.5px; }
  /* line 59, ../../../shared/sass/objects/_tiles.scss */
  .tile--705px .tile__caption-header {
    height: 70.5px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.vertical-mobile-tile--705px {
  height: 705px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.big-tile--705px {
  height: 705px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.medium-tile--705px {
  height: 705px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.small-tile--705px {
  height: 705px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.mobile-tile--705px {
  height: 705px; }

/* line 54, ../../../shared/sass/objects/_tiles.scss */
.tile--660px {
  height: 660px; }
  /* line 56, ../../../shared/sass/objects/_tiles.scss */
  .tile--660px .tile__caption.tile__caption {
    margin-top: -66px; }
  /* line 59, ../../../shared/sass/objects/_tiles.scss */
  .tile--660px .tile__caption-header {
    height: 66px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.vertical-mobile-tile--660px {
  height: 660px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.big-tile--660px {
  height: 660px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.medium-tile--660px {
  height: 660px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.small-tile--660px {
  height: 660px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.mobile-tile--660px {
  height: 660px; }

/* line 54, ../../../shared/sass/objects/_tiles.scss */
.tile--615px {
  height: 615px; }
  /* line 56, ../../../shared/sass/objects/_tiles.scss */
  .tile--615px .tile__caption.tile__caption {
    margin-top: -61.5px; }
  /* line 59, ../../../shared/sass/objects/_tiles.scss */
  .tile--615px .tile__caption-header {
    height: 61.5px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.vertical-mobile-tile--615px {
  height: 615px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.big-tile--615px {
  height: 615px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.medium-tile--615px {
  height: 615px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.small-tile--615px {
  height: 615px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.mobile-tile--615px {
  height: 615px; }

/* line 54, ../../../shared/sass/objects/_tiles.scss */
.tile--505px {
  height: 505px; }
  /* line 56, ../../../shared/sass/objects/_tiles.scss */
  .tile--505px .tile__caption.tile__caption {
    margin-top: -50.5px; }
  /* line 59, ../../../shared/sass/objects/_tiles.scss */
  .tile--505px .tile__caption-header {
    height: 50.5px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.vertical-mobile-tile--505px {
  height: 505px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.big-tile--505px {
  height: 505px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.medium-tile--505px {
  height: 505px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.small-tile--505px {
  height: 505px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.mobile-tile--505px {
  height: 505px; }

/* line 54, ../../../shared/sass/objects/_tiles.scss */
.tile--464px {
  height: 464px; }
  /* line 56, ../../../shared/sass/objects/_tiles.scss */
  .tile--464px .tile__caption.tile__caption {
    margin-top: -92.8px; }
  /* line 59, ../../../shared/sass/objects/_tiles.scss */
  .tile--464px .tile__caption-header {
    height: 92.8px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.vertical-mobile-tile--464px {
  height: 464px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.big-tile--464px {
  height: 464px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.medium-tile--464px {
  height: 464px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.small-tile--464px {
  height: 464px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.mobile-tile--464px {
  height: 464px; }

/* line 54, ../../../shared/sass/objects/_tiles.scss */
.tile--425px {
  height: 425px; }
  /* line 56, ../../../shared/sass/objects/_tiles.scss */
  .tile--425px .tile__caption.tile__caption {
    margin-top: -85px; }
  /* line 59, ../../../shared/sass/objects/_tiles.scss */
  .tile--425px .tile__caption-header {
    height: 85px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.vertical-mobile-tile--425px {
  height: 425px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.big-tile--425px {
  height: 425px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.medium-tile--425px {
  height: 425px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.small-tile--425px {
  height: 425px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.mobile-tile--425px {
  height: 425px; }

/* line 54, ../../../shared/sass/objects/_tiles.scss */
.tile--405px {
  height: 405px; }
  /* line 56, ../../../shared/sass/objects/_tiles.scss */
  .tile--405px .tile__caption.tile__caption {
    margin-top: -81px; }
  /* line 59, ../../../shared/sass/objects/_tiles.scss */
  .tile--405px .tile__caption-header {
    height: 81px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.vertical-mobile-tile--405px {
  height: 405px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.big-tile--405px {
  height: 405px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.medium-tile--405px {
  height: 405px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.small-tile--405px {
  height: 405px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.mobile-tile--405px {
  height: 405px; }

/* line 54, ../../../shared/sass/objects/_tiles.scss */
.tile--383px {
  height: 383px; }
  /* line 56, ../../../shared/sass/objects/_tiles.scss */
  .tile--383px .tile__caption.tile__caption {
    margin-top: -76.6px; }
  /* line 59, ../../../shared/sass/objects/_tiles.scss */
  .tile--383px .tile__caption-header {
    height: 76.6px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.vertical-mobile-tile--383px {
  height: 383px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.big-tile--383px {
  height: 383px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.medium-tile--383px {
  height: 383px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.small-tile--383px {
  height: 383px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.mobile-tile--383px {
  height: 383px; }

/* line 54, ../../../shared/sass/objects/_tiles.scss */
.tile--315px {
  height: 315px; }
  /* line 56, ../../../shared/sass/objects/_tiles.scss */
  .tile--315px .tile__caption.tile__caption {
    margin-top: -63px; }
  /* line 59, ../../../shared/sass/objects/_tiles.scss */
  .tile--315px .tile__caption-header {
    height: 63px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.vertical-mobile-tile--315px {
  height: 315px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.big-tile--315px {
  height: 315px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.medium-tile--315px {
  height: 315px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.small-tile--315px {
  height: 315px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.mobile-tile--315px {
  height: 315px; }

/* line 54, ../../../shared/sass/objects/_tiles.scss */
.tile--283px {
  height: 283px; }
  /* line 56, ../../../shared/sass/objects/_tiles.scss */
  .tile--283px .tile__caption.tile__caption {
    margin-top: -56.6px; }
  /* line 59, ../../../shared/sass/objects/_tiles.scss */
  .tile--283px .tile__caption-header {
    height: 56.6px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.vertical-mobile-tile--283px {
  height: 283px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.big-tile--283px {
  height: 283px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.medium-tile--283px {
  height: 283px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.small-tile--283px {
  height: 283px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.mobile-tile--283px {
  height: 283px; }

/* line 54, ../../../shared/sass/objects/_tiles.scss */
.tile--235px {
  height: 235px; }
  /* line 56, ../../../shared/sass/objects/_tiles.scss */
  .tile--235px .tile__caption.tile__caption {
    margin-top: -78.255px; }
  /* line 59, ../../../shared/sass/objects/_tiles.scss */
  .tile--235px .tile__caption-header {
    height: 78.255px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.vertical-mobile-tile--235px {
  height: 235px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.big-tile--235px {
  height: 235px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.medium-tile--235px {
  height: 235px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.small-tile--235px {
  height: 235px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.mobile-tile--235px {
  height: 235px; }

/* line 54, ../../../shared/sass/objects/_tiles.scss */
.tile--225px {
  height: 225px; }
  /* line 56, ../../../shared/sass/objects/_tiles.scss */
  .tile--225px .tile__caption.tile__caption {
    margin-top: -74.925px; }
  /* line 59, ../../../shared/sass/objects/_tiles.scss */
  .tile--225px .tile__caption-header {
    height: 74.925px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.vertical-mobile-tile--225px {
  height: 225px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.big-tile--225px {
  height: 225px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.medium-tile--225px {
  height: 225px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.small-tile--225px {
  height: 225px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.mobile-tile--225px {
  height: 225px; }

/* line 54, ../../../shared/sass/objects/_tiles.scss */
.tile--190px {
  height: 190px; }
  /* line 56, ../../../shared/sass/objects/_tiles.scss */
  .tile--190px .tile__caption.tile__caption {
    margin-top: -63.27px; }
  /* line 59, ../../../shared/sass/objects/_tiles.scss */
  .tile--190px .tile__caption-header {
    height: 63.27px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.vertical-mobile-tile--190px {
  height: 190px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.big-tile--190px {
  height: 190px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.medium-tile--190px {
  height: 190px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.small-tile--190px {
  height: 190px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.mobile-tile--190px {
  height: 190px; }

/* line 54, ../../../shared/sass/objects/_tiles.scss */
.tile--120px {
  height: 120px; }
  /* line 56, ../../../shared/sass/objects/_tiles.scss */
  .tile--120px .tile__caption.tile__caption {
    margin-top: -39.96px; }
  /* line 59, ../../../shared/sass/objects/_tiles.scss */
  .tile--120px .tile__caption-header {
    height: 39.96px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.vertical-mobile-tile--120px {
  height: 120px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.big-tile--120px {
  height: 120px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.medium-tile--120px {
  height: 120px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.small-tile--120px {
  height: 120px; }

/* line 64, ../../../shared/sass/objects/_tiles.scss */
.mobile-tile--120px {
  height: 120px; }

/* line 74, ../../../shared/sass/objects/_tiles.scss */
.grid--0px > .grid__item > .tile, .magazines-galls .grid--0px > .item > .tile, .magazines-galls .grid--0px > .item-big > .tile, .grid--0px > .grid__item > .media--grid, .magazines-galls .grid--0px > .item > .media--grid, .magazines-galls .grid--0px > .item-big > .media--grid {
  margin-bottom: 0px; }

/* line 80, ../../../shared/sass/objects/_tiles.scss */
.bottom-0px {
  margin-bottom: 0px !important; }

/* line 74, ../../../shared/sass/objects/_tiles.scss */
.grid--12px > .grid__item > .tile, .magazines-galls .grid--12px > .item > .tile, .magazines-galls .grid--12px > .item-big > .tile, .grid--12px > .grid__item > .media--grid, .magazines-galls .grid--12px > .item > .media--grid, .magazines-galls .grid--12px > .item-big > .media--grid {
  margin-bottom: 12px; }

/* line 80, ../../../shared/sass/objects/_tiles.scss */
.bottom-12px {
  margin-bottom: 12px !important; }

/* line 74, ../../../shared/sass/objects/_tiles.scss */
.grid--16px > .grid__item > .tile, .magazines-galls .grid--16px > .item > .tile, .magazines-galls .grid--16px > .item-big > .tile, .grid--16px > .grid__item > .media--grid, .magazines-galls .grid--16px > .item > .media--grid, .magazines-galls .grid--16px > .item-big > .media--grid {
  margin-bottom: 16px; }

/* line 80, ../../../shared/sass/objects/_tiles.scss */
.bottom-16px {
  margin-bottom: 16px !important; }

/* line 74, ../../../shared/sass/objects/_tiles.scss */
.grid--20px > .grid__item > .tile, .magazines-galls .grid--20px > .item > .tile, .magazines-galls .grid--20px > .item-big > .tile, .grid--20px > .grid__item > .media--grid, .magazines-galls .grid--20px > .item > .media--grid, .magazines-galls .grid--20px > .item-big > .media--grid {
  margin-bottom: 20px; }

/* line 80, ../../../shared/sass/objects/_tiles.scss */
.bottom-20px {
  margin-bottom: 20px !important; }

/* line 74, ../../../shared/sass/objects/_tiles.scss */
.grid--25px > .grid__item > .tile, .magazines-galls .grid--25px > .item > .tile, .magazines-galls .grid--25px > .item-big > .tile, .grid--25px > .grid__item > .media--grid, .magazines-galls .grid--25px > .item > .media--grid, .magazines-galls .grid--25px > .item-big > .media--grid {
  margin-bottom: 25px; }

/* line 80, ../../../shared/sass/objects/_tiles.scss */
.bottom-25px {
  margin-bottom: 25px !important; }

/* line 74, ../../../shared/sass/objects/_tiles.scss */
.grid--35px > .grid__item > .tile, .magazines-galls .grid--35px > .item > .tile, .magazines-galls .grid--35px > .item-big > .tile, .grid--35px > .grid__item > .media--grid, .magazines-galls .grid--35px > .item > .media--grid, .magazines-galls .grid--35px > .item-big > .media--grid {
  margin-bottom: 35px; }

/* line 80, ../../../shared/sass/objects/_tiles.scss */
.bottom-35px {
  margin-bottom: 35px !important; }

@media (max-width: 767px) {
  /* line 85, ../../../shared/sass/objects/_tiles.scss */
  .tile:not(.media-play), .media--grid:not(.media-play) {
    height: auto !important; } }

/* line 93, ../../../shared/sass/objects/_tiles.scss */
.right-column.grid .tile, .magazines-galls div.right-column[class^=one-row] .tile, .right-column.grid .media--grid, .magazines-galls div.right-column[class^=one-row] .media--grid {
  margin-bottom: 12px; }

/* line 98, ../../../shared/sass/objects/_tiles.scss */
.tile__header {
  padding-bottom: 25px;
  border-bottom: 3px solid;
  margin-left: 25px;
  margin-right: 25px; }

/* line 106, ../../../shared/sass/objects/_tiles.scss */
.tile__heading.tile__heading {
  font-weight: 400;
  color: #838383;
  text-transform: uppercase;
  padding-top: 25px;
  margin: 0; }
  /* line 113, ../../../shared/sass/objects/_tiles.scss */
  .tile__heading.tile__heading.tile__heading--icon {
    color: #838383;
    text-transform: uppercase; }
    /* line 117, ../../../shared/sass/objects/_tiles.scss */
    .tile__heading.tile__heading.tile__heading--icon:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      height: 30px;
      width: 30px;
      margin-right: 14px; }

/* line 128, ../../../shared/sass/objects/_tiles.scss */
.tile__heading--no-uppercase {
  text-transform: none !important; }

/* line 132, ../../../shared/sass/objects/_tiles.scss */
.tile__heading--no-padding-top {
  padding-top: 0 !important; }

/* line 136, ../../../shared/sass/objects/_tiles.scss */
.tile__body, .tile__body--soc, .press-interview__body {
  padding-top: 1em;
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 20px;
  line-height: 1.23077;
  color: #505050; }
  /* line 145, ../../../shared/sass/objects/_tiles.scss */
  .tile__body img, .tile__body--soc img, .press-interview__body img {
    max-width: 100%; }
  /* line 149, ../../../shared/sass/objects/_tiles.scss */
  .tile__body > ul, .tile__body--soc > ul, .press-interview__body > ul {
    margin-top: 0; }
  /* line 154, ../../../shared/sass/objects/_tiles.scss */
  .tile__body .photo-inline, .tile__body--soc .photo-inline, .press-interview__body .photo-inline {
    font-size: 0; }
    /* line 157, ../../../shared/sass/objects/_tiles.scss */
    .tile__body .photo-inline a, .tile__body--soc .photo-inline a, .press-interview__body .photo-inline a {
      display: inline-block;
      width: 25%; }
    /* line 160, ../../../shared/sass/objects/_tiles.scss */
    .tile__body .photo-inline img, .tile__body--soc .photo-inline img, .press-interview__body .photo-inline img {
      width: 100%; }
  /* line 165, ../../../shared/sass/objects/_tiles.scss */
  .tile__btn ~ .tile__body, .tile__btn ~ .tile__body--soc, .tile__btn ~ .press-interview__body, .tile__btn + .tile__body, .tile__btn + .tile__body--soc, .tile__btn + .press-interview__body {
    padding-bottom: 30px; }
    @media (max-width: 767px) {
      /* line 165, ../../../shared/sass/objects/_tiles.scss */
      .tile__btn ~ .tile__body, .tile__btn ~ .tile__body--soc, .tile__btn ~ .press-interview__body, .tile__btn + .tile__body, .tile__btn + .tile__body--soc, .tile__btn + .press-interview__body {
        padding-bottom: 50px; } }

/* line 174, ../../../shared/sass/objects/_tiles.scss */
.tile__link {
  color: #838383;
  border-color: transparent; }
  /* line 177, ../../../shared/sass/objects/_tiles.scss */
  .tile__link:hover, .tile__link:focus {
    color: #838383;
    border-color: #838383; }

/* line 183, ../../../shared/sass/objects/_tiles.scss */
.tile__btn.tile__btn {
  position: absolute;
  bottom: 0;
  left: 25px;
  z-index: 1; }

/* line 190, ../../../shared/sass/objects/_tiles.scss */
.tile__btn--right.tile__btn--right, .tile__btn--right-goroda {
  left: auto;
  right: 25px; }

/* line 195, ../../../shared/sass/objects/_tiles.scss */
.tile__media {
  display: block;
  width: 100%; }
  /* line 198, ../../../shared/sass/objects/_tiles.scss */
  .tile__media img {
    display: block;
    width: 100%; }

/* line 204, ../../../shared/sass/objects/_tiles.scss */
.tile__media--padding-bottom {
  padding-bottom: 25px; }

/* line 208, ../../../shared/sass/objects/_tiles.scss */
a.tile__media, a.tile__media:hover {
  border-bottom: none; }

/* line 216, ../../../shared/sass/objects/_tiles.scss */
.tile__media + .tile__header .tile__heading,
.tile__media ~ .tile__header .tile__heading {
  text-transform: uppercase;
  color: #838383;
  line-height: 1.28571; }

/* line 227, ../../../shared/sass/objects/_tiles.scss */
.tile--fixed-header .tile__header {
  border-collapse: collapse;
  display: table;
  height: 73px;
  width: 100%;
  margin: 0;
  border-bottom: 0;
  position: relative; }
  /* line 235, ../../../shared/sass/objects/_tiles.scss */
  .tile--fixed-header .tile__header:after {
    content: "";
    display: block;
    position: absolute;
    height: 0;
    bottom: 0;
    left: 25px;
    right: 25px;
    border-bottom: 3px solid; }
/* line 246, ../../../shared/sass/objects/_tiles.scss */
.tile--fixed-header .tile__heading {
  padding-top: 0;
  display: table-cell;
  vertical-align: middle;
  padding-left: 25px;
  padding-right: 25px; }

/* line 256, ../../../shared/sass/objects/_tiles.scss */
.tile--banner, .context--content .tile--banner-grey {
  overflow: hidden;
  position: relative;
  border-bottom: none; }
  /* line 260, ../../../shared/sass/objects/_tiles.scss */
  .tile--banner .tile__caption, .context--content .tile--banner-grey .tile__caption {
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s; }
  /* line 264, ../../../shared/sass/objects/_tiles.scss */
  .tile--banner a, .context--content .tile--banner-grey a {
    border-bottom: 1px solid green; }
  /* line 269, ../../../shared/sass/objects/_tiles.scss */
  .tile--banner:hover .tile__caption, .context--content .tile--banner-grey:hover .tile__caption {
    top: 50%;
    margin-top: 0 !important; }
/* line 276, ../../../shared/sass/objects/_tiles.scss */
.tile--banner-advertising {
  position: relative;
  height: 0;
  padding-top: 38%; }
  /* line 282, ../../../shared/sass/objects/_tiles.scss */
  .tile--banner-advertising a img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
    /* line 291, ../../../shared/sass/objects/_tiles.scss */
    html.bx-ie .tile--banner-advertising a img {
      height: auto; }

/* line 301, ../../../shared/sass/objects/_tiles.scss */
.tile--banner--detail:hover .tile__caption {
  top: 0; }

/* line 308, ../../../shared/sass/objects/_tiles.scss */
.tile__caption.tile__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  top: 100%;
  text-align: left;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  text-decoration: none;
  margin-top: -63px; }
  /* line 321, ../../../shared/sass/objects/_tiles.scss */
  .tile__caption.tile__caption:hover {
    text-decoration: none; }

/* line 326, ../../../shared/sass/objects/_tiles.scss */
.tile__caption-header {
  display: table;
  width: 100%;
  height: 63px; }

/* line 332, ../../../shared/sass/objects/_tiles.scss */
.tile__caption-text {
  display: table-cell;
  vertical-align: middle;
  color: #FFF;
  padding-left: 25px;
  font-weight: 400; }

/* line 341, ../../../shared/sass/objects/_tiles.scss */
.tile__caption-body {
  color: #fff;
  padding-left: 25px; }

/* line 347, ../../../shared/sass/objects/_tiles.scss */
.tile--banner--content {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  /* line 350, ../../../shared/sass/objects/_tiles.scss */
  .tile--banner--content .tile__caption {
    text-transform: none;
    margin-top: -93px; }
  /* line 354, ../../../shared/sass/objects/_tiles.scss */
  .tile--banner--content .tile__caption-header {
    height: 93px; }
  /* line 357, ../../../shared/sass/objects/_tiles.scss */
  .tile--banner--content .tile__caption-text,
  .tile--banner--content .tile__caption-body {
    vertical-align: top;
    padding-left: .66666em;
    padding-right: .66666em;
    padding-top: .66666em; }

/* line 366, ../../../shared/sass/objects/_tiles.scss */
.tile--padding {
  padding: 15px; }

/* line 370, ../../../shared/sass/objects/_tiles.scss */
.tile__caption.tile__caption-video {
  left: 25px;
  margin-top: 0; }

/* line 2, ../../../shared/sass/ui/_lists.scss */
.vertical-list--links.vertical-list--links > .vertical-list__item, .vertical-list--block-links > .vertical-list__item,
.vertical-list--links.vertical-list--links > li,
.vertical-list--block-links > li {
  margin-bottom: 1em; }
  /* line 7, ../../../shared/sass/ui/_lists.scss */
  .vertical-list--links.vertical-list--links > .vertical-list__item a, .vertical-list--block-links > .vertical-list__item a, .vertical-list--links.vertical-list--links > .vertical-list__item:before, .vertical-list--block-links > .vertical-list__item:before,
  .vertical-list--links.vertical-list--links > li a,
  .vertical-list--block-links > li a,
  .vertical-list--links.vertical-list--links > li:before,
  .vertical-list--block-links > li:before {
    color: #505050; }
    /* line 9, ../../../shared/sass/ui/_lists.scss */
    .vertical-list--links.vertical-list--links > .vertical-list__item a:hover, .vertical-list--block-links > .vertical-list__item a:hover, .vertical-list--links.vertical-list--links > .vertical-list__item a:active, .vertical-list--block-links > .vertical-list__item a:active, .vertical-list--links.vertical-list--links > .vertical-list__item:before:hover, .vertical-list--block-links > .vertical-list__item:before:hover, .vertical-list--links.vertical-list--links > .vertical-list__item:before:active, .vertical-list--block-links > .vertical-list__item:before:active,
    .vertical-list--links.vertical-list--links > li a:hover,
    .vertical-list--block-links > li a:hover,
    .vertical-list--links.vertical-list--links > li a:active,
    .vertical-list--block-links > li a:active,
    .vertical-list--links.vertical-list--links > li:before:hover,
    .vertical-list--block-links > li:before:hover,
    .vertical-list--links.vertical-list--links > li:before:active,
    .vertical-list--block-links > li:before:active {
      color: #000; }

/* line 18, ../../../shared/sass/ui/_lists.scss */
.vertical-list--block-links.vertical-list--block-links > .vertical-list__item,
.vertical-list--block-links.vertical-list--block-links > li {
  margin-top: 1.5em; }
  /* line 21, ../../../shared/sass/ui/_lists.scss */
  .vertical-list--block-links.vertical-list--block-links > .vertical-list__item:before,
  .vertical-list--block-links.vertical-list--block-links > li:before {
    display: none; }

/* line 27, ../../../shared/sass/ui/_lists.scss */
.tile__body > .vertical-list--block-links, .tile__body--soc > .vertical-list--block-links, .press-interview__body > .vertical-list--block-links {
  margin-top: -0.5em; }

/* line 31, ../../../shared/sass/ui/_lists.scss */
.tile__body > .news-js-height, .tile__body--soc > .news-js-height, .press-interview__body > .news-js-height {
  height: 320px;
  overflow: hidden;
  position: relative; }

/* line 33, ../../../shared/sass/ui/_lists.scss */
.jq-hide {
  display: none; }

/* line 2, ../../../shared/sass/ui/_tiles.scss */
.tile--magazine.tile--magazine .tile__header {
  padding-bottom: 0;
  border-bottom: 0; }
  /* line 5, ../../../shared/sass/ui/_tiles.scss */
  .tile--magazine.tile--magazine .tile__header:after {
    display: none; }
/* line 9, ../../../shared/sass/ui/_tiles.scss */
.tile--magazine.tile--magazine .tile__body, .tile--magazine.tile--magazine .tile__body--soc, .tile--magazine.tile--magazine .press-interview__body {
  padding-top: 0;
  padding-bottom: 17px;
  position: relative; }
  /* line 13, ../../../shared/sass/ui/_tiles.scss */
  .tile--magazine.tile--magazine .tile__body .magazine__media, .tile--magazine.tile--magazine .tile__body--soc .magazine__media, .tile--magazine.tile--magazine .press-interview__body .magazine__media, .tile--magazine.tile--magazine .tile__body .magazine__text, .tile--magazine.tile--magazine .tile__body--soc .magazine__text, .tile--magazine.tile--magazine .press-interview__body .magazine__text {
    position: absolute;
    max-height: 93px; }
    @media (max-width: 767px) {
      /* line 13, ../../../shared/sass/ui/_tiles.scss */
      .tile--magazine.tile--magazine .tile__body .magazine__media, .tile--magazine.tile--magazine .tile__body--soc .magazine__media, .tile--magazine.tile--magazine .press-interview__body .magazine__media, .tile--magazine.tile--magazine .tile__body .magazine__text, .tile--magazine.tile--magazine .tile__body--soc .magazine__text, .tile--magazine.tile--magazine .press-interview__body .magazine__text {
        position: static; } }
  /* line 20, ../../../shared/sass/ui/_tiles.scss */
  .tile--magazine.tile--magazine .tile__body .magazine__text, .tile--magazine.tile--magazine .tile__body--soc .magazine__text, .tile--magazine.tile--magazine .press-interview__body .magazine__text {
    left: 110px;
    padding-right: 1em; }

/* line 27, ../../../shared/sass/ui/_tiles.scss */
.media .quote ~ footer {
  position: relative !important;
  margin-top: 25px; }

/* line 33, ../../../shared/sass/ui/_tiles.scss */
.tile--media .tile__body, .tile--media .tile__body--soc, .tile--media .press-interview__body {
  padding-top: 30px;
  padding-left: 20px; }
/* line 37, ../../../shared/sass/ui/_tiles.scss */
.tile--media .media__heading {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 15px;
  /* 9 */
  font-size: 0.9375rem;
  /* 9 */ }
  /* line 166, ../../../shared/sass/base/_mixins.scss */
  html.font_plus .tile--media .media__heading {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 16.5px;
    /* 9 */
    font-size: 1.03125rem;
    /* 9 */ }
  /* line 169, ../../../shared/sass/base/_mixins.scss */
  html.font_plus_plus .tile--media .media__heading {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18px;
    /* 9 */
    font-size: 1.125rem;
    /* 9 */ }
/* line 40, ../../../shared/sass/ui/_tiles.scss */
.tile--media .media__body {
  position: relative;
  min-height: 128px;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 14px;
  /* 9 */
  font-size: 0.875rem;
  /* 9 */ }
  /* line 166, ../../../shared/sass/base/_mixins.scss */
  html.font_plus .tile--media .media__body {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 15.4px;
    /* 9 */
    font-size: 0.9625rem;
    /* 9 */ }
  /* line 169, ../../../shared/sass/base/_mixins.scss */
  html.font_plus_plus .tile--media .media__body {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 16.8px;
    /* 9 */
    font-size: 1.05rem;
    /* 9 */ }
  @media (max-width: 640px) {
    /* line 40, ../../../shared/sass/ui/_tiles.scss */
    .tile--media .media__body {
      overflow: visible; } }
  /* line 47, ../../../shared/sass/ui/_tiles.scss */
  .tile--media .media__body footer {
    position: absolute;
    bottom: 0;
    padding-right: 140px; }
    @media (max-width: 960px) {
      /* line 47, ../../../shared/sass/ui/_tiles.scss */
      .tile--media .media__body footer {
        padding-right: 0; } }
    @media (max-width: 640px) {
      /* line 47, ../../../shared/sass/ui/_tiles.scss */
      .tile--media .media__body footer {
        position: static; } }
/* line 59, ../../../shared/sass/ui/_tiles.scss */
.tile--media .media__img {
  margin-right: 33px; }
  @media (max-width: 640px) {
    /* line 59, ../../../shared/sass/ui/_tiles.scss */
    .tile--media .media__img {
      margin-bottom: 30px; } }
  @media (max-width: 360px) {
    /* line 59, ../../../shared/sass/ui/_tiles.scss */
    .tile--media .media__img {
      margin-right: 0;
      width: 100%; } }
/* line 69, ../../../shared/sass/ui/_tiles.scss */
.tile--media .media__img--rev {
  margin-left: 33px; }

/* line 75, ../../../shared/sass/ui/_tiles.scss */
.tile--shares {
  padding: 21px 28px; }
  /* line 77, ../../../shared/sass/ui/_tiles.scss */
  .tile--shares .tile__header, .tile--shares .tile__body, .tile--shares .tile__body--soc, .tile--shares .press-interview__body {
    height: auto;
    padding: 20px 0 0; }
    /* line 80, ../../../shared/sass/ui/_tiles.scss */
    .tile--shares .tile__header:after, .tile--shares .tile__body:after, .tile--shares .tile__body--soc:after, .tile--shares .press-interview__body:after {
      display: none; }
  /* line 84, ../../../shared/sass/ui/_tiles.scss */
  .tile--shares .tile__heading {
    vertical-align: top;
    display: inline-block;
    max-width: 116px;
    padding: 0 0 5px 0; }
  /* line 90, ../../../shared/sass/ui/_tiles.scss */
  .tile--shares .share__dropdown {
    width: 115px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 0 0 10px;
    line-height: 20px;
    text-align: left; }
    @media (max-width: 360px) {
      /* line 90, ../../../shared/sass/ui/_tiles.scss */
      .tile--shares .share__dropdown {
        position: relative; } }
  /* line 103, ../../../shared/sass/ui/_tiles.scss */
  .tile--shares .key-number {
    font-weight: 400;
    font-size: 40px;
    max-width: 120px;
    color: #0079c1;
    vertical-align: top;
    display: inline; }
    @media (min-width: 1325px) {
      /* line 103, ../../../shared/sass/ui/_tiles.scss */
      .tile--shares .key-number {
        font-size: 34px; } }
  /* line 114, ../../../shared/sass/ui/_tiles.scss */
  .tile--shares .share__quotes {
    color: #838383; }
  /* line 118, ../../../shared/sass/ui/_tiles.scss */
  .tile--shares .share__quotes--down {
    color: #dd0200; }
    /* line 120, ../../../shared/sass/ui/_tiles.scss */
    .tile--shares .share__quotes--down .share__indicator {
      background-position: 0 -4450px; }
  /* line 124, ../../../shared/sass/ui/_tiles.scss */
  .tile--shares .share__quotes--up {
    color: #3FC863; }
    /* line 126, ../../../shared/sass/ui/_tiles.scss */
    .tile--shares .share__quotes--up .share__indicator {
      background-position: 0 -4496px; }
  /* line 130, ../../../shared/sass/ui/_tiles.scss */
  .tile--shares .share__quotes,
  .tile--shares .share__indicator,
  .tile--shares .share__units,
  .tile--shares .share__value,
  .tile--shares .share__detail,
  .tile--shares .share__capitalization--value,
  .tile--shares .share__capitalization--units {
    display: inline-block; }
  /* line 141, ../../../shared/sass/ui/_tiles.scss */
  .tile--shares .share__units {
    width: 60px;
    padding-left: 10px;
    position: relative;
    color: #0079c1; }
    /* line 146, ../../../shared/sass/ui/_tiles.scss */
    .tile--shares .share__units:after {
      position: absolute;
      content: ":";
      right: 0; }
  /* line 152, ../../../shared/sass/ui/_tiles.scss */
  .tile--shares .share__value {
    padding-right: 10px; }
  /* line 155, ../../../shared/sass/ui/_tiles.scss */
  .tile--shares .share__indicator {
    width: 11px;
    height: 31px; }
  /* line 162, ../../../shared/sass/ui/_tiles.scss */
  .tile--shares .share__capitalization--label {
    color: #838383;
    padding: 6px 0; }
  /* line 166, ../../../shared/sass/ui/_tiles.scss */
  .tile--shares .share__capitalization--value {
    color: #0079c1; }

/* line 171, ../../../shared/sass/ui/_tiles.scss */
.tile__caption--big {
  text-transform: none;
  padding-left: 16px;
  margin-top: 10px;
  padding-right: 10px;
  line-height: 1.1857; }
  /* line 178, ../../../shared/sass/ui/_tiles.scss */
  .tile__caption--big .tile__caption-text {
    line-height: inherit;
    display: inline;
    border-bottom: 1px solid;
    padding: 0; }

/* line 187, ../../../shared/sass/ui/_tiles.scss */
.tile--banner .tile__caption--fixed.tile__caption--fixed, .context--content .tile--banner-grey .tile__caption--fixed.tile__caption--fixed {
  text-transform: none;
  width: 174px;
  margin-top: 0;
  top: 0;
  left: 136px; }
  /* line 193, ../../../shared/sass/ui/_tiles.scss */
  .tile--banner .tile__caption--fixed.tile__caption--fixed .tile__caption-header, .context--content .tile--banner-grey .tile__caption--fixed.tile__caption--fixed .tile__caption-header {
    line-height: 1.1857;
    padding-left: 25px;
    padding-top: 32px;
    padding-right: 20px;
    padding-bottom: 20px;
    width: 129px; }
  /* line 201, ../../../shared/sass/ui/_tiles.scss */
  .tile--banner .tile__caption--fixed.tile__caption--fixed .tile__caption-text, .context--content .tile--banner-grey .tile__caption--fixed.tile__caption--fixed .tile__caption-text {
    display: inline;
    border-bottom: 1px solid;
    line-height: 1.28571;
    padding: 0; }
/* line 209, ../../../shared/sass/ui/_tiles.scss */
.tile--banner:hover .tile__caption--fixed, .context--content .tile--banner-grey:hover .tile__caption--fixed {
  top: 0; }
/* line 212, ../../../shared/sass/ui/_tiles.scss */
.tile--banner .tile__media--img, .context--content .tile--banner-grey .tile__media--img {
  min-height: 100%; }

/* line 217, ../../../shared/sass/ui/_tiles.scss */
.tile--mainpage-banner {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  /* line 221, ../../../shared/sass/ui/_tiles.scss */
  .tile--mainpage-banner a img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 120px;
    margin: auto;
    display: block; }

/* line 234, ../../../shared/sass/ui/_tiles.scss */
.context--content .tile--banner-grey .tile__caption {
  background-color: #6d6d6d;
  background-color: rgba(109, 109, 109, 0.8);
  margin-top: -47px; }
/* line 240, ../../../shared/sass/ui/_tiles.scss */
.context--content .tile--banner-grey .tile__caption-header {
  height: 47px; }
/* line 244, ../../../shared/sass/ui/_tiles.scss */
.context--content .tile--banner-grey .career__caption:before {
  top: 25%; }

/* line 250, ../../../shared/sass/ui/_tiles.scss */
.tile--subindex.tile--subindex.tile--subindex {
  position: relative; }
  /* line 252, ../../../shared/sass/ui/_tiles.scss */
  .tile--subindex.tile--subindex.tile--subindex .tile__body, .tile--subindex.tile--subindex.tile--subindex .tile__body--soc, .tile--subindex.tile--subindex.tile--subindex .press-interview__body {
    display: table;
    position: absolute;
    bottom: 0;
    min-height: 48px;
    width: 100%;
    background: #fff;
    padding: 0; }
  /* line 261, ../../../shared/sass/ui/_tiles.scss */
  .tile--subindex.tile--subindex.tile--subindex .tile__media--img {
    min-height: 315px;
    padding-top: 0; }

/* line 270, ../../../shared/sass/ui/_tiles.scss */
.tile--hide {
  display: none; }

/* line 275, ../../../shared/sass/ui/_tiles.scss */
.tile--quote .person__block {
  max-height: 127px;
  height: auto;
  margin-top: 1em;
  margin-bottom: 5px; }
  /* line 280, ../../../shared/sass/ui/_tiles.scss */
  .tile--quote .person__block .person__photo, .tile--quote .person__block .person__data {
    float: left; }
  /* line 284, ../../../shared/sass/ui/_tiles.scss */
  .tile--quote .person__block .person__photo {
    max-width: 50%;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      /* line 284, ../../../shared/sass/ui/_tiles.scss */
      .tile--quote .person__block .person__photo {
        width: 30% !important; } }
  /* line 291, ../../../shared/sass/ui/_tiles.scss */
  .tile--quote .person__block .person__data {
    padding-left: 16px; }
  /* line 294, ../../../shared/sass/ui/_tiles.scss */
  .tile--quote .person__block .person__name {
    border-bottom: 1px solid;
    display: inline; }

/* line 302, ../../../shared/sass/ui/_tiles.scss */
.tile--glossary .tile__body, .tile--glossary .tile__body--soc, .tile--glossary .press-interview__body {
  padding: 20px 20px; }

/* line 307, ../../../shared/sass/ui/_tiles.scss */
.tile--app.tile--app.tile--app {
  padding: 13px;
  padding-top: 0;
  margin-bottom: 13px; }

/* line 313, ../../../shared/sass/ui/_tiles.scss */
.tile__media--img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  height: 0;
  padding-top: 45%; }

/* line 321, ../../../shared/sass/ui/_tiles.scss */
.two-thirds .tile__media--img, .four-sixths .tile__media--img, .eight-twelfths .tile__media--img {
  padding-top: 34%; }

/* line 325, ../../../shared/sass/ui/_tiles.scss */
.tile__media--img--instagram.tile__media--img--instagram {
  padding-top: 100%; }

/* line 330, ../../../shared/sass/ui/_tiles.scss */
.tile__header--no-line {
  border: none;
  padding: 25px 0 10px 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

/* line 336, ../../../shared/sass/ui/_tiles.scss */
.tile__header--16px {
  margin-left: 16px;
  margin-right: 16px;
  border: none;
  height: 66px;
  padding: 0; }
  /* line 342, ../../../shared/sass/ui/_tiles.scss */
  .tile__header--16px h2 {
    padding-top: 20px !important;
    font-weight: 600 !important; }
    /* line 345, ../../../shared/sass/ui/_tiles.scss */
    .tile__header--16px h2 a {
      color: #838383; }

/* line 350, ../../../shared/sass/ui/_tiles.scss */
.tile__body--16px {
  padding: 0 20px 20px 16px; }
  /* line 352, ../../../shared/sass/ui/_tiles.scss */
  .tile__body--16px span {
    color: #0079c1; }
    /* line 354, ../../../shared/sass/ui/_tiles.scss */
    .tile__body--16px span.clearfix, .tile__body--16px span.tile__body--goroda, .tile__body--16px span.pagination-list, .tile__body--16px span.tile__body--sport, .tile__body--16px span.tile__body--big-project, .tile__body--16px #sibneft span.contbox, #sibneft .tile__body--16px span.contbox {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 16px;
      /* 9 */
      font-size: 1rem;
      /* 9 */ }
      /* line 166, ../../../shared/sass/base/_mixins.scss */
      html.font_plus .tile__body--16px span.clearfix, html.font_plus .tile__body--16px span.tile__body--goroda, html.font_plus .tile__body--16px span.pagination-list, html.font_plus .tile__body--16px span.tile__body--sport, html.font_plus .tile__body--16px span.tile__body--big-project, html.font_plus .tile__body--16px #sibneft span.contbox, #sibneft html.font_plus .tile__body--16px span.contbox {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 17.6px;
        /* 9 */
        font-size: 1.1rem;
        /* 9 */ }
      /* line 169, ../../../shared/sass/base/_mixins.scss */
      html.font_plus_plus .tile__body--16px span.clearfix, html.font_plus_plus .tile__body--16px span.tile__body--goroda, html.font_plus_plus .tile__body--16px span.pagination-list, html.font_plus_plus .tile__body--16px span.tile__body--sport, html.font_plus_plus .tile__body--16px span.tile__body--big-project, html.font_plus_plus .tile__body--16px #sibneft span.contbox, #sibneft html.font_plus_plus .tile__body--16px span.contbox {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 19.2px;
        /* 9 */
        font-size: 1.2rem;
        /* 9 */ }
    /* line 357, ../../../shared/sass/ui/_tiles.scss */
    .tile__body--16px span.tooltip, .tile__body--16px span.tooltip-question {
      color: #505050; }
    /* line 360, ../../../shared/sass/ui/_tiles.scss */
    .tile__body--16px span.key {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 20px;
      /* 9 */
      font-size: 1.25rem;
      /* 9 */
      line-height: 18px; }
      /* line 361, ../../../shared/sass/ui/_tiles.scss */
      .tile__body--16px span.key .tooltip, .tile__body--16px span.key .tooltip-question {
        color: #0079c1; }
      /* line 166, ../../../shared/sass/base/_mixins.scss */
      html.font_plus .tile__body--16px span.key {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 22px;
        /* 9 */
        font-size: 1.375rem;
        /* 9 */ }
      /* line 169, ../../../shared/sass/base/_mixins.scss */
      html.font_plus_plus .tile__body--16px span.key {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 24px;
        /* 9 */
        font-size: 1.5rem;
        /* 9 */ }
    /* line 367, ../../../shared/sass/ui/_tiles.scss */
    .tile__body--16px span.key--bold {
      font-weight: 600; }
      /* line 369, ../../../shared/sass/ui/_tiles.scss */
      .tile__body--16px span.key--bold .key--bold--key {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 28px;
        /* 9 */
        font-size: 1.75rem;
        /* 9 */ }
        /* line 166, ../../../shared/sass/base/_mixins.scss */
        html.font_plus .tile__body--16px span.key--bold .key--bold--key {
          /* 3 */
          /* 3 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          font-size: 30.8px;
          /* 9 */
          font-size: 1.925rem;
          /* 9 */ }
        /* line 169, ../../../shared/sass/base/_mixins.scss */
        html.font_plus_plus .tile__body--16px span.key--bold .key--bold--key {
          /* 3 */
          /* 3 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          font-size: 33.6px;
          /* 9 */
          font-size: 2.1rem;
          /* 9 */ }

/* line 375, ../../../shared/sass/ui/_tiles.scss */
.tile__media--img--16px {
  min-height: 150px !important; }

/* line 379, ../../../shared/sass/ui/_tiles.scss */
.main-news__img {
  min-height: 315px;
  padding-top: 0; }
  @media (max-width: 767px) {
    /* line 379, ../../../shared/sass/ui/_tiles.scss */
    .main-news__img {
      min-height: 260px; } }

@media (max-width: 767px) {
  /* line 387, ../../../shared/sass/ui/_tiles.scss */
  .medium-one-whole > .tile.media-play, .medium-one-whole > .media-play.media--grid {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0 !important; } }

@media (max-width: 767px) {
  /* line 395, ../../../shared/sass/ui/_tiles.scss */
  .media-play iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; } }

/* line 405, ../../../shared/sass/ui/_tiles.scss */
.tile__custom-subheader {
  padding-top: 12px;
  line-height: 1.2; }
  /* line 408, ../../../shared/sass/ui/_tiles.scss */
  .tile__custom-subheader .tile__custom-subheader--text {
    font-size: 12px;
    text-transform: none;
    font-weight: lighter; }

/* line 416, ../../../shared/sass/ui/_tiles.scss */
.tile--fixed-header .media-block > .tile__heading {
  margin-top: 0;
  padding: 0;
  text-transform: none;
  font-size: 23px;
  color: #444444; }
/* line 424, ../../../shared/sass/ui/_tiles.scss */
.tile--fixed-header .media-block {
  position: relative; }
  /* line 427, ../../../shared/sass/ui/_tiles.scss */
  .tile--fixed-header .media-block:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    display: block;
    top: 0;
    right: -25px;
    border-left: 1px dashed #c9c9c9; }
/* line 439, ../../../shared/sass/ui/_tiles.scss */
.tile--fixed-header .media__body {
  padding-top: 25px; }
/* line 444, ../../../shared/sass/ui/_tiles.scss */
.tile--fixed-header .media__descr p {
  color: #8ea9f9;
  font-size: 15px; }
/* line 449, ../../../shared/sass/ui/_tiles.scss */
.tile--fixed-header .media__descr .btn--blue {
  font-size: 16px;
  color: #fff;
  background-color: #5fa5e6;
  min-width: 120px;
  text-align: center;
  padding: 5px 10px;
  line-height: 40px; }

/* line 2, ../../../shared/sass/ui/_media.scss */
.tile__heading--vk:before {
  background-position: 0 -5899px; }

/* line 8, ../../../shared/sass/ui/_media.scss */
.tile__heading--twitter:before {
  background-position: 0 -5772px; }

/* line 14, ../../../shared/sass/ui/_media.scss */
.tile__heading--fb:before {
  background-position: 0 -1253px; }

/* line 20, ../../../shared/sass/ui/_media.scss */
.tile__heading--instagram:before {
  background-position: 0 -2065px; }

/* line 26, ../../../shared/sass/ui/_media.scss */
.tile__heading--youtube:before {
  background-position: 0 -6294px; }

/* line 32, ../../../shared/sass/ui/_media.scss */
.tile__heading--foursquare:before {
  background-position: 0 -1500px; }

/* line 38, ../../../shared/sass/ui/_media.scss */
.tile--social .tile__body, .tile--social .tile__body--soc, .tile--social .press-interview__body {
  padding-top: 0; }

/* line 45, ../../../shared/sass/ui/_media.scss */
.media--social {
  margin-top: 32px;
  margin-bottom: 32px;
  position: relative; }
  /* line 49, ../../../shared/sass/ui/_media.scss */
  .media--social > .media__img {
    width: 128px;
    height: 128px;
    margin-right: 32px !important;
    overflow: hidden; }
    /* line 54, ../../../shared/sass/ui/_media.scss */
    .media--social > .media__img > img {
      width: 100%;
      height: auto; }
  /* line 60, ../../../shared/sass/ui/_media.scss */
  .media--social > .media__body {
    line-height: 1.14286; }
  /* line 65, ../../../shared/sass/ui/_media.scss */
  .media--social .media__body-footer, .media--social .media__body-footer--big {
    color: #abafb0;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 160px;
    padding-right: 160px; }
  /* line 75, ../../../shared/sass/ui/_media.scss */
  .media--social .media__heading.media__heading {
    text-transform: uppercase;
    color: #505050;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 13px;
    /* 9 */
    font-size: 0.8125rem;
    /* 9 */
    line-height: 1.28571;
    margin-bottom: 1.14286em; }
    /* line 166, ../../../shared/sass/base/_mixins.scss */
    html.font_plus .media--social .media__heading.media__heading {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 14.3px;
      /* 9 */
      font-size: 0.89375rem;
      /* 9 */ }
    /* line 169, ../../../shared/sass/base/_mixins.scss */
    html.font_plus_plus .media--social .media__heading.media__heading {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 15.6px;
      /* 9 */
      font-size: 0.975rem;
      /* 9 */ }

/* line 85, ../../../shared/sass/ui/_media.scss */
.media__body-footer-right {
  float: right; }

/* line 89, ../../../shared/sass/ui/_media.scss */
.media__body-footer--big.media__body-footer--big {
  left: 0;
  padding-right: 0; }

/* line 95, ../../../shared/sass/ui/_media.scss */
.media--whole, .media--half {
  margin-top: 0; }
  /* line 97, ../../../shared/sass/ui/_media.scss */
  .media--whole .media__img, .media--half .media__img {
    display: block;
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 20px;
    border-bottom: none; }
  /* line 105, ../../../shared/sass/ui/_media.scss */
  .media--whole .media__body-footer, .media--half .media__body-footer, .media--whole .media__body-footer--big, .media--half .media__body-footer--big {
    position: static;
    padding-right: 0; }
  /* line 109, ../../../shared/sass/ui/_media.scss */
  .media--whole:first-child, .media--half:first-child {
    margin-top: 32px; }

/* line 114, ../../../shared/sass/ui/_media.scss */
.media--half {
  margin-top: 32px; }

/* line 120, ../../../shared/sass/ui/_media.scss */
.media__heading.media__heading {
  margin-top: 0; }

/* line 125, ../../../shared/sass/ui/_media.scss */
.media .quote {
  padding-left: 3em; }

/* line 130, ../../../shared/sass/ui/_media.scss */
.soc-info__block {
  width: 50%; }
  /* line 133, ../../../shared/sass/ui/_media.scss */
  .soc-info__block .soc-info__item {
    margin-right: 15px !important;
    position: relative;
    padding-left: 15px;
    display: inline-block; }
    /* line 139, ../../../shared/sass/ui/_media.scss */
    .soc-info__block .soc-info__item:before {
      content: "";
      display: block;
      width: 12px;
      position: absolute;
      left: 0;
      top: 1px; }
  /* line 150, ../../../shared/sass/ui/_media.scss */
  .soc-info__block .likes__item:before {
    height: 10px;
    background-position: 0 -1646px; }
  /* line 157, ../../../shared/sass/ui/_media.scss */
  .soc-info__block .comments__item:before {
    height: 12px;
    background-position: 0 -792px; }

/* line 164, ../../../shared/sass/ui/_media.scss */
.media--margin-small {
  margin-top: 7px !important; }

/* line 168, ../../../shared/sass/ui/_media.scss */
.media-frame--hidden {
  position: absolute;
  left: 50000px; }

/* line 176, ../../../shared/sass/ui/_media.scss */
.tender-video .tile__caption p {
  text-transform: none;
  color: #ffffff;
  padding: 0 25px; }
/* line 181, ../../../shared/sass/ui/_media.scss */
.tender-video .media__button {
  background-image: url("/img/playarrow.png");
  width: 62px;
  height: 60px;
  margin: auto;
  position: absolute;
  margin-top: -30px;
  margin-left: -30px;
  left: 50%;
  top: 50%; }
/* line 192, ../../../shared/sass/ui/_media.scss */
.tender-video .media-play {
  cursor: pointer; }

/* line 198, ../../../shared/sass/ui/_media.scss */
.video--adaptive {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  /* line 204, ../../../shared/sass/ui/_media.scss */
  .video--adaptive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* line 1, ../../../shared/sass/ui/_header.scss */
.header-block--right {
  float: right; }
  @media (max-width: 767px) {
    /* line 1, ../../../shared/sass/ui/_header.scss */
    .header-block--right {
      position: absolute;
      top: 66px;
      right: 40px; } }

/* line 10, ../../../shared/sass/ui/_header.scss */
.header-block--left, .header-block--center {
  float: left;
  height: 100%; }

/* line 15, ../../../shared/sass/ui/_header.scss */
.header-block--left {
  padding-right: 25px;
  z-index: 10; }

@media (max-width: 767px) {
  /* line 20, ../../../shared/sass/ui/_header.scss */
  .main-header-wrapper {
    text-align: center; } }

/* line 27, ../../../shared/sass/ui/_header.scss */
.header-block--center {
  margin-left: 70px; }
  @media (max-width: 960px) {
    /* line 27, ../../../shared/sass/ui/_header.scss */
    .header-block--center {
      margin-left: 6%; } }
  @media (max-width: 900px) {
    /* line 27, ../../../shared/sass/ui/_header.scss */
    .header-block--center {
      margin-left: 2%; } }
  @media (max-width: 767px) {
    /* line 27, ../../../shared/sass/ui/_header.scss */
    .header-block--center {
      float: right;
      margin-left: 0; } }
  @media (max-width: 767px) {
    /* line 40, ../../../shared/sass/ui/_header.scss */
    .header-block--center.header-block--share {
      float: none;
      display: inline-block; } }
  @media (max-width: 700px) {
    /* line 40, ../../../shared/sass/ui/_header.scss */
    .header-block--center.header-block--share {
      position: absolute;
      width: 100%;
      left: 0;
      text-align: center;
      background-color: #F2EFEB;
      z-index: 3;
      top: -40px;
      -moz-transition: top 0.3s ease;
      -o-transition: top 0.3s ease;
      -webkit-transition: top 0.3s ease;
      transition: top 0.3s ease; } }
  @media (max-width: 700px) {
    /* line 57, ../../../shared/sass/ui/_header.scss */
    .header-block--center.header-block--share.is-open {
      top: 0; }
      /* line 61, ../../../shared/sass/ui/_header.scss */
      .header-block--center.header-block--share.is-open .header-btnshow {
        opacity: 0;
        top: -40px; } }

/* line 70, ../../../shared/sass/ui/_header.scss */
.header-btnshow {
  display: none;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50px;
  width: 36px;
  height: 17px;
  cursor: pointer;
  background-position: 0 -5361px;
  -moz-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease; }
  @media (max-width: 700px) {
    /* line 70, ../../../shared/sass/ui/_header.scss */
    .header-btnshow {
      display: block; } }

/* line 87, ../../../shared/sass/ui/_header.scss */
.header-block--center.change-font-size.change-font-size {
  padding-top: 10px;
  margin-left: 110px; }

/* line 93, ../../../shared/sass/ui/_header.scss */
.index .font_tumblr, .index .contrast_tumblr {
  cursor: pointer; }
  /* line 94, ../../../shared/sass/ui/_header.scss */
  .index .font_tumblr:not(:first-child), .index .contrast_tumblr:not(:first-child) {
    padding-left: 10px; }
  /* line 98, ../../../shared/sass/ui/_header.scss */
  .index .font_tumblr:hover, .index .font_tumblr.font-link--selected, .index .contrast_tumblr:hover, .index .contrast_tumblr.font-link--selected {
    color: #0079c1; }

/* line 104, ../../../shared/sass/ui/_header.scss */
.contrast_tumblr {
  cursor: pointer; }
  /* line 106, ../../../shared/sass/ui/_header.scss */
  .contrast_tumblr:hover {
    text-decoration: underline; }

/* line 111, ../../../shared/sass/ui/_header.scss */
.font_tumblr {
  cursor: pointer; }
  /* line 113, ../../../shared/sass/ui/_header.scss */
  .font_tumblr:hover, .font_tumblr.font-link--selected {
    color: #fff; }

/* line 118, ../../../shared/sass/ui/_header.scss */
.header-link, .square-btn .lang-btn, .sites-link, .contacts-link {
  line-height: 40px;
  text-transform: uppercase; }

/* line 125, ../../../shared/sass/ui/_header.scss */
.square-btn {
  float: left;
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  border-left: 1px solid #fff;
  outline: 1px solid transparent; }
  @media (max-width: 767px) {
    /* line 125, ../../../shared/sass/ui/_header.scss */
    .square-btn {
      margin-right: 10px; } }
  /* line 137, ../../../shared/sass/ui/_header.scss */
  .square-btn .header-btn {
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-bottom: none; }
    /* line 143, ../../../shared/sass/ui/_header.scss */
    .square-btn .header-btn:hover {
      color: #fff;
      cursor: pointer;
      background-color: #0c90cf; }
  /* line 150, ../../../shared/sass/ui/_header.scss */
  .square-btn .search-btn, .square-btn .tools-btn {
    background-position: 0% 0%;
    background-repeat: no-repeat;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%; }
    /* line 154, ../../../shared/sass/ui/_header.scss */
    .square-btn .search-btn:hover, .square-btn .tools-btn:hover {
      background-position: 0% 106%; }
    @media (max-width: 767px) {
      /* line 150, ../../../shared/sass/ui/_header.scss */
      .square-btn .search-btn, .square-btn .tools-btn {
        background-position: 50% -13%;
        -moz-background-size: 25px;
        -o-background-size: 25px;
        -webkit-background-size: 25px;
        background-size: 25px; }
        /* line 160, ../../../shared/sass/ui/_header.scss */
        .square-btn .search-btn:hover, .square-btn .tools-btn:hover {
          background-position: 50% 120%; } }
  /* line 166, ../../../shared/sass/ui/_header.scss */
  .square-btn .search-btn {
    background-image: url(../images/search-btn.png); }
    @media (max-width: 767px) {
      /* line 166, ../../../shared/sass/ui/_header.scss */
      .square-btn .search-btn {
        background-image: url(../images/btn-search-retina.png); } }
    /* line 171, ../../../shared/sass/ui/_header.scss */
    .square-btn .search-btn:hover {
      background-position: 0% 100%; }
      @media (max-width: 767px) {
        /* line 171, ../../../shared/sass/ui/_header.scss */
        .square-btn .search-btn:hover {
          background-position: 50% 118%; } }
  /* line 179, ../../../shared/sass/ui/_header.scss */
  .square-btn .tools-btn {
    background-image: url(../images/tools-btn.png);
    border-right: 1px solid #fff; }
    @media (max-width: 767px) {
      /* line 179, ../../../shared/sass/ui/_header.scss */
      .square-btn .tools-btn {
        background-image: url(../images/tools-btn-retina.png); } }
    /* line 186, ../../../shared/sass/ui/_header.scss */
    .square-btn .tools-btn.is-active {
      background-color: #0079c1;
      background-position: 0% 106%;
      border-right: 1px solid transparent; }
      @media (max-width: 767px) {
        /* line 186, ../../../shared/sass/ui/_header.scss */
        .square-btn .tools-btn.is-active {
          background-position: 50% 120%;
          border-color: #fff; } }
  /* line 197, ../../../shared/sass/ui/_header.scss */
  .square-btn .lang-btn {
    text-align: center;
    text-decoration: none;
    color: #949494; }
    @media (max-width: 767px) {
      /* line 197, ../../../shared/sass/ui/_header.scss */
      .square-btn .lang-btn {
        font-weight: 600;
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 15px;
        /* 9 */
        font-size: 0.9375rem;
        /* 9 */ }
        /* line 166, ../../../shared/sass/base/_mixins.scss */
        html.font_plus .square-btn .lang-btn {
          /* 3 */
          /* 3 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          font-size: 16.5px;
          /* 9 */
          font-size: 1.03125rem;
          /* 9 */ }
        /* line 169, ../../../shared/sass/base/_mixins.scss */
        html.font_plus_plus .square-btn .lang-btn {
          /* 3 */
          /* 3 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          font-size: 18px;
          /* 9 */
          font-size: 1.125rem;
          /* 9 */ } }
    /* line 207, ../../../shared/sass/ui/_header.scss */
    .square-btn .lang-btn:after {
      background: none; }

/* line 213, ../../../shared/sass/ui/_header.scss */
.sites-link {
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #838383;
  text-decoration: none;
  border-bottom: 1px dashed;
  position: relative;
  display: block;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 11px;
  /* 9 */
  font-size: 0.6875rem;
  /* 9 */ }
  /* line 166, ../../../shared/sass/base/_mixins.scss */
  html.font_plus .sites-link {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 12.1px;
    /* 9 */
    font-size: 0.75625rem;
    /* 9 */ }
  /* line 169, ../../../shared/sass/base/_mixins.scss */
  html.font_plus_plus .sites-link {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 13.2px;
    /* 9 */
    font-size: 0.825rem;
    /* 9 */ }
  /* line 223, ../../../shared/sass/ui/_header.scss */
  .sites-link:hover {
    color: #000;
    border-bottom-color: inherit; }
    /* line 226, ../../../shared/sass/ui/_header.scss */
    .sites-link:hover:before {
      background-position: 0 -53px; }
  /* line 231, ../../../shared/sass/ui/_header.scss */
  .sites-link .sites-link__arrow {
    position: absolute;
    display: block;
    width: 13px;
    height: 7px;
    background-position: 0 -120px;
    right: -20px;
    top: 11px;
    bottom: 0;
    margin: auto; }
  /* line 243, ../../../shared/sass/ui/_header.scss */
  .sites-link .sites-link__text {
    height: 32px;
    display: block; }
    @media (max-width: 767px) {
      /* line 243, ../../../shared/sass/ui/_header.scss */
      .sites-link .sites-link__text {
        width: 59px;
        overflow: hidden; } }
    @media (max-width: 767px) {
      /* line 251, ../../../shared/sass/ui/_header.scss */
      .sites-link .sites-link__text.sites-link__text--en:before {
        content: 'ALL SITES';
        display: block; } }

/* line 260, ../../../shared/sass/ui/_header.scss */
.contacts-link {
  color: #838383;
  margin-left: 25px;
  position: relative;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 11px;
  /* 9 */
  font-size: 0.6875rem;
  /* 9 */ }
  /* line 166, ../../../shared/sass/base/_mixins.scss */
  html.font_plus .contacts-link {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 12.1px;
    /* 9 */
    font-size: 0.75625rem;
    /* 9 */ }
  /* line 169, ../../../shared/sass/base/_mixins.scss */
  html.font_plus_plus .contacts-link {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 13.2px;
    /* 9 */
    font-size: 0.825rem;
    /* 9 */ }
  /* line 267, ../../../shared/sass/ui/_header.scss */
  .contacts-link:before {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    background-position: 0 -889px;
    left: -25px;
    top: -3px; }
  /* line 278, ../../../shared/sass/ui/_header.scss */
  .contacts-link:hover {
    color: #000; }
    /* line 281, ../../../shared/sass/ui/_header.scss */
    .contacts-link:hover:before {
      background-position: 0 -819px; }

/* line 1, ../../../shared/sass/ui/_main-nav.scss */
.main-nav-wrapper {
  margin-left: 170px; }
  @media (max-width: 960px) {
    /* line 1, ../../../shared/sass/ui/_main-nav.scss */
    .main-nav-wrapper {
      margin-left: 15%; } }
  @media (max-width: 767px) {
    /* line 1, ../../../shared/sass/ui/_main-nav.scss */
    .main-nav-wrapper {
      display: none; } }

/* line 13, ../../../shared/sass/ui/_main-nav.scss */
.main-nav {
  display: table;
  width: 100%;
  height: 100%;
  line-height: 105px; }

/* line 20, ../../../shared/sass/ui/_main-nav.scss */
.main-nav__item {
  display: table-cell;
  height: 108px;
  vertical-align: top;
  text-align: left; }

/* line 27, ../../../shared/sass/ui/_main-nav.scss */
.main-nav__link.main-nav__link {
  font-size: 13px;
  color: #838383;
  text-transform: uppercase;
  padding: 5px 0.53846em 5px;
  border-bottom: none;
  margin: 0;
  -moz-transition: ease 0.1s;
  -o-transition: ease 0.1s;
  -webkit-transition: ease 0.1s;
  transition: ease 0.1s; }
  /* line 37, ../../../shared/sass/ui/_main-nav.scss */
  .main-nav__link.main-nav__link:hover, .main-nav__link.main-nav__link.is-expanded {
    color: #fff; }
  @media (max-width: 920px) {
    /* line 27, ../../../shared/sass/ui/_main-nav.scss */
    .main-nav__link.main-nav__link {
      font-size: 11px; } }
  @media (max-width: 960px) {
    /* line 27, ../../../shared/sass/ui/_main-nav.scss */
    .main-nav__link.main-nav__link {
      margin: 0 0; } }

/* line 55, ../../../shared/sass/ui/_main-nav.scss */
.main-nav__item--company-section .main-nav__img--caption {
  background-color: #0079c1; }
/* line 61, ../../../shared/sass/ui/_main-nav.scss */
.main-nav__item--company-section .main-nav__img:hover .main-nav__img--caption, .main-nav__item--company-section .main-nav__img.is-hovered .main-nav__img--caption {
  background-color: #0069a8; }
/* line 70, ../../../shared/sass/ui/_main-nav.scss */
.main-nav__item--company-section:hover .main-nav__link, .main-nav__item--company-section.is-hovered .main-nav__link, .main-nav__item--company-section.is-current .main-nav__link {
  background-color: #0079c1;
  color: #fff; }
  /* line 73, ../../../shared/sass/ui/_main-nav.scss */
  .main-nav__item--company-section:hover .main-nav__link:hover, .main-nav__item--company-section:hover .main-nav__link.is-hovered, .main-nav__item--company-section.is-hovered .main-nav__link:hover, .main-nav__item--company-section.is-hovered .main-nav__link.is-hovered, .main-nav__item--company-section.is-current .main-nav__link:hover, .main-nav__item--company-section.is-current .main-nav__link.is-hovered {
    background-color: #0069a8; }

/* line 55, ../../../shared/sass/ui/_main-nav.scss */
.main-nav__item--products-section .main-nav__img--caption {
  background-color: #fba51a; }
/* line 61, ../../../shared/sass/ui/_main-nav.scss */
.main-nav__item--products-section .main-nav__img:hover .main-nav__img--caption, .main-nav__item--products-section .main-nav__img.is-hovered .main-nav__img--caption {
  background-color: #f79a04; }
/* line 70, ../../../shared/sass/ui/_main-nav.scss */
.main-nav__item--products-section:hover .main-nav__link, .main-nav__item--products-section.is-hovered .main-nav__link, .main-nav__item--products-section.is-current .main-nav__link {
  background-color: #fba51a;
  color: #fff; }
  /* line 73, ../../../shared/sass/ui/_main-nav.scss */
  .main-nav__item--products-section:hover .main-nav__link:hover, .main-nav__item--products-section:hover .main-nav__link.is-hovered, .main-nav__item--products-section.is-hovered .main-nav__link:hover, .main-nav__item--products-section.is-hovered .main-nav__link.is-hovered, .main-nav__item--products-section.is-current .main-nav__link:hover, .main-nav__item--products-section.is-current .main-nav__link.is-hovered {
    background-color: #f79a04; }

/* line 55, ../../../shared/sass/ui/_main-nav.scss */
.main-nav__item--technologies-section .main-nav__img--caption {
  background-color: #4457a9; }
/* line 61, ../../../shared/sass/ui/_main-nav.scss */
.main-nav__item--technologies-section .main-nav__img:hover .main-nav__img--caption, .main-nav__item--technologies-section .main-nav__img.is-hovered .main-nav__img--caption {
  background-color: #3d4e97; }
/* line 70, ../../../shared/sass/ui/_main-nav.scss */
.main-nav__item--technologies-section:hover .main-nav__link, .main-nav__item--technologies-section.is-hovered .main-nav__link, .main-nav__item--technologies-section.is-current .main-nav__link {
  background-color: #4457a9;
  color: #fff; }
  /* line 73, ../../../shared/sass/ui/_main-nav.scss */
  .main-nav__item--technologies-section:hover .main-nav__link:hover, .main-nav__item--technologies-section:hover .main-nav__link.is-hovered, .main-nav__item--technologies-section.is-hovered .main-nav__link:hover, .main-nav__item--technologies-section.is-hovered .main-nav__link.is-hovered, .main-nav__item--technologies-section.is-current .main-nav__link:hover, .main-nav__item--technologies-section.is-current .main-nav__link.is-hovered {
    background-color: #3d4e97; }

/* line 55, ../../../shared/sass/ui/_main-nav.scss */
.main-nav__item--ir-section .main-nav__img--caption {
  background-color: #3AA9D6; }
/* line 61, ../../../shared/sass/ui/_main-nav.scss */
.main-nav__item--ir-section .main-nav__img:hover .main-nav__img--caption, .main-nav__item--ir-section .main-nav__img.is-hovered .main-nav__img--caption {
  background-color: #2a9dcc; }
/* line 70, ../../../shared/sass/ui/_main-nav.scss */
.main-nav__item--ir-section:hover .main-nav__link, .main-nav__item--ir-section.is-hovered .main-nav__link, .main-nav__item--ir-section.is-current .main-nav__link {
  background-color: #3AA9D6;
  color: #fff; }
  /* line 73, ../../../shared/sass/ui/_main-nav.scss */
  .main-nav__item--ir-section:hover .main-nav__link:hover, .main-nav__item--ir-section:hover .main-nav__link.is-hovered, .main-nav__item--ir-section.is-hovered .main-nav__link:hover, .main-nav__item--ir-section.is-hovered .main-nav__link.is-hovered, .main-nav__item--ir-section.is-current .main-nav__link:hover, .main-nav__item--ir-section.is-current .main-nav__link.is-hovered {
    background-color: #2a9dcc; }

/* line 55, ../../../shared/sass/ui/_main-nav.scss */
.main-nav__item--media-section .main-nav__img--caption {
  background-color: #dd0200; }
/* line 61, ../../../shared/sass/ui/_main-nav.scss */
.main-nav__item--media-section .main-nav__img:hover .main-nav__img--caption, .main-nav__item--media-section .main-nav__img.is-hovered .main-nav__img--caption {
  background-color: #c40200; }
/* line 70, ../../../shared/sass/ui/_main-nav.scss */
.main-nav__item--media-section:hover .main-nav__link, .main-nav__item--media-section.is-hovered .main-nav__link, .main-nav__item--media-section.is-current .main-nav__link {
  background-color: #dd0200;
  color: #fff; }
  /* line 73, ../../../shared/sass/ui/_main-nav.scss */
  .main-nav__item--media-section:hover .main-nav__link:hover, .main-nav__item--media-section:hover .main-nav__link.is-hovered, .main-nav__item--media-section.is-hovered .main-nav__link:hover, .main-nav__item--media-section.is-hovered .main-nav__link.is-hovered, .main-nav__item--media-section.is-current .main-nav__link:hover, .main-nav__item--media-section.is-current .main-nav__link.is-hovered {
    background-color: #c40200; }

/* line 55, ../../../shared/sass/ui/_main-nav.scss */
.main-nav__item--csr-section .main-nav__img--caption {
  background-color: #40BEA9; }
/* line 61, ../../../shared/sass/ui/_main-nav.scss */
.main-nav__item--csr-section .main-nav__img:hover .main-nav__img--caption, .main-nav__item--csr-section .main-nav__img.is-hovered .main-nav__img--caption {
  background-color: #3aab98; }
/* line 70, ../../../shared/sass/ui/_main-nav.scss */
.main-nav__item--csr-section:hover .main-nav__link, .main-nav__item--csr-section.is-hovered .main-nav__link, .main-nav__item--csr-section.is-current .main-nav__link {
  background-color: #40BEA9;
  color: #fff; }
  /* line 73, ../../../shared/sass/ui/_main-nav.scss */
  .main-nav__item--csr-section:hover .main-nav__link:hover, .main-nav__item--csr-section:hover .main-nav__link.is-hovered, .main-nav__item--csr-section.is-hovered .main-nav__link:hover, .main-nav__item--csr-section.is-hovered .main-nav__link.is-hovered, .main-nav__item--csr-section.is-current .main-nav__link:hover, .main-nav__item--csr-section.is-current .main-nav__link.is-hovered {
    background-color: #3aab98; }

/* line 55, ../../../shared/sass/ui/_main-nav.scss */
.main-nav__item--career-section .main-nav__img--caption {
  background-color: #932A6F; }
/* line 61, ../../../shared/sass/ui/_main-nav.scss */
.main-nav__item--career-section .main-nav__img:hover .main-nav__img--caption, .main-nav__item--career-section .main-nav__img.is-hovered .main-nav__img--caption {
  background-color: #7f2460; }
/* line 70, ../../../shared/sass/ui/_main-nav.scss */
.main-nav__item--career-section:hover .main-nav__link, .main-nav__item--career-section.is-hovered .main-nav__link, .main-nav__item--career-section.is-current .main-nav__link {
  background-color: #932A6F;
  color: #fff; }
  /* line 73, ../../../shared/sass/ui/_main-nav.scss */
  .main-nav__item--career-section:hover .main-nav__link:hover, .main-nav__item--career-section:hover .main-nav__link.is-hovered, .main-nav__item--career-section.is-hovered .main-nav__link:hover, .main-nav__item--career-section.is-hovered .main-nav__link.is-hovered, .main-nav__item--career-section.is-current .main-nav__link:hover, .main-nav__item--career-section.is-current .main-nav__link.is-hovered {
    background-color: #7f2460; }

/* line 55, ../../../shared/sass/ui/_main-nav.scss */
.main-nav__item--purchases-section .main-nav__img--caption {
  background-color: #F78223; }
/* line 61, ../../../shared/sass/ui/_main-nav.scss */
.main-nav__item--purchases-section .main-nav__img:hover .main-nav__img--caption, .main-nav__item--purchases-section .main-nav__img.is-hovered .main-nav__img--caption {
  background-color: #f6740a; }
/* line 70, ../../../shared/sass/ui/_main-nav.scss */
.main-nav__item--purchases-section:hover .main-nav__link, .main-nav__item--purchases-section.is-hovered .main-nav__link, .main-nav__item--purchases-section.is-current .main-nav__link {
  background-color: #F78223;
  color: #fff; }
  /* line 73, ../../../shared/sass/ui/_main-nav.scss */
  .main-nav__item--purchases-section:hover .main-nav__link:hover, .main-nav__item--purchases-section:hover .main-nav__link.is-hovered, .main-nav__item--purchases-section.is-hovered .main-nav__link:hover, .main-nav__item--purchases-section.is-hovered .main-nav__link.is-hovered, .main-nav__item--purchases-section.is-current .main-nav__link:hover, .main-nav__item--purchases-section.is-current .main-nav__link.is-hovered {
    background-color: #f6740a; }

/* line 86, ../../../shared/sass/ui/_main-nav.scss */
.main-nav__wrapper-section {
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  right: auto;
  margin-left: -490px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 2px 3px 10px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 2px 3px 10px 1px;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 3px 10px 1px;
  -moz-transform: translateX(-9999px);
  -ms-transform: translateX(-9999px);
  -webkit-transform: translateX(-9999px);
  transform: translateX(-9999px);
  -moz-transition: opacity 0.5s ease 0.3s, -moz-transform 0.3s ease 0.7s;
  -o-transition: opacity 0.5s ease 0.3s, -o-transform 0.3s ease 0.7s;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.3s ease;
  -webkit-transition-delay: 0.3s, 0.7s;
  transition: opacity 0.5s ease 0.3s, transform 0.3s ease 0.7s; }
  /* line 96, ../../../shared/sass/ui/_main-nav.scss */
  .bx-no-transform .main-nav__wrapper-section {
    display: none; }
  @media (max-width: 960px) {
    /* line 86, ../../../shared/sass/ui/_main-nav.scss */
    .main-nav__wrapper-section {
      left: 0;
      right: 0;
      margin-left: auto; } }

/* line 110, ../../../shared/sass/ui/_main-nav.scss */
.main-nav__item.is-expanded .main-nav__wrapper-section {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -moz-transition: opacity 0.3s ease 0.2s, -moz-transform 0.2s ease 0s;
  -o-transition: opacity 0.3s ease 0.2s, -o-transform 0.2s ease 0s;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.2s ease;
  -webkit-transition-delay: 0.2s, 0s;
  transition: opacity 0.3s ease 0.2s, transform 0.2s ease 0s; }
  /* line 114, ../../../shared/sass/ui/_main-nav.scss */
  .bx-no-transform .main-nav__item.is-expanded .main-nav__wrapper-section {
    display: block; }

/* line 121, ../../../shared/sass/ui/_main-nav.scss */
.main-nav__section {
  float: left;
  width: 980px;
  padding: 32px 0;
  background-color: #f2efeb;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 10px 1px true;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 10px 1px true;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 10px 1px true; }
  @media (max-width: 980px) {
    /* line 121, ../../../shared/sass/ui/_main-nav.scss */
    .main-nav__section {
      width: auto; } }

/* line 133, ../../../shared/sass/ui/_main-nav.scss */
.main-nav__col {
  float: left;
  width: 25%;
  padding: 0 30px;
  vertical-align: top;
  border-left: 1px dotted #aaaaaa;
  line-height: 1; }
  /* line 141, ../../../shared/sass/ui/_main-nav.scss */
  .main-nav__col [itemprop=telephone] {
    letter-spacing: -0.8px; }
  /* line 146, ../../../shared/sass/ui/_main-nav.scss */
  .main-nav__col:first-child {
    border: none; }

/* line 151, ../../../shared/sass/ui/_main-nav.scss */
.main-nav__col--twain {
  width: 50%;
  padding: 0 0 0 22px; }
  /* line 156, ../../../shared/sass/ui/_main-nav.scss */
  .main-nav__col--twain .main-nav__col--twain-list li {
    float: left;
    width: 50%; }
  /* line 161, ../../../shared/sass/ui/_main-nav.scss */
  .main-nav__col--twain .main-nav__col--twain-list:after {
    content: "";
    display: block;
    clear: both; }

/* line 169, ../../../shared/sass/ui/_main-nav.scss */
.main-nav__col--img {
  margin-top: 15px; }
  /* line 171, ../../../shared/sass/ui/_main-nav.scss */
  .main-nav__col--img img {
    width: 100%; }

/* line 178, ../../../shared/sass/ui/_main-nav.scss */
.main-nav__col--list li {
  line-height: 1;
  margin-bottom: 30px;
  position: relative; }
  /* line 183, ../../../shared/sass/ui/_main-nav.scss */
  .main-nav__col--list li a {
    font-size: 16px;
    font-weight: 400;
    color: #58595a;
    border-bottom: 1px solid;
    line-height: 1.2em; }
    /* line 190, ../../../shared/sass/ui/_main-nav.scss */
    .main-nav__col--list li a:hover {
      color: #0079c1; }

/* line 199, ../../../shared/sass/ui/_main-nav.scss */
.main-nav__col--inserted-list li, .main-nav__col--inserted-bare-list li {
  margin-bottom: 0;
  margin-top: 16px;
  padding-left: 17px;
  padding-right: 17px; }
  /* line 205, ../../../shared/sass/ui/_main-nav.scss */
  .main-nav__col--inserted-list li a, .main-nav__col--inserted-bare-list li a {
    font-size: 14px;
    color: #838383; }
    /* line 209, ../../../shared/sass/ui/_main-nav.scss */
    .main-nav__col--inserted-list li a:before, .main-nav__col--inserted-bare-list li a:before {
      content: "";
      position: absolute;
      display: block;
      width: 9px;
      background-position: 0 -4919px;
      height: 5px;
      left: 4px;
      top: 5px;
      margin: auto; }
    /* line 223, ../../../shared/sass/ui/_main-nav.scss */
    .main-nav__col--inserted-list li a:hover:before, .main-nav__col--inserted-bare-list li a:hover:before {
      background-position: 0 -4939px; }

/* line 233, ../../../shared/sass/ui/_main-nav.scss */
.main-nav__col--inserted-bare-list .news-item {
  padding-left: 0px;
  padding-right: 0px; }
  /* line 237, ../../../shared/sass/ui/_main-nav.scss */
  .main-nav__col--inserted-bare-list .news-item a {
    font-size: 13px; }
    /* line 240, ../../../shared/sass/ui/_main-nav.scss */
    .main-nav__col--inserted-bare-list .news-item a:before {
      display: none !important; }
    /* line 245, ../../../shared/sass/ui/_main-nav.scss */
    .main-nav__col--inserted-bare-list .news-item a:hover:before {
      display: none; }

/* line 254, ../../../shared/sass/ui/_main-nav.scss */
.main-nav__col--list-with-dis li {
  margin-bottom: 22px; }

/* line 259, ../../../shared/sass/ui/_main-nav.scss */
.main-nav__col--discription {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 13px;
  /* 9 */
  font-size: 0.8125rem;
  /* 9 */
  color: #838383;
  margin-top: 15px;
  margin-bottom: 0; }
  /* line 166, ../../../shared/sass/base/_mixins.scss */
  html.font_plus .main-nav__col--discription {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14.3px;
    /* 9 */
    font-size: 0.89375rem;
    /* 9 */ }
  /* line 169, ../../../shared/sass/base/_mixins.scss */
  html.font_plus_plus .main-nav__col--discription {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 15.6px;
    /* 9 */
    font-size: 0.975rem;
    /* 9 */ }

/* line 266, ../../../shared/sass/ui/_main-nav.scss */
.main-nav__img {
  display: block;
  border: none;
  padding-top: 17px;
  padding-bottom: 17px;
  border-top: 1px solid #dcdad7; }
  /* line 273, ../../../shared/sass/ui/_main-nav.scss */
  .main-nav__img:first-child {
    border-top: none; }
  /* line 277, ../../../shared/sass/ui/_main-nav.scss */
  .main-nav__img img {
    margin-bottom: 15px;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    width: 100%; }

/* line 290, ../../../shared/sass/ui/_main-nav.scss */
.main-nav__img--caption {
  display: inline-block;
  color: #fff;
  padding: 1px 3px;
  line-height: 1.2em;
  font-weight: 400;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s; }

/* line 299, ../../../shared/sass/ui/_main-nav.scss */
.blackout {
  -moz-transition: opacity 0.2s ease 0.05s, height ease;
  -o-transition: opacity 0.2s ease 0.05s, height ease;
  -webkit-transition: opacity 0.2s ease, height ease;
  -webkit-transition-delay: 0.05s, 0s;
  transition: opacity 0.2s ease 0.05s, height ease;
  width: 100%;
  position: fixed;
  background: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=15);
  opacity: 0.15;
  z-index: 1;
  top: 0;
  height: 0; }
  /* line 308, ../../../shared/sass/ui/_main-nav.scss */
  .blackout.is-expanded {
    height: 100%; }

/* line 313, ../../../shared/sass/ui/_main-nav.scss */
.first-news {
  border-bottom: 1px solid #dcdad7;
  padding-bottom: 17px; }

/* line 318, ../../../shared/sass/ui/_main-nav.scss */
.main-nav__col--news-img {
  padding-top: 4px; }

/* line 322, ../../../shared/sass/ui/_main-nav.scss */
.tile__media--image {
  width: 186px;
  height: 96px; }

/* line 332, ../../../shared/sass/ui/_main-nav.scss */
.main-nav-wrapper {
  margin-left: 140px; }

@media (max-width: 1000px) {
  /* line 337, ../../../shared/sass/ui/_main-nav.scss */
  .main-nav-wrapper {
    margin-left: 130px; }

  /* line 341, ../../../shared/sass/ui/_main-nav.scss */
  .main-nav__link.main-nav__link {
    font-size: 12px; } }
@media (max-width: 960px) and (min-width: 768px) {
  /* line 348, ../../../shared/sass/ui/_main-nav.scss */
  .logo {
    display: none; } }
@media (max-width: 960px) {
  /* line 354, ../../../shared/sass/ui/_main-nav.scss */
  .main-nav-wrapper {
    margin-left: 0; }

  /* line 358, ../../../shared/sass/ui/_main-nav.scss */
  .main-nav__link.main-nav__link {
    font-size: 13px; } }
@media (max-width: 861px) and (min-width: 768px) {
  /* line 364, ../../../shared/sass/ui/_main-nav.scss */
  .main-nav__link.main-nav__link {
    font-size: 11px; } }
/* line 373, ../../../shared/sass/ui/_main-nav.scss */
.main-nav__col--big {
  width: 50%; }

/* line 378, ../../../shared/sass/ui/_main-nav.scss */
.main-nav__col--link {
  font-size: 16px;
  font-weight: 400;
  color: #58595a;
  border-bottom: 1px solid;
  line-height: 1.2em; }

/* line 1, ../../../shared/sass/ui/_footer.scss */
.footer--level-1 {
  height: 60px; }

/* line 5, ../../../shared/sass/ui/_footer.scss */
.footer--level-2 {
  padding-top: 10px;
  clear: both; }

/* line 10, ../../../shared/sass/ui/_footer.scss */
.company-name {
  color: #505050;
  height: 60px;
  line-height: 60px; }

/* line 18, ../../../shared/sass/ui/_footer.scss */
.header-share {
  height: 100%;
  margin-left: 13px; }
  @media (max-width: 767px) {
    /* line 18, ../../../shared/sass/ui/_footer.scss */
    .header-share {
      padding-top: 0; } }
  @media (max-width: 700px) {
    /* line 18, ../../../shared/sass/ui/_footer.scss */
    .header-share {
      display: inline-block;
      margin: 0;
      z-index: 4;
      background-color: #F2EFEB; } }
  /* line 32, ../../../shared/sass/ui/_footer.scss */
  .header-share .share__item {
    float: left; }
    /* line 36, ../../../shared/sass/ui/_footer.scss */
    .header-share .share__item:first-child .share__link {
      border-left: 1px solid #fff; }
  /* line 42, ../../../shared/sass/ui/_footer.scss */
  .header-share .share__link {
    display: block;
    border-bottom: none !important;
    position: relative;
    width: 45px;
    height: 40px;
    border-right: 1px solid #fff; }
    @media (max-width: 900px) {
      /* line 42, ../../../shared/sass/ui/_footer.scss */
      .header-share .share__link {
        width: 40px; } }
    @media (max-width: 767px) {
      /* line 42, ../../../shared/sass/ui/_footer.scss */
      .header-share .share__link {
        width: 45px; } }
    /* line 58, ../../../shared/sass/ui/_footer.scss */
    .header-share .share__link:before {
      content: '';
      position: absolute;
      width: 20px;
      height: 20px;
      top: 11px;
      left: 11px;
      background-position: 0 0;
      background-repeat: no-repeat; }
    /* line 69, ../../../shared/sass/ui/_footer.scss */
    .header-share .share__link:hover {
      cursor: pointer; }
      /* line 72, ../../../shared/sass/ui/_footer.scss */
      .header-share .share__link:hover:before {
        background-position: 0 -25px; }
    /* line 77, ../../../shared/sass/ui/_footer.scss */
    .header-share .share__link.popup--social.tooltip-question:after {
      right: 3px;
      top: 19px; }
  /* line 85, ../../../shared/sass/ui/_footer.scss */
  .header-share .youtube__link:before {
    background-image: url(../images/youtube.png);
    left: 7px; }
  /* line 91, ../../../shared/sass/ui/_footer.scss */
  .header-share .youtube__link:hover:before {
    background-position: 0 -26px; }
  /* line 98, ../../../shared/sass/ui/_footer.scss */
  .header-share .facebook__link:before {
    width: 10px;
    left: 7px;
    background-image: url(../images/facebook.png); }
  /* line 106, ../../../shared/sass/ui/_footer.scss */
  .header-share .vkontakte__link:before, .header-share .vk__link:before {
    width: 15px;
    left: 7px;
    background-image: url(../images/vkontakte.png); }
  /* line 114, ../../../shared/sass/ui/_footer.scss */
  .header-share .email__link:before {
    background-image: url(../images/email.png); }
  /* line 120, ../../../shared/sass/ui/_footer.scss */
  .header-share .twitter__link:before {
    background-image: url(../images/twitter.png); }
  /* line 126, ../../../shared/sass/ui/_footer.scss */
  .header-share .instagram__link:before {
    background-image: url(../images/instagram.png);
    left: 5px; }
  /* line 133, ../../../shared/sass/ui/_footer.scss */
  .header-share .in__link:before, .header-share .linked__link:before {
    background-image: url(../images/in.png); }
  /* line 139, ../../../shared/sass/ui/_footer.scss */
  .header-share .foursquare__link:before {
    background-image: url(../images/foursquare.png); }

/* line 145, ../../../shared/sass/ui/_footer.scss */
.footer-search {
  height: 100%; }
  /* line 148, ../../../shared/sass/ui/_footer.scss */
  .footer-search .search-form {
    width: 228px; }
    @media (max-width: 960px) {
      /* line 148, ../../../shared/sass/ui/_footer.scss */
      .footer-search .search-form {
        width: 180px; } }
    @media (max-width: 767px) {
      /* line 148, ../../../shared/sass/ui/_footer.scss */
      .footer-search .search-form {
        width: 100%; } }
  /* line 158, ../../../shared/sass/ui/_footer.scss */
  .footer-search .input-text {
    border: 1px solid #d9d9d9; }

/* line 163, ../../../shared/sass/ui/_footer.scss */
.footer__caption {
  color: #838383;
  text-transform: uppercase; }

/* line 170, ../../../shared/sass/ui/_footer.scss */
.footer-list {
  padding-right: 24px;
  margin-top: 11px;
  position: relative; }
  /* line 175, ../../../shared/sass/ui/_footer.scss */
  .footer-list:before {
    content: "";
    position: absolute;
    left: 0;
    top: -6px;
    width: 1px;
    height: 19px;
    background-color: #c7c7c7; }

/* line 186, ../../../shared/sass/ui/_footer.scss */
.footer-list__item {
  padding-left: 15px;
  margin-bottom: 5px;
  position: relative; }
  /* line 190, ../../../shared/sass/ui/_footer.scss */
  .footer-list__item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    width: 1px;
    height: 100%;
    background-color: #c7c7c7; }

/* line 203, ../../../shared/sass/ui/_footer.scss */
.footer-list__item--last:before {
  display: none; }

/* line 208, ../../../shared/sass/ui/_footer.scss */
.footer-list__link {
  color: #838383;
  position: relative; }
  /* line 213, ../../../shared/sass/ui/_footer.scss */
  .footer-list__link:hover {
    color: #505050; }
  /* line 217, ../../../shared/sass/ui/_footer.scss */
  .footer-list__link:before {
    content: "";
    display: block;
    position: absolute;
    left: -15px;
    top: 10px;
    background-color: #c7c7c7;
    height: 1px;
    width: 6px; }

@media (max-width: 767px) {
  /* line 229, ../../../shared/sass/ui/_footer.scss */
  .footer-share-block {
    margin-bottom: 2em; } }
@media (max-width: 767px) {
  /* line 234, ../../../shared/sass/ui/_footer.scss */
  .footer-share-block > ul {
    display: none; } }

/* line 1, ../../../shared/sass/ui/_footer2017.scss */
.main-footer {
  font-family: Roboto;
  font-weight: 300; }
  /* line 4, ../../../shared/sass/ui/_footer2017.scss */
  .main-footer .main-footer-wrapper {
    padding-top: 40px; }
    /* line 7, ../../../shared/sass/ui/_footer2017.scss */
    .main-footer .main-footer-wrapper .list__heading {
      font-size: 15px;
      font-weight: 500;
      color: #4a4a4a;
      display: block; }
    /* line 13, ../../../shared/sass/ui/_footer2017.scss */
    .main-footer .main-footer-wrapper .list {
      padding-top: 30px; }
      /* line 15, ../../../shared/sass/ui/_footer2017.scss */
      .main-footer .main-footer-wrapper .list > div:not(:last-child) {
        margin-bottom: 11px; }
      /* line 19, ../../../shared/sass/ui/_footer2017.scss */
      .main-footer .main-footer-wrapper .list--soc > div {
        padding-left: 30px;
        position: relative; }
        /* line 22, ../../../shared/sass/ui/_footer2017.scss */
        .main-footer .main-footer-wrapper .list--soc > div:before {
          content: ' ';
          height: 16px;
          width: 16px;
          position: absolute;
          left: 0;
          top: 4px; }
      /* line 31, ../../../shared/sass/ui/_footer2017.scss */
      .main-footer .main-footer-wrapper .list--soc .fb:before {
        background-image: url("/img/footer2017/ico_footer_facebook.svg"); }
      /* line 34, ../../../shared/sass/ui/_footer2017.scss */
      .main-footer .main-footer-wrapper .list--soc .vk:before {
        background-image: url("/img/footer2017/ico_footer_vk.svg"); }
      /* line 37, ../../../shared/sass/ui/_footer2017.scss */
      .main-footer .main-footer-wrapper .list--soc .yt:before {
        background-image: url("/img/footer2017/ico_footer_youtube.svg"); }
      /* line 40, ../../../shared/sass/ui/_footer2017.scss */
      .main-footer .main-footer-wrapper .list--soc .insta:before {
        background-image: url("/img/footer2017/ico_footer_instagram.svg"); }
      /* line 43, ../../../shared/sass/ui/_footer2017.scss */
      .main-footer .main-footer-wrapper .list--soc .lkd:before {
        background-image: url("/img/footer2017/ico_footer_link.svg"); }
      /* line 48, ../../../shared/sass/ui/_footer2017.scss */
      .main-footer .main-footer-wrapper .list--contact .phone {
        position: relative;
        font-size: 22px;
        font-weight: 500;
        line-height: 1;
        color: #666666;
        padding-left: 26px; }
        /* line 56, ../../../shared/sass/ui/_footer2017.scss */
        .main-footer .main-footer-wrapper .list--contact .phone:before {
          content: ' ';
          height: 16px;
          width: 16px;
          position: absolute;
          left: 0;
          bottom: 4px;
          background-image: url("/img/footer2017/ico_footer_tel.svg"); }
        @media (max-width: 960px) {
          /* line 48, ../../../shared/sass/ui/_footer2017.scss */
          .main-footer .main-footer-wrapper .list--contact .phone {
            font-size: 18px; }
            /* line 69, ../../../shared/sass/ui/_footer2017.scss */
            .main-footer .main-footer-wrapper .list--contact .phone:before {
              bottom: 5px; } }
        /* line 82, ../../../shared/sass/ui/_footer2017.scss */
        .main-footer .main-footer-wrapper .list--contact .phone:hover {
          border-color: transparent; }
        /* line 86, ../../../shared/sass/ui/_footer2017.scss */
        .main-footer .main-footer-wrapper .list--contact .phone--describe {
          font-size: 13px;
          font-weight: 300;
          line-height: 1.54;
          color: #666666; }
    /* line 98, ../../../shared/sass/ui/_footer2017.scss */
    .main-footer .main-footer-wrapper .list, .main-footer .main-footer-wrapper a {
      font-size: 14px;
      font-weight: 300;
      line-height: 1.79;
      color: #666666;
      border-color: transparent; }
    /* line 105, ../../../shared/sass/ui/_footer2017.scss */
    .main-footer .main-footer-wrapper a:hover {
      color: #1e88e5;
      border-color: #1e88e5; }
    /* line 110, ../../../shared/sass/ui/_footer2017.scss */
    .main-footer .main-footer-wrapper .search {
      margin-top: 80px;
      margin-bottom: 40px; }
    /* line 114, ../../../shared/sass/ui/_footer2017.scss */
    .main-footer .main-footer-wrapper .credentials {
      border-top: 1px solid #f5f5f5;
      padding: 18px 0; }
      /* line 117, ../../../shared/sass/ui/_footer2017.scss */
      .main-footer .main-footer-wrapper .credentials .main {
        text-align: right; }
      /* line 120, ../../../shared/sass/ui/_footer2017.scss */
      .main-footer .main-footer-wrapper .credentials a {
        font-size: 13px; }
      /* line 123, ../../../shared/sass/ui/_footer2017.scss */
      .main-footer .main-footer-wrapper .credentials .lang-selecter a {
        border-bottom: none;
        opacity: 0.8; }
        /* line 127, ../../../shared/sass/ui/_footer2017.scss */
        .main-footer .main-footer-wrapper .credentials .lang-selecter a:hover {
          opacity: 1; }

/* line 136, ../../../shared/sass/ui/_footer2017.scss */
.search-box-v2 {
  position: relative; }
  /* line 138, ../../../shared/sass/ui/_footer2017.scss */
  .search-box-v2:before {
    content: ' ';
    height: 100%;
    width: 41px;
    position: absolute;
    left: 0;
    background-image: url(/img/footer2017/ico_footer_input_search.svg);
    background-position: center center;
    background-repeat: no-repeat; }
  /* line 148, ../../../shared/sass/ui/_footer2017.scss */
  .search-box-v2 input[type=text] {
    width: 300px;
    height: 36px;
    border: solid 1px #e2e2e2;
    padding-left: 41px;
    font-size: 14px;
    font-weight: 300;
    color: #9b9b9b;
    border-radius: 0;
    -webkit-appearance: none; }

@media (max-width: 767px) {
  /* line 163, ../../../shared/sass/ui/_footer2017.scss */
  .main-footer .main-footer-wrapper .list {
    padding-top: 0; }
    /* line 166, ../../../shared/sass/ui/_footer2017.scss */
    .main-footer .main-footer-wrapper .list > div:not(:last-child) {
      margin-bottom: 5px; }
  /* line 173, ../../../shared/sass/ui/_footer2017.scss */
  .main-footer .main-footer-wrapper .list__heading {
    cursor: pointer; }
    /* line 177, ../../../shared/sass/ui/_footer2017.scss */
    .main-footer .main-footer-wrapper .list__heading ~ div {
      display: block;
      overflow: hidden;
      max-height: 180px;
      -moz-transition: max-height 600ms linear;
      -o-transition: max-height 600ms linear;
      -webkit-transition: max-height 600ms linear;
      transition: max-height 600ms linear; }
    /* line 185, ../../../shared/sass/ui/_footer2017.scss */
    .main-footer .main-footer-wrapper .list__heading + .list div:first-child {
      margin-top: 25px; }
  /* line 191, ../../../shared/sass/ui/_footer2017.scss */
  .main-footer .main-footer-wrapper .mobile-collapse .cross:before {
    height: 10px; }
  /* line 196, ../../../shared/sass/ui/_footer2017.scss */
  .main-footer .main-footer-wrapper .mobile-collapse ~ div {
    max-height: 0;
    -moz-transition: max-height 600ms linear;
    -o-transition: max-height 600ms linear;
    -webkit-transition: max-height 600ms linear;
    transition: max-height 600ms linear; }
  /* line 201, ../../../shared/sass/ui/_footer2017.scss */
  .main-footer .main-footer-wrapper .info.grid, .main-footer .main-footer-wrapper .magazines-galls div.info[class^=one-row], .magazines-galls .main-footer .main-footer-wrapper div.info[class^=one-row] {
    margin-left: 0;
    border-top: 1px solid #e2e2e2; }
    /* line 204, ../../../shared/sass/ui/_footer2017.scss */
    .main-footer .main-footer-wrapper .info.grid .grid__item.one-quarter.small-one-whole, .main-footer .main-footer-wrapper .magazines-galls div.info[class^=one-row] .grid__item.one-quarter.small-one-whole, .magazines-galls .main-footer .main-footer-wrapper div.info[class^=one-row] .grid__item.one-quarter.small-one-whole, .main-footer .main-footer-wrapper .info.grid .grid__item.small-one-whole.two-eighths, .main-footer .main-footer-wrapper .magazines-galls div.info[class^=one-row] .grid__item.small-one-whole.two-eighths, .magazines-galls .main-footer .main-footer-wrapper div.info[class^=one-row] .grid__item.small-one-whole.two-eighths, .main-footer .main-footer-wrapper .info.grid .magazines-galls .small-one-whole.two-eighths.item, .magazines-galls .main-footer .main-footer-wrapper .info.grid .small-one-whole.two-eighths.item, .main-footer .main-footer-wrapper .magazines-galls div.info[class^=one-row] .small-one-whole.two-eighths.item, .magazines-galls .main-footer .main-footer-wrapper div.info[class^=one-row] .small-one-whole.two-eighths.item, .main-footer .main-footer-wrapper .info.grid .magazines-galls .small-one-whole.two-eighths.item-big, .magazines-galls .main-footer .main-footer-wrapper .info.grid .small-one-whole.two-eighths.item-big, .main-footer .main-footer-wrapper .magazines-galls div.info[class^=one-row] .small-one-whole.two-eighths.item-big, .magazines-galls .main-footer .main-footer-wrapper div.info[class^=one-row] .small-one-whole.two-eighths.item-big, .main-footer .main-footer-wrapper .info.grid .grid__item.small-one-whole.three-twelfths, .main-footer .main-footer-wrapper .magazines-galls div.info[class^=one-row] .grid__item.small-one-whole.three-twelfths, .magazines-galls .main-footer .main-footer-wrapper div.info[class^=one-row] .grid__item.small-one-whole.three-twelfths, .main-footer .main-footer-wrapper .info.grid .magazines-galls .small-one-whole.three-twelfths.item, .magazines-galls .main-footer .main-footer-wrapper .info.grid .small-one-whole.three-twelfths.item, .main-footer .main-footer-wrapper .magazines-galls div.info[class^=one-row] .small-one-whole.three-twelfths.item, .magazines-galls .main-footer .main-footer-wrapper div.info[class^=one-row] .small-one-whole.three-twelfths.item, .main-footer .main-footer-wrapper .info.grid .magazines-galls .small-one-whole.three-twelfths.item-big, .magazines-galls .main-footer .main-footer-wrapper .info.grid .small-one-whole.three-twelfths.item-big, .main-footer .main-footer-wrapper .magazines-galls div.info[class^=one-row] .small-one-whole.three-twelfths.item-big, .magazines-galls .main-footer .main-footer-wrapper div.info[class^=one-row] .small-one-whole.three-twelfths.item-big, .main-footer .main-footer-wrapper .info.grid .magazines-galls .one-quarter.small-one-whole.item, .magazines-galls .main-footer .main-footer-wrapper .info.grid .one-quarter.small-one-whole.item, .main-footer .main-footer-wrapper .magazines-galls div.info[class^=one-row] .one-quarter.small-one-whole.item, .magazines-galls .main-footer .main-footer-wrapper div.info[class^=one-row] .one-quarter.small-one-whole.item, .main-footer .main-footer-wrapper .info.grid .magazines-galls .one-quarter.small-one-whole.item-big, .magazines-galls .main-footer .main-footer-wrapper .info.grid .one-quarter.small-one-whole.item-big, .main-footer .main-footer-wrapper .magazines-galls div.info[class^=one-row] .one-quarter.small-one-whole.item-big, .magazines-galls .main-footer .main-footer-wrapper div.info[class^=one-row] .one-quarter.small-one-whole.item-big {
      border-bottom: 1px solid #e2e2e2;
      padding: 20px 0; }
  /* line 209, ../../../shared/sass/ui/_footer2017.scss */
  .main-footer .main-footer-wrapper .search {
    margin-bottom: 30px;
    margin-top: 40px; }
    /* line 213, ../../../shared/sass/ui/_footer2017.scss */
    .main-footer .main-footer-wrapper .search .search-box-v2 input[type=text] {
      width: 100%;
      height: 40px; }
  /* line 220, ../../../shared/sass/ui/_footer2017.scss */
  .main-footer .main-footer-wrapper .credentials {
    border-top: none; }
    /* line 222, ../../../shared/sass/ui/_footer2017.scss */
    .main-footer .main-footer-wrapper .credentials .main {
      text-align: center; }
    /* line 226, ../../../shared/sass/ui/_footer2017.scss */
    .main-footer .main-footer-wrapper .credentials a {
      font-size: 13px; }
  /* line 232, ../../../shared/sass/ui/_footer2017.scss */
  .main-footer .main-footer-wrapper .cross {
    width: 10px;
    height: 10px;
    float: right;
    position: relative;
    top: 5px; }
    /* line 238, ../../../shared/sass/ui/_footer2017.scss */
    .main-footer .main-footer-wrapper .cross:before, .main-footer .main-footer-wrapper .cross:after {
      background-color: #acacac;
      position: absolute;
      display: block;
      content: ''; }
    /* line 244, ../../../shared/sass/ui/_footer2017.scss */
    .main-footer .main-footer-wrapper .cross:before {
      margin-left: -1px;
      width: 2px;
      left: 50%; }
    /* line 249, ../../../shared/sass/ui/_footer2017.scss */
    .main-footer .main-footer-wrapper .cross:after {
      margin-top: -1px;
      height: 2px;
      width: 10px;
      top: 50%; } }
/* line 1, ../../../shared/sass/ui/_highlights.scss */
.highlight {
  text-transform: uppercase;
  background-color: #f2efeb;
  color: #505050;
  padding: 1em; }

/* line 3, ../../../shared/sass/ui/_popup.scss */
.sites-popup {
  position: absolute;
  width: 645px;
  max-width: 100%;
  top: 40px;
  left: 50%;
  margin-left: -490px;
  padding: 0 30px;
  visibility: hidden;
  background-color: #fff;
  z-index: 1021;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease; }
  @media (max-width: 1055px) {
    /* line 3, ../../../shared/sass/ui/_popup.scss */
    .sites-popup {
      left: 20px;
      margin-left: 0; } }
  @media (max-width: 960px) {
    /* line 3, ../../../shared/sass/ui/_popup.scss */
    .sites-popup {
      left: 75px;
      margin-left: 0; } }
  @media (max-width: 767px) {
    /* line 3, ../../../shared/sass/ui/_popup.scss */
    .sites-popup {
      left: 25px;
      right: 25px;
      width: auto;
      margin-left: 0; } }
  /* line 32, ../../../shared/sass/ui/_popup.scss */
  .sites-popup > ul {
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    overflow: hidden;
    max-height: 0; }
  /* line 38, ../../../shared/sass/ui/_popup.scss */
  .sites-popup:before {
    content: "";
    position: absolute;
    left: 36%;
    top: -5px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff; }
  /* line 48, ../../../shared/sass/ui/_popup.scss */
  .sites-popup.is-open {
    visibility: visible;
    padding-bottom: 8px; }
    /* line 51, ../../../shared/sass/ui/_popup.scss */
    .sites-popup.is-open > ul {
      max-height: 1000px; }

/* line 57, ../../../shared/sass/ui/_popup.scss */
.close__item, .tile__close, .management__close {
  background-position: 0 -719px;
  position: absolute;
  width: 11px;
  height: 11px;
  display: block;
  right: 10px;
  top: 10px; }
  /* line 66, ../../../shared/sass/ui/_popup.scss */
  .close__item:hover, .tile__close:hover, .management__close:hover {
    cursor: pointer;
    background-position: 0 -693px; }

/* line 72, ../../../shared/sass/ui/_popup.scss */
.tile--sites {
  margin-bottom: 25px; }
  /* line 75, ../../../shared/sass/ui/_popup.scss */
  .tile--sites .tile__header {
    margin-left: 0;
    padding-bottom: 8px;
    color: #3cb4e8; }
  /* line 81, ../../../shared/sass/ui/_popup.scss */
  .tile--sites .tile__heading {
    padding-top: 0; }

/* line 88, ../../../shared/sass/ui/_popup.scss */
.sites-list {
  margin-top: 11px; }

/* line 92, ../../../shared/sass/ui/_popup.scss */
.sites__item {
  margin-bottom: 9px;
  line-height: 1.1; }

/* line 100, ../../../shared/sass/ui/_popup.scss */
.sites__link.is-active:before {
  background-position: 0 -260px; }
/* line 104, ../../../shared/sass/ui/_popup.scss */
.sites__link.is-active:hover:before {
  background-position: 0 -216px; }

/* line 1, ../../../shared/sass/ui/_work.scss */
.img__block {
  margin-bottom: 20px;
  margin-top: 40px;
  line-height: 1.23077; }
  /* line 5, ../../../shared/sass/ui/_work.scss */
  .img__block img {
    width: auto;
    max-width: 100%;
    display: block;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    margin-bottom: 18px;
    /* 9 */
    margin-bottom: 1.125rem;
    /* 9 */ }

/* line 13, ../../../shared/sass/ui/_work.scss */
.img__block--vertical {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 307px; }
  /* line 18, ../../../shared/sass/ui/_work.scss */
  .img__block--vertical img {
    margin: 0 auto;
    height: 100%;
    margin-bottom: 20px; }

/* line 25, ../../../shared/sass/ui/_work.scss */
.img__block--header, .table__header h4 + p, header.table__header h4 + p, .img_caption {
  color: #838383;
  margin-bottom: 0;
  display: block; }

/* line 32, ../../../shared/sass/ui/_work.scss */
.img__block--row {
  height: 186px; }

/* line 36, ../../../shared/sass/ui/_work.scss */
.img__block--center {
  width: 100%;
  height: 68px;
  position: relative; }
  /* line 40, ../../../shared/sass/ui/_work.scss */
  .img__block--center img {
    margin: 0 auto; }

/* line 46, ../../../shared/sass/ui/_work.scss */
.video__block {
  margin-bottom: 40px; }
  /* line 50, ../../../shared/sass/ui/_work.scss */
  .video__block h1, .video__block h2, .video__block h3, .video__block h4, .video__block h5, .video__block h6 {
    margin-top: 40px; }
  /* line 56, ../../../shared/sass/ui/_work.scss */
  .video__block .video__block--date,
  .video__block .video__block--counter {
    display: inline-block; }
  /* line 60, ../../../shared/sass/ui/_work.scss */
  .video__block .video__block--date {
    margin-right: 32px;
    float: left; }

/* line 69, ../../../shared/sass/ui/_work.scss */
.tags-list.inline-list {
  margin-top: 0; }

/* line 74, ../../../shared/sass/ui/_work.scss */
.tag {
  color: #0079c1;
  padding-left: 0; }
  /* line 77, ../../../shared/sass/ui/_work.scss */
  .tag:before, .tag:last-child:after {
    display: none; }
  /* line 80, ../../../shared/sass/ui/_work.scss */
  .tag:after {
    content: ",";
    color: inherit; }

/* line 87, ../../../shared/sass/ui/_work.scss */
.table__header h4, header.table__header h4 {
  margin-bottom: 0; }

/* line 95, ../../../shared/sass/ui/_work.scss */
table + a {
  float: right;
  margin-bottom: 20px;
  *zoom: 1; }
  /* line 38, ../../../../../../../../../../../usr/local/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  table + a:after {
    content: "";
    display: table;
    clear: both; }

/* line 101, ../../../shared/sass/ui/_work.scss */
.link__item {
  line-height: 1.23077; }

/* line 104, ../../../shared/sass/ui/_work.scss */
.date, .source, .town {
  padding-top: 5px;
  display: inline-block;
  color: #838383;
  text-transform: uppercase; }

/* line 111, ../../../shared/sass/ui/_work.scss */
.town {
  text-transform: uppercase; }

/* line 115, ../../../shared/sass/ui/_work.scss */
.tooltip-container, .tooltip-question-container, .tooltip-question-container.tooltip-question-container--social {
  position: absolute; }

/* line 119, ../../../shared/sass/ui/_work.scss */
.tooltip, .tooltip-question, .popup--social.tooltip-question {
  text-decoration: none;
  border-bottom: 1px dashed;
  position: relative;
  display: inline-block; }
  /* line 124, ../../../shared/sass/ui/_work.scss */
  .tooltip:hover, .tooltip-question:hover {
    cursor: help; }

/* line 129, ../../../shared/sass/ui/_work.scss */
.tooltip-text, .tooltip-question-container .tooltip-question__body, .tooltip-question-container.tooltip-question-container--social .tooltip-question__body {
  display: block;
  position: absolute;
  width: 330px;
  height: auto;
  bottom: 100%;
  left: 0;
  margin-bottom: 7px;
  background: #fff;
  cursor: auto;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 2px 3px 10px 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 2px 3px 10px 1px;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 3px 10px 1px; }
  /* line 142, ../../../shared/sass/ui/_work.scss */
  .tooltip-text:before, .tooltip-question-container .tooltip-question__body:before, .tooltip-question-container.tooltip-question-container--social .tooltip-question__body:before {
    position: absolute;
    content: "";
    bottom: -7px;
    left: 50%;
    margin-left: -14px;
    border-top: 14px solid #fff;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent; }

/* line 154, ../../../shared/sass/ui/_work.scss */
.tooltip__body {
  display: block;
  padding-top: 26px;
  padding-bottom: 13px;
  padding-left: 24px;
  padding-right: 10px;
  max-height: 167px;
  line-height: 1.23077;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 300px; }

/* line 167, ../../../shared/sass/ui/_work.scss */
.tooltip__close, .tooltip-question-container .tooltip-question__body .tooltip-question__close, .tooltip-question-container.tooltip-question-container--social .tooltip-question__body .tooltip-question__close {
  position: absolute;
  cursor: pointer;
  top: 7px;
  left: auto;
  right: 7px;
  width: 11px;
  height: 11px;
  background-position: 0 -719px; }

/* line 178, ../../../shared/sass/ui/_work.scss */
.tooltip__footer {
  color: #0079c1;
  display: block;
  padding-top: 8px;
  padding-bottom: 12px;
  padding-left: 28px;
  height: 41px;
  border-top: 1px solid #c7c7c7; }

/* line 189, ../../../shared/sass/ui/_work.scss */
.js-hide {
  display: none; }

/* line 193, ../../../shared/sass/ui/_work.scss */
.tooltip-question {
  position: relative; }
  /* line 196, ../../../shared/sass/ui/_work.scss */
  .tooltip-question:after {
    content: "";
    position: absolute;
    right: -20px;
    top: -2px;
    display: none;
    width: 16px;
    height: 16px;
    z-index: -1; }

/* line 208, ../../../shared/sass/ui/_work.scss */
.tooltip-question-container {
  z-index: 1003; }
  @media (max-width: 360px) {
    /* line 208, ../../../shared/sass/ui/_work.scss */
    .tooltip-question-container {
      left: 50% !important;
      margin-left: -165px !important; } }
  /* line 215, ../../../shared/sass/ui/_work.scss */
  .tooltip-question-container .tooltip-question__body {
    padding: 26px;
    line-height: 1.23077; }
    /* line 219, ../../../shared/sass/ui/_work.scss */
    .tooltip-question-container .tooltip-question__body:before {
      top: -7px;
      bottom: auto;
      left: auto;
      margin-left: 0;
      border-bottom: 14px solid #fff;
      border-left: 14px solid transparent;
      border-right: 14px solid transparent;
      border-top: none; }

/* line 235, ../../../shared/sass/ui/_work.scss */
.tooltip-question__body--left {
  margin-left: -330px; }
  /* line 237, ../../../shared/sass/ui/_work.scss */
  .tooltip-question__body--left:before {
    left: auto;
    right: 26px; }

/* line 248, ../../../shared/sass/ui/_work.scss */
.context--interviews a.highslide {
  display: inline; }
  /* line 250, ../../../shared/sass/ui/_work.scss */
  .context--interviews a.highslide:after {
    content: none; }
/* line 255, ../../../shared/sass/ui/_work.scss */
.context--interviews .img_caption {
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 10px; }

/* line 263, ../../../shared/sass/ui/_work.scss */
.press__item .popup--social {
  cursor: pointer;
  display: inline; }

/* line 270, ../../../shared/sass/ui/_work.scss */
.popup--social.tooltip-question {
  position: relative; }
  /* line 273, ../../../shared/sass/ui/_work.scss */
  .popup--social.tooltip-question:after {
    content: "" !important;
    background-position: 0 -120px;
    position: absolute;
    right: -18px;
    top: 6px;
    display: block;
    width: 14px;
    height: 7px; }

/* line 292, ../../../shared/sass/ui/_work.scss */
.tooltip-question-container.tooltip-question-container--social {
  z-index: 1010;
  margin-top: -38px; }
  @media (max-width: 360px) {
    /* line 292, ../../../shared/sass/ui/_work.scss */
    .tooltip-question-container.tooltip-question-container--social {
      left: 50% !important;
      margin-left: -65px !important; } }
  /* line 300, ../../../shared/sass/ui/_work.scss */
  .tooltip-question-container.tooltip-question-container--social .tooltip-question__body {
    padding: 15px;
    width: 280px;
    line-height: 1.23077;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px 1px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px 1px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px 1px; }
    /* line 306, ../../../shared/sass/ui/_work.scss */
    .tooltip-question-container.tooltip-question-container--social .tooltip-question__body:before {
      top: -9px;
      bottom: auto;
      left: 10px;
      margin-left: 0;
      background-position: 0 -6270px;
      border: none;
      width: 17px;
      height: 9px; }
    /* line 317, ../../../shared/sass/ui/_work.scss */
    .tooltip-question-container.tooltip-question-container--social .tooltip-question__body a {
      line-height: 1;
      margin-bottom: 6px;
      display: inline-block; }

/* line 329, ../../../shared/sass/ui/_work.scss */
.tooltip-question__body--left {
  margin-left: -130px; }
  /* line 331, ../../../shared/sass/ui/_work.scss */
  .tooltip-question__body--left:before {
    left: auto;
    right: 26px; }

/* line 3, ../../../shared/sass/ui/_tools.scss */
.tools-fix-btn {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-position: 0 -5670px;
  display: none; }
  @media (max-width: 960px) {
    /* line 3, ../../../shared/sass/ui/_tools.scss */
    .tools-fix-btn {
      display: block;
      float: left;
      left: 100%;
      background-color: #838383;
      width: 48px;
      height: 48px;
      padding: 0;
      min-width: 48px; } }
  @media (max-width: 767px) {
    /* line 3, ../../../shared/sass/ui/_tools.scss */
    .tools-fix-btn {
      display: none; } }

/* line 22, ../../../shared/sass/ui/_tools.scss */
.tools__container--bigscreen:not(.is-expanded) {
  float: left; }
  /* line 25, ../../../shared/sass/ui/_tools.scss */
  .tools__container--bigscreen:not(.is-expanded) .tools-list {
    float: left;
    overflow-y: visible;
    max-height: 30px;
    max-height: 30px !important;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 100%; }
  /* line 33, ../../../shared/sass/ui/_tools.scss */
  .tools__container--bigscreen:not(.is-expanded) .tools__tooltip {
    text-decoration: none;
    display: none;
    position: absolute;
    top: -45px;
    left: 50%;
    background: #fff;
    line-height: 30px;
    white-space: nowrap;
    padding: 0 10px;
    color: #505050;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  /* line 47, ../../../shared/sass/ui/_tools.scss */
  .tools__container--bigscreen:not(.is-expanded) .tools__link {
    border: none;
    display: block;
    width: 100%;
    height: 22px;
    line-height: 22px;
    text-align: center;
    margin-left: 0;
    margin-top: 3px; }
    /* line 56, ../../../shared/sass/ui/_tools.scss */
    .tools__container--bigscreen:not(.is-expanded) .tools__link:before {
      left: 50%;
      margin-left: -11px; }
  /* line 61, ../../../shared/sass/ui/_tools.scss */
  .tools__container--bigscreen:not(.is-expanded) .tools__item {
    float: left;
    width: 14%;
    height: 21px; }
    /* line 65, ../../../shared/sass/ui/_tools.scss */
    .tools__container--bigscreen:not(.is-expanded) .tools__item:hover .tools__tooltip {
      display: block; }

/* line 71, ../../../shared/sass/ui/_tools.scss */
.tools__container {
  background-color: #fff;
  width: 100%;
  padding: 14px 28px;
  margin-top: -3px;
  position: relative; }
  @media (max-width: 960px) {
    /* line 71, ../../../shared/sass/ui/_tools.scss */
    .tools__container {
      float: right;
      width: 250px;
      margin-top: 0px; } }
  @media (max-width: 767px) {
    /* line 71, ../../../shared/sass/ui/_tools.scss */
    .tools__container {
      display: block;
      position: relative;
      left: 0;
      top: 0;
      width: 100%; } }
  /* line 91, ../../../shared/sass/ui/_tools.scss */
  .tools__container.is-closed .tools-list {
    max-height: 0; }
  /* line 96, ../../../shared/sass/ui/_tools.scss */
  .tools__container.is-expanded .tools__btn-caption:after {
    background: url(../images/icons/arrow-up.png); }

/* line 102, ../../../shared/sass/ui/_tools.scss */
.tools-list {
  overflow-y: hidden;
  height: 210px;
  max-height: 210px;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease; }
  @media (max-width: 960px) {
    /* line 102, ../../../shared/sass/ui/_tools.scss */
    .tools-list {
      max-height: none !important; } }

/* line 112, ../../../shared/sass/ui/_tools.scss */
.tools__heading {
  color: #505050;
  margin-bottom: 18px; }

/* line 118, ../../../shared/sass/ui/_tools.scss */
.tools__item {
  margin-bottom: 9px; }
  /* line 121, ../../../shared/sass/ui/_tools.scss */
  .tools__item.soc-links__wrapper--tools .soc-links__container {
    left: -337px;
    top: 48px; }
  /* line 126, ../../../shared/sass/ui/_tools.scss */
  .tools__item.soc-links__wrapper--tools.is-open .soc-links__container {
    max-height: 100px; }

/* line 133, ../../../shared/sass/ui/_tools.scss */
.tools__link {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 11px;
  /* 9 */
  font-size: 0.6875rem;
  /* 9 */
  text-transform: uppercase;
  text-decoration: none;
  color: #505050;
  margin-left: 40px;
  position: relative; }
  /* line 166, ../../../shared/sass/base/_mixins.scss */
  html.font_plus .tools__link {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 12.1px;
    /* 9 */
    font-size: 0.75625rem;
    /* 9 */ }
  /* line 169, ../../../shared/sass/base/_mixins.scss */
  html.font_plus_plus .tools__link {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 13.2px;
    /* 9 */
    font-size: 0.825rem;
    /* 9 */ }
  /* line 141, ../../../shared/sass/ui/_tools.scss */
  .tools__link:before {
    content: "";
    display: block;
    position: absolute;
    left: -35px;
    top: -3px;
    width: 22px;
    height: 22px; }
  /* line 151, ../../../shared/sass/ui/_tools.scss */
  .tools__link:hover, .tools__link.is-active {
    color: #000;
    border-color: transparent; }

/* line 157, ../../../shared/sass/ui/_tools.scss */
.tools__container + .tile, .tools__container + .media--grid {
  margin-top: 35px; }

/* line 162, ../../../shared/sass/ui/_tools.scss */
.share__link:before {
  background-position: 0 -4751px; }
/* line 166, ../../../shared/sass/ui/_tools.scss */
.share__link:hover:before, .share__link.is-active:before {
  background-position: 0 -4542px; }

/* line 174, ../../../shared/sass/ui/_tools.scss */
.print__link:before {
  background-position: 0 -3233px;
  height: 17px;
  top: 0; }
/* line 181, ../../../shared/sass/ui/_tools.scss */
.print__link:hover:before {
  background-position: 0 -3105px; }

/* line 188, ../../../shared/sass/ui/_tools.scss */
.error__link:before {
  background-position: 0 -1177px;
  height: 18px; }
/* line 194, ../../../shared/sass/ui/_tools.scss */
.error__link:hover:before {
  background-position: 0 -1144px; }

/* line 201, ../../../shared/sass/ui/_tools.scss */
.rss__link:before {
  background-position: 0 -3431px;
  top: 0;
  height: 14px; }
/* line 208, ../../../shared/sass/ui/_tools.scss */
.rss__link:hover:before {
  background-position: 0 -3402px; }

/* line 215, ../../../shared/sass/ui/_tools.scss */
.feedback__link:before {
  background-position: 0 -1442px;
  height: 15px;
  top: 0; }
/* line 222, ../../../shared/sass/ui/_tools.scss */
.feedback__link:hover:before {
  background-position: 0 -1382px; }

/* line 229, ../../../shared/sass/ui/_tools.scss */
.star__link:before {
  background-position: 0 -5504px;
  height: 20px; }
/* line 235, ../../../shared/sass/ui/_tools.scss */
.star__link:hover:before {
  background-position: 0 -5469px; }

/* line 242, ../../../shared/sass/ui/_tools.scss */
.sign__link:before {
  background-position: 0 -4885px;
  height: 19px; }
/* line 248, ../../../shared/sass/ui/_tools.scss */
.sign__link:hover:before {
  background-position: 0 -4851px; }

/* line 254, ../../../shared/sass/ui/_tools.scss */
.tools__btn--close {
  padding-right: 14px;
  width: 70px;
  clear: both; }
  @media (max-width: 960px) {
    /* line 254, ../../../shared/sass/ui/_tools.scss */
    .tools__btn--close {
      display: none; } }
  /* line 261, ../../../shared/sass/ui/_tools.scss */
  .tools__btn--close .tools__btn-caption {
    color: #949494;
    border-bottom: 1px dashed #949494;
    text-decoration: none;
    text-transform: uppercase;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 11px;
    /* 9 */
    font-size: 0.6875rem;
    /* 9 */
    position: relative; }
    /* line 166, ../../../shared/sass/base/_mixins.scss */
    html.font_plus .tools__btn--close .tools__btn-caption {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 12.1px;
      /* 9 */
      font-size: 0.75625rem;
      /* 9 */ }
    /* line 169, ../../../shared/sass/base/_mixins.scss */
    html.font_plus_plus .tools__btn--close .tools__btn-caption {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 13.2px;
      /* 9 */
      font-size: 0.825rem;
      /* 9 */ }
    /* line 269, ../../../shared/sass/ui/_tools.scss */
    .tools__btn--close .tools__btn-caption:after {
      content: "";
      position: absolute;
      right: -20px;
      top: 4px;
      display: block;
      width: 13px;
      height: 7px;
      background: url(../images/icons/arrow-down.png); }
    /* line 279, ../../../shared/sass/ui/_tools.scss */
    .tools__btn--close .tools__btn-caption.is-hidden {
      display: none; }
  /* line 284, ../../../shared/sass/ui/_tools.scss */
  .tools__btn--close:hover {
    cursor: pointer; }

/* line 290, ../../../shared/sass/ui/_tools.scss */
.tools-popup {
  position: absolute;
  max-width: 280px;
  max-height: 0;
  right: 20px;
  text-align: left;
  top: 40px;
  overflow: hidden;
  -moz-transition: max-height 0.4s ease;
  -o-transition: max-height 0.4s ease;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease; }
  @media (max-width: 1075px) {
    /* line 290, ../../../shared/sass/ui/_tools.scss */
    .tools-popup {
      width: calc(33.3333% - 48px); } }
  @media (max-width: 1024px) {
    /* line 290, ../../../shared/sass/ui/_tools.scss */
    .tools-popup {
      width: 287.656px; } }
  @media (max-width: 767px) {
    /* line 290, ../../../shared/sass/ui/_tools.scss */
    .tools-popup {
      top: 130px;
      left: 0;
      width: auto;
      right: 0; } }
  /* line 312, ../../../shared/sass/ui/_tools.scss */
  .tools-popup.is-open {
    max-height: 800px;
    overflow: visible; }

/* line 318, ../../../shared/sass/ui/_tools.scss */
.tools-popup__block {
  padding: 18px;
  padding-left: 60px;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 13px;
  /* 9 */
  font-size: 0.8125rem;
  /* 9 */
  position: relative; }
  /* line 166, ../../../shared/sass/base/_mixins.scss */
  html.font_plus .tools-popup__block {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14.3px;
    /* 9 */
    font-size: 0.89375rem;
    /* 9 */ }
  /* line 169, ../../../shared/sass/base/_mixins.scss */
  html.font_plus_plus .tools-popup__block {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 15.6px;
    /* 9 */
    font-size: 0.975rem;
    /* 9 */ }
  /* line 324, ../../../shared/sass/ui/_tools.scss */
  .tools-popup__block:before {
    content: "";
    position: absolute;
    display: block;
    left: 25px; }

/* line 333, ../../../shared/sass/ui/_tools.scss */
.person_block {
  background-color: #0079c1;
  color: #bce4fe;
  height: 94px;
  overflow: hidden;
  -moz-transition: height 0.4s ease;
  -o-transition: height 0.4s ease;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease; }
  /* line 339, ../../../shared/sass/ui/_tools.scss */
  .is-toggle .person_block {
    height: 25em; }
  /* line 342, ../../../shared/sass/ui/_tools.scss */
  .person_block a {
    color: #fff; }
  /* line 346, ../../../shared/sass/ui/_tools.scss */
  .person_block:before {
    top: 40px;
    width: 16px;
    height: 16px;
    background-position: 0 -2573px; }

/* line 354, ../../../shared/sass/ui/_tools.scss */
.cookie-person--tools select.cookie-person__select {
  width: 200px; }

/* line 360, ../../../shared/sass/ui/_tools.scss */
.cookie-person--tools .chosen-container {
  width: 200px !important;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 13px;
  /* 9 */
  font-size: 0.8125rem;
  /* 9 */
  font-weight: 100; }
  /* line 166, ../../../shared/sass/base/_mixins.scss */
  html.font_plus .cookie-person--tools .chosen-container {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14.3px;
    /* 9 */
    font-size: 0.89375rem;
    /* 9 */ }
  /* line 169, ../../../shared/sass/base/_mixins.scss */
  html.font_plus_plus .cookie-person--tools .chosen-container {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 15.6px;
    /* 9 */
    font-size: 0.975rem;
    /* 9 */ }
/* line 365, ../../../shared/sass/ui/_tools.scss */
.cookie-person--tools a.chosen-single {
  background: none;
  color: #fff;
  padding: 0; }
  /* line 369, ../../../shared/sass/ui/_tools.scss */
  .cookie-person--tools a.chosen-single span {
    margin: 0;
    border-bottom: 1px dashed;
    display: inline-block;
    line-height: 20px; }
    /* line 374, ../../../shared/sass/ui/_tools.scss */
    .cookie-person--tools a.chosen-single span:hover {
      border: none; }
/* line 380, ../../../shared/sass/ui/_tools.scss */
.cookie-person--tools .chosen-results li {
  color: #838383;
  border-top: 1px solid; }
  /* line 383, ../../../shared/sass/ui/_tools.scss */
  .cookie-person--tools .chosen-results li:first-child {
    border: none; }
  /* line 386, ../../../shared/sass/ui/_tools.scss */
  .cookie-person--tools .chosen-results li.highlighted {
    background-color: #7e7e7e;
    color: #fff; }

/* line 394, ../../../shared/sass/ui/_tools.scss */
.contrast__block {
  background-color: #949494;
  text-transform: uppercase;
  color: #fff; }
  /* line 399, ../../../shared/sass/ui/_tools.scss */
  .contrast__block:before {
    width: 21px;
    height: 21px;
    top: 35%;
    background-position: 0 -970px; }
  /* line 406, ../../../shared/sass/ui/_tools.scss */
  .contrast__block:hover {
    cursor: pointer;
    background-color: #838383; }

/* line 412, ../../../shared/sass/ui/_tools.scss */
.font-size__block {
  background-color: #c3c1bf;
  text-transform: uppercase;
  color: #505050;
  padding-left: 100px; }
  /* line 417, ../../../shared/sass/ui/_tools.scss */
  .font-size__block:before {
    width: 44px;
    height: 13px;
    left: 25px;
    top: 43%; }
  /* line 424, ../../../shared/sass/ui/_tools.scss */
  .font-size__block:hover {
    cursor: pointer;
    background-color: #b4b4b4; }

/* line 429, ../../../shared/sass/ui/_tools.scss */
.change-font-size {
  margin-left: -72px;
  display: block;
  width: 70px;
  height: 29px;
  position: absolute; }

@media (max-width: 767px) {
  /* line 440, ../../../shared/sass/ui/_tools.scss */
  ul.header-block--right.clearfix.is-expanded, ul.header-block--right.is-expanded.tile__body--goroda, ul.header-block--right.is-expanded.pagination-list, ul.header-block--right.is-expanded.tile__body--sport, ul.header-block--right.is-expanded.tile__body--big-project, #sibneft ul.header-block--right.is-expanded.contbox {
    right: -90px; }

  /* line 444, ../../../shared/sass/ui/_tools.scss */
  ul.header-block--right, button.sidebar-nav__toggle.btn, .logo {
    -moz-transition: margin-left 0.8s ease, right 0.8s ease;
    -o-transition: margin-left 0.8s ease, right 0.8s ease;
    -webkit-transition: margin-left 0.8s ease, right 0.8s ease;
    transition: margin-left 0.8s ease, right 0.8s ease; }

  /* line 448, ../../../shared/sass/ui/_tools.scss */
  button.sidebar-nav__toggle.btn.is-expanded {
    right: -90px; }

  /* line 452, ../../../shared/sass/ui/_tools.scss */
  .logo.is-expanded {
    margin-left: -150px; }

  /* line 456, ../../../shared/sass/ui/_tools.scss */
  .search-form--header.is-expanded .input-text {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 24px;
    /* 9 */
    font-size: 1.5rem;
    /* 9 */
    border-bottom: 1px solid #D0D0D0; }
    /* line 166, ../../../shared/sass/base/_mixins.scss */
    html.font_plus .search-form--header.is-expanded .input-text {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 26.4px;
      /* 9 */
      font-size: 1.65rem;
      /* 9 */ }
    /* line 169, ../../../shared/sass/base/_mixins.scss */
    html.font_plus_plus .search-form--header.is-expanded .input-text {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 28.8px;
      /* 9 */
      font-size: 1.8rem;
      /* 9 */ } }
/* line 462, ../../../shared/sass/ui/_tools.scss */
.wrap-tools {
  overflow-x: visible;
  z-index: 5;
  position: relative;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }
  /* line 467, ../../../shared/sass/ui/_tools.scss */
  html.index .wrap-tools, html.subindex .wrap-tools {
    margin-bottom: 0; }
  @media (max-width: 960px) {
    /* line 462, ../../../shared/sass/ui/_tools.scss */
    .wrap-tools {
      position: fixed;
      width: 298px;
      height: 297px;
      top: 148px;
      right: -250px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      /* line 477, ../../../shared/sass/ui/_tools.scss */
      .wrap-tools.is-open {
        -o-transform: translateX(-250px);
        -moz-transform: translateX(-250px) translateZ(0);
        -ms-transform: translateX(-250px) translateZ(0);
        -webkit-transform: translateX(-250px) translateZ(0);
        transform: translateX(-250px) translateZ(0); }
        /* line 480, ../../../shared/sass/ui/_tools.scss */
        body.is-fixed .wrap-tools.is-open {
          -o-transform: translateX(-250px) translateY(-148px);
          -moz-transform: translateY(-148px) translateX(-250px) translateZ(0);
          -ms-transform: translateY(-148px) translateX(-250px) translateZ(0);
          -webkit-transform: translateY(-148px) translateX(-250px) translateZ(0);
          transform: translateY(-148px) translateX(-250px) translateZ(0);
          position: fixed; }
        /* line 485, ../../../shared/sass/ui/_tools.scss */
        .bx-ie .wrap-tools.is-open {
          right: 0; }
      /* line 489, ../../../shared/sass/ui/_tools.scss */
      body.is-fixed .wrap-tools {
        -o-transform: translateY(-148px);
        -moz-transform: translateY(-148px);
        -ms-transform: translateY(-148px);
        -webkit-transform: translateY(-148px);
        transform: translateY(-148px);
        position: fixed; } }
  @media (max-width: 767px) {
    /* line 462, ../../../shared/sass/ui/_tools.scss */
    .wrap-tools {
      position: relative !important;
      -moz-transform: none !important;
      -ms-transform: none !important;
      -webkit-transform: none !important;
      transform: none !important;
      top: 0;
      right: 0;
      width: auto;
      height: auto; } }

/* line 506, ../../../shared/sass/ui/_tools.scss */
.cookie-container .chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

/* line 509, ../../../shared/sass/ui/_tools.scss */
.cookie-person--tools .chosen-container.chosen-with-drop .chosen-drop {
  left: -40px;
  width: 235px; }

/* line 3, ../../../shared/sass/ui/_lead.scss */
.lead {
  padding-left: 80px; }
  /* line 6, ../../../shared/sass/ui/_lead.scss */
  .lead .lead-blue-text {
    color: #0079c1;
    font-weight: 400; }

/* line 3, ../../../shared/sass/ui/_key-indicators.scss */
.key-indicator {
  border-top: 3px solid; }
  /* line 6, ../../../shared/sass/ui/_key-indicators.scss */
  .key-indicator p:last-child {
    font-weight: 400;
    margin-bottom: 0; }

/* line 12, ../../../shared/sass/ui/_key-indicators.scss */
.key-units {
  padding-top: 25px;
  padding-bottom: 5px; }

/* line 18, ../../../shared/sass/ui/_key-indicators.scss */
.key-number {
  font-size: 36px;
  font-weight: 300; }

/* line 23, ../../../shared/sass/ui/_key-indicators.scss */
.key-indicator--menu {
  border-top: none;
  margin-bottom: .5em; }

@media (max-width: 360px) {
  /* line 32, ../../../shared/sass/ui/_key-indicators.scss */
  .indicators .grid__item, .indicators .magazines-galls .item, .magazines-galls .indicators .item, .indicators .magazines-galls .item-big, .magazines-galls .indicators .item-big {
    width: 100%; } }

/* line 1, ../../../shared/sass/ui/_crumbs.scss */
.crumbs {
  font-size: 0;
  margin-top: 18px;
  padding-bottom: 5px;
  border-bottom: 3px solid #505050; }

/* line 8, ../../../shared/sass/ui/_crumbs.scss */
.crumbs--noborder {
  border-bottom: 0;
  padding-bottom: 8px; }

/* line 12, ../../../shared/sass/ui/_crumbs.scss */
.crumbs__item, .crumbs__item:first-child {
  display: inline-block;
  text-transform: uppercase;
  margin-right: 0;
  padding: 0;
  color: #505050; }
  /* line 20, ../../../shared/sass/ui/_crumbs.scss */
  .crumbs__item:before, .crumbs__item:first-child:before {
    content: "/";
    text-align: center;
    width: 18px;
    height: auto;
    display: inline-block;
    padding: 0 .5em; }
  /* line 28, ../../../shared/sass/ui/_crumbs.scss */
  .crumbs__item a, .crumbs__item:first-child a {
    color: #505050; }

/* line 33, ../../../shared/sass/ui/_crumbs.scss */
.crumbs__item:first-child {
  border-bottom: none;
  padding-left: 15px;
  position: relative; }
  /* line 34, ../../../shared/sass/ui/_crumbs.scss */
  .crumbs__item:first-child:before {
    display: none; }

/* line 42, ../../../shared/sass/ui/_crumbs.scss */
.crumbs__item:last-child {
  color: #949494; }

/* line 46, ../../../shared/sass/ui/_crumbs.scss */
a.home {
  background-position: 0 -548px;
  width: 16px;
  height: 16px;
  display: inline-block;
  border-bottom: none;
  position: absolute;
  top: -14px;
  left: 0; }

/* line 57, ../../../shared/sass/ui/_crumbs.scss */
.subindex .crumbs {
  border-bottom: 0; }

/* line 1, ../../../shared/sass/ui/_goroda.scss */
.tile__container--goroda, .tile__container--sport {
  width: 50%;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease; }
  @media (max-width: 640px) {
    /* line 1, ../../../shared/sass/ui/_goroda.scss */
    .tile__container--goroda, .tile__container--sport {
      width: 100%; } }
  /* line 7, ../../../shared/sass/ui/_goroda.scss */
  .tile__container--goroda .tile, .tile__container--sport .tile, .tile__container--goroda .media--grid, .tile__container--sport .media--grid {
    overflow: hidden;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease; }

/* line 15, ../../../shared/sass/ui/_goroda.scss */
.tile__container--goroda .tile, .tile__container--goroda .media--grid {
  max-height: 150px; }
  @media (max-width: 360px) {
    /* line 15, ../../../shared/sass/ui/_goroda.scss */
    .tile__container--goroda .tile, .tile__container--goroda .media--grid {
      max-height: 220px; } }
/* line 21, ../../../shared/sass/ui/_goroda.scss */
.tile__container--goroda .tile__img {
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  display: block; }
  /* line 24, ../../../shared/sass/ui/_goroda.scss */
  .tile__container--goroda .tile__img img {
    width: 100%;
    height: 100%; }

/* line 33, ../../../shared/sass/ui/_goroda.scss */
.tile__close {
  display: none; }

/* line 38, ../../../shared/sass/ui/_goroda.scss */
.tile__body--soc {
  padding-top: .5em;
  padding-left: 30px;
  padding-right: 30px; }

/* line 45, ../../../shared/sass/ui/_goroda.scss */
.link--goroda {
  margin-left: 105px; }
  @media (max-width: 767px) {
    /* line 45, ../../../shared/sass/ui/_goroda.scss */
    .link--goroda {
      margin-left: 0; } }

/* line 52, ../../../shared/sass/ui/_goroda.scss */
.tile__body--goroda {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 16px; }
  /* line 58, ../../../shared/sass/ui/_goroda.scss */
  .tile__body--goroda .tile__heading {
    text-transform: none; }
  /* line 61, ../../../shared/sass/ui/_goroda.scss */
  .tile__body--goroda .soc-icon {
    position: absolute;
    left: 25px;
    width: auto; }
    @media (max-width: 360px) {
      /* line 61, ../../../shared/sass/ui/_goroda.scss */
      .tile__body--goroda .soc-icon {
        position: relative;
        left: 0; } }
  /* line 71, ../../../shared/sass/ui/_goroda.scss */
  .tile__body--goroda .tile__heading {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18px;
    /* 9 */
    font-size: 1.125rem;
    /* 9 */
    margin-left: 105px;
    -moz-transition: all 0.05s ease;
    -o-transition: all 0.05s ease;
    -webkit-transition: all 0.05s ease;
    transition: all 0.05s ease; }
    /* line 166, ../../../shared/sass/base/_mixins.scss */
    html.font_plus .tile__body--goroda .tile__heading {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 19.8px;
      /* 9 */
      font-size: 1.2375rem;
      /* 9 */ }
    /* line 169, ../../../shared/sass/base/_mixins.scss */
    html.font_plus_plus .tile__body--goroda .tile__heading {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 21.6px;
      /* 9 */
      font-size: 1.35rem;
      /* 9 */ }
    @media (max-width: 360px) {
      /* line 71, ../../../shared/sass/ui/_goroda.scss */
      .tile__body--goroda .tile__heading {
        margin-left: 0; } }
    /* line 79, ../../../shared/sass/ui/_goroda.scss */
    .tile__body--goroda .tile__heading .vertical-list--green-bullets {
      margin-top: 135px; }
  /* line 84, ../../../shared/sass/ui/_goroda.scss */
  .tile__body--goroda .tile__title {
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    color: #40BEA9;
    font-weight: 600;
    margin-top: 0;
    width: 170px; }

/* line 93, ../../../shared/sass/ui/_goroda.scss */
.tile__btn--right-goroda.tile__btn--right-goroda {
  right: 33px;
  left: 135px;
  max-width: 150px; }

/* line 100, ../../../shared/sass/ui/_goroda.scss */
.soc-logo {
  width: 100%;
  margin: 45px 0; }

/* line 105, ../../../shared/sass/ui/_goroda.scss */
.soc__btn.soc__btn.soc__btn.soc__btn {
  padding: 6px 15px 7px 26px;
  text-decoration: none;
  position: relative;
  background-color: #40BEA9;
  color: #fff;
  display: inline-block; }
  /* line 115, ../../../shared/sass/ui/_goroda.scss */
  .soc__btn.soc__btn.soc__btn.soc__btn:before, .soc__btn.soc__btn.soc__btn.soc__btn:after {
    content: "";
    position: absolute;
    top: 0; }
  /* line 121, ../../../shared/sass/ui/_goroda.scss */
  .soc__btn.soc__btn.soc__btn.soc__btn:before {
    left: 0;
    border-left: 10px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent; }
  /* line 128, ../../../shared/sass/ui/_goroda.scss */
  .soc__btn.soc__btn.soc__btn.soc__btn:after {
    right: -10px;
    border-left: 10px solid #40BEA9;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    background-image: none;
    width: 0; }
  /* line 137, ../../../shared/sass/ui/_goroda.scss */
  .soc__btn.soc__btn.soc__btn.soc__btn:hover {
    background-color: #0c90cf;
    color: #fff; }
    /* line 140, ../../../shared/sass/ui/_goroda.scss */
    .soc__btn.soc__btn.soc__btn.soc__btn:hover:after {
      border-left: 10px solid #0c90cf; }

/* line 147, ../../../shared/sass/ui/_goroda.scss */
.tile__container--goroda.is-expanded {
  width: 100%; }
  /* line 149, ../../../shared/sass/ui/_goroda.scss */
  .tile__container--goroda.is-expanded .tile, .tile__container--goroda.is-expanded .media--grid {
    height: auto;
    max-height: 800px; }
    /* line 152, ../../../shared/sass/ui/_goroda.scss */
    .tile__container--goroda.is-expanded .tile img, .tile__container--goroda.is-expanded .media--grid img {
      display: block; }
  /* line 157, ../../../shared/sass/ui/_goroda.scss */
  .tile__container--goroda.is-expanded .tile__close {
    width: 44px;
    height: 44px;
    background-image: url("../images/icons/close_icon.png");
    background-repeat: no-repeat;
    background-position: 23px 10px;
    top: 0;
    right: 0;
    display: block;
    cursor: pointer; }
    /* line 165, ../../../shared/sass/ui/_goroda.scss */
    .tile__container--goroda.is-expanded .tile__close:hover {
      background-image: url("../images/icons/close_icon-blue.png"); }
  /* line 172, ../../../shared/sass/ui/_goroda.scss */
  .tile__container--goroda.is-expanded .tile__heading {
    padding-top: 0; }
    @media (max-width: 767px) {
      /* line 172, ../../../shared/sass/ui/_goroda.scss */
      .tile__container--goroda.is-expanded .tile__heading {
        margin-left: 0; } }
    /* line 178, ../../../shared/sass/ui/_goroda.scss */
    .tile__container--goroda.is-expanded .tile__heading .vertical-list--green-bullets {
      margin-top: 20px;
      max-height: 800px;
      opacity: 1; }
  @media (max-width: 767px) {
    /* line 185, ../../../shared/sass/ui/_goroda.scss */
    .tile__container--goroda.is-expanded .tile__title {
      margin-top: 20px; } }
  /* line 191, ../../../shared/sass/ui/_goroda.scss */
  .tile__container--goroda.is-expanded .tile__btn--right-goroda {
    display: none; }
  /* line 195, ../../../shared/sass/ui/_goroda.scss */
  .tile__container--goroda.is-expanded .tile__img {
    max-height: 383px; }
  @media (max-width: 767px) {
    /* line 198, ../../../shared/sass/ui/_goroda.scss */
    .tile__container--goroda.is-expanded .soc-icon {
      position: relative;
      left: 0; } }

/* line 207, ../../../shared/sass/ui/_goroda.scss */
.vertical-list--green-bullets {
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  max-height: 0;
  opacity: 0;
  margin: 0; }
  /* line 212, ../../../shared/sass/ui/_goroda.scss */
  .vertical-list--green-bullets .vertical-list__item {
    color: #505050; }
    /* line 216, ../../../shared/sass/ui/_goroda.scss */
    .vertical-list--green-bullets .vertical-list__item:before {
      content: "\25a0";
      color: #40BEA9;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 8px;
      /* 9 */
      font-size: 0.5rem;
      /* 9 */ }
      /* line 166, ../../../shared/sass/base/_mixins.scss */
      html.font_plus .vertical-list--green-bullets .vertical-list__item:before {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 8.8px;
        /* 9 */
        font-size: 0.55rem;
        /* 9 */ }
      /* line 169, ../../../shared/sass/base/_mixins.scss */
      html.font_plus_plus .vertical-list--green-bullets .vertical-list__item:before {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 9.6px;
        /* 9 */
        font-size: 0.6rem;
        /* 9 */ }

/* line 5, ../../../shared/sass/ui/_404.scss */
.vertical-list--404.vertical-list--404 li {
  margin-bottom: 22px;
  line-height: 1.2em; }
/* line 10, ../../../shared/sass/ui/_404.scss */
.vertical-list--404.vertical-list--404 .li__level-0 {
  padding-left: 0; }
  /* line 13, ../../../shared/sass/ui/_404.scss */
  .vertical-list--404.vertical-list--404 .li__level-0 .list__link {
    color: #444444;
    font-weight: 600; }
  /* line 18, ../../../shared/sass/ui/_404.scss */
  .vertical-list--404.vertical-list--404 .li__level-0:before {
    display: none; }
/* line 23, ../../../shared/sass/ui/_404.scss */
.vertical-list--404.vertical-list--404 .li__level-1, .vertical-list--404.vertical-list--404 .li__level-2, .vertical-list--404.vertical-list--404 .li__level-3 {
  padding-left: 18px; }
  /* line 26, ../../../shared/sass/ui/_404.scss */
  .vertical-list--404.vertical-list--404 .li__level-1:before, .vertical-list--404.vertical-list--404 .li__level-2:before, .vertical-list--404.vertical-list--404 .li__level-3:before {
    display: none; }
  /* line 30, ../../../shared/sass/ui/_404.scss */
  .vertical-list--404.vertical-list--404 .li__level-1 .list__link, .vertical-list--404.vertical-list--404 .li__level-2 .list__link, .vertical-list--404.vertical-list--404 .li__level-3 .list__link {
    font-weight: 400;
    position: relative; }
    /* line 34, ../../../shared/sass/ui/_404.scss */
    .vertical-list--404.vertical-list--404 .li__level-1 .list__link:before, .vertical-list--404.vertical-list--404 .li__level-2 .list__link:before, .vertical-list--404.vertical-list--404 .li__level-3 .list__link:before {
      content: "";
      position: absolute;
      display: block;
      width: 9px;
      height: 5px;
      background-position: 0 -4939px;
      left: -18px;
      top: 0;
      bottom: 0;
      margin: auto; }
/* line 52, ../../../shared/sass/ui/_404.scss */
.vertical-list--404.vertical-list--404 .li__level-2 .list__link {
  color: #838383; }

/* line 65, ../../../shared/sass/ui/_404.scss */
.context--sitemap.context--sitemap {
  margin-bottom: 35px; }
  /* line 67, ../../../shared/sass/ui/_404.scss */
  .context--sitemap.context--sitemap h1.notfound__heading {
    width: 178px;
    height: 84px;
    margin: 0 auto 26px auto;
    background: url(../images/404-img.png) 0 0 no-repeat;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 119px;
    /* 9 */
    font-size: 7.4375rem;
    /* 9 */
    line-height: 0.68em;
    letter-spacing: -0.05em;
    text-indent: -3px;
    color: transparent; }
    /* line 166, ../../../shared/sass/base/_mixins.scss */
    html.font_plus .context--sitemap.context--sitemap h1.notfound__heading {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 130.9px;
      /* 9 */
      font-size: 8.18125rem;
      /* 9 */ }
    /* line 169, ../../../shared/sass/base/_mixins.scss */
    html.font_plus_plus .context--sitemap.context--sitemap h1.notfound__heading {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 142.8px;
      /* 9 */
      font-size: 8.925rem;
      /* 9 */ }
  /* line 79, ../../../shared/sass/ui/_404.scss */
  .context--sitemap.context--sitemap li {
    display: list-item; }
  /* line 83, ../../../shared/sass/ui/_404.scss */
  .context--sitemap.context--sitemap h2 {
    color: #505050;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 20px;
    /* 9 */
    font-size: 1.25rem;
    /* 9 */
    text-transform: uppercase;
    letter-spacing: -0.03em;
    margin-top: 50px;
    margin-bottom: 0; }
    /* line 166, ../../../shared/sass/base/_mixins.scss */
    html.font_plus .context--sitemap.context--sitemap h2 {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 22px;
      /* 9 */
      font-size: 1.375rem;
      /* 9 */ }
    /* line 169, ../../../shared/sass/base/_mixins.scss */
    html.font_plus_plus .context--sitemap.context--sitemap h2 {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 24px;
      /* 9 */
      font-size: 1.5rem;
      /* 9 */ }
  /* line 92, ../../../shared/sass/ui/_404.scss */
  .context--sitemap.context--sitemap h3 {
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 44px; }
  /* line 99, ../../../shared/sass/ui/_404.scss */
  .context--sitemap.context--sitemap .notfound__decsr {
    padding-bottom: 45px;
    border-bottom: 3px solid #444444;
    letter-spacing: 0.01em; }
  /* line 105, ../../../shared/sass/ui/_404.scss */
  .context--sitemap.context--sitemap .vertical-list--404 {
    margin-bottom: 2em; }

/* line 110, ../../../shared/sass/ui/_404.scss */
.grid--notfound {
  margin-left: -50px; }
  /* line 113, ../../../shared/sass/ui/_404.scss */
  .grid--notfound .grid__item, .grid--notfound .magazines-galls .item, .magazines-galls .grid--notfound .item, .grid--notfound .magazines-galls .item-big, .magazines-galls .grid--notfound .item-big {
    padding-left: 50px; }

/* line 1, ../../../shared/sass/ui/_success.scss */
.media--success {
  margin-bottom: 40px; }
  /* line 3, ../../../shared/sass/ui/_success.scss */
  .media--success .media__heading {
    color: #0079c1;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18px;
    /* 9 */
    font-size: 1.125rem;
    /* 9 */
    line-height: 20px;
    text-transform: none; }
    /* line 166, ../../../shared/sass/base/_mixins.scss */
    html.font_plus .media--success .media__heading {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 19.8px;
      /* 9 */
      font-size: 1.2375rem;
      /* 9 */ }
    /* line 169, ../../../shared/sass/base/_mixins.scss */
    html.font_plus_plus .media--success .media__heading {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 21.6px;
      /* 9 */
      font-size: 1.35rem;
      /* 9 */ }
  /* line 11, ../../../shared/sass/ui/_success.scss */
  .media--success .media__img {
    margin-right: 40px; }
  /* line 16, ../../../shared/sass/ui/_success.scss */
  .media--success .media__body p {
    line-height: 20px; }

/* line 1, ../../../shared/sass/ui/_quote.scss */
.quote {
  padding-left: 3.4em;
  position: relative;
  margin-top: 5px;
  clear: both; }
  /* line 6, ../../../shared/sass/ui/_quote.scss */
  .quote:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    background: url(../images/quote-blue.png) 0 0 no-repeat;
    width: 27px;
    height: 27px; }
  /* line 17, ../../../shared/sass/ui/_quote.scss */
  .quote .text {
    line-height: 20px;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 16px;
    /* 9 */
    font-size: 1rem;
    /* 9 */ }
    /* line 166, ../../../shared/sass/base/_mixins.scss */
    html.font_plus .quote .text {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 17.6px;
      /* 9 */
      font-size: 1.1rem;
      /* 9 */ }
    /* line 169, ../../../shared/sass/base/_mixins.scss */
    html.font_plus_plus .quote .text {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 19.2px;
      /* 9 */
      font-size: 1.2rem;
      /* 9 */ }

/* line 23, ../../../shared/sass/ui/_quote.scss */
.quote__footer {
  border-top: 1px solid #0079c1;
  padding-top: 16px;
  color: #838383;
  line-height: 1.1; }

/* line 32, ../../../shared/sass/ui/_quote.scss */
.quote--career:before {
  top: 3px;
  left: 3px;
  background: url(../images/quote--career.png) 0 0 no-repeat; }

/* line 2, ../../../shared/sass/ui/_content-links.scss */
.content-links.content-links li.inline-list__item {
  vertical-align: top;
  padding-top: 10px;
  margin-right: 30px;
  margin-bottom: 1em; }
  @media (max-width: 767px) {
    /* line 2, ../../../shared/sass/ui/_content-links.scss */
    .content-links.content-links li.inline-list__item {
      margin-right: 10px; } }
  @media (max-width: 767px) {
    /* line 2, ../../../shared/sass/ui/_content-links.scss */
    .content-links.content-links li.inline-list__item {
      width: 100%;
      margin: 0; } }
  /* line 14, ../../../shared/sass/ui/_content-links.scss */
  .content-links.content-links li.inline-list__item:before {
    display: none;
    content: none; }
  /* line 19, ../../../shared/sass/ui/_content-links.scss */
  .content-links.content-links li.inline-list__item:first-child {
    padding-left: 0; }
/* line 26, ../../../shared/sass/ui/_content-links.scss */
.content-links.content-links .content__link {
  text-transform: uppercase;
  border-bottom: none;
  position: relative;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 11px;
  /* 9 */
  font-size: 0.6875rem;
  /* 9 */
  padding-left: 33px;
  color: #838383; }
  /* line 166, ../../../shared/sass/base/_mixins.scss */
  html.font_plus .content-links.content-links .content__link {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 12.1px;
    /* 9 */
    font-size: 0.75625rem;
    /* 9 */ }
  /* line 169, ../../../shared/sass/base/_mixins.scss */
  html.font_plus_plus .content-links.content-links .content__link {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 13.2px;
    /* 9 */
    font-size: 0.825rem;
    /* 9 */ }
  /* line 34, ../../../shared/sass/ui/_content-links.scss */
  .content-links.content-links .content__link:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0; }
  /* line 41, ../../../shared/sass/ui/_content-links.scss */
  .content-links.content-links .content__link:hover {
    color: #0079c1; }
/* line 47, ../../../shared/sass/ui/_content-links.scss */
.content-links.content-links .print__link:before {
  background-position: 0 -3233px;
  height: 17px;
  width: 22px; }
/* line 54, ../../../shared/sass/ui/_content-links.scss */
.content-links.content-links .print__link:hover:before {
  background-position: 0 -3137px; }
/* line 60, ../../../shared/sass/ui/_content-links.scss */
.content-links.content-links .share__link {
  margin-right: 30px;
  display: inline-block;
  vertical-align: top; }
  @media (max-width: 767px) {
    /* line 60, ../../../shared/sass/ui/_content-links.scss */
    .content-links.content-links .share__link {
      display: block;
      margin-right: 0; } }
  /* line 70, ../../../shared/sass/ui/_content-links.scss */
  .content-links.content-links .share__link:before {
    background-position: 0 -4751px;
    height: 22px;
    width: 22px; }
  /* line 77, ../../../shared/sass/ui/_content-links.scss */
  .content-links.content-links .share__link:hover:before {
    background-position: 0 -4579px; }

/* line 86, ../../../shared/sass/ui/_content-links.scss */
.soc-links__container.soc-links__container {
  position: absolute;
  top: 0;
  left: 100%;
  vertical-align: top;
  display: inline-block;
  min-width: 337px;
  margin-top: 0;
  overflow: hidden;
  max-height: 0;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease; }
  @media (max-width: 767px) {
    /* line 86, ../../../shared/sass/ui/_content-links.scss */
    .soc-links__container.soc-links__container {
      left: 0;
      position: static;
      min-width: 1px;
      display: block;
      margin-top: 5px; } }
  /* line 105, ../../../shared/sass/ui/_content-links.scss */
  .soc-links__container.soc-links__container ul {
    margin: 0; }
  /* line 109, ../../../shared/sass/ui/_content-links.scss */
  .soc-links__container.soc-links__container .soc__item {
    width: 33%;
    float: left;
    margin-right: 1px;
    margin-bottom: 1px;
    padding: 0; }
    @media (max-width: 767px) {
      /* line 109, ../../../shared/sass/ui/_content-links.scss */
      .soc-links__container.soc-links__container .soc__item {
        width: calc(50% - 2px); } }
    /* line 118, ../../../shared/sass/ui/_content-links.scss */
    .soc-links__container.soc-links__container .soc__item:before {
      display: none; }
  /* line 123, ../../../shared/sass/ui/_content-links.scss */
  .soc-links__container.soc-links__container .soc__link {
    border-bottom: none;
    color: #58595a;
    position: relative;
    display: block;
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
    background-color: #e6e3df; }
    /* line 134, ../../../shared/sass/ui/_content-links.scss */
    .soc-links__container.soc-links__container .soc__link:before {
      content: "";
      position: absolute;
      left: 5px;
      top: 7px;
      display: block;
      width: 19px;
      height: 19px; }
    /* line 144, ../../../shared/sass/ui/_content-links.scss */
    .soc-links__container.soc-links__container .soc__link:hover {
      background-color: #dcdad7; }
  /* line 150, ../../../shared/sass/ui/_content-links.scss */
  .soc-links__container.soc-links__container .soc__mail:before {
    background-position: 0 -5228px; }
  /* line 156, ../../../shared/sass/ui/_content-links.scss */
  .soc-links__container.soc-links__container .soc__facebook:before {
    width: 18px;
    height: 18px;
    background-position: 0 -5129px; }
  /* line 164, ../../../shared/sass/ui/_content-links.scss */
  .soc-links__container.soc-links__container .soc__vk:before {
    width: 18px;
    height: 18px;
    background-position: 0 -5328px; }
  /* line 172, ../../../shared/sass/ui/_content-links.scss */
  .soc-links__container.soc-links__container .soc__twitter:before {
    width: 18px;
    height: 18px;
    background-position: 0 -5295px; }
  /* line 180, ../../../shared/sass/ui/_content-links.scss */
  .soc-links__container.soc-links__container .soc__in:before {
    width: 18px;
    height: 18px;
    background-position: 0 -5195px; }
  /* line 188, ../../../shared/sass/ui/_content-links.scss */
  .soc-links__container.soc-links__container .soc__pinterest:before {
    width: 18px;
    height: 18px;
    background-position: 0 -5262px; }
  /* line 196, ../../../shared/sass/ui/_content-links.scss */
  .soc-links__container.soc-links__container .soc__google:before {
    width: 18px;
    height: 18px;
    background-position: 0 -5162px; }

/* line 205, ../../../shared/sass/ui/_content-links.scss */
.soc-links__wrapper.is-open .share__link {
  color: #0079c1; }
  /* line 207, ../../../shared/sass/ui/_content-links.scss */
  .soc-links__wrapper.is-open .share__link:before {
    background-position: 0 -4579px; }
/* line 212, ../../../shared/sass/ui/_content-links.scss */
.soc-links__wrapper.is-open .soc-links__container {
  max-height: 100px; }
  @media (max-width: 767px) {
    /* line 212, ../../../shared/sass/ui/_content-links.scss */
    .soc-links__wrapper.is-open .soc-links__container {
      min-width: 1px; } }

@media (max-width: 767px) {
  /* line 220, ../../../shared/sass/ui/_content-links.scss */
  .is-open > .soc-links__container {
    position: static; } }

/* line 3, ../../../shared/sass/ui/_management.scss */
.management {
  position: relative; }
  /* line 6, ../../../shared/sass/ui/_management.scss */
  .management .grid, .management .magazines-galls div[class^=one-row], .magazines-galls .management div[class^=one-row] {
    -moz-transition: padding 0.3s ease;
    -o-transition: padding 0.3s ease;
    -webkit-transition: padding 0.3s ease;
    transition: padding 0.3s ease; }

/* line 10, ../../../shared/sass/ui/_management.scss */
.management__item {
  border-bottom: none; }
  /* line 14, ../../../shared/sass/ui/_management.scss */
  .management__item .tile__caption {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-right: 8px;
    padding-bottom: 10px;
    padding-left: 8px;
    background-color: #fff;
    font-weight: normal;
    height: 50px;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 12px;
    /* 9 */
    font-size: 0.75rem;
    /* 9 */
    line-height: 15px;
    color: #838383; }
    /* line 166, ../../../shared/sass/base/_mixins.scss */
    html.font_plus .management__item .tile__caption {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 13.2px;
      /* 9 */
      font-size: 0.825rem;
      /* 9 */ }
    /* line 169, ../../../shared/sass/base/_mixins.scss */
    html.font_plus_plus .management__item .tile__caption {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 14.4px;
      /* 9 */
      font-size: 0.9rem;
      /* 9 */ }
  /* line 33, ../../../shared/sass/ui/_management.scss */
  .management__item:hover .tile__caption {
    color: #0079c1; }
  /* line 38, ../../../shared/sass/ui/_management.scss */
  .management__item + .management__content {
    display: none; }
  /* line 42, ../../../shared/sass/ui/_management.scss */
  .management__item:focus {
    outline: none; }

/* line 48, ../../../shared/sass/ui/_management.scss */
.management__item--open .tile__caption {
  color: #fff;
  background-color: #949494;
  height: 66px; }
/* line 55, ../../../shared/sass/ui/_management.scss */
.management__item--open:hover .tile__caption {
  color: #fff; }
/* line 60, ../../../shared/sass/ui/_management.scss */
.management__item--open + .management__content {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 16px;
  margin-top: -16px;
  margin-bottom: 16px;
  background-color: #fff;
  z-index: 10;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 2px 3px 10px -2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 2px 3px 10px -2px;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 3px 10px -2px; }
  /* line 73, ../../../shared/sass/ui/_management.scss */
  .management__item--open + .management__content li {
    margin-bottom: 10px; }

/* line 81, ../../../shared/sass/ui/_management.scss */
.management__img {
  height: auto;
  overflow: hidden; }
  /* line 84, ../../../shared/sass/ui/_management.scss */
  .management__img .tile__media--img {
    padding-top: 150%; }

/* line 90, ../../../shared/sass/ui/_management.scss */
.management-grid {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
  margin-top: -32px; }
  /* line 113, ../../../shared/sass/ui/_management.scss */
  .management-grid__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
    margin-top: 32px; }

/* line 133, ../../../shared/sass/ui/_management.scss */
.management__img .tile__media--img {
  padding-top: 75%; }

/* line 137, ../../../shared/sass/ui/_management.scss */
.management__item--open + .management__content {
  margin-bottom: 0;
  margin-top: 0; }

@media (max-width: 767px) {
  /* line 143, ../../../shared/sass/ui/_management.scss */
  .management-grid__item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; } }
@media (max-width: 480px) {
  /* line 152, ../../../shared/sass/ui/_management.scss */
  .management-grid__item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  /* line 159, ../../../shared/sass/ui/_management.scss */
  .management__img .tile__media--img {
    padding-top: 70%; } }
/* line 1, ../../../shared/sass/ui/_map.scss */
.map-container {
  border: 1px solid #d9d7d4; }
  /* line 4, ../../../shared/sass/ui/_map.scss */
  .map-container .sticky {
    z-index: 1; }

/* line 9, ../../../shared/sass/ui/_map.scss */
.loading {
  background: url(../images/preloader_transparent.gif) no-repeat center; }

/* line 13, ../../../shared/sass/ui/_map.scss */
.map {
  overflow: hidden; }
  /* line 16, ../../../shared/sass/ui/_map.scss */
  .map path {
    transition: ease .3s; }

/* line 23, ../../../shared/sass/ui/_map.scss */
.map-hr {
  color: rgba(121, 121, 121, 0.2);
  border-bottom: 0; }

/* line 28, ../../../shared/sass/ui/_map.scss */
.btn--map {
  background-color: white;
  color: #838383;
  min-height: 0;
  min-width: 100px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 300; }

/* line 39, ../../../shared/sass/ui/_map.scss */
.btn--map.btn--map-active {
  background-color: #4b77d3;
  color: white; }

/* line 44, ../../../shared/sass/ui/_map.scss */
.map-controls {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 28px;
  /* 9 */
  font-size: 1.75rem;
  /* 9 */
  color: gray;
  background-color: white;
  min-height: 0;
  min-width: 0;
  width: 44px;
  height: 44px;
  margin-right: 1px;
  padding: 0; }
  /* line 166, ../../../shared/sass/base/_mixins.scss */
  html.font_plus .map-controls {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 30.8px;
    /* 9 */
    font-size: 1.925rem;
    /* 9 */ }
  /* line 169, ../../../shared/sass/base/_mixins.scss */
  html.font_plus_plus .map-controls {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 33.6px;
    /* 9 */
    font-size: 2.1rem;
    /* 9 */ }

/* line 57, ../../../shared/sass/ui/_map.scss */
.select-style {
  display: inline-block;
  float: right; }
  /* line 64, ../../../shared/sass/ui/_map.scss */
  .select-style select {
    font-family: 'din', Arial, sans-serif !important;
    font-weight: 300;
    font-style: normal;
    padding: 5px 15px;
    width: 111%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none; }
    /* line 77, ../../../shared/sass/ui/_map.scss */
    .select-style select:focus {
      outline: none; }

/* line 84, ../../../shared/sass/ui/_map.scss */
.active_tooltip {
  position: absolute;
  width: 400px;
  height: 180px;
  background-color: white;
  display: block; }

/* line 93, ../../../shared/sass/ui/_map.scss */
.map-popup {
  width: 360px;
  min-height: 180px;
  display: block;
  background-color: #fff;
  position: absolute;
  padding: 0 15px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 20; }
  /* line 103, ../../../shared/sass/ui/_map.scss */
  .map-popup:before {
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff; }

/* line 114, ../../../shared/sass/ui/_map.scss */
.map-popup-r {
  width: 360px;
  min-height: 180px;
  display: block;
  background-color: #fff;
  position: absolute;
  padding: 0 15px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 20; }
  /* line 124, ../../../shared/sass/ui/_map.scss */
  .map-popup-r:before {
    content: "";
    position: absolute;
    right: 0;
    top: -5px;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #fff; }

@media (max-width: 1024px) {
  /* line 136, ../../../shared/sass/ui/_map.scss */
  .map-popup, .map-popup-r {
    position: fixed;
    top: 50% !important;
    transform: translateY(-50%);
    left: 50px !important;
    width: calc(100% - 70px);
    min-height: 0;
    right: 20px !important;
    margin: auto; }
    /* line 146, ../../../shared/sass/ui/_map.scss */
    .map-popup:before, .map-popup-r:before {
      display: none; } }
@media (max-width: 960px) {
  /* line 153, ../../../shared/sass/ui/_map.scss */
  .map-popup, .map-popup-r {
    left: 50px !important;
    right: 75px !important;
    width: calc(100% - 125px); } }
@media (max-width: 767px) {
  /* line 161, ../../../shared/sass/ui/_map.scss */
  .map-popup, .map-popup-r {
    left: 0 !important;
    width: calc(100% - 50px);
    right: 0 !important; } }
/* line 168, ../../../shared/sass/ui/_map.scss */
.map-popup-close {
  background: url(../images/soc-close.png) 0 0 no-repeat;
  position: absolute;
  width: 13px;
  height: 13px;
  display: block;
  right: 10px;
  top: 10px; }
  /* line 176, ../../../shared/sass/ui/_map.scss */
  .map-popup-close:hover {
    cursor: pointer; }

/* line 181, ../../../shared/sass/ui/_map.scss */
.map-icon0, .map-icon1, .map-icon2, .map-icon3, .map-icon4, .map-icon5, .map-icon6, .map-icon7, .map-icon8 {
  position: relative;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 11px;
  /* 9 */
  font-size: 0.6875rem;
  /* 9 */
  margin-right: 0.5rem; }
  /* line 166, ../../../shared/sass/base/_mixins.scss */
  html.font_plus .map-icon0, html.font_plus .map-icon1, html.font_plus .map-icon2, html.font_plus .map-icon3, html.font_plus .map-icon4, html.font_plus .map-icon5, html.font_plus .map-icon6, html.font_plus .map-icon7, html.font_plus .map-icon8 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 12.1px;
    /* 9 */
    font-size: 0.75625rem;
    /* 9 */ }
  /* line 169, ../../../shared/sass/base/_mixins.scss */
  html.font_plus_plus .map-icon0, html.font_plus_plus .map-icon1, html.font_plus_plus .map-icon2, html.font_plus_plus .map-icon3, html.font_plus_plus .map-icon4, html.font_plus_plus .map-icon5, html.font_plus_plus .map-icon6, html.font_plus_plus .map-icon7, html.font_plus_plus .map-icon8 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 13.2px;
    /* 9 */
    font-size: 0.825rem;
    /* 9 */ }
  /* line 185, ../../../shared/sass/ui/_map.scss */
  .map-icon0:before, .map-icon1:before, .map-icon2:before, .map-icon3:before, .map-icon4:before, .map-icon5:before, .map-icon6:before, .map-icon7:before, .map-icon8:before {
    content: " ";
    position: absolute;
    width: 16px;
    height: 16px;
    left: -25px;
    top: -2px; }

/* line 197, ../../../shared/sass/ui/_map.scss */
.map-icon0:before {
  background: url("../images/icons/mining.png"); }

/* line 203, ../../../shared/sass/ui/_map.scss */
.map-icon1:before {
  background: url("../images/icons/mining2.png"); }

/* line 209, ../../../shared/sass/ui/_map.scss */
.map-icon2:before {
  background: url("../images/icons/mining5.png"); }

/* line 215, ../../../shared/sass/ui/_map.scss */
.map-icon3:before {
  background: url("../images/icons/mining2.png"); }

/* line 221, ../../../shared/sass/ui/_map.scss */
.map-icon4:before {
  background: url("../images/icons/mining3.png"); }

/* line 227, ../../../shared/sass/ui/_map.scss */
.map-icon5:before {
  background: url("../images/icons/mining9.png"); }

/* line 233, ../../../shared/sass/ui/_map.scss */
.map-icon6:before {
  background: url("../images/icons/mining8.png"); }

/* line 239, ../../../shared/sass/ui/_map.scss */
.map-icon7:before {
  background: url("../images/icons/mining6.png"); }

/* line 245, ../../../shared/sass/ui/_map.scss */
.map-icon8:before {
  background: url("../images/icons/mining7.png"); }

/* line 250, ../../../shared/sass/ui/_map.scss */
.chosen-search {
  display: none; }

/* line 255, ../../../shared/sass/ui/_map.scss */
.chosen-results li:before {
  content: "" !important; }

/* line 260, ../../../shared/sass/ui/_map.scss */
.chosen-single {
  background: url("../images/arrow.png") no-repeat 98% 50%; }

/* line 264, ../../../shared/sass/ui/_map.scss */
.zoom-in {
  background: url("../images/plus.png") no-repeat; }
  /* line 266, ../../../shared/sass/ui/_map.scss */
  .zoom-in:hover {
    background: url("../images/plus_active.png") no-repeat; }

/* line 271, ../../../shared/sass/ui/_map.scss */
.zoom-out {
  background: url("../images/minus.png") no-repeat; }
  /* line 273, ../../../shared/sass/ui/_map.scss */
  .zoom-out:hover {
    background: url("../images/minus_active.png") no-repeat; }

/* line 277, ../../../shared/sass/ui/_map.scss */
.CR {
  transform: skew(0deg, -25deg) translate(75px, 24px) rotate(15deg); }

/* line 3, ../../../shared/sass/ui/_feedback.scss */
.feedback-form .feedback-form__input {
  position: relative;
  width: 67%;
  height: 45px !important;
  border: 1px solid #d9d9d9;
  padding: 10px 15px;
  margin-top: 2px;
  margin-bottom: 16px;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 16px;
  /* 9 */
  font-size: 1rem;
  /* 9 */
  z-index: 1;
  font-family: 'din', Arial, sans-serif;
  font-weight: 300;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease; }
  /* line 166, ../../../shared/sass/base/_mixins.scss */
  html.font_plus .feedback-form .feedback-form__input {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 17.6px;
    /* 9 */
    font-size: 1.1rem;
    /* 9 */ }
  /* line 169, ../../../shared/sass/base/_mixins.scss */
  html.font_plus_plus .feedback-form .feedback-form__input {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 19.2px;
    /* 9 */
    font-size: 1.2rem;
    /* 9 */ }
  @media (max-width: 600px) {
    /* line 3, ../../../shared/sass/ui/_feedback.scss */
    .feedback-form .feedback-form__input {
      width: 100%; } }
  /* line 24, ../../../shared/sass/ui/_feedback.scss */
  .feedback-form .feedback-form__input:focus {
    border-color: #999; }
  /* line 28, ../../../shared/sass/ui/_feedback.scss */
  .feedback-form .feedback-form__input:-ms-input-placeholder {
    color: #999; }
  /* line 32, ../../../shared/sass/ui/_feedback.scss */
  .feedback-form .feedback-form__input::-moz-placeholder {
    color: #999; }
  /* line 36, ../../../shared/sass/ui/_feedback.scss */
  .feedback-form .feedback-form__input::-webkit-input-placeholder {
    color: #999; }
  /* line 40, ../../../shared/sass/ui/_feedback.scss */
  .feedback-form .feedback-form__input::-ms-clear {
    display: none; }
  /* line 44, ../../../shared/sass/ui/_feedback.scss */
  .feedback-form .feedback-form__input[name="user_phone"] {
    width: 39%; }
    @media (max-width: 600px) {
      /* line 44, ../../../shared/sass/ui/_feedback.scss */
      .feedback-form .feedback-form__input[name="user_phone"] {
        width: 70%; } }
/* line 51, ../../../shared/sass/ui/_feedback.scss */
.feedback-form .feedback-form__textarea {
  min-height: 165px;
  margin-bottom: 10px;
  resize: none;
  padding-right: 40px;
  overflow: auto;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  /* line 62, ../../../shared/sass/ui/_feedback.scss */
  .feedback-form .feedback-form__textarea:focus {
    border-color: #999; }
/* line 68, ../../../shared/sass/ui/_feedback.scss */
.feedback-form .fail-input + .fail-input-alert {
  display: block; }
  @media (max-width: 1080px) {
    /* line 68, ../../../shared/sass/ui/_feedback.scss */
    .feedback-form .fail-input + .fail-input-alert {
      right: 0; } }
  @media (max-width: 600px) {
    /* line 68, ../../../shared/sass/ui/_feedback.scss */
    .feedback-form .fail-input + .fail-input-alert {
      position: static;
      margin-bottom: 4%; } }
/* line 80, ../../../shared/sass/ui/_feedback.scss */
.feedback-form .custom-placeholder {
  position: absolute;
  color: #999;
  z-index: 3;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 16px;
  /* 9 */
  font-size: 1rem;
  /* 9 */
  top: 15px;
  left: 16px;
  display: none; }
  /* line 166, ../../../shared/sass/base/_mixins.scss */
  html.font_plus .feedback-form .custom-placeholder {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 17.6px;
    /* 9 */
    font-size: 1.1rem;
    /* 9 */ }
  /* line 169, ../../../shared/sass/base/_mixins.scss */
  html.font_plus_plus .feedback-form .custom-placeholder {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 19.2px;
    /* 9 */
    font-size: 1.2rem;
    /* 9 */ }
/* line 90, ../../../shared/sass/ui/_feedback.scss */
.feedback-form .chosen-container {
  border: 1px solid #d9d9d9; }
/* line 94, ../../../shared/sass/ui/_feedback.scss */
.feedback-form .chosen-container-single .chosen-single {
  height: 45px;
  background-position: 95% 50%;
  z-index: 9999;
  padding-left: 16px; }
  /* line 100, ../../../shared/sass/ui/_feedback.scss */
  .feedback-form .chosen-container-single .chosen-single span {
    line-height: 33px;
    color: #999; }
@media (max-width: 768px) {
  /* line 106, ../../../shared/sass/ui/_feedback.scss */
  .feedback-form #user_region {
    height: 37px;
    padding-left: 4%;
    padding-right: 4%;
    color: #999;
    border: 1px solid #d9d9d9;
    -webkit-appearance: none;
    background-color: #ffffff; } }
@media (max-width: 425px) {
  /* line 106, ../../../shared/sass/ui/_feedback.scss */
  .feedback-form #user_region {
    width: 100%; } }
/* line 120, ../../../shared/sass/ui/_feedback.scss */
.feedback-form #user_region::after {
  content: '';
  display: block;
  background: url("../images/arrow.png") no-repeat 98% 50%; }
/* line 127, ../../../shared/sass/ui/_feedback.scss */
.feedback-form .select2-container {
  border: 1px solid #d9d9d9;
  height: 45px;
  margin-bottom: 16px;
  background-color: #ffffff; }
  /* line 133, ../../../shared/sass/ui/_feedback.scss */
  .feedback-form .select2-container.select2-container--open.select2-container--below {
    border-bottom: 0; }
  /* line 137, ../../../shared/sass/ui/_feedback.scss */
  .feedback-form .select2-container.select2-container--open.select2-container--above {
    border-top: 0; }
/* line 142, ../../../shared/sass/ui/_feedback.scss */
.feedback-form .select2-selection__rendered {
  line-height: 41px !important;
  padding-left: 15px !important;
  padding-right: 15px !important; }
/* line 148, ../../../shared/sass/ui/_feedback.scss */
.feedback-form .select2-selection__arrow {
  height: 41px !important; }

/* line 153, ../../../shared/sass/ui/_feedback.scss */
.select2-results {
  border: 1px solid #d9d9d9;
  margin-top: -1px; }

/* line 158, ../../../shared/sass/ui/_feedback.scss */
.select2-dropdown--below .select2-results {
  border-top: 0; }

/* line 162, ../../../shared/sass/ui/_feedback.scss */
.select2-dropdown--above .select2-results {
  border-bottom: 0; }

/* line 166, ../../../shared/sass/ui/_feedback.scss */
.select2-results__option {
  padding-left: 15px;
  padding-right: 15px; }

/* line 173, ../../../shared/sass/ui/_feedback.scss */
.mfeedback .mf-ok-text p {
  color: #000;
  padding-bottom: 1em; }
@media (max-width: 500px) {
  /* line 179, ../../../shared/sass/ui/_feedback.scss */
  .mfeedback .captha-box > .grid__item.one-half, .mfeedback .grid--0px .captha-box > .grid__item.marginalia__body--right, .grid--0px .mfeedback .captha-box > .grid__item.marginalia__body--right, .mfeedback .magazines-galls .grid--0px .captha-box > .marginalia__body--right.item, .mfeedback .grid--0px .magazines-galls .captha-box > .marginalia__body--right.item-big, .grid--0px .magazines-galls .mfeedback .captha-box > .marginalia__body--right.item-big, .mfeedback .magazines-galls .grid--0px .captha-box > .marginalia__body--right.item-big, .magazines-galls .grid--0px .mfeedback .captha-box > .marginalia__body--right.item-big, .mfeedback .grid--12px .captha-box > .grid__item.marginalia__body--right, .grid--12px .mfeedback .captha-box > .grid__item.marginalia__body--right, .mfeedback .magazines-galls .grid--12px .captha-box > .marginalia__body--right.item, .mfeedback .grid--12px .magazines-galls .captha-box > .marginalia__body--right.item-big, .grid--12px .magazines-galls .mfeedback .captha-box > .marginalia__body--right.item-big, .mfeedback .magazines-galls .grid--12px .captha-box > .marginalia__body--right.item-big, .magazines-galls .grid--12px .mfeedback .captha-box > .marginalia__body--right.item-big, .mfeedback .grid--16px .captha-box > .grid__item.marginalia__body--right, .grid--16px .mfeedback .captha-box > .grid__item.marginalia__body--right, .mfeedback .magazines-galls .grid--16px .captha-box > .marginalia__body--right.item, .mfeedback .grid--16px .magazines-galls .captha-box > .marginalia__body--right.item-big, .grid--16px .magazines-galls .mfeedback .captha-box > .marginalia__body--right.item-big, .mfeedback .magazines-galls .grid--16px .captha-box > .marginalia__body--right.item-big, .magazines-galls .grid--16px .mfeedback .captha-box > .marginalia__body--right.item-big, .mfeedback .grid--20px .captha-box > .grid__item.marginalia__body--right, .grid--20px .mfeedback .captha-box > .grid__item.marginalia__body--right, .mfeedback .magazines-galls .grid--20px .captha-box > .marginalia__body--right.item, .mfeedback .grid--20px .magazines-galls .captha-box > .marginalia__body--right.item-big, .grid--20px .magazines-galls .mfeedback .captha-box > .marginalia__body--right.item-big, .mfeedback .magazines-galls .grid--20px .captha-box > .marginalia__body--right.item-big, .magazines-galls .grid--20px .mfeedback .captha-box > .marginalia__body--right.item-big, .mfeedback .grid--25px .captha-box > .grid__item.marginalia__body--right, .grid--25px .mfeedback .captha-box > .grid__item.marginalia__body--right, .mfeedback .magazines-galls .grid--25px .captha-box > .marginalia__body--right.item, .mfeedback .grid--25px .magazines-galls .captha-box > .marginalia__body--right.item-big, .grid--25px .magazines-galls .mfeedback .captha-box > .marginalia__body--right.item-big, .mfeedback .magazines-galls .grid--25px .captha-box > .marginalia__body--right.item-big, .magazines-galls .grid--25px .mfeedback .captha-box > .marginalia__body--right.item-big, .mfeedback .grid--35px .captha-box > .grid__item.marginalia__body--right, .grid--35px .mfeedback .captha-box > .grid__item.marginalia__body--right, .mfeedback .magazines-galls .grid--35px .captha-box > .marginalia__body--right.item, .mfeedback .grid--35px .magazines-galls .captha-box > .marginalia__body--right.item-big, .grid--35px .magazines-galls .mfeedback .captha-box > .marginalia__body--right.item-big, .mfeedback .magazines-galls .grid--35px .captha-box > .marginalia__body--right.item-big, .magazines-galls .grid--35px .mfeedback .captha-box > .marginalia__body--right.item-big, .mfeedback .captha-box > .grid__item.two-quarters, .mfeedback .magazines-galls .captha-box > .two-quarters.item-big, .magazines-galls .mfeedback .captha-box > .two-quarters.item-big, .mfeedback .captha-box > .grid__item.three-sixths, .mfeedback .magazines-galls .captha-box > .three-sixths.item-big, .magazines-galls .mfeedback .captha-box > .three-sixths.item-big, .mfeedback .captha-box > .grid__item.four-eighths, .mfeedback .magazines-galls .captha-box > .four-eighths.item-big, .magazines-galls .mfeedback .captha-box > .four-eighths.item-big, .mfeedback .captha-box > .grid__item.five-tenths, .mfeedback .magazines-galls .captha-box > .five-tenths.item-big, .magazines-galls .mfeedback .captha-box > .five-tenths.item-big, .mfeedback .captha-box > .grid__item.six-twelfths, .mfeedback .magazines-galls .captha-box > .six-twelfths.item-big, .magazines-galls .mfeedback .captha-box > .six-twelfths.item-big, .mfeedback .tile--quote .person__block .captha-box > .grid__item.person__photo, .tile--quote .person__block .mfeedback .captha-box > .grid__item.person__photo, .mfeedback .magazines-galls .tile--quote .person__block .captha-box > .person__photo.item, .mfeedback .tile--quote .person__block .magazines-galls .captha-box > .person__photo.item-big, .tile--quote .person__block .magazines-galls .mfeedback .captha-box > .person__photo.item-big, .mfeedback .magazines-galls .tile--quote .person__block .captha-box > .person__photo.item-big, .magazines-galls .tile--quote .person__block .mfeedback .captha-box > .person__photo.item-big, .mfeedback .tile--quote .person__block .captha-box > .grid__item.person__data, .tile--quote .person__block .mfeedback .captha-box > .grid__item.person__data, .mfeedback .magazines-galls .tile--quote .person__block .captha-box > .person__data.item, .mfeedback .tile--quote .person__block .magazines-galls .captha-box > .person__data.item-big, .tile--quote .person__block .magazines-galls .mfeedback .captha-box > .person__data.item-big, .mfeedback .magazines-galls .tile--quote .person__block .captha-box > .person__data.item-big, .magazines-galls .tile--quote .person__block .mfeedback .captha-box > .person__data.item-big, .mfeedback .magazines-galls .captha-box > .item, .magazines-galls .mfeedback .captha-box > .item, .mfeedback .magazines-galls .captha-box > .one-half.item-big, .magazines-galls .mfeedback .captha-box > .one-half.item-big {
    width: 100%;
    margin-bottom: 15px; } }

/* line 187, ../../../shared/sass/ui/_feedback.scss */
.feedback-form__input--captcha {
  height: 80px !important;
  margin-top: 5px;
  text-align: center; }

/* line 192, ../../../shared/sass/ui/_feedback.scss */
.feedback-form__captcha-img {
  height: 80px;
  margin-top: 2px;
  background-color: #fff;
  text-align: center; }
  /* line 197, ../../../shared/sass/ui/_feedback.scss */
  .feedback-form__captcha-img .captcha-image {
    max-width: 100%;
    max-height: 99%; }

/* line 202, ../../../shared/sass/ui/_feedback.scss */
.feedback-form__lable, .b-tab__content .b-tab__content__i label {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 15px;
  /* 9 */
  font-size: 0.9375rem;
  /* 9 */
  color: #666; }
  /* line 166, ../../../shared/sass/base/_mixins.scss */
  html.font_plus .feedback-form__lable, html.font_plus .b-tab__content .b-tab__content__i label, .b-tab__content .b-tab__content__i html.font_plus label {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 16.5px;
    /* 9 */
    font-size: 1.03125rem;
    /* 9 */ }
  /* line 169, ../../../shared/sass/base/_mixins.scss */
  html.font_plus_plus .feedback-form__lable, html.font_plus_plus .b-tab__content .b-tab__content__i label, .b-tab__content .b-tab__content__i html.font_plus_plus label {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18px;
    /* 9 */
    font-size: 1.125rem;
    /* 9 */ }
  /* line 209, ../../../shared/sass/ui/_feedback.scss */
  .feedback-form__lable.feedback-form__lable--input-captcha, .b-tab__content .b-tab__content__i label.feedback-form__lable--input-captcha {
    text-transform: none;
    letter-spacing: .03em;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 15px;
    /* 9 */
    font-size: 0.9375rem;
    /* 9 */ }
    /* line 166, ../../../shared/sass/base/_mixins.scss */
    html.font_plus .feedback-form__lable.feedback-form__lable--input-captcha, html.font_plus .b-tab__content .b-tab__content__i label.feedback-form__lable--input-captcha, .b-tab__content .b-tab__content__i html.font_plus label.feedback-form__lable--input-captcha {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 16.5px;
      /* 9 */
      font-size: 1.03125rem;
      /* 9 */ }
    /* line 169, ../../../shared/sass/base/_mixins.scss */
    html.font_plus_plus .feedback-form__lable.feedback-form__lable--input-captcha, html.font_plus_plus .b-tab__content .b-tab__content__i label.feedback-form__lable--input-captcha, .b-tab__content .b-tab__content__i html.font_plus_plus label.feedback-form__lable--input-captcha {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 18px;
      /* 9 */
      font-size: 1.125rem;
      /* 9 */ }

/* line 216, ../../../shared/sass/ui/_feedback.scss */
.feedback-form__lable--necessary:after {
  content: "*";
  position: absolute;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 20px;
  /* 9 */
  font-size: 1.25rem;
  /* 9 */
  color: red;
  right: -5px;
  position: relative; }
  /* line 166, ../../../shared/sass/base/_mixins.scss */
  html.font_plus .feedback-form__lable--necessary:after {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 22px;
    /* 9 */
    font-size: 1.375rem;
    /* 9 */ }
  /* line 169, ../../../shared/sass/base/_mixins.scss */
  html.font_plus_plus .feedback-form__lable--necessary:after {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 24px;
    /* 9 */
    font-size: 1.5rem;
    /* 9 */ }

/* line 225, ../../../shared/sass/ui/_feedback.scss */
.feedback-form__submit {
  width: 200px;
  height: 48px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #a1a1a1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 700;
  -webkit-appearance: none; }
  /* line 237, ../../../shared/sass/ui/_feedback.scss */
  .feedback-form__submit.feedback-form__submit--valid {
    background-color: #0079c1; }
  /* line 241, ../../../shared/sass/ui/_feedback.scss */
  .feedback-form__submit.btn:hover {
    background-color: #a1a1a1; }
  /* line 245, ../../../shared/sass/ui/_feedback.scss */
  .feedback-form__submit.feedback-form__submit--active {
    background-color: #0079c1; }
  /* line 249, ../../../shared/sass/ui/_feedback.scss */
  .feedback-form__submit.feedback-form__submit--active.btn:hover, .feedback-form__submit:active {
    background-color: #0086d6; }

/* line 254, ../../../shared/sass/ui/_feedback.scss */
.feedback-form__submit-label-box {
  display: inline-block;
  margin-left: 15px;
  color: #666666;
  white-space: nowrap; }
  @media (max-width: 500px) {
    /* line 254, ../../../shared/sass/ui/_feedback.scss */
    .feedback-form__submit-label-box {
      margin-left: 0;
      display: block;
      margin-top: 5%; } }
  /* line 265, ../../../shared/sass/ui/_feedback.scss */
  .feedback-form__submit-label-box label {
    display: inline-block;
    cursor: pointer;
    border-bottom: 1px dotted #666; }

/* line 271, ../../../shared/sass/ui/_feedback.scss */
.feedback-form__input-wrapper {
  position: relative; }
  /* line 274, ../../../shared/sass/ui/_feedback.scss */
  .feedback-form__input-wrapper:before {
    content: "";
    display: none;
    width: 38px;
    height: 36px;
    position: absolute;
    top: 7px;
    left: 59.9%;
    z-index: 2; }
    @media (max-width: 600px) {
      /* line 274, ../../../shared/sass/ui/_feedback.scss */
      .feedback-form__input-wrapper:before {
        left: 91%; } }
    @media (max-width: 500px) {
      /* line 274, ../../../shared/sass/ui/_feedback.scss */
      .feedback-form__input-wrapper:before {
        left: 89%; } }
    @media (max-width: 400px) {
      /* line 274, ../../../shared/sass/ui/_feedback.scss */
      .feedback-form__input-wrapper:before {
        left: 85.7%; } }
    @media (max-width: 320px) {
      /* line 274, ../../../shared/sass/ui/_feedback.scss */
      .feedback-form__input-wrapper:before {
        left: 85%; } }
  /* line 297, ../../../shared/sass/ui/_feedback.scss */
  .feedback-form__input-wrapper.feedback-form__input-wrapper--phone:before {
    left: 32%; }
    @media (max-width: 600px) {
      /* line 297, ../../../shared/sass/ui/_feedback.scss */
      .feedback-form__input-wrapper.feedback-form__input-wrapper--phone:before {
        left: 61.4%; } }
    @media (max-width: 500px) {
      /* line 297, ../../../shared/sass/ui/_feedback.scss */
      .feedback-form__input-wrapper.feedback-form__input-wrapper--phone:before {
        left: 61%; } }
    @media (max-width: 400px) {
      /* line 297, ../../../shared/sass/ui/_feedback.scss */
      .feedback-form__input-wrapper.feedback-form__input-wrapper--phone:before {
        left: 58%; } }
    @media (max-width: 320px) {
      /* line 297, ../../../shared/sass/ui/_feedback.scss */
      .feedback-form__input-wrapper.feedback-form__input-wrapper--phone:before {
        left: 55%; } }
  /* line 313, ../../../shared/sass/ui/_feedback.scss */
  .feedback-form__input-wrapper.has-success:before {
    display: block;
    background: url(/img/mfeedback-input-validate.png) center top no-repeat; }
  /* line 318, ../../../shared/sass/ui/_feedback.scss */
  .feedback-form__input-wrapper.has-error:before {
    display: block;
    background: url(/img/mfeedback-input-validate.png) center bottom no-repeat; }

/* line 323, ../../../shared/sass/ui/_feedback.scss */
.fail-input-alert {
  position: absolute;
  top: 9px;
  right: 0;
  height: 40px;
  width: 30%;
  line-height: 1.1em;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 13px;
  /* 9 */
  font-size: 0.8125rem;
  /* 9 */
  color: #ff1900;
  display: none;
  -moz-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease; }
  /* line 166, ../../../shared/sass/base/_mixins.scss */
  html.font_plus .fail-input-alert {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14.3px;
    /* 9 */
    font-size: 0.89375rem;
    /* 9 */ }
  /* line 169, ../../../shared/sass/base/_mixins.scss */
  html.font_plus_plus .fail-input-alert {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 15.6px;
    /* 9 */
    font-size: 0.975rem;
    /* 9 */ }
  @media (max-width: 600px) {
    /* line 323, ../../../shared/sass/ui/_feedback.scss */
    .fail-input-alert {
      width: 100%;
      height: auto; } }
  @media (max-width: 640px) {
    /* line 323, ../../../shared/sass/ui/_feedback.scss */
    .fail-input-alert {
      display: none; } }

/* line 343, ../../../shared/sass/ui/_feedback.scss */
.feedback-form__input-wrapper--phone .fail-input-alert {
  top: 16px;
  right: 27%; }

/* line 348, ../../../shared/sass/ui/_feedback.scss */
.feedback-phone-sect-right {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  padding-left: 25px;
  line-height: 24px;
  display: inline-block;
  margin-bottom: 5px;
  /*span.before {
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 15px;
    height: 15px;
    background: url(/img/phone-icon.png) center center no-repeat;
  }*/ }
  /* line 357, ../../../shared/sass/ui/_feedback.scss */
  .feedback-phone-sect-right:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 24px;
    background: url(/img/phone-icon.png) center 3px no-repeat; }

/* line 379, ../../../shared/sass/ui/_feedback.scss */
.feedback-form-link-sect-right {
  font-size: 24px;
  font-weight: 700;
  color: #0079c1;
  border: 0;
  position: relative;
  padding-left: 25px; }
  /* line 387, ../../../shared/sass/ui/_feedback.scss */
  .feedback-form-link-sect-right:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 24px;
    background: url(/img/feedback-form-link-icon.png) center 3px no-repeat; }

/* line 399, ../../../shared/sass/ui/_feedback.scss */
#region_select_box {
  margin: -1px 0 0 -1px; }
  @media (max-width: 768px) {
    /* line 399, ../../../shared/sass/ui/_feedback.scss */
    #region_select_box {
      margin: 0;
      position: relative; } }
  @media (max-width: 768px) {
    /* line 406, ../../../shared/sass/ui/_feedback.scss */
    #region_select_box::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 305px;
      width: 36px;
      height: 45px;
      z-index: 1;
      background: url("../images/arrow.png") no-repeat center center; } }
  @media (max-width: 425px) {
    /* line 406, ../../../shared/sass/ui/_feedback.scss */
    #region_select_box::after {
      right: 0;
      left: auto; } }
  @media (max-width: 768px) {
    /* line 424, ../../../shared/sass/ui/_feedback.scss */
    #region_select_box #user_region {
      height: 45px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; } }
  /* line 433, ../../../shared/sass/ui/_feedback.scss */
  #region_select_box .chosen-container .chosen-results {
    border: 1px solid #d9d9d9;
    margin-left: -1px;
    margin-top: -45px; }
    /* line 439, ../../../shared/sass/ui/_feedback.scss */
    #region_select_box .chosen-container .chosen-results li {
      background-color: #fff; }
    /* line 443, ../../../shared/sass/ui/_feedback.scss */
    #region_select_box .chosen-container .chosen-results li.highlighted {
      background-color: #4b77d3; }
    /* line 447, ../../../shared/sass/ui/_feedback.scss */
    #region_select_box .chosen-container .chosen-results li:first-child {
      visibility: hidden;
      height: 45px; }

/* line 454, ../../../shared/sass/ui/_feedback.scss */
.checkbox_container.inline {
  position: absolute; }
  /* line 456, ../../../shared/sass/ui/_feedback.scss */
  .checkbox_container.inline ~ .inline {
    padding-left: 2rem; }

/* line 1, ../../../shared/sass/ui/_video-archive.scss */
.media--video, .media--grid {
  cursor: pointer; }
  /* line 4, ../../../shared/sass/ui/_video-archive.scss */
  .media--video .media__img, .media--grid .media__img {
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease; }
  /* line 9, ../../../shared/sass/ui/_video-archive.scss */
  .media--video .media__body .media__heading, .media--grid .media__body .media__heading {
    text-transform: uppercase; }
  /* line 14, ../../../shared/sass/ui/_video-archive.scss */
  .media--video .media__body .media__body-footer, .media--grid .media__body .media__body-footer, .media--video .media__body .media__body-footer--big, .media--grid .media__body .media__body-footer--big {
    max-width: 315px;
    margin-top: 33px; }
  /* line 23, ../../../shared/sass/ui/_video-archive.scss */
  .media--video .media__body .count-view, .media--grid .media__body .count-view {
    color: #aaaaaa; }

/* line 31, ../../../shared/sass/ui/_video-archive.scss */
.media--video.is-expanded .media__img, .is-expanded.media--grid .media__img {
  width: 100%;
  float: none; }
  /* line 34, ../../../shared/sass/ui/_video-archive.scss */
  .media--video.is-expanded .media__img img, .is-expanded.media--grid .media__img img {
    width: 100%;
    -moz-transition: width 0.8s ease;
    -o-transition: width 0.8s ease;
    -webkit-transition: width 0.8s ease;
    transition: width 0.8s ease; }
/* line 40, ../../../shared/sass/ui/_video-archive.scss */
.media--video.is-expanded .media__body, .is-expanded.media--grid .media__body {
  background-color: #0079c1;
  padding: 25px 30px;
  padding-top: 0; }
  /* line 44, ../../../shared/sass/ui/_video-archive.scss */
  .media--video.is-expanded .media__body .media__heading, .is-expanded.media--grid .media__body .media__heading {
    color: #fff; }
  /* line 48, ../../../shared/sass/ui/_video-archive.scss */
  .media--video.is-expanded .media__body .media__body-footer, .is-expanded.media--grid .media__body .media__body-footer, .media--video.is-expanded .media__body .media__body-footer--big, .is-expanded.media--grid .media__body .media__body-footer--big {
    margin-top: 33px;
    color: #fff !important; }
    /* line 51, ../../../shared/sass/ui/_video-archive.scss */
    .media--video.is-expanded .media__body .media__body-footer a, .is-expanded.media--grid .media__body .media__body-footer a, .media--video.is-expanded .media__body .media__body-footer--big a, .is-expanded.media--grid .media__body .media__body-footer--big a {
      color: #d0e8f8; }
      /* line 54, ../../../shared/sass/ui/_video-archive.scss */
      .media--video.is-expanded .media__body .media__body-footer a:hover, .is-expanded.media--grid .media__body .media__body-footer a:hover, .media--video.is-expanded .media__body .media__body-footer--big a:hover, .is-expanded.media--grid .media__body .media__body-footer--big a:hover {
        color: #fff; }
  /* line 60, ../../../shared/sass/ui/_video-archive.scss */
  .media--video.is-expanded .media__body .count-view, .is-expanded.media--grid .media__body .count-view {
    color: #fff; }

/* line 66, ../../../shared/sass/ui/_video-archive.scss */
.media-video-cover {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat; }

/* line 1, ../../../shared/sass/ui/_video-archive-grid.scss */
.is-video__container {
  margin-top: 375px; }
  /* line 4, ../../../shared/sass/ui/_video-archive-grid.scss */
  .is-video__container .media__left.is-opened-video, .is-video__container .media__right.is-opened-video {
    /*.data-block {
      margin-bottom: 40px; 
    }*/ }
    /* line 5, ../../../shared/sass/ui/_video-archive-grid.scss */
    .is-video__container .media__left.is-opened-video .media__img, .is-video__container .media__right.is-opened-video .media__img {
      -moz-transition: top 0.8s ease;
      -o-transition: top 0.8s ease;
      -webkit-transition: top 0.8s ease;
      transition: top 0.8s ease;
      position: absolute;
      top: -375px;
      width: 205%; }
    /* line 12, ../../../shared/sass/ui/_video-archive-grid.scss */
    .is-video__container .media__left.is-opened-video .media__body, .is-video__container .media__right.is-opened-video .media__body {
      height: 327px;
      top: -17px;
      padding-top: 40px;
      background: #0079c1;
      color: #fff; }
    /* line 24, ../../../shared/sass/ui/_video-archive-grid.scss */
    .is-video__container .media__left.is-opened-video .tile__heading, .is-video__container .media__left.is-opened-video .media__body-footer, .is-video__container .media__left.is-opened-video .media__body-footer--big, .is-video__container .media__left.is-opened-video .media__body-footer a, .is-video__container .media__left.is-opened-video .media__body-footer--big a, .is-video__container .media__left.is-opened-video .count-view, .is-video__container .media__right.is-opened-video .tile__heading, .is-video__container .media__right.is-opened-video .media__body-footer, .is-video__container .media__right.is-opened-video .media__body-footer--big, .is-video__container .media__right.is-opened-video .media__body-footer a, .is-video__container .media__right.is-opened-video .media__body-footer--big a, .is-video__container .media__right.is-opened-video .count-view {
      color: #fff; }
    /* line 28, ../../../shared/sass/ui/_video-archive-grid.scss */
    .is-video__container .media__left.is-opened-video .media__body-footer, .is-video__container .media__left.is-opened-video .media__body-footer--big, .is-video__container .media__right.is-opened-video .media__body-footer, .is-video__container .media__right.is-opened-video .media__body-footer--big {
      margin-top: 95px; }
  /* line 38, ../../../shared/sass/ui/_video-archive-grid.scss */
  .is-video__container .media__right.is-opened-video .media__img {
    right: 0;
    margin-right: 0; }
  /* line 45, ../../../shared/sass/ui/_video-archive-grid.scss */
  .is-video__container .media__left.is-opened-video .media__img {
    left: 0; }
  /* line 50, ../../../shared/sass/ui/_video-archive-grid.scss */
  .is-video__container .media__body {
    position: relative; }
  /* line 55, ../../../shared/sass/ui/_video-archive-grid.scss */
  .is-video__container .is-opened-video .media__body, .is-video__container .is-opened-video .media__body-footer, .is-video__container .is-opened-video .media__body-footer--big {
    cursor: default; }

/* line 65, ../../../shared/sass/ui/_video-archive-grid.scss */
.media--grid .media__img {
  top: 0;
  -moz-transition: top 0.6s ease;
  -o-transition: top 0.6s ease;
  -webkit-transition: top 0.6s ease;
  transition: top 0.6s ease; }
/* line 70, ../../../shared/sass/ui/_video-archive-grid.scss */
.media--grid .media__body {
  float: right; }
/* line 74, ../../../shared/sass/ui/_video-archive-grid.scss */
.media--grid.tile, .media--grid {
  height: 310px !important; }
  /* line 76, ../../../shared/sass/ui/_video-archive-grid.scss */
  .media--grid.tile .tile__heading, .media--grid .tile__heading {
    padding-top: 0px; }
  /* line 80, ../../../shared/sass/ui/_video-archive-grid.scss */
  .media--grid.tile .tile__body, .media--grid .tile__body, .media--grid.tile .tile__body--soc, .media--grid .tile__body--soc, .media--grid.tile .press-interview__body, .media--grid .press-interview__body {
    padding-top: .5em;
    width: 100%; }
  /* line 85, ../../../shared/sass/ui/_video-archive-grid.scss */
  .media--grid.tile .media__body-footer, .media--grid .media__body-footer, .media--grid.tile .media__body-footer--big, .media--grid .media__body-footer--big {
    margin-top: 5px;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 0px 25px 10px 25px; }

/* line 95, ../../../shared/sass/ui/_video-archive-grid.scss */
.data-block {
  margin-bottom: .2em; }

/* line 100, ../../../shared/sass/ui/_video-archive-grid.scss */
.video__items-cover {
  width: 641px;
  height: 327px;
  left: 16px;
  bottom: 17px;
  display: none;
  background-color: #0079c1; }
  /* line 108, ../../../shared/sass/ui/_video-archive-grid.scss */
  .video__items-cover .tile__heading,
  .video__items-cover .video_description,
  .video__items-cover .data-block {
    color: #fff !important; }
  /* line 114, ../../../shared/sass/ui/_video-archive-grid.scss */
  .video__items-cover .tile__heading {
    font-size: 20px; }

/* line 3, ../../../shared/sass/ui/_company-history.scss */
.history__year {
  text-align: center;
  width: 70px;
  margin: 0 auto;
  margin-bottom: 40px;
  color: #0079c1;
  background-color: #f2efeb;
  border: 2px solid;
  border-radius: 8px;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 22px;
  /* 9 */
  font-size: 1.375rem;
  /* 9 */
  padding: 3px 0px; }
  /* line 166, ../../../shared/sass/base/_mixins.scss */
  html.font_plus .history__year {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 24.2px;
    /* 9 */
    font-size: 1.5125rem;
    /* 9 */ }
  /* line 169, ../../../shared/sass/base/_mixins.scss */
  html.font_plus_plus .history__year {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 26.4px;
    /* 9 */
    font-size: 1.65rem;
    /* 9 */ }

/* line 16, ../../../shared/sass/ui/_company-history.scss */
.history__year--interval {
  width: 130px; }

/* line 19, ../../../shared/sass/ui/_company-history.scss */
.history__item, .history__item--many {
  padding-bottom: 40px; }

/* line 23, ../../../shared/sass/ui/_company-history.scss */
.history__item--many {
  width: 50%; }
  @media (max-width: 640px) {
    /* line 23, ../../../shared/sass/ui/_company-history.scss */
    .history__item--many {
      width: 100%; } }
  /* line 30, ../../../shared/sass/ui/_company-history.scss */
  .history__item--many .history__header:before, .history__item--many .history__header:after {
    position: absolute;
    color: #0079c1; }
  /* line 34, ../../../shared/sass/ui/_company-history.scss */
  .history__item--many .history__header:before {
    content: "";
    top: 15px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid; }
  /* line 42, ../../../shared/sass/ui/_company-history.scss */
  .history__item--many .history__header:after {
    content: "";
    position: absolute;
    top: 18px;
    width: 10px;
    height: 10px;
    background-color: #0079c1;
    border-radius: 50%; }

/* line 55, ../../../shared/sass/ui/_company-history.scss */
.history__header {
  background-color: #0079c1;
  position: relative; }
  /* line 59, ../../../shared/sass/ui/_company-history.scss */
  .history__header .history__title {
    margin: 0;
    padding: 15px;
    color: #fff;
    text-transform: uppercase; }

/* line 68, ../../../shared/sass/ui/_company-history.scss */
.history__body {
  padding: 25px 15px; }

/* line 73, ../../../shared/sass/ui/_company-history.scss */
.history__body--blue {
  color: #fff;
  background-color: #0079c1;
  padding: 5px 15px; }

/* line 79, ../../../shared/sass/ui/_company-history.scss */
.history__item--left {
  float: left;
  padding-right: 13px; }
  @media (max-width: 640px) {
    /* line 79, ../../../shared/sass/ui/_company-history.scss */
    .history__item--left {
      padding-right: 0; } }
  /* line 86, ../../../shared/sass/ui/_company-history.scss */
  .history__item--left .history__header:before {
    right: -8px; }
  /* line 90, ../../../shared/sass/ui/_company-history.scss */
  .history__item--left .history__header:after {
    right: -18px; }

/* line 96, ../../../shared/sass/ui/_company-history.scss */
.history__item--right {
  float: right;
  padding-left: 13px; }
  @media (max-width: 640px) {
    /* line 96, ../../../shared/sass/ui/_company-history.scss */
    .history__item--right {
      padding-left: 0; } }
  /* line 103, ../../../shared/sass/ui/_company-history.scss */
  .history__item--right .history__header:before {
    left: -16px;
    border-left: 8px solid transparent;
    border-right: 8px solid #0079c1; }
  /* line 109, ../../../shared/sass/ui/_company-history.scss */
  .history__item--right .history__header:after {
    left: -18px; }

/* line 115, ../../../shared/sass/ui/_company-history.scss */
.company-history {
  position: relative;
  width: 100%; }

/* line 119, ../../../shared/sass/ui/_company-history.scss */
.company-history__wrapper {
  position: relative; }
  /* line 121, ../../../shared/sass/ui/_company-history.scss */
  .company-history__wrapper:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #0079c1;
    left: 50%;
    margin-left: -1px; }

/* line 131, ../../../shared/sass/ui/_company-history.scss */
.company-history__item {
  position: relative; }
  /* line 138, ../../../shared/sass/ui/_company-history.scss */
  .company-history__item:last-child > .history__item, .company-history__item:last-child > .history__item--many {
    padding-bottom: 0; }

/* line 144, ../../../shared/sass/ui/_company-history.scss */
.company-history__container {
  margin-bottom: 40px;
  overflow: hidden;
  padding-top: 120px; }

/* history-scrollbar */
/* line 153, ../../../shared/sass/ui/_company-history.scss */
.company-history__scrollbar {
  height: 115px;
  position: absolute;
  margin-bottom: 15px;
  background-color: rgba(242, 239, 235, 0.95);
  z-index: 1;
  width: 100%;
  padding-top: 30px;
  margin-top: -30px;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }
  @media (max-width: 640px) {
    /* line 153, ../../../shared/sass/ui/_company-history.scss */
    .company-history__scrollbar {
      display: none; } }
  /* line 166, ../../../shared/sass/ui/_company-history.scss */
  .company-history__scrollbar.is-fixed {
    position: fixed;
    top: 0;
    margin-top: 0;
    width: 642px; }
    @media (max-width: 960px) {
      /* line 166, ../../../shared/sass/ui/_company-history.scss */
      .company-history__scrollbar.is-fixed {
        width: auto;
        left: 25px;
        right: 25px; } }
    @media (max-width: 767px) {
      /* line 166, ../../../shared/sass/ui/_company-history.scss */
      .company-history__scrollbar.is-fixed {
        left: 17.5px;
        right: 17.5px; } }

/* line 185, ../../../shared/sass/ui/_company-history.scss */
.list--scroll.list--scroll {
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }
  /* line 193, ../../../shared/sass/ui/_company-history.scss */
  .list--scroll.list--scroll .scroll__item {
    position: relative;
    display: inline-block;
    float: left;
    width: 5.88235%;
    padding-left: 0;
    position: relative;
    height: 25px;
    text-align: center; }
    /* line 206, ../../../shared/sass/ui/_company-history.scss */
    .list--scroll.list--scroll .scroll__item:before {
      display: none; }
    /* line 210, ../../../shared/sass/ui/_company-history.scss */
    .list--scroll.list--scroll .scroll__item:nth-child(2n) {
      margin-top: 57px; }
      /* line 213, ../../../shared/sass/ui/_company-history.scss */
      .list--scroll.list--scroll .scroll__item:nth-child(2n) .scroll__year:before {
        bottom: auto;
        top: -5px; }

/* line 221, ../../../shared/sass/ui/_company-history.scss */
.scroll__year {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  color: #949494;
  white-space: nowrap;
  display: inline-block;
  line-height: 25px;
  font-size: 13px; }
  /* line 232, ../../../shared/sass/ui/_company-history.scss */
  .scroll__year:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 6px;
    background-color: #949494; }
  @media (max-width: 767px) {
    /* line 241, ../../../shared/sass/ui/_company-history.scss */
    .scroll__year .hide-year {
      display: none; } }

/* line 250, ../../../shared/sass/ui/_company-history.scss */
.history-scroll {
  position: absolute;
  width: 100%;
  left: 0;
  top: 55px; }
  /* line 255, ../../../shared/sass/ui/_company-history.scss */
  .history-scroll .noUi-base {
    cursor: pointer;
    height: 75px;
    margin-top: -25px;
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
    width: 600px; }
  /* line 264, ../../../shared/sass/ui/_company-history.scss */
  .history-scroll .history-drag, .history-scroll .noUi-handle {
    width: 25px;
    height: 25px;
    background-color: #0079c1;
    border-radius: 50%;
    position: absolute;
    top: 0;
    cursor: pointer;
    left: -11.5px;
    transform: translate3d(0, 0, 0); }
  /* line 275, ../../../shared/sass/ui/_company-history.scss */
  .history-scroll .no-ui-slider {
    width: 100%;
    position: relative;
    background-color: #f9f7f2;
    border: 1px solid #aaaaaa;
    border-radius: 15px;
    height: 27px; }
  /* line 283, ../../../shared/sass/ui/_company-history.scss */
  .history-scroll .noUi-origin {
    height: 25px;
    top: 25px; }
  /* line 288, ../../../shared/sass/ui/_company-history.scss */
  .history-scroll .noUi-horizontal.noUi-extended {
    padding-right: 20px;
    padding-left: 20px; }
  /* line 295, ../../../shared/sass/ui/_company-history.scss */
  .history-scroll .noUi-horizontal.noUi-extended .noUi-origin {
    right: -27px; }

/* line 1, ../../../shared/sass/ui/_archive-ar.scss */
.media--ar {
  padding-bottom: 17px;
  border-bottom: 1px solid #dcdad7; }
  /* line 5, ../../../shared/sass/ui/_archive-ar.scss */
  .media--ar .media__img {
    margin-right: 25px;
    box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.1); }
  /* line 15, ../../../shared/sass/ui/_archive-ar.scss */
  .media--ar:last-child {
    border-bottom: none;
    margin-bottom: 0; }

/* line 21, ../../../shared/sass/ui/_archive-ar.scss */
.media--top-padding {
  padding-top: 5px; }

/* line 3, ../../../shared/sass/ui/_tabs.scss */
.tabs__item, .b-tab__content .b-tab__content__i {
  display: none;
  margin-top: -16px;
  padding: 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 10px -2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 10px -2px;
  box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 10px -2px; }
  /* line 9, ../../../shared/sass/ui/_tabs.scss */
  .tabs__item .org-structure__link-list, .b-tab__content .b-tab__content__i .org-structure__link-list {
    padding: 10px 15px; }
    /* line 12, ../../../shared/sass/ui/_tabs.scss */
    .tabs__item .org-structure__link-list li, .b-tab__content .b-tab__content__i .org-structure__link-list li {
      padding-bottom: 5px; }

/* line 17, ../../../shared/sass/ui/_tabs.scss */
.tabs__item--expanded {
  display: block; }

/* line 23, ../../../shared/sass/ui/_tabs.scss */
.tabs__link:before {
  content: "" !important; }

/* line 28, ../../../shared/sass/ui/_tabs.scss */
.tabs__link--name, .b-tab span {
  height: 62px;
  line-height: 62px;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 10px -2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 10px -2px;
  box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 10px -2px; }
  /* line 36, ../../../shared/sass/ui/_tabs.scss */
  .tabs__link--name:hover, .b-tab span:hover {
    background-color: #0079c1; }
    /* line 39, ../../../shared/sass/ui/_tabs.scss */
    .tabs__link--name:hover .tabs__link--title, .b-tab span:hover .tabs__link--title {
      color: #fff; }

/* line 45, ../../../shared/sass/ui/_tabs.scss */
.tabs__link--title {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 18px;
  /* 9 */
  font-size: 1.125rem;
  /* 9 */
  font-weight: 100;
  color: #0079c1; }
  /* line 166, ../../../shared/sass/base/_mixins.scss */
  html.font_plus .tabs__link--title {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 19.8px;
    /* 9 */
    font-size: 1.2375rem;
    /* 9 */ }
  /* line 169, ../../../shared/sass/base/_mixins.scss */
  html.font_plus_plus .tabs__link--title {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 21.6px;
    /* 9 */
    font-size: 1.35rem;
    /* 9 */ }
  @media (max-width: 640px) {
    /* line 45, ../../../shared/sass/ui/_tabs.scss */
    .tabs__link--title {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 16px;
      /* 9 */
      font-size: 1rem;
      /* 9 */ }
      /* line 166, ../../../shared/sass/base/_mixins.scss */
      html.font_plus .tabs__link--title {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 17.6px;
        /* 9 */
        font-size: 1.1rem;
        /* 9 */ }
      /* line 169, ../../../shared/sass/base/_mixins.scss */
      html.font_plus_plus .tabs__link--title {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 19.2px;
        /* 9 */
        font-size: 1.2rem;
        /* 9 */ } }

/* line 60, ../../../shared/sass/ui/_tabs.scss */
.tabs__link--selected .tabs__link--name, .tabs__link--selected .b-tab span, .b-tab .tabs__link--selected span {
  height: 78px;
  background-color: #0079c1; }
/* line 64, ../../../shared/sass/ui/_tabs.scss */
.tabs__link--selected .tabs__link--title {
  color: #fff; }

/* line 68, ../../../shared/sass/ui/_tabs.scss */
.full-list__type {
  color: #949494;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 12px;
  /* 9 */
  font-size: 0.75rem;
  /* 9 */
  padding-left: 10px; }
  /* line 166, ../../../shared/sass/base/_mixins.scss */
  html.font_plus .full-list__type {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 13.2px;
    /* 9 */
    font-size: 0.825rem;
    /* 9 */ }
  /* line 169, ../../../shared/sass/base/_mixins.scss */
  html.font_plus_plus .full-list__type {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14.4px;
    /* 9 */
    font-size: 0.9rem;
    /* 9 */ }

@media (max-width: 460px) {
  /* line 76, ../../../shared/sass/ui/_tabs.scss */
  .tabs > .grid, .magazines-galls .tabs > div[class^=one-row] {
    margin-bottom: 36px !important; }

  /* line 80, ../../../shared/sass/ui/_tabs.scss */
  .tabs__link {
    width: 100%; }
    /* line 83, ../../../shared/sass/ui/_tabs.scss */
    .tabs__link:first-child .tabs__link--name, .tabs__link:first-child .b-tab span, .b-tab .tabs__link:first-child span {
      border-top: none; }

  /* line 88, ../../../shared/sass/ui/_tabs.scss */
  .tabs__link--name, .b-tab span {
    height: auto;
    line-height: 1.3;
    padding: 15px;
    border-top: 1px solid #0279C1; }
    /* line 94, ../../../shared/sass/ui/_tabs.scss */
    .tabs__link--selected .tabs__link--name, .tabs__link--selected .b-tab span, .b-tab .tabs__link--selected span {
      height: auto; } }
/* line 6, ../../../shared/sass/ui/_accordion.scss */
.accordion__title {
  margin: 0;
  padding: 10px 0;
  padding-right: 50px;
  cursor: pointer; }

/* line 13, ../../../shared/sass/ui/_accordion.scss */
.accordion__item {
  position: relative; }
  /* line 16, ../../../shared/sass/ui/_accordion.scss */
  .accordion__item .accordion__title {
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #fff;
    color: #0079c1;
    font-weight: 100;
    text-transform: uppercase;
    background: #dcdad7 url("../images/accordion-control.png") 97.5% 10px no-repeat; }
    /* line 25, ../../../shared/sass/ui/_accordion.scss */
    .accordion__item .accordion__title:hover {
      color: #fff;
      background-color: #0079c1;
      background-position: 97.5% -367px; }
  /* line 31, ../../../shared/sass/ui/_accordion.scss */
  .accordion__item .more {
    display: none; }

/* line 35, ../../../shared/sass/ui/_accordion.scss */
.js-accordion-trigger {
  position: relative; }

/* line 39, ../../../shared/sass/ui/_accordion.scss */
.more {
  display: none;
  position: relative;
  padding-top: 10px;
  padding-bottom: 15px; }

/* line 45, ../../../shared/sass/ui/_accordion.scss */
.directors__line-height {
  line-height: 0.8em; }

/* line 49, ../../../shared/sass/ui/_accordion.scss */
.openbtn .accordion__title {
  background-color: #0079c1;
  background-position: 97.5% -195px;
  color: #fff; }

/* line 56, ../../../shared/sass/ui/_accordion.scss */
.accordion--vacansy {
  margin-top: 30px;
  border-top: 1px solid #dcdad7; }
  /* line 60, ../../../shared/sass/ui/_accordion.scss */
  .accordion--vacansy .accordion__item {
    border-bottom: 1px solid #dcdad7; }
  /* line 64, ../../../shared/sass/ui/_accordion.scss */
  .accordion--vacansy .accordion__title {
    font-weight: 400;
    color: #505050;
    background: transparent url("../images/arrow--vacansy.png") 100% 28px no-repeat;
    text-align: left;
    padding: 20px 0;
    border-bottom: none; }
    /* line 73, ../../../shared/sass/ui/_accordion.scss */
    .accordion--vacansy .accordion__title .title__text {
      border-bottom: 1px dashed #abafb0; }
    /* line 77, ../../../shared/sass/ui/_accordion.scss */
    .accordion--vacansy .accordion__title:hover {
      color: #505050;
      background: transparent url("../images/arrow--vacansy.png") 100% 28px no-repeat !important; }
      /* line 80, ../../../shared/sass/ui/_accordion.scss */
      .accordion--vacansy .accordion__title:hover .title__text {
        border-bottom: none; }
  /* line 86, ../../../shared/sass/ui/_accordion.scss */
  .accordion--vacansy .openbtn .accordion__title {
    color: #505050;
    background: transparent url("../images/arrow--vacansy.png") 100% -42px no-repeat !important; }
    /* line 90, ../../../shared/sass/ui/_accordion.scss */
    .accordion--vacansy .openbtn .accordion__title .title__text {
      font-weight: 600; }

/* line 97, ../../../shared/sass/ui/_accordion.scss */
.accordion--no-title .accordion__title {
  background: #dcdad7 url("../images/accordion-control.png") 50% 10px no-repeat;
  min-height: 41px; }
  /* line 100, ../../../shared/sass/ui/_accordion.scss */
  .accordion--no-title .accordion__title:hover {
    background: #0079c1 url("../images/accordion-control.png") 50% -631px no-repeat; }
/* line 105, ../../../shared/sass/ui/_accordion.scss */
.accordion--no-title .openbtn .accordion__title {
  background: #0079c1;
  background: #0079c1 url("../images/accordion-control.png") 50% -500px no-repeat; }
/* line 110, ../../../shared/sass/ui/_accordion.scss */
.accordion--no-title .more {
  padding-bottom: 35px; }

/* line 117, ../../../shared/sass/ui/_accordion.scss */
.accordion--left .accordion__item .accordion__title {
  text-align: left;
  padding-left: 15px; }

/* line 1, ../../../shared/sass/ui/_press-center.scss */
.contacts {
  line-height: 24px; }
  /* line 3, ../../../shared/sass/ui/_press-center.scss */
  .contacts p {
    margin-bottom: 0; }

/* line 8, ../../../shared/sass/ui/_press-center.scss */
.press__soc-links {
  margin-top: 7px; }

/* line 12, ../../../shared/sass/ui/_press-center.scss */
.press__item {
  margin-bottom: 16px;
  padding-left: 35px; }
  /* line 16, ../../../shared/sass/ui/_press-center.scss */
  .press__item .icon-soc {
    color: #58595a;
    border-bottom: none;
    vertical-align: middle;
    line-height: 27px; }

/* line 25, ../../../shared/sass/ui/_press-center.scss */
.tile--banner__interview {
  padding: 25px 10px 25px 25px;
  background: #fff;
  float: left;
  height: 100%;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  /* line 31, ../../../shared/sass/ui/_press-center.scss */
  .tile--banner__interview .tile__caption {
    position: relative;
    left: 0 !important;
    padding-left: 20px;
    width: auto !important;
    overflow: hidden;
    background: transparent; }
  /* line 39, ../../../shared/sass/ui/_press-center.scss */
  .tile--banner__interview .tile__media {
    width: 45%;
    float: left;
    padding-top: 45%;
    min-height: 0; }
  /* line 45, ../../../shared/sass/ui/_press-center.scss */
  .tile--banner__interview .tile__caption-text.tile__caption-text.tile__caption-text {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 12px;
    /* 9 */
    font-size: 0.75rem;
    /* 9 */
    color: #505050; }
    /* line 166, ../../../shared/sass/base/_mixins.scss */
    html.font_plus .tile--banner__interview .tile__caption-text.tile__caption-text.tile__caption-text {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 13.2px;
      /* 9 */
      font-size: 0.825rem;
      /* 9 */ }
    /* line 169, ../../../shared/sass/base/_mixins.scss */
    html.font_plus_plus .tile--banner__interview .tile__caption-text.tile__caption-text.tile__caption-text {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 14.4px;
      /* 9 */
      font-size: 0.9rem;
      /* 9 */ }
    @media (max-width: 767px) {
      /* line 45, ../../../shared/sass/ui/_press-center.scss */
      .tile--banner__interview .tile__caption-text.tile__caption-text.tile__caption-text {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 14px;
        /* 9 */
        font-size: 0.875rem;
        /* 9 */ }
        /* line 166, ../../../shared/sass/base/_mixins.scss */
        html.font_plus .tile--banner__interview .tile__caption-text.tile__caption-text.tile__caption-text {
          /* 3 */
          /* 3 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          font-size: 15.4px;
          /* 9 */
          font-size: 0.9625rem;
          /* 9 */ }
        /* line 169, ../../../shared/sass/base/_mixins.scss */
        html.font_plus_plus .tile--banner__interview .tile__caption-text.tile__caption-text.tile__caption-text {
          /* 3 */
          /* 3 */
          /* 4 */
          /* 6 */
          /* 6 */
          /* 7 */
          font-size: 16.8px;
          /* 9 */
          font-size: 1.05rem;
          /* 9 */ } }

/* line 54, ../../../shared/sass/ui/_press-center.scss */
.press-interview__body {
  padding: 0 25px;
  padding-top: 1em; }

/* line 60, ../../../shared/sass/ui/_press-center.scss */
.news-main-label {
  background-color: rgba(255, 0, 0, 0.5);
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 6px 5px 6px;
  display: block; }

/* line 1, ../../../shared/sass/ui/_icons.scss */
.icon {
  position: relative; }
  /* line 3, ../../../shared/sass/ui/_icons.scss */
  .icon:before {
    position: absolute;
    content: ""; }

/* line 9, ../../../shared/sass/ui/_icons.scss */
.icon-soc {
  position: relative; }
  /* line 12, ../../../shared/sass/ui/_icons.scss */
  .icon-soc:before {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    left: -35px;
    top: -5px; }

/* line 22, ../../../shared/sass/ui/_icons.scss */
.icon-feedback--left {
  margin-left: 25px;
  position: relative; }
  /* line 25, ../../../shared/sass/ui/_icons.scss */
  .icon-feedback--left:before {
    position: absolute;
    content: "";
    width: 18px;
    height: 15px;
    left: -25px;
    top: 0;
    background-position: 0 -1442px; }

/* line 36, ../../../shared/sass/ui/_icons.scss */
.icon-phone-call--left {
  margin-left: 25px;
  position: relative; }
  /* line 39, ../../../shared/sass/ui/_icons.scss */
  .icon-phone-call--left:before {
    position: absolute;
    content: "";
    width: 19px;
    height: 19px;
    left: -25px;
    top: 0;
    background-position: 0 -2639px; }

/* line 51, ../../../shared/sass/ui/_icons.scss */
.icon-vkontakte-square--right:before {
  background-position: 0 -6026px; }
/* line 54, ../../../shared/sass/ui/_icons.scss */
.icon-vkontakte-square--right:hover {
  color: #477eae; }

/* line 59, ../../../shared/sass/ui/_icons.scss */
.icon-facebook-square--right:before {
  background-position: 0 -1300px; }
/* line 62, ../../../shared/sass/ui/_icons.scss */
.icon-facebook-square--right:hover {
  color: #4880C0; }

/* line 67, ../../../shared/sass/ui/_icons.scss */
.icon-youtube-square--right:before {
  background-position: 0 -6341px; }
/* line 70, ../../../shared/sass/ui/_icons.scss */
.icon-youtube-square--right:hover {
  color: #EC0C00; }

/* line 75, ../../../shared/sass/ui/_icons.scss */
.icon-foursquare-square--right:before {
  background-position: 0 -1500px; }
/* line 78, ../../../shared/sass/ui/_icons.scss */
.icon-foursquare-square--right:hover {
  color: #FF4974; }

/* line 83, ../../../shared/sass/ui/_icons.scss */
.icon-in-square--right:before {
  background-position: 0 -1979px; }
/* line 86, ../../../shared/sass/ui/_icons.scss */
.icon-in-square--right:hover {
  color: #477eae; }

/* line 91, ../../../shared/sass/ui/_icons.scss */
.icon-twitter-square--right:before {
  background-position: 0 -5819px; }
/* line 94, ../../../shared/sass/ui/_icons.scss */
.icon-twitter-square--right:hover {
  color: #45BAFF; }

/* line 99, ../../../shared/sass/ui/_icons.scss */
.icon-instagram-square--right:before {
  background-position: 0 -2112px; }
/* line 102, ../../../shared/sass/ui/_icons.scss */
.icon-instagram-square--right:hover {
  color: #306088; }

/* line 106, ../../../shared/sass/ui/_icons.scss */
.icon-camera--right {
  display: inline-block;
  margin-left: 35px;
  margin-top: 20px;
  position: relative; }
  /* line 111, ../../../shared/sass/ui/_icons.scss */
  .icon-camera--right:before {
    position: absolute;
    content: "";
    width: 28px;
    height: 21px;
    left: -20px;
    top: 6px;
    background-position: 0 -579px; }

/* line 122, ../../../shared/sass/ui/_icons.scss */
.foursquare-location {
  padding-right: 55px;
  position: relative;
  height: 47px;
  line-height: 47px;
  padding-bottom: 60px;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 15px;
  /* 9 */
  font-size: 0.9375rem;
  /* 9 */ }
  /* line 166, ../../../shared/sass/base/_mixins.scss */
  html.font_plus .foursquare-location {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 16.5px;
    /* 9 */
    font-size: 1.03125rem;
    /* 9 */ }
  /* line 169, ../../../shared/sass/base/_mixins.scss */
  html.font_plus_plus .foursquare-location {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18px;
    /* 9 */
    font-size: 1.125rem;
    /* 9 */ }
  /* line 130, ../../../shared/sass/ui/_icons.scss */
  .foursquare-location:after {
    content: "";
    position: absolute;
    width: 47px;
    height: 47px;
    right: 0;
    top: 0;
    background-position: 0 -1547px; }

/* line 142, ../../../shared/sass/ui/_icons.scss */
.icon-arrow-square--right.icon-arrow-square--right:after {
  content: "";
  position: relative;
  display: inline-block;
  margin-left: .5em;
  vertical-align: top;
  width: .8em;
  height: .8em;
  margin-top: 0.05em;
  background-image: url("../images/thin-arrow2.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #dd0200;
  border: 1px solid #fff; }

/* line 159, ../../../shared/sass/ui/_icons.scss */
img[src="/upload/medialibrary/c7b/c7bc08ae46f991eafe3e5925b21752c3.jpg"], img[src="http://www.gazprom-neft.ru/upload/medialibrary/c7b/c7bc08ae46f991eafe3e5925b21752c3.jpg"] {
  display: none; }

/* line 1, ../../../shared/sass/ui/_links.scss */
.magazine__link {
  color: #838383; }
  /* line 3, ../../../shared/sass/ui/_links.scss */
  .magazine__link:hover, .magazine__link:active {
    color: #505050; }

/* line 8, ../../../shared/sass/ui/_links.scss */
.link--dots {
  font-weight: 400;
  border-bottom: 1px dotted !important;
  cursor: pointer; }
  /* line 14, ../../../shared/sass/ui/_links.scss */
  .link--dots:hover, .link--dots.is-selected {
    color: #2d2c2a;
    border-color: #fff !important; }

/* line 20, ../../../shared/sass/ui/_links.scss */
.link--inverted {
  border-bottom: 0; }
  /* line 22, ../../../shared/sass/ui/_links.scss */
  .link--inverted:hover {
    border-bottom: 1px solid; }

/* line 27, ../../../shared/sass/ui/_links.scss */
.link--banner {
  border-bottom: 0;
  display: block; }

/* line 32, ../../../shared/sass/ui/_links.scss */
.link--internal.link--internal.link--internal,
.noicon.noicon.noicon,
.tile--subindex.tile--subindex > a,
a.tile__media.tile__media,
.tile__btn.tile__btn,
.share__link.share__link,
.share__link.share__link[target="_blank"] {
  margin-right: 0; }
  /* line 40, ../../../shared/sass/ui/_links.scss */
  .link--internal.link--internal.link--internal:after,
  .noicon.noicon.noicon:after,
  .tile--subindex.tile--subindex > a:after,
  a.tile__media.tile__media:after,
  .tile__btn.tile__btn:after,
  .share__link.share__link:after,
  .share__link.share__link[target="_blank"]:after {
    content: none; }

/* line 45, ../../../shared/sass/ui/_links.scss */
a.highslide, a.img__block, a.lightbox, a.gallery {
  display: block;
  border-bottom: 0;
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in; }

/* line 54, ../../../shared/sass/ui/_links.scss */
.hockey-partners--top a,
.share-hockey-wrap a,
.hockey-partners--bottom a {
  margin-right: 0 !important; }
  /* line 59, ../../../shared/sass/ui/_links.scss */
  .hockey-partners--top a:after,
  .share-hockey-wrap a:after,
  .hockey-partners--bottom a:after {
    display: none !important; }

/* line 3, ../../../shared/sass/ui/_swiper.scss */
.tile__swiper-area {
  position: relative;
  overflow: hidden; }
  /* line 7, ../../../shared/sass/ui/_swiper.scss */
  .tile__swiper-area .tile__heading {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14px;
    /* 9 */
    font-size: 0.875rem;
    /* 9 */ }
    /* line 166, ../../../shared/sass/base/_mixins.scss */
    html.font_plus .tile__swiper-area .tile__heading {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 15.4px;
      /* 9 */
      font-size: 0.9625rem;
      /* 9 */ }
    /* line 169, ../../../shared/sass/base/_mixins.scss */
    html.font_plus_plus .tile__swiper-area .tile__heading {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 16.8px;
      /* 9 */
      font-size: 1.05rem;
      /* 9 */ }
  /* line 11, ../../../shared/sass/ui/_swiper.scss */
  .tile__swiper-area .tile__swiper-container {
    width: 100%;
    height: 283px; }
    /* line 15, ../../../shared/sass/ui/_swiper.scss */
    .tile__swiper-area .tile__swiper-container .swiper-wrapper {
      height: 100%; }
    /* line 19, ../../../shared/sass/ui/_swiper.scss */
    .tile__swiper-area .tile__swiper-container .swiper-slide {
      height: 100%; }
    /* line 23, ../../../shared/sass/ui/_swiper.scss */
    .tile__swiper-area .tile__swiper-container .vertical-img__block {
      background: transparent; }
    /* line 27, ../../../shared/sass/ui/_swiper.scss */
    .tile__swiper-area .tile__swiper-container .tile__slide-image {
      display: block;
      height: 100%;
      margin: 0 auto; }
    /* line 34, ../../../shared/sass/ui/_swiper.scss */
    html.font_plus .tile__swiper-area .tile__swiper-container .tile--283px, html.font_plus_plus .tile__swiper-area .tile__swiper-container .tile--283px {
      height: 283px !important; }
  /* line 43, ../../../shared/sass/ui/_swiper.scss */
  .tile__swiper-area .tile__swiper-container--subindex {
    height: 315px; }
    /* line 46, ../../../shared/sass/ui/_swiper.scss */
    .tile__swiper-area .tile__swiper-container--subindex .swiper-pagination {
      position: absolute;
      bottom: 0;
      right: 0;
      padding-bottom: 18px;
      padding-top: 18px;
      padding-right: 30px; }
    /* line 54, ../../../shared/sass/ui/_swiper.scss */
    .tile__swiper-area .tile__swiper-container--subindex .swiper-pagination-switch {
      margin-left: 30px;
      width: 12px;
      height: 12px;
      display: block;
      float: left;
      border: 2px solid #0079c1;
      border-radius: 50%;
      cursor: pointer;
      -moz-transition: ease 0.3s;
      -o-transition: ease 0.3s;
      -webkit-transition: ease 0.3s;
      transition: ease 0.3s; }
      /* line 64, ../../../shared/sass/ui/_swiper.scss */
      .tile__swiper-area .tile__swiper-container--subindex .swiper-pagination-switch:hover, .tile__swiper-area .tile__swiper-container--subindex .swiper-pagination-switch.swiper-active-switch {
        background: #0079c1; }
    /* line 69, ../../../shared/sass/ui/_swiper.scss */
    .tile__swiper-area .tile__swiper-container--subindex .tile--subindex .tile__media--img {
      min-height: 315px; }
  /* line 74, ../../../shared/sass/ui/_swiper.scss */
  .tile__swiper-area .tile-slider__next, .tile__swiper-area .tile-slider__prev {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 133px;
    border-bottom: none;
    opacity: 1;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  /* line 84, ../../../shared/sass/ui/_swiper.scss */
  .tile__swiper-area .tile-slider__next {
    background-position: 0 -4959px;
    right: 0; }
  /* line 89, ../../../shared/sass/ui/_swiper.scss */
  .tile__swiper-area .tile-slider__prev {
    background-position: 0 -5074px;
    left: 0; }

/* line 95, ../../../shared/sass/ui/_swiper.scss */
.photo-gallery {
  overflow: hidden;
  margin-bottom: 40px; }
  /* line 98, ../../../shared/sass/ui/_swiper.scss */
  .photo-gallery img {
    height: 131px;
    width: auto; }
  /* line 102, ../../../shared/sass/ui/_swiper.scss */
  .photo-gallery .swiper-wrapper {
    margin-bottom: 8px;
    height: 131px; }
  /* line 106, ../../../shared/sass/ui/_swiper.scss */
  .photo-gallery .swiper-slide {
    padding-right: 17px;
    float: left; }
  /* line 110, ../../../shared/sass/ui/_swiper.scss */
  .photo-gallery .js-swiper-scrollbar {
    background: #dcdad7;
    height: 20px;
    width: 100%; }
  /* line 116, ../../../shared/sass/ui/_swiper.scss */
  .photo-gallery .swiper-scrollbar-drag {
    height: 20px;
    width: 50px;
    position: relative;
    background-color: #838383;
    background-position: 0 -4415px;
    background-position: 50% -2660px; }
  /* line 124, ../../../shared/sass/ui/_swiper.scss */
  .photo-gallery .swiper-scrollbar-cursor-drag {
    cursor: move; }

/* line 1, ../../../shared/sass/ui/_search.scss */
.search-form {
  position: relative;
  height: 30px;
  width: 100%;
  margin-top: 16px; }
  /* line 7, ../../../shared/sass/ui/_search.scss */
  .search-form .input-text {
    border: 1px solid #d9d9d9;
    height: 30px !important;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding-right: 30px !important; }
    /* line 15, ../../../shared/sass/ui/_search.scss */
    .search-form .input-text.placeholder {
      color: #b4b4b4;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 13px;
      /* 9 */
      font-size: 0.8125rem;
      /* 9 */ }
      /* line 166, ../../../shared/sass/base/_mixins.scss */
      html.font_plus .search-form .input-text.placeholder {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 14.3px;
        /* 9 */
        font-size: 0.89375rem;
        /* 9 */ }
      /* line 169, ../../../shared/sass/base/_mixins.scss */
      html.font_plus_plus .search-form .input-text.placeholder {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 15.6px;
        /* 9 */
        font-size: 0.975rem;
        /* 9 */ }
    /* line 21, ../../../shared/sass/ui/_search.scss */
    .search-form .input-text:-ms-input-placeholder {
      font-family: 'din', Arial, suns-serif;
      color: #b4b4b4;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 13px;
      /* 9 */
      font-size: 0.8125rem;
      /* 9 */ }
      /* line 166, ../../../shared/sass/base/_mixins.scss */
      html.font_plus .search-form .input-text:-ms-input-placeholder {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 14.3px;
        /* 9 */
        font-size: 0.89375rem;
        /* 9 */ }
      /* line 169, ../../../shared/sass/base/_mixins.scss */
      html.font_plus_plus .search-form .input-text:-ms-input-placeholder {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 15.6px;
        /* 9 */
        font-size: 0.975rem;
        /* 9 */ }
    /* line 27, ../../../shared/sass/ui/_search.scss */
    .search-form .input-text:-moz-placeholder {
      font-family: 'din', Arial, suns-serif;
      color: #b4b4b4;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 13px;
      /* 9 */
      font-size: 0.8125rem;
      /* 9 */ }
      /* line 166, ../../../shared/sass/base/_mixins.scss */
      html.font_plus .search-form .input-text:-moz-placeholder {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 14.3px;
        /* 9 */
        font-size: 0.89375rem;
        /* 9 */ }
      /* line 169, ../../../shared/sass/base/_mixins.scss */
      html.font_plus_plus .search-form .input-text:-moz-placeholder {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 15.6px;
        /* 9 */
        font-size: 0.975rem;
        /* 9 */ }
    /* line 33, ../../../shared/sass/ui/_search.scss */
    .search-form .input-text::-webkit-input-placeholder {
      font-family: 'din', Arial, suns-serif;
      color: #b4b4b4;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 13px;
      /* 9 */
      font-size: 0.8125rem;
      /* 9 */ }
      /* line 166, ../../../shared/sass/base/_mixins.scss */
      html.font_plus .search-form .input-text::-webkit-input-placeholder {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 14.3px;
        /* 9 */
        font-size: 0.89375rem;
        /* 9 */ }
      /* line 169, ../../../shared/sass/base/_mixins.scss */
      html.font_plus_plus .search-form .input-text::-webkit-input-placeholder {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 15.6px;
        /* 9 */
        font-size: 0.975rem;
        /* 9 */ }

/* line 41, ../../../shared/sass/ui/_search.scss */
.input-btn {
  position: absolute;
  width: 30px;
  height: 100%;
  right: 0;
  top: 0;
  background: url(../images/search-btn-footer.png) 50% 50% no-repeat;
  padding: 0;
  border: none;
  z-index: 2; }
  /* line 52, ../../../shared/sass/ui/_search.scss */
  .input-btn:hover {
    cursor: pointer; }

/* line 58, ../../../shared/sass/ui/_search.scss */
.search {
  position: relative;
  margin-bottom: 10px; }

/* line 63, ../../../shared/sass/ui/_search.scss */
.search__example {
  position: absolute;
  right: 0;
  top: -25px; }

/* line 71, ../../../shared/sass/ui/_search.scss */
.filter-block {
  margin-bottom: 10px;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 14px;
  /* 9 */
  font-size: 0.875rem;
  /* 9 */ }
  /* line 166, ../../../shared/sass/base/_mixins.scss */
  html.font_plus .filter-block {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 15.4px;
    /* 9 */
    font-size: 0.9625rem;
    /* 9 */ }
  /* line 169, ../../../shared/sass/base/_mixins.scss */
  html.font_plus_plus .filter-block {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 16.8px;
    /* 9 */
    font-size: 1.05rem;
    /* 9 */ }

/* line 76, ../../../shared/sass/ui/_search.scss */
.filter-block__title {
  display: inline-block;
  margin-right: .5em; }

/* line 81, ../../../shared/sass/ui/_search.scss */
.filter-block__item {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  padding: 0 25px 0 10px;
  background-color: #0079c1;
  color: #fff; }

/* line 91, ../../../shared/sass/ui/_search.scss */
.filter-block__close, .search--vacancies .chosen-choices li.search-choice .search-choice-close, .search--vacancies .chosen-choices li.search-choice .search-choice-close:hover {
  position: absolute;
  height: 9px;
  width: 9px;
  top: 5px;
  right: 2px;
  border: none;
  background-position: 0 -669px;
  cursor: pointer; }

/* line 102, ../../../shared/sass/ui/_search.scss */
.filter-block__tags-selector {
  margin-bottom: 0.7em; }

/* line 1, ../../../shared/sass/ui/_news-feed.scss */
.news__container {
  margin-top: 16px; }

/* line 5, ../../../shared/sass/ui/_news-feed.scss */
.news__header {
  border-bottom: 3px solid #dd0200; }

/* line 9, ../../../shared/sass/ui/_news-feed.scss */
.news__title.news__title {
  color: #838383;
  padding: 0 0 10px 0;
  margin: 0; }

/* line 15, ../../../shared/sass/ui/_news-feed.scss */
.news-list.news-list {
  margin: 0; }
  /* line 17, ../../../shared/sass/ui/_news-feed.scss */
  .news-list.news-list .news__item {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #dcdad7; }
    /* line 21, ../../../shared/sass/ui/_news-feed.scss */
    .news-list.news-list .news__item:before {
      display: none; }
    /* line 25, ../../../shared/sass/ui/_news-feed.scss */
    .news-list.news-list .news__item:last-child {
      border-bottom: none; }

/* line 31, ../../../shared/sass/ui/_news-feed.scss */
.date__caption {
  color: #505050;
  text-transform: uppercase;
  padding-bottom: 10px; }

/* line 42, ../../../shared/sass/ui/_news-feed.scss */
.news-navigation .navigation__header, .news-navigation .navigation__body {
  background-color: #e6e3df;
  padding: 11px 20px;
  color: #505050; }
/* line 48, ../../../shared/sass/ui/_news-feed.scss */
.news-navigation .navigation__header {
  margin-bottom: 1px; }
/* line 52, ../../../shared/sass/ui/_news-feed.scss */
.news-navigation .navigation__title {
  color: #787878;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 17px;
  /* 9 */
  font-size: 1.0625rem;
  /* 9 */ }
  /* line 166, ../../../shared/sass/base/_mixins.scss */
  html.font_plus .news-navigation .navigation__title {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18.7px;
    /* 9 */
    font-size: 1.16875rem;
    /* 9 */ }
  /* line 169, ../../../shared/sass/base/_mixins.scss */
  html.font_plus_plus .news-navigation .navigation__title {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 20.4px;
    /* 9 */
    font-size: 1.275rem;
    /* 9 */ }

/* line 58, ../../../shared/sass/ui/_news-feed.scss */
.tooltip--navigate {
  display: inline;
  position: relative; }
  /* line 62, ../../../shared/sass/ui/_news-feed.scss */
  .tooltip--navigate .tooltip__text {
    position: absolute;
    bottom: 22px;
    left: -175px;
    width: 290px;
    background-color: #fff;
    padding: 30px 18px 18px;
    box-shadow: 2px 3px 10px 1px rgba(0, 0, 0, 0.1);
    display: none; }
    /* line 72, ../../../shared/sass/ui/_news-feed.scss */
    .tooltip--navigate .tooltip__text:after {
      content: "";
      position: absolute;
      bottom: -6px;
      left: 62%;
      border-top: 6px solid #fff;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent; }
  /* line 84, ../../../shared/sass/ui/_news-feed.scss */
  .tooltip--navigate.is-active .tooltip__text {
    display: block; }
  /* line 91, ../../../shared/sass/ui/_news-feed.scss */
  .tooltip--navigate.tooltip--down .tooltip__text {
    top: 150%;
    left: 0;
    bottom: auto;
    width: 105px;
    padding: 0;
    z-index: 10; }
    /* line 99, ../../../shared/sass/ui/_news-feed.scss */
    .tooltip--navigate.tooltip--down .tooltip__text:after {
      top: -6px;
      left: 35%;
      bottom: auto;
      border-bottom: 6px solid #fff;
      border-top: none; }

/* line 110, ../../../shared/sass/ui/_news-feed.scss */
.dashed-text {
  color: #0079c1;
  border-bottom: 1px dashed;
  cursor: pointer;
  margin-right: 5px; }

/* line 117, ../../../shared/sass/ui/_news-feed.scss */
.scroll-list {
  overflow-y: scroll;
  height: 118px;
  padding: 6px; }
  /* line 122, ../../../shared/sass/ui/_news-feed.scss */
  .scroll-list li {
    padding: 1px 0;
    background: #fff;
    color: #0079c1;
    cursor: pointer;
    text-align: center; }
    /* line 128, ../../../shared/sass/ui/_news-feed.scss */
    .scroll-list li:hover {
      background: #0079c1;
      color: #fff; }

/* line 135, ../../../shared/sass/ui/_news-feed.scss */
.date__container {
  max-width: 250px;
  display: inline-block; }

/* line 140, ../../../shared/sass/ui/_news-feed.scss */
.date__item {
  line-height: 28px;
  position: relative;
  cursor: pointer; }
  /* line 144, ../../../shared/sass/ui/_news-feed.scss */
  .date__item:before {
    content: "";
    position: absolute;
    background: #c7c7c7 url("../images/calendar-down.png") 7px 6px no-repeat;
    width: 43px;
    height: 28px;
    top: 0;
    right: 0;
    pointer-events: none; }

/* line 156, ../../../shared/sass/ui/_news-feed.scss */
.input__date, [type="text"].input__date.input__date {
  padding-left: 1em;
  width: 210px;
  height: 28px;
  display: inline-block;
  margin-left: 24px;
  color: #6d6d6d;
  border: 1px solid #c7c7c7; }

/* line 168, ../../../shared/sass/ui/_news-feed.scss */
.date__label-text {
  width: 15px;
  display: inline-block; }

/* line 173, ../../../shared/sass/ui/_news-feed.scss */
.news-navigation-button {
  float: right;
  margin-top: 8px;
  margin-right: 13px; }

/* line 8, ../../../shared/sass/ui/_pagination.scss */
.pagination-list .paginate__item {
  float: left;
  margin-right: 10px;
  padding-left: 0;
  text-align: center;
  display: table; }
  /* line 15, ../../../shared/sass/ui/_pagination.scss */
  .pagination-list .paginate__item:before {
    display: none; }
/* line 20, ../../../shared/sass/ui/_pagination.scss */
.pagination-list .paginate__link {
  border: 1px solid #dcdad7;
  width: 26px;
  height: 26px;
  color: #8c8c8c;
  display: table-cell;
  vertical-align: middle; }
  /* line 28, ../../../shared/sass/ui/_pagination.scss */
  .pagination-list .paginate__link.paginate--prev, .pagination-list .paginate__link.paginate--next {
    background-color: #b4b4b4;
    border: 1px solid #b4b4b4;
    background-image: url(../images/paginate_left.png);
    background-position: 50% 50%;
    background-repeat: no-repeat; }
    /* line 35, ../../../shared/sass/ui/_pagination.scss */
    .pagination-list .paginate__link.paginate--prev:hover, .pagination-list .paginate__link.paginate--next:hover {
      background-color: #838383; }
  /* line 40, ../../../shared/sass/ui/_pagination.scss */
  .pagination-list .paginate__link.paginate--next {
    background-image: url(../images/paginate_right.png); }
  /* line 44, ../../../shared/sass/ui/_pagination.scss */
  .pagination-list .paginate__link:hover {
    color: #838383;
    border: 1px solid #838383; }
  /* line 49, ../../../shared/sass/ui/_pagination.scss */
  .pagination-list .paginate__link.active__link {
    color: #0079c1;
    border: 1px solid #0079c1; }

/* line 2, ../../../shared/sass/ui/_tags.scss */
.tile--tags .tile__header {
  border-bottom: none;
  padding-top: 25px;
  padding-bottom: 0;
  margin: 0 15px; }
/* line 9, ../../../shared/sass/ui/_tags.scss */
.tile--tags .tile__title {
  color: #787878; }
/* line 14, ../../../shared/sass/ui/_tags.scss */
.tile--tags .tile__body, .tile--tags .tile__body--soc, .tile--tags .press-interview__body {
  padding: 0 15px;
  padding-bottom: 20px; }

/* line 20, ../../../shared/sass/ui/_tags.scss */
.tag__link, .tag__link--big {
  display: inline-block;
  margin-right: 3px;
  vertical-align: text-bottom;
  line-height: 1em;
  margin-bottom: 5px; }

/* line 1, ../../../shared/sass/ui/_career.scss */
.career__caption {
  position: relative;
  padding-left: 66px; }
  /* line 5, ../../../shared/sass/ui/_career.scss */
  .career__caption:before {
    content: "";
    position: absolute;
    left: 20px;
    width: 30px;
    height: 22px;
    display: block;
    top: 24px;
    background: url(../images/photoapp.png) 0 0 no-repeat; }

/* line 2, ../../../shared/sass/ui/_modal.scss */
.context--modal .form__caption {
  color: #0079c1;
  margin-bottom: 33px;
  line-height: 1.3; }
/* line 10, ../../../shared/sass/ui/_modal.scss */
.context--modal .form__textarea, .context--modal .form__input, .context--modal .b-tab__content .b-tab__content__i .inp, .b-tab__content .b-tab__content__i .context--modal .inp {
  display: block;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 15px;
  /* 9 */
  font-size: 0.9375rem;
  /* 9 */
  background-color: #f2efeb;
  border: none;
  color: #929292;
  margin-bottom: 16px; }
  /* line 166, ../../../shared/sass/base/_mixins.scss */
  html.font_plus .context--modal .form__textarea, html.font_plus .context--modal .form__input, html.font_plus .context--modal .b-tab__content .b-tab__content__i .inp, .b-tab__content .b-tab__content__i html.font_plus .context--modal .inp {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 16.5px;
    /* 9 */
    font-size: 1.03125rem;
    /* 9 */ }
  /* line 169, ../../../shared/sass/base/_mixins.scss */
  html.font_plus_plus .context--modal .form__textarea, html.font_plus_plus .context--modal .form__input, html.font_plus_plus .context--modal .b-tab__content .b-tab__content__i .inp, .b-tab__content .b-tab__content__i html.font_plus_plus .context--modal .inp {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18px;
    /* 9 */
    font-size: 1.125rem;
    /* 9 */ }
/* line 19, ../../../shared/sass/ui/_modal.scss */
.context--modal .form__textarea {
  min-height: 160px; }
/* line 23, ../../../shared/sass/ui/_modal.scss */
.context--modal .form__input, .context--modal .b-tab__content .b-tab__content__i .inp, .b-tab__content .b-tab__content__i .context--modal .inp {
  height: 40px;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 12px;
  /* 9 */
  font-size: 0.75rem;
  /* 9 */
  text-transform: uppercase;
  padding: 0 16px; }
  /* line 166, ../../../shared/sass/base/_mixins.scss */
  html.font_plus .context--modal .form__input, html.font_plus .context--modal .b-tab__content .b-tab__content__i .inp, .b-tab__content .b-tab__content__i html.font_plus .context--modal .inp {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 13.2px;
    /* 9 */
    font-size: 0.825rem;
    /* 9 */ }
  /* line 169, ../../../shared/sass/base/_mixins.scss */
  html.font_plus_plus .context--modal .form__input, html.font_plus_plus .context--modal .b-tab__content .b-tab__content__i .inp, .b-tab__content .b-tab__content__i html.font_plus_plus .context--modal .inp {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14.4px;
    /* 9 */
    font-size: 0.9rem;
    /* 9 */ }
/* line 30, ../../../shared/sass/ui/_modal.scss */
.context--modal .form__input-nocase {
  text-transform: none; }
/* line 34, ../../../shared/sass/ui/_modal.scss */
.context--modal .form__btn {
  border: none;
  padding: 13px 43px;
  margin: 0;
  cursor: pointer;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 15px;
  /* 9 */
  font-size: 0.9375rem;
  /* 9 */ }
  /* line 166, ../../../shared/sass/base/_mixins.scss */
  html.font_plus .context--modal .form__btn {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 16.5px;
    /* 9 */
    font-size: 1.03125rem;
    /* 9 */ }
  /* line 169, ../../../shared/sass/base/_mixins.scss */
  html.font_plus_plus .context--modal .form__btn {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18px;
    /* 9 */
    font-size: 1.125rem;
    /* 9 */ }

/* line 44, ../../../shared/sass/ui/_modal.scss */
.body-with-modal {
  overflow: hidden; }

/* line 48, ../../../shared/sass/ui/_modal.scss */
.bx-ie8 .context--modal .form__input, .bx-ie8 .context--modal .b-tab__content .b-tab__content__i .inp, .b-tab__content .b-tab__content__i .bx-ie8 .context--modal .inp {
  line-height: 40px; }

/* line 1, ../../../shared/sass/ui/_subindex.scss */
.overlay-text__body {
  position: absolute;
  padding-bottom: 18px;
  bottom: 100%;
  left: 28px;
  text-transform: uppercase;
  color: #fff;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 24px;
  /* 9 */
  font-size: 1.5rem;
  /* 9 */
  line-height: 1.25; }
  /* line 166, ../../../shared/sass/base/_mixins.scss */
  html.font_plus .overlay-text__body {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 26.4px;
    /* 9 */
    font-size: 1.65rem;
    /* 9 */ }
  /* line 169, ../../../shared/sass/base/_mixins.scss */
  html.font_plus_plus .overlay-text__body {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 28.8px;
    /* 9 */
    font-size: 1.8rem;
    /* 9 */ }
  @media (max-width: 640px) {
    /* line 1, ../../../shared/sass/ui/_subindex.scss */
    .overlay-text__body {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 18px;
      /* 9 */
      font-size: 1.125rem;
      /* 9 */ }
      /* line 166, ../../../shared/sass/base/_mixins.scss */
      html.font_plus .overlay-text__body {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 19.8px;
        /* 9 */
        font-size: 1.2375rem;
        /* 9 */ }
      /* line 169, ../../../shared/sass/base/_mixins.scss */
      html.font_plus_plus .overlay-text__body {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 21.6px;
        /* 9 */
        font-size: 1.35rem;
        /* 9 */ } }
  @media (max-width: 360px) {
    /* line 1, ../../../shared/sass/ui/_subindex.scss */
    .overlay-text__body {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 16px;
      /* 9 */
      font-size: 1rem;
      /* 9 */ }
      /* line 166, ../../../shared/sass/base/_mixins.scss */
      html.font_plus .overlay-text__body {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 17.6px;
        /* 9 */
        font-size: 1.1rem;
        /* 9 */ }
      /* line 169, ../../../shared/sass/base/_mixins.scss */
      html.font_plus_plus .overlay-text__body {
        /* 3 */
        /* 3 */
        /* 4 */
        /* 6 */
        /* 6 */
        /* 7 */
        font-size: 19.2px;
        /* 9 */
        font-size: 1.2rem;
        /* 9 */ } }

/* line 19, ../../../shared/sass/ui/_subindex.scss */
.overlay-text__item {
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  line-height: 1em;
  vertical-align: bottom;
  padding: 0.125em;
  padding-left: 0.25em;
  padding-right: 0.25em; }

/* line 29, ../../../shared/sass/ui/_subindex.scss */
.slider__text {
  padding: 16px 29px;
  padding-right: 33.3333%;
  line-height: 1.23077;
  color: #505050;
  display: table-cell;
  vertical-align: middle;
  height: 100%; }
  @media (max-width: 767px) {
    /* line 29, ../../../shared/sass/ui/_subindex.scss */
    .slider__text {
      padding-right: 1em; } }

/* line 43, ../../../shared/sass/ui/_subindex.scss */
.two-thirds > .tile .slider__text, .four-sixths > .tile .slider__text, .eight-twelfths > .tile .slider__text, .two-thirds > .media--grid .slider__text, .four-sixths > .media--grid .slider__text, .eight-twelfths > .media--grid .slider__text {
  padding-right: 29px; }

/* line 49, ../../../shared/sass/ui/_subindex.scss */
.subindex-slider__link:hover {
  color: #fff; }

/* line 54, ../../../shared/sass/ui/_subindex.scss */
.slider__text--subindex {
  position: relative; }

/* line 58, ../../../shared/sass/ui/_subindex.scss */
.tile__media--img-subindex {
  background-position: center top;
  padding-top: 23.5%; }

/* line 1, ../../../shared/sass/ui/_subscribe.scss */
.error__text {
  display: none; }

/* line 5, ../../../shared/sass/ui/_subscribe.scss */
.subscribe__hidden-block {
  margin-top: 50px; }

/* line 11, ../../../shared/sass/ui/_subscribe.scss */
.error__mesage .error__text {
  display: block;
  color: #dd0200;
  line-height: 30px;
  margin-bottom: 25px; }

/* line 1, ../../../shared/sass/ui/_checkbox.scss */
.checkbox_container {
  position: relative;
  margin-right: 15px; }
  /* line 5, ../../../shared/sass/ui/_checkbox.scss */
  .checkbox_container input[type="checkbox"] {
    position: absolute;
    clip: rect(0 0 0 0);
    height: 16px;
    width: 16px;
    overflow: hidden;
    margin: auto;
    padding: 0;
    cursor: pointer;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    /* line 19, ../../../shared/sass/ui/_checkbox.scss */
    .checkbox_container input[type="checkbox"]:checked + label {
      background: url(../images/checkbox__sprite.png) 100% 0 no-repeat; }
  /* line 24, ../../../shared/sass/ui/_checkbox.scss */
  .checkbox_container label {
    background: url(../images/checkbox__sprite.png) 0 0 no-repeat;
    margin-bottom: 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer; }
    /* line 33, ../../../shared/sass/ui/_checkbox.scss */
    .checkbox_container label.checked {
      background: url(../images/checkbox__sprite.png) 100% 0 no-repeat; }

/* line 41, ../../../shared/sass/ui/_checkbox.scss */
.checkbox-list .checkbox__item {
  margin-bottom: 15px;
  padding-left: 0;
  display: block; }
  /* line 46, ../../../shared/sass/ui/_checkbox.scss */
  .checkbox-list .checkbox__item:before {
    display: none; }

/* line 52, ../../../shared/sass/ui/_checkbox.scss */
.checkbox__wrapper {
  margin-top: 32px; }

/* line 56, ../../../shared/sass/ui/_checkbox.scss */
.checkbox-list-wrapper {
  padding-left: 35px; }

/* line 60, ../../../shared/sass/ui/_checkbox.scss */
.checkbox-text {
  padding-left: 31px; }

/* line 1, ../../../shared/sass/ui/_contacts.scss */
.contacts__heading, .contacts__heading--small {
  position: relative;
  height: 90px; }
  /* line 5, ../../../shared/sass/ui/_contacts.scss */
  .contacts__heading:before, .contacts__heading--small:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block; }
  /* line 13, ../../../shared/sass/ui/_contacts.scss */
  .contacts__heading .contacts__title, .contacts__heading--small .contacts__title {
    position: absolute;
    bottom: 0;
    font-weight: 600;
    margin: 0;
    height: 40px; }

/* line 22, ../../../shared/sass/ui/_contacts.scss */
.contacts__heading--small {
  height: 20px; }

/* line 28, ../../../shared/sass/ui/_contacts.scss */
.heading__item-1:before {
  width: 30px;
  height: 27px;
  background-position: 0 -5427px; }

/* line 36, ../../../shared/sass/ui/_contacts.scss */
.heading__item-2:before {
  width: 33px;
  height: 31px;
  background-position: 0 -924px; }

/* line 44, ../../../shared/sass/ui/_contacts.scss */
.heading__item-3:before {
  width: 33px;
  height: 31px;
  background-position: 0 -3059px; }

/* line 52, ../../../shared/sass/ui/_contacts.scss */
.heading__item-4:before {
  width: 29px;
  height: 29px;
  background-position: 0 -2155px; }

/* line 60, ../../../shared/sass/ui/_contacts.scss */
.heading__item-5:before {
  width: 32px;
  height: 32px;
  background-position: 0 -745px; }

/* line 67, ../../../shared/sass/ui/_contacts.scss */
.contacts__descr {
  font-weight: 400;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 15px;
  /* 9 */
  font-size: 0.9375rem;
  /* 9 */
  color: #505050;
  margin-top: 10px; }
  /* line 166, ../../../shared/sass/base/_mixins.scss */
  html.font_plus .contacts__descr {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 16.5px;
    /* 9 */
    font-size: 1.03125rem;
    /* 9 */ }
  /* line 169, ../../../shared/sass/base/_mixins.scss */
  html.font_plus_plus .contacts__descr {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18px;
    /* 9 */
    font-size: 1.125rem;
    /* 9 */ }
  /* line 73, ../../../shared/sass/ui/_contacts.scss */
  .contacts__descr p {
    margin: 0 !important;
    margin-bottom: 10px !important; }

/* line 79, ../../../shared/sass/ui/_contacts.scss */
.mapContainer {
  height: 100%; }

/* line 1, ../../../shared/sass/ui/_vacansy.scss */
.vacansy__block {
  padding: 15px 0;
  border-bottom: 1px solid #dcdad7; }
  /* line 5, ../../../shared/sass/ui/_vacansy.scss */
  .vacansy__block .vacansy__name {
    position: relative;
    float: left;
    padding-left: 30px;
    max-width: 530px; }
    /* line 11, ../../../shared/sass/ui/_vacansy.scss */
    .vacansy__block .vacansy__name:before {
      content: "";
      position: absolute;
      display: block;
      background-position: 0 -5862px;
      width: 16px;
      height: 22px;
      left: 0;
      top: 20%; }
    /* line 22, ../../../shared/sass/ui/_vacansy.scss */
    html.font_plus .vacansy__block .vacansy__name {
      max-width: 490px; }
    /* line 25, ../../../shared/sass/ui/_vacansy.scss */
    html.font_plus_plus .vacansy__block .vacansy__name {
      max-width: 465px; }
  /* line 31, ../../../shared/sass/ui/_vacansy.scss */
  .vacansy__block .vacansy__salary, .vacansy__block .vacansy__salary--no {
    float: right; }
  /* line 35, ../../../shared/sass/ui/_vacansy.scss */
  .vacansy__block .vacansy__salary--no {
    color: #a0a09f; }
  /* line 40, ../../../shared/sass/ui/_vacansy.scss */
  .vacansy__block .vacansy__caption {
    font-weight: 400;
    color: #0079c1;
    margin: 0; }
  /* line 47, ../../../shared/sass/ui/_vacansy.scss */
  .vacansy__block .vacansy__city {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 11px;
    /* 9 */
    font-size: 0.6875rem;
    /* 9 */
    display: block; }
    /* line 166, ../../../shared/sass/base/_mixins.scss */
    html.font_plus .vacansy__block .vacansy__city {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 12.1px;
      /* 9 */
      font-size: 0.75625rem;
      /* 9 */ }
    /* line 169, ../../../shared/sass/base/_mixins.scss */
    html.font_plus_plus .vacansy__block .vacansy__city {
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 13.2px;
      /* 9 */
      font-size: 0.825rem;
      /* 9 */ }
    /* line 51, ../../../shared/sass/ui/_vacansy.scss */
    .vacansy__block .vacansy__city .date {
      color: #a0a09f;
      padding-left: 15px; }
  /* line 56, ../../../shared/sass/ui/_vacansy.scss */
  .vacansy__block .vacansy__salary, .vacansy__block .vacansy__salary--no {
    padding-top: 7px; }
  /* line 60, ../../../shared/sass/ui/_vacansy.scss */
  .accordion__item .more:last-child .vacansy__block {
    border-bottom: none; }

/* line 65, ../../../shared/sass/ui/_vacansy.scss */
.more--no-padding {
  padding-bottom: 0; }

/* line 69, ../../../shared/sass/ui/_vacansy.scss */
.vacansy__counter {
  padding-left: 15px;
  color: #a0a09f; }

/* line 75, ../../../shared/sass/ui/_vacansy.scss */
.vacansy-list.vacansy-list li {
  margin-bottom: 16px; }
  /* line 78, ../../../shared/sass/ui/_vacansy.scss */
  .vacansy-list.vacansy-list li:last-child {
    margin-bottom: 0; }

/* line 84, ../../../shared/sass/ui/_vacansy.scss */
.region__block {
  padding: 30px 14px; }

/* line 88, ../../../shared/sass/ui/_vacansy.scss */
.region__close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 12px;
  height: 12px;
  background-position: 0 -615px; }
  /* line 97, ../../../shared/sass/ui/_vacansy.scss */
  .region__close:hover {
    cursor: pointer;
    background-position: 0 -642px; }

/* line 103, ../../../shared/sass/ui/_vacansy.scss */
.all-region-link {
  display: none; }
  /* line 106, ../../../shared/sass/ui/_vacansy.scss */
  .all-region-link.is-active {
    display: inline; }

/* line 111, ../../../shared/sass/ui/_vacansy.scss */
.select-region {
  display: inline-block;
  margin-left: 5px; }

@media (max-width: 640px) {
  /* line 117, ../../../shared/sass/ui/_vacansy.scss */
  .detailed-wrapper .mobile-margin-top {
    margin-top: 20px; } }
/* line 123, ../../../shared/sass/ui/_vacansy.scss */
.detailed-wrapper footer a {
  display: inline-block;
  margin-top: 20px; }

/* line 132, ../../../shared/sass/ui/_vacansy.scss */
.search--vacancies .filter-block {
  margin-top: 13px; }
/* line 136, ../../../shared/sass/ui/_vacansy.scss */
.search--vacancies .filter-block__title {
  vertical-align: top;
  width: 100%; }
/* line 141, ../../../shared/sass/ui/_vacansy.scss */
.search--vacancies .chosen-choices {
  border: none;
  background: none; }
  /* line 145, ../../../shared/sass/ui/_vacansy.scss */
  .search--vacancies .chosen-choices li.search-choice {
    border: none;
    background-image: none;
    background-color: #0079c1;
    padding: 4px 3px 3px;
    padding-right: 25px;
    color: #fff;
    position: relative;
    border-radius: 0;
    box-shadow: none; }
    /* line 156, ../../../shared/sass/ui/_vacansy.scss */
    .search--vacancies .chosen-choices li.search-choice .search-choice-close {
      right: 4px; }
      /* line 160, ../../../shared/sass/ui/_vacansy.scss */
      .search--vacancies .chosen-choices li.search-choice .search-choice-close:hover {
        right: 4px; }
  /* line 169, ../../../shared/sass/ui/_vacansy.scss */
  .search--vacancies .chosen-choices .search-field:before,
  .search--vacancies .chosen-choices .search-choice:before {
    content: "";
    padding: 0; }
/* line 176, ../../../shared/sass/ui/_vacansy.scss */
.search--vacancies .chosen-container {
  position: static;
  margin-top: -5px; }
  /* line 181, ../../../shared/sass/ui/_vacansy.scss */
  .search--vacancies .chosen-container.chosen-with-drop .chosen-drop {
    width: auto;
    left: 0;
    right: 0; }
  /* line 188, ../../../shared/sass/ui/_vacansy.scss */
  .search--vacancies .chosen-container li.active-result,
  .search--vacancies .chosen-container li.result-selected {
    display: inline-block;
    width: 33.33%;
    height: auto;
    padding-left: 15px;
    vertical-align: top; }
    /* line 196, ../../../shared/sass/ui/_vacansy.scss */
    .search--vacancies .chosen-container li.active-result.highlighted,
    .search--vacancies .chosen-container li.result-selected.highlighted {
      background: none; }
      /* line 199, ../../../shared/sass/ui/_vacansy.scss */
      .search--vacancies .chosen-container li.active-result.highlighted span,
      .search--vacancies .chosen-container li.result-selected.highlighted span {
        color: #000;
        border-bottom-style: solid; }
    /* line 205, ../../../shared/sass/ui/_vacansy.scss */
    .search--vacancies .chosen-container li.active-result span,
    .search--vacancies .chosen-container li.result-selected span {
      color: #0079c1;
      border-bottom: 1px dotted; }
    /* line 212, ../../../shared/sass/ui/_vacansy.scss */
    .search--vacancies .chosen-container li.active-result:hover span, .search--vacancies .chosen-container li.active-result:active span, .search--vacancies .chosen-container li.active-result:focus span,
    .search--vacancies .chosen-container li.result-selected:hover span,
    .search--vacancies .chosen-container li.result-selected:active span,
    .search--vacancies .chosen-container li.result-selected:focus span {
      border-bottom: 0;
      color: #000; }
  /* line 221, ../../../shared/sass/ui/_vacansy.scss */
  .search--vacancies .chosen-container li.result-selected span {
    color: #000;
    border: none; }
/* line 230, ../../../shared/sass/ui/_vacansy.scss */
.search--vacancies .chosen-container-multi .chosen-results {
  padding: 20px 0; }
  /* line 233, ../../../shared/sass/ui/_vacansy.scss */
  .search--vacancies .chosen-container-multi .chosen-results li.no-results {
    background: none; }
/* line 238, ../../../shared/sass/ui/_vacansy.scss */
.search--vacancies .all-regions,
.search--vacancies .more-regions {
  color: #0079c1;
  border-bottom: 1px dotted;
  margin-left: 15px;
  margin-top: 2px;
  cursor: pointer;
  position: absolute;
  line-height: 1em;
  z-index: 1; }
/* line 249, ../../../shared/sass/ui/_vacansy.scss */
.search--vacancies .more-regions {
  position: relative;
  top: 3px;
  margin: 0; }
/* line 255, ../../../shared/sass/ui/_vacansy.scss */
.search--vacancies .chosen-container-multi .chosen-choices {
  width: auto;
  cursor: default; }

/* line 261, ../../../shared/sass/ui/_vacansy.scss */
.accordion--vacansy {
  margin-top: 24px; }
  /* line 263, ../../../shared/sass/ui/_vacansy.scss */
  .is-loading .accordion--vacansy {
    border-top: 0; }

/* line 1, ../../../shared/sass/ui/_glossary.scss */
.glossary-list--ru.glossary-list--ru, .glossary-list--en.glossary-list--en {
  line-height: 2;
  margin-bottom: 10px; }
  /* line 4, ../../../shared/sass/ui/_glossary.scss */
  .glossary-list--ru.glossary-list--ru li, .glossary-list--en.glossary-list--en li {
    margin-right: 30px; }
    /* line 7, ../../../shared/sass/ui/_glossary.scss */
    .glossary-list--ru.glossary-list--ru li:last-child, .glossary-list--en.glossary-list--en li:last-child {
      margin-right: 0; }
    /* line 11, ../../../shared/sass/ui/_glossary.scss */
    .glossary-list--ru.glossary-list--ru li:before, .glossary-list--en.glossary-list--en li:before {
      display: none !important; }
  /* line 16, ../../../shared/sass/ui/_glossary.scss */
  .glossary-list--ru.glossary-list--ru .glossary__link, .glossary-list--en.glossary-list--en .glossary__link {
    font-weight: 400;
    border-bottom: 1px dotted; }
    /* line 21, ../../../shared/sass/ui/_glossary.scss */
    .glossary-list--ru.glossary-list--ru .glossary__link:hover, .glossary-list--ru.glossary-list--ru .glossary__link.is-active, .glossary-list--en.glossary-list--en .glossary__link:hover, .glossary-list--en.glossary-list--en .glossary__link.is-active {
      color: #2d2c2a;
      border-bottom: none; }
    /* line 25, ../../../shared/sass/ui/_glossary.scss */
    .glossary-list--ru.glossary-list--ru .glossary__link.is-disabled, .glossary-list--en.glossary-list--en .glossary__link.is-disabled {
      cursor: default;
      border: 0;
      color: #949494; }

/* line 33, ../../../shared/sass/ui/_glossary.scss */
.context--content .glossary-list--en {
  margin-bottom: 0; }

/* line 37, ../../../shared/sass/ui/_glossary.scss */
.context--content .def-list {
  margin-top: 30px;
  border-top: 1px solid #dcdad7; }
  /* line 42, ../../../shared/sass/ui/_glossary.scss */
  .context--content .def-list .def__container {
    display: block;
    padding: 25px 0;
    border-bottom: 1px solid #dcdad7; }
    /* line 47, ../../../shared/sass/ui/_glossary.scss */
    .context--content .def-list .def__container:before {
      display: none; }
  /* line 52, ../../../shared/sass/ui/_glossary.scss */
  .context--content .def-list .def__title {
    color: #0079c1;
    font-weight: 600;
    margin-bottom: 10px; }
  /* line 59, ../../../shared/sass/ui/_glossary.scss */
  .context--content .def-list .def__descr {
    color: #505050; }

/* line 2, ../../../shared/sass/ui/_marginalia.scss */
.marginalia--app .marginalia__body {
  padding-left: 0;
  padding-right: 32px; }

/* line 1, ../../../shared/sass/ui/_search-results.scss */
.search-results {
  position: relative; }

/* line 5, ../../../shared/sass/ui/_search-results.scss */
.search-results__example {
  color: #838383;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 13px;
  /* 9 */
  font-size: 0.8125rem;
  /* 9 */
  text-align: right;
  margin-bottom: 2px; }
  /* line 166, ../../../shared/sass/base/_mixins.scss */
  html.font_plus .search-results__example {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14.3px;
    /* 9 */
    font-size: 0.89375rem;
    /* 9 */ }
  /* line 169, ../../../shared/sass/base/_mixins.scss */
  html.font_plus_plus .search-results__example {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 15.6px;
    /* 9 */
    font-size: 0.975rem;
    /* 9 */ }

/* line 12, ../../../shared/sass/ui/_search-results.scss */
.search-results__example--link {
  border-bottom: none; }

/* line 16, ../../../shared/sass/ui/_search-results.scss */
.search-results__input-text {
  height: 30px;
  width: 100%;
  color: #949494 !important; }

/* line 22, ../../../shared/sass/ui/_search-results.scss */
.search-results__submit {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  border: none;
  padding: 0;
  background: transparent url(../images/search-btn.png) -5px -5px;
  font-size: 0;
  cursor: pointer; }

/* line 35, ../../../shared/sass/ui/_search-results.scss */
.search-results__sections {
  margin-top: 20px;
  margin-bottom: 30px; }

/* line 40, ../../../shared/sass/ui/_search-results.scss */
.search-results__sections--btn {
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  line-height: 1em;
  color: #0079c1;
  border: none;
  border-bottom: 1px dotted;
  background-color: transparent;
  cursor: pointer;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 13px;
  /* 9 */
  font-size: 0.8125rem;
  /* 9 */ }
  /* line 166, ../../../shared/sass/base/_mixins.scss */
  html.font_plus .search-results__sections--btn {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14.3px;
    /* 9 */
    font-size: 0.89375rem;
    /* 9 */ }
  /* line 169, ../../../shared/sass/base/_mixins.scss */
  html.font_plus_plus .search-results__sections--btn {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 15.6px;
    /* 9 */
    font-size: 0.975rem;
    /* 9 */ }
  /* line 53, ../../../shared/sass/ui/_search-results.scss */
  .search-results__sections--btn.is-expanded {
    color: #444444;
    border-bottom: none;
    cursor: default; }

/* line 60, ../../../shared/sass/ui/_search-results.scss */
.search-results__setings {
  margin-bottom: 35px;
  border-bottom: 1px solid #abafb0;
  border-top: 1px solid #abafb0;
  overflow: hidden;
  max-height: 500px;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s; }
  /* line 67, ../../../shared/sass/ui/_search-results.scss */
  .search-results__setings.is-hidden {
    max-height: 0;
    padding-bottom: 0;
    border-bottom-color: transparent;
    border-top-color: transparent;
    margin-bottom: 0; }

/* line 76, ../../../shared/sass/ui/_search-results.scss */
.search-results__setings-title {
  padding-bottom: 7px;
  padding-top: 5px;
  text-align: right; }

/* line 82, ../../../shared/sass/ui/_search-results.scss */
.search-results__setings-switch {
  display: inline-block;
  position: relative;
  margin-right: 15px;
  padding-bottom: 1px;
  line-height: 1em;
  color: #444444;
  border-bottom: 1px dashed #949494;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 13px;
  /* 9 */
  font-size: 0.8125rem;
  /* 9 */ }
  /* line 166, ../../../shared/sass/base/_mixins.scss */
  html.font_plus .search-results__setings-switch {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14.3px;
    /* 9 */
    font-size: 0.89375rem;
    /* 9 */ }
  /* line 169, ../../../shared/sass/base/_mixins.scss */
  html.font_plus_plus .search-results__setings-switch {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 15.6px;
    /* 9 */
    font-size: 0.975rem;
    /* 9 */ }
  /* line 93, ../../../shared/sass/ui/_search-results.scss */
  .search-results__setings-switch:hover {
    color: #444444;
    border-bottom: 1px dashed #949494; }
  /* line 98, ../../../shared/sass/ui/_search-results.scss */
  .search-results__setings-switch:before {
    content: "";
    position: absolute;
    display: block;
    width: 13px;
    height: 7px;
    background-position: 0 -53px;
    top: 0;
    right: -15px;
    bottom: 0;
    margin: auto; }
  /* line 113, ../../../shared/sass/ui/_search-results.scss */
  .search-results__setings-switch.is-expanded:before {
    background-position: 0 -216px; }

/* line 119, ../../../shared/sass/ui/_search-results.scss */
.search-results__setings--period-box, .search-results__setings--tag-box, .search-results__sort-by {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 13px;
  /* 9 */
  font-size: 0.8125rem;
  /* 9 */
  padding-top: 13px;
  color: #505050;
  position: relative;
  margin-bottom: .7em; }
  /* line 166, ../../../shared/sass/base/_mixins.scss */
  html.font_plus .search-results__setings--period-box, html.font_plus .search-results__setings--tag-box, html.font_plus .search-results__sort-by {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14.3px;
    /* 9 */
    font-size: 0.89375rem;
    /* 9 */ }
  /* line 169, ../../../shared/sass/base/_mixins.scss */
  html.font_plus_plus .search-results__setings--period-box, html.font_plus_plus .search-results__setings--tag-box, html.font_plus_plus .search-results__sort-by {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 15.6px;
    /* 9 */
    font-size: 0.975rem;
    /* 9 */ }

/* line 127, ../../../shared/sass/ui/_search-results.scss */
.search-results__setings--period.search-results__setings--period {
  display: inline-block;
  padding: 0;
  line-height: 1em;
  border: none;
  border-bottom: 1px dotted;
  position: relative;
  margin-bottom: 0;
  -moz-transition: margin-bottom 0.3s ease;
  -o-transition: margin-bottom 0.3s ease;
  -webkit-transition: margin-bottom 0.3s ease;
  transition: margin-bottom 0.3s ease; }
  /* line 136, ../../../shared/sass/ui/_search-results.scss */
  .search-results__setings--period.search-results__setings--period:after {
    content: "";
    display: none;
    position: absolute;
    width: 9px;
    height: 5px;
    top: 19px;
    left: 50%;
    margin-left: -5px;
    background-position: 0 -2553px; }
  /* line 147, ../../../shared/sass/ui/_search-results.scss */
  .search-results__setings--period.search-results__setings--period.is-expanded {
    margin-bottom: 180px; }
    /* line 149, ../../../shared/sass/ui/_search-results.scss */
    .search-results__setings--period.search-results__setings--period.is-expanded:after {
      display: block; }

/* line 155, ../../../shared/sass/ui/_search-results.scss */
.search-results__reset {
  border-bottom: 1px dotted;
  display: inline-block;
  margin-bottom: 20px;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 13px;
  /* 9 */
  font-size: 0.8125rem;
  /* 9 */
  line-height: 1em; }
  /* line 166, ../../../shared/sass/base/_mixins.scss */
  html.font_plus .search-results__reset {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14.3px;
    /* 9 */
    font-size: 0.89375rem;
    /* 9 */ }
  /* line 169, ../../../shared/sass/base/_mixins.scss */
  html.font_plus_plus .search-results__reset {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 15.6px;
    /* 9 */
    font-size: 0.975rem;
    /* 9 */ }

/* line 163, ../../../shared/sass/ui/_search-results.scss */
.search-results__setings--set-period {
  position: absolute;
  display: none;
  width: 100%;
  top: 40px;
  padding: 30px 15px;
  z-index: 5;
  color: #505050;
  background-color: #fff;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 15px;
  /* 9 */
  font-size: 0.9375rem;
  /* 9 */
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 2px 3px 9px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 2px 3px 9px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 3px 9px 0px; }
  /* line 166, ../../../shared/sass/base/_mixins.scss */
  html.font_plus .search-results__setings--set-period {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 16.5px;
    /* 9 */
    font-size: 1.03125rem;
    /* 9 */ }
  /* line 169, ../../../shared/sass/base/_mixins.scss */
  html.font_plus_plus .search-results__setings--set-period {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18px;
    /* 9 */
    font-size: 1.125rem;
    /* 9 */ }
  /* line 175, ../../../shared/sass/ui/_search-results.scss */
  .search-results__setings--set-period.is-expanded {
    display: block; }
  /* line 179, ../../../shared/sass/ui/_search-results.scss */
  .search-results__setings--set-period input[type="date"] {
    margin-left: 10px;
    margin-right: 25px; }
  /* line 184, ../../../shared/sass/ui/_search-results.scss */
  .search-results__setings--set-period .search-results__close--set-period-btn {
    width: 13px;
    height: 13px;
    background: url(../images/soc-close.png) 0 0 no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    border: none;
    cursor: pointer; }

/* line 198, ../../../shared/sass/ui/_search-results.scss */
.search-results--period-form {
  margin-top: 25px; }
  /* line 200, ../../../shared/sass/ui/_search-results.scss */
  .search-results--period-form .date__container {
    margin-right: 10px; }
  /* line 203, ../../../shared/sass/ui/_search-results.scss */
  .search-results--period-form .input__date.input__date {
    width: 208px;
    height: 28px; }

/* line 209, ../../../shared/sass/ui/_search-results.scss */
.js-search-results-picker {
  width: 208px; }

/* line 213, ../../../shared/sass/ui/_search-results.scss */
.search-results__setings--tag-box {
  display: block; }