@charset "UTF-8";
/* normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.input-wrap:before,
.p-content:before,
.col__h-wrap:before,
.grid:before,
.p-title__wrap:before,
.table__r:before,
.table__h:before,
.table:before,
.tabs:before,
.bordered__c:before,
.wrap:before,
.wrap-s:before,
.nav__list:before,
.footer__nav__list:before, .bordered:before,
.header:before {
  content: '';
  display: table;
}

.input-wrap:after,
.p-content:after,
.col__h-wrap:after,
.grid:after,
.p-title__wrap:after,
.table__r:after,
.table__h:after,
.table:after,
.tabs:after,
.bordered__c:after,
.wrap:after,
.wrap-s:after,
.nav__list:after,
.footer__nav__list:after, .bordered:after,
.header:after {
  content: '';
  display: table;
  clear: both;
}

html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  background: #e8e8e6;
  -webkit-font-smoothing: antialiased;
}

.news-anons a,
.bordered-btn,
.nav__item__link,
.nav__item__link:before {
  -webkit-transition: all 0.25s ease-in-out;
     -moz-transition: all 0.25s ease-in-out;
       -o-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out;
}

a {
  color: #0084e3;
}

p {
  margin: 0 0 1.625em;
}

ul {
  margin: 0 0 1.625em;
}

img {
  display: block;
}

input, textarea {
  width: 100%;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  padding: 8px 16px;
  border: 1px solid #e8e8e6;
  background: #e8e8e6;
  color: #000;
}

input:focus, textarea:focus {
  outline: none;
  border-color: #828c8c;
}

.align-left {
  float: left;
  margin: 0 1.625em 1.625em 0;
}

.align-right {
  float: right;
  margin: 0 0 1.625em 1.625em;
}

.align-none {
  float: none;
  margin: 0 auto 1.625em;
}

.wrap, .wrap-s, .nav__list, .footer__nav__list, .bordered {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}

.wrap-s {
  max-width: 830px;
}

.content img {
  max-width: 100%;
}

.col {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.more-btn {
  padding: 20px;
  text-align: center;
  border-top: 1px dashed #adb6b6;
}

.img-brdr {
  border: 6px solid #fff;
}

.p-home .header {
  background: rgba(0, 0, 0, 0.5);
}

.p-home .content {
  padding: 0;
}

.header {
  position: absolute;
  padding-bottom: 5px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.header__menu__btn {
  float: right;
  width: 45px;
  padding: 10px;
  margin: 31px 0 0;
  cursor: pointer;
  background: #0084e3;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  display: none;
}

.header__menu__btn:before {
  content: '';
  display: block;
  height: 10px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.header__menu__btn:after {
  content: '';
  display: block;
  height: 8px;
  border-bottom: 2px solid #fff;
}

.header__menu__btn.pressed {
  background: #2d3946;
}

.header__title-area {
  float: left;
}

.header__title-area__logo {
  margin: 0;
}

.header__title-area__logo a {
  display: block;
  width: 147px;
  height: 100px;
  background: url(images/logo.png) no-repeat center center;
  -moz-background-size: 147px 50px;
    -o-background-size: 147px 50px;
       background-size: 147px 50px;
  text-indent: -9999px;
}

.header__contacts {
  float: right;
  margin-top: 34px;
}

.header__contacts__address,
.header__contacts__phones {
  float: left;
  color: #fff;
  font-size: 13px;
  text-align: right;
  max-width: 220px;
}

.header__contacts__phones {
  margin-right: 40px;
}

.nav {
  display: block;
  background: #0084e3;
  border-bottom: 3px solid #0066b0;
}

.nav__list, .footer__nav__list {
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.nav__item, .footer__nav__item {
  display: inline-block;
  margin: 0;
}

.nav__item__link {
  display: block;
  font-size: 18px;
  line-height: 54px;
  color: #fff;
  padding: 0 18px;
  text-decoration: none;
  position: relative;
}

.nav__item__link:before {
  display: block;
  content: '';
  position: absolute;
  bottom: -3px;
  left: 18px;
  right: 18px;
  height: 3px;
  background: #fff;
  opacity: 0;
}

.nav__item__link.current:before,
.nav__item__link:hover:before {
  opacity: 1;
}

.footer {
  padding-top: 40px;
  background: #415365;
  border-top: 3px solid #2d3946;
}

.footer__nav {
  border-bottom: 1px solid #7fa3c6;
  padding: 15px 0;
}

.footer__nav__item__link {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  margin: 0 15px;
  border-bottom: 1px dotted #fff;
  margin-bottom: 1px;
}

.footer__nav__item__link:hover {
  border-bottom: none;
}

.footer-description {
  font-size: 14px;
  color: #7fa3c6;
  text-align: center;
  max-width: 480px;
  padding: 20px 0;
  margin: 0 auto;
}

.progress-bar__wrap {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  z-index: 9999;
}

.progress-bar {
  width: 0;
  height: 3px;
  background: #0084e3;
}

.hero-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero-slider img {
  margin: 0 auto;
}

.hero-slider ul, .hero-slider li {
  text-align: center;
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
}

.slides {
  position: relative;
}

.line {
  padding: 60px 0;
}

.bordered {
  padding: 0;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  border: 1px solid;
}

.bordered__h {
  font-size: 24px;
  font-weight: 300;
  border-bottom: 1px dashed;
  padding: 10px 30px;
  margin: 0;
}

.bordered__c {
  padding: 30px;
  margin: 0;
}

.bordered-btn {
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 2px 20px;
  margin: 0 auto;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  border: 1px solid;
}

.bordered-btn:hover {
  background: #0084e3;
  color: #fff;
  border-color: #0084e3;
}

.bredcrumbs {
  padding: 15px 0 0;
  color: #828c8c;
}

.bredcrumbs a {
  color: #000;
}

.bredcrumbs .bredcrumbs__item {
  font-size: 14px;
  margin-right: 10px;
}

.bredcrumbs span {
  margin-left: 6px;
}

.ticket {
  background: #415365;
}

.ticket .bordered {
  border-color: #90badd;
}

.ticket .bordered__h {
  color: #90badd;
}

.ticket .bordered__c .col {
  float: left;
  text-align: center;
  width: 20%;
  padding: 0 30px;
}

.ticket .bordered__c .col img {
  width: 80px;
  margin: 0 auto;
  float: none;
}

.ticket .bordered__c .col a {
  color: #fff;
  text-decoration: underline;
}

.ticket .bordered__c .col a:hover {
  text-decoration: none;
}

.timetable .bordered {
  overflow: hidden;
  border: none;
}

.timetable .bordered__h {
  background: #ffc006;
  border-bottom-color: #d29d00;
}

.timetable .bordered__c {
  padding: 0;
  background: #fff;
}

.timetable .bordered .show-map {
  border-top: none;
  text-align: center;
  background: #ffc006;
  padding: 20px;
}

.timetable .bordered .show-map .bordered-btn {
  text-transform: uppercase;
  display: inline-block;
  padding: 2px 20px;
  margin: 0 auto;
  border: 1px solid #fff;
  text-decoration: none;
  color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.timetable .bordered .show-map .bordered-btn:hover {
  background: #fff;
  color: #0084e3;
}

.timetable .tabs {
  padding: 20px 20px 0;
  background: #ffc006;
}

.timetable .tabs .col {
  width: 33.3333%;
  float: left;
  padding: 0 20px;
}

.timetable .tabs .tab {
  position: relative;
  /*cursor: pointer;*/
  padding: 8px 20px;
  font-weight: 600;
  font-size: 17px;
  text-align: center;
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
  background: #415365;
  color: #fff;
}

.timetable .tabs .tab.active {
  background: #0084e3;
}

.timetable .tabs .tab.active:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  content: '';
  display: block;
  /*border: 8px solid transparent;*/
  border-bottom-color: #fff;
}

.timetable .tabs .btn {
  text-align: center;
}

.timetable .tabs .btn .bordered-btn {
  font-size: 16px;
  border: 1px solid #fff;
  display: block;
  color: #fff;
}

.timetable .tabs .btn .bordered-btn:hover {
  background: #fff;
  color: #0084e3;
}

.timetable .table {
  display: none;
  word-wrap: break-word;
}

.timetable .table__h {
  border-bottom: 1px solid #828c8c;
}

.timetable .table__h .col {
  padding: 10px;
  float: left;
  text-align: left;
  font-size: 13px;
  color: #828c8c;
  width: 24%;
  /*width: 16.6666%;*/
}

.timetable .table__r {
  float: none;
  border-bottom: 1px dotted #e8e8e6;
}

.timetable .table div:last-child {
  border-bottom: none;
}

.timetable .col {
  float: left;
  padding: 10px;
  float: left;
  text-align: left;
  font-size: 13px;
  color: #000;
  width: 24%;
  /*width: 16.6666%;*/
}

.timetable .colx2 {
  float: left;
  width: 48%;
  /*width: 33.3333%;*/
}

body .timetable .colx2 .col {
  width: 50%;
}

.timetable:last-child {
  border-bottom: none;
}

.p-home .serv {
  background: #415365;
}

.p-home .serv a {
  color: #fff;
}

.serv .bordered {
  border-color: #90badd;
}

.serv .bordered__h {
  color: #90badd;
}

.serv .col {
  width: 25%;
  float: left;
  padding: 0 30px 40px;
  text-align: center;
}

.serv .col img {
  margin: 0 auto;
  max-width: 148px;
}

.serv .col a {
  font-size: 16px;
  text-decoration: underline;
}

.serv .col a:hover {
  text-decoration: none;
}

.serv .col:nth-child(4n+1) {
  clear: left;
}

.news-anons .bordered {
  background: #fff;
  border: none;
}

.news-anons .bordered__h {
  color: #828c8c;
  border-bottom-color: #e8e8e6;
}

.news-anons .col {
  float: left;
  width: 33.3333%;
  padding: 0 20px 40px;
}

.news-anons .col .news-anons__h {
  margin: 0 0 10px;
}

.news-anons .col a {
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  line-height: 1.2;
}

.news-anons .col a:hover {
  color: #000;
}

.news-anons .col .news-anons__date {
  font-size: 14px;
  margin-top: 0;
  padding-top: 4px;
  color: #828c8c;
  border-top: 1px solid #e8e8e6;
}

.news-anons__more {
  border-top-color: #e8e8e6;
}

.news-anons__more .bordered-btn {
  border: 1px solid #0084e3;
}

.hero {
  overflow: hidden;
}

.content {
  padding: 45px 0 60px;
}

.content .p-title__wrap {
  position: relative;
  margin: 0 0 30px;
  border-bottom: 2px solid #adb6b6;
}

.content .p-title__wrap__img {
  float: right;
  max-width: 90px;
  margin-top: -30px;
}

.p-title {
  position: relative;
  float: left;
  font-size: 30px;
  font-weight: 400;
  margin: 0;
  padding-bottom: 20px;
  line-height: 1.2;
  max-width: 700px;
}

.p-title:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: -2px;
  background: #000;
  display: block;
  height: 2px;
}

.p-ticket .grid {
  padding: 35px 0;
  margin: 0 -40px;
}

.p-ticket .col {
  float: left;
  padding: 0 40px 0;
  width: 50%;
}

.p-ticket .col img {
  float: left;
  max-width: 80px;
}

.p-ticket .row {
  margin-bottom: 60px;
}

.p-ticket .col__h-wrap {
  margin-bottom: 10px;
}

.p-ticket .col__h {
  margin: 10px 30px 0 110px;
  color: #828c8c;
  font-weight: 600;
  font-size: 20px;
}

.p-serv .serv .col a {
  font-weight: 600;
}

.p-serv-s .serv .bordered {
  border-color: #adb6b6;
}

.p-serv-s .serv .bordered__h {
  color: #828c8c;
  border-bottom-color: #adb6b6;
}

.p-serv-s .serv .col a {
  font-weight: 600;
}

.p-news .grid {
  margin: 0 -20px;
}

.news-item {
  float: left;
  padding: 0 20px;
  margin-bottom: 45px;
  width: 50%;
}

.news-item img {
  width: 100%;
}

.news-item__wrap {
  text-decoration: none;
  display: block;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px #ccc;
     -moz-box-shadow: 0 1px 1px #ccc;
          box-shadow: 0 1px 1px #ccc;
}

.news-item__h {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  padding: 20px 15px 10px;
  margin: 0;
}

.news-item__h:hover {
  color: #0084e3;
}

.news-item__time {
  color: #828c8c;
  font-size: 15px;
  padding: 0 15px 10px;
  margin: 0;
}

.news-item__entry {
  color: #000;
  margin: 0;
  padding: 0 15px 10px;
}

.news-item__more {
  display: inline-block;
  padding: 0 15px 25px;
  cursor: pointer;
}

.news-item__more:hover {
  color: #000;
}

.p-timetable .timetable {
  background: #fff;
  margin: 0 -15px 60px;
  padding: 0 0 10px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  overflow: hidden;
}

.p-timetable .tabs .col.btn .bordered-btn {
  border-color: #fff;
  color: #fff;
}

.p-timetable .tabs .col.btn .bordered-btn:hover {
  color: #0084e3;
  background: #fff;
}

.p-timetable .table .col {
  font-size: 12px;
  padding: 5px;
  /*width: 10%;*/
  width: 12%;
}

.p-timetable .table .colx2 {
  /*width: 20%;*/
  width: 24%;
}

.p-timetable .table .transporter, .p-timetable .table .transporter-h {
  padding-left: 35px;
  width: 16%;
}


.p-timetable .table .colx2 .col {
  width: 50%;
}

.p-timetable .line.news-anons {
  background: #415365;
}

.p-timetable .route-map .bordered {
  border: none;
  background: #fff;
}

.p-timetable .route-map .bordered__h {
  color: #828c8c;
  border-bottom-color: #adb6b6;
}

.p-timetable .modal-map {
  display: none;
  text-align: center;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: scroll;
  z-index: 9999;
}

.p-timetable .modal-map .img-map {
  margin: 0 auto;
}

.p-timetable .modal-map__close {
  cursor: pointer;
  position: fixed;
  right: 5px;
  top: 5px;
  z-index: 99999;
  background: #ffc006;
  padding: 5px 15px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
}

.p-news-s .date {
  position: absolute;
  right: 0;
  top: 0;
  color: #828c8c;
}

.p-carrier .grid {
  margin: 0 -15px;
}

.p-carrier .grid .col {
  float: left;
  width: 25%;
  padding: 0 15px 40px;
}

.p-carrier .grid .col:nth-child(4n+1) {
  clear: left;
}

.p-carrier .grid .col img {
  margin: 0 auto;
  max-width: 153px;
}

.p-carrier .grid .col__p {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin: 24px 0 0;
}

.kv {
  font-size: 12px;
  vertical-align: super;
}

.p-legal .grid, .p-vacancies .grid {
  margin: 0 -30px;
}

.p-legal .col, .p-vacancies .col {
  float: left;
  width: 50%;
  padding: 0 30px;
  margin-bottom: 40px;
}

.p-legal .col:nth-child(2n+1), .p-vacancies .col:nth-child(2n+1) {
  clear: left;
}

.p-legal .col:before, .p-vacancies .col:before {
  float: left;
  content: '';
  display: block;
  width: 45px;
  height: 52px;
  margin: 8px 16px 16px 0;
  background: url(/../images/icon-doc.png) no-repeat center center;
  -moz-background-size: 45px 52px;
    -o-background-size: 45px 52px;
       background-size: 45px 52px;
}

.p-legal__doc {
  display: block;
  font-weight: 600;
  padding: 10px 0;
  margin-left: 60px;
}

.p-legal__doc:hover {
  color: #000;
}

#ya-map {
  height: 400px;
  width: 100%;
  margin-bottom: 45px;
}

.form .bordered {
  background: #fff;
  border: none;
}

.form .bordered__h {
  color: #828c8c;
  border-bottom-color: #adb6b6;
}

.form .bordered .col {
  float: left;
  padding: 0 20px;
  width: 50%;
}

.form .bordered .col:nth-child(2n+1) {
  clear: left;
}

.form .input-wrap {
  position: relative;
  padding: 20px 0;
}

.form .input-wrap textarea {
  height: 200px;
  resize: none;
}

.form .notification {
  position: absolute;
  top: -4px;
  left: 16px;
  font-size: 13px;
  color: #e74c3c;
}

.form .captcha .col {
  padding: 0 10px;
}

.form .captcha .input-wrap {
  margin: 0 -10px;
}

.form .captcha__img {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.form .captcha__submit {
  color: #0084e3;
  border-color: #0084e3;
  float: right;
  width: auto;
  display: inline-block;
  background: transparent;
  padding: 8px 16px;
}

.form .captcha__submit:hover {
  color: #fff;
  background: #0084e3;
}

.p-vacancies .col:before {
  float: left;
  content: '';
  display: block;
  width: 48px;
  height: 51px;
  margin: 8px 16px 16px 0;
  background: url(/../images/icon-vacancy.png) no-repeat center center;
  -moz-background-size: 48px 51px;
    -o-background-size: 48px 51px;
       background-size: 48px 51px;
}

.p-vacancies__item {
  display: block;
  font-weight: 600;
  padding: 10px 0;
  margin-left: 63px;
}

.p-vacancies__item:hover {
  color: #000;
}

.fileinput {
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  bottom: 20px;
  opacity: 0;
}

.fileinput__imitation {
  border: 1px dashed #adb6b6;
  height: 40px;
  padding: 6px 16px 10px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  color: #828c8c;
}

.form__conditions {
  font-size: 12px;
}

.form__conditions__checkbox__wrap {
  overflow: hidden;
  width: 25px;
  height: 25px;
  position: relative;
  margin-top: 3px;
  float: left;
  background: #e8e8e6;
  border: 1px solid #e8e8e6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.form__conditions__checkbox {
  opacity: 0;
}

.form__conditions__checkbox__label {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.form__conditions__checkbox:checked + label {
  background: url(/../images/icon-checkbox.png) no-repeat center center;
  background-color: #fff;
  -moz-background-size: 20px 14px;
    -o-background-size: 20px 14px;
       background-size: 20px 14px;
}

.form__conditions__p {
  line-height: 1.5;
  margin-left: 35px;
}



.nodecor {
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 2px 20px;
  margin: 0 auto;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  border: 1px solid;

}

dt {
        margin-top: 6px;
        margin-bottom: 6px;
}
.accordion {
  position: relative;
   margin: 20px;
   dt, dd {
      padding: 10px;
      border-bottom: 0;

      &:last-of-type {

      }
      a {
        display: block;
        color: black;
        font-weight: bold;
        text-decoration: none;
      }
   }

  dd {
     border-top: 0;
     font-size: 12px;
     &:last-of-type {
       position: relative;
       top: -1px;
     }
  }
}

.line.timetable .table__h .col { width: 20%;}
.line.timetable .col { width: 20%; }
.line.timetable .colx2 {
  float: left;
  width: 40%;
}

@media only screen and (max-width: 1023px) {
  .header, .p-home .header {
    position: relative;
    background: #415365;
  }
  .header__contacts, .p-home .header__contacts {
    display: none;
  }
  .header__menu__btn {
    display: block !important;
  }
  .line {
    padding: 30px 8px;
  }
  .line .bordered {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
  .line.timetable {
    padding: 0;
  }
  .nav {
    display: none;
  }
  .nav .nav__item, .nav .footer__nav__item {
    display: block;
  }
  .nav .nav__item a:before, .nav .footer__nav__item a:before {
    display: none;
  }
  .hero, .hero-slider, .progress-bar__wrap, .bredcrumbs {
    display: none;
  }
  .timetable .tabs {
    padding: 20px 5px 0;
  }
  .timetable .tabs .tab {
    padding: 8px;
  }
  .timetable .tabs .col {
    width: 50%;
    padding: 0 3px;
  }
  .timetable .tabs .btn {
    display: none;
  }
  .table__h {
    display: none;
  }
  .table__r {
    border-left: 3px solid #fff;
    cursor: pointer;
    font-weight: 600;
    padding: 5px 140px 8px;
    position: relative;
  }
  .table__r:hover {
    border-left-color: #0084e3;
  }
  .table__r .route {
    position: absolute;
    left: 10px;
    top: 8px;
    width: auto !important;
    text-align: center;
    font-weight: 600;
    padding: 0 8px;
    background: #828c8c;
    color: #fff !important;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  }
  .table__r .route:before {
    content: ' маршрут';
  }
  .table__r .cost {
    position: absolute;
    top: 8px;
    width: auto !important;
    text-align: center;
    background: #3fc380;
    right: 10px;
    font-weight: 600;
    color: #fff !important;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  }
  .table__r .cost:after {
    content: ' руб.';
  }
  .table__r .start {
    font-weight: 600;
  }
  .table__r .colx2 {
    width: 100% !important;
    float: none !important;
    overflow: hidden;
  }
  .table__r .col {
    padding: 2px 10px 5px !important;
  }
  .serv .col {
    width: 50%;
  }
  .serv .col:nth-child(odd) {
    clear: left;
  }
  .serv .col img {
    max-width: 100px;
  }
  .serv .col a {
    font-size: 14px;
  }
  .p-timetable .timetable {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    padding-bottom: 0;
  }
  .p-timetable .tabs .col {
    width: 50%;
  }
  .p-timetable .tabs .col.btn {
    display: none;
  }
  .p-timetable .table .colx2 .col {
    color: #0084e3;
  }
  .p-timetable .table .full-info {
    display: none;
    font-weight: 400;
    overflow: hidden;
  }
  .p-timetable .table .full-info .col {
    width: 50%;
  }
  .p-timetable .table .full-info .col:nth-child(2n+1) {
    clear: left;
  }
  .p-timetable .table .full-info .cost-child:before {
    content: 'Детский билет - ';
  }
  .p-timetable .table .full-info .cost-child:after {
    content: 'руб.';
  }
  .p-timetable .table .full-info .cost-bag:before {
    content: 'Багаж - ';
  }
  .p-timetable .table .full-info .cost-bag:after {
    content: 'руб.';
  }
  .p-timetable .table .full-info .regularity:before {
    content: 'Раз в ';
  }
  .p-timetable .table .full-info .regularity:after {
    content: ' час(а)';
  }
  .p-carrier .grid .col {
    width: 50%;
    padding: 0 35px 40px;
  }
  .p-carrier .grid .col__p {
    font-size: 13px;
  }
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .bordered-btn {
    font-size: 13px;
  }
  .line.ticket .col {
    width: 33.3333%;
    padding: 0 8px 30px;
    width: 50%;
  }
  .line.ticket .col:nth-child(odd) {
    clear: left;
  }
  .line.ticket .col:last-child {
    margin-left: 25%;
  }
  .line.ticket .col a {
    font-size: 14px;
  }
  .line.ticket .col img {
    max-width: 60px;
  }
  .bordered__c {
    padding: 20px 0;
  }
  .footer__nav__item {
    display: block;
    margin-bottom: 20px;
  }
  .news-anons .col {
    width: 50%;
  }
  .p-title {
    font-size: 24px;
    max-width: 300px;
  }
  .content .p-title__wrap__img {
    max-width: 80px;
  }
  .p-ticket .content .grid {
    padding: 20px 0;
    margin: 0;
  }
  .p-ticket .content .col {
    padding: 0;
    width: 100%;
  }
  .p-ticket .content img {
    max-width: 60px;
  }
  .p-ticket .content .col__h {
    margin: 10px 0 0 90px;
    font-size: 16px;
  }
  .news-item__h {
    font-size: 16px;
  }
  .timetable .table__r {
    padding: 40px 0 8px;
  }
  .p-legal .col, .p-vacancies .col {
    width: 100%;
  }
  .form .bordered .input-wrap {
    padding: 15px 0;
  }
  .form .bordered .col {
    width: 100%;
  }
  .form .bordered .captcha__img {
    margin-bottom: 30px;
  }
  .p-carrier .grid .col {
    padding: 0 15px 40px;
  }
  .p-carrier .grid .col img {
    max-width: 110px;
  }
}

@media only screen and (max-width: 480px) {
  .ticket .content .col img {
    width: 60px;
  }
  .ticket .content .col a {
    font-size: 14px;
  }
  .serv .col {
    padding: 0 12px 30px;
  }
  .news-anons .col a {
    font-size: 14px;
  }
  .p-title__wrap .date {
    font-size: 12px;
  }
  .p-title {
    word-wrap: break-word;
    max-width: 83%;
    font-size: 20px;
  }
  .p-title__wrap__img {
    display: none;
  }
  .news-item {
    width: 100%;
  }
  .content ul {
    padding-left: 20px;
  }
  .align-left, .align-right {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (max-width: 321px) {
  .ticket .content .col img {
    width: 60px;
  }
  .ticket .content .col a {
    font-size: 14px;
  }
  .news-anons .col {
    width: 100%;
    float: none;
    padding-bottom: 20px;
  }
  .p-serv-s .col a, .p-serv .col a {
    font-weight: 400;
  }
}

@media only screen and (min-width: 769px) {
  .news-anons .col:nth-child(3n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 1440px) {
  .hero-slider {
    height: 470px;
  }
  .hero {
    height: 280px;
  }
}

@media only screen and (max-width: 1440px) {
  .hero-slider {
    height: 370px;
  }
  .hero {
    height: 220px;
  }
}

@media only screen and (max-width: 768px) and (min-width: 480px) {
  .news-anons .col:nth-child(2n+1) {
    clear: left;
  }
}
