html {
  color: #222;
  font-size: 10px;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
}

p {
  margin-top: 0px;
  margin-bottom: 15px;
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body.not_main {
  background-color: #FBFBFB;
}
.select2-search--dropdown .select2-search__field{
  -webkit-appearance: none;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
:active {
  outline: 0;
  outline-offset: 0;
}
.autocomplete-suggestion{
  font-size: 16px;
}
  .table {
    width: 100%;
    overflow-x: auto;
  }
:hover {
  outline: 0;
  outline-offset: 0;
}

:focus {
  outline: 0;
  outline-offset: 0;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}
.search_result{
  padding-top: 30px;
}
.search_result #searchform{
  margin-bottom: 20px;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
 Browser Upgrade Prompt
 @mixin ========================================================================= */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
  /* ==========================================================================
  Author's custom styles
  @mixin ========================================================================= */
}


header .top_info .top_info_box, header .top_menu_blue .top_menu_blue_box, header .logo_search .logo_search_box, header .menu-container .menu ul, #main_slider .main_slider_slide .main_slider_slide_box, #slider_links .slider_links_box, #main_news .main_news_slider, #main_marketing .main_marketing_box, #main_about .main_about_box, #blog_links .blog_links_box, #main_services .main_services_box, #partners .partners_slider, footer .footer_box, footer .copyright, #inner_page {
  width: 95%;
  max-width: 1530px;
  margin: 0 auto;
}

.overlay-hint{
  background:rgb(0,0,0, 0.38);
  width:100vw;
  height:100vh;
  position:fixed;
  left:0px;
  top:0px;
  z-index: 999;
  /*display:none;*/
}

.modal-hint{
  background:#fff;
  max-width:600px;
  position:fixed;
  left:50%;
  top:50%;
  transform:translate(-50%, -50%);
  padding:10px;
}

@media (max-width:998px){
    .modal-hint{
        width:90vw;
    }
}

.modal-hint .modal-hint-inner h1{
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    margin: 0 auto;
    margin-bottom: 20px;
}


.modal-hint .modal-hint-inner p {
    font-size: 18px;
    text-align:justify;
}

.modal-hint .modal-hint-inner ul{
    padding: 0px;
    list-style: none;
}

.modal-hint .modal-hint-inner ul li{
    position: relative;
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 20px;
}

.modal-hint .modal-hint-inner ul li:before{
    min-width: auto;
    content: "";
    display: inline-block;
    position: relative;
    top: -2px;
    background: #C8000D;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0px;
    top: 9px;
    margin-right: 7px;
}

.modal-hint .modal-hint-inner ul li a{
    text-decoration: none;
    color: #c8000d;
}

.modal-hint .modal-hint-inner .btn-close-modal-hint{
    padding: 10px;
    display: block;
    background: linear-gradient(315deg, #B3000C 0%, #C8000D 100%), linear-gradient(315deg, #870000 0%, #D21C1C 100%);
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.btn {
  background: linear-gradient(315deg, #B3000C 0%, #C8000D 100%), linear-gradient(315deg, #870000 0%, #D21C1C 100%);
  border-radius: 4px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  padding: 14px 30px;
  outline: none;
  border: none;
  text-decoration: none;
}

.btn:hover, .modal-hint .modal-hint-inner .btn-close-modal-hint:hover {
  cursor: pointer;
  background: linear-gradient(315deg, #A3000A 0%, #A3000A 100%), linear-gradient(315deg, #870000 0%, #D21C1C 100%);
}

header .top_info {
  background: -webkit-gradient(linear, left bottom, left top, from(#D5E8F9), to(#D5E8F9)), #D3E3F2;
  background: linear-gradient(0deg, #D5E8F9, #D5E8F9), #D3E3F2;
}

header .top_info .top_info_box {
  padding-top: 12px;
  padding-bottom: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .top_info .top_info_box p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #242424;
  margin-bottom: 0px;
}

header .top_info .top_info_box p a {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #242424;
  display: inline-block;
  margin-left: 24px;
}

header .top_info .top_info_box .top_info_box_close {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #242424;
  text-decoration: none;
}

header .top_info .top_info_box .top_info_box_close:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../img/close.svg);
  margin-left: 14px;
  position: relative;
  top: 1px;
}

header .top_info .top_info_box .mob_close {
  display: none;
}

header .top_menu_blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-46.43%, #0063A6), to(#004698)), #C4C4C4;
  background: linear-gradient(180deg, #0063A6 -46.43%, #004698 100%), #C4C4C4;
}

header .top_menu_blue .top_menu_blue_box {
  padding-top: 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .top_menu_blue .top_menu_blue_box .menu-mobile {
  display: none;
}
  #inner_page .inner_page_box main img{
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  }
header .top_menu_blue .top_menu_blue_box .top_menu_blue_nav {
  padding-bottom: 16px;
}

header .top_menu_blue .top_menu_blue_box .top_menu_blue_nav a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  display: inline-block;
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

@media (max-width: 1600px) {
  header .top_menu_blue .top_menu_blue_box .top_menu_blue_nav a {
    padding-right: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 1360px) {
         header .search-container{
         display:none;
     }
  header .top_menu_blue .top_menu_blue_box .top_menu_blue_nav a {
    font-size: 16px;
  }
}

header .top_menu_blue .top_menu_blue_box .top_menu_blue_nav a img {
  position: relative;
  top: -1.5px;
  margin-right: 1px;
}

header .top_menu_blue .top_menu_blue_box .top_menu_blue_nav a:hover {
  color: white;
}

header .top_menu_blue .top_menu_blue_box .top_menu_blue_nav .top_services {
  display: inline;
}

header .top_menu_blue .top_menu_blue_box .top_menu_blue_nav .top_services a {
  border: none;
  padding-right: 0px;
}

header .top_menu_blue .top_menu_blue_box .eye_social a {
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  display: inline-block;
  margin-right: 30px;
  padding-bottom: 16px;
}

@media (max-width: 1600px) {
  header .top_menu_blue .top_menu_blue_box .eye_social a {
    margin-right: 15px;
  }
}

@media (max-width: 1360px) {
  header .top_menu_blue .top_menu_blue_box .eye_social a {
    font-size: 16px;
  }
}

header .top_menu_blue .top_menu_blue_box .eye_social a img {
  position: relative;
  top: -1.5px;
  margin-right: 10px;
}

header .top_menu_blue .top_menu_blue_box .eye_social a.active_lang:after, header .top_menu_blue .top_menu_blue_box .eye_social a:hover:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #D9E5F0;
  position: absolute;
  bottom: 0px;
}

header .top_menu_blue .top_menu_blue_box .eye_social a:nth-child(1):hover:after {
  display: none;
}

header .top_menu_blue .top_menu_blue_box .eye_social a:nth-child(1) {
  padding-bottom: 0px;
  padding-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

@media (max-width: 1600px) {
  header .top_menu_blue .top_menu_blue_box .eye_social a:nth-child(1) {
    padding-right: 15px;
  }
}

header .top_menu_blue .top_menu_blue_box .eye_social a:last-child {
  margin-right: 0px;
}

header .logo_search {
  background: url("../img/bgr1.jpg") no-repeat center/cover;
}

header .logo_search .logo_search_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 13px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .logo_search .logo_search_box div {
  position: relative;
  margin: 0 28px;
}


/*#secondary.header-rek-sidebar{*/
/*        width:100%;*/
/*}*/

/*#secondary.header-rek-sidebar .banner{*/
/*    margin:0 0 0 40px;*/
/*}*/

/*#secondary.header-rek-sidebar section, #secondary.header-rek-sidebar section{*/
/*    display:flex;*/
/*    justify-content:center;*/
/*}*/

.header-widget{
    display:flex;
    display:-ms-flexbox;
    flex-direction:row;
}

#secondary.header-referendum section img{
     width:100%;
       /*width:700px;*/
    max-height:80px;
}

#secondary.header-rek-sidebar section img{
        width:100%;
       /*width:700px;*/
       max-height:80px;
}


/*#secondary.header-rek-sidebar1{*/
/*        width:100%;*/
/*}*/

/*#secondary.header-rek-sidebar1 .banner{*/
/*    margin:0 0 0 40px;*/
/*}*/

/*#secondary.header-rek-sidebar1 section{*/
/*    display:flex;*/
/*    justify-content:flex-end;*/
/*}*/

/*#secondary.header-rek-sidebar1 section img{*/
/*       width:160px;*/
/*       max-height:80px;*/
/*}*/

header .logo_search .logo_search_box div input[type=text] {
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  min-width: 347px;
  height: 53px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #222;
  padding-left: 18px;
  padding-right: 50px;
  position: relative;
}

header .logo_search .logo_search_box div input[type=submit] {
  width: 40px;
  height: 40px;
  border: none;
  background: url("../img/lupa.svg") no-repeat center/contain;
  background-size: 50%;
  right: 10px;
  position: absolute;
  top: 7px;
  cursor: pointer;
  z-index: 99;
}

header .logo_search .logo_search_box div input[type=submit]:hover {
  background: url("../img/lupa2.svg") no-repeat center/contain;
  background-size: 50%;
}

@media (min-width: 1950px) {
  header .logo_search {
    background: url("../img/bgr1.jpg") no-repeat left center/contain;
  }
}

header .menu-container {
  padding-top: 24px;
  background-color: #fff;
}

header .menu-container .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style-type: none;
  padding-left: 0px;
  -webkit-transform: 0.3s;
          transform: 0.3s;
}

@media (max-width: 768px) {
  header .menu-container .menu ul {
    display: block;
  }
}

header .menu-container .menu ul li a {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #242424;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 24px;
  position: relative;
}

@media (max-width: 1360px) {
  header .menu-container .menu ul li a {
    font-size: 16px;
  }
}

header .menu-container .menu ul li a:after {
  display: block;
  content: "";
  width: 0px;
  height: 4px;
  background: #C8000D;
  position: absolute;
  bottom: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wpcf7-form br{
  display: none;
}
header .menu-container .menu ul li a:hover:after, header .menu-container .menu ul li a[aria-current]:after, header .menu-container .menu ul li a.active:after {
  width: 50px;
}

header .menu-container .menu ul li ul {
  display: none;
}

header .menu-container .menu ul li ul li a:after {
  display: none;
}

header .menu-container .menu .menu_search {
  position: relative;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}

header .menu-container .menu .menu_search input[type=text] {
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  height: 53px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #222;
  padding-left: 18px;
  padding-right: 50px;
  position: relative;
}

header .menu-container .menu .menu_search input[type=submit] {
  width: 40px;
  height: 40px;
  border: none;
  background: url("../img/lupa.svg") no-repeat center/contain;
  background-size: 50%;
  right: 15px;
  position: absolute;
  top: 17px;
  cursor: pointer;
  z-index: 99999;
}

header .menu-container .menu .menu_search input[type=submit]:hover {
  background: url("../img/lupa2.svg") no-repeat center/contain;
  background-size: 50%;
}

header .menu-container .menu ul.show-on-mobile {
  display: block;
  width: 100%;
}

.not_main .menu-container {
  border: 1px solid #EAEAEA;
}

#main_slider {
  position: relative;
}


#main_slider .main_slider_slide, .main_slider-two .main_slider_slide, #main_slider-history .main_slider_slide, .main_slider-two .main_slider_slide{
  height: 440px;
  background-size: cover;
  background-position: center;
}

#main_slider .main_slider_slide .main_slider_slide_box, #main_slider-history .main_slider_slide .main_slider_slide_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#main_slider .main_slider_slide .main_slider_slide_box div, #main_slider-history .main_slider_slide .main_slider_slide_box div {
  max-width: 748px;
  margin-right: 50px;
  margin-top: -55px;
}

#main_slider .main_slider_slide .main_slider_slide_box div h2, #main_slider-history .main_slider_slide .main_slider_slide_box div h2{
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 120.68%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 40px;
  text-shadow: 1px 1px 1px #111;
}

#main_slider #prev {
  position: absolute;
  top: calc(50% - 25px);
  left: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  background: rgba(0, 0, 0, 0.5);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  z-index: 2;
}

@media (max-width: 1600px) {
  #main_slider #prev {
    left: 1%;
  }
}

#main_slider #next {
  position: absolute;
  top: calc(50% - 25px);
  right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  background: rgba(0, 0, 0, 0.5);
  width: 50px;
  height: 50px;
  border-radius: 100%;
}

@media (max-width: 1600px) {
  #main_slider #next {
    right: 1%;
  }
}

#main_slider #next:hover, #main_slider #prev:hover {
  cursor: pointer;
  background: #004698;
}

#slider_links {
  padding-top: 34px;
  padding-bottom: 31px;
  background:#fff;
}

#slider_links .slider_links_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: center;
}

#slider_links .slider_links_box div{
    height:130px;
}

#slider_links .slider_links_box div a p{
    margin-top:5px;
}

#slider_links .slider_links_box div span, #slider_links .slider_links_box div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

#slider_links .slider_links_box div p, #slider_links .slider_links_box div a {
  text-decoration: none;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0px;
  color: #242424;
  display: flex;
    flex-direction: column;
    text-align: center;
}

@media (max-width: 1450px) {
  #slider_links .slider_links_box div p {
    font-size: 14px;
  }
}

#slider_links .slider_links_box div a:hover p {
  color: #B3000C;
}

#slider_links .slider_links_box div:nth-child(1) div {
  width: 40px;
  height: 40px;
  /*margin-right: 14px;*/
  background: url("../img/calendar.svg") no-repeat center/contain;
}

#slider_links .slider_links_box div:nth-child(1) a:hover div {
  background: url("../img/1-Red.svg") no-repeat center/contain;
}

#slider_links .slider_links_box div:nth-child(1) p {
  max-width: 210px;
}

#slider_links .slider_links_box div:nth-child(2) div {
  width: 40px;
  height: 40px;
  /*margin-right: 14px;*/
  background: url("../img/schedule.svg") no-repeat center/contain;
}

#slider_links .slider_links_box div:nth-child(2) a:hover div {
  background: url("../img/2-Red.svg") no-repeat center/contain;
}

#slider_links .slider_links_box div:nth-child(2) p {
  max-width: 315px;
}

#slider_links .slider_links_box div:nth-child(3) div {
  width: 40px;
  height: 40px;
  /*margin-right: 14px;*/
  background: url("../img/bus.svg") no-repeat center/contain;
}

#slider_links .slider_links_box div:nth-child(3) a:hover div {
  background: url("../img/3-Red.svg") no-repeat center/contain;
}

#slider_links .slider_links_box div:nth-child(3) p {
  max-width: 315px;
}

#slider_links .slider_links_box div:nth-child(4) div {
  width: 40px;
  height: 40px;
  /*margin-right: 14px;*/
  background: url("../img/bus2.svg") no-repeat center/contain;
}

#slider_links .slider_links_box div:nth-child(4) a:hover div {
  background: url("../img/4-Red.svg") no-repeat center/contain;
}

#slider_links .slider_links_box div:nth-child(4) p {
  max-width: 240px;
}

#slider_links .slider_links_box div:nth-child(5) div {
  width: 40px;
  height: 40px;
  /*margin-right: 14px;*/
  background: url("../img/check.svg") no-repeat center/contain;
}

#slider_links .slider_links_box div:nth-child(5) a:hover div {
  background: url("../img/5-Red.svg") no-repeat center/contain;
}

#slider_links .slider_links_box div:nth-child(5) p {
  max-width: auto;
}

#slider_links .slider_links_box div:nth-child(6) div {
  width: 40px;
  height: 40px;
  /*margin-right: 14px;*/
  background: url("../img/com.svg") no-repeat center/contain;
}

#slider_links .slider_links_box div:nth-child(6) a:hover div {
  background: url("../img/6-Red.svg") no-repeat center/contain;
}

#slider_links .slider_links_box div:nth-child(6) p {
  max-width: 150px;
}

#main_news {
  padding-top: 60px;
  padding-bottom: 70px;
  background: #f8f8f8;
}

#main_news h2 {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 47px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 50px;
}

#main_news .main_news_slider {
  position: relative;
}

@media (max-width: 1600px) {
  #main_news .main_news_slider {
    width: 90%;
  }
}

@media (max-width: 769px) {
  #main_news .main_news_slider {
    width: 100%;
  }
}

#main_news .main_news_slider .main_news_slide {
  width: 282px;
  margin-right: 15px;
  margin-left: 15px;
  background:#fff;
  padding:10px;
  height:350px;
  position: relative;
  overflow: hidden;
}

#main_news .main_news_slider .main_news_slide a {
  text-decoration: none;
}

#main_news .main_news_slider .main_news_slide p {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #242424;
}

#main_news .main_news_slider .main_news_slide a:hover p {
  color: #D21C1C;
}

#main_news .main_news_slider .main_news_slide a:hover .date {
  color: #909090;
}

#main_news .main_news_slider .main_news_slide img {
  width: 100%;
  max-height: 158px;
  -o-object-fit: cover;
     object-fit: cover;
}

#main_news .main_news_slider .main_news_slide .date {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #909090;
  margin-top: 18px;
  margin-bottom: 10px;
}
#main_news .main_news_slider .main_news_slide .slide-description{
    font-size:15px;
    color:#111;
}

#main_news .main_news_slider .main_news_slide .slide-overlay{
    width:100%;
    height:35px;
    position:absolute;
    left:0px;
    bottom:0px;
    background-image: linear-gradient(#ffffff82, #ffffffd9, #ffffff);
}
#main_news .main_news_slider .main_news_slide .date img {
  max-width: 16px;
  margin-right: 7px;
  float: left;
  position: relative;
  top: 2px;
}

#main_news .main_news_slider .prev {
  position: absolute;
  top: calc(50% - 25px);;
  left: -4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  background: #DADADA;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  z-index: 99;
}

@media (max-width: 1600px) {
  #main_news .main_news_slider .prev {
    left: -5%;
  }
}


#main_news .main_news_slider .next {
  position: absolute;
  top: calc(50% - 25px);
  right: -4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  background: #DADADA;
  width: 50px;
  height: 50px;
  border-radius: 100%;
}

@media (max-width: 1600px) {
  #main_news .main_news_slider .next {
    right: -5%;
  }
}

#main_news .main_news_slider .next:hover, #main_news .main_news_slider .prev:hover {
  cursor: pointer;
  background: #004698;
}

#main_marketing {
  padding-top: 35px;
  padding-bottom: 20px;
  background: url("../img/bgr2.jpg") no-repeat center/cover;
}

#main_marketing .main_marketing_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main_marketing .services {
  text-align: center;
}

#main_marketing .services p:nth-child(1) {
  max-width: 540px;
  margin: 0 auto;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 120.68%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

#main_marketing .services p:nth-child(2) {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 120.68%;
  text-align: center;
  text-transform: uppercase;
  color: #D9E5F0;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  margin-top: 18px;
  margin-bottom: 10px;
}

#main_marketing .services a {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 120.68%;
  text-align: center;
  text-transform: uppercase;
  color: #85C5FD;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  display: inline-block;
  margin-left: 25px;
  margin-right: 25px;
}

#main_marketing .places div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

#main_marketing .places div img {
  margin-right: 17px;
}

#main_marketing .places div p {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  margin-bottom: 0px;
}

#main_marketing .places div:last-child {
  margin-bottom: 0px;
}

#main_about {
  background: #f8f8f8;
  padding-top: 70px;
  padding-bottom: 70px;
}

#main_about .main_about_box h1 {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
  color: #242424;
  margin-top: 0px;
  margin-bottom: 34px;
}

#main_about .main_about_box p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #242424;
  margin-bottom: 50px;
}



/*Начало старых стилей секции "Статьи"*/
#blog_links {
    display:none;
  padding-top: 60px;
  padding-bottom: 40px;
}

#blog_links .blog_links_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-beetwen;
      -ms-flex-pack: space-beetwen;
          justify-content: space-beetwen;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#blog_links .blog_links_box .blog_links_left {
  max-width: 282px;
  width: 100%;
  margin-right: 30px;
}

#blog_links .blog_links_box .blog_links_left a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 151px;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 120.68%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

#blog_links .blog_links_box .blog_links_left a.height_link {
  min-height: 332px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 0px;
  text-decoration: none;
  margin-bottom: 30px;
}

@media (max-width: 1360px) {
  #blog_links .blog_links_box .blog_links_left {
    max-width: 252px;
    margin-right: 20px;
  }
}

#blog_links .blog_links_box .blog_links_center {
  width: 100%;
  max-width: 906px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#blog_links .blog_links_box .blog_links_center a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 31.2%;
  min-height: 151px;
  margin-bottom: 30px;
  background: -webkit-gradient(linear, left bottom, left top, from(#D5E8F9), to(#D5E8F9)), #D3E3F2;
  background: linear-gradient(0deg, #D5E8F9, #D5E8F9), #D3E3F2;
  border-radius: 4px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #242424;
  text-decoration: none;
  padding-left: 32px;
  padding-right: 32px;
}

@media (max-width: 1360px) {
  #blog_links .blog_links_box .blog_links_center a {
    font-size: 14px;
    line-height: 1.3;
  }
}

#blog_links .blog_links_box .blog_links_center a:nth-child(7) {
  max-width: 48.35%;
}

#blog_links .blog_links_box .blog_links_center a:last-child {
  max-width: 49%;
}

#blog_links .blog_links_box .blog_links_center a:hover {
  color: #fff;
  background: linear-gradient(180deg, #0063A6 -46.43%, #004698 100%), linear-gradient(0deg, #D3E3F2, #D3E3F2), linear-gradient(106deg, #F2F2F2 0%, #E7E7E7 100%), #F2F2F2;
  cursor: pointer;
}

#blog_links .blog_links_box .blog_links_right {
  width: 100%;
  max-width: 282px;
  margin-left: 30px;
}

#blog_links .blog_links_box .blog_links_right a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 151px;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}

#blog_links .blog_links_box .blog_links_right a.height_link {
  min-height: 332px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 0px;
  text-decoration: none;
  margin-bottom: 30px;
}

@media (max-width: 1360px) {
  #blog_links .blog_links_box .blog_links_right {
    max-width: 252px;
    margin-left: 20px;
  }
}
/*Конец старых стилей секции "Статьи"*/

#main_services {
  padding-top: 60px;
  padding-bottom: 65px;
  background: #f8f8f8;
}

#main_services h2 {
  text-align: center;
  margin-top: 0px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 47px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 50px;
}

#main_services .main_services_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#main_services .main_services_box .services_card {
  width: 24.71%;
  position: relative;
  margin-bottom: 5px;
}
.inner_page_box #main_services .main_services_box .services_card{
  height:   300px;
}
.inner_page_box #main_services .main_services_box .services_card div, .inner_page_box #main_services .main_services_box .services_card a{
  height:   100%;
}
#main_services .main_services_box .services_card div {
  overflow: hidden;
}

#main_services .main_services_box .services_card div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

#main_services .main_services_box .services_card div img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#main_services .main_services_box .services_card p {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  text-align: left;
  color: #FFFFFF;
  position: absolute;
  bottom: 33px;
  left: 26px;
  margin-bottom: 0px;
}

#main_services .main_services_box .services_card:nth-child(2), #main_services .main_services_box .services_card:nth-child(4), #main_services .main_services_box .services_card:nth-child(8), #main_services .main_services_box .services_card:nth-child(7), #main_services .main_services_box .services_card:nth-child(9), #main_services .main_services_box .services_card:nth-child(10) {
  width: 49.8%;
}

#partners {
  padding-top: 80px;
  padding-bottom: 80px;
}

#partners .partners_slider {
  width: 90%;
  max-width: 1560px;
  position: relative;
}

#partners .partners_slider a {
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
}

#partners .partners_slider a img {
  width: 100%;
}

#partners .partners_slider .prev {
  position: absolute;
  top: calc(50% - 25px);
  left: -4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  background: #DADADA;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  z-index: 99;
}

@media (max-width: 1600px) {
  #partners .partners_slider .prev {
    left: -5%;
  }
}

#partners .partners_slider .next {
  position: absolute;
  top: calc(50% - 25px);
  right: -4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  background: #DADADA;
  width: 50px;
  height: 50px;
  border-radius: 100%;
}

@media (max-width: 1600px) {
  #partners .partners_slider .next {
    right: -5%;
  }
}

#partners .partners_slider .next:hover, #partners .partners_slider .prev:hover {
  cursor: pointer;
  background: #004698;
}

footer {
  background: #F0F0F0;
  padding-top: 23px;
}

footer .footer_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid  #DEDEDE;
}

footer .footer_box .footer_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer_box .footer_logo img {
  margin-right: 18px;
}

footer .footer_box .footer_logo p {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 112%;
  text-transform: uppercase;
  color: #242424;
  margin-bottom: 0px;
}

@media (max-width: 1600px) {
  footer .footer_box .footer_logo p {
    font-size: 18px;
  }
}

footer .footer_box .footer_menu a {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.003em;
  color: #242424;
  text-decoration: none;
  display: inline-block;
  margin-left: 40px;
}
footer .footer_box .footer_menu ul{
  list-style-type: none;
  padding-left: 0px;
}
footer .footer_box .footer_menu ul li{
  display: inline-block;
}
@media (max-width: 1600px) {
  footer .footer_box .footer_menu a {
    margin-left: 20px;
    font-size: 16px;
  }
}

@media (max-width: 1360px) {
  footer .footer_box .footer_menu a {
    margin-left: 15px;
    font-size: 15px;
  }
}

footer .footer_box .footer_menu li:nth-child(1) a {
  margin-left: 0px;
}

footer .footer_box .footer_menu a:hover {
  color: #004698;
}

footer .copyright {
  padding-top: 24px;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .copyright p, footer .copyright a {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 112%;
  color: #242424;
  margin-bottom: 0px;
}

footer .copyright a:hover {
  color: #A3000A;
}

footer #top {
  width: 62px;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: linear-gradient(315deg, #B3000C 0%, #C8000D 100%), linear-gradient(315deg, #870000 0%, #D21C1C 100%);
  position: fixed;
  right: 70px;
  bottom: 90px;
  border-radius: 100%;
  border: none;
  cursor: pointer;
}

@media (max-width: 1600px) {
  footer #top {
    right: 30px;
    bottom: 40px;
  }
}

footer #top:hover {
  background: linear-gradient(315deg, #A3000A 0%, #A3000A 100%), linear-gradient(315deg, #870000 0%, #D21C1C 100%);
}

#inner_page{
    margin-top: 30px;
}
#inner_page .breadcrumbs {
      margin-top: 0px;
     margin-bottom: 35px;
}

#inner_page .breadcrumbs ul {
  list-style-type: none;
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#inner_page .breadcrumbs ul li {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #757575;
  display: inline-block;
}

#inner_page .breadcrumbs ul li a {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #757575;
  text-decoration: none;
}

#inner_page .breadcrumbs ul li a:hover {
  color: #C8000D;
}

#inner_page .breadcrumbs ul li span {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #222;
}

#inner_page .breadcrumbs ul li.dash {
  margin-right: 5px;
  margin-left: 5px;
}

#inner_page h1 {
  margin-top: 0px;
  margin-bottom: 35px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 135%;
  text-transform: uppercase;
  color: #000000;
}
.sort-links{
  margin-bottom: 15px;
}
.tender-box a{
  padding-left: 15px;
}
#inner_page .inner_page_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 130px;
}
#inner_page .inner_page_box h3, #inner_page .inner_page_box h4, #inner_page .inner_page_box h5{
  font-size: 24px;
}
#inner_page .inner_page_box main {
  background: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  padding-right: 32px;
  width: 74.5%;
}
#inner_page .inner_page_box main.page-404{
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
.search_result #searchform{
  width: 74.5%;
}
 .search_result #searchform input[type="text"]{
   width: 100%;
   max-width: 100%;
 }
#inner_page.page-404{
  margin-top: 50px;
}
#inner_page .inner_page_box main p, #inner_page .inner_page_box main ol li, #inner_page .inner_page_box main ul li {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: #242424;
  margin-bottom: 16px;
}

#inner_page .inner_page_box main a {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: #C8000D;
  text-decoration: none;
}
#inner_page.search_result .inner_page_box main a{
  width: 100%;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  
}
#inner_page .inner_page_box main a.btn {
  color: #FFFFFF;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
}

#inner_page .inner_page_box main a.btn:hover {
  text-decoration: none;
}

#inner_page .inner_page_box main a:hover {
  text-decoration: underline;
}

#inner_page .inner_page_box main ol {
  list-style-type: none;
  counter-reset: item;
  padding-left: 10px;
}

#inner_page .inner_page_box main ol li {
  position: relative;
  padding-left: 40px;
}

#inner_page .inner_page_box main ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #C8000D;
  min-width: 30px;
  display: inline-block;
  position: absolute;
  left: 0px;
  margin-right: 7px;
}

#inner_page .inner_page_box main ol li ul {
  padding-left: 0px;
}

#inner_page .inner_page_box main ul {
  list-style-type: none;
  margin-top: 16px;
  padding-left: 10px;
}

#inner_page .inner_page_box main ul li {
  position: relative;
  padding-left: 18px;
}

#inner_page .inner_page_box main ul li:before {
  min-width: auto;
  content: "";
  display: inline-block;
  position: relative;
  top: -2px;
  background: #C8000D;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0px;
  top: 9px;
  margin-right: 7px;
}

#inner_page .inner_page_box main table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 15px;
}

#inner_page .inner_page_box main table tr td {
  border: 1px solid #EAEAEA;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #242424;
  padding: 25px 10px 20px 10px;
}

#inner_page .inner_page_box main table tr td:nth-child(1) {
  text-align: left;
  padding: 25px 22px 20px 20px;
  white-space: nowrap;
}

@media (max-width: 1600px) {
  #inner_page .inner_page_box main table tr td:nth-child(1) {
    white-space: normal;
  }
}

/*#inner_page .inner_page_box main table tr td:last-child {
  white-space: nowrap;
}
*/
/*#inner_page .inner_page_box main table tr:nth-child(1) {
  background: #01519D;
}
*/
#inner_page .inner_page_box main table tr:nth-child(1) td {
/*  color: #fff;*/
  padding: 20px 20px 20px 22px;
  padding-top: 8px;
  padding-bottom: 8px;
}

/*#inner_page .inner_page_box main table tr:nth-child(1) td:last-child {
  white-space: nowrap;
}
*/
#inner_page .inner_page_box main hr {
  border-top: 1px solid #E3E3E3;
  margin-top: 30px;
  margin-bottom: 30px;
}

#inner_page .inner_page_box main a.back_link {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #C8000D;
}

#inner_page .inner_page_box main a.back_link:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: relative;
  top: 2px;
  background: url("../img/back_link.svg") no-repeat center/contain;
}

#inner_page .inner_page_box main .pagination {
  list-style-type: none;
  padding-left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

#inner_page .inner_page_box main .pagination li {
  padding-left: 0px;
}

#inner_page .inner_page_box main .pagination li a, #inner_page .inner_page_box main .pagination li span {
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(314.41deg, #F1F1F1 13.75%, #F7F7F7 86.01%);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 46px;
  height: 46px;
  margin-right: 10px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.3px;
  color: #242424;
  text-decoration: none;
}

#inner_page .inner_page_box main .pagination li a:hover, #inner_page .inner_page_box main .pagination li a.active {
  background: linear-gradient(315deg, #B3000C 0%, #C8000D 100%), linear-gradient(96.02deg, #F60503 -17.03%, #DD0200 100%), linear-gradient(315deg, #870000 0%, #D21C1C 100%), linear-gradient(173.46deg, #A4163D 15.46%, #780021 85.32%), linear-gradient(119.88deg, #009EEF 0%, #007EBE 100%), #C4C4C4;
  color: #fff;
}

#inner_page .inner_page_box main .pagination li .prev i:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: url("../img/pag_left.svg") no-repeat center/contain;
}

#inner_page .inner_page_box main .pagination li .prev:hover i:before {
  background: url("../img/pag_left2.svg") no-repeat center/contain;
}

#inner_page .inner_page_box main .pagination li .next i:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: url("../img/pag_right.svg") no-repeat center/contain;
}

#inner_page .inner_page_box main .pagination li .next:hover i:before {
  background: url("../img/pag_right2.svg") no-repeat center/contain;
}

#inner_page .inner_page_box main .pagination li:before {
  display: none;
}

#inner_page .inner_page_box main .news_img {
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
  position: relative;
  width: 100%;
  max-width: 507px;
}

#inner_page .inner_page_box main .news_img img {
  margin-right: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#inner_page .inner_page_box main .news_img div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.55)), color-stop(144.28%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(255, 255, 255, 0) 144.28%);
}

#inner_page .inner_page_box main .news_img div img {
  width: auto;
  height: auto;
  margin-right: 7px;
}



#inner_page .inner_page_box main .news_search .search, #inner_page .inner_page_box main .routes_search .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1600px) {
  #inner_page .inner_page_box main .news_search .search, #inner_page .inner_page_box main .routes_search .search {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#inner_page .inner_page_box main .news_search .search .btn, #inner_page .inner_page_box main .routes_search .search .btn {
  padding-left: 40px;
  padding-right: 40px;
}

#inner_page .inner_page_box main .news_search .search p, #inner_page .inner_page_box main .routes_search .search p {
  margin-bottom: 0px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
  color: #242424;
}

@media (max-width: 1600px) {
  #inner_page .inner_page_box main .news_search .search p, #inner_page .inner_page_box main .routes_search .search p {
    margin-bottom: 20px;
  }
}

#inner_page .inner_page_box main .news_search .search .search_options, #inner_page .inner_page_box main .routes_search .search .search_options {
  width: 100%;
  max-width: 864px;
  padding: 20px;
  padding-right: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: linear-gradient(0deg, #F8F8F8, #F8F8F8), linear-gradient(315deg, #B3000C 0%, #C8000D 100%), linear-gradient(315deg, #870000 0%, #D21C1C 100%);
  border-radius: 4px;
}

#inner_page .inner_page_box main .news_search .search .search_options div, #inner_page .inner_page_box main .routes_search .search .search_options div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#inner_page .inner_page_box main .news_search .search .search_options div .select2, #inner_page .inner_page_box main .routes_search .search .search_options div .select2 {
  width: 100%;
  min-width: 240px;
}

#inner_page .inner_page_box main .news_search .search .search_options span.option_title, #inner_page .inner_page_box main .routes_search .search .search_options span.option_title {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #242424;
  display: block;
  margin-right: 15px;
}

@media (max-width: 1600px) {
  #inner_page .inner_page_box main .news_search .search .search_options, #inner_page .inner_page_box main .routes_search .search .search_options {
    padding-right: 20px;
    max-width: 100%;
  }
}

#inner_page .inner_page_box main .news_search .result, #inner_page .inner_page_box main .routes_search .result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
}

#inner_page .inner_page_box main .news_search .result div, #inner_page .inner_page_box main .routes_search .result div {
  width: 25%;
  border: 1px solid #EAEAEA;
  margin-left: -1px;
  text-align: center;
  padding-top: 20px;
}

#inner_page .inner_page_box main .news_search .result div a, #inner_page .inner_page_box main .routes_search .result div a {
  font-style: normal;
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  padding-bottom: 20px;
  color: #242424;
}

#inner_page .inner_page_box main .news_search .result div a span, #inner_page .inner_page_box main .routes_search .result div a span {
  display: block;
  font-weight: 600;
}

#inner_page .inner_page_box main .news_search .result div a:hover, #inner_page .inner_page_box main .routes_search .result div a:hover {
  text-decoration: none;
}

#inner_page .inner_page_box main .news_search .result div a:hover:after, #inner_page .inner_page_box main .news_search .result div a.active:after, #inner_page .inner_page_box main .routes_search .result div a:hover:after, #inner_page .inner_page_box main .routes_search .result div a.active:after {
  position: absolute;
  bottom: 0px;
  content: "";
  display: block;
  width: 100%;
  background: #C8000D;
  height: 4px;
}

#inner_page .inner_page_box main .routes_search .reverse {
  margin-left: 16%;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #242424;
  display: inline-block;
  margin-top: 22px;
  margin-bottom: 34px;
}

#inner_page .inner_page_box main .routes_search .reverse img {
  margin-right: 15px;
}

@media (max-width: 1600px) {
  #inner_page .inner_page_box main .routes_search .reverse {
    margin-left: 0px;
  }
}

#inner_page .inner_page_box main .routes_search .search .search_options {
  max-width: 910px;
  padding-right: 25px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#inner_page .inner_page_box main .routes_search .search .search_options div .select2 {
  min-width: 310px;
}
.search_options .form-input{
  min-width: 310px;
}
@media (max-width: 1300px) {
  #inner_page .inner_page_box main .routes_search .search .search_options div .select2, .search_options .form-input {
    min-width: 280px;
  }
}

#inner_page .inner_page_box main .pdf {
  margin-top: 30px;
  width: 100%;
  height: 1095px;
}

#inner_page .inner_page_box main .branch_info .branch_link {
  display: block;
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
  color: #242424;
  padding: 25px 20px;
  padding-right: 50px;
  border: 1px solid #EAEAEA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  position: relative;
  margin-bottom: 10px;
}

#inner_page .inner_page_box main .branch_info .branch_link:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -3px;
  background: #C8000D;
  width: 8px;
  height: 8px;
  margin-right: 15px;
}

#inner_page .inner_page_box main .branch_info .branch_link:after {
  content: "";
  display: block;
  width: 17px;
  height: 11px;
  position: absolute;
  right: 35px;
  top: calc(50% - 5.5px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url("../img/arrow_down.svg") no-repeat center/contain;
}

#inner_page .inner_page_box main .branch_info .branch_link.opened:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#inner_page .inner_page_box main .branch_info .branch_link:hover {
  text-decoration: none;
}

#inner_page .inner_page_box main .branch_info .branch_info_details {
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
}

#inner_page .inner_page_box aside {
  width: 23.5%;
}

#inner_page .inner_page_box aside .menu {
  list-style-type: none;
  padding-left: 0px;
  width: 100%;
  background-color: #fff;
  margin-top: 0px;
  margin-bottom: 35px;
}

#inner_page .inner_page_box aside .menu li a {
  border: 0;
  position: relative;
  padding-left: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EAEAEA;
  font-style: normal;
  font-weight: 600;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  line-height: 25px;
  color: #242424;
  padding-right: 10px;
  text-decoration: none;
  display: inline-block;
}

#inner_page .inner_page_box aside .menu li ul {
  display: none;
  padding-left: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0px;
}

#inner_page .inner_page_box aside .menu li ul a {
  padding-left: 45px;
  padding-right: 10px;
  width: 100%;
}

#inner_page .inner_page_box aside .menu li a:hover::before, #inner_page .inner_page_box aside .menu li a.active::before {
  content: "";
  display: block;
  width: 4px;
  height: 38px;
  background: #C8000D;
  position: absolute;
  left: 0px;
  top: calc(50% - 19px);
}

#inner_page .inner_page_box aside .menu li a.dropdown_link {
  padding-right: 35px;
}

#inner_page .inner_page_box aside .menu li a.dropdown_link:after, .normal-sub2:after {
  content: "";
  display: block;
  width: 10px;
  height: 7px;
  position: absolute;
  top: calc(50% - 4px);
  right: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url("../img/arrow_down.svg") no-repeat center/contain;
}
.normal-sub2:after{
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
      right: 10px;
}
#inner_page .inner_page_box aside .menu li a.dropdown_link.opened:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#inner_page .inner_page_box aside .img_link {
  width: 100%;
  margin-bottom: 35px;
}

#inner_page .inner_page_box aside .img_link a img {
  width: 100%;
}

#inner_page .inner_page_box aside .branch_map {
  width: 100%;
}

#inner_page .inner_page_box aside .branch_director {
  margin-bottom: 35px;
}

#inner_page .inner_page_box aside .branch_director img {
  width: 100%;
}

#inner_page .inner_page_box aside .branch_director p.name {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #242424;
  margin-top: 25px;
  margin-bottom: 10px;
}

#inner_page .inner_page_box aside .branch_director p.title {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #242424;
}

#inner_page .inner_page_box aside .branch_director .branch_contacts div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

#inner_page .inner_page_box aside .branch_director .branch_contacts div img {
  width: auto;
  margin-right: 15px;
}

#inner_page .inner_page_box aside .branch_director .branch_contacts div p, #inner_page .inner_page_box aside .branch_director .branch_contacts div a {
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #242424;
  margin-bottom: 0px;
}

#inner_page.news_list .inner_page_box main {
  background: transparent;
  padding: 0;
}

#inner_page.news_list .inner_page_box main .news_card {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
  padding-left:10px;
}

#inner_page.news_list .inner_page_box main .news_card div img{
    display:block;
}

#inner_page.news_list .inner_page_box main .news_card img {
  margin-right: 20px;
  min-width: 300px;
  height: 183px;
  -o-object-fit: cover;
     object-fit: cover;
     display:none;
}

#inner_page.news_list .inner_page_box main .news_card div {
  display: block;
  text-decoration: none;
}

#inner_page.news_list .inner_page_box main .news_card div .date {
  font-style: normal;
  margin-top: 18px;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #909090;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  align-item: center;
}

#inner_page.news_list .inner_page_box main .news_card div .date img {
  margin-right: 8px;
  min-width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

#inner_page.news_list .inner_page_box main .news_card div h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #242424;
  margin-top: 11px;
  margin-bottom: 13px;
}

#inner_page.news_list .inner_page_box main .news_card div p {
  margin-bottom: 0px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: #242424;
  margin-bottom: 20px;
}

#inner_page.news_list .inner_page_box main a:hover {
  text-decoration: none;
}

#inner_page.news_list .inner_page_box main a:hover h2 {
  color: #C8000D;
}

@media (max-width: 1024px) {
  header .top_info .top_info_box .top_info_box_close {
    white-space: nowrap;
  }
  header .top_menu_blue .top_menu_blue_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  header .menu-container .menu ul li a {
    font-size: 13px;
  }
  #main_marketing .main_marketing_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .places {
    margin-top: 20px;
  }
  #slider_links .slider_links_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: center;
  }
  #slider_links .slider_links_box div {
    margin-bottom: 20px;
  }
  #slider_links .slider_links_box div div{
    margin-bottom: 0px;
  }
  #slider_links {
    padding-bottom: 10px;
  }
  #blog_links .blog_links_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #blog_links .blog_links_box .blog_links_left, #blog_links .blog_links_box .blog_links_right {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 0px;
    margin-left: 0px;
  }
  #blog_links .blog_links_box .blog_links_left a, #blog_links .blog_links_box .blog_links_right a {
    max-width: 49%;
    width: 49%;
    margin-bottom: 0px;
    max-height: 300px;
    min-height: 300px;
  }
  #blog_links .blog_links_box .blog_links_right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #blog_links .blog_links_box .blog_links_left a.height_link {
    max-width: 49%;
    width: 49%;
    margin-bottom: 0px;
    max-height: 300px;
    min-height: 300px;
  }
  #blog_links .blog_links_box .blog_links_right a.height_link {
    max-height: none;
    height: 550px;
  }
  #blog_links .blog_links_box .blog_links_center {
    max-width: 100%;
    margin-top: 30px;
  }
  footer .footer_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer_menu {
    margin-top: 20px;
  }
  #inner_page .inner_page_box main .news_img {
    max-width: 100%;
  }
  #inner_page .inner_page_box main .news_search .search .search_options div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #inner_page .inner_page_box main .news_search .search .search_options {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #inner_page .inner_page_box main .news_search .search .search_options span.option_title {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  #inner_page .inner_page_box main .pdf {
    height: 700px;
  }
  #inner_page .inner_page_box main .routes_search .search .search_options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #inner_page .inner_page_box main .routes_search .search .search_options div .select2, .search_options .form-input {
    min-width: 340px;
  }
  #inner_page .inner_page_box main .routes_search .search .search_options {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #inner_page .inner_page_box main .routes_search .search .search_options div {
    margin-bottom: 20px;
  }
  #inner_page .inner_page_box main .routes_search .search .search_options div:nth-child(2) .select2,  .search_options div:nth-child(2) .form-input {
    margin-left: 10px;
  }
  .mr-shedule .table {
    overflow-x:scroll;
  }
  .table {
    overflow-x: scroll;
  }
  .table table{
    min-width: 700px;
  }
}

@media (max-width: 925px) {
  .normal-sub2:after{
  display: none;  
}
  #inner_page .inner_page_box main .news_search .result div a {
    font-size: 16px;
  }
  #inner_page h1 {
    font-size: 35px;
  }
  #inner_page .inner_page_box main {
    padding: 15px;
    padding-right: 15px;
  }
  header .menu-container .menu .menu_search {
    display: block;
  }
  #blog_links .blog_links_box .blog_links_center a {
    margin-bottom: 10px;
  }
  #blog_links .blog_links_box .blog_links_left a, #blog_links .blog_links_box .blog_links_left a.height_link {
    min-height: 180px;
    max-height: 180px;
  }
  #blog_links .blog_links_box .blog_links_center {
    margin-top: 10px;
  }
  #blog_links .blog_links_box .blog_links_right a.height_link {
    height: 420px;
  }
  header .top_menu_blue .top_menu_blue_box .menu-mobile {
    display: block;
  }
  header .top_menu_blue .top_menu_blue_box .top_menu_blue_nav a {
    margin-right: 5px;
    padding-right: 5px;
  }
  header .menu-container .menu {
    display: none;
    position: absolute;
    top: 110px;
    width: 100%;
    z-index: 999;
    background: #fff;
  }
  header .menu-container .menu ul li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header .menu-container .menu ul li:hover {
    background-color: #01519D;
  }
  header .menu-container .menu ul li ul li:hover{
    background-color: #FFF;
  }
  header .menu-container .menu ul li a:after {
    display: none;
  }
  header .menu-container .menu ul li a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 15px;
    box-sizing: border-box;
    color: #222;
    padding-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
  }
  header .menu-container .menu ul li:hover a {
    color: #fff;
  }
  header .menu-container .menu ul li:hover ul li a {
    color: #222;
    width: 100%;
  }
  header .menu-container .menu ul li:hover ul li:hover a {
    color: #fff;
  }
  header .menu-container .menu ul li:hover ul li:hover a{
    color: #222;
  }
  .menu > ul > li > ul.normal-sub > li a:hover::before {
    display: none;
  }
  header .top_info .top_info_box p, header .top_info .top_info_box p a {
    font-size: 14px;
    margin-left: 32px;
  }
  header .logo_search .logo_search_box img {
    max-width: 250px;
  }
  #main_marketing .main_marketing_box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #main_marketing .services {
    margin-top: 20px;
  }
  footer .copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  footer .copyright p:nth-child(1) {
    margin-top: 15px;
  }
  #main_slider .main_slider_slide .main_slider_slide_box div {
    max-width: 85%;
    margin-right: 0px;
  }
  #main_slider .main_slider_slide .main_slider_slide_box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .slick-list {
    width: 100%;
  }
  #main_slider .main_slider_slide .main_slider_slide_box div h2 {
    font-size: 36px;
  }
  header .top_menu_blue .top_menu_blue_box .top_menu_blue_nav {
    display: none;
  }
  header .top_menu_blue .top_menu_blue_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #main_services .main_services_box .services_card:nth-child(2), #main_services .main_services_box .services_card:nth-child(4), #main_services .main_services_box .services_card {
    width: 49.5%;
    height: 300px;
  }
  header .menu-container {
    padding-top: 0px;
  }
  #main_services .main_services_box .services_card div {
    height: 100%;
  }
  #main_news, #main_services, #partners {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow:hidden;
  }
  #partners {
    padding-bottom: 50px;
  }
  footer .footer_box .footer_logo {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
    #slider_links .slider_links_box div {
    width: 250px;
    /*min-width: 307px*/;
  }
  #slider_links .slider_links_box{
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }
  #slider_links .slider_links_box div div{
     min-width: 40px;
    min-height: 40px;
  }
  /* иконка быстрые ссылки
  #slider_links .slider_links_box div:last-child{
    position: relative;
    left: 50px
  }
  */
  #inner_page .inner_page_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  #inner_page .inner_page_box main, #inner_page .inner_page_box aside, .search_result #searchform {
    width: 100%;
  }
  #inner_page .inner_page_box aside {
    margin-top: 30px;
  }
  #inner_page.news_list .inner_page_box {
    margin-bottom: 60px;
  }
  #inner_page .inner_page_box aside .branch_director img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }
  #inner_page .inner_page_box aside .branch_director .branch_contacts div img {
    margin-left: 0px;
  }
}

@media (max-width: 750px) {
   #slider_links .slider_links_box div:last-child{
     position: static;
     height:auto;
   }
  .page-404{
    flex-wrap: wrap
  }
  #inner_page.news_list .inner_page_box main .news_card div .date img {
    width: auto;
  }
  #inner_page .inner_page_box main .routes_search .search .search_options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #inner_page .inner_page_box main .routes_search .search .search_options div .select2, .search_options .form-input {
    min-width: 90%;
  }
  #inner_page .inner_page_box main .routes_search .search .search_options div {
    width: 100%;
    margin-bottom: 20px;
  }
  #inner_page .inner_page_box main .branch_info .branch_link {
    font-size: 16px;
    line-height: 1.3;
  }
  #inner_page .inner_page_box main .branch_info .branch_link:after {
    right: 20px;
  }
  .table {
    overflow-x: scroll;
  }
  #inner_page .inner_page_box main .news_search .search .search_options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #inner_page .inner_page_box main .news_search .search .search_options div {
    width: 100%;
    margin-bottom: 20px;
  }
  #inner_page .inner_page_box main .news_search .result {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #inner_page .inner_page_box main .news_search .result div {
    width: 33%;
  }
  #inner_page .inner_page_box main .news_search .result div a {
    font-size: 14px;
  }
  #inner_page .inner_page_box main .news_search .search .search_options span.option_title {
    margin-bottom: 5px;
  }
  #inner_page .inner_page_box main .news_search .search .search_options div .select2 {
    min-width: 100%;
  }
  #inner_page .inner_page_box main .pagination li a, #inner_page .inner_page_box main .pagination li span {
    margin-right: 7px;
    width: 40px;
    height: 40px;
  }
  #inner_page{
    margin-top: 20px;
  }
  #inner_page .breadcrumbs {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  #inner_page.news_list .inner_page_box main .news_card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #inner_page.news_list .inner_page_box main .news_card img {
    width: 100%;
    height: 370px;
  }
  #inner_page.news_list .inner_page_box main .news_card a h2 {
    font-size: 16px;
  }
  #inner_page.news_list .inner_page_box main .news_card a p {
    font-size: 15px;
  }
  header .top_info .top_info_box .top_info_box_close {
    display: none;
  }
  header .top_info .top_info_box .mob_close {
    display: block;
  }
  header .top_info .top_info_box .mob_close:after {
    display: none;
  }
  footer .footer_box .footer_logo p {
    max-width: 175px;
    font-size: 16px;
  }
  #blog_links .blog_links_box .blog_links_right a.height_link {
    width: 49%;
    max-width: 49%;
    max-height: none;
    height: 205px;
    min-height: 205px;
    margin-bottom: 10px;
    font-size:13px;
  }
  #blog_links .blog_links_box .blog_links_right a {
    max-width: 49%;
    width: 49%;
    height: 205px;
    min-height: 205px;
  }
  header .top_info .top_info_box p, header .top_info .top_info_box p a {
    line-height: 1.2;
    font-size: 13px;
  }
  header .top_info .top_info_box p {
    padding-right: 10px;
    margin-left: 0px;
  }
  header .top_info .top_info_box .top_info_box_close {
    font-size: 16px;
  }
  /*body, html {
    overflow-x: hidden;
  }*/
  #main_news .main_news_slider .main_news_slide p {
    font-size: 14px;
    line-height: 1.2;
  }
  header .top_menu_blue .top_menu_blue_box .eye_social a img {
    display: none;
  }
  header .top_menu_blue .top_menu_blue_box .eye_social a:nth-child(1) {
    border-right: none;
  }
  header .logo_search .logo_search_box div {
    display: none;
  }
  header .logo_search .logo_search_box img {
    max-width: 70%;
    height: auto;
    margin: 0 auto;
  }
  header .logo_search .logo_search_box a {
    margin: 0 auto;
    text-align: left;
    display: block;
  }
  .main_marketing_box img {
    width: 100%;
  }
  #main_marketing .places div img {
    width: auto;
  }
  header .top_menu_blue .top_menu_blue_box .eye_social a {
    font-size: 14px;
    margin-right: 7px;
    padding-right: 7px;
  }
  header .top_menu_blue .top_menu_blue_box .eye_social a:nth-child(1) {
    padding-right: 7px;
  }
  #main_slider .main_slider_slide .main_slider_slide_box div h2, #main_slider-history .main_slider_slide .main_slider_slide_box div h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  #main_slider .main_slider_slide, #main_slider-history .main_slider_slide {
    height: 350px;
  }
  #main_slider .main_slider_slide .main_slider_slide_box div {
    max-width: 80%;
  }

	
  #main_marketing .services p:nth-child(1) {
    font-size: 24px;
  }
  #main_marketing .services a {
    font-size: 20px;
  }
  #main_about .main_about_box h1 {
    font-size: 24px;
  }
  #blog_links .blog_links_box .blog_links_center a {
    max-width: 49%;
  }
  #main_services .main_services_box .services_card:nth-child(2), #main_services .main_services_box .services_card:nth-child(4), #main_services .main_services_box .services_card {
    height: 200px;
  }
  #main_services .main_services_box .services_card p {
    font-size: 14px;
    bottom: 15px;
    left: 15px;
    line-height: 1.3;
  }
  #blog_links .blog_links_box .blog_links_left a.height_link, #blog_links .blog_links_box .blog_links_left a, #blog_links .blog_links_box .blog_links_right a {
    font-size: 16px;
  }
  .footer_menu {
    display: none;
  }
  footer .copyright p, footer .copyright a {
    text-align: center;
  }
}

@media (max-width: 600px) {
  #slider_links .slider_links_box{
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    align-items: center
  }
  .inner_page_box #main_services .main_services_box .services_card{
    height:   170px;
    overflow: hidden;
  }
  #main_news .main_news_slider .main_news_slide img{
    max-height: 80px;
    object-fit: cover
  }
  .appeal-form__input, .appeal-form__textarea{
    min-width: 100%;
  }
  #inner_page h1{
    font-size: 25px;
  }
/*  #inner_page.news_list .inner_page_box main .news_card img {
    width: 220px;
  }*/
  #slider_links .slider_links_box div div{
    min-width: 40px;
    min-height: 40px;
  }
  #inner_page.news_list .inner_page_box main .news_card img{
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    height: auto;
  }
  #slider_links .slider_links_box div {
    width: 250px;
    /*min-width: 307px*/;
  }
  #slider_links .slider_links_box div div{
     min-width: 40px;
    min-height: 40px;
  }
}

@media (max-width: 375px) {
  #main_services .main_services_box .services_card p {
    font-size: 13px;
  }
  .footer_menu{
      flex-direction:column;
  }
}

@media (min-width:1600px)  {
  #inner_page .inner_page_box main .mr-shedule__table .table table tr td.coll-5 {word-break: break-all; width: 25%; }
}

#inner_page .inner_page_box aside .branch_director .branch_contacts .branch_contacts-routes a:hover{
    background: #6e0007;
}

/*PAGE VOLMA*/

#inner_page .inner_page_box aside .branch_director .branch_contacts .branch_contacts-routes a{
    padding: 10px;
    background: #c8000d;
    color: #fff;
    margin: 0 auto;
    transition: .5s;
    width: 100%;
    text-align: center;
}


#inner_page .inner_page_box.volma .volma__content{
    padding:20px 0;
}

#inner_page .inner_page_box.volma .volma__content .table table tr td{
    font-size:16px;
}

#main_slider-volma .slider-volma {
    display:flex;
    overflow:hidden;
}

 #main_slider-volma .slider-volma .slide{
     height:228px;
     margin:0 10px;
 }
 
  #main_slider-volma .slider-volma .slide a{
      width:100%;
      height:100%;
      display:block;
  }

  #main_slider-volma .slider-volma .slide a img{
      width:100%;
      height:100%;
      object-fit:cover;
      object-position:top;
  }

@media (max-width:1366px){
    #main_slider-volma .slider-volma .slide img{
        margin:0 0;
    }
}

@media (max-width:768px){
#main_slider-volma .slider-volma .slide
    
}

@media (max-width:580px){
     #main_slider-volma .slider-volma .slide{
         height:300px;
     }
     #main_slider-volma .slider-volma .slide img{
         object-position:top;
     }
}


#main_slider-volma .slider-volma .next{
    position: absolute;
  top: 40%;
  right: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  background: #DADADA;
  width: 50px;
  height: 50px;
  border-radius: 100%;
}

#main_slider-volma .slider-volma .prev {
  position: absolute;
  top: 40%;
  left: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  background: #DADADA;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  z-index: 2;
}

#main_slider-volma .slider-volma .prev:hover, #main_slider-volma .slider-volma .next:hover {
  cursor: pointer;
  background: #004698;
}




/*# sourceMappingURL=main.css.map */
