a {
  text-decoration: none;
}
.relative {
  position: relative;
}
.maxwidth {
  width: 1920px;
  max-width: 100%;
}
.inside {
  width: 996px;
  margin: 0 auto;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}
body {
  font-family: 'MuseoSansCyrl-500';
  background: #fff;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.nowrap {
  flex-wrap: nowrap;
}
.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;
}
p.error {
  position: absolute;
  bottom: -14px;
  left: 0;
  color: #d52525;
  font: 11px/1.3 'MuseoSansCyrl-500';
  display: none;
}
.relative.show-error p.error {
  display: block;
}
#block_form {
  margin-bottom: 60px;
}
#block_form .forms {
  padding: 40px 20px;
  background: #f6d860 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: block;
  padding-left: 16px;
  color: #232323;
  font-size: 14px;
  font-family: 'MuseoSansCyrl-300';
  margin-top: 12px;
}
#block_form .forms label a {
  color: #6a6c6d;
  transition: all 0.3s ease 0s;
}
#block_form .forms label a:hover {
  text-decoration: underline;
  transition: all 0.3s ease 0s;
}
#block_form .forms input[type="text"] {
  width: 314px;
  height: 56px;
  padding: 0;
  border-radius: 2px;
  padding-left: 16px;
  color: #545454;
  font-family: 'MuseoSansCyrl-500';
  box-sizing: border-box;
  border: none;
}
#block_form .forms #routeform-date{
    width: 140px;
}
#block_form .forms button[type="submit"] {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'MuseoSansCyrl-500';
  height: 56px;
  background: #e65a17;
  border-radius: 2px;
  width: 120px;
  border: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
#block_form .forms button[type="submit"]:hover {
  background: #eb6c2f;
  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;
  align-items: flex-start;
}
.header {
  background: #ededef;
  /*margin-bottom: 58px;*/
}
.header .navigation li {
  margin-left: 18px;
}
.header .navigation li a {
  display: block;
  padding: 45px 12px 36px;
  text-transform: uppercase;
  color: #232323;
  font-size: 17px;
  font-family: 'MuseoSansCyrl-700';
  border-bottom: 2px solid #ededef;
  transition: all 0.3s ease 0s;
}
.header .navigation li a:hover {
  color: #e65a17;
  transition: all 0.3s ease 0s;
}
.header .navigation li.active a {
  color: #e65a17;
  border-bottom: 2px solid #e65a17;
  transition: all 0.3s ease 0s;
}
.header .navigation li:last-child a {
  padding-right: 0;
}
.greating-block .description {
  padding-right: 30px;
  background: url(../images/greating-bg.jpg) no-repeat center;
  padding-top: 0px;
  padding-left: 320px;
  text-align: justify;
  padding-bottom: 40px;
}
.greating-block .description h2,
.greating-block .description h1 {
  color: #232323;
  margin-bottom: 33px;
  font-size: 28px;
  font-family: 'MuseoSansCyrl-700';
}
.greating-block .description p {
  font: 17px/1.45 'MuseoSansCyrl-100';
  color: #545556;
  margin-bottom: 24px;
}
.popular-ways {
  padding: 60px 0 0;
}
.popular-ways h2 {
  text-align: center;
  color: #232323;
  font-size: 28px;
  margin-bottom: 30px;
  font-family: 'MuseoSansCyrl-700';
}
.popular-ways .justify .flex {
  justify-content: space-between;
}
.popular-ways .justify li {
  white-space: nowrap;
  flex: 1;
  margin: 0 5px;
  margin-bottom: 10px;
}
.popular-ways .justify a {
  display: block;
  background: #97c240;
  padding: 15px 20px 16px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  font-family: 'MuseoSansCyrl-500';
  transition: all 0.3s ease 0s;
}
.popular-ways .justify a span {
  display: inline-block;
  line-height: 1;
  border-bottom: 1px solid transparent;
}
.popular-ways .justify a:hover {
  text-decoration: underline;
  background: #39491c;
  transition: all 0.3s ease 0s;
}
.popular-ways .justify a:hover span {
  border-bottom: 1px solid #ced2c7;
}
.popular-dirrections {
  padding: 46px 0;
}
.popular-dirrections h2 {
  text-align: center;
  color: #232323;
  font-size: 28px;
  margin-bottom: 36px;
  font-family: 'MuseoSansCyrl-700';
}
.popular-dirrections .item {
  width: 324px;
  height: 324px;
  max-width: 33.3%;
}
.popular-dirrections .item a {
  position: relative;
}
.popular-dirrections .item a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease 0s;
}
.popular-dirrections .item a:hover:after {
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease 0s;
}
.popular-dirrections .item a:hover .caption {
    text-decoration: underline;
}
.popular-dirrections .item .caption {
  background: rgba(35, 35, 35, 0.85);
  padding: 16px 10px;
  /*position: absolute;*/
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'MuseoSansCyrl-700';
  color: #fff;
  box-sizing: border-box;
  z-index: 1;
}
.popular-dirrections .item.bottom .caption {
  bottom: 0;
}
.popular-dirrections .item.top .caption {
  top: 0;
}
.popular-dirrections .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#footer {
  margin-top: 16px;
  padding: 29px 0;
  background: #dcdcdd;
}
#footer .navigation li {
  margin-right: 32px;
}
#footer .navigation li:hover a,
#footer .navigation li.active a {
  color: #e65a17;
  transition: all 0.3s ease 0s;
}
#footer .navigation li a {
  color: #232323;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'MuseoSansCyrl-700';
  transition: all 0.3s ease 0s;
}
#copyright {
  text-align: center;
  padding: 19px 0;
  color: #fff;
  font-family: 'MuseoSansCyrl-300';
  font-size: 14px;
  background: #232323;
}
.news h1 {
  text-align: center;
  color: #232323;
  font-size: 28px;
  margin-bottom: 36px;
  font-family: 'MuseoSansCyrl-700';
}
.news .item {
  width: 465px;
  max-width: 48%;
  margin-bottom: 50px;
}
.news .item .poster {
  margin-bottom: 12px;
}
.news .item .poster a {
  position: relative;
  transition: 0.3s;
  display: block;
  transition: all 0.3s ease 0s;
}
.news .item .poster a img {
  display: block;
  width: 100%;
  height: 280px;
}
.news .item .poster a:after {
  position: absolute;
  transition: 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  content: "";
  transition: all 0.3s ease 0s;
}
.news .item .poster a:hover:after {
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease 0s;
}
.news .item .news-description {
  color: #545556;
  line-height: 1.3;
  font-size: 15px;
  font-family: 'MuseoSansCyrl-100';
}
.news .item .news-description .excerpt {
  line-height: 1.6;
  margin-bottom: 10px;
  text-align: justify;
}
.news .item .news-description .post-name {
  margin-bottom: 12px;
}
.news .item .news-description .post-name a {
  color: #232323;
  font-size: 18px;
  font-family: 'MuseoSansCyrl-500';
  line-height: 1.25;
}
.news .item .news-description .post-name a:hover {
  text-decoration: underline;
  color: #39491c;
}
.news .item .news-description .more a {
  font-size: 15px;
  color: #39491c;
  font-family: 'MuseoSansCyrl-500';
}
.news .item .news-description .more a:hover {
  text-decoration: underline;
  text-decoration-color: #9ca48d;
}
.article {
  margin-bottom: 50px;
  font-family: 'MuseoSansCyrl-100';
  line-height: 1.45;
  text-align: justify;
}
.article .content {
  font-size: 17px;
}
.article h2,
.article h1 {
  font-size: 18px;
  font-family: 'MuseoSansCyrl-500';
  margin-bottom: 32px;
  text-align: center;
  color: #232323;
}
.article img {
  margin: 0 28px 10px 0;
  max-width: 100%;
}
.article p {
  margin-bottom: 20px;
}
.article h3 {
  font-family: 'MuseoSansCyrl-500';
  color: #545556;
  margin-bottom: 20px;
  margin-top: 22px;
}
.article ul li {
  padding-left: 26px;
  margin-bottom: 6px;
  position: relative;
  color: #545556;
  font-size: 17px;
  font-family: 'MuseoSansCyrl-100';
  padding-top: 4px;
}
.article ul li:after {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  background: url(../images/check.png) no-repeat center;
  width: 20px;
  height: 20px;
}
.article.article-blablacar ul li:after {
  display: none;
}
.contacts h1,
.contacts h2 {
  margin-bottom: 34px;
  color: #232323;
  font-size: 28px;
  font-family: 'MuseoSansCyrl-700';
  text-align: center;
}
.contacts .notice-text {
  padding: 25px 20px;
  color: #fff;
  font: 18px/1.3 'MuseoSansCyrl-100';
  margin-bottom: 60px;
  background: #39491c;
}
.contacts .notice-text p {
  margin-bottom: 26px;
}
.contacts .notice-text p:last-child {
  margin-bottom: 0;
}
.contacts .notice-text a {
  color: #f6d860;
  text-decoration: underline;
}
.contacts .notice-text a:hover {
  text-decoration: none;
}
.contacts .notice-text strong {
  color: #f6d860;
  font-family: 'MuseoSansCyrl-500';
}
.contact-form {
  background-image: -moz-linear-gradient(90deg, #e7e8e8 0%, #f8f8f8 100%);
  background-image: -webkit-linear-gradient(90deg, #e7e8e8 0%, #f8f8f8 100%);
  background-image: -ms-linear-gradient(90deg, #e7e8e8 0%, #f8f8f8 100%);
  padding: 54px 30px 60px;
  margin-bottom: 60px;
}
.contact-form .contact-form-inner {
  width: 640px;
  margin: 0 auto;
  max-width: 100%;
}
.contact-form .contact-form-inner .roww {
  margin-bottom: 12px;
  
}

.contact-form .contact-form-inner .field {
  max-width: 49%;
}
.contact-form .contact-form-inner .field input {
  max-width: 100%;
  width: 315px;
  height: 56px;
  padding: 0;
  padding-left: 14px;
  background: #fff;
  border: 1px solid #d2d4d5;
  border-radius: 3px;
  box-sizing: border-box;
}
.contact-form .contact-form-inner .roww textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 14px;
  background: #fff;
  border: 1px solid #d2d4d5;
  border-radius: 3px;
  resize: none;
  height: 104px;
  font-family: 'MuseoSansCyrl-300';
}
.contact-form .contact-form-inner .button {
  text-align: center;
}
.contact-form .contact-form-inner .button button {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'MuseoSansCyrl-500';
  height: 58px;
  background: #e65a17;
  border-radius: 2px;
  width: 262px;
  border: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  max-width: 100%;
}
.contact-form .contact-form-inner .button button:hover {
  background: #eb6c2f;
  transition: all 0.3s ease 0s;
}
.contact-form .title {
  margin-bottom: 34px;
  color: #232323;
  font-size: 28px;
  font-family: 'MuseoSansCyrl-700';
  text-align: center;
}
.dirrection {
  padding-bottom: 40px;
}
.dirrection h2,
.dirrection h1 {
  margin-bottom: 34px;
  color: #232323;
  font-size: 28px;
  font-family: 'MuseoSansCyrl-700';
  text-align: center;
}
.dirrection h1 {  
  text-transform: uppercase;
  line-height: 1.3;
}
.dirrection .buttons-list li {
  margin-bottom: 10px;
}
.dirrection .buttons-list li a {
  width: 298px;
  height: 48px;
  background: #ededef;
  border-radius: 2px;
  color: #545556;
  transition: all 0.3s ease 0s;
  font-size: 17px;
}
.dirrection .buttons-list li a span {
  display: inline-block;
  border-bottom: 1px solid transparent;
  line-height: 0.8;
}
.dirrection .buttons-list li a:hover {
  transition: all 0.3s ease 0s;
  color: #232323;
  background: #dcdcdd;
}
.dirrection .buttons-list li a:hover span {
  border-bottom: 1px solid #515151;
}
.dirrection .content-widget-text {
  padding-top: 30px;
}
.dirrection .content-widget-text h2 {
  margin-bottom: 26px;
  line-height: 1.3;
}
.dirrection .content-widget-text .description {
  font-family: 'MuseoSansCyrl-100';
  font-size: 17px;
  color: #545556;
  text-align: justify;
  line-height: 1.45;
}
.dirrection .content-widget-text.dark-title h2 {
  background: #ededef;
  padding: 18px;
  border-radius: 2px;
}
.dirrection .schedule {
  margin-top: 30px;
}
.dirrection .schedule .schedule-list .row {
  margin-bottom: 16px;
  margin-right: 0;
  margin-left: 0;
  padding: 14px 9px;
  border-radius: 4px;
  background: #fbfbfd;
  transition: all 0.3s ease 0s;
  border: 1px solid #d2d4d5;
}
.dirrection .schedule .schedule-list .row:hover {
  border-color: #eb6c2f;
  transition: all 0.3s ease 0s;
}
.dirrection .schedule .schedule-list .row .road-information {
  width: 480px;
  margin-right: 10px;
}
.dirrection .schedule .schedule-list .row .company-info {
  padding-top: 6px;
  width: 260px;
}
.dirrection .schedule .schedule-list .row .company-info .company-name {
  color: #39491c;
  font-size: 14px;
  font-family: 'MuseoSansCyrl-300';
  margin-bottom: 12px;
}
.dirrection .schedule .schedule-list .row .company-info .company-name a {
  color: #919394;
  text-decoration: none;
}
.dirrection .schedule .schedule-list .row .company-info .graphic {
  font-size: 14px;
  font-family: 'MuseoSansCyrl-300';
}
.dirrection .schedule .schedule-list .row .company-info .graphic a {
  color: #e65a17;
}
.dirrection .schedule .schedule-list .row .company-info .graphic:hover {
  text-decoration: underline;
}
.dirrection .schedule .schedule-list .row .company-info .from-to {
  margin-bottom: 13px;
}


.dirrection .schedule .schedule-list .row .company-info .from-to span {
  color: #232323;
  font-size: 15px;
  font-family: 'MuseoSansCyrl-500';
  line-height: 1.2;
}

.dirrection .schedule .schedule-list .row .item .station {
  color: #919394;
  font-size: 13px;
  font-family: 'MuseoSansCyrl-300';
  line-height: 1.3;
  margin-top: 15px;
}
.dirrection .schedule .schedule-list .row .item .time {
  color: #39491c;
  font-size: 13px;
  font-family: 'MuseoSansCyrl-300';
}
.dirrection .schedule .schedule-list .row .item .time strong {
  font-size: 18px;
  font-family: 'MuseoSansCyrl-700';
}
.dirrection .schedule .schedule-list .row .duration {
  width: 116px;
  margin-top: 0px;
  font-size: 14px;
  font-family: 'MuseoSansCyrl-700';
  color: #232323;
}
.dirrection .schedule .schedule-list .row .duration span {
  position: relative;
  display: block;
  text-align: center;
}
.dirrection .schedule .schedule-list .row .duration span:before {
  position: absolute;
  top: 6px;
  left: 0px;
  width: 15px;
  height: 1px;
  background: #bec1c3;
  content: "";
}
.dirrection .schedule .schedule-list .row .duration span:after {
  position: absolute;
  top: 6px;
  right: 0px;
  width: 15px;
  height: 1px;
  background: #bec1c3;
  content: "";
}
.dirrection .schedule .schedule-list .row .about-from {
  width: 170px;
}
.dirrection .schedule .schedule-list .row .about-to {
  width: 170px;
}
.dirrection .schedule .schedule-list .row .button {
  margin-top: 20px;
}
.dirrection .schedule .schedule-list .row .button span,
.dirrection .schedule .schedule-list .row .button a {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'MuseoSansCyrl-500';
  height: 50px;
  line-height: 50px;
  background: #e65a17;
  border-radius: 2px;
  width: 186px;
  border: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  display: block;
  cursor: pointer;
  text-align: center;
  max-width: 100%;
}
.dirrection .schedule .schedule-list .row .button span:hover,
.dirrection .schedule .schedule-list .row .button a:hover {
  background: #eb6c2f;
  transition: all 0.3s ease 0s;
}
.dirrection .schedule .button {
  text-align: center;
}
.dirrection .schedule .button a {
  display: inline-block;
  width: 378px;
  height: 50px;
  border-radius: 2px;
  background: #97c240;
  color: #fff;
  font: 15px/50px 'MuseoSansCyrl-700';
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.dirrection .schedule .button a:hover {
  background: #39491c;
  transition: all 0.3s ease 0s;
}
.dirrection .can-be-interesting {
  background-image: -moz-linear-gradient(90deg, #e7e8e8 0%, #f8f8f8 100%);
  background-image: -webkit-linear-gradient(90deg, #e7e8e8 0%, #f8f8f8 100%);
  background-image: -ms-linear-gradient(90deg, #e7e8e8 0%, #f8f8f8 100%);
  padding: 58px;
  margin-top: 60px;
}
.dirrection .can-be-interesting .item{
  max-width: 32%;
}
.dirrection .can-be-interesting .title {
  margin-bottom: 35px;
  color: #232323;
  font-size: 28px;
  font-family: 'MuseoSansCyrl-700';
  text-align: center;
}
.dirrection .can-be-interesting ul li {
  text-align: center;
  margin-bottom: 19px;
}
.dirrection .can-be-interesting ul li a {
  color: #39491c;
  font-size: 17px;
  font-family: 'MuseoSansCyrl-300';
  text-decoration: underline;
}
.dirrection .can-be-interesting ul li a:hover {
    text-decoration: none;
}
.dirrection .interesting-facts {
  padding-top: 60px;
}
.dirrection .interesting-facts .title {
  margin-bottom: 35px;
  color: #232323;
  font-size: 28px;
  font-family: 'MuseoSansCyrl-700';
  text-align: center;
}
.dirrection .interesting-facts .list {
  padding-bottom: 40px;
}
.dirrection .interesting-facts .list li {
  font: 17px/1.2 'MuseoSansCyrl-100';
  color: #545556;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.dirrection .interesting-facts .list li:after {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  background: url(../images/check.png) no-repeat center;
  width: 20px;
  height: 20px;
}

.toggler {
  width: 46px;
  display: none;
}
.toggler span {
  display: block;
  background: #e65a17;
  height: 5px;
  border-radius: 3px;
  margin-bottom: 9px;
  width: 100%;
}
.toggler span:last-child {
  margin-bottom: 0;
}
.toggler.open span:nth-child(1) {
  transform: rotate(45deg);
}
.toggler.open span:nth-child(2) {
  transform: rotate(-45deg);
  margin-top: -14px;
}
.toggler.open span:nth-child(3) {
  display: none;
}
.mobile-menu {
  width: 420px;
  padding: 30px 20px;
  background: #ededef;
  min-height: 500px;
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.34);
  z-index: 1;
  margin-top: -800px;
}
.mobile-menu.open {
  margin-top: 0;
  z-index: 10;
}
.mobile-menu li {
  margin-bottom: 20px;
}
.mobile-menu li a {
  color: #232323;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'MuseoSansCyrl-700';
}
.mobile-menu li a:hover {
  color: #e65a17;
  text-decoration: underline;
}
.contact-form .error {
    box-shadow: 0 0 6px rgba(235,108,47,0.6);
}
#thanks {
    width: 500px;
    padding: 50px 30px;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    max-width: 100%;
    display: none;
}

.graphic-view .close,
#thanks .close {
    position: absolute;
    top: 10px;
    cursor: pointer;
    right: 10px;
}
.graphic-view .close:hover path,
#thanks .close:hover path{
    fill: #97c240
}
#thanks .thanks-inner {
    padding-left: 122px;
}
#thanks .thanks-inner .ico {
    position: absolute;
    top: 4px;
    left: 0;
}
#thanks .thanks-inner .thanks-title {
    color: #232323;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.13;
    text-transform: none;
    font-family: 'MuseoSansCyrl-500';
}
#thanks .thanks-inner p {
    color:#6a6c6d;
    font-size: 16px;
    font-family: 'MuseoSansCyrl-300';
}
#thanks .thanks-inner {
    position: relative;
}
.schedule .way-title {    
    margin-bottom: 30px;
    font-size: 24px;
    text-align: center;   
}
.way-widget {
    margin-top: 40px;
    text-align: center;
}
.way-widget .way-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.graphic-view {
    width: 620px;
    text-align: center;
    display: none;
    padding: 36px 30px;
    box-sizing: border-box;
    background: #fff;
    max-width: 100%;
}

.graphic-view .info {
    line-height: 1.35;
    color: #232323;
    margin-bottom: 32px;
    max-width: 100%;
    font-size: 18px;
}
.graphic-view .info strong {
    color: #eb6c2f;
    font-size: 20px;
    display: block;
    font-family: 'MuseoSansCyrl-500';
}
.graphic-view .date-info {
    color:#545556;
    font-size: 17px;
    font-family: 'MuseoSansCyrl-100';    
}

.dirrection .schedule .schedule-list .row.price .company-info {
    padding-top: 0;
}
.dirrection .schedule .schedule-list .row.price .company-info .company-name {
    margin-bottom: 15px;
}
.dirrection .schedule .schedule-list .row.price {
    padding-top: 20px;
    padding-bottom: 16px;
}
.dirrection .schedule .schedule-list .row.price .company-info .from-to {
    font-size: 15px;
    margin-bottom: 0;
}
.dirrection .schedule .schedule-list .row.price .item .time {
    width: 90px;
    font-family: 'MuseoSansCyrl-500';
}
.dirrection .schedule .schedule-list .row.price .item .time strong {
    display: block;
    margin-top: 14px;
}
.dirrection .schedule .schedule-list .row.price .duration {
    text-align: center;
    font-size: 13px;
    width: 150px;
}
.dirrection .schedule .schedule-list .row.price .duration strong {
    display: block;
    margin-top: 18px;
}
.dirrection .schedule .schedule-list .row.price .about-from {
    width: 75px;
}
.dirrection .schedule .schedule-list .row.price .about-to {
    width: 110px;
}
.dirrection .schedule .schedule-list .row.price .road-information {
    width: 420px;
}
.dirrection .schedule .schedule-list .row.price .button {
    margin-top: -4px;
}
.form-group {
    margin-bottom: 0;
    position: relative;
}
#block_form .help-block.help-block-error {
    margin: 0;
    position: absolute;
    top: 42px;
    left: 15px;
    font-size: 12px;
}

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

.forms-similar {
    font: 15px/1.5 "MuseoSansCyrl-100";    
    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 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'MuseoSansCyrl-500';
    height: 56px;
    background: #e65a17;
    border-radius: 2px;
    width: 262px;
    border: none;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    margin-top: 30px;
}

.forms-similar button.fm4:hover {
    background: #eb6c2f;
    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: #214d77;
    font: 20px/1 "MuseoSansCyrl-100";
    font-weight: 500;
}

.clr{
    clear: both;
}
.add-block{
    margin-top: 30px;
    margin-bottom: 30px;
}