a {
  text-decoration: none;
}
.inside {
  width: 970px;
  margin: 0 auto;
  max-width: 100%;
  box-sizing: border-box;
}
.inner {
  width: 970px;
  margin: 0 auto;
  max-width: 100%;
  box-sizing: border-box;
}
body {
  font-family: "FuturaPT-Book";
  background: #fafaff;
}
body .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body .flex-sb {
  justify-content: space-between;
}
body .flex-sa {
  justify-content: space-around;
}
body .flex-r {
  justify-content: flex-end;
}
body .flex-c {
  justify-content: center;
}
body .flex-t {
  align-items: flex-start;
}
body .flex-bt {
  align-items: flex-end;
}
body .flex-m {
  align-items: center;
}
body .flex-s {
  align-items: stretch;
}
body .nowrap {
  flex-wrap: nowrap;
}
body .full {
  width: 1920px;
  max-width: 100%;
  margin: 0 auto;
}
.title {
  text-align: center;
  font: 30px/1 "FuturaPT-Medium";
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #2b2b33;
}
.header {
  background: #ededf8;
}
.header .inside {
  width: 960px;
}
.header .logo-wr {
  padding-left: 19px;
}
.header .logo-wr .logo img,
.header .logo-wr .logo a,
.header .logo-wr .logo span {
  display: block;
}
.header .logo-wr .slogan {
  color: #2b2b33;
  font: 24px/1 "FuturaPT-Demi";
  margin-left: 16px;
  text-transform: uppercase;
}
.header .logo-wr .slogan span {
  display: block;
  padding-top: 4px;
}

.header .logo-wr .slogan span.slogan-desc {
  color: #61616b;
  font-size: 12px;
  text-align: center;
  line-height: 1.1;
}

.header .toggler {
  cursor: pointer;
  display: none;
}
.header .toggler span {
  width: 40px;
  height: 4px;
  margin-bottom: 9px;
  border-radius: 3px;
  background: #9f9fe0;
  display: block;
}
.header .toggler span:last-child {
  margin-bottom: 0;
}
.header .navigation li a {
  color: #2b2b33;
  padding: 32px 17px;
  display: block;
  font-size: 16px;
  font-family: "OpenSans-SemiBold";
  transition: all 0.3s ease 0s;
}
.header .navigation li a:hover {
  background: #b4d6f1;
  transition: all 0.3s ease 0s;
}
.header .navigation li.active a {
  background: #b4d6f1;
  transition: all 0.3s ease 0s;
}
.main {
  background: #fff;
  margin: 0 auto;
  width: 1020px;
  padding-top: 37px;
  max-width: 100%;
}
.home-text {
  padding-bottom: 40px;
  padding-top: 58px;
}
.home-text h1 {
  margin-bottom: 24px;
}
.home-text p {
  margin-bottom: 16px;
  text-align: justify;
  font: 15px/1.4 "OpenSans-Regular";
  color: #5a5a5b;
}
.popular-ways {
  padding-bottom: 56px;
}
.popular-ways .inside {
  text-align: center;
  font: 16px/1.2 "OpenSans-Regular";
  color: #18588c;
  background: #f7f7fe;
  padding: 56px 36px 42px;
}
.popular-ways .inside h2 {
  margin-bottom: 23px;
}
.popular-ways .inside .column li {
  text-align: center;
  margin-bottom: 11px;
}
.popular-ways .inside .column li a {
  display: block;
  color: #18588c;
  font: 18px/1.4 "OpenSans-Regular";
  transition: all 0.3s ease 0s;
}
.popular-ways .inside .column li a:hover {
  text-decoration: underline;
  transition: all 0.3s ease 0s;
}
.popular-list h3 {
  text-align: center;
  font: 30px/1 "FuturaPT-Medium";
  text-transform: uppercase;
  margin-bottom: 26px;
  color: #2b2b33;
}
.popular-list .item {
  max-width: 49%;
  margin-bottom: 20px;
}
.popular-list .item a {
  display: block;
  position: relative;
}
.popular-list .item a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.popular-list .item a:hover:after {
  opacity: 1;
  transition: all 0.3s ease 0s;
}
.popular-list .item a img {
  display: block;
}
.popular-list .item a p {
  transition: all 0.3s ease 0s;
}
.popular-list .item .caption {
  position: absolute;
  left: 0;
  box-sizing: border-box;
  padding: 15px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  color: #fff;
  font: 18px/1.2 "OpenSans-SemiBold";
  width: 100%;
  bottom: 0;
  z-index: 2;
}
.popular-list .item:hover .caption p {
  text-decoration: underline;
  transition: all 0.3s ease 0s;
}
.popular-news {
  padding-top: 38px;
}
.popular-news .inside {
  position: relative;
}
.popular-news h3 {
  text-align: center;
  font: 30px/1 "FuturaPT-Medium";
  text-transform: uppercase;
  margin-bottom: 24px;
  color: #2b2b33;
}
.popular-news .item {
  max-width: 32%;
  width: 305px;
  margin-bottom: 58px;
}
.popular-news .item .preview a {
  display: block;
  position: relative;
  width: 305px;
  max-width: 100%;
}
.popular-news .item .preview a img {
  display: block;
  max-width: 100%;
}
.popular-news .item .preview a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.popular-news .item .preview a:hover:after {
  opacity: 1;
  transition: all 0.3s ease 0s;
}
.popular-news .item .post-name {
  padding-top: 6px;
}
.popular-news .item .post-name a {
  color: #2b2b33;
  font: 18px/1.3 "FuturaPT-Book";
}
.popular-news .item .post-name a:hover {
  text-decoration: underline;
  color: #18588c;
}
.popular-news .item:last-child:before {
  position: absolute;
  margin-top: -31px;
  border-top: 1px solid #e4e4e4;
  width: 100%;
  left: 0;
  content: "";
}
#footer {
  background: #2b2b33;
}
#footer .inside {
  width: 960px;
}
#footer .top-line {
  padding: 14px 0 16px;
  border-bottom: 1px solid #424247;
}
#footer .copy {
  color: #fff;
  font: 14px/1 "OpenSans-Regular";
}
#footer .logo-wr {
  padding-left: 12px;
}
#footer .logo-wr .slogan {
  color: #fff;
  font: 24px/1 "FuturaPT-Demi";
  margin-left: 17px;
  text-transform: uppercase;
}
#footer .navigation li {
  margin: 0 10px 0 18px;
}
#footer .navigation li a {
  display: block;
  color: #fff;
  transition: all 0.3s ease 0s;
  font: 15px/1 "OpenSans-SemiBold";
  border-bottom: 1px solid transparent;
}
#footer .navigation li a:hover {
  border-bottom-color: #b4d6f1;
  transition: all 0.3s ease 0s;
}
#footer .social li a {
  display: block;
  text-align: center;
  width: 40px;
}
#footer .social li a img {
  display: block;
}
#footer .navigation li a:hover {
  border-bottom-color: #b4d6f1;
  color:#b4d6f1;
}
#footer .social-icons {
  padding: 17px 0;
}
#footer .social-icons img {
  display: block;
}
#footer .bottom-line {
  padding: 0 14px;
}
.news.category {
  padding-bottom: 10px;
  padding-top: 58px;
}
.news.category h2 {
  text-align: center;
  font: 30px/1 "FuturaPT-Medium";
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #2b2b33;
}
.news.category .item {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.news.category .item .preview {
  width: 305px;
  max-width: 100%;
}
.news.category .item .preview a,
.news.category .item .preview img {
  display: block;
  max-width: 100%;
}
.news.category .item .preview a {
  position: relative;
}
.news.category .item .preview a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.news.category .item .preview a:hover:after {
  opacity: 1;
  transition: all 0.3s ease 0s;
}
.news.category .item .description {
  margin-left: 17px;
  width: calc(100% - 325px);
}
.news.category .item .description .post-name {
  margin-bottom: 9px;
  margin-top: -5px;
}
.news.category .item .description .post-name a {
  color: #2b2b33;
  font: 18px/1.2 "FuturaPT-Medium";
  transition: all 0.3s ease 0s;
}
.news.category .item .description .post-name a:hover {
  color: #18588c;
  transition: all 0.3s ease 0s;
}
.news.category .item .description .excerpt {
  margin-bottom: 18px;
  text-align: justify;
}
.news.category .item .description .excerpt p {
  font: 16px/1.2 "FuturaPT-Book";
  color: #5a5a5b;
  margin-bottom: 10px;
}
.news.category .item .description .excerpt p:last-child {
  margin-bottom: 0;
}
.news.category .item .description .more {
    padding-top: 8px;
}
.news.category .item .description .more a {
  color: #18588c;
  display: inline-block;
  font: 19px/1 "FuturaPT-Book";
}
.news.category .item .description .more a span {
  line-height: 0.9;
  display: block;
  transition: all 0.3s ease 0s;
  text-decoration: underline;
}
.news.category .item .description .more a:hover span {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.news.category .item:last-child {
  border-bottom: none;
}
.article-detail {
  padding-bottom: 46px;
  padding-top: 58px;
}
.article-detail h1 {
  margin-bottom: 22px;
  text-transform: none;
}
.article-detail .post img {
  float: left;
  margin: 7px 19px 0 0;
  max-width: 100%;
}
.article-detail .post p {
  font: 15px/1.5 "OpenSans-Regular";
  margin-bottom: 7px;
  text-align: justify;
  letter-spacing: -0.1px;
  
}
.article-detail .post {
    color: #5a5a5b
}
.article-detail .post h2 {
  font: 600 18px/1.2 "FuturaPT-Book";
  margin-bottom: 10px;
  color: #2b2b33;
  padding-top: 4px;
}
.article-detail .post li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
  font-size: 18px;
}
.article-detail .post li:before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  background: #18588c;
  width: 6px;
  height: 6px;
  font: 15px/1.2 "FuturaPT-Book";
  border-radius: 8px;
}
.contacts {
  padding-top: 58px;
  padding-bottom: 40px;
}
.contacts .title {
  margin-bottom: 23px;
}
.contacts .contact-information {
  text-align: center;
  margin-bottom: 58px;
  color: #2b2b33;
  font: 18px/1.3 "FuturaPT-Book";
}
.contacts .contact-information a {
  color: #18588c;
}
.contacts .contact-information strong {
  font-weight: bold
}
.contacts .contact-information .questions {
  margin-bottom: 26px;
}
.contacts .contact-information .attention {
  padding: 0 36px;
}
.contacts h2 {
  text-align: center;
  font: 30px/1 "FuturaPT-Medium";
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #2b2b33;
}
.contacts .form {
  padding: 60px 0;
  background: #f7f7fe;
}
.contacts .form .form-inner {
  margin: 0 auto;
  width: 680px;
  max-width: 100%;
}
.contacts .form .form-inner .input {
  margin-bottom: 20px;
}
.contacts .form .form-inner input {
  width: 323px;
  height: 54px;
  border-radius: 5px;
  border: 1px solid #d7d7d7;
  box-sizing: border-box;
  padding: 0 11px;
  background: #fff;
  font: 16px/1 "OpenSans-Regular";
}
.contacts .form .message {
  margin-bottom: 23px;
}
.contacts .form .message textarea {
  width: 100%;
  height: 116px;
  font: 16px/1 "OpenSans-Regular";
  display: block;
  border-radius: 5px;
  border: 1px solid #d7d7d7;
  box-sizing: border-box;
  padding: 18px 11px;
  resize: none;
}
.contacts .form .submit {
  text-align: center;
}
.contacts .form .submit button {
  background: #9f9fe0;
  width: 220px;
  height: 56px;
  border: none;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-family: "FuturaPT-Demi";
  text-transform: uppercase;
  padding: 0;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
}
.contacts .form .submit button:hover {
  background: #8989d0;
  transition: all 0.3s ease 0s;
}
#thanks {
  display: none;
  text-align: center;
}
#thanks .thanks-inner {
  padding: 40px 0;
  width: 400px;
  max-width: 100%;
}
#thanks .success {
  color: #18588c;
  font: 30px/1.3 "FuturaPT-Medium";
  text-transform: uppercase;
  margin-bottom: 10px;
}
#thanks p {
  color: #494949;
  font: 22px/1.1 "FuturaPT-Medium";
}
.road-description {
  padding-top: 58px;
}
.road-description .title {
  margin-bottom: 21px;
}
.road-description .list {
  background: #f7f7fe;
  margin-bottom: 20px;
  position: relative;
  padding: 57px 20px 36px;
}
.road-description .list ul {
  width: 44.5%;
}
.road-description .list ul li {
  margin-bottom: 16px;
}
.road-description .list ul li a {
  color: #18588c;
  font: 18px/1 "OpenSans-Regular";
 
  display: inline-block;
}
.road-description .list ul li a:hover {
  text-decoration: underline;
  text-decoration-color: #18588c;
}
.road-description .description {
  margin-bottom: 37px;
  text-align: justify;
}
.road-description .description p {
  color: #5a5a5b;
  font: 15px/1.4 "OpenSans-Regular";
  margin-bottom: 17px;
}
.road-ways {
  padding-top: 40px;
}
.road-ways .ways-before {
  padding-bottom: 30px;
  font: 15px/1.4 "OpenSans-Regular";
  color: #2b2b33;
  text-align: justify;
}
.road-ways .ways-before p {
  margin-bottom: 15px;
}
.road-ways .ways-before p:last-child {
  margin-bottom: 0;
}
.road-ways .ways-before .title {
  margin-bottom: 22px;
}
.road-ways .ways-after {
  font: 15px/1.4 "OpenSans-Regular";
  color: #2b2b33;
  padding: 16px 0;
  text-align: justify;
}
.road-ways .ways .title {
  margin-bottom: 22px;
}
.road-ways .ways .row {
  margin-bottom: 12px;
  border: 1px solid #d7d7d7;
  background: #fbfbfd;
}
.road-ways .ways .row > .flex {
  padding: 12px 10px 12px 8px;
}
.road-ways .ways .row .footer-row {
  padding: 5px 8px;
  background: #d8d8d8;
  color: #5a5a5b;
  font: 14px/1.3 "OpenSans-Regular";
}
.road-ways .ways .row .point-a {
  font: 14px/1 "OpenSans-Regular";
}
.road-ways .ways .row .point-b {
  font: 14px/1 "OpenSans-Regular";
}
.road-ways .ways .row .flex {
  flex-wrap: nowrap;
}
.road-ways .ways .row .number {
  position: relative;
  padding: 4px 0 4px 24px;
  font-size: 14px;
  color: #5a5a5b;
  font-family: "OpenSans-Regular";
}
.road-ways .ways .row .number span:after {
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../images/i-1.png) no-repeat center;
  content: "";
}
.road-ways.train .ways .row .number span:after {
    background: url(../images/i-2.png) no-repeat center;
}
.road-ways.bus .ways .row .number span:after {
    background: url(../images/i-3.png) no-repeat center;
}
.road-ways.autostop .ways .row .number span:after {
    background: url(../images/i-4.png) no-repeat center;
}
.road-ways.plain .ways .row .number span:after {
    background: url(../images/i-5.png) no-repeat center;
}



.road-ways .ways .row .road-name {
  padding-top: 5px;
}
.road-ways .ways .row .road-name a {
  display: inline-block;
   transition: all 0.3s ease 0s;
  font: 15px/1 "OpenSans-SemiBold";
  font-weight: bold;
  color: #18588c;
  letter-spacing: 0.4px;
}
.road-ways .ways .row .road-name a:hover {
    text-decoration: underline;
  text-decoration-color: #a4b5c9;
  transition: all 0.3s ease 0s
}
.road-ways .ways .row .coll-1 {
  width: 294px;
}
.road-ways .ways .row .coll-2 {
  width: 424px;
  margin-right: 65px;
  padding-top: 4px;
}
.road-ways .ways .row .coll-2 .roof {
  color: #5a5b5b;
  margin-bottom: 9px;
}
.road-ways .ways .row .coll-2 .transition .roof {
    color: #2b2b33
}
.road-ways .ways .row .coll-2 .roof.light {
    font-family: "OpenSans-Regular";
}
#map, #map2 {
    width: 100%;
    height: 400px;
}

.road-ways .ways .row .coll-2 .roof span {
  display: none;
  font-family: "OpenSans-Regular";
}
.road-ways .ways .row .coll-2 .roof .count {
    font-family: "OpenSans-Bold";
}
.road-ways .ways .row .coll-2 .roof span.count {
  display: block;
  text-align: center;
  padding-top: 15px;
}
.road-ways .ways .row .coll-2 .time {
  font: 18px/1 "OpenSans-Bold";
  color: #2b2b33;
  margin-bottom: 7px;
 
}
.road-ways .ways .row .coll-2 .city a {
  display: inline-block;
  transition: all 0.3s ease 0s;
  font: 14px/1 "OpenSans-Regular";
  color: #18588c;
  
}
.road-ways .ways .row .coll-2 .city a:hover {
    text-decoration: underline;
  text-decoration-color: #6c8bac;
  transition: all 0.3s ease 0s;
  
}
.road-ways .ways .row .coll-2 .transition {
  text-align: center;
  position: relative;
  font: 14px/1 "OpenSans-Bold";
  color: #2b2b33;
  margin-left: 34px;
  margin-right: 34px;
}
.road-ways .ways .row .coll-2 .transition:before {
  position: absolute;
  content: "";
  border-top: 1px dashed #d7d7d7;
  top: 7px;
  left: -54px;
  width: 33px;
}
.road-ways .ways .row .coll-2 .transition:after {
  position: absolute;
  content: "";
  border-top: 1px dashed #d7d7d7;
  top: 7px;
  right: -54px;
  width: 33px;
}
.road-ways .ways .row .coll-3 {
  padding-top: 12px;
  padding-bottom: 12px;
}
.road-ways .buy-ticket .href {
  background: #9f9fe0;
  width: 152px;
  height: 51px;
  padding-top: 1px;
  border: none;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-family: "FuturaPT-Medium";
  text-transform: uppercase;
  padding: 0;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
  text-align: center;
  line-height: 52px;
}
.road-ways .buy-ticket .href:hover {
  background: #8989d0;
  transition: all 0.3s ease 0s;
}
#taxi.road-ways .buy-ticket .href {  
  width: auto;
  padding: 0 15px;  
}
.see-more {
    text-align: center;
    margin-top: 20px;
}
#taxi .see-more {
    margin-bottom: 30px;
}
.see-more a {
  background: #9f9fe0;
  height: 51px;
  border: none;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-family: "FuturaPT-Medium";
  text-transform: uppercase;
  padding: 1px 16px 0;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
  text-align: center;
  line-height: 52px;
}
.see-more a:hover {
  background: #8989d0;
  transition: all 0.3s ease 0s;
}
.road-ways .subtitle {
  text-align: center;
  font: 30px/1 "FuturaPT-Medium";
  margin-bottom: 30px;
  color: #2b2b33;
}
.road-ways .subtitle.mgt-40 {
  margin-top: 40px;
}
.road-ways .ways-after .subtitle {  
  margin-top: 20px;  
  margin-bottom: 20px;
}
.road-ways.town-train {
  padding-top: 0px;
}
.road-ways.autostop .ways .row .coll-2 .time {
  margin-bottom: 0;
}
.road-ways.autostop .ways .row .coll-3 {
  padding-top: 0;
  padding-bottom: 0;
}
.interesting-facts {
  padding-bottom: 40px;
}
.interesting-facts .inside {
  padding-left: 10px;
  padding-right: 40px;
}
.interesting-facts li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  color: #5a5a5b;
  font: 15px/1.2 "OpenSans-Regular";
}
.interesting-facts li:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  background: #18588c;
  width: 6px;
  height: 6px;
  border-radius: 8px;
}
.dirrections {
  padding-top: 40px;
}
.dirrections .description {
  font: 15px/1.4 "OpenSans-Regular";
  color: #2b2b33;
  padding: 0px 0 20px;
  text-align: justify;
}
.dirrections .list {
  background: #f7f7fe;
  margin-bottom: 58px;
  padding: 40px 10px;
  text-align: center;
}
.dirrections .list ul {
  width: 31%;
}
.dirrections .list ul li {
  margin-bottom: 10px;
}
.dirrections .list ul li a {
  color: #18588c;
  font: 18px/1 "OpenSans-Regular";
  display: inline-block;
}
.dirrections .list ul li a span {
  display: inline;
  line-height: 1;
  
}
.dirrections .list ul li a:hover span {
  text-decoration: underline;
  text-decoration-color: #18588c;
}
.main-form {
  background: url(../images/main-form.jpg) no-repeat center;
  padding: 45px 0;
}
.main-form .main-form-inner {
  padding: 0 14px;
}
.main-form .twitter-typeahead {
  position: relative;
}
.main-form .twitter-typeahead:after {
  position: absolute;
  top: 15px;
  left: 10px;
  background: url(../images/pin.svg) no-repeat center;
  width: 13px;
  height: 26px;
  content: "";
}
.main-form button {
  transition: all 0.3s ease 0s;
  height: 56px;
  width: 150px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  font: 20px/1 "FuturaPT-Demi";
  color: #2b2b33;
  padding: 0;
  box-sizing: border-box;
  text-transform: uppercase;  
  background: #f3d81f url(../images/search.svg) no-repeat 12px 18px;
}
.main-form button:hover {
  transition: all 0.3s ease 0s;
  background-color: #f3e71f;
}
.main-form input[type="text"] {
  height: 56px;
  border-radius: 5px;
  background: #fff;
  width: 300px;
  padding-left: 26px;
  box-sizing: border-box;
  border: none;
}
.main-form .field-routeform-date input[type="text"] {  
  width: 120px;
}
.main-form .help-block.help-block-error {
  color: #ff0000;
  display: none;
  padding-top: 4px;
  position: absolute;
}
#toggler-close {
  position: relative;
  width: 26px;
  height: 20px;
  cursor: pointer;
  display: inline-block;
}
#toggler-close > span {
  width: 26px;
  height: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
  background: #fff;
  display: block;
  z-index: 100;
}
#toggler-close .right {
  transform: rotate(45deg);
  top: 10px;
  left: 0;
  position: absolute;
}
#toggler-close .left {
  transform: rotate(-45deg);
  top: 10px;
  left: 0;
  position: absolute;
}
.toggler-inner {
  position: relative;
  width: 40px;
}
.toggler.open .right {
  transform: rotate(45deg);
  top: 0px;
  left: 0;
  position: absolute;
}
.toggler.open .left {
  transform: rotate(-45deg);
  top: 0px;
  left: 0;
  position: absolute;
}
.toggler.open .hide {
  display: none;
}
.transition {
  transition: all 0.3s ease 0s;
}
#left-sidebar {
  position: fixed;
  left: -310px;
  z-index: 999;
  font: 18px "OpenSans-Regular";
  height: 100%;
  display: inline-block;
  background: #9f9fe0;
}
#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: 10px;
}
#left-sidebar #mobile-navigation li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.5px;
}
#left-sidebar #mobile-navigation li.active a {
  border-bottom: 1px solid #fff;
}
#left-sidebar.open {
  left: 0;
  box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.8);
}
.contact-form input.error,
.contact-form textarea.error {
  box-shadow: 0 0 5px #ff5656 !important;
}
.form-group {
    margin-bottom: 0;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.forms-similar {
    font: 15px/1.5 "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 {
    transition: all 0.3s ease 0s;
    height: 56px;
    width: 220px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font: 20px/1 "FuturaPT-Demi";
    color: #2b2b33;
    padding: 0;
    box-sizing: border-box;
    text-transform: uppercase;
    margin-top: 20px;
    background: #f3d81f url(../images/search.svg) no-repeat 48px 18px;
}

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

#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: #214d77;
    font: 20px/1 "FuturaPT-Medium";
    font-weight: 500;
}

.clr{
    clear: both;
}

.article-detail .post p.buy-ticket-desc{
    margin-bottom: 30px;
}

.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;
}

.copyright {
    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;
}
.copy-yandex{
    margin-bottom: 40px;
}
.content-top{
    margin: 0 auto;
    max-width: 970px;
    margin-top: 37px;
}
.content1{
    margin: 0 auto;
    max-width: 970px;
    margin-top: 37px;
}
.content2{
    margin-bottom: 37px;
}
#content4{    
    margin-bottom: 12px;
}
#content3{    
    margin: 0 auto;
    max-width: 970px;
}
.content5-main{  
    margin: 0 auto;
    margin-bottom: 50px;
    max-width: 970px;
}
.content5{    
    margin-bottom: 30px;
}
.content5.merg{    
    margin-top: 12px;
}
#content4.marg{
    margin-bottom: 30px;
}
#content3.marg{
    margin-bottom: 30px;
}
.pt-20{
    padding-top: 20px;
}
.pt-40{
    padding-top: 40px;
}
.avto-nav ul li{
    margin-bottom: 16px;
    text-align: left;
    line-height: 1.8;
}
.avto-nav ul li:first-child{
    margin-bottom: 25px;
}
.avto-nav ul li:last-child{
    margin-top: 25px;
}
.avto-nav ul li strong{
    padding-left: 30px;
    padding-right: 30px;
    color: #5a5a5b;
}
.avto-nav ul li:nth-child(1) strong{
    font-size: 18px;
    color: #656566;
    font-weight: bold;
    background: url(../images/nav-start.png) no-repeat;
}
.avto-nav ul li:last-child strong{
    font-size: 18px;
    color: #656566;
    font-weight: bold;
    background: url(../images/nav-finish.png) no-repeat 0 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.avto-nav ul li strong.car{    
    background: url(../images/nav-car.png) no-repeat;
}
.avto-nav ul li strong.dur{    
    background: url(../images/nav-duration.png) no-repeat;
}
.avto-nav ul li strong.direct{    
    background: url(../images/nav-direct.png) no-repeat;
}
.avto-nav ul li strong.left{    
    background: url(../images/nav-left.png) no-repeat;
}
.avto-nav ul li strong.left2{    
    background: url(../images/nav-left2.png) no-repeat;
}
.avto-nav ul li strong.right{    
    background: url(../images/nav-right.png) no-repeat;
}
.avto-nav ul li strong.right2{    
    background: url(../images/nav-right2.png) no-repeat;
}
.avto-nav ul li strong.circle{    
    background: url(../images/nav-circle.png) no-repeat;
}
.avto-nav ul li strong.congr{    
    background: url(../images/nav-congr.png) no-repeat;
}
.avto-nav ul li strong.back{    
    background: url(../images/nav-back.png) no-repeat;
}
.avto-nav ul li strong.trans{    
    background: url(../images/nav-walk.png) no-repeat;
}
.avto-nav ul li strong.bus{    
    background: url(../images/nav-bus.png) no-repeat;
}
.avto-nav ul li strong.minibus{    
    background: url(../images/nav-minibus.png) no-repeat;
}
.avto-nav ul li strong.train{    
    background: url(../images/nav-train.png) no-repeat;
}
.avto-nav ul li strong.ug{    
    background: url(../images/nav-ug.png) no-repeat;
}
.avto-nav ul li strong.subur{    
    background: url(../images/nav-subur.png) no-repeat;
}
.avto-nav ul li strong.walk{    
    background: url(../images/nav-walk.png) no-repeat;
}
.warning-map{
    margin-bottom: 20px;
}
.road-ways-add input{
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    padding-left: 10px;
}
.road-ways-add label{
    margin: 20px 0 10px;
    font-weight: bold;
}