/* Responsive breakpoint mixin */
a,
button,
input[type="submit"],
input[type="button"] {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

body {
  max-width: 1920px;
  margin: 0 auto;
  background: #fff;
  font-family: 'Rubik', sans-serif; }

html,
body {
  height: 100%; }

.xxx {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

img {
  max-width: 100%;
  height: auto; }

input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.a_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* Blocks and partials */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .flex > [class*="col-"] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.row.no-gutters [class^="col-"],
.row.no-gutters [class*=" col-"] {
  padding-right: 0;
  padding-left: 0; }

.btn {
  display: inline-block;
  border: 0;
  outline: none;
  border: 1px transparent solid;
  padding: 10px 15px;
  min-height: 40px;
  text-align: center; }

.btn-default {
  border-radius: 3px;
  background-color: #30c468;
  color: #ffffff;
  font-family: "Proxima Nova";
  font-size: 15px;
  font-weight: 600;
  padding: 10px 15px;
  min-height: 40px; }
  .btn-default:hover {
    background: #4CAF50;
    color: #fff; }

.body_menu {
  overflow-y: hidden; }

.btn-red {
  height: 60px;
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* identical to box height, or 156% */
  color: #FFFFFF;
  background: #F53838;
  border-radius: 10px; }
  .btn-red:hover, .btn-red:active {
    color: #4F5665;
    border: 1px #F53838 solid;
    background: #fff; }

.gradient {
  background: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), to(#f8f8f8));
  background: -webkit-linear-gradient(left, white 50%, #f8f8f8 100%);
  background: -o-linear-gradient(left, white 50%, #f8f8f8 100%);
  background: linear-gradient(90deg, white 50%, #f8f8f8 100%); }

.section {
  padding: 50px 0; }

.section_title h2 {
  font-family: Rubik;
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 50px;
  /* or 143% */
  margin: 0 0 50px 0;
  color: #0B132A; }

.section_p p {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 20px 0;
  color: #4F5665; }

.breadcrumbs {
  padding: 0 0 25px 0;
  font-family: Rubik;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #F53838; }
  .breadcrumbs a {
    color: #000000;
    text-decoration: underline; }

.pagination {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .pagination li {
    font-family: Rubik;
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 50px;
    padding: 0 10px;
    color: #F53838; }
    .pagination li a {
      color: #000; }
      .pagination li a:hover {
        color: #F53838; }

#content {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  /* or 187% */
  color: #4F5665; }
  #content h1 {
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 50px;
    /* or 143% */
    color: #0B132A; }

@media (max-width: 767px) {
  .map {
    position: relative;
    padding-bottom: 56.25%;
    /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    height: 0;
    overflow: hidden; }
  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; } }

.top_menu > nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none; }
  .top_menu > nav ul li {
    padding-right: 30px; }
    .top_menu > nav ul li a {
      font-family: 'Rubik';
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 19px;
      /* identical to box height */
      color: #4F5665; }
      .top_menu > nav ul li a:hover {
        color: #F53838; }
    .top_menu > nav ul li a.head_btn {
      width: 150px;
      height: 45px;
      border: 1px solid #F53855;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-radius: 50px; }
      .top_menu > nav ul li a.head_btn:hover {
        background: #F53855;
        color: #fff; }

.head {
  padding: 40px 0; }

.right_top {
  margin-left: auto; }

.head_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row; }

.head_right {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.head_left h1 {
  font-family: Rubik;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 70px;
  /* or 140% */
  color: #0B132A;
  margin: 0; }

.head_left .sub_title p {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  /* or 187% */
  color: #4F5665;
  margin: 0; }

.faq_item {
  margin-bottom: 30px; }

.block_ui1 {
	background:#212839;
	padding-bottom: 50px;
    padding-top: 20px;
    height: 200px;
	}

.faq_item_content {
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  background: #FFFFFF;
  border: 2px solid #DDDDDD;
  border-radius: 10px;
  height: 100%;
  padding-bottom: 30px;
  padding-top: 30px; }
  .faq_item_content .icon {
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 25px auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .faq_item_content .icon img {
      display: block;
      margin: auto; }
  .faq_item_content .title {
    font-family: Rubik;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #000000;
    margin-bottom: 25px;
    padding: 0 20px; }
  .faq_item_content .span {
    font-family: Rubik;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    padding: 0 20px;
    color: #000000; }
  .faq_item_content:hover {
    border: 2px solid #F53838; }

.ufs-railway-app-mb {
  margin-bottom: 50px; }

.section_faq {
  padding-top: 50px;
  background: url(../i/shadow.png) top center no-repeat; }

@media (max-width: 992px) {
  .head_container {
    padding-bottom: 30px; }
  .head_left h1 {
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 1.4; }
  .section_title h2 {
    font-size: 23.33333px;
    line-height: 1.4;
    margin-bottom: 15px; }
  .section_faq {
    background: none; } }

@media (max-width: 1200px) {
  .top_menu > nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 100px; }
  .top_menu > nav ul li {
    padding-right: 0;
    padding-bottom: 10px; }
  /*.top_menu > {
    display: block; }*/
    .top_menu > nav > ul{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 100%; }
      .top_menu > nav > ul > li{
        padding-right: 0;
        display: block;
        padding: 5px 0; }
        .top_menu > nav > ul > li > a {
          color: #F53838; }
          .top_menu > nav > ul > li > a:hover {
            text-decoration: underline; }
  header nav {
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 0;
    background: #fff;
    height: 100%;
    z-index: 33;
    width: 100%;
    right: -100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  header.open_menu nav {
    right: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  header .toggle_mobile_btn {
    display: block;
    width: 33px;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    height: 20px;
    z-index: 44; }
  header .toggle_mobile_btn.on span:first-child {
    background-color: transparent; }
  header .toggle_mobile_btn.on span:nth-child(2) {
    -webkit-transform: rotate(45deg) translate(-1px, 0);
    -ms-transform: rotate(45deg) translate(-1px, 0);
    transform: rotate(45deg) translate(-1px, 0);
    width: -webkit-calc(100% - 3px);
    width: calc(100% - 3px);
    background: #F53838; }
  header .toggle_mobile_btn.on span:last-child {
    -webkit-transform: rotate(-45deg) translate(6px, -7px);
    -ms-transform: rotate(-45deg) translate(6px, -7px);
    transform: rotate(-45deg) translate(6px, -7px);
    width: -webkit-calc(100% - 3px);
    width: calc(100% - 3px);
    background: #F53838; }
  header .toggle_mobile_btn.on span:after {
    opacity: 0;
    height: 0; }
  header .toggle_mobile_btn span {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: -webkit-calc(100% - 8px);
    width: calc(100% - 8px);
    height: 3px;
    background-color: #19273a;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  header .toggle_mobile_btn span:first-child {
    top: 0; }
  header .toggle_mobile_btn span:last-child {
    top: 16px;
    position: relative;
    display: block; }
  header .toggle_mobile_btn span:after {
    content: "";
    height: 3px;
    background-color: #19273a;
    position: absolute;
    right: -5px;
    width: 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; } }

/* rubik-regular - latin_cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/rubik-v9-latin_cyrillic-regular.eot");
  /* IE9 Compat Modes */
  src: local("Rubik"), local("Rubik-Regular"), url("../fonts/rubik-v9-latin_cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/rubik-v9-latin_cyrillic-regular.woff2") format("woff2"), url("../fonts/rubik-v9-latin_cyrillic-regular.woff") format("woff"), url("../fonts/rubik-v9-latin_cyrillic-regular.ttf") format("truetype"), url("../fonts/rubik-v9-latin_cyrillic-regular.svg#Rubik") format("svg");
  /* Legacy iOS */ }

/* rubik-italic - latin_cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/rubik-v9-latin_cyrillic-italic.eot");
  /* IE9 Compat Modes */
  src: local("Rubik Italic"), local("Rubik-Italic"), url("../fonts/rubik-v9-latin_cyrillic-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/rubik-v9-latin_cyrillic-italic.woff2") format("woff2"), url("../fonts/rubik-v9-latin_cyrillic-italic.woff") format("woff"), url("../fonts/rubik-v9-latin_cyrillic-italic.ttf") format("truetype"), url("../fonts/rubik-v9-latin_cyrillic-italic.svg#Rubik") format("svg");
  /* Legacy iOS */ }

/* rubik-500 - latin_cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/rubik-v9-latin_cyrillic-500.eot");
  /* IE9 Compat Modes */
  src: local("Rubik Medium"), local("Rubik-Medium"), url("../fonts/rubik-v9-latin_cyrillic-500.eot?#iefix") format("embedded-opentype"), url("../fonts/rubik-v9-latin_cyrillic-500.woff2") format("woff2"), url("../fonts/rubik-v9-latin_cyrillic-500.woff") format("woff"), url("../fonts/rubik-v9-latin_cyrillic-500.ttf") format("truetype"), url("../fonts/rubik-v9-latin_cyrillic-500.svg#Rubik") format("svg");
  /* Legacy iOS */ }

/* rubik-500italic - latin_cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/rubik-v9-latin_cyrillic-500italic.eot");
  /* IE9 Compat Modes */
  src: local("Rubik Medium Italic"), local("Rubik-MediumItalic"), url("../fonts/rubik-v9-latin_cyrillic-500italic.eot?#iefix") format("embedded-opentype"), url("../fonts/rubik-v9-latin_cyrillic-500italic.woff2") format("woff2"), url("../fonts/rubik-v9-latin_cyrillic-500italic.woff") format("woff"), url("../fonts/rubik-v9-latin_cyrillic-500italic.ttf") format("truetype"), url("../fonts/rubik-v9-latin_cyrillic-500italic.svg#Rubik") format("svg");
  /* Legacy iOS */ }

/* rubik-700 - latin_cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/rubik-v9-latin_cyrillic-700.eot");
  /* IE9 Compat Modes */
  src: local("Rubik Bold"), local("Rubik-Bold"), url("../fonts/rubik-v9-latin_cyrillic-700.eot?#iefix") format("embedded-opentype"), url("../fonts/rubik-v9-latin_cyrillic-700.woff2") format("woff2"), url("../fonts/rubik-v9-latin_cyrillic-700.woff") format("woff"), url("../fonts/rubik-v9-latin_cyrillic-700.ttf") format("truetype"), url("../fonts/rubik-v9-latin_cyrillic-700.svg#Rubik") format("svg");
  /* Legacy iOS */ }

/* rubik-700italic - latin_cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/rubik-v9-latin_cyrillic-700italic.eot");
  /* IE9 Compat Modes */
  src: local("Rubik Bold Italic"), local("Rubik-BoldItalic"), url("../fonts/rubik-v9-latin_cyrillic-700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/rubik-v9-latin_cyrillic-700italic.woff2") format("woff2"), url("../fonts/rubik-v9-latin_cyrillic-700italic.woff") format("woff"), url("../fonts/rubik-v9-latin_cyrillic-700italic.ttf") format("truetype"), url("../fonts/rubik-v9-latin_cyrillic-700italic.svg#Rubik") format("svg");
  /* Legacy iOS */ }

/* rubik-900 - latin_cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/rubik-v9-latin_cyrillic-900.eot");
  /* IE9 Compat Modes */
  src: local("Rubik Black"), local("Rubik-Black"), url("../fonts/rubik-v9-latin_cyrillic-900.eot?#iefix") format("embedded-opentype"), url("../fonts/rubik-v9-latin_cyrillic-900.woff2") format("woff2"), url("../fonts/rubik-v9-latin_cyrillic-900.woff") format("woff"), url("../fonts/rubik-v9-latin_cyrillic-900.ttf") format("truetype"), url("../fonts/rubik-v9-latin_cyrillic-900.svg#Rubik") format("svg");
  /* Legacy iOS */ }

/* rubik-900italic - latin_cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/rubik-v9-latin_cyrillic-900italic.eot");
  /* IE9 Compat Modes */
  src: local("Rubik Black Italic"), local("Rubik-BlackItalic"), url("../fonts/rubik-v9-latin_cyrillic-900italic.eot?#iefix") format("embedded-opentype"), url("../fonts/rubik-v9-latin_cyrillic-900italic.woff2") format("woff2"), url("../fonts/rubik-v9-latin_cyrillic-900italic.woff") format("woff"), url("../fonts/rubik-v9-latin_cyrillic-900italic.ttf") format("truetype"), url("../fonts/rubik-v9-latin_cyrillic-900italic.svg#Rubik") format("svg");
  /* Legacy iOS */ }

.list_city ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%; }
  .list_city ul li {
    margin-bottom: 25px;
    padding: 0 15px;
    width: 25%; }
    .list_city ul li a {
      font-family: Rubik;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #4F5665;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row;
      flex-flow: row; }
      .list_city ul li a.active, .list_city ul li a:hover {
        color: #F53838; }
      .list_city ul li a:before {
        margin-right: 15px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        content: '';
        background: url(../i/list.svg) 0 0 no-repeat;
        width: 20px;
        height: 20px;
        display: block; }

.all_city {
  padding-top: 30px;
  text-align: right; }
  .all_city a {
    font-family: Rubik;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    text-decoration: underline;
    color: #4F5665; }
    .all_city a:hover {
      text-decoration: none; }

@media (max-width: 992px) {
  .all_city {
    text-align: left;
    padding-top: 15px; }
  .list_city ul li {
    width: 33.33333%; } }

@media (max-width: 768px) {
  .list_city ul li {
    width: 50%; } }

@media (max-width: 767px) {
  .list_city ul li {
    width: 100%; } }

.news_item {
  margin-bottom: 30px; }

.news_item_content {
  background: #FFFFFF;
  border: 1px solid #000000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row; }
  .news_item_content .image {
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 255px;
    margin-right: 10px;
    overflow: hidden; }
    .news_item_content .image .img {
      -ms-flex-negative: 0;
      flex-shrink: 0; }
  .news_item_content .thumbnail {
    display: block; }
    .news_item_content .thumbnail img {
      transition: all 1s ease-in-out 0s;
      -moz-transition: all 1s ease-in-out 0s;
      -webkit-transition: all 1s ease-in-out 0s;
      -o-transition: all 1s ease-in-out 0s; }
  .news_item_content .thumbnail:hover img {
    -ms-transform: scale(1.5) rotate(-5deg);
    transform: scale(1.5) rotateZ(-5deg);
    -moz-transform: scale(1.5) rotateZ(-5deg);
    -webkit-transform: scale(1.5) rotateZ(-5deg);
    -o-transform: scale(1.5) rotateZ(-5deg); }
  .news_item_content .content {
    width: calc(100% - 255px);
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .news_item_content .content .category {
      margin-bottom: 10px; }
      .news_item_content .content .category a {
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        /* Additional text */
        color: #6E798C; }
        .news_item_content .content .category a:hover {
          color: #000; }
    .news_item_content .content .title {
      margin-bottom: 10px; }
      .news_item_content .content .title a {
        font-family: Rubik;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 25px;
        /* or 139% */
        letter-spacing: 0.01em;
        /* Heading text */
        color: #081F32; }
        .news_item_content .content .title a:hover {
          color: #F53838; }
    .news_item_content .content .span {
      font-size: 13px;
      /* or 208% */
      /* Body text */
      color: #374A59; }
    .news_item_content .content .link {
      margin-top: auto;
      text-align: right; }
      .news_item_content .content .link a {
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 19px;
        /* identical to box height */
        text-align: right;
        color: #F53838; }
        .news_item_content .content .link a i {
          left: -15px;
          position: relative;
          opacity: 0;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
        .news_item_content .content .link a:hover i {
          left: 0;
          opacity: 1; }

@media (max-width: 767px) {
  .news_item_content {
    display: block; }
    .news_item_content .image {
      float: left;
      width: 100px; }
  .news_item_content .content {
    width: 100%;
    padding-left: 10px; } }

.section_contact_bg {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 50px 58px;
  top: 110px;
  position: relative;
  min-height: 220px; }
  .section_contact_bg .title {
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 45px;
    /* or 129% */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0B132A; }
  .section_contact_bg .sub_title {
    font-family: Rubik;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    /* or 187% */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #4F5665; }
  .section_contact_bg .button {
    text-align: right; }
  .section_contact_bg .btn {
    min-width: 250px;
    position: relative; }
    .section_contact_bg .btn:after {
      z-index: -1;
      content: '';
      background: url(../i/btn.svg) 0 0 no-repeat;
      width: 320px;
      height: 169px;
      display: block;
      position: absolute;
      top: -30px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

@media (max-width: 992px) {
  .section_contact_bg {
    padding: 15px;
    top: 0; }
    .section_contact_bg .content {
      margin-bottom: 15px; }
  .section_contact_bg .title {
    font-size: 23.33333px;
    line-height: 1.4; } }

.childmenu {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .childmenu .page_item_has_children {
    width: 100%;
    padding: 0px 0 30px 0; }
    .childmenu .page_item_has_children > span {
      width: 100%;
      font-family: Rubik;
      font-style: normal;
      font-weight: 500;
      font-size: 24px;
 
      /* or 208% */
      padding-bottom:15px;
      color: #0B132A;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row;
      flex-flow: row; }
      .childmenu .page_item_has_children > a:hover {
        color: #F53838; }
      .childmenu .page_item_has_children > span:before {
        margin-right: 15px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        content: '';
        background: url(../i/list.svg) 0 0 no-repeat;
        width: 20px;
        height: 20px;
        display: block; }
  .childmenu .children {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: 35px; }
    .childmenu .children li a {
      font-family: Rubik;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 30px;
      /* or 187% */
      color: #4F5665; }
      .childmenu .children li a:hover {
        color: #F53838; }

@media (max-width: 767px) {
  .childmenu .page_item_has_children {
    width: 100%; } }

.title_content {
  font-family: Rubik;
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 50px;
  /* or 143% */
  margin-bottom: 30px;
  color: #0B132A; }

.bg_route {
  background-repeat: no-repeat;
  background-position: top center;
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .bg_route .title {
    font-family: Rubik;
    font-style: normal;
    font-weight: bold;
    padding: 10px;
    font-size: 50px;
    line-height: 70px;
  background: rgba(255,255, 255, 0.75);
        display: inline-block;
    /* or 140% */
    color: #222; }

@media (max-width: 767px) {
  .bg_route .title {
    font-size: 33.33333px;
    line-height: 1.4; } }

.letter {
  width: 47px;
  height: 47px;
  border-radius: 100%;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background: #F53838; }

.list_alpha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .list_alpha a {
    font-family: Rubik;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    color: #4F5665; }
    .list_alpha a:hover {
      color: #F53838; }

.wrap_letter {
  width: 92px; }

.list_g_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: calc(100% - 92px); }

.list_g {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.list_g_row {
  width: 100%; }

@media (max-width: 1200px) {
  .list_alpha {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .wrap_letter {
    width: 100%;
    margin-bottom: 15px; }
  .list_g_wrap {
    width: 100%; } }

@media (max-width: 992px) {
  .list_alpha a {
    width: 33.33333%; } }

@media (max-width: 768px) {
  .list_alpha a {
    width: 50%; } }

@media (max-width: 767px) {
  .list_alpha a {
    width: 100%; } }

.direction-timetable {
  width: 100%;
  border-collapse: collapse; }

.cols {
  overflow: hidden; }

.direction-timetable__ver2_col, .direction-timetable__ver2_head, .pagination__ver1_item, .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-multi .ui-datepicker-group, .ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.content_route_table {
  font-size: 13px; }
  .content_route_table p {
    margin: 0;
    padding: 0; }

.direction-timetable_thead {
  background-color: #f00e37;
  color: #fff;
  font-size: 1.125em;
  font-size: 1.125rem; }

.direction-timetable_head {
  padding: 4px 12px; }

.direction-timetable_row {
  border-top: 1px solid #e6e6e6; }

.direction-timetable__ver2_row__first,
.direction-timetable_row:first-child {
  border-top: 0; }

.direction-timetable_col {
  padding: 14px 12px; }

.direction-timetable_col__number {
  width: 30%; }

.direction-timetable_col__logo {
  width: 7%; }

.direction-timetable_col__route {
  width: 22%; }

.direction-timetable_col__arr {
  width: 14%; }

.direction-timetable_col__depart {
  width: 15%; }

.direction-timetable_col__time {
  width: 12%; }

.direction-timetable_logo {
  display: inline-block;
  margin-bottom: 4px;
  width: 46px;
  max-width: 46px; }

.direction-timetable_punkt {
  display: inline-block;
  margin-right: 12px;
  width: 17px;
  max-width: 17px; }

.direction-timetable_beetw {
  margin: 15px 0;
  width: 22px;
  max-width: 22px; }

.direction-route__ttl {
  padding: 45px 0 38px;
  font-size: 2.25em;
  font-size: 2.25rem; }

.direction-route {
  position: relative;
  height: 404px; }

.direction-route::after,
.direction-route__map {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

.direction-route::after {
  content: "";
  display: block;
  background-color: #484848; }

.direction-route_mapload::after,
.direction-timetable__ver2_timename {
  display: none; }

.direction-timetable__ver2 {
  border-collapse: separate; }

.l-direction__popularity {
  margin: 40px auto 0;
  width: 100%;
  max-width: 660px;
  height: 240px; }

@media all and (max-width: 55.9375em) {
  .place-facts-wr__grey {
    display: none; }
  .guide-links,
  .route-block {
    display: block; }
  .direction-timetable__ver2_thead {
    display: none; }
  .direction-timetable__ver2_row {
    border: 0;
    padding: 19px 40% 21px 5px;
    text-align: justify; }
  .direction-timetable__ver2_row:nth-child(odd) {
    background-color: #f2f2f2; }
  .direction-timetable__ver2_col {
    display: inline-block;
    float: none;
    padding: 0;
    text-align: left; }
  .direction-timetable_col__number {
    vertical-align: middle;
    margin-bottom: 10px;
    width: 39%; }
  .direction-timetable_col__logo {
    vertical-align: middle;
    width: 53%; }
  .direction-timetable__ver2_col_logoname,
  .direction-timetable_col__route,
  .direction-timetable_col__time {
    display: none; }
  .direction-timetable_col__arr,
  .direction-timetable_col__depart {
    padding-bottom: 1px;
    width: 100%;
    overflow: hidden;
    position: relative; }
  .direction-timetable_col__arr:after,
  .direction-timetable_col__depart:after {
    content: '';
    display: block;
    overflow: hidden;
    border-bottom: 1px dashed #000;
    padding-bottom: 1px;
    height: 1.0625em; }
  .direction-timetable__ver2_timename {
    display: block;
    float: left;
    z-index: 2;
    padding-right: 2px;
    line-height: 1.1; }
  .direction-timetable__ver2_timeval {
    display: block;
    float: right;
    z-index: 2;
    padding-left: 2px; } }

.footer {
  background: #F8F8F8;
  padding-top: 175px;
  padding-bottom: 50px; }

.logo_footer a {
  margin-bottom: 5px;
  display: block; }

.logo_text {
  font-family: Rubik;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  /* or 187% */
  margin-bottom: 30px;
  color: #4F5665; }

.s_xxx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row; }
  .s_xxx a {
    width: 34px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0px 13px 18px rgba(17, 19, 35, 0.08);
    box-shadow: 0px 13px 18px rgba(17, 19, 35, 0.08);
    background: #fff;
    border-radius: 100%;
    margin-left: 20px; }
    .s_xxx a i {
      font-size: 17px;
      color: #F53838; }
    .s_xxx a:hover {
      background: #F53838; }
      .s_xxx a:hover i {
        color: #fff; }
    .s_xxx a:first-child {
      margin-left: 0; }

.footer_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row; }

.footer_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  padding-bottom: 40px; }

.footer_menu {
  margin-right: 100px; }
  .footer_menu:last-child {
    margin-right: 0; }
  .footer_menu .title {
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    /* identical to box height, or 167% */
    color: #0B132A;
    margin-bottom: 20px; }
  .footer_menu ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .footer_menu ul li {
      margin-bottom: 10px; }
      .footer_menu ul li:last-child {
        margin-bottom: 0; }
      .footer_menu ul li a {
        font-family: Rubik;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 30px;
        /* identical to box height, or 187% */
        color: #4F5665; }
        .footer_menu ul li a:hover {
          color: #F53838; }

.copy {
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  /* identical to box height, or 187% */
  color: #AFB5C0; }

@media (max-width: 992px) {
  .footer {
    padding-top: 50px; }
  .footer_container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  .footer_left {
    width: 100%;
    margin-bottom: 30px; }
  .footer_right {
    margin-left: 0;
    width: 100%; }
  .footer_menu {
    margin-right: 0;
    width: 50%; } }


.sab-up{
   position: fixed;
   bottom: 30px;
   right: -50px;
   width: 40px;
   height: 40px;
   content: '';
   box-sizing: border-box;
   cursor: pointer;
   display: block;
   z-index: 99;
   border-radius: 10px;
   background: #F53838;
   border-bottom: 4px solid #910808;
   -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
   -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
   box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
   transition: all 0.5s;
   opacity: 0;
}
   .sab-up:hover{
      background: #da0b0b;
      transform: scale(1.2);
   }
   .sab-up.active{
      right: 30px;
      opacity: 1;
   }
   .sab-up:before{
      position: absolute;
      width: 14px;
      height: 14px;
      box-sizing: border-box;
      display: block;
      content: '';
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      top: 50%;
      left: 50%;
      margin-top: -3px;
      margin-left: -7px;
      transform: rotate(-45deg);
   }    

.cont_head{
  position: relative;
  display: block;
  width: auto;
  height: auto;
  box-sizing: border-box;
  margin-left: 70px;
}   
  .cont_head_tel{
    position: relative;
    display: table;
    width: auto;
    height: auto;
    font-size: 18px;
    color: #333333;
  }
    .cont_head_tel:after{
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 1px;
      content: '';
      transition: all 0.3s;
      background: rgb(232, 79, 76);
    }
      .cont_head_tel:hover:after{
        width: 100%;
      }
  .cont_head_email{
    position: relative;
    display: table;
    width: auto;
    height: auto;
    font-size: 15px;
    color: #333333;
  }
    .cont_head_email:after{
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 1px;
      content: '';
      transition: all 0.3s;
      background: rgb(232, 79, 76);
    }
      .cont_head_email:hover:after{
        width: 100%;
      }
  .cont_head_time{
    position: relative;
    display: table;
    width: auto;
    height: auto;
    font-size: 13px;
    color: #F53838;
    margin: auto 6px auto auto;
  }
ymaps+.container{
  margin-top: -220px;
}  
.sab_ul li{
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #4F5665;
}
.section_poezd{

}
  .section_poezd h2{
    
  }
  .section_poezd_list{
    position: relative;
    display: table;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
    .section_poezd_list a{
      position: relative;
      display: inline-block;
      width: 49%;
      height: 300px;
      box-sizing: border-box;
      vertical-align: top;
      margin-bottom: 20px;
      border-radius: 25px;
      -webkit-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.8);
      -moz-box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.8);
      box-shadow: 0px 0px 10px -5px rgba(0,0,0,0.8);
      border: 3px solid transparent;
      transition: all 0.3s;
      background-size: 105% auto!important;
    }
      .section_poezd_list a:hover{
        border: 3px solid #F53838;
        background-size: 110% auto!important;
      }
      .section_poezd_list a:nth-child(2n + 1){
        margin-right: 2%;
      }
      .section_poezd_list a span{
        position: absolute;
        display: block;
        width: calc(100% + 6px);
        text-align: right;
        padding: 12px 20px 12px 0;
        background: rgba(0,0,0,0.3);
        height: auto;
        left: -3px;
        bottom: 20px;
        font-family: Rubik;
        font-style: normal;
        font-weight: 500;
        font-size: 35px;
        line-height: 39px;
        color: #fff;
        text-shadow: 5px 5px 15px rgba(0, 0, 0, 1);
        transition: all 0.3s;
      }
        .section_poezd_list a:hover span{
          width: 100%;
          left: 0;   
        }
@media (max-width: 1053px) {
  .block_ui1{
    height: 260px;
  } 
}
@media (max-width: 1050px) {
  .section_poezd_list a{
    background-size: cover!important;
    border: 0 solid transparent;
  }
  .section_poezd_list a:hover{
    background-size: cover!important;
  }
  .section_poezd_list a span{
    width: 100%;
    left: 0;
  }
}
@media (max-width: 950px) {
  .section_poezd_list a{
    width: 100%;
    margin-right: 0!important;
    background-position: center left!important; 
    height: 350px;
  }
}
@media (max-width: 647px) {
  .block_ui1{
    height: auto;
  } 
}  
@media (max-width: 550px) { 
  .cont_head{
    margin-left: 50px;
  }
} 
@media (max-width: 500px) { 
  .head{
    padding-bottom: 70px;
    position: relative;
  }
  .cont_head{
    position: absolute;
    bottom: 0;
    margin-left: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
  }
  .cont_head_tel{
    float: left;
    font-size: 20px;
  }
  .cont_head_email{
    float: right;
    font-size: 20px;
  }
} 
@media (max-width: 400px) { 
  .cont_head{
    text-align: center;
    padding-bottom: 10px;
  }
  .cont_head_tel{
    display: block;
    float: none;
    font-size: 18px;
  }
  .cont_head_email{
    display: block;
    float: none;
    font-size: 16px;
  }
}
