body {
    -ms-text-size-adjust: 100%;
        -moz-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
 
    -webkit-appearance: none;
    -moz-appearance: none;
}
body button, input[type="submit"],input[type="button"], input[type="text"] {
    -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.transition {
  transition: all 0.3s linear 0s;
}
.inside {
  width: 1080px;
  max-width: 98%;
  margin: 0 auto;
  position: relative;
}
.flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.flex-sa {
  justify-content: space-around;
}
.flex-t {
  align-items: flex-start;
}
#header .logo img {
  display: block;
}
.full {
  width: 1920px;
  max-width: 100%;
  margin: 0 auto;
}
.banner-position-top {
  text-align: center;
  /*padding: 11px 0 17px;*/
  padding: 30px 0 0px;
}
#header,
#footer {
  background: #033a72;
  padding: 17px 0;
  
}
#header #toggler-wrapper,
#footer #toggler-wrapper {
  display: none;
}
#header #toggler-wrapper #toggler,
#footer #toggler-wrapper #toggler {
  position: relative;
  width: 44px;
  height: 26px;
  cursor: pointer;
}
#header #toggler-wrapper #toggler > span,
#footer #toggler-wrapper #toggler > span {
  width: 44px;
  height: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
  background: #fff;
  display: block;
  z-index: 100;
}
#header #toggler-wrapper #toggler span.hide,
#footer #toggler-wrapper #toggler span.hide {
  margin-bottom: 0 !important;
}
#header #toggler-wrapper #toggler.open .left,
#footer #toggler-wrapper #toggler.open .left {
  transform: rotate(-45deg);
  top: 10px;
  left: 0;
  position: absolute;
}
#header #toggler-wrapper #toggler.open .right,
#footer #toggler-wrapper #toggler.open .right {
  transform: rotate(45deg);
  top: 10px;
  left: 0;
  position: absolute;
}
#header #toggler-wrapper #toggler.open .hide,
#footer #toggler-wrapper #toggler.open .hide {
  display: none;
}
#header .nav li,
#footer .nav li {
  margin-left: 42px;
}
#header .nav li a,
#footer .nav li a {
  font: 15px "MuseoSansCyrl-500";
  color: #fff;
  padding: 0px 0;
  display: block;
  letter-spacing: 0.3px;
  border-bottom: 1px solid transparent;
}
#header .nav li a:hover,
#footer .nav li a:hover {
  border-bottom: 1px dashed #fff;
}
#header .nav li.active a,
#footer .nav li.active a {
  border-bottom: 1px dashed #fff;
}
#footer {
  margin-bottom: 0;
  
  padding: 24px 0;
}
#footer .copyright {
  letter-spacing: 0.1px;
}
#copy {
  background: #023466;
  padding: 15px 0;
}
#copy .copyright {
  color: #fff;
  font: 14px/1 Arial;
}
#copy .social li {
  margin-left: 10px;
}
#copy .social li a {
  display: block;
  line-height: 36px;
  text-align: center;
  width: 36px;
  background: #fff;
  border-radius: 40px;
  height: 36px;
}
#copy .social li a:hover {
  background: #cbe8f4;
}
#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 .left {
  transform: rotate(-45deg);
  top: 10px;
  left: 0;
  position: absolute;
}
#toggler-close .right {
  transform: rotate(45deg);
  top: 10px;
  left: 0;
  position: absolute;
}
#right-sidebar {
  width: 336px;
}
#right-sidebar .banner {
  margin-bottom: 64px;
}
#right-sidebar > div:last-child > div {
  margin-bottom: 0;
}
#right-sidebar .widget-text-1 {
  margin-bottom: 40px;
  margin-top: 30px;
}
#right-sidebar .widget-text-1.widget-text-1-reysy {
  margin-top: 60px;
}
#right-sidebar .widget-text-1 > div {
  border: 1px solid #fea601;
  padding: 58px 13px 15px;
  position: relative;
  background: #fefaf0;
}
#right-sidebar .widget-text-1 > div .attention-sign {
  text-align: center;
}
#right-sidebar .widget-text-1 > div .attention-sign > div {
  position: absolute;
  left: 0;
  width: 100%;
  top: -33px;
}
#right-sidebar .widget-text-1 > div .attention-sign img {
  display: inline-block;
}
#right-sidebar .widget-text-1 > div p {
  margin-bottom: 18px;
  font: 15px/1.4 "MuseoSansCyrl-300";
  color: #4e5055;
}
#right-sidebar .widget-text-1 > div p strong {
  font-family: "MuseoSansCyrl-700";
  color: #121212;
}
#right-sidebar .widget-text-1 > div p a {
  color: #1872a8;
  text-decoration: underline;
}
#right-sidebar .widget-text-1 > div p a:hover {
  text-decoration: none;
}
#right-sidebar .widget-text-2 {
  margin-bottom: 40px;
}
#right-sidebar .widget-text-2 .ico {
  margin-bottom: 20px;
}
#right-sidebar .widget-text-2 > div {
  text-align: center;
  padding: 20px;
  background: #f0f9ff;
}
#right-sidebar .widget-text-2 > div p {
  margin-bottom: 11px;
  font: 17px/1.4 "MuseoSansCyrl-300";
  color: #4e5055;
}
#right-sidebar .widget-text-2.widget-text-2-reysy > div p {
  font: 15px/1.4 "MuseoSansCyrl-300";
}
#right-sidebar .widget-text-2 > div p strong {
  font-family: "MuseoSansCyrl-700";
}
#right-sidebar .widget-text-2 > div p a {
  color: #1872a8;
  text-decoration: underline;
}
#right-sidebar .widget-text-2 > div p a:hover {
  text-decoration: none;
}
#content #block1_bg {
  margin-bottom: 32px;
}
#content {
    
    background: url(../images/main-bg.jpg);
}
#content .bg {
    width: 1120px;
    padding-top: 32px;
    padding-bottom: 52px;
    margin: 0 auto;
    max-width: 100%;
    background: #fff;
}
#main-content {
  width: 728px;
}
.title {
  color: #121212;
  font: 30px/1.2 "MuseoSansCyrl-700";
  text-align: center;
  margin-bottom: 22px;
}
.reysy-desc .title{
  margin-bottom: 10px;
}
.reysy-desc .title h2{
  color: #121212;
  font: 18px/1.2 "MuseoSansCyrl-700";
  text-align: left;
}
.list-of-reys{
    margin-top: 30px;
}
.title-railway{
    margin-top:22px;
}
#popular-stations {
  margin-bottom: 24px;
}
#popular-stations li {
  margin-bottom: 11px;
}
#popular-stations .title {
  margin-bottom: 28px;
}
#popular-stations .station-wrapper {
  position: relative;
  width: 235px;
}
#popular-stations .station-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
}
#popular-stations .station-wrapper .overlay a {
  color: #fff;
  background: #fea601;
  text-align: center;
  font: 15px/40px "MuseoSansCyrl-700";
  text-transform: uppercase;
  width: 162px;
  height: 40px;
  border-radius: 6px;
  transition: all 0.3s ease 0s;
  display: inline-block;
}
#popular-stations .station-wrapper .overlay a:hover {
  transition: all 0.3s ease 0s;
  background: #ffad12;
}
#popular-stations .station-wrapper .overlay:hover {
  opacity: 1;
}
#popular-stations .station-wrapper .image {
  margin-bottom: 4px;
}
#popular-stations .station-wrapper .image img {
  display: block;
}
#popular-stations .station-wrapper .caption {
  background: #3cb19c;
  padding: 14px;
  color: #fff;
  font: 18px/1 "MuseoSansCyrl-700";
  max-width: 100%;
  box-sizing: border-box;
}
.helpfull-information,
.article.about,
.article.news-detail {
  margin-top: 40px;
}
.helpfull-information .article-title,
.article.about .article-title,
.article.news-detail .article-title {
  font: 18px "MuseoSansCyrl-700";
  color: #1872a8;
  margin-bottom: 28px;
}
.article.news-detail .article-title {
    color: #033a72;
}
.helpfull-information .description,
.article.about .description,
.article.news-detail .description {
  margin-bottom: 46px;
  padding-top: 4px;
  text-align: justify;
}
.reysy-desc .description{
  margin-bottom: 30px;
}
.helpfull-information .description .about_img,
.article.about .description .about_img,
.article.news-detail .description .about_img {
  display: inline-block;
  margin: 0 16px 0 0;
  padding-top: 4px;
}
.helpfull-information .description p,
.article.about .description p,
.article.news-detail .description p {
  font: 15px/1.4 "MuseoSansCyrl-300";
  margin-bottom: 18px;
  color: #4e5055;
}
.helpfull-information .description p.bold, .article.about .description p.bold, .article.news-detail .description p.bold {
     margin-bottom: 15px;
     color: #4e5055;
     font: 20px/1.2 "MuseoSansCyrl-700";
}
.helpfull-information .description ul,
.article.about .description ul,
.article.news-detail .description ul {
  margin-bottom: 11px;
}
.helpfull-information .description li,
.article.about .description li,
.article.news-detail .description li {
  font: 15px/1.4 "MuseoSansCyrl-300";
  margin-bottom: 1px;
  color: #4e5055;
}
.helpfull-information .description li i,
.article.about .description li i,
.article.news-detail .description li i {
  color: #1872a8;
  font-style: normal;
  font-size: 14px;
}
.helpfull-information .description h2,
.article.about .description h2,
.article.news-detail .description h2 {
  color: #4e5055;
  font: 20px/1.2 "MuseoSansCyrl-700";
}
.article.news-detail .description h2 {
    margin-bottom: 15px;
}
#block_form {
  margin-bottom: 30px;
}
#block_form .form-desc {
  display: none;
}
#block_form .form-desc.active {
  display: block;
}
#block_form .tabs .tab-item {
  width: 364px;
  color: #4e5055;
  font: 16px/42px "MuseoSansCyrl-700";
  cursor: pointer;
  height: 42px;
  text-align: center;
  background: url(../images/pas_btn.png) no-repeat 0 0;
}
#block_form .tabs .tab-item > div {
  padding-right: 17px;
}
#block_form .tabs .tab-item.active {
  color: #fff;
  background-image: url(../images/act_btn.png);
}
#block_form .search input {
  background: #fea601 url(../images/search.png) no-repeat 47px center;
  width: 182px;
  height: 42px;
  text-align: center;
  color: #fff;
  font: 15px "MuseoSansCyrl-700";
  text-transform: uppercase;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  padding: 0;
  padding-left: 13px;
}
#block_form .search input:hover {
  background-color: #ffad12;
}
#block_form .forms {
  background: url("../images/form-main.jpg") no-repeat center 0;
  padding: 32px 21px 1px;
}
#block_form .forms .row {
  margin-bottom: 34px;
}
#block_form .forms .row .when input {
  width: 180px;
}
#block_form .forms .row .checkboxes {
  padding-top: 10px;
}
#block_form .forms .row .checkboxes .check {
  text-align: center;
  color: #1872a8;
  width: 104px;
  font: 15px/1 "MuseoSansCyrl-500";
}
#block_form .forms .row .checkboxes .check .label {
  margin-top: 8px;
}
#block_form .forms .row .checkboxes .check span {
  width: 19px;
  cursor: pointer;
  background: #fff;
  height: 19px;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid #e4dede;
}
#block_form .forms .row .checkboxes .active.check span {
  background: #ffffff url(../images/check.png) no-repeat center;
}
#block_form .forms .example {
  font: 12px/1 "MuseoSansCyrl-300";
  margin-top: 7px;
  color: #8e8e8e;
}
#block_form .forms .example span {
  color: #1872a8;

  text-decoration: underline;
  margin-right: 14px;
  
}
#block_form .forms span {
    cursor: pointer;
}
#block_form .forms span:hover {
    text-decoration: none;
}
#block_form .forms .example span:last-child {
  margin-right: 0;
}
#block_form .forms .refresh-button {
  padding-top: 10px;
}
#block_form .forms .label {
  margin-bottom: 6px;
}
#block_form .forms .label img {
  margin-right: 3px;
  vertical-align: middle;
  display: inline-block;
}
#block_form .forms .label span {
  vertical-align: middle;
  display: inline-block;
  color: #4e5055;
  font: 13px/1 "MuseoSansCyrl-300";
}
#block_form .forms .row-input input {
  width: 308px;
  box-sizing: border-box;
  height: 44px;
  border: 1px solid #e4dede;
  padding-left: 8px;
  color: #4e5055;
  font: 16px "MuseoSansCyrl-300";
  border-radius: 6px;
}
#block_form .forms .row-input-single input {
  width: 460px;
}
#hot-roads {
  margin-top: 32px;
  margin-bottom: 16px;
}
#hot-roads .links-of-roads {
  padding-top: 6px;
}
#hot-roads .links-of-roads li {
  width: 30%;
  text-align: center;
  margin-bottom: 18px;
}
#hot-roads.popular-roads .links-of-roads li {
  width: 50%;
  text-align: left;
  margin-bottom: 5px;
}
#hot-roads .links-of-roads li a {
  color: #1872a8;
  font: 18px/1 "MuseoSansCyrl-500";
}
#hot-roads .links-of-roads li a:hover {
    text-decoration: underline;
}
#hot-roads.popular-roads .links-of-roads li a {
  color: #1872a8;
  font: 15px/1.4 "MuseoSansCyrl-300";
}
#hot-roads.popular-roads h3 {
  color: #121212;
  font: 18px/1.4 "MuseoSansCyrl-500";
  margin-bottom: 10px;
}
#hot-roads.popular-roads h3.h3-popular-second {  
  margin-top: 30px;
}
#news {
  padding-top: 32px;
}
#news .lists-of-news .news-row {
  padding-bottom: 20px;
  border-bottom: 1px solid #e4dede;
  margin-bottom: 18px;
}
#news .lists-of-news .news-row .news-title {
  margin-bottom: 18px;
}
#news .lists-of-news .news-row .news-title a {
  color: #033a72;
  text-decoration: none;
  display: block;
  font: 18px/1 "MuseoSansCyrl-700";
}
#news .lists-of-news .news-row .news-description p {
  color: #4e5055;
  text-align: justify;
  font: 15px/1.5 "MuseoSansCyrl-300";
}
#news .lists-of-news .news-row .read-more {
  padding-top: 4px;
}
#news .lists-of-news .news-row .read-more a {
  text-decoration: underline;
  color: #1872a8;
  font: 14px/1 "MuseoSansCyrl-300";
}
#news .lists-of-news .news-row .read-more a:hover {
  text-decoration: none;
}
.banner-position-inside-4 {
  margin-top: 30px;
}
#calendar {
  padding-top: 38px;
  padding-bottom: 14px;
}
#calendar .title span {
  color: #1872a8;
}
#calendar .short-description {
  margin-bottom: 34px;
}
#calendar .short-description p {
  color: #4e5055;
  font: 15px/1.5 "MuseoSansCyrl-300";
  text-align: justify;
  text-align-last: center;
}
#calendar .listof-calendars {
  margin-top: 33px;
}
#calendar .listof-calendars .calendar-item {
  width: 354px;
  margin-bottom: 25px;
}
#calendar .listof-calendars .calendar-item .month-year {
  height: 50px;
  background: #1872a8;
  color: #fff;
  text-align: center;
  font: 20px/50px "MuseoSansCyrl-700";
}
#calendar .listof-calendars .calendar-item table {
  text-align: center;
  width: 100%;
  border: 1px solid #e4dede;
  padding: 0 8px 16px;
  background: #f7f7f7;
}
#calendar .listof-calendars .calendar-item table thead th {
  color: #1872a8;
  font: 13px "MuseoSansCyrl-900";
  height: 34px;
  padding-top: 4px;
  vertical-align: middle;
  text-align: center;
}
#calendar .listof-calendars .calendar-item table tbody td {
  text-align: center;
  padding: 2px;
}
#calendar .listof-calendars .calendar-item table tbody td > div {
  border: 1px solid #e4dede;
  width: 42px;
  height: 29px;
  background: #fff;
  font: 14px/29px "MuseoSansCyrl-300";
  color: #b1b1b1;
  vertical-align: middle;
}
#calendar .listof-calendars .calendar-item table tbody td.event div {
  color: #121212;
  border-color: #3db39e;
  cursor: pointer;
  background: #fff url(../images/check_small.png) no-repeat right 3px top 3px;
}
#contacts {
  padding-top: 34px;
}
#contacts .contact-description {
  padding-bottom: 36px;
}
#contacts .contact-description p {
  text-align: center;
  color: #4e5055;
  font: 16px/1.4 "MuseoSansCyrl-500";
  margin-bottom: 20px;
}
#contacts .contact-description p a {
  color: #1872a8;
}
#contacts .contact-description p a:hover {
    text-decoration: underline;
}
#contacts .contact-description p.strong {
  color: #033a72;
  margin-bottom: 0;
}
#contacts .contact-form {
  padding-top: 26px;
}
#contacts .contact-form .title {
  margin-bottom: 32px;
}
#contacts .contact-form .form-row {
  margin-bottom: 22px;
}
#contacts .contact-form input.error,
#contacts .contact-form textarea.error {
  box-shadow: 0 0 5px #ff5656;
}
#contacts .contact-form .text input {
  width: 350px;
  height: 50px;
  border-radius: 6px;
  border: 1px solid #e4dede;
  background: #fbfbfb;
  padding-left: 10px;
  box-sizing: border-box;
  font: 15px "MuseoSansCyrl-300";
  color: #4e5055;
}
#contacts .contact-form .textarea textarea {
  background: #fbfbfb;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #e4dede;
  height: 114px;
  border-radius: 6px;
  resize: none;
  font: 15px "MuseoSansCyrl-300";
  color: #4e5055;
  box-shadow: none !important;
  -webkit-appearance: none;
}
#contacts .contact-form .submit {
  text-align: center;
}
#contacts .contact-form .submit input {
  background: #fea601;
  width: 260px;
  height: 56px;
  text-align: center;
  color: #fff;
  font: 18px "MuseoSansCyrl-700";
  text-transform: uppercase;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  padding: 0;
 
}
#contacts .contact-form .submit input:hover {
  background-color: #ffad12;
}
#search {
  padding-top: 38px;
  padding-bottom: 14px;
}
#search .title span {
  color: #1872a8;
  display: block;
}
#search .short-description {
  margin-bottom: 34px;
}
#search .short-description p {
  color: #4e5055;
  font: 15px/1.5 "MuseoSansCyrl-300";
  text-align: justify;
  text-align-last: center;
}
#train {
  padding-top: 38px;
  padding-bottom: 14px;
}
#train .title span {
  color: #1872a8;
}
#train .short-description {
  margin-bottom: 34px;
}
#train .short-description p {
  color: #4e5055;
  font: 15px/1.5 "MuseoSansCyrl-300";
  text-align: justify;
  text-align-last: center;
}
.train-table {
  margin-bottom: 30px;
  margin-top: 38px;
}
.train-table .result-row {
    background: #fafdff;
    padding: 15px 14px 18px;
}
.train-table .result-row:nth-child(odd) {
  background: #f0f9ff;
}
.train-table .train-info {
  padding-top: 2px;
  max-width: 280px;
}
.train-table .train-info .train-number {
  margin-bottom: 12px;
  color: #121212;
  font: 14px/1 "MuseoSansCyrl-500";
}
.train-table .train-info .train-name {
  margin-bottom: 24px;
  color: #121212;
  font: 15px/1.2 "MuseoSansCyrl-300";
  text-transform: uppercase;
}
.train-table .train-info .train-name a {
    color: #1872a8;
    text-decoration: underline;
}
.train-table .train-info .train-name a:hover {
    text-decoration: none;
}
.train-table .train-info .train-links li {
  display: inline-block;
  vertical-align: top;
  margin-right: 36px;
  color: #121212;
 
  font: 14px/1 "MuseoSansCyrl-300";
}
.train-table .train-info .train-links li a {
  color: #1872a8;
  text-decoration: underline;
  font: 14px/1 "MuseoSansCyrl-300";
}
.train-table .train-info .train-links li a:hover {
  text-decoration: none;
}
.train-table .train-ad .hidden-duration {
  display: none;
  font: 14px "MuseoSansCyrl-300";
  color: #121212;
}
.train-table .train-ad .departures {
  width: 143px;
}
.train-table .train-ad .departures .label {
  background: url(../images/line.png) no-repeat right 14px center;
}
.train-table .train-ad .empty .label {
  background: url(../images/line.png) no-repeat right 14px center;
  width: 40px;
  height: 1px;
  margin-left: 20px;
  margin-top: 10px;
  display: inline-block;
}
.train-table .train-ad .arrivals {
  width: 134px;
}

.label {
    display: inherit;
    padding: inherit;
    text-align: inherit;    
}

.train-table .train-ad .label {
  color: #8f8f8f;
  font: 14px "MuseoSansCyrl-300";
  margin-bottom: 8px;
}
.train-table .train-ad .date {
  color: #8f8f8f;
  font: 14px "MuseoSansCyrl-300";
  margin-bottom: 4px;
}
.train-table .train-ad .time {
  font: 18px "MuseoSansCyrl-700";
  margin-bottom: 7px;
}
.train-table .train-ad .station {
  color: #8f8f8f;
  font: 12px "MuseoSansCyrl-300";
  margin-bottom: 0px;
}
.train-table .train-ad .waiting {
  width: 120px;
  padding-right: 12px;
}
.train-table .train-ad .waiting .time {
  font: 14px "MuseoSansCyrl-300";
  position: relative;
}
.train-table .train-ad .waiting .time:after {
  position: absolute;
  top: 6px;
  right: 8px;
  background: url(../images/arrow.png) no-repeat right 0;
  width: 29px;
  height: 7px;
  content: "";
}
.train-table .train-ad .center {
  text-align: center;
}
.train-table .train-ad .center span {
  display: block;
}
#train .train-table .train-info .train-name {
  margin-bottom: 10px;
}
#train .train-table .train-ad .empty .label {
  display: inline-block;
  margin-left: 48px;
}
#train .train-table .train-ad .no-line .label {
  background: none;
}
#train .train-table .train-ad .departures.empty .label {
  margin-left: 7px;
}
#train .train-table .train-ad .arrivals.empty .label {
  margin-left: 26px;
}
#train .train-table .train-ad .departures {
  width: 125px;
}
#train .train-table .train-ad .departures .label {
  background-position: right center;
}
#train .train-table .train-ad .waiting {
  width: 120px;
  padding-right: 30px;
  box-sizing: content-box;
}
#train .train-table .train-ad .waiting .time span {
  margin-top: 5px;
}
#train .train-table .train-ad .waiting .time:after {
  right: -16px;
}
#train .train-table .train-ad .time {
  margin-bottom: 6px;
}
#train .train-table .train-ad .date {
  margin-bottom: 0;
}
.helpfull-information {
  margin-top: 32px;
}
.helpfull-information .title span {
  display: block;
  color: #033a72;
}
#nearest-stations {
  margin-top: 32px;
  margin-bottom: 16px;
}
#nearest-stations .links-of-roads {
  padding-top: 6px;
}
#nearest-stations .links-of-roads li {
  width: 24%;
  text-align: center;
  margin-bottom: 18px;
}
#nearest-stations .links-of-roads li a {
  color: #1872a8;
  font: 18px/1 "MuseoSansCyrl-500";
  text-decoration: underline;
}
#nearest-stations .links-of-roads li a:hover {
    text-decoration: none;
}
#similar-dirrections {
  margin-bottom: 40px;
}
#similar-dirrections .links-of-dirrections {
  text-align: justify;
}
#similar-dirrections .links-of-dirrections li {
  color: #4e5055;
  font: 14px/1.7 "MuseoSansCyrl-300";
  display: inline-block;
  vertical-align: middle;
  display: inline;
}
#similar-dirrections .links-of-dirrections li a {
  display: inline;
  color: #1872a8;
}
#similar-dirrections .links-of-dirrections li a:hover {
  text-decoration: underline;
}
.banner-1,
.banner-2,
.banner-4,
.banner-3 {
  text-align: center;
}
.banner-1 img,
.banner-2 img,
.banner-4 img,
.banner-3 img {
  max-width: 100%;
  display: inline-block;
}
#left-sidebar {
  position: fixed;
  left: -310px;
  z-index: 22;
  font: 18px "MuseoSansCyrl-300";
  height: 100%;
  display: inline-block;
  background: #033a72 ;
}
#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 dashed #fff;
}
#left-sidebar.open {
  left: 0;
  box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.8);
}
.thanks {
  width: 400px;
  padding: 30px 26px 0;
  background: #f9f9f9;
  border: 4px solid #dedede;
  display: none;
  max-width: 100%;
  box-sizing: border-box;
}
.thanks .title {
  text-align: center;
  color: #1f1f1f;
  font-size: 24px;
  padding-bottom: 25px;
  margin-bottom: 0;
  font-family: "MuseoSansCyrl-700";
}
.thanks .title-small {
  text-align: center;
  font: 18px "MuseoSansCyrl-300";
  color: #023466 ;
  margin-bottom: 30px;
}
.helpfull-information .description h2, .article.about .description h2, .article.news-detail .description h2 {
    margin-bottom: 15px;
}










.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: static;
}

.radio label, .checkbox label {    
    padding-left: 0;    
}

.radio, .checkbox {    
    margin-top: 0;
    margin-bottom: 0;
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: 0;
}

.field-stationform-checkboxlist .checkbox input,
 .field-routeform-checkboxlist .checkbox input {
    width: 24px;
    height: 24px;
 }
.help-block {    
    font: 16px "MuseoSansCyrl-300";
}

 .form-group {
    margin-bottom: 0;
}

.forms .form-group input[type="text"] {
    border: 1px solid #e4dede;
    border-radius: 6px;
    box-sizing: border-box;
    color: #4e5055;
    font: 16px "MuseoSansCyrl-300";
    height: 44px;
    padding-left: 8px;
    width: 308px;
    background: #fff !important;
}

.forms .form-group.has-error input[type="text"] {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);    
}

.forms .form-group input[type="text"]#stationform-from {
    width: 460px;
}
.forms .form-group.field-stationform-date input[type="text"], .forms .form-group.field-routeform-date input[type="text"] {
    width: 185px;
}
.field-stationform-from .control-label,
.field-routeform-to .control-label,
.field-routeform-from .control-label {
    background: url(../images/pin.png) no-repeat 0 center;
    padding: 6px 0;
}

.field-stationform-from {
    width: 460px;
}
.field-routeform-from,
.field-routeform-to {
    width: 310px;
    display: inline-block;
    vertical-align: middle;
}


.field-stationform-date .control-label, .field-routeform-date .control-label {
    background: url(../images/calendar.png) no-repeat 0 center;
    padding: 6px 0;
    margin-top: 30px;
    display: block !important;
}
.forms .control-label{
    
    padding-left: 19px;
    color: #4e5055;
    display: inline-block;
    font: 13px/1 "MuseoSansCyrl-300";
    vertical-align: middle;
}


.field-stationform-date, .field-routeform-date{
    width: 220px;
    vertical-align: middle;
    display: inline-block;
}
.field-stationform-checkboxlist,
.field-routeform-checkboxlist {
    display: inline-block;
    vertical-align: bottom;
    width: 206px;
    padding-bottom: 10px;
}
.field-stationform-checkboxlist .checkbox,
.field-routeform-checkboxlist .checkbox {
    display: inline-block;
    vertical-align: top;
    color: #1872a8;
    font: 15px/1 "MuseoSansCyrl-500";
    text-align: center;
    background: url("../images/check_pas.png") no-repeat scroll center 0;
}

.field-stationform-checkboxlist .checkbox:nth-child(1),
.field-routeform-checkboxlist .checkbox:nth-child(1) {
    width: 134px;
    
}
.field-stationform-checkboxlist .checkbox:nth-child(2),
.field-routeform-checkboxlist .checkbox:nth-child(2) {
    width: 60px; 
}

.field-stationform-checkboxlist .checkbox.active,
.field-routeform-checkboxlist .checkbox.active {
    background:  url("../images/check_act.png") no-repeat scroll center 0;
}

.field-stationform-checkboxlist .checkbox input,
.field-routeform-checkboxlist .checkbox input {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    cursor: pointer;
    opacity: 0;
}
.forms .refresh-button {
    display: inline-block;
    width: 57px;
    padding-top: 6px;
    text-align: center;
    vertical-align: middle;
}

.forms .fm4, .forms-similar .fm4{
  background: #fea601 url(../images/search.png) no-repeat 47px center;
  width: 182px;
  height: 42px;
  text-align: center;
  color: #fff;
  font: 15px "MuseoSansCyrl-700";
  text-transform: uppercase;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  padding: 0;
  padding-left: 13px;
  display: inline-block;
  margin-left: 67px;
  vertical-align: bottom;
  margin-bottom: 19px;
}

.forms-similar .fm4{  
  margin-left: 0;  
  margin-top: 15px;
}

.forms .fm4:hover, .forms-similar .fm4:hover {
  background-color: #ffad12;
}

.forms-similar{
    font: 15px/1.4 "MuseoSansCyrl-300";    
    color: #4e5055;
    margin-top: 25px;
}

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

.forms-similar h3{    
    margin-bottom: 20px; 
    color: #1872a8;
    font: 18px/1 "MuseoSansCyrl-500";
}

.forms-similar .departures-list, .forms-similar .arrivals-list{
    float: left;
    width: 50%;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
}

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

#route-form,
#station-form {
    display: none !important;
    padding-bottom: 38px;
}
#route-form.active,
#station-form.active {
    display: block !important;
}

.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;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 2px;
    color: #000;
}
.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;
}
.form-group.field-stationform-from.has-error,
.form-group.field-routeform-to.has-error,
.form-group.field-routeform-from.has-error {
    position: relative;
}
.help-block.help-block-error {
    font-size: 12px;
    left: 8px;
    position: absolute;
    top: 48px;
    z-index: 12;
}
.datepicker table tr td, .datepicker table tr th {
    font: 15px/1.4 "MuseoSansCyrl-300"
}
.tt-menu {
    font: 15px/1.4 "MuseoSansCyrl-300"
}
.tt-menu .tt-selectable {
    cursor: pointer;
}
.ads-margin{
    height: 40px;
}
.buy-ticket{
    margin-top: 40px;
    text-align: center;
}
.buy-ticket button{
    background: #fea601;
    width: 280px;
    height: 50px;
    text-align: center;
    color: #fff;
    font: 16px "MuseoSansCyrl-700";
    text-transform: uppercase;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: bottom;    
}
.buy-ticket button:hover{
    background-color: #ffad12;
}
#map{
    height: 400px;
}




