﻿@font-face {
  font-family: 'noviu-povorot';
  src: url('../fonts/noviu-povorot.eot?11778244');
  src: url('../fonts/noviu-povorot.eot?11778244#iefix') format('embedded-opentype'), url('../fonts/noviu-povorot.woff?11778244') format('woff'), url('../fonts/noviu-povorot.ttf?11778244') format('truetype'), url('../fonts/noviu-povorot.svg?11778244#noviu-povorot') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*	-------------------------------------------------
	Base site styles
	------------------------------------------------- */
html {
  height: 100%;
  min-width: 320px;
  font: normal normal 14px/20px 'Roboto', Arial, Helmet, Freesans, sans-serif;
  overflow-x: hidden;
  min-height: 100%;
}
body {
  background: #fff;
  color: #333333;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  min-height: 100%;
  height: 100%;
  position: relative;
}
a {
  color: #00BFFF;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a.ajax-link {
  text-decoration: none;
  border-bottom: 1px dashed;
}
p {
  color: #333333;
  margin-bottom: 15px;
}
h1 {
  display: block;
  font-size: 38px;
  line-height: 46px;
  color: #00BFFF;
  text-shadow: 0 1px 2px #fff;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 4px;
  position: absolute;
  padding-top: 46px;
  width: 100%;
  z-index: 20;
}
h1 span {
  font-size: 64px;
  line-height: 68px;
  color: #fff;
  text-shadow: 0 1px 2px #000;
}
h1 .white {
  font-size: 48px;
}
.ticket-block {
  display: inline-block;
}
.ticket {
  display: inline-block;
  width: 500px;
  height: 210px;
  position: relative;
}
.ticket:before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 13px;
  width: 100%;
  height: 100%;
  background: url(../images/ticket.svg) 40% no-repeat;
  -moz-transform: rotate(15deg);
  /* Для Firefox */
  -ms-transform: rotate(15deg);
  /* Для IE */
  -webkit-transform: rotate(15deg);
  /* Для Safari, Chrome, iOS */
  -o-transform: rotate(15deg);
  /* Для Opera */
  transform: rotate(15deg);
}
.ticket:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/ticket.svg) 40% no-repeat;
}
h2 {
  display: inline-block;
  width: auto;
  font-size: 36px;
  line-height: 38px;
  cursor: default;
  text-shadow: 0 1px 2px #000;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 2px;
  text-align: center;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.discount {
  display: inline-block;
  font-size: 36px;
  line-height: 40px;
  color: #2a303a;
  text-shadow: 0 1px 2px #000;
  text-align: right;
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.discount:before {
  content: '\e811';
  font-family: 'noviu-povorot', sans-serif;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #2a303a;
  text-align: center;
  margin-right: 10px;
  font-size: 34px;
}
h3 {
  display: block;
  font-size: 30px;
  line-height: 34px;
  color: #2a303a;
  text-align: center;
  margin-bottom: 50px;
  padding-top: 30px;
}
h4 {
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #2a303a;
  text-align: center;
  margin-bottom: 30px;
}
.container {
  display: block;
  width: 100%;
  max-width: 1024px;
  min-width: 320px;
  padding: 0 20px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: #fff;
}
.container:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  clear: both;
}
.visual {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
}
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.dark .ink {
  background: rgba(255, 255, 255, 0.3);
}
.animate {
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}
@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -o-transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.section-time,
.section-about,
.section-stop,
.section-weather {
  padding: 20px 0;
}
.section-time .container,
.section-about .container,
.section-stop .container,
.section-weather .container {
  border-bottom: 2px solid #00BFFF;
}
/*	-------------------------------------------------
	Other styles
*/
header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 2px solid #00BFFF;
}
header .header-top {
  display: block;
  height: 44px;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
header .header-menu {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  table-layout: fixed;
  border-bottom: 2px solid #00BFFF;
}
@media screen and (min-width: 1023px) {
  header .header-menu {
    display: table !important;
  }
}
header .header-menu li {
  display: table-cell;
  list-style: none;
  margin: 0;
  padding: 5px;
}
header .header-menu a {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  padding: 6px 0;
  font-weight: bold;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
header .header-menu a:hover {
  color: #fff;
  background: #00BFFF;
}
header .header-menu a:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  font-family: 'noviu-povorot', sans-serif;
  margin-right: 8px;
  margin-top: -1px;
}
header .header-menu a.icon-home:before {
  content: '\e808';
}
header .header-menu a.icon-about:before {
  content: '\e809';
}
header .header-menu a.icon-stop:before {
  content: '\e80a';
}
header .header-menu a.icon-contanst:before {
  content: '\e80b';
}
header .header-menu a.icon-vk:before {
  content: '\e800';
}
header .header-menu a.icon-time:before {
  content: '\e814';
}
header .header-inner {
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 100px;
  padding-top: 10px;
}
header .logo {
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
  width: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
header .logo img {
  display: block;
  width: 160px;
}
header .header-contacts {
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  margin: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
header .header-contacts li {
  display: block;
  list-style: none;
}
header .header-contacts a {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 45px;
  height: 40px;
  font-size: 24px;
  line-height: 26px;
  position: relative;
  text-decoration: none;
  color: #2a303a;
  margin-bottom: 2px;
  padding-top: 7px;
}
header .header-contacts a.velcom-icon,
header .header-contacts a.mts-icon {
  padding-right: 5px;
}
header .header-contacts a.velcom-icon:before,
header .header-contacts a.mts-icon:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
}
header .header-contacts a.velcom-icon:before {
  background: url(../images/velcom-icon.png) 50% no-repeat;
  background-size: 100% auto;
}
header .header-contacts a.mts-icon:before {
  background: url(../images/mts-icon.png) 50% no-repeat;
  background-size: 100% auto;
}
header .bus-anim {
  display: block;
  width: 580px;
  height: 85px;
  position: absolute;
  top: 10px;
  left: 50px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
header .bus-anim .point {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  color: #2a303a;
  position: absolute;
  transform: translate(-50%, 0);
}
header .bus-anim .point.point-1 {
  left: 0;
}
header .bus-anim .point.point-2 {
  left: 40%;
}
header .bus-anim .point.point-3 {
  left: 100%;
}
header .bus-anim .line {
  display: block;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  height: 4px;
  background: #2a303a;
}
header .bus-anim .line .circle {
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #2a303a;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  background: #2a303a;
  border-radius: 50%;
}
header .bus-anim .line .circle.circle-1 {
  left: 0;
}
header .bus-anim .line .circle.circle-2 {
  left: 40%;
}
header .bus-anim .line .circle.circle-3 {
  left: 100%;
}
header .bus-anim .bus-move {
  display: inline-block;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 38px;
  background: url(../images/mini-bus.png) 100% 0 no-repeat;
  background-size: auto 100%;
  position: absolute;
  transform: translate(-50%, 0);
  -webkit-animation: moving 10s infinite;
  animation: moving 10s infinite;
}
@keyframes moving {
  0% {
    left: 0;
  }
  20% {
    left: 40%;
  }
  45% {
    left: 100%;
    background-position: 100% 0;
  }
  50% {
    background-position: 0 0;
  }
  55% {
    left: 100%;
    background-position: 0 0;
  }
  80% {
    left: 40%;
    background-position: 0 0;
  }
  95% {
    left: 0;
    background-position: 0 0;
  }
  100% {
    left: 0;
    background-position: 100% 0;
  }
}
header .header-price {
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  width: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  white-space: nowrap;
  cursor: default;
  padding-top: 12px;
}
header .header-price span {
  display: block;
  list-style: none;
  font-size: 24px;
  line-height: 28px;
  color: #cf0505;
  font-weight: bold;
  letter-spacing: -1px;
}
header .header-price span.new-price {
  font-size: 24px;
}
header .header-price span.old-price {
  font-size: 20px;
  color: #00BFFF;
}
header.scrolled .logo {
  width: 160px;
}
header.scrolled .bus-anim {
  left: 215px;
  width: 265px;
}
header.scrolled .header-top {
  height: 0;
}
header.scrolled .header-contacts {
  right: 166px;
}
header.scrolled .header-price {
  width: 150px;
}
footer {
  display: block;
  border-top: 2px solid #00BFFF;
  text-align: center;
}
footer .container {
  background: none;
}
footer .footer-inner {
  display: block;
  width: 100%;
  height: 80px;
}
footer .footer-data {
  display: block;
  position: absolute;
  left: 20px;
  width: 140px;
  top: 20px;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}
footer .footer-link {
  display: block;
  position: absolute;
  left: 0;
  width: 140px;
  top: 12px;
}
footer .footer-link img {
  display: block;
  width: 100%;
}
footer .developer {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -19px;
  right: 0;
  font-size: 16px;
  line-height: 20px;
}
footer .developer span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
footer .developer a {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  position: relative;
  padding: 5px;
  border-radius: 2px;
}
footer .developer a img {
  display: block;
  width: 100%;
}
footer .copyright {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  padding-top: 30px;
}
.main-section {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background: url(../images/main-bg.jpg) 50% no-repeat;
  background-size: cover;
  overflow: hidden;
}
.main-section .main-logo {
  display: block;
  position: absolute;
  right: 50%;
  margin-right: 23%;
  top: 170px;
  width: 24%;
}
.main-section .main-logo img {
  display: block;
  width: 100%;
}
.main-section .container {
  display: block;
  height: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 150px;
  background: none;
}
.as-table {
  display: table;
  width: 100%;
  height: 100%;
}
.as-table .as-row {
  display: table-row;
}
.as-table .as-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.as-table .as-cell.right-align {
  text-align: right;
}
.section-about .container {
  background: rgba(255, 255, 255, 0.9);
}
.section-about .about-list {
  display: block;
  width: 100%;
  margin: 0 0 50px;
}
.section-about .about-list li {
  display: block;
  width: 20%;
  float: left;
  font-size: 26px;
  line-height: 30px;
  color: #2a303a;
  text-align: center;
}
.section-about .about-list li:before {
  content: '';
  display: block;
  position: relative;
  width: 140px;
  height: 140px;
  border: 2px solid #00BFFF;
  border-radius: 50%;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'noviu-povorot', sans-serif;
  font-size: 80px;
  line-height: 100px;
  margin: 0 auto 10px;
  padding-top: 15px;
  color: #00BFFF;
}
.section-about .about-list li.icon-price:before {
  content: '\e803';
  padding-top: 10px;
}
.section-about .about-list li.icon-wifi:before {
  content: '\e804';
  font-size: 100px;
  padding-top: 15px;
}
.section-about .about-list li.icon-discont:before {
  content: '\e802';
}
.section-about .about-list li.icon-comfort:before {
  content: '\e805';
}
.section-about .about-list li.icon-driver:before {
  content: '\e806';
}
.section-about .about-list:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  padding: 0;
  clear: both;
}
.contacts-block {
  display: block;
  font-size: 0;
  line-height: 0;
  padding-bottom: 60px;
}
.contacts-block:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  clear: both;
}
.contacts-block .contacts-one {
  display: block;
  width: 50%;
  float: left;
}
.contacts-block .contacts-one.padding-top {
  padding-top: 15px;
}
.contacts-block .phone-list {
  display: block;
  position: relative;
  margin: 0;
  width: 100%;
}
.contacts-block .phone-list li {
  display: block;
  list-style: none;
  text-align: center;
}
.contacts-block .phone-list a {
  display: inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 45px;
  height: 40px;
  font-size: 24px;
  line-height: 26px;
  position: relative;
  text-decoration: none;
  color: #2a303a;
  margin-bottom: 2px;
  padding-top: 7px;
}
.contacts-block .phone-list a.velcom-icon,
.contacts-block .phone-list a.mts-icon {
  padding-right: 5px;
}
.contacts-block .phone-list a.velcom-icon:before,
.contacts-block .phone-list a.mts-icon:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
}
.contacts-block .phone-list a.velcom-icon:before {
  background: url(../images/velcom-icon.png) 50% no-repeat;
  background-size: 100% auto;
}
.contacts-block .phone-list a.mts-icon:before {
  background: url(../images/mts-icon.png) 50% no-repeat;
  background-size: 100% auto;
}
.contacts-block .contact-btn-wrap {
  display: block;
  vertical-align: middle;
  margin: 0;
  width: 100%;
  text-align: center;
  padding-top: 13px;
}
.contacts-block .contact-btn-wrap .contact-link {
  display: inline-block;
  font-size: 24px;
  line-height: 34px;
  padding: 10px 20px;
  color: #fff;
  text-align: center;
  min-width: 214px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #00BFFF;
  border-radius: 2px;
}
.contacts-block .contact-btn-wrap .contact-link:before {
  content: '\e812';
  display: inline-block;
  font-family: 'noviu-povorot', sans-serif;
  vertical-align: top;
  margin-right: 10px;
}
.contacts-block p {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}
.contacts-block p.mini {
  font-size: 16px;
  line-height: 20px;
}
.contacts-block a.icon-vk {
  display: inline-block;
  width: auto;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  padding: 14px 20px;
  font-weight: bold;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-align: center;
  min-width: 214px;
}
.contacts-block a.icon-vk:hover {
  color: #fff;
  background: #00BFFF;
}
.contacts-block a.icon-vk:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  font-family: 'noviu-povorot', sans-serif;
  margin-right: 8px;
  margin-top: -1px;
}
.contacts-block a.icon-vk.icon-home:before {
  content: '\e808';
}
.contacts-block a.icon-vk.icon-about:before {
  content: '\e809';
}
.contacts-block a.icon-vk.icon-stop:before {
  content: '\e80a';
}
.contacts-block a.icon-vk.icon-contanst:before {
  content: '\e80b';
}
.contacts-block a.icon-vk.icon-vk:before {
  content: '\e800';
}
.text {
  display: block;
  margin-bottom: 40px;
}
.text p {
  font-size: 20px;
  line-height: 24px;
  color: #858f9f;
}
.text-list {
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #858f9f;
  margin: 0 0 20px;
}
.text-list li {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.text-list li:before {
  content: '\e80c';
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 20px;
  line-height: 20px;
  font-family: 'noviu-povorot', sans-serif;
  color: #00BFFF;
}
.stop-block {
  display: block;
  margin-bottom: 80px;
}
.stop-block .stop-one {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.stop-block .stop-link {
  display: block;
  width: 100%;
  font-size: 24px;
  line-height: 26px;
  color: #00BFFF;
  position: relative;
  text-decoration: none;
  padding: 10px 40px 10px 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #00BFFF;
  border-radius: 2px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.stop-block .stop-link.active {
  color: #fff;
  background: #00BFFF;
}
.stop-block .stop-link.active:after {
  content: '\e80e';
}
.stop-block .stop-link:after {
  content: '\e80f';
  display: block;
  position: absolute;
  font-size: 20px;
  line-height: 20px;
  font-family: 'noviu-povorot', sans-serif;
  right: 10px;
  top: 50%;
  margin-top: -10px;
}
.stop-block .stop-list-block {
  display: none;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.stop-block .stop-list {
  display: inline-block;
  margin: 0;
  width: 33.333%;
  font-size: 0;
  line-height: 0;
  padding: 20px 10px 20px;
  position: relative;
  vertical-align: top;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.stop-block .stop-list li {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  vertical-align: top;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 10px 5px 10px 20px;
  margin-bottom: -1px;
}
.stop-block .stop-list li:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #00BFFF;
  border-bottom: 1px solid #00BFFF;
}
.stop-block .stop-list li:before {
  content: '\e80a';
  display: block;
  font-family: 'noviu-povorot', sans-serif;
  font-size: 16px;
  line-height: 16px;
  top: 50%;
  margin-top: -8px;
  color: #00BFFF;
  left: 0;
  position: absolute;
}
.time-block {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0 0 30px;
}
.time-block .time-block-right,
.time-block .time-block-left {
  display: inline-block;
  width: 300px;
  margin: 0 20px 20px;
  border: 1px solid #00BFFF;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 4px;
}
.time-block .time-block-right .time-block-title,
.time-block .time-block-left .time-block-title {
  display: block;
  text-align: center;
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.time-block .time-block-right .time-block-title .icon-right,
.time-block .time-block-left .time-block-title .icon-right {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.time-block .time-block-right .time-block-title .icon-right:after,
.time-block .time-block-left .time-block-title .icon-right:after {
  content: '\e815';
  font-family: 'noviu-povorot', sans-serif;
}
.time-block .time-block-right .time-block-title .city,
.time-block .time-block-left .time-block-title .city {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  .time-block .time-block-right,
  .time-block .time-block-left {
    margin: 0 0 20px;
  }
}
.time-block .time-list {
  display: table;
  width: 100%;
  text-align: left;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}
.time-block .time-list li {
  display: table-row;
}
.time-block .time-list li:first-child span {
  border-bottom: 1px solid #00BFFF;
}
.time-block .time-list li:hover span {
  background: #eee;
}
.time-block .time-list li span {
  display: table-cell;
  text-align: center;
  padding: 5px 0 5px;
}
.time-block .time-list li span.time-start {
  text-align: left;
  padding-left: 5px;
}
.time-block .time-list li span.time-end {
  text-align: right;
  padding-right: 5px;
}
.time-block .time-list li span.time-days {
  color: #00BFFF;
}
.time-block .time-list li div.time-start {
  float: left;
  width: 50%;
}
.time-block .time-list li div.time-end {
  float: right;
  width: 50%;
}
.vk_groups {
  display: block;
  margin: 0 auto 30px;
  border: 1px solid #00BFFF;
  border-radius: 4px;
  overflow: hidden;
}
.weather-block {
  display: block;
  text-align: center;
  margin-bottom: 80px;
}
.weather-block .weather-one {
  display: inline-block;
  margin: 0 40px;
}
.shadow {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 500;
}
.popup {
  display: none;
  position: fixed;
  width: 300px;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -220px;
  background: #fff;
  padding: 15px;
  border-radius: 2px;
  z-index: 550;
  border: 1px solid #00BFFF;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.popup .close {
  display: block;
  position: absolute;
  top: -8px;
  right: -8px;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid #00BFFF;
  text-decoration: none;
  border-radius: 2px;
  background: #fff;
  color: #00BFFF;
}
.popup .close:after {
  content: '\e810';
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  font-family: 'noviu-povorot', sans-serif;
}
.popup .popup-title {
  display: block;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  color: #2a303a;
  margin-bottom: 10px;
}
.text-label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.text-label .name {
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 5px;
}
.text-label .text-input {
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
  font-family: 'Roboto', Arial, Helmet, Freesans, sans-serif;
  font-size: 16px;
  line-height: 20px;
  border: 1px solid #00BFFF;
}
.text-label textarea.text-input {
  height: 100px;
  resize: none;
}
.btn-send {
  display: block;
  font-size: 24px;
  line-height: 30px;
  padding: 10px 20px;
  color: #fff;
  width: 100%;
  text-align: center;
  border: none;
  background: #00BFFF;
  border-radius: 2px;
}
.btn-send:before {
  content: '\e812';
  display: inline-block;
  font-family: 'noviu-povorot', sans-serif;
  vertical-align: top;
  margin-right: 10px;
}
.phones-times {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  color: #333;
  margin-bottom: 20px;
}
.phones-times.phones-times-bottom {
  margin-bottom: 40px;
}
.popup-send-message {
  display: none;
  position: fixed;
  font-size: 20px;
  line-height: 24px;
  color: #2a303a;
  top: 50%;
  left: 50%;
  width: 250px;
  margin-left: -100px;
  margin-top: -40px;
  background: #fff;
  text-align: center;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
  padding: 10px 0;
  z-index: 1000;
}
.scrolltop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: #0024ac;
  z-index: 400;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 4px;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  opacity: 0.5;
  border-radius: 4px;
}
.scrolltop:after {
  content: '\e80d';
  font-family: 'noviu-povorot', sans-serif;
  font-size: 20px;
  line-height: 30px;
}
.scrolltop:hover {
  color: #00BFFF;
  border-color: #00BFFF;
  opacity: 1;
  background: #fff;
}
.hide {
  display: none !important;
}
.menu-link {
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 600;
  padding-top: 5px;
}
.menu-link:after {
  content: '\e813';
  display: inline-block;
  font-family: 'noviu-povorot', sans-serif;
  font-size: 30px;
  line-height: 30px;
}
.menu-link.opened:after {
  content: '\e810';
}
@media screen and (min-width: 1024px) {
  .main-menu {
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  .contacts-block p {
    text-align: center;
  }
}
@media screen and (max-width: 1280px) {
  .main-section .main-logo {
    margin-right: 28%;
    top: 170px;
    width: 20%;
  }
}
@media screen and (max-width: 1023px) {
  .container {
    padding: 0 10px;
  }
  .menu-link {
    display: block;
  }
  .header-top {
    height: 0 !important;
  }
  header .header-inner {
    height: 60px !important;
  }
  header .bus-anim {
    display: none;
  }
  header .logo {
    top: 12px;
    left: -5px;
    width: 100px !important;
  }
  header .logo img {
    width: 100px;
  }
  header .header-menu {
    display: none;
    position: absolute;
    top: 62px;
    left: 0;
    right: 0;
    background: #fff;
  }
  header .header-menu li {
    display: block;
    width: 100%;
  }
  header .header-menu li .ink {
    display: none !important;
  }
  header .header-price {
    display: none;
  }
  header .header-contacts {
    top: 7px;
    right: 40px !important;
  }
  header .header-contacts a {
    padding-left: 25px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    text-decoration: none;
    color: #2a303a;
    margin-bottom: 7px;
    padding-top: 0;
  }
  header .header-contacts a.velcom-icon:before,
  header .header-contacts a.mts-icon:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -8px;
    width: 16px;
    height: 16px;
  }
  .main-section .container {
    padding-top: 72px;
  }
  .main-section .main-logo {
    display: none;
  }
  h2 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
    padding: 15px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  }
  .ticket {
    width: 250px;
    height: 105px;
  }
  h1 {
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 10px;
    padding-top: 23px;
  }
  h1 span {
    font-size: 30px;
    line-height: 32px;
  }
  h1 span.white {
    font-size: 18px;
  }
  .discount {
    font-size: 18px;
    line-height: 20px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
    padding: 10px;
  }
  .discount:before {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    font-size: 17px;
  }
  h3 {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 30px;
    padding-top: 20px;
  }
  .section-about .about-list {
    font-size: 0;
    line-height: 0;
    text-align: center;
  }
  .section-about .about-list li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    float: none;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 10px;
  }
  .section-about .about-list li:before {
    content: '';
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 28px;
    line-height: 38px;
    margin: 0;
    padding-top: 0;
    vertical-align: middle;
  }
  .section-about .about-list li span {
    display: inline-block;
    vertical-align: middle;
  }
  .section-about .about-list li.icon-price:before {
    padding-top: 0;
    line-height: 32px;
  }
  .section-about .about-list li.icon-wifi:before {
    font-size: 34px;
    padding-top: 0;
  }
  .text p {
    font-size: 14px;
    line-height: 20px;
  }
  .text-list {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px;
  }
  .text-list li {
    padding-left: 20px;
    margin-bottom: 7px;
  }
  .text-list li:before {
    top: 0;
    left: 0;
    font-size: 14px;
    line-height: 20px;
  }
  .stop-block .stop-list {
    width: 100%;
    padding: 0;
    margin: 0 0 0;
  }
  .weather-block .weather-one {
    display: block;
    width: 240px;
    margin: 0 auto 20px;
  }
  h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .contacts-block .contacts-one {
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }
  footer .footer-inner {
    display: block;
    width: 100%;
    height: 135px;
  }
  footer .footer-data {
    left: 50%;
    margin-left: -70px;
    width: 140px;
    top: 12px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  footer .footer-link {
    left: 50%;
    margin-left: -50px;
    width: 100px;
    top: 12px;
  }
  footer .copyright {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding-top: 65px;
  }
  footer .developer {
    display: inline-block;
    position: absolute;
    top: auto;
    margin-top: 0;
    bottom: 10px;
    right: 0;
    left: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  footer .developer span {
    margin-right: 0;
  }
  footer .developer a {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    position: relative;
    padding: 5px;
    border-radius: 2px;
  }
  .scrolltop {
    bottom: 10px;
    right: 10px;
  }
  .phones-times {
    font-size: 14px;
    line-height: 20px;
  }
}
.stock-wrap {
  display: block;
  position: fixed;
  top: 50%;
  margin-top: -150px;
  right: 0;
  max-width: 100%;
  z-index: 200;
}
.stock-wrap .stock {
  display: block;
  width: 300px;
  max-width: 300px;
  border-radius: 6px 0 0 6px;
  border: 2px solid #00BFFF;
  border-right: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: hidden;
}
.stock-wrap .stock img {
  display: block;
  width: 300px;
  border-radius: 6px 0 0 6px;
}
.stock-wrap .stock.unvisible {
  width: 0;
}
.stock-wrap .stock-control {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 100%;
  text-decoration: none;
  font-size: 30px;
  line-height: 30px;
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
  border-radius: 6px 0 0 6px;
  margin-top: -20px;
  letter-spacing: -4px;
  border: 1px solid #00BFFF;
  border-right: none;
}
.stock-wrap .stock-control .left {
  display: none;
}
.stock-wrap .stock-control .right {
  display: block;
}
.stock-wrap .stock-control.active .left {
  display: block;
}
.stock-wrap .stock-control.active .right {
  display: none;
}
.stock-wrap .stock-control:hover {
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  .stock-wrap {
    margin-top: -120px;
  }
  .stock-wrap .stock {
    width: 240px;
  }
  .stock-wrap .stock img {
    width: 240px;
  }
}
