body {
    -ms-text-size-adjust: 100%;
        -moz-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
 
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: "ProximaNova-Regular";
}
body button, textarea, input[type="submit"],input[type="button"], input[type="text"] {
    -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
body {
  background: #f4f8fb;
}
.transition {
  transition: all 0.3s linear 0s;
}
.inside {
  width: 1138px;
  max-width: 98%;
  padding: 0 28px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.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;
}
.flex-l {
  justify-content: flex-start;
}
.flex-e {
  align-items: flex-end;
}
.flex-m {
  align-items: center;
}
.flex-c {
  justify-content: center;
}

#header .logo-text span {
  text-transform: none;
  font: 16px/1 "ProximaNova-Regular";
}
#header .logo img {
  display: block;
}
#header .logo a {
  display: block;
}
#header,.full-width {
  width: 1920px;
  max-width: 100%;
  margin: 0 auto;
}
.banner-position-top {
  text-align: center;
  padding: 15px 0 13px;
  background: #fff;
}
#header {
  background: #78b7e3;
  padding: 0;
}
#header .inside {
  padding-right: 15px;
}
#header #toggler-wrapper {
  display: none;
}
#header #toggler-wrapper #toggler {
  position: relative;
  width: 44px;
  height: 26px;
  cursor: pointer;
}
#header #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 {
  margin-bottom: 0 !important;
}
#header #toggler-wrapper #toggler.open .left {
  transform: rotate(-45deg);
  top: 10px;
  left: 0;
  position: absolute;
}
#header #toggler-wrapper #toggler.open .right {
  transform: rotate(45deg);
  top: 10px;
  left: 0;
  position: absolute;
}
#header #toggler-wrapper #toggler.open .hide {
  display: none;
}

#header .nav li a {
  font-size: 15px;
  color: #fff;  
  display: block;
  padding: 37px 17px;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
  font: 15px/1 "ProximaNova-Bold";
  letter-spacing: 0.2px;
}
#header .nav li a span {
  display: block;
  line-height: 1;
  padding-bottom: 0px;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease 0s;
}
#header .nav li:hover a span {
  border-bottom: 1px solid #fff;
  transition: all 0.3s ease 0s;
}
#header .nav li.active a {
  transition: all 0.3s ease 0s;
  background: #65abdb;
}
#header .nav li.active a span {
  border-bottom: 1px solid #fff;
  transition: all 0.3s ease 0s;
}
#header .nav li.active:hover a span {
  border-bottom: 1px solid transparent;
}
#footer {
  margin-bottom: 0;
  margin-top: 0px;
  padding: 16px 0 0;
  background: #78b7e3
}
#footer .nav li {
  margin-left: 38px;
}
#footer .nav li a {
  color: #fff;
  letter-spacing: 0.1px;
  text-decoration: none;
  text-transform: uppercase;
  font: 14px/1 "ProximaNova-Bold";
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease 0s;
}
#footer .nav li a:hover {
  border-bottom: 1px solid #fff;
  transition: all 0.3s ease 0s;
}
#footer .nav li.active a {
  border-bottom: 1px solid #fff;
  transition: all 0.3s ease 0s;
}
#footer .nav li.active a:hover {
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease 0s;
}
#footer .inside {
  padding-bottom: 14px;
}
 

#copy .social li a {
  display: block;
  text-align: center;
  width: 40px;
}
#copy .social li a img {
  display: block;
}
#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;
}
#left-sidebar {
  width: 338px;
}
#left-sidebar .banner {
  margin-bottom: 56px;
}
#left-sidebar > div:last-child > div {
  margin-bottom: 0;
}
#left-sidebar .widget-text-2 {
  margin-bottom: 30px;
}
#left-sidebar .widget-text-2.text-1 > div {
  padding-top: 20px;
}
#left-sidebar .widget-text-2.text-1 > div p {
  margin-bottom: 22px;
}
#left-sidebar .widget-text-2.text-1 > div .text {
  padding-top: 15px;
}
#left-sidebar .widget-text-2 .ico {
  margin-bottom: 0px;
  text-align: center;
}
#left-sidebar .widget-text-2 .ico img {
  max-width: 100%;
}
#left-sidebar .widget-text-2 .text {
  padding: 7px 14px;
  padding-bottom: 16px;
  text-align: center;
}
#left-sidebar .widget-text-2 > div {
  text-align: left;
  padding: 0px;
  border-radius: 5px;
  padding-top: 36px;
  background-color:  #78b7e3;
  background-image: url(../images/b_1-bg-left.png), url(../images/b_1-bg-right.png), url(../images/b_1-bg-top.png);
  background-repeat: no-repeat;
  background-position: left 0, right 0, center 16px;
  
}
#left-sidebar .widget-text-2.text-2 > div {
  padding-top: 28px;
  padding-bottom: 24px;
  background-position: left 10px, right 10px, center 10px; 
}
#left-sidebar .widget-text-2 > div p {
  margin-bottom: 14px;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}

#left-sidebar .widget-text-2 > div p a {
  color: #fff;
  text-decoration: underline;
  transition: all 0.3s ease 0s;
}
#left-sidebar .widget-text-2 > div .inline p {
  line-height: 1.4;
  padding: 0 10px;
}
#left-sidebar .widget-text-2 > div .inline p a {
  display: inline;
  font-size: 16px;
  line-height: 1;
}
#left-sidebar .widget-text-2 > div p a:hover {  
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
#left-sidebar .widget-text-2 > div p.strong {
  padding: 0 6px;
  font: 18px/1.3 "ProximaNova-Bold";
  color:#fff;
  padding-bottom: 2px;
  font-weight: normal;
}
#left-sidebar .widget-text-2.text-1 .ico {
  text-align: center;
}
#left-sidebar .widget-text-2.text-1 > div {
  text-align: left;
}
#left-sidebar .widget-text-2.text-2 .ico {
  text-align: center;
  padding-bottom: 26px;
}
#left-sidebar .widget-text-2.text-3 > div {
  border-color: #ff6a4d;
  padding-top: 30px;
}
#left-sidebar .widget-text-2 .text {
  padding: 7px 13px;
}
#left-sidebar .widget-text-2.text-3 > div strong {
  font-family: "ProximaNova-Bold";
}
#left-sidebar .widget-text-2.text-2 div p {
  text-align: center;
}
#left-sidebar .widget-text-2.text-2 .list p {
  margin-bottom: 6px;
}
#left-sidebar .widget-text-2.text-2 .list {
  padding-bottom: 8px;
}
#left-sidebar .widget-text-2.text-2 .list a {
  text-decoration: none; 
  line-height: 1;
  color: #fff;
}
#left-sidebar .widget-text-2.text-2 .list.underlined a {
  border-bottom: 1px solid #fff;
  transition: all 0.3s ease 0s;
}
#left-sidebar .widget-text-2.text-2 .list.underlined a:hover {
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease 0s;
}
#left-sidebar .widget-text-2.text-2 .list a span {
  border-bottom: 1px solid #9ac9ea;
  transition: all 0.3s ease 0s;
  line-height: 1;
}
#left-sidebar .widget-text-2.text-2.text-2e .list a {
    display: inline;
}

#left-sidebar .widget-text-2.text-2 .list a:hover span {
  border-bottom-color: transparent;
  transition: all 0.3s ease 0s;
}
#content {
  padding-top: 44px;
  background: url(../images/background.jpg) no-repeat center 0;
}
#content #block1_bg {
  margin-bottom: 32px;
}
#content .inside {
  background: #fff;
}
#main-content {
  width: 728px;
  padding-bottom: 58px;
}
.title {
  color: #101010;
  font: 26px/1 "ProximaNova-Bold";
  text-transform: uppercase;  
  text-align: center;
  margin-bottom: 30px;
  
}
#popular-flights {
  margin-bottom: 48px;
}
#popular-flights li {
  margin-bottom: 10px;
  height: 180px;
}
#popular-flights .title {
  margin-top: 40px;
  margin-bottom: 37px;
}
#popular-flights .wide {
  width: 100%;
  
  overflow: hidden;
  max-width: 100%;
}
.hide-pc {
  display: none;
}
#popular-flights .station-wrapper {
  position: relative;
}
#popular-flights .station-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease 0s;
}
#popular-flights .station-wrapper .overlay:hover {
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease 0s;
}
#popular-flights .station-wrapper .overlay:hover .caption p span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
#popular-flights .station-wrapper .image img {
  display: block;
  
}
.article.news .news-list .row a img {
    width: 240px;
    max-width: 100%;
}
#popular-flights .station-wrapper .image img.hide-pc {
    display: none;
}
#popular-flights .station-wrapper .caption {
  padding: 12px 10px;
  position: relative;
}

#popular-flights .wide:hover .station-wrapper .caption:before {
  background-position: center bottom;
}
#popular-flights .station-wrapper .caption p {
  color: #fff;
  font: 18px/1.3 "ProximaNova-Regular";
}
#popular-flights .station-wrapper .caption p span {
  border-bottom: 1px solid transparent;
  line-height: 1;
  display: inline-block;

}
.soc-widget {
  background: #f7c61b;
  margin-bottom: 28px;
  padding: 16px 20px;
  box-sizing: border-box;
  border: 1px solid #ecb200;
  border-radius: 7px;
}
.soc-widget .social li {
  margin-left: 6px;
}
.soc-widget .social li a,
.soc-widget .social li img {
  display: block;
}
.soc-widget .left-part img {
  display: inline-block;
  vertical-align: middle;
}
.soc-widget .left-part span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  color: #fff;
  font: 700 18px "ProximaNova-Regular";
}
.soc-widget.list {
  margin-top: 30px;
}

#helpfull-information .description strong{
    font-weight: bold;
}
.article.about img,
.article.news-detail img {
  float: left;
  max-width: 100%;
  margin: 6px 16px 6px 0;
}

#helpfull-information,
.article.about,
.article.news-detail {
  margin-top: 54px;
}

.article.news .desc {
  width: calc(100% - 250px);
}

.article.news .title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 54px;  
  margin-bottom: 38px;
}
.article.news .news-list .small-title {
  margin-bottom: 10px;
  margin-top: -3px;
}
.article.news-detail .description p a {
  color: #000;
  transition: all 0.3s ease 0s;
}
.article.news-detail .description p a:hover {
  text-decoration: underline;
  color: #000;
  transition: all 0.3s ease 0s;
}
.article.news .news-list .small-title a {
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease 0s;
  display: inline-block;
  padding-bottom: 1px;
  font: 18px/1 "ProximaNova-Bold";
  color: #383838;
}
.article.news .news-list .small-title a:hover {
  transition: all 0.3s ease 0s;
  color: #3c5669;
}
.article.news .news-list .row {
  background: url(../images/dashed.png) repeat-x center bottom;
  padding-bottom: 23px;
  margin-bottom: 26px;
}
.article.news .news-list .row:last-child {
  background: none;
}
.article.news .desc .text p {
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.2px;
  text-align: justify;
  color: #383838;
}
.article.news .desc .more {
  margin-top: 11px;
}
.article.news .desc .more a span {
  border-bottom: 1px solid #ced5d9;
  display: inline-block;
  line-height: 1;
  transition: all 0.3s ease 0s;
}
.article.news .desc .more a {
  font-size: 15px;
  display: inline-block;
  color: #3c5669;
  padding-right: 22px;
  background: url(../images/arr_s.png) no-repeat right center;
}
.article.news .desc .more a:hover span {
  border-bottom-color: transparent;
  transition: all 0.3s ease 0s;
}
 
#helpfull-information .title,
.article.about .title,
.article.news-detail .title {
  margin-bottom: 23px;
}
.article.news-detail .title {
  font-size: 26px;
  font-weight: 700;
  text-transform: none;
  text-align: left;
  color: #3c5669;
}
.article.about .title {
  line-height: 1.2;
  margin-bottom: 24px;

}
.soc-with-angle {
  background: #ececec;
  margin-bottom: 42px;
}
.soc-with-angle .right {
  padding-right: 24px;
}
.soc-with-angle .left {
  padding-left: 50px;
  background: url(../images/angle.png) no-repeat 0 center;
  padding: 19px 84px 19px 40px ;
  color:#fff;
  font: 700 18px/1.2 "ProximaNova-Regular";
}
#helpfull-information .article-title,
.article.about .article-title,
.article.news-detail .article-title {
  color: #214d77;
  text-align: center;
  margin-bottom: 20px;
}
#helpfull-information .description,
.article.about .description,
.article.news-detail .description {
  /*margin-bottom: 54px;*/
  padding-top: 4px;
  text-align: justify;
}

#helpfull-information .description .about_img,
.article.about .description .about_img,
.article.news-detail .description .about_img {
  display: inline-block;
  margin: 0 16px 0 0;
  
}
#helpfull-information .description p,
.article.about .description p,
.article.news-detail .description p {
  font: 16px/1.5 "ProximaNova-Regular";
  margin-bottom: 0px;
  letter-spacing: -0.2px;
  font-weight: 500;
  color: #383838;
  text-align: justify;
}
#helpfull-information .description p.strong,
.article.about .description h2.strong,
.article.news-detail .description h2.strong { 
  font: 18px/1.6 "ProximaNova-Bold";
  color: #383838;
  margin-bottom: 5px;
  padding-top: 4px;
  
}
#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: 16px/1.5 "ProximaNova-Regular";
  margin-bottom: 1px;
  color: #4e5055;
  letter-spacing: -0.2px;
}
#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 "ProximaNova-Regular";
}
#block_form {
  margin-bottom: 61px;
}
#block_form .form-desc {
  display: none;
}
#block_form .form-desc.active {
  display: block;
}
#block_form .tabs {
    position: relative;
    z-index: 2;
}
#block_form .tabs .tab-1 {
  margin-left: 10px;
}
#block_form .tabs .tab-2 {
  margin-right: 10px;
}
#block_form .tabs .tab-item {
  width: 340px;
  color: #fff;
  font: 500 16px/40px "ProximaNova-Regular";
  cursor: pointer;
  height: 38px;
  padding-top: 2px;
  text-align: center;
  background: #c7c5c5;
  border-radius: 5px 5px 0 0;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
}
#block_form .tabs .tab-item:hover,
#block_form .tabs .tab-item.active {
  color: #fff;
  transition: all 0.3s ease 0s;
  background: #ff6a4d;
}

#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 "ProximaNova-Regular";
  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;
  border-radius: 5px;
  padding: 56px 27px 23px;
}
#block_form .forms .control-label {
  color: #868686;  
  display: block;
  margin-bottom: 6px;
  position: relative;
  letter-spacing: 0.2px;
}

#block_form .forms button {
  background: #ff6a4d;
  border-radius: 5px;
  border: none;
  color: #fff;
  cursor: pointer;
  box-shadow: 0px 3px 5px 0px rgba(2, 39, 83, 0.4);
  text-transform: uppercase;
  width: 200px;
  height: 52px;
  line-height: 52px;
  transition: all 0.3s ease 0s;
  margin-left: 128px;
  font: 18px "ProximaNova-Bold";
}
#block_form .forms #station-form  button {
  margin-left: 0px;
}
#block_form .forms button:hover {
  background: #ffb400;
  transition: all 0.3s ease 0s;
}
#block_form .forms .form-group {
  margin-bottom: 28px;
  display: inline-block;
  position: relative;
}
#block_form .forms .form-group .control-label {
  display: none;
}
#block_form .forms .form-group input {
  width: 300px;
  height: 51px;
  padding: 0 10px;
  font: 16px "ProximaNova-Regular";
  border: 1px solid #fff; 
  border-radius: 5px; 
  background-color: #fff;
  box-sizing: border-box;
}
#block_form .forms .form-group input#routeform-date {
  width: 240px;
}

#block_form .forms .label {
  margin-bottom: 6px;
  display: block;
}
#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 "ProximaNova-Regular";
}
#block_form .forms .row-input input {
  width: 308px;
  height: 44px;
  box-shadow: 0 0 2px #e4dede;
  padding-left: 8px;
  color: #4e5055;
  font: 16px "ProximaNova-Regular";
  border-radius: 6px;
  box-sizing: border-box;
  max-width: 100%;
}
#block_form .forms .row-input-single input {
  width: 460px;
}
#block_form #route-form {
  display: none;
}
#block_form #route-form .field-routeform-from {
  margin-right: 68px;
}


#block_form #station-form {
  width: 530px;
  display: none;
  margin: 0 auto;
}
#block_form #station-form .field-stationform-date {
  margin-right: 125px;
  width: 200px;
}

#block_form #station-form .field-stationform-date input {
  width: 200px;
}
#block_form #station-form .field-stationform-from {
  width: 530px;
}

#block_form #station-form .field-stationform-from input {
  width: 530px;
}
#block_form #route-form.active {
  display: block;
}
#block_form #station-form.active {
  display: block;
}
#mostflight {
  margin-bottom: 27px;
  /*padding-top: 54px;*/
}
#mostflight .flight-list {
  padding-top: 6px;
}
#mostflight .flight-list li {
  min-width: 26%;
  text-align: center;
  margin-bottom: 19px;
}
#mostflight .flight-list li a {
  color: #022753;
  font-size: 16px;
  border-bottom: 1px solid #c0c9d4;
  transition: all 0.3s ease 0s;
  font-weight: 500;
  padding-bottom: 0px;

}
#mostflight .flight-list li a:hover {
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease 0s;
}
#news {
  padding-top: 32px;
  margin-bottom: 34px;
}
#news .lists-of-news .news-row {
  background: #f9fbfc;
  border-radius: 4px;
  padding: 15px 13px;
  border: 1px solid #d5e6fa;
  margin-bottom: 4px;
}
#news .lists-of-news .news-row .news-title {
  margin-bottom: 8px;
}
#news .lists-of-news .news-row .news-title a {
  color: #214d77;
  text-decoration: none;
  display: inline-block;
  font: 700 18px/1 "ProximaNova-Regular";
}
#news .lists-of-news .news-row .news-title a img {
  display: inline-block;
  vertical-align: middle;
}
#news .lists-of-news .news-row .news-title a span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}

#news .lists-of-news .news-row .news-title a span:hover {
  text-decoration: underline;
}
#news .lists-of-news .news-row .news-description p {
  color: #424543;
  text-align: justify;
  font: 15px/1.4 "ProximaNova-Regular";
}
#news .lists-of-news .news-row .read-more {
  padding-top: 4px;
}
#news .lists-of-news .news-row .read-more a {
  border-bottom: 1px solid #6f859e;
  color: #214d77;
  transition: all 0.3s ease 0s;
  font: 14px/0.9 "ProximaNova-Regular";
  display: inline-block;
}
#news .lists-of-news .news-row .read-more a:hover {
  border-bottom-color: transparent;
  transition: all 0.3s ease 0s;
}
.banner-position-inside-4 {
  margin-top: 30px;
}
#calendar {
  padding-top: 38px;
  padding-bottom: 14px;
}
#calendar .title span {
  color: #214d77;
}
.banner-position-inside.mb {
  margin-bottom: 44px;
}

#calendar .short-description {
  margin-bottom: 34px;
}
#calendar .short-description p {
  color: #4e5055;
  font: 15px/1.5 "ProximaNova-Regular";
  text-align: justify;
 
}
#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: #214d77;
  color: #fff;
  text-align: center;
  font: 20px/50px "ProximaNova-Regular";
}
#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: #214d77;
  font: 13px "ProximaNova-Regular";
  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;
  font: 14px/29px "ProximaNova-Regular";
  color: #b1b1b1;
  vertical-align: middle;
}
#calendar .listof-calendars .calendar-item table tbody td.event div {
  color: #121212;
  border-color: #3db39e;
  cursor: pointer;
  background: url(../images/check_small.png) no-repeat right 3px top 3px;
}
#contacts {
  /*padding-top: 34px;*/
}
#contacts .title {
  margin-bottom: 37px;
  font-weight: 600;
  padding-top: 6px;
}

#contacts .contact-description > div {
  text-align: left;
  padding: 24px 13px 18px;
  text-align: center;
  color: #fff;
  font: 18px/1.35 "ProximaNova-Regular";
  
  position: relative;
}
#contacts .contact-description > div.first {
  border-radius: 5px;
  margin-bottom: 18px;
  background: #ffb400 url(../images/first.png) no-repeat right bottom;
}
#contacts .contact-description > div.second {
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 22px 13px 18px;
  background: #ff6a4d url(../images/second.png) no-repeat left bottom;
}
#contacts .contact-description > div.second p,
#contacts .contact-description > div.first p {
    padding-left: 0;
}
#contacts .contact-description p a {
  color: #fff;
  display: inline-block;
  border-bottom: 1px solid #fff;
  line-height: 1;
}
#contacts .contact-form {
  padding-top: 30px;
}
#contacts .contact-description p strong {
  font-weight: 900;
}
#contacts .contact-description p.strong {
  color: #fff;
  margin-bottom: 0;
}
#contacts .contact-form .title {
  margin-bottom: 35px;
}
#contacts .contact-form .contact_body {
  background: #f5f5f5;
  padding: 25px 48px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  padding-bottom: 1px;
  margin-bottom: 60px;
}
#contacts .contact-form .form-row {
  margin-bottom: 18px;
}
#contacts .contact-form .form-row.textarea {
  margin-bottom: 14px;
}
#contacts .contact-form input.error,
#contacts .contact-form textarea.error {
  box-shadow: 0 0 5px #ff5656 !important;
}
#contacts .contact-form .text input {
  width: 300px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  background: #fff;
  padding-left: 15px;
  box-sizing: border-box;
  font: 16px "ProximaNova-Regular";
  color: #4e5055;
}
#contacts .contact-form .textarea textarea {
  background: #fff;
  padding: 10px 15px;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #e6e6e6;
  height: 98px;
  border-radius: 5px;
  resize: none;
  font: 16px "ProximaNova-Regular";
  color: #4e5055;
}
#contacts .contact-form .submit {
  text-align: center;
  
}
#contacts .contact-form .submit input {
  background: #ff6a4d;
  width: 200px;
  height: 50px;
  text-align: center;
  color: #fff;
  font: 18px "ProximaNova-Bold";
  text-transform: uppercase;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease 0s;
}
#contacts .contact-form .submit input:hover {
  background: #ffb400;
  transition: all 0.3s ease 0s;
}
.caption-footer {
  margin-bottom: 24px;
}
.caption-footer .checked:after {
  position: absolute;
  width: 15px;
  height: 15px;
  content: "";
  top: 0;
  left: 0;
  background: url(../images/checked.png) no-repeat center;
}
.caption-footer .label a,
.caption-footer .label {
  color:#868686;
  font-size: 14px;
}
.caption-footer .check {
  background: #ffd800;
  width: 15px;
  height: 15px;
  position: relative;
  border-radius: 4px;
  margin-right: 8px;
}

#search {
  padding-top: 38px;
  padding-bottom: 14px;
}
#search .title span {
  color: #214d77;
  display: block;
}
#search .short-description {
  margin-bottom: 34px;
}
#search .short-description p {
  color: #4e5055;
  font: 15px/1.5 "ProximaNova-Regular";
  text-align: justify;
 
}
#aeroplane {
  /*padding-top: 54px;*/
  padding-bottom: 54px;
}
#aeroplane .title {
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 25px;
}
#aeroplane .title span {
  color: #214d77;
}
#aeroplane .short-description {
  margin-bottom: 34px;
}
#aeroplane .short-description p {
  color: #4e5055;
  font: 15px/1.6 "ProximaNova-Regular";
  text-align: justify;
 
}
.train-table {
  margin-top: 40px;
}
.train-table .result-row {
  margin-bottom: 5px;
  border: 1px solid #e5e4e4;
  background: #f9f9f9;
}
.train-table .result-row .lbl-bottom {
  font: 500 13px/1.2 "ProximaNova-Regular";
  margin-top: 8px;
  color: #424543;
}
.train-table .result-row .lbl-bottom a {  
    color: inherit;    
    text-decoration: underline;
}
.train-table .result-row .lbl-bottom a:hover {
    text-decoration: none;
}
.train-table .result-row > div {
  padding: 16px 12px;
}
.train-table .result-row .result-footer {
  background: #e8e8e8;
  font: 500 13px/1 "ProximaNova-Regular";
  color: #424543;
  padding: 10px 12px;
}
.train-table .result-row .result-footer.red {
  color:#ff6a4d;
}
.train-table .result-row .result-footer strong {
  color: #424543;
}
.train-table .result-row .departures {
  width: 166px;
  position: relative;
}
.train-table .result-row .departures .label {
  color: #424543;
  font: 500 14px/1 "ProximaNova-Regular";
  margin-bottom: 10px;
  display: block;
  padding: 0;
  text-align: inherit;
}
.soc-with-angle.mt {
  margin-top: 44px;
}
.bus-information {
  margin-bottom: 44px;
  /*margin-top: 44px;*/
}
.bus-information .title {
  line-height: 1.2;
  font-weight: 500;
}
.bus-information p {
  margin-bottom: 10px;
  text-align: justify;
  letter-spacing: -0.4px;
  color: #424543;
  line-height: 1.4;
}
.bus-information p strong {
  font-weight: 700;
  display: block;
  padding-top: 5px;
}
.train-table .result-row .departures .time {
  font: 700 18px/1 "ProximaNova-Regular";
  color: #214d77;
}
.banner-position-inside.mb {
  margin-bottom: 40px;
}
.train-table .result-row .departures:after {
  top: 4px;
  right: 42px;
  width: 26px;
  content: "";
  position: absolute;
  height: 10px;
  background: url("../images/road-arrow.png") no-repeat center 0;
}
.train-table .result-row .departures.empty:after {
  right: auto;
  left: 0;
  width: 238px;
}
.train-table .result-row .departures.no-line {
  position: static;
}
.train-table .result-row .departures.no-line:after {
  right: 52px;
  width: 238px;
}
.train-table .result-row .waiting.show .time.small {
  text-align: center;
  width: 76px;

}
.train-table .result-row .waiting.show .time.small span {
  display: block;
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
}
.train-table .result-row .waiting.empty:after {
  display: none;
}
.train-table .result-row .train-ad {
  position: relative;
}
.train-table .result-row .waiting {
  width: 134px;
  position: relative;
}
.train-table .result-row .waiting .label {
  color: #424543;
  font: 14px/1 "ProximaNova-Regular";
  margin-bottom: 10px;
  display: block;
  padding: 0;
  text-align: inherit;
}
.train-table .result-row .waiting .time {
  font: 700 14px/1 "ProximaNova-Regular";
  color: #214d77;
}
.train-table .result-row .waiting .time.small {
  font-size: 14px;
}
.train-table .result-row .waiting .time.small span {
  font: 700 14px/1 "ProximaNova-Regular";
  display: none;
  color: #424543;
}
.train-table .result-row .train-ad {
  padding-right: 12px;
}
.train-table .result-row .train-ad.reverse {
  margin-right: 296px;
}
.train-table .result-row .reverse .departures:after {
  transform: rotate(180deg)
}
.train-table .result-row .waiting:after {
  top: 4px;
  right: 24px;
  width: 26px;
  content: "";
  position: absolute;
  height: 10px;
  background: url("../images/road-arrow.png") repeat-x center 0;
}
.train-table .result-row .arrivals {
  width: 146px;
}
.train-table .result-row .arrivals .label {
  color: #424543;
  font: 500 14px/1 "ProximaNova-Regular";
  margin-bottom: 10px;
  display: block;
  padding: 0;
  text-align: inherit;
}
.train-table .result-row .arrivals .time {
  font: 700 18px/1 "ProximaNova-Regular";
  color: #214d77;
}
.train-table .train-info {
  width: 160px;
}
.train-table .train-name {
  font: 500 16px/1.4 "ProximaNova-Regular";
  vertical-align: top;
  margin-top: -5px;
  color: #101010;
  margin-bottom: 10px;
}
.train-table .train-name a {    
  text-decoration: underline;
  color: #101010;
}
.train-table .train-name a:hover {        
  text-decoration: none;
}
.train-table .train-links {
  width: 132px;
  padding-right: 16px;
  padding-top: 16px;
}
.train-table .train-links li {
  color:#ff6a4d;
  font: 14px/1.4 "ProximaNova-Regular";
}
#route-form {
  position: relative;
}
.refresh-button {
  position: absolute;
  top: 13px;
  left: 47.5%;
  transition: all 0.3s ease 0s;
}
.refresh-button:hover {
  opacity: 0.8;
  transition: all 0.3s ease 0s;
}
.train-table .train-links a {
  color: #ff6a4d;
  font: 500 14px/1 "ProximaNova-Regular";
  display: inline-block;
  border-bottom: 1px solid #ff6a4d;
  padding-bottom: 1px;
  transition: all 0.3s ease 0s;
}
.train-table .train-links a:hover {
  border-bottom-color: transparent;
  transition: all 0.3s ease 0s;
}

.train-table.bus .train-info {
  width: 180px;
}
.train-table.bus .result-row .departures {
  width: 160px;
}
.train-table.bus .result-row .departures:after {
  right: 20px;
}
.train-table.bus .result-row .waiting {
  width: 150px;
}
#helpfull-information {
  margin-top: 32px;
}
#helpfull-information .title span {
  display: block;
  color: #033a72;
}
#nearest-stations {
  margin-top: 32px;
  margin-bottom: 16px;
}
#nearest-stations .flight-list {
  padding-top: 6px;
}
#nearest-stations .flight-list li {
  width: 24%;
  text-align: center;
  margin-bottom: 17px;
}
#nearest-stations .flight-list li a {
  color: #214d77;
  font: 18px/1 "ProximaNova-Regular";
  text-decoration: underline;
}
#similar-dirrections {
  margin-bottom: 40px;
  padding-top: 20px;
}
#similar-dirrections .links-of-dirrections {
  text-align: justify;
}
#similar-dirrections .links-of-dirrections li {
  color: #4e5055;
  font: 14px/1.7 "ProximaNova-Regular";
  display: inline-block;
  vertical-align: middle;
  display: inline;
}
#similar-dirrections .links-of-dirrections li a {
  display: inline;
  color: #3c5669;
  font-size: 14px;
}
#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;
}
#mobile-sidebar {
  position: fixed;
  left: -310px;
  z-index: 999;
  font: 18px "ProximaNova-Regular";
  height: 100%;
  display: inline-block;
  background: #78b7e3;
}
#mobile-sidebar #close-mobile {
  cursor: pointer;
  text-align: right;
}
#mobile-sidebar .close {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: right;
  display: none;
}
#mobile-sidebar .close > div {
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
}
#mobile-sidebar .close > div:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  background: #fff;
  content: " ";
  height: 3px;
  transform: rotate(45deg);
}
#mobile-sidebar .close > div:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  background: #fff;
  content: " ";
  height: 3px;
  transform: rotate(-45deg);
}
#mobile-sidebar #mobile-navigation {
  padding: 20px 20px 20px 30px;
  box-sizing: border-box;
  width: 300px;
}
#mobile-sidebar #mobile-navigation li {
  color: #fff;
  cursor: pointer;
  padding: 5px 0;
  margin-bottom: 10px;
}
#mobile-sidebar #mobile-navigation li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.5px;
}
#mobile-sidebar #mobile-navigation li.active a {
  border-bottom: 1px solid #fff;
}
#mobile-sidebar.open {
  left: 0;
  box-shadow: 2px 2px 11px rgba(0, 0, 0, 0.8);
}
.help-block-error {
  position: absolute;
  bottom: -9px;
  left: 10px;
  font-size: 13px;  
  color: #a94442;
}
.field-routeform-from,
.field-routeform-to {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
}
.ya-share2__container_size_m .ya-share2__icon {
    width: 40px !important;
    height: 40px !important;
}
#success {
    text-align: center;
    padding: 30px 20px;
    width: 380px;
    display: none;
    font: 700 18px/1 "ProximaNova-Regular";
    box-sizing: border-box;
}
#success .title {
    margin-bottom: 0;
    margin-top: 15px;
}
#success p {
    margin-top: 10px;
    color:#6b6c72;
    font-weight: bold;
    font: 16px/1 "ProximaNova-Regular";
}

.copyright-footer {
    font: 14px/1 Arial, sans-serif;
    display: inline-block;
    padding-top: 14px;
    text-decoration: none;
    color: #fff;
}

.datepicker table tr td, .datepicker table tr th {
    font: 15px/1.4 "ProximaNova-Regular";
}
.place-time {
  background-image: url(../images/first_1.png), url(../images/second_2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left 50%, right 20px top 20px;
  background-color: #ff6a4d;
  padding: 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  font: 18px/1 "ProximaNova-Bold";
  text-transform: uppercase;
  border-radius: 5px;
  line-height: 1.3;
}


.aeroplane-list {
  margin-top: 30px;
}
.aeroplane-body {
  border: 1px solid #e6e6e6;
  padding: 18px 0px 14px;
  padding-right: 10px;
}
.aeroplane-body .name-coll {
  width: 280px;
  padding-left: 30px;
  padding-right: 16px;
}
.aeroplane-body .name-coll .name a {
  color: #000;
  display: inline;
}

.aeroplane-body .place {
    font: 13px/1 "ProximaNova-Regular";
}
.aeroplane-body .place a {
  text-decoration: none;
 
  font: 13px/1 "ProximaNova-Regular";
  color: #797979;
}
.aeroplane-body .place a:hover {
  color: #78b7e3;
  
  text-decoration: underline;
  text-decoration-color: #ddedf8;
  
}
.aeroplane-body .name-coll .name a:hover {
  color: #78b7e3;
  text-decoration: underline;
  text-decoration-color: #ddedf8;
  
}
.aeroplane-body .arival {
  width: 90px;
}
.aeroplane-list .aeroplane-row {
  margin-bottom: 12px;
}
.aeroplane-body .departure {
  width: 140px;
  padding-left: 40px;
}
.aeroplane-body .arival .line-1:after {
  right: 6px;
}
.plain.aeroplane-list .aeroplane-body .arival .line-1:after {
  right: -3px;
}
.aeroplane-body .departure .line-1:after {
  left: -38px;
}
.aeroplane-body .line-1:after {
  background: url(../images/ico_small-2.png) no-repeat center;
  width: 16px;
  height: 10px;
  top: 2px;
  content: "";
  position: absolute;
}
.aeroplane-body .line-1 {
  color: #383838;
  position: relative;
  font: 13px/1 "ProximaNova-Regular";
  margin-bottom: 6px;
}
.aeroplane-body .time {
  color: #111;
  font: 16px/1 "ProximaNova-Bold";
  margin-bottom: 6px;
}
.aeroplane-body .in-air .time {
    font-size: 14px;
}
.aeroplane-body .in-air .time span {
    display: none;
}

.aeroplane-body .in-air {
  width: 110px;
  text-align: center;
}



.aeroplane-body .name-coll .name {
  position: relative;
  font-size: 15px;
  color: #111;
  margin-bottom: 10px;
}
.aeroplane-body .name-coll .company {
  font-size: 12px;
  color: #797979;
}
.aeroplane-body .name-coll .name:before {
  background: url(../images/ico_small-3.png) no-repeat center;
  width: 20px;
  height: 13px;
  content: "";
  position: absolute;
  top: 0px;
  left: -25px;
}
.aeroplane-footer {
  border: 1px solid #e6e6e6;
  background: #fbfbfb;
  color: #797979;
  font: 13px/1 "ProximaNova-Regular";
  padding: 11px 30px 10px;
  border-top: none;
  position: relative;
}
.aeroplane-footer:before {
  background: url(../images/ico_small-1.png) no-repeat center;
  width: 14px;
  height: 14px;
  content: "";
  position: absolute;
  top: 9px;
  left: 10px;
}

.pagination {
  display: block;  
  margin-top: 20px;
  /*margin-bottom: 50px;*/
}
.pagination li {
  margin: 0 2px;
  font: 15px/1 "ProximaNova-Regular";
}
.pagination li a {
  background: #78b7e3;
  padding: 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 3px;
  color: #fff;
  transition: all 0.3s ease 0s;
  float: none;
}

.pagination li a:hover {
  background: #4f9bd0;
  transition: all 0.3s ease 0s;
}
.pagination li span {
  background: #022753;
  border-radius: 3px;
  padding: 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

.all-airplains-list .coll {
  width: 42.5%;
}
.all-airplains-list .coll li {
  margin-bottom: 17px;
}
.all-airplains-list .coll li a {
  display: inline;
  line-height: 1.3;
  border-bottom: 1px solid #c0c9d4;
  color: #022753;
  transition: all 0.3s ease 0s;
  font-size: 15px;
}
.all-airplains-list .coll li a:hover {
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease 0s;
}

.all-airplains-list {
  /*padding-top: 54px;*/
}


.about-company {
  padding: 20px 16px;
  background: #fbfbfb;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  line-height: 1.2;
  color: #111;
}
.about-company .c-name {
  color: #3c5669;
  font: 26px/1 "ProximaNova-Bold";
  margin-bottom: 20px;
  text-transform: uppercase;
}

.about-company .line {
  margin-bottom: 10px;
}
.about-company .line > div:nth-child(1) {
  width: 170px;
  font-weight: 600;
}
.about-company .line > div:nth-child(2) {
  color: #535353;
  width: calc(100% - 200px);
}
.about-company .line > div:nth-child(2) span {
    display: inline-block;
}
.about-company .line > div a {
    color: #3c5669;
    text-decoration: none;
}
.about-company .line > div:nth-child(2) a.site {
  color: #3c5669;
  text-decoration: underline;
}
.about-company .line > div:nth-child(2) a:hover {
  text-decoration: none;
}

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

.forms-similar {
    font: 15px/1.6 "ProximaNova-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 "ProximaNova-Bold";
    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;
}

.event-tab{
    padding: 0 40px;
}

.event-tab p, .event-tab a{
    display: block;
    padding: 20px 0;
    text-align: center;
    font: 18px/1 "ProximaNova-Bold";
    text-transform: uppercase;
    border-radius: 5px;
}

.event-tab a{
    color:white;
    width: 316px;
    max-width: 100%;
    background-color: #022753;
}

.event-tab a:hover{
    background-color: #1d487c;
    color: white;
}

.event-tab p{
    width: 316px;
    background-color: #dcdcdc;
    color: #6b6c72;
}

.show-all-planes{ 
    width:320px;
    text-align: center;
    margin: 30px auto 30px auto;
    color: white;
    max-width: 100%;
    background-color: #022753;
    display: block;
    padding: 16px 0;
    text-align: center;
    font: 16px/1 "ProximaNova-Bold";
    text-transform: uppercase;
    border-radius: 5px;
    line-height: 1.3;
}

.show-all-planes:hover {
    background-color: #1d487c;
    color: white;
}
.title-city{
    margin-top:50px;
}
.info-title{
    margin-top: 50px;
}
.content-top{    
    max-width: 1082px;
    margin: 0 auto;
    margin-top: 30px;
}
.content1{    
    max-width: 1082px;
    margin: 0 auto;
    margin-top: 30px;
}
.content4{
    margin-bottom: 40px;
}
.right1, .right2, .right3{
    margin-bottom: 30px;
}
.pt-20{
    padding-top: 20px;
}
.pb-30{
    padding-bottom: 30px;
}
