.pages {
  padding: 10px 0 30px; }
  .pages > .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
  @media (min-width: 970px) {
    .pages__sections {
      order: 2; } }
  .pages__sections-list {
    height: 115px;
    overflow: hidden; }
    @media (min-width: 970px) {
      .pages__sections-list {
        height: auto; } }
    .pages__sections-list.shown {
      height: auto; }
  .pages__sections-item {
    display: block;
    font-size: 14px;
    color: #575656;
    border-bottom: 1px solid #043261;
    padding: 5px 0; }
    @media (min-width: 970px) {
      .pages__sections-item {
        padding: 15px 0; } }
    .pages__sections-item:last-child {
      border-bottom: 0; }
    .pages__sections-item.selected, .pages__sections-item.active {
      font-weight: bold;
      color: #043261; }
  @media (min-width: 970px) {
    .pages__content {
      order: 1; } }
  .pages__content-img:not(.main-section) {
    display: none; }
    @media (min-width: 970px) {
      .pages__content-img:not(.main-section) {
        display: block; } }
  .pages__content-img img {
    width: 100%; }
  .pages__items {
    margin-top: 10px; }
    .pages__items > .row {
      display: flex;
      flex-wrap: wrap;
      margin-left: -15px;
      margin-right: -15px; }
    .pages__items .item-hide {
      display: none; }
  .pages__item {
    font-size: 11px;
    padding-top: 12px;
    padding-bottom: 12px;
    cursor: pointer; }
    .pages__item.first-item {
      padding-top: 0; }
      .pages__item.first-item img {
        width: 100%; }
    .pages__item-img {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 15px; }
      .pages__item-img img {
        width: 100%; }
    .pages__item-type {
      font-weight: bold;
      text-transform: uppercase;
      color: #043261;
      margin-bottom: 5px; }
    .pages__item-gallery {
      margin-bottom: 25px; }
    .pages__item-tab {
      display: none; }
      .pages__item-tab.active {
        display: block; }
      .pages__item-tab-title {
        font-size: 18px;
        color: #043261;
        font-weight: 700;
        margin-bottom: 15px; }
  .pages__description {
    padding-bottom: 50px; }
  .pages.info-page .pages__item {
    color: #575656; }
    .pages.info-page .pages__item-title {
      font-size: 16px;
      font-weight: bold;
      margin-top: 5px; }
  .pages.print-page .pages__item.first-item {
    cursor: default; }
  .pages.print-page .pages__item-img {
    width: 140px;
    height: 200px; }

.show-more {
  font-size: 13px;
  display: inline-block;
  margin: 15px 0;
  font-weight: bold;
  background: #00396f;
  color: #fff;
  line-height: 1;
  padding: 10px 15px; }
  .show-more:hover, .show-more:active, .show-more:focus {
    color: #fff; }
  @media (min-width: 970px) {
    .show-more {
      display: none; } }

.factories .pages__content {
  padding-top: 10px; }

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