@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*, :before, :after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }

body {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font: normal normal 16px/1.5 "Exo 2", sans-serif;
  min-height: 100vh;
  letter-spacing: -0.03125em; }

header, footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; 
	position: relative;
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

img,
iframe,
video {
  max-width: 100%; }

a img {
  /*для IE10 */
  border: none; }

a {
	color: inherit; 
}
a:hover {color:#e50027;}

.route__text a{ color:#e50027;}
.route__text u{text-decoration:none;}
.route__text a:hover{text-decoration:underline;}
p {
  margin: 0 0 1.5em; }
  p:last-child {
    margin: 0; }

*:focus {
  outline: none; }

*:invalid {
  -webkit-box-shadow: none;
          box-shadow: none; }

/*элементы форм */
input, textarea, button, select {
  font: inherit;
  color: inherit; }

textarea {
  resize: none;
  overflow: auto; }

[type=text],
[type=email],
[type=tel],
[type=url],
[type=password],
textarea {
  display: block;
  width: 100%;
  border: 1px solid #959595;
  background: none;
  line-height: normal;
  padding: 16px;
  margin: 0 0 17px; }

[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  width: 31px;
  height: 30px;
  border: 1px solid #959595;
  padding: 9px 7px 7px 9px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-clip: content-box;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0; }
  [type=checkbox]:checked {
    background-color: #333d47; }

.field {
  display: block; }
  .field__label {
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    margin: 0 0 0.4em; }

.label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  line-height: normal;
  font-weight: 300;
  margin: 0 0 33px; }
  .label input {
    margin: 0 16px 0 0; }
  .label span {
    display: block;
    width: calc(100% - 46px);
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }

/*кнопки */
button,
[type=submit],
[type=reset],
[type=image] {
  cursor: pointer; }

.btn {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  vertical-align: top;
  line-height: 53px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 18px;
  font-weight: bold;
  padding: 0 32px;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.25);
  color: #000;
  text-shadow: none;
  background-color: #fff;
  text-decoration: none;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .btn_dark {
    background-color: #555e66;
    color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn_stroke {
    color: #fff;
    background: none;
    border: 5px solid;
    line-height: 48px;
    padding: 0 30px;
    font-size: 20px;
    font-weight: 400; }
  .btn_thin {
    border: 1px solid #ccc;
    color: #333d47;
    font-size: 16px;
    font-weight: 400;
    line-height: 51px;
    padding: 0 43px;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn_big {
    font-weight: 400;
    line-height: 58px;
    font-size: 20px;
    padding: 0 50px; }

/*заголовки */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.5em;
  font-weight: bold;
  line-height: normal; }

h1 {
  font-size: 36px;
  margin: 0 0 0.5em; }

h2 {
  font-size: 36px;
  font-weight: 400;
  margin: 0 0 0.7em;
  letter-spacing: -0.0388888889em; }

h3 {
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 0.8em; }

/*списки */
ul, ol {
  margin: 0 0 1em; }

/*таблицы */
table {
  max-width: 100%;
  border-collapse: collapse; }

th {
  text-align: inherit; }

td, th {
  vertical-align: top;
  padding: 14px 45px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9; }
  td:first-child, th:first-child {
    padding-left: 0; }
  td:last-child, th:last-child {
    padding-right: 0; }

/*контейнеры */
.wrapper {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px; }

.box {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

/*всякое барахло, встречающееся повсеместно */
.file-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  font-size: 18px;
  line-height: 1.3333333333;
  margin: 0 0 1.8em; }
  .file-link:before {
    content: "";
    font: normal normal 50px/1 fontAwesome;
    color: #e50027;
    display: inline-block;
    width: 1.4em;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    vertical-align: middle; }
  .file-link[href$=".doc"]:before, .file-link[href$=".docx"]:before {
    content: ""; }
  .file-link[href$=".pdf"]:before {
    content: ""; }
  .file-link[href$=".xls"]:before, .file-link[href$=".xlsx"]:before {
    content: ""; }
  .file-link[href$=".jpg"]:before, .file-link[href$=".png"]:before, .file-link[href$=".webp"]:before, .file-link[href$=".gif"]:before, .file-link[href$=".svg"]:before, .file-link[href$=".jpeg"]:before {
    content: ""; }
  .file-link span {
    display: inline-block;
    width: calc(100% - 70px);
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }

/*ШАПКА */
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 330px;
  max-width: 100%;
  font-size: 17px;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  line-height: normal; }
  .logo__img {
    width: 95px;
    margin: 3px 15px 3px 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .logo__text {
    display: inline-block;
    width: calc(100% - 167px);
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }

.menu-btn {
  display: none; }

.header__topline {
  border-bottom: 1px solid #bcc2ca;
  padding: 2px 0; }
  .header__topline .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.header__phone {
  text-decoration: none;
  display: inline-block;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 300;
  margin: 0 44px 0 0; }
.header__mail {
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  text-decoration: none;
  margin: 0 35px 0 0;
  letter-spacing: -0.3px; }
.header__login {
  margin: 0 0 0 auto;
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: -0.3px; }
.header__bottomline .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.header__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 35px -14px 0 auto;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .header__menu a {
    display: block;
    text-decoration: none; }
  .header__menu ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0; }
  .header__menu > li {
    display: inline-block;
    position: relative; }
    .header__menu > li > a {
      font-weight: bold;
      padding: 20px 14px 23px;
      letter-spacing: -0.01875em; }

.social__link {
  display: inline-block;
  width: 34px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background-color: gray;
  font-size: 20px;
  margin: 0 1px; }
  .social__link.fa-vk {
    background-color: #5d8db7; }
  .social__link.fa-facebook {
    background-color: #7577b2; }

/*ОСНОВНОЕ СОДЕРЖИМОЕ */
.slick-arrow {
  display: inline-block;
  line-height: 1;
  font-size: 39px;
  width: 1em;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: calc(60.5% - .5em);
  z-index: 2; }
  .slick-arrow.prev {
    right: calc(50% + 598px); }
  .slick-arrow.next {
    left: calc(50% + 592px); }

.search-form {
  background-color: rgba(51, 61, 71, 0.55);
  padding: 26px 0; }
  .search-form_absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1; }
  .search-form__dummy {
    height: 56px;
    background: url(img/dummy.jpg) no-repeat center/contain; }

.top-block {
  position: relative; }
  .top-block__slider {
    color: #fff;
    font-weight: 300; }
  .top-block__slide {
    padding: 141px 0 44px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .top-block__slide:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(51, 61, 71, 0.3); }
    .top-block__slide:not(.slick-slide):nth-child(n+2) {
      display: none; }
    .top-block__slide.slick-slide {
      height: auto;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
  .top-block__title {
    font-size: 48px;
    line-height: 1;
    font-weight: 900;
    margin: 0;
    max-width: 680px;
    margin: 0 0 0.4em;
    letter-spacing: -0.0333333333em;
    position: relative;
    min-height: 95px;
    max-height: 96px;
	color: #fff;
	font-family: "Exo 2", sans-serif;
  }
  .top-block__text {
    font-weight: 300;
    max-width: 550px;
    margin: 0 0 1.35em;
    position: relative;
    min-height: 72px;
    max-height: 73px;
  }
  .top-block__btn {
    position: relative; }

.direction-card {
  width: 340px;
  margin: 0 20px 100px;
  padding: 0 7.5px 190px;
  position: relative; }
  .direction-card.slick-slide {
    margin-bottom: 0; }
  .direction-card__title {
    font-size: 24px;
    font-weight: bold;
    color: #333d47;
    max-width: 240px;
    letter-spacing: -0.0625em; }
  .direction-card__price {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    line-height: normal;
    padding: 17px 27px;
    text-align: center;
    background-color: #fff;
    color: #333d47;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    position: relative;
    z-index: 1; }
  .direction-card__img {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.directions {
  padding: 64px 0 20px; }
  .directions__title {
    font-size: 30px;
	color: #000;
    text-indent: -2px;
    letter-spacing: -0.0266666667em;
    font-weight: bold;
    margin: 0 0 1.75em; }
  .directions__slider:not(.slick-initialized) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1140px;
    margin: 0 auto; }
  .directions__slider .slick-list {
    -webkit-mask: linear-gradient(to right, transparent, black calc(50% - 450px), black calc(50% + 450px), transparent);
            mask: linear-gradient(to right, transparent, black calc(50% - 450px), black calc(50% + 450px), transparent); }
  .directions__arrow {
    top: calc(45.5% - .5em);
    color: #333d47; }

.news-block {
  padding: 49px 0 27px; }
  .news-block__title {
    font-size: 30px;
    text-indent: -2px;
    letter-spacing: -0.0266666667em;
    font-weight: bold;
	color: #000;
    margin: 0 0 1em; }
  .news-block__item {
    width: 252px;
    margin: 0 15px 30px;
    font-size: 14px;
    font-weight: 300; }
  .news-block__subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1em; }
    .news-block__subtitle a {
      text-decoration: none; 
		color: #000;}

/*Внутренние страницы */
.breadcrumbs {
  padding: 28px 0 9px;
  font-size: 14px;
  font-weight: 300; }
  .breadcrumbs__list {
    list-style: none;
    margin: 0;
    padding: 0; }
    .breadcrumbs__list > li {
      display: inline-block; }
      .breadcrumbs__list > li:not(:last-child):after {
        content: " — "; }
      .breadcrumbs__list > li:nth-child(n+2) > a {
        text-decoration: none; }

.routes__box {
  margin: 0 -20px; }

.bus-card {
  margin: 0 15px 50px;
  width: 346px; }
  .bus-card__pic {
    display: block;
    margin: 0 0 3px; }
    .bus-card__pic img {
      display: block;
      height: 163px;
      width: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center;
         object-position: center; }
  .bus-card__title {
    font-size: 24px;
    font-weight: bold;
    color: #333d47;
    margin: 0 0 7px; }
    .bus-card__title a {
      text-decoration: none; }

.buses {
    margin: -18px 0 43px;
}
  .buses__title {
    margin: 0 0 0.4em; }

.chars-table {
  table-layout: fixed;
  line-height: normal;
  font-weight: 300;
  margin: 0 0 2.4em; }
  .chars-table td, .chars-table th {
    padding: 6px;
    border: none;
    width: 50%; }
    .chars-table td:first-child, .chars-table th:first-child {
      padding-left: 0; }
    .chars-table td:last-child, .chars-table th:last-child {
      padding-right: 0; }

.bus {
  margin: -17px 0 37px; }
  .bus__inner {
    position: relative;
    font-weight: 300;
    min-height: 371px;
  }
  .bus__slider {
    position: absolute;
    top: 10px;
    right: 0;
    width: 553px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; 
height: 371px;
}
  .bus__slide:not(.slick-slide):nth-child(n+2) {
    display: none; }
  .bus__slide img {
    display: block;
    width: 100%; }
  .bus__arrow {
    color: #fff;
    top: calc(50% - .5em); }
    .bus__arrow.prev {
      right: auto;
      left: 20px; }
    .bus__arrow.next {
      left: auto;
      right: 20px; }
  .bus__text {
    width: calc(100% - 585px); }

.equipment {
  padding: 30px 0; }
  .equipment__title {
    margin: 0 0 2em; }
  .equipment__slider:not(.slick-initialized) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px; }
  .equipment__slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .equipment__arrow {
    top: calc(50% - .5em); }
  .equipment__slide {
    width: 140px;
    margin: 0 15px 30px; }
    .equipment__slide.slick-slide {
      height: auto;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      opacity: 0;
      -webkit-transition: all 1s ease;
      transition: all 1s ease; }
    .equipment__slide.slick-active {
      opacity: 1; }
    .equipment__slide img {
      display: block;
      height: 95px;
      margin: 0 auto;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center;
         object-position: center; }
    .equipment__slide img:hover {
      /* -webkit-transition: .2s ease-out; */
      -moz-transition: .2s ease-out;
      -o-transition: .2s ease-out;
      transition: .2s ease-out;
      -moz-opacity: .5;
      -khtml-opacity: .5;
      opacity: .5;

      filter: gray;
      -webkit-filter: grayscale(100%);
       }
  .equipment__caption {
    display: none; }

.buses-block {
  padding: 48px 0 34px; }
  .buses-block__title {
    margin: 0; }

.page {
  /*общий шаблон для простых страниц */
  padding: 0 0 100px; }

.faq__item {
  border-top: 1px solid #d4d4d4;
  padding: 26px 0 29px;
  font-size: 18px;
  line-height: 1.3333333333; }
.faq__question {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .faq__question.active {
    font-weight: bold; }
.faq__answer {
  display: none;
  color: #308800;
  padding: 19px 0 22px 79px; }

.sitemap__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 235px;
  font-size: 18px;
  line-height: 1.3333333333;
  margin: 0 15px 4px; }
  .sitemap__menu a {
    text-decoration: none; }
  .sitemap__menu > li {
    margin: 0 0 1.35em; }
    .sitemap__menu > li > a {
      font-weight: bold; }
  .sitemap__menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0.4em 0 0; }
    .sitemap__menu ul > li {
      margin: 0 0 0.33em; }

.contacts {
  /*padding: 0 0 37px; */
	padding: 0 0 10px; }
  .contacts__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .contacts__map {
    width: 550px;
    height: 373px;
    background-color: #ccc;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .contacts__text {
    width: calc(100% - 550px);
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 7px 30px 0 0;
    font-size: 18px;
    line-height: 1.3333333333;
    font-weight: 300; }
  .contacts__item {
    margin: 0 0 2.7em; }
  .contacts__phone {
    text-decoration: none; }

.tickets {
  /*padding: 30px 0;*/
  font-size: 18px;
  line-height: 1.3333333333; }
  .tickets__title {
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 1.4em; }
  .tickets__table {
    max-width: 100%;
    overflow: auto; }
    .tickets__table table {
      table-layout: fixed; }
    .tickets__table p {
      margin: 0 0 0.7em; }
      .tickets__table p:last-child {
        margin: 0; }

.notation {
  font-size: 14px;
  line-height: 1.2857142857;
  color: rgba(0, 0, 0, 0.8); }

.route {
  background: url(img/route.png) no-repeat right top 63px/auto 850px;  }
  .route__description {
    padding: 0 0 34px; }
  .route__text {
    max-width: 570px;
    font-weight: 300; }
	article.route__text a:hover {color:#e50027}

.schedule {
  padding: 32px 0 20px; }
  .schedule__box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .schedule__title {
    margin: 0 0 0.9em; }
  .schedule__direction {
    width: 526px;
    margin: 0 15px 30px; }
  .schedule__subtitle {
    font-size: 24px;
    font-weight: bold; }
  .schedule__item {
    background-color: #f7f7f7;
    border: 1px solid #e3e3e3;
    -webkit-transition: all 0.3s ease-in-out 0.2s;
    transition: all 0.3s ease-in-out 0.2s; }
    .schedule__item:nth-child(n+2) {
      border-top: none; }
    .schedule__item.active {
      background-color: #efefef; }
    .schedule__item-head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 13px 42px 10px 25px; }
    .schedule__item-info {
      display: none;
      padding: 0 42px 33px 25px; }
  .schedule__logo {
    width: 117px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .schedule__logo img {
      display: block;
      margin: 0 auto; }
  .schedule__text {
    font-size: 18px;
    line-height: 30px;
    width: calc(100% - 117px);
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 0 0 0 42px; }
  .schedule__time {
    font-size: 24px;
    font-weight: bold; }
  .schedule__chars {
    font-size: 18px;
    line-height: 1.6666666667;
    margin: 0 0 1.3em; }
  .schedule__key {
    font-weight: bold; }
  .schedule__stops {
    line-height: normal;
    width: 100%; }
    .schedule__stops td, .schedule__stops th {
      padding: 8px; }
      .schedule__stops td:first-child, .schedule__stops th:first-child {
        padding-left: 0; }
      .schedule__stops td:last-child, .schedule__stops th:last-child {
        text-align: right; }
    .schedule__stops thead td, .schedule__stops thead th {
      border-top: none; }
    .schedule__stops tbody td:last-child {
      padding-right: 10px; }

.text-block {
  padding: 22px 0 63px;
  font-size: 18px;
  line-height: normal; }
  .text-block p {
    margin: 0 0 1.18em; }
    .text-block p:last-child {
      margin: 0; }

.post-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: 1px solid #d4d4d4;
  margin: 0 0 41px; }
  .post-card__pic {
    display: block;
    width: 259px;
    margin: 0 39px 0 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .post-card__pic img {
      display: block;
      width: 100%; }
  .post-card__text {
    width: calc(100% - 298px);
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 15px 0 0; }
  .post-card__date {
    font-size: 18px;
    line-height: 1.3333333333;
    color: #8f949a;
    margin: 0 0 1.33em; }
  .post-card__title {
    font-size: 18px;
    line-height: 1.3333333333;
    margin: 11px 0 1.5em; }
    .post-card__title a {
      text-decoration: none; }

.post__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 65px; }
.post__img {
  /*img hack */
  float:right;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 550px;
  max-width: 50%;
  margin: 0 0 0 25px; }
.post__text {
  width: calc(100% - 575px);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-weight: 300;
  padding: 35px 0 0; }
.post__text a{color:#e50027}
.post__text a:hover{text-decoration:underline}
.icons-menu {
  text-align: center;
  padding: 22px 0 10px; }
  .icons-menu__item {
    display: inline-block;
    width: 196px;
    margin: 0 15px 30px;
    text-decoration: none;
    font-size: 24px;
    line-height: normal; }
  .icons-menu__pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 110px;
    margin: 0 0 39px; }
    .icons-menu__pic img {
      display: block;
      margin: auto; }

.form-block {
  padding: 33px 0 20px; }
  .form-block__title {
    font-size: 30px; }
  .form-block__form {
    max-width: 614px; }

.btn-block {
  margin: 0 0 1.5em; }
  .btn-block__text {
    display: inline-block;
    margin: 0 35px 0 0;
    font-size: 18px;
    vertical-align: middle; }
  .btn-block__btn {
    vertical-align: middle; }

.pic-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 45px 0; }
  .pic-block_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .pic-block__img {
    width: 50%; }
  .pic-block__text {
    width: 50%;
    padding: 10px 0 10px 56px; }
  .pic-block_reverse .pic-block__text {
    padding: 10px 65px 10px 0; }

.tile-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .tile-card:nth-child(2n+1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .tile-card__pic {
    width: 50%;
    display: block; }
    .tile-card__pic img {
      display: block;
      width: 100%;
      /*height: 100%;*/
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
  .tile-card__text {
    width: 50%;
    -ms-flex-item-align: center;
        align-self: center;
    padding: 30px 0 30px 52px;
    font-weight: 300; }
  .tile-card:nth-child(2n+1) .tile-card__text {
    padding: 30px 52px 30px 0; }
  .tile-card__title_small {
    font-size: 24px; }
  .tile-card__title a {
    text-decoration: none; }

.about-block {
  padding: 0 0 50px; }
  .about-block__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 70px 64px 0; }
  .about-block__main {
    width: calc(100% - 430px);
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    font-size: 18px;
    line-height: 1.6666666667; }
  .about-block__sidebar {
    width: 330px;
    margin: 0 0 0 100px; }

.banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #555e66;
  color: #fff;
  font-size: 36px;
  line-height: normal;
  font-weight: bold;
  min-height: 360px;
  padding: 65px 0;
  letter-spacing: -0.03em;
  position: relative; }
  .banner:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(85, 94, 102, 0.75); }
  .banner_internal {
    max-width: 1100px;
    margin: 0 auto;
    padding: 61px 60px 60px 70px;
    font-size: 30px;
    line-height: 1.4666666667; }
  .banner__text {
    position: relative; }

/*ПОДВАЛ */
.footer {
  background-color: rgba(51, 61, 71, 0.8);
  color: #fff;
  /*padding: 67px 0 49px;*/
  padding: 30px 0 30px;  }
  .footer__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 -15px; }
    .footer__menu a {
      text-decoration: none;
		line-height: 21px; }
    .footer__menu ul {
      list-style: none;
      margin: 0;
      padding: 0;
      font-size: 14px;
      font-weight: 300; }
      .footer__menu ul > li {
        margin: 0 0 0.7em; }
        .footer__menu ul > li:last-child {
          margin: 0; }
    .footer__menu > li {
      margin: 0 15px 20px;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
      .footer__menu > li > a {
        font-weight: bold;
        display: inline-block;
        margin: 0 0 0.5em;
		line-height: 24px; }
  .footer__bottomline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.0214285714em; }
    .footer__bottomline a {
      text-decoration: none; }
  .footer__social {
    margin: 0 0 20px; }
  .footer__contacts {
    font-weight: 300;
    margin: 0 0 1em; }
  .footer__phone {
    font-size: 16px;
    margin: 0 20px 0 10px; }

/*анимации */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes slideDown {
  from {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); } }
@keyframes slideDown {
  from {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); } }
.to-passengers a:hover span+span,
.faq__item .faq__question:hover,
.docs-block a:hover,
.post-card__title a:hover{
  color:#e50027;
}
.docs-block a,
.docs-block a:hover{
  text-decoration: none;
}
/*АДАПТИВ */
@media(min-width: 1275px) {
  .btn {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .btn:hover {
      background-color: #e50027;
      border-color: #e50027;
      -webkit-box-shadow: none;
              box-shadow: none;
      color: #fff; }

  .slick-arrow {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .slick-arrow:hover {
      color: #e50027; }

  .header__topline a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .header__topline a:hover {
      color: #e50027; }
  .header__menu > li > a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 4px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .header__menu > li > ul {
    padding: 0px 45px 28px 45px;
    background-color: #fff;
    white-space: nowrap;
    position: absolute;
    z-index: 2;
    top: 100%;
    left: -31px;
    -webkit-animation: fadeIn 0.7s ease;
            animation: fadeIn 0.7s ease; }
    .header__menu > li > ul > li {
      margin: 0 0 0.7em; }
      .header__menu > li > ul > li > a {
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        .header__menu > li > ul > li > a:hover {
          color: #e50027; }
      .header__menu > li > ul > li.active > a {
        color: #e50027; }
  .header__menu > li:nth-last-child(-n+2) > ul {
    left: auto;
    right: 0; }
  .header__menu > li:hover > a:before {
    background-color: #e50027; }
  .header__menu > li:hover > ul {
    display: block; }
  .header__menu > li.active > a {
    color: #e50027; }

  .direction-card__price {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .direction-card__price:hover {
      background-color: #e50027;
      color: #fff; }

  .news-block__subtitle a {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .news-block__subtitle a:hover {
      color: #e50027; }

  .footer a {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .footer a:hover {
      color: #e50027; }

  .social a:hover {
    color: #fff; }

  .desktop-hidden {
    display: none !important; }
  .asd_hide{display: none!important;}	}
@media(max-width:1274px) {
  .mobile-hidden {
    display: none !important; }

  h1, .h1 {
    margin: 0 0 0.65em; }

  .slick-arrow.prev {
    right: auto;
    left: 1px; }
  .slick-arrow.next {
    left: auto;
    right: 1px; }

  .wrapper {
    max-width: 810px; }

  .menu-btn {
    display: inline-block;
    font-size: 44px;
    width: calc(2em - 3px);
    line-height: 1.4090909091;
    text-align: center;
    margin: 0 -20px 0 auto;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .menu-btn.active {
      color: #fff;
      background-color: #e50027; }

  .header {
    border-bottom: 1px solid #675f52;
    position: relative; }
    .header__menu {
      display: none;
      z-index: 5;
      position: absolute;
      top: calc(100% + 1px);
      left: 0;
      width: 100%;
      margin: 0;
      background-color: #fff;
      padding: 27px calc(50% - 385px);
      -webkit-columns: 3;
              columns: 3;
      -webkit-column-gap: 20px;
              column-gap: 20px;
      font-size: 18px;
      -webkit-animation: fadeIn 0.4s ease;
              animation: fadeIn 0.4s ease; }
      .header__menu.open {
        display: block; }
      .header__menu ul {
        display: block;
        padding: 8px 0 0; }
        .header__menu ul > li {
          margin: 0 0 0.45em; }
          .header__menu ul > li:last-child {
            margin: 0; }
      .header__menu > li {
        display: block;
        margin: 0 0 1.5em; }
        .header__menu > li > a {
          padding: 0; }
    .header__bottomline .wrapper {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }

  .search-form__dummy {
    background-image: url(img/dummy-tablet.jpg); }

  .top-block__slide {
    padding: 141px 40px 44px; }
  .top-block__title {
    font-size: 36px;
    margin: 0 0 0.55em; }
  .top-block__text {
    margin: 0 0 2.1em; }

  .direction-card {
    width: 285px;
    padding: 0 0 150px;
    margin: 0 15px 50px; }

  .directions {
    padding: 53px 0 20px; }
    .directions__title {
      max-width: 320px; }
    .directions__slider {
      padding: 0 20px;
      max-width: 640px;
      margin: 0 auto; }
      .directions__slider .slick-list {
        -webkit-mask: none;
                mask: none;
        margin: 0 -15px; }
    .directions__arrow {
      top: auto;
      bottom: calc(100% + 48px); }
      .directions__arrow.prev {
        left: calc(50% + 18px); }
      .directions__arrow.next {
        right: calc(50% - 114px); }

  .news-block {
    padding: 79px 0 37px; }
    .news-block__item {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
      .news-block__item:nth-child(n+3) {
        display: none; }

  .breadcrumbs {
    padding: 15px 0 13px; }

  .routes__box {
    margin: 0 -15px; }

  .chars-table {
    margin: 0 0 2em;
    width: auto; }

  .bus {
    padding: 5px 0 21px; }
    .bus__title {
      margin: 0 0 1.2em; }
    .bus__inner {
      position: static; }
    .bus__slider {
      position: relative;
      top: auto;
      right: auto;
      width: auto;
      margin: 0 0 44px; }
    .bus__slide img {
      max-height: 45.8vw;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
    .bus__text {
      width: auto; }

  .equipment__title {
    padding-left: 0.8em; }
  .equipment__arrow.prev {
    left: -20px; }
  .equipment__arrow.next {
    right: -20px; }

  .buses-block {
    padding: 48px 0 30px; }
    .buses-block__title {
      padding-left: 0.8em;
      margin: 0 0 0.6em; }
    .buses-block__item:nth-child(n+5) {
      display: none; }

  .contacts {
    padding: 0 0 16px; }
    .contacts__map {
      width: 434px;
      height: 294px;
      margin: 0 -20px 0 0; }
    .contacts__text {
      padding: 3px 30px 0 5px; }

  .tickets {
    padding: 16px 0; }

  .route {
    background-size: auto 497px;
    background-position: right -31px top 23px; }

  .schedule__box {
    margin: 0 -5px; }
  .schedule__direction {
    width: 380px;
    margin: 0 5px 14px; }
  .schedule__item-head, .schedule__item-info {
    padding-right: 21px; }

  .post-card:nth-child(n+5) {
    display: none; }
  .post-card__title {
    margin: 11px 0 0; }
  .post-card__btn {
    display: none; }

  .post__content {
    display: block;
    margin: 0 0 80px; }
  .post__img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 46vw;
    margin: 0 auto 40px; }
  .post__text {
    width: auto;
    padding: 0; }

  .icons-menu {
    padding: 40px 0 10px; }
    .icons-menu__item {
      margin: 0 15px 86px; }

  .pic-block {
    display: block;
    margin: 30px 0; }
    .pic-block__img {
      display: block;
      width: 100%;
      margin: 0 0 32px; }
    .pic-block__text {
      width: auto;
      padding: 0; }
    .pic-block_reverse .pic-block__text {
      padding: 0; }

  .tile-card {
    margin: 0 -20px;
    font-size: 14px;
    line-height: 22px; }
    .tile-card__text {
      padding: 26px; }
    .tile-card:nth-child(2n + 1) .tile-card__text {
      padding: 26px; }
    .tile-card__btn {
      display: none; }

  .about-block__inner {
    display: block;
    padding: 0; }
  .about-block__main {
    width: auto;
    margin: 0 0 1.5em; }
  .about-block__sidebar {
    width: auto;
    margin: 0; }

  .banner_internal {
    max-width: 100%;
    padding-left: calc(50% - 405px + 30px);
    padding-right: calc(50% - 405px + 20px); }

  .footer {
    padding: 37px 0 58px; }
    .footer__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .footer__menu {
      display: block;
      margin: 0;
      width: 236px;
      max-width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      padding: 0 15px 0 12px; }
      .footer__menu ul {
        display: none; }
      .footer__menu > li {
        margin: 0 0 0.75em; }
        .footer__menu > li > a {
          margin: 0; }
    .footer__bottomline {
      width: calc(100% - 236px);
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      display: block; }
    .footer__social {
      margin: 0 0 28px; }
    .footer__phone {
      margin: 0 31px 0 0; }
    .footer__contacts {
      margin: 0 0 4em; }
    .footer__developer {
      margin: 1.5em 0 0; } }
@media(max-width:809px) {
  h1, .h1 {
    font-size: 30px;
    letter-spacing: -1px;
    margin: 0 0 1em; }

  td, th {
    padding: 14px; }

  .header__menu {
    padding: 27px 20px; }

  .search-form {
    padding: 26px 0 22px; }
    .search-form__dummy {
      height: 246px;
      background-image: url(img/dummy-tablet-small.png); }

  .top-block__slide {
    padding: 346px 40px 70px; }
  .top-block__arrow {
    top: calc(50% + 116px); }

  .breadcrumbs {
    padding: 20px 0 9px; }

  .direction-card {
    margin: 0 15px 41px; }

  /*.routes__item:nth-child(n+5) {
    display: none; }*/

  .buses {
    padding: 0 0 30px; }
    .buses__title {
      margin: 0; }

  .bus-card {
    margin: 0 15px 22px; }
    .bus-card__pic {
      margin: 0; }
      .bus-card__pic img {
        height: auto; }

  .chars-table {
    margin: 0 0 1.9em; }
    .chars-table td:first-child, .chars-table th:first-child {
      padding-left: 0; }
    .chars-table td:last-child, .chars-table th:last-child {
      padding-right: 0; }

  .bus {
    padding: 5px 0 9px; }
    .bus__title {
      margin: 0 0 0.6em; }
    .bus__slider {
      margin: 0 -20px 31px; }
    .bus__slide img {
      max-height: 48.5vw; }
    .bus__text {
      font-size: 14px;
      line-height: 1.2857142857; }
      .bus__text p {
        margin: 0 0 1.2857142857em; }
        .bus__text p:last-child {
          margin: 0; }

  .equipment__title {
    padding: 0;
    text-align: center;
    margin: 0 0 1.7em; }
  .equipment__slide {
    text-align: center;
    line-height: normal; }
    .equipment__slide.slick-slide {
      margin-bottom: 0; }
    .equipment__slide img {
      height: 87px;
      margin: 0 auto 26px; }
  .equipment__caption {
    display: block; }
  .equipment__arrow {
    top: 48px; }
    .equipment__arrow.prev {
      left: -2px; }
    .equipment__arrow.next {
      right: -2px; }

  .buses-block {
    padding: 12px 0 30px; }
    .buses-block__title {
      padding: 0;
      margin: 0 0 0.2em; }

  .faq__item {
    font-size: 16px; }
  .faq__answer {
    padding: 20px 0; }

  .contacts__wrapper {
    display: block; }
  .contacts__text {
    padding: 0;
    width: auto; }
  .contacts__map {
    width: auto;
    height: 295px;
    margin: 0 -20px; }

  .tickets {
    font-size: 16px;
	margin-top:50px;
	}
    .tickets__table {
      margin: 0 -20px;
      max-width: 100vw; }
      .tickets__table table {
        white-space: nowrap; }
      .tickets__table td:first-child, .tickets__table th:first-child {
        padding-left: 20px; }
      .tickets__table td:last-child, .tickets__table th:last-child {
        padding-right: 20px; }

  .route {
    background-image: none!important; }
    .route__chars td, .route__chars th {
      width: auto; }
      .route__chars td:last-child, .route__chars th:last-child {
        white-space: nowrap; }
    .route__text {
      font-size: 14px;
      line-height: 1.2857142857; }

  .schedule__title {
    text-align: center; }
  .schedule__box {
    margin: 0 -20px;
    display: block; }
  .schedule__direction {
    width: auto;
    margin: 0 0 54px; }
    .schedule__direction:last-child {
      margin: 0; }
  .schedule__subtitle {
    font-size: 20px;
    text-align: center; }
  .schedule__item-head {
    padding: 11px 16px 7px 19px; }
  .schedule__item-info {
    padding: 0 16px 31px 15px; }
  .schedule__logo {
    width: 101px; }
    .schedule__logo img {
      max-height: 47px; }
  .schedule__text {
    width: calc(100% - 101px);
    padding: 0 0 0 33px;
    font-size: 16px;
    line-height: 27px; }
  .schedule__time {
    font-size: 21px; }
  .schedule__chars {
    font-size: 16px; }
  .schedule__stops {
    font-size: 14px; }
    .schedule__stops td, .schedule__stops th {
      padding: 6px; }

  .text-block {
    font-size: 16px; }
    .text-block h2 {
      text-align: center; }

  .icons-menu {
    padding: 3px 0 0; }
    .icons-menu__box {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .icons-menu__item {
      margin: 0 15px 30px; }
    .icons-menu__pic {
      margin: 0 0 17px; }

  .btn-block {
    text-align: center; }
    .btn-block__text {
      display: block;
      margin: 0 0 1em;
      text-align: left; }

  .pic-block__img {
    max-width: calc(100% + 40px);
    width: calc(100% + 40px);
    margin: 0 -20px 23px; }

  .tile-card {
    display: block; }
    .tile-card__pic {
      width: auto; }
      .tile-card__pic img {
        height: 69vw; }
    .tile-card__text {
      width: auto;
      padding: 25px 20px 50px; }

  .tiles {
    padding: 0 0 40px; }

  .about-block__main {
    line-height: 1.3333333333; }

  .banner {
    display: none;
    background-size: 0;
    font-size: 18px;
    line-height: 30px;
    padding: 40px 20px; }
    .banner_internal {
      display: block; } }
@media(max-width:639px) {
  .logo {
    width: 155px;
    display: inline-block; }
    .logo__img {
      display: block;
      width: 100%; }
    .logo__text {
      display: none; }

  .menu-btn {
    line-height: 1.3409090909; }

 /* .header__topline {
    display: none; }*/
  .header__menu {
    -webkit-columns: 1;
            columns: 1;
    -webkit-column-gap: 0;
            column-gap: 0;
    padding: 27px 22px 14px; }
    .header__menu ul {
      display: none; }

  .search-form {
    padding: 27px 0 22px; }
    .search-form__dummy {
      height: 243px;
      background-image: url(img/dummy-mobile.png); }

  .top-block__slide {
    padding: 317px 40px 43px; }
  .top-block__arrow {
    top: auto;
    bottom: 91px; }
  .top-block__title {
    font-size: 24px;
    margin: 0 0 1.3em;
    line-height: normal; }
  .top-block__text {
    display: none; }

  .directions {
    padding: 22px 0 20px;
    position: relative; }
    .directions__title {
      max-width: 100%;
      padding: 0 90px 0 0;
      word-wrap: break-word;
      line-height: normal;
      margin: 0 0 1.25em; }
    .directions__slider {
      position: static; }
    .directions__arrow {
      bottom: auto;
      top: 20px; }
      .directions__arrow.next {
        right: 17px; }
      .directions__arrow.prev {
        left: auto;
        right: 74px; }

  .news-block {
    padding: 50px 8px 49px; }
    .news-block__content {
      display: block;
      margin: 0; }
    .news-block__item {
      width: auto;
      margin: 0 0 53px; }
      .news-block__item:nth-child(2) {
        margin: 0; }

  .page {
    padding: 0 0 60px; }

  .post-card {
    display: block;
    border-top: none; }
    .post-card:nth-child(n+4) {
      display: none; }
    .post-card__pic {
      width: auto;
      margin: 0 -20px; }
    .post-card__text {
      width: auto; }

  .post__content {
    margin: 0 0 71px; }
  .post__img {
    max-width: calc(100% + 40px);
    width: calc(100% + 40px);
    margin: 0 -20px 12px;
    max-height: 52vw; }
  .post__footer {
    text-align: center; }

  .footer__wrapper {
    display: block; }
  .footer__menu {
    width: auto;
    padding: 0 0 0 10px;
    margin: 0 0 40px; }
  .footer__bottomline {
    width: auto;
    padding: 0 0 0 8px;
    line-height: normal; }
  .footer__social {
    margin: 0 0 34px; }
  .footer__contacts {
    margin: 0 0 2.3em; }
  .footer__developer {
    margin: 3.6em 0 0; } }
.equipment__slide.tooltip{box-shadow:none;border:0;border-radius:0;pointer-events:auto;}
.bltd--mb a{color:#e50027}
.bltd--mb a:hover{text-decoration:underline}
.routes_text a{color:#e50027}
.routes_text a:hover{text-decoration:underline}
/*.fixed_wrapper{position:absolute;color:red;}*/
.fixed_wrapper{color:red;}
/*.fixed_wrapper span{margin-bottom:40px;}*/