a {
  text-decoration: none;
}
.inside {
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  font-family: "FiraSans-Regular";
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.flex-sb {
  justify-content: space-between;
}
.flex-sa {
  justify-content: space-around;
}
.flex-r {
  justify-content: flex-end;
}
.flex-c {
  justify-content: center;
}
.flex-t {
  align-items: flex-start;
}
.flex-bt {
  align-items: flex-end;
}
.flex-m {
  align-items: center;
}
.flex-s {
  align-items: stretch;
}
.flex-b {
  align-items: flex-end;
}
.nowrap {
  flex-wrap: nowrap;
}
.flex-full > * {
  width: 100%;
}
#toggler-wrapper {
  display: none;
}
#header {
  background: #f5f5f5;
  margin-bottom: 30px;
  padding: 20px 0;
  font-size: 16px;
  text-transform: uppercase;
}
#header ul {
  padding-right: 46px;
}
#header li {
  margin-left: 25px;
}
#header li a {
  color: #393939;
  padding: 12px 0 9px;
  position: relative;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  display: block;
  letter-spacing: -0.5px;
}
#header li a:hover {
  text-decoration: none;
}
#header li.current {
  border-top: 2px solid #078ff1;
  border-bottom: 2px solid #078ff1;
}
#header li:hover {
  border-top: 2px solid #078ff1;
  border-bottom: 2px solid #078ff1;
}
.greatings {
  padding: 56px 0 50px;
}
.greatings .title {
  margin-bottom: 26px;
  text-align: center;
  color: #393939;
  font-size: 28px;
  font-family: "FiraSans-Medium";
}
.greatings .description p {
  margin-bottom: 14px;
  color: #545454;
  font-size: 15px;
  font-family: "OpenSans-Regular";
  line-height: 1.5;
}
.greatings .description {
    text-align: justify;
}
.greatings .description p:last-child {
  margin-bottom: 0;
}
.greatings .description ul{
    margin-bottom: 14px;
}
.greatings .description ul li{
    color: #545454;
    font-size: 15px;
    font-family: "OpenSans-Regular";
    line-height: 1.5;
}
.popular-roads {
  padding-bottom: 44px;
}
.popular-roads .title {
  margin-bottom: 32px;
  text-align: center;
  color: #393939;
  font-size: 28px;
  font-family: "FiraSans-Medium";
}
.popular-roads .road-list .item {
  margin-bottom: 9px;
}
.popular-roads .road-list .item a {
  position: relative;
  display: block;
}
.popular-roads .road-list .item a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(5, 42, 68, 0.5);
  transition: all 0.3s ease 0s;
}
.popular-roads .road-list .item a img {
  display: block;
}
.popular-roads .road-list .item a .image-small {
  display: none;
}
.popular-roads .road-list .item a .caption {
  position: absolute;
  padding: 9px 14px;
  color: #fff;
  z-index: 2;
  line-height: 1.3;
  width: 100%;
  box-sizing: border-box;
  font-size: 20px;
  transition: all 0.3s ease 0s;
}
.popular-roads .road-list .item a .caption span {
  display: block;
  font-size: 24px;
}
.popular-roads .road-list .item a:hover:after {
  background: rgba(5, 42, 68, 0.65);
  transition: all 0.3s ease 0s;
}
.popular-roads .road-list .item a:hover .caption {
  text-decoration: underline;
  transition: all 0.3s ease 0s;
}
.popular-airports {
  padding-bottom: 50px;
}
.popular-airports .title {
  margin-bottom: 32px;
  text-align: center;
  color: #393939;
  font-size: 28px;
  font-family: "FiraSans-Medium";
}
.popular-airports .item {
  position: relative;
  background: #078ff1;
  margin-bottom: 12px;
  border-radius: 0 4px 4px 0;
  max-width: 33%;
  width: 100%;
}
.popular-airports .item a {
  padding: 10px 10px;
  min-height: 90px;
  color: #fff;
  padding-left: 62px;
  width: 316px;
  box-sizing: border-box;
  font-size: 18px;
}
.popular-airports .item a p {
  line-height: 1.5;
  padding-left: 13px;
}
.popular-airports .item a p span {
  display: block;
}
.popular-airports .item a:before {
  height: 100%;
  position: absolute;
  border-left: 2px dashed rgba(255, 255, 255, 0.75);
  content: "";
  top: 0px;
  left: 61px;
}
.popular-airports .item a:after {
  position: absolute;
  content: "";
  width: 61px;
  top: 0;
  left: 0;
  height: 100%;
  background: #06538a url(../images/plain-ico.png) no-repeat center;
}
.popular-airports .item a:hover {
  text-decoration: underline;
}
.popular-airports .item.hidden {
  visibility: hidden;
}
.footer {
  background: #f5f5f5;
  padding: 40px 0;
}
.footer .nav li {
  margin-right: 24px;
}
.footer .nav li a {
  color: #393939;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "FiraSans-Regular";
  letter-spacing: -0.2px;
}
.footer .nav li a:hover {
  color: #078ff1;
  text-decoration: underline;
}
.footer .footer-right .copyright {
  padding-top: 18px;
  font-size: 14px;
  color: #545454;
}
#block_form .tabs {
  margin-bottom: 8px;
}
#block_form .tab-item {
  width: 49.4%;
}
#block_form .tab-item div {
  background: #e1e1e1;
  color: #5f5f5f;
  font-size: 17px;
  height: 38px;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
  font-family: "FiraSans-SemiBold";
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease 0s;
}
#block_form .tab-item div:hover {
  background: #eaeaea;
  transition: all 0.3s ease 0s;
}
#block_form .tab-item.active > div {
  background: #078ff1;
  color: #fff;
  transition: all 0.3s ease 0s;
}
#block_form .tab-item.active > div:hover {
  background: #1ca7f2;
  transition: all 0.3s ease 0s;
}
#block_form .forms {
  padding: 25px 15px;
  background: url(../images/form-bg.jpg) no-repeat center;
}
#block_form .forms form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#block_form .forms label {
  display: none;
}
#block_form .forms input[type="text"] {
  width: 260px;
  height: 50px;
  padding: 0;
  border-radius: 6px;
  padding-left: 12px;
  color: #545454;
  font-family: "FiraSans-Regular";
  box-sizing: border-box;
  border: none;
  padding-top: 2px;
}
#block_form .forms #routeform-date {
  width: 150px;
}
#block_form .forms button[type="submit"] {
  color: #453505;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "FiraSans-SemiBold";
  height: 50px;
  background: #ffc738;
  border-radius: 6px;
  width: 180px;
  border: none;
  margin-left: 20px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 2px;
}
#block_form .forms button[type="submit"]:hover {
  background: #ffcf56;
  transition: all 0.3s ease 0s;
}
#block_form .forms form {
  display: none;
}
#block_form .forms form.active {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#block_form .forms #station-form .field-stationform-from input[type="text"] {
  width: 568px;
}
#block_form .forms #station-form .field-stationform-date input[type="text"] {
  width: 150px;
}
.aeroports-description {
  padding: 50px 0 40px;
}
.aeroports-description .title {
  margin-bottom: 22px;
  text-align: center;
  color: #393939;
  font-size: 28px;
  font-family: "FiraSans-Medium";
  line-height: 1.4;
}
.aeroports-description .description p {
  margin-bottom: 22px;
  color: #545454;
  font-size: 15px;
  font-family: "OpenSans-Regular";
  line-height: 1.5;
}
.aeroports-description .description {
    text-align: justify;
}
.aeroports-description .description p:last-child {
  margin-bottom: 0;
}
.aeroports-description .buttons {
  margin-top: 54px;
}
.aeroports-description .buttons .flex > div {
  padding: 0 1%;
}
.aeroports-description .buttons a {
  width: 320px;
  height: 50px;
  border: none;
  outline: none;
  color: #5f5f5f;
  font-size: 20px;
  font-family: "FiraSans-SemiBold";
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  background: #e1e1e1;
}
.aeroports-description .buttons a:hover {
  background: #eaeaea;
  transition: all 0.3s ease 0s;
}
.aeroports-description .buttons .yellow a {
  background: #ffc738;
  color: #453505;
}
.aeroports-description .buttons .yellow a:hover {
  background: #ffcf56;
}
.schedule.links .item .plaine-info,
.schedule.links .item .duration {
  padding-top: 2px;
}
.schedule.links .item .price-block {
  top: 14px;
}
.schedule .similar-dirrections {
  padding-top: 50px;
}
.schedule .similar-dirrections .title {
  margin-bottom: 30px;
  text-align: center;
  color: #393939;
  font-size: 28px;
  font-family: "FiraSans-Medium";
}
.schedule .similar-dirrections .dirrections {
  color: #06538a;
  font-size: 15px;
  line-height: 1.4;
}
.schedule .similar-dirrections .dirrections a {
  color: #06538a;
  transition: all 0.3s ease 0s;
  padding: 2px 10px;
  display: inline-block;
}
.schedule .similar-dirrections .dirrections a:hover {
  color: #078ff1;
  text-decoration: underline;
  transition: all 0.3s ease 0s;
}
.schedule .similar-dirrections .dirrections span {
  padding: 0 2px;
}
.schedule .information-about-arline {
  padding-top: 20px;
}
.schedule .information-about-arline .tel {
  white-space: nowrap;
}
.schedule .information-about-arline .title {
  margin-bottom: 30px;
  text-align: center;
  color: #393939;
  font-size: 28px;
  font-family: "FiraSans-Medium";
}
.schedule .information-about-arline .air-widget {
  background: #ececec;
  padding: 20px 18px 14px 18px;
}
.schedule .information-about-arline .air-widget .air-widget-header {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d6d6d6;
  font-size: 24px;
  color: #078ff1;
  font-family: "FiraSans-Bold";
}
.schedule .information-about-arline .air-widget .air-widget-body li {
  margin-bottom: 13px;
  font-family: "FiraSans-Regular";
  color: #393939;
  line-height: 1.2;
}
.schedule .information-about-arline .air-widget .air-widget-body li span {
  font-family: "FiraSans-Medium";
  color: #06538a;
}
.schedule .information-about-arline .air-widget .air-widget-body li a {
  color: #393939;
}
.schedule .information-about-arline .air-widget .air-widget-body li a:hover {
    color: #078ff1;
    text-decoration: underline;
}
.schedule .list {
  margin-bottom: 39px;
}
.schedule .item {
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  padding: 13px 156px 0 52px;
  margin-bottom: 15px;
  position: relative;
  background: #fcfcfc;
}
.schedule .item:hover {
  border-color: #ffc738;
}
.schedule.schedule-date .item {
  padding-bottom: 30px;
}
.schedule .item .information {
  padding-bottom: 14px;
}
.schedule .item .main-info {
  width: 476px;
}
.schedule .item .price-block {
  text-align: center;
  width: 134px;
  position: absolute;
  top: 27px;
  right: 10px;
}
.schedule .item .price-block .price {
  color: #e88800;
  margin-bottom: 9px;
  font-family: "OpenSans-Bold";
}
.schedule .item .price-block .price strong {
  font-size: 20px;
}
.schedule .item .price-block .button .href {
  color: #fff;
  display: block;
  width: 134px;
  height: 41px;
  line-height: 41px;
  background: #078ff1;
  font-family: "FiraSans-SemiBold";
  text-decoration: none;
  border-radius: 4px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.schedule .item .price-block .button .href:hover {
  background: #29a3fb;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.schedule .item .timeline-info {
  width: 160px;
  color: #545454;
  font-size: 13px;
  font-family: "OpenSans-Regular";
  line-height: 1.3;
}
.schedule .item .timeline-info .label {
  font-size: 13px;
  font-family: "OpenSans-SemiBold";
  color: #989898;
  line-height: 1.3;
  margin-bottom: 3px;
  padding: 0;
}
.schedule .item .timeline-info .time {
  font-size: 13px;
  font-family: "OpenSans-SemiBold";
  color: #393939;
  margin-bottom: 2px;
  margin-top: 3px;
}
.schedule .item .timeline-info .time strong {
  font-family: "OpenSans-Bold";
  color: #393939;
  font-size: 18px;
  letter-spacing: -0.4px;
}
.schedule .item .timeline-info .city {
  color: #545454;
  font-size: 13px;
  font-family: "OpenSans-SemiBold";
}
.schedule .item .timeline-info .city a {
  transition: all 0.3s ease 0s;
  color: #393939;
}
.schedule .item .timeline-info .city a:hover {
  text-decoration: underline;
  color: #078ff1;
  text-decoration-color: #83c7f8;
  transition: all 0.3s ease 0s;
}
.schedule .item .timeline-info.arrival .time {
  position: relative;
}
.schedule .item .timeline-info.arrival .time:after {
  position: absolute;
  top: 11px;
  right: 16px;
  height: 1px;
  width: 36px;
  content: "";
  background: #d6d6d6;
}
.schedule .item .no-departure {
  position: relative;
}
.schedule .item .no-departure .time:after {
  display: none;
}
.schedule .item .no-departure:after {
  position: absolute;
  top: 36px;
  right: 100px;
  height: 1px;
  width: 212px;
  content: "";
  background: #d6d6d6;
}
.schedule .item .no-arrival {
  position: relative;
}
.schedule .item .no-arrival .departure {
  margin-right: 40px;
}
.schedule .item .no-arrival:after {
  position: absolute;
  top: 36px;
  left: 0;
  height: 1px;
  width: 212px;
  content: "";
  background: #d6d6d6;
}
.schedule .item .plaine-info {
  position: relative;
  width: 280px;
  font-family: "OpenSans-Regular";
  color: #989898;
  font-size: 13px;
  padding-top: 12px;
  line-height: 1.5;
}
.schedule .item .plaine-info a,
.schedule .item .plaine-info strong {
  font-family: "OpenSans-Bold";
  font-size: 15px;
  color: #393939;
  display: block;
  line-height: 1;
}
.schedule .item .plaine-info span {
  display: block;
}
.schedule .item .plaine-info a {
  font-family: "OpenSans-Bold";
  font-size: 15px;
  color: #393939;
  transition: all 0.3s ease 0s;
  line-height: 1;
}
.schedule .item .plaine-info a:hover {
  text-decoration: underline;
  color: #078ff1;
  text-decoration-color: #83c7f8;
  transition: all 0.3s ease 0s;
}
.schedule .item .plaine-info .company-logo {
  top: 20px;
  left: -42px;
  position: absolute;
  width: 30px;
  height: 30px;
}
.schedule .item .plaine-info .company-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.schedule .item .duration {
  color: #989898;
  font-size: 13px;
  line-height: 1.3;
  width: 154px;
  padding-top: 16px;
}
.schedule .item .duration strong {
  font-size: 14px;
  color: #393939;
  display: block;
  margin-bottom: 4px;
  letter-spacing: 0.3px;
  font-family: "OpenSans-Bold";
}
.schedule .item .schedule-footer {
  padding: 10px 0;
  border-top: 1px solid #d6d6d6;
  color: #989898;
  font-size: 13px;
  font-family: "OpenSans-Regular";
}
.schedule .information-about-way {
  padding-top: 54px;
}
.schedule .information-about-way .title {
  margin-bottom: 26px;
  text-align: center;
  color: #393939;
  font-size: 28px;
  font-family: "FiraSans-Medium";
}
.schedule .information-about-way .content {
  margin-bottom: 40px;
}
.schedule .information-about-way .content:last-child {
  margin-bottom: 0;
}
.schedule .information-about-way .description p {
  margin-bottom: 22px;
  color: #545454;
  font-size: 15px;
  font-family: "OpenSans-Regular";
  line-height: 1.5;
}
.schedule .information-about-way .description {
    text-align: justify;
}
.schedule .information-about-way .description p:last-child {
  margin-bottom: 0;
}
.schedule.detail .item {
  padding-left: 20px;
  padding-right: 20px;
}
.schedule.detail .item .no-arrival:after {
  top: 22px;
}
.schedule.detail .item .no-departure:after {
  top: 22px;
}
.schedule.detail .item .plaine-info {
  padding-top: 0;
}
.schedule.detail .item .plaine-info .company-logo {
  position: static;
  margin-right: 20px;
}
.schedule.detail .price-block {
  position: static;
}
.infoblock {
  position: relative;
  color: #fff;
  padding: 30px 30px 27px 137px;
  box-sizing: border-box;
  min-height: 136px;
}
.infoblock h3 {
  font-size: 18px;
  font-family: "FiraSans-SemiBold";
  text-transform: uppercase;
  line-height: 1.3;
}
.infoblock p {
  line-height: 1.5;
  font-family: "FiraSans-Medium";
}
.infoblock .ico {
  position: absolute;
  top: 33px;
  left: 35px;
}
.infoblock.infoblock-1 {
  background: url(../images/infoblock-1.jpg) no-repeat center;
  margin-bottom: 40px;
}
.infoblock.infoblock-1 h3 {
  margin-bottom: 14px;
}
.infoblock.infoblock-2 {
  background: url(../images/infoblock-2.jpg) no-repeat center;
}
.infoblock.infoblock-2 .infoblock-content {
  padding-top: 11px;
}
.infoblock.infoblock-2 h3 {
  margin-top: 11px;
}
.ad {
  text-align: center;
  padding: 54px 0;
}
.ad img {
  max-width: 100%;
}
.article {
  padding: 50px 0 40px;
}
.article .title {
  margin-bottom: 22px;
  text-align: center;
  color: #393939;
  font-size: 28px;
  font-family: "FiraSans-Medium";
  line-height: 1.3;
}
.article .preview {
  margin: 5px 23px 5px 0;
}
.article .description {
  text-align: justify;
}
.article .description img {
  max-width: 100%;
}
.article .description p {
  margin-bottom: 16px;
  color: #545454;
  font-size: 15px;
  font-family: "OpenSans-Regular";
  line-height: 1.5;
  letter-spacing: -0.1px;
}
.article .description p:last-child {
  margin-bottom: 0;
}
.article .description h2 {
  margin-bottom: 10px;
  color: #393939;
  font-size: 18px;
  font-family: "OpenSans-SemiBold";
}
.article .description ul li {
  color: #545454;
  font-size: 15px;
  font-family: "OpenSans-Regular";
  line-height: 1.5;
  position: relative;
  padding-left: 13px;
}
.article .description ul li:before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #06538a;
  content: "";
  border-radius: 8px;
}
.news {
  padding: 50px 0 0px;
}
.news .title {
  margin-bottom: 30px;
  text-align: center;
  color: #393939;
  font-size: 28px;
  font-family: "FiraSans-Medium";
  line-height: 1.3;
}
.news .list .item {
  margin-bottom: 50px;
}
.news .list .item .previev {
  margin-right: 20px;
  flex-shrink: 0;
}
.news .list .item .previev a {
  display: block;
  position: relative;
}
.news .list .item .previev a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.news .list .item .previev a:hover:after {
  opacity: 1;
  transition: all 0.3s ease 0s;
}
.news .list .item .previev a img {
  display: block;
  max-width: 100%;
}
.news .list .item .description .name {
  margin-bottom: 10px;
}
.news .list .item .description .name a {
  color: #393939;
  font-size: 18px;
  font-family: "FiraSans-Medium";
  line-height: 1.3;
}
.news .list .item .description .name a:hover {
  color: #06538a;
  text-decoration: underline;
}
.news .list .item .description .text {
  color: #545454;
  font-size: 15px;
  font-family: "OpenSans-Regular";
  text-align: justify;
  line-height: 1.4;
}
.news .list .item .description .text .more {
  margin-top: 10px;
}
.news .list .item .description .text .more a {
  color: #06538a;
  font-size: 15px;
  font-family: "FiraSans-Medium";
}
.news .list .item .description .text .more a:hover {
  text-decoration: underline;
}
.contacts {
  padding: 50px 0 0px;
}
.contacts .title {
  margin-bottom: 20px;
  text-align: center;
  color: #393939;
  font-size: 28px;
  font-family: "FiraSans-Medium";
  line-height: 1.3;
}
.contacts .description {
  margin-bottom: 50px;
}
.contacts .description p {
  margin-bottom: 25px;
  color: #545454;
  font-size: 16px;
  font-family: "FiraSans-Regular";
  line-height: 1.35;
  text-align: center;
  letter-spacing: -0.1px;
}
.contacts .description p:last-child {
  margin-bottom: 0;
}
.contacts .description p strong {
  font-family: "FiraSans-SemiBold";
}
.contacts .description p a {
  color: #06538a;
}
.contacts .description p a:hover {
  text-decoration: underline;
}
.contact-form {
  padding: 50px 54px 58px;
  background: #ececec;
  margin-bottom: 70px;
}
.contact-form .form-title {
  text-align: center;
  color: #393939;
  font-size: 28px;
  font-family: "FiraSans-Medium";
  margin-bottom: 32px;
}
.contact-form .row {
  margin-bottom: 25px;
}
.contact-form .row textarea {
  width: 100%;
  height: 118px;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  padding: 14px 12px;
  resize: none;
  border-radius: 4px;
  font-family: "FiraSans-Regular";
  outline: none !important;
  font-size: 16px;
}
.contact-form .field {
  max-width: 49%;
}
.contact-form .field input {
  width: 412px;
  height: 52px;
  outline: none !important;
  border: 1px solid #c4c4c4;
  font-family: "FiraSans-Regular";
  font-size: 16px;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0;
  padding-left: 12px;
  max-width: 100%;
}
.contact-form .button {
  text-align: center;
}
.contact-form .button button {
  color: #453505;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "FiraSans-SemiBold";
  height: 50px;
  background: #ffc738;
  border-radius: 6px;
  width: 180px;
  border: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.contact-form .button button:hover {
  background: #ffcf56;
  transition: all 0.3s ease 0s;
}
.thanks {
  text-align: center;
  display: none;
  padding: 36px;
  width: 460px;
  box-sizing: border-box;
  max-width: 100%;
  position: relative;
  background: #fff;
}
.thanks .close {
  position: absolute;
  top: 13px;
  right: 13px;
  cursor: pointer;
}
.thanks .close path {
  transition: all 0.3s ease 0s;
}
.thanks .close:hover path {
  fill: #c4c4c4;
  transition: all 0.3s ease 0s;
}
.thanks .ico {
  margin-bottom: 18px;
}
.thanks .thanks-title {
  color: #393939;
  text-transform: uppercase;
  font-size: 27px;
  line-height: 1.25;
  margin-bottom: 6px;
  font-family: "FiraSans-SemiBold";
}
.thanks p {
  color: #545454;
  font-size: 18px;
  line-height: 1.3;
  font-family: "FiraSans-Regular";
}
.toggler-inner {
  background: url(../images/toggler.png) no-repeat 0 center;
  height: 33px;
  width: 44px;
  display: none;
}
.toggler.open .toggler-inner {
  display: block;
  background-position: right center;
}
#left-sidebar {
  position: fixed;
  left: -310px;
  z-index: 999;
  font: 18px "FiraSans-Regular";
  height: 100%;
  display: inline-block;
  background: #06538a;
  transition: all 0.3s ease 0s;
}
#left-sidebar #close-mobile {
  cursor: pointer;
  text-align: right;
}
#left-sidebar .close {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: right;
  display: none;
}
#left-sidebar .close > div {
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
}
#left-sidebar .close > div:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  background: #fff;
  content: " ";
  height: 3px;
  transform: rotate(45deg);
}
#left-sidebar .close > div:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  background: #fff;
  content: " ";
  height: 3px;
  transform: rotate(-45deg);
}
#left-sidebar #mobile-navigation {
  padding: 20px 20px 20px 30px;
  box-sizing: border-box;
  width: 300px;
}
#left-sidebar #mobile-navigation li {
  color: #fff;
  cursor: pointer;
  padding: 5px 0;
  margin-bottom: 16px;
}
#left-sidebar #mobile-navigation li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.5px;
  line-height: 1;
}
#left-sidebar.open {
  left: 0;
  transition: all 0.3s ease 0s;
  box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.8);
}
#left-sidebar #mobile-navigation li.active a {
  border-bottom: 2px solid #078ff1;
}
.contact-form input.error,
.contact-form textarea.error {
  box-shadow: 0 0 5px #ff5656 !important;
}
#route-form .field-routeform-to, #route-form .field-routeform-from, #route-form .field-routeform-date {
    margin-bottom: 0;
    display: inline-block;
    position: relative;
}
#station-form .field-stationform-from, #station-form .field-stationform-date {
    margin-bottom: 0;
    display: inline-block;
    position: relative;
}
.help-block-error.help-block {
    display: none;
}
.has-error .help-block-error.help-block {
    display: block;
    position: absolute;
    bottom: -26px;
    left: 10px;
    font-size: 12px;
    color: white;
}
.datepicker table tr td, .datepicker table tr th {
    font: 15px/1.4 "FiraSans-Regular";
}
.title-buy-ticket{
    margin-top: 45px;
}
.copy_h{
    width: 740px;
    margin: 0 auto;
}

.copy_v{
    display: none;
    width: 240px;
    margin: 0 auto;
}

.copy_h.ukraine{
    width: 740px;
    margin: 0 auto;
    text-align: left;
}

.copy_v.ukraine{
    width: 210px;
    margin: 0 auto;
    text-align: left;
}

.copyright2 {
    font: 12px/18px Arial, sans-serif;
    display: inline-block;
    text-decoration: none;
    color: #000;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 2px;
}
.copyright_type_horiz {
    line-height: 28px;
    width: 730px;
    padding: 12px 28px 6px 28px;
}
.logo-yandex {
    display: inline-block;
    padding-right: 10px;
}

.copyright__link {
    display: inline-block;
    color: #44b;
}
.copyright__link:hover {
    color: #e00;
}
.copyright_type_horiz .copyright__data {
    display: inline-block;
    padding: 0 0 0 40px;
}
.copyright_type_horiz .copyright__link {
    display: inline-block;
    float: right;
}
.arrow-yandex {
    font: 13px textbook, sans-serif;
    line-height: 27px;
    position: relative;
    display: inline-block;
    width: 93px;
    height: 25px;
    margin: 2px 0 0 0;
    padding: 0 0 0 7px;
    vertical-align: top;
}
.copyright_theme_yellow .arrow-yandex {
    background: url(/images/arrow_yellow.png) top left no-repeat;
}

.copyright_type_vert
{
    width: 208px;
    padding: 18px;
}

.copyright__data
{
    vertical-align: top;
    opacity: .6;
    filter: alpha(opacity=60);
    color: #000;
}

.copyright_type_vert .copyright__data
{
    margin-top: 12px;
}

.forms-similar {
    font: 15px/1.6 "OpenSans-Regular";
    color: #424543;
    margin-top: 20px;
    text-align: left;
}

.forms-similar label {
    display: block;
    margin-bottom: 8px;
    cursor: pointer;
}

.forms-similar input[type="radio"] {
    -webkit-appearance: radio;
}

.forms-similar button.fm4 {
    background: #ff6a4d;
    border-radius: 6px;
    border: none;
    color: #fff;
    cursor: pointer;
    font: 18px/1 "OpenSans-Regular";
    text-transform: uppercase;
    width: 200px;
    height: 48px;
    transition: all 0.3s ease 0s;
    margin-top: 15px;
}

.forms-similar button.fm4:hover {
    background: #ffb400;
    transition: all 0.3s ease 0s;
}

#helpfull-information p.desc-p {
    margin-bottom: 20px;
}

.forms-similar .departures-list, .forms-similar .arrivals-list {
    float: left;
    width: 50%;
}

.forms-similar h3 {
    margin-bottom: 20px;
    color: #3c5669;
    font-size: 20px;
    font-weight: 500;
}
.title-city{
    margin-bottom: 10px;
}

.content1{
    margin-top: 30px;
}
.content2{
    margin-top: 30px;
}
.content3{
    margin-bottom: 30px;
}
.content4{
    margin-top: 30px;
}
.add-top {
    max-width: 970px;
    margin: 0 auto 30px;
}
