@charset "UTF-8";
/* reset styles
-----------------------------------------------------------------------------*/
@import url(jquery.mCustomScrollbar.css);
@import url(jquery-ui.min.css);
@import url(jquery-ui.structure.min.css);
@import url(jquery-ui.theme.min.css);
@import url(jquery.formstyler.css);
@import url(jquery.formstyler.theme.css);
@import url(jquery.fancybox.min.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ''; }

input:focus, textarea:focus, a:focus, button:focus, select:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del, s, strike {
  text-decoration: line-through; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
  margin: 0; }

@font-face {
  font-family: 'Calibri';
  src: url("fonts/Calibri.woff2") format("woff2"), url("fonts/Calibri.woff") format("woff"), url("fonts/Calibri.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Calibri';
  src: url("fonts/Calibri-Bold.woff2") format("woff2"), url("fonts/Calibri-Bold.woff") format("woff"), url("fonts/Calibri-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

* {
  box-sizing: border-box; }

img {
  border: none;
  vertical-align: top;
  max-width: 100%;
  height: auto; }

/* responsive text align
-----------------------------------------------------------------------------*/
.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-xs-left {
  text-align: left; }

.text-xs-right {
  text-align: right; }

.text-xs-center {
  text-align: center; }

.text-xs-justify {
  text-align: justify; }

@media (min-width: 544px) {
  .text-sm-left {
    text-align: left; }
  .text-sm-right {
    text-align: right; }
  .text-sm-center {
    text-align: center; }
  .text-sm-justify {
    text-align: justify; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left; }
  .text-md-right {
    text-align: right; }
  .text-md-center {
    text-align: center; }
  .text-md-justify {
    text-align: justify; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left; }
  .text-lg-right {
    text-align: right; }
  .text-lg-center {
    text-align: center; }
  .text-lg-justify {
    text-align: justify; } }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

html {
  height: 100%; }

.no-flexbox body {
  min-height: 100%;
  height: 100%;
  display: block !important; }

.page-wrapper, .footer {
  max-width: none;
  min-width: 0;
  width: 100%;
  margin: 0 auto; }
  .no-flexbox .page-wrapper, .no-flexbox .footer {
    width: auto; }

.page-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }
  .lte-ie-11 .page-wrapper, .lt-ie-11 .page-wrapper {
    min-height: 0; }
  .no-flexbox .page-wrapper {
    display: block !important;
    width: auto;
    min-height: 100%;
    height: auto !important;
    height: 100%; }

.page-body {
  -ms-flex: 1;
  flex: 1; }
  .page-body.flex-none {
    -ms-flex: none;
    flex: none; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 544px) {
    .container {
      max-width: 576px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 940px; } }
  @media (min-width: 1300px) {
    .container {
      max-width: 1290px; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid::after {
    content: "";
    display: table;
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row::after {
    content: "";
    display: table;
    clear: both; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 544px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1300px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left; }
  .col-xl-1 {
    width: 8.33333%; }
  .col-xl-2 {
    width: 16.66667%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-4 {
    width: 33.33333%; }
  .col-xl-5 {
    width: 41.66667%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-7 {
    width: 58.33333%; }
  .col-xl-8 {
    width: 66.66667%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-10 {
    width: 83.33333%; }
  .col-xl-11 {
    width: 91.66667%; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-pull-0 {
    right: auto; }
  .col-xl-pull-1 {
    right: 8.33333%; }
  .col-xl-pull-2 {
    right: 16.66667%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-4 {
    right: 33.33333%; }
  .col-xl-pull-5 {
    right: 41.66667%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-7 {
    right: 58.33333%; }
  .col-xl-pull-8 {
    right: 66.66667%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-10 {
    right: 83.33333%; }
  .col-xl-pull-11 {
    right: 91.66667%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-push-0 {
    left: auto; }
  .col-xl-push-1 {
    left: 8.33333%; }
  .col-xl-push-2 {
    left: 16.66667%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-4 {
    left: 33.33333%; }
  .col-xl-push-5 {
    left: 41.66667%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-7 {
    left: 58.33333%; }
  .col-xl-push-8 {
    left: 66.66667%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-10 {
    left: 83.33333%; }
  .col-xl-push-11 {
    left: 91.66667%; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-offset-0 {
    margin-left: 0%; }
  .col-xl-offset-1 {
    margin-left: 8.33333%; }
  .col-xl-offset-2 {
    margin-left: 16.66667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.33333%; }
  .col-xl-offset-5 {
    margin-left: 41.66667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.33333%; }
  .col-xl-offset-8 {
    margin-left: 66.66667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.33333%; }
  .col-xl-offset-11 {
    margin-left: 91.66667%; }
  .col-xl-offset-12 {
    margin-left: 100%; } }

.header__top {
  padding-top: 1px;
  background-color: #00347d;
  z-index: 20;
  position: relative; }
  @media (max-width: 1300px) {
    .header__top {
      z-index: 100;
      position: fixed;
      width: 100%; } }

.header__top-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  min-height: 96px;
  padding: 0 30px; }
  @media (max-width: 1300px) {
    .header__top-wrapper {
      min-height: 45px;
      padding: 0; } }

.header__bottom {
  background-color: #fff;
  z-index: 1;
  position: relative; }
  @media (max-width: 1300px) {
    .header__bottom {
      padding-top: 46px; } }

.header__menu-icon {
  position: relative;
  display: none;
  width: 30px;
  height: 30px;
  cursor: pointer; }
  @media (max-width: 1300px) {
    .header__menu-icon {
      display: inline-block; } }
  .header__menu-icon span {
    display: none;
    transition: all 0.2s ease; }
    .header__menu-icon span.active {
      display: block; }
  .header__menu-icon svg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    fill: #fff; }

.header__menu {
  padding-bottom: 3px;
  display: -ms-flexbox;
  display: flex;
  list-style: none; }
  @media (max-width: 1300px) {
    .header__menu {
      display: none;
      z-index: 100;
      position: fixed;
      left: 0;
      top: 46px;
      width: 100%;
      height: 100%;
      background-color: #00347d;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 15px;
      overflow-y: scroll; }
      .header__menu.active {
        display: -ms-flexbox;
        display: flex; } }

.header__menu-item {
  position: relative;
  padding-bottom: 30px;
  margin-top: 30px;
  padding-right: 14px; }
  @media (max-width: 1300px) {
    .header__menu-item {
      margin-top: 0;
      padding: 10px 0; } }
  .header__menu-item:after {
    content: '';
    position: absolute;
    background: url(../img/svg/arrow_menu.svg) no-repeat center;
    width: 10px;
    height: 5px;
    right: 0;
    top: 8px;
    transition: all 0.3s ease; }
    @media (max-width: 1300px) {
      .header__menu-item:after {
        width: 18px;
        height: 18px;
        right: 0;
        top: 12px;
        background-size: 100%;
        z-index: 1; } }
  @media (max-width: 1300px) {
    .header__menu-item:before {
      display: none; }
    .header__menu-item.active:after {
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); } }
  .header__menu-item:hover > ul {
    display: block; }
  .header__menu-item:hover > a {
    color: #f6e528; }
  .header__menu-item:hover:before {
    content: '';
    position: absolute;
    bottom: -1px;
    z-index: 2;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #ffffff transparent; }
    @media (max-width: 1300px) {
      .header__menu-item:hover:before {
        -ms-transform: translateX(0);
        transform: translateX(0);
        left: 7px;
        bottom: -6px;
        display: none; } }
  .header__menu-item:not(:last-child) {
    margin-right: 14px; }
    @media (max-width: 1300px) {
      .header__menu-item:not(:last-child) {
        margin-right: 0; } }
  .header__menu-item.not_submenu {
    padding-right: 0; }
    .header__menu-item.not_submenu:after {
      display: none !important; }
    .header__menu-item.not_submenu:before {
      display: none; }

.header__menu-link {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.2s ease; }
  @media (max-width: 1300px) {
    .header__menu-link {
      z-index: 2;
      width: 100%;
      padding: 3px 0; } }

.header__bottom-wrapper {
  padding: 0 30px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 1300px) {
    .header__bottom-wrapper {
      padding: 0; } }
  @media (max-width: 543px) {
    .header__bottom-wrapper {
      -ms-flex-pack: center;
      justify-content: center;
      padding: 10px 0;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.header__logo {
  display: inline-block;
  width: 219px;
  height: 131px; }
  @media (max-width: 991px) {
    .header__logo {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      width: 110px;
      height: auto; } }
  @media (max-width: 543px) {
    .header__logo {
      margin-bottom: 10px;
      width: 140px; } }
  .header__logo img {
    width: 100%; }

.header__info {
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 543px) {
    .header__info {
      width: 100%;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: center;
      justify-content: center; } }

.header__contacts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 173px; }
  @media (max-width: 1300px) {
    .header__contacts {
      margin-right: 100px; } }
  @media (max-width: 991px) {
    .header__contacts {
      margin-right: 55px; } }
  @media (max-width: 767px) {
    .header__contacts {
      margin-right: 15px; } }
  @media (max-width: 543px) {
    .header__contacts {
      margin-right: 0;
      width: 100%;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 10px; } }

.header__tel-text {
  display: inline-block;
  font-size: 14px;
  color: #00347d;
  margin-bottom: 7px; }
  @media (max-width: 991px) {
    .header__tel-text {
      font-size: 12px; } }
  @media (max-width: 543px) {
    .header__tel-text {
      font-size: 14px;
      margin-bottom: 5px; } }

.header__tel {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  color: #000;
  transition: all 0.2s ease; }
  @media (max-width: 991px) {
    .header__tel {
      font-size: 17px;
      line-height: 1em; } }
  @media (max-width: 543px) {
    .header__tel {
      font-size: 20px; } }
  .header__tel:hover {
    color: #4c4c4c; }

.header__weather {
  padding-top: 5px; }

.submenu {
  position: absolute;
  display: none;
  background-color: #fff;
  padding: 22px 0;
  left: -31px;
  top: 49px;
  box-shadow: 0 7px 7px -7px #333;
  border: 1px solid #ececec; }
  @media (max-width: 1300px) {
    .submenu {
      top: 45px;
      width: 100%;
      z-index: 101;
      left: 0;
      padding: 10px 0;
      box-shadow: 0 3px 13px rgba(0, 0, 0, 0.4);
      border: none; } }
  .submenu--sublevel {
    position: absolute;
    left: 100%;
    top: -1px;
    border: 1px solid #ececec;
    min-height: calc(100% + 2px); }
    @media (max-width: 1300px) {
      .submenu--sublevel {
        border: none;
        min-height: auto;
        left: 0;
        top: 44px; }
        .submenu--sublevel.active {
          display: block !important; } }
    .submenu--sublevel .submenu__link:hover span {
      background-color: #f4f4f4;
      color: #444444; }
    .submenu--sublevel span:after {
      display: none; }
  .submenu__item:hover > ul {
    display: block; }
  @media (max-width: 1300px) {
    .submenu__item:hover > ul {
      display: none; } }
  .submenu__link {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
    color: #444444;
    min-width: 295px;
    text-transform: uppercase;
    transition: all 0.2s ease; }
    @media (max-width: 1300px) {
      .submenu__link {
        width: 100%;
        min-width: 100%; } }
    .submenu__link:hover span {
      background-color: #f4f4f4;
      color: #444444; }
    .submenu__link.active span {
      transition: all 0.2s ease;
      color: #fff;
      background-color: #00347d; }
      .submenu__link.active span:after {
        border: 1px solid #00347d;
        background: url(../img/sprites/arrow_submenu.png) no-repeat center #fff; }
    .submenu__link span:after {
      content: '';
      position: absolute;
      display: none;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 10px;
      width: 20px;
      height: 20px;
      border-radius: 100%;
      border: 1px solid #c3c3c3;
      background: url(../img/sprites/arrow_submenu-grey.png) no-repeat center #fff;
      transition: all 0.2s ease; }
      @media (max-width: 1300px) {
        .submenu__link span:after {
          -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg); } }
    .submenu__link.with-submenu span:after {
      display: block; }
    @media (max-width: 1300px) {
      .submenu__link.with-submenu.active span:after {
        -ms-transform: translateY(-50%) rotate(270deg);
        transform: translateY(-50%) rotate(270deg); } }
  .submenu__text {
    position: relative;
    display: block;
    padding: 6px 30px; }
    @media (max-width: 1300px) {
      .submenu__text {
        padding: 7px 15px; } }

.addition {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 6px; }
  .addition__link {
    position: relative;
    font-size: 15px;
    color: #ffffff;
    transition: all 0.2s ease; }
    .addition__link:hover {
      color: #f6e528; }
    .addition__link:not(:last-child) {
      margin-right: 25px; }
    .addition__link:before {
      content: '';
      position: absolute; }
    .addition__link--visually {
      padding-left: 46px; }
      .addition__link--visually:before {
        background-image: url(../img/pngsprite/sprite.png);
        background-position: 0px -42px;
        width: 27px;
        height: 10px;
        top: 5px;
        left: 0; }
      @media (max-width: 450px) {
        .addition__link--visually {
          padding-left: 0;
          max-width: 100px; }
          .addition__link--visually:before {
            display: none; } }
    .addition__link--scheme {
      padding-left: 33px; }
      .addition__link--scheme:before {
        background-image: url(../img/pngsprite/sprite.png);
        background-position: -48px -17px;
        width: 16px;
        height: 16px;
        top: 3px;
        left: 0; }
      @media (max-width: 450px) {
        .addition__link--scheme {
          padding-left: 0; }
          .addition__link--scheme:before {
            display: none; } }
    .addition__link--search {
      width: 18px;
      height: 18px; }
      .addition__link--search:before {
        background-image: url(../img/pngsprite/sprite.png);
        background-position: 0px -24px;
        width: 18px;
        height: 18px;
        left: -1px;
        top: 1px; }

.footer__menu-wrapper {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 991px) {
    .footer__menu-wrapper {
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .footer__menu-wrapper {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.footer__logo {
  width: 186px;
  height: 95px; }
  @media (max-width: 767px) {
    .footer__logo {
      width: 100%;
      height: auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center; } }
  .footer__logo img {
    width: 100%; }
    @media (max-width: 767px) {
      .footer__logo img {
        width: 186px;
        height: 95px; } }

.footer__menu {
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .footer__menu {
      width: 100%;
      margin-bottom: 15px; } }
  @media (max-width: 543px) {
    .footer__menu {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0 15px; } }

@media (max-width: 767px) {
  .footer__menu-item {
    width: 33%; } }

@media (max-width: 543px) {
  .footer__menu-item {
    width: 100%; } }

.footer__menu-item li:not(:last-child) {
  margin-bottom: 5px; }

.footer__menu-item:not(:last-child) {
  margin-right: 72px; }
  @media (max-width: 1300px) {
    .footer__menu-item:not(:last-child) {
      margin-right: 20px; } }
  @media (max-width: 543px) {
    .footer__menu-item:not(:last-child) {
      margin-right: 0;
      margin-bottom: 5px; } }

.footer__menu-link {
  position: relative;
  display: inline-block;
  padding-left: 11px;
  font-size: 17px;
  line-height: 1em;
  color: #000;
  transition: all 0.2s ease; }
  @media (max-width: 767px) {
    .footer__menu-link {
      font-size: 15px; } }
  @media (max-width: 543px) {
    .footer__menu-link {
      font-size: 17px; } }
  .footer__menu-link:hover {
    color: #00347d; }
    .footer__menu-link:hover:before {
      -ms-transform: translateX(2px);
      transform: translateX(2px); }
  .footer__menu-link:before {
    content: "»";
    position: absolute;
    font-size: 17px;
    color: #00347d;
    left: -2px;
    top: -1px;
    transition: all 0.2s ease;
    -ms-transform: translateX(0);
    transform: translateX(0); }

.footer__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3px; }
  @media (max-width: 543px) {
    .footer__info {
      padding: 0 15px;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: center;
      align-items: center; } }

.footer__info-text {
  font-size: 17px;
  color: #000; }
  @media (max-width: 767px) {
    .footer__info-text {
      font-size: 15px; } }
  .footer__info-text a {
    color: #000;
    transition: all 0.2s ease; }
    .footer__info-text a:hover {
      color: #00347d; }

.footer__line {
  width: 100%;
  height: 18px;
  background-color: #00347d; }

body {
  font-family: "Calibri", sans-serif; }

a {
  text-decoration: none; }

ul {
  list-style: none; }

body .weatherInformer20 {
  border: none !important; }

@media (max-width: 991px) {
  body .weatherInformer20-logo {
    display: none !important; } }

.overlay {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
  transition: all 0.3s ease; }

.breadcrumbs {
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  margin-bottom: 18px; }
  @media (max-width: 767px) {
    .breadcrumbs {
      margin-bottom: 0;
      padding: 14px 0; } }
  .breadcrumbs__link {
    display: inline-block;
    position: relative;
    padding-right: 13px;
    font-size: 14px;
    color: #000; }
    .breadcrumbs__link:hover {
      text-decoration: underline; }
    .breadcrumbs__link:after {
      font-family: "Calibri", sans-serif;
      content: '>';
      pointer-events: none;
      position: absolute;
      top: 0;
      right: 0;
      font-size: 14px;
      color: #00347d; }
    .breadcrumbs__link:not(:last-child) {
      margin-right: 6px; }
    .breadcrumbs__link:last-child {
      pointer-events: none;
      padding-right: 0; }
      .breadcrumbs__link:last-child:after {
        display: none; }

.main {
  background: url(../img/bg-index.jpg) no-repeat center;
  background-size: cover;
  padding-top: 51px; }
  @media (max-width: 991px) {
    .main {
      padding-top: 30px; } }
  @media (max-width: 543px) {
    .main {
      padding: 0; } }
  .main .main__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 50px; }
    @media (max-width: 767px) {
      .main .main__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media (max-width: 543px) {
      .main .main__wrapper {
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 5px; } }
  .main__resize {
    max-width: 1260px;
    margin: 0 auto;
    overflow: hidden; }
  .main .footer {
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .main .footer {
        margin-bottom: 20px; } }
    @media (max-width: 543px) {
      .main .footer {
        margin-bottom: 0; } }
  @media (max-width: 543px) {
    .main .footer__menu {
      padding: 15px 0 0; } }
  @media (max-width: 543px) {
    .main .footer__info {
      padding: 0; } }

.sidebar {
  width: 300px; }
  @media (max-width: 991px) {
    .sidebar {
      width: 250px; } }
  @media (max-width: 767px) {
    .sidebar {
      width: 100%;
      margin-bottom: 50px; } }
  .sidebar__block {
    position: relative; }
    .sidebar__block:not(:last-child) {
      margin-bottom: 42px; }
      @media (max-width: 767px) {
        .sidebar__block:not(:last-child) {
          margin-bottom: 30px; } }
    .sidebar__block--main {
      padding-bottom: 52px; }
      @media (max-width: 767px) {
        .sidebar__block--main {
          padding-bottom: 30px; } }
      .sidebar__block--main:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #d0dbe9; }
  .sidebar__title {
    max-width: 260px;
    margin-bottom: 33px;
    font-size: 24px;
    line-height: 30px;
    color: #444444;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .sidebar__title {
        max-width: 100%;
        margin-bottom: 18px;
        font-size: 20px;
        line-height: 1.2; } }
  .sidebar__list__link {
    width: 100%;
    position: relative;
    display: inline-block;
    padding-right: 20px;
    font-size: 18px;
    line-height: 30px;
    color: #00347d;
    transition: all 0.2s ease; }
    @media (max-width: 767px) {
      .sidebar__list__link {
        font-size: 17px; } }
    .sidebar__list__link:hover {
      text-decoration: underline; }
    .sidebar__list__link.js-menu-rel:after {
      content: '';
      position: absolute;
      width: 7px;
      height: 4px;
      background: url("../img/svg/arrow_submenu.svg") no-repeat center;
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      background-size: 100%;
      right: 14px;
      top: 15px;
      transition: all 0.2s e; }
    .sidebar__list__link.js-menu-rel.active:after {
      -ms-transform: rotate(0);
      transform: rotate(0); }
  .sidebar__sublist {
    display: none;
    padding: 10px 0; }
    .sidebar__sublist__link {
      display: inline-block;
      width: 100%;
      padding: 0 20px;
      font-size: 18px;
      line-height: 30px;
      color: #000;
      transition: all 0.2s ease; }
      @media (max-width: 767px) {
        .sidebar__sublist__link {
          font-size: 17px; } }
      .sidebar__sublist__link:hover {
        background-color: #eaeff3; }
      .sidebar__sublist__link.active {
        background-color: #eaeff3; }

.content {
  width: calc(100% - 340px); }
  @media (max-width: 991px) {
    .content {
      width: calc(100% - 280px); } }
  @media (max-width: 767px) {
    .content {
      width: 100%; } }
  .content__item:not(:last-child) {
    margin-bottom: 31px; }
    @media (max-width: 991px) {
      .content__item:not(:last-child) {
        margin-bottom: 20px; } }
  .content__part-title {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 30px;
    color: #000; }
    @media (max-width: 767px) {
      .content__part-title {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 25px;
        text-align: center; } }
  .content__date {
    margin-bottom: 4px;
    font-size: 17px;
    line-height: 30px;
    color: #000; }
  .content__title {
    display: inline-block;
    margin-bottom: 33px;
    font-size: 24px;
    color: #00347d; }
    @media (max-width: 767px) {
      .content__title {
        margin-bottom: 16px;
        font-size: 18px; } }
  .content__title-bold {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #000; }
    @media (max-width: 767px) {
      .content__title-bold {
        line-height: 1.2;
        margin-bottom: 20px; } }
  .content__text {
    margin-bottom: 26px;
    font-size: 17px;
    color: #000; }
    @media (max-width: 767px) {
      .content__text {
        margin-bottom: 18px;
        font-size: 16px; } }
  .content__img {
    max-width: 560px; }
    @media (max-width: 767px) {
      .content__img {
        max-width: 100%; } }
    .content__img--full {
      max-width: 100%; }
    .content__img--preview {
      max-width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (max-width: 991px) {
        .content__img--preview {
          -ms-flex-pack: start;
          justify-content: flex-start;
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-align: center;
          align-items: center; } }
    .content__img--smallimg {
      position: relative;
      max-width: 272px;
      width: 100%; }
      @media (max-width: 991px) {
        .content__img--smallimg:not(:last-child) {
          margin-bottom: 15px; } }
      @media (max-width: 543px) {
        .content__img--smallimg {
          max-width: 100%; } }
      .content__img--smallimg:before {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        width: 34px;
        height: 34px;
        background-color: #00347d; }
      .content__img--smallimg:after {
        content: '';
        position: absolute;
        right: 8px;
        bottom: 8px;
        background-image: url(../img/pngsprite/sprite.png);
        background-position: -48px 0px;
        width: 17px;
        height: 17px; }
      .content__img--smallimg img {
        object-fit: cover; }
    .content__img img {
      width: 100%; }
  .content--news .content__img {
    margin-bottom: 35px; }
    @media (max-width: 767px) {
      .content--news .content__img {
        margin-bottom: 16px; } }
  .content--news .content__title {
    pointer-events: none;
    margin-bottom: 16px;
    font-size: 34px;
    line-height: 36px;
    font-weight: 700; }
    @media (max-width: 767px) {
      .content--news .content__title {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 10px !important; } }
  .content--news .content__date {
    margin-bottom: 22px; }
    @media (max-width: 767px) {
      .content--news .content__date {
        margin-bottom: 16px; } }
  .content__list-block {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px; }
    @media (max-width: 543px) {
      .content__list-block {
        margin-bottom: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .content__list {
    width: 50%; }
    @media (max-width: 543px) {
      .content__list {
        width: 100%; }
        .content__list:not(:last-child) {
          margin-bottom: 2px; } }
    .content__list:not(:last-child) {
      margin-right: 4px; }
      @media (max-width: 543px) {
        .content__list:not(:last-child) {
          margin-right: 0; } }
    .content__list__item {
      position: relative; }
      .content__list__item:before {
        content: '';
        position: absolute;
        width: 8px;
        height: 8px;
        background-color: #102b54;
        left: 20px;
        top: 18px; }
      .content__list__item:not(:last-child) {
        margin-bottom: 2px; }
    .content__list__link {
      display: inline-block;
      width: 100%;
      background-color: #eaeff3;
      padding: 11px 15px 10px 48px;
      font-size: 17px;
      font-weight: 700;
      color: #000; }

.similar {
  padding-top: 28px;
  margin-bottom: 28px; }
  @media (max-width: 767px) {
    .similar {
      padding-top: 10px; } }
  .similar__title {
    margin-bottom: 50px;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px;
    color: #444444; }
    @media (max-width: 991px) {
      .similar__title {
        margin-bottom: 30px; } }
  .similar__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .similar__item:not(:last-child) {
      margin-bottom: 25px; }
      @media (max-width: 991px) {
        .similar__item:not(:last-child) {
          margin-bottom: 40px; } }
  .similar__wrapper {
    width: calc(100% - 259px); }
    @media (max-width: 991px) {
      .similar__wrapper {
        width: 100%; } }
  .similar__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 224px;
    width: 100%; }
    @media (max-width: 991px) {
      .similar__img {
        max-width: 100%;
        margin-bottom: 16px; } }
    .similar__img img {
      width: 100%; }
  .similar .content__date {
    line-height: 14px;
    margin-bottom: 12px; }
  .similar .content__title {
    margin-bottom: 12px; }
  .similar .content__text {
    margin-bottom: 0; }

.ui-widget-header, .ui-datepicker td span, .ui-datepicker td a, .ui-datepicker th {
  font-family: "Calibri", sans-serif; }

.ui-datepicker {
  z-index: 50 !important; }

.jq-selectbox__select {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 42px;
  padding: 0 34px 0 10px;
  border: none;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  font-family: "Calibri", sans-serif;
  font-size: 18px;
  color: #000;
  text-shadow: none; }
  .jq-selectbox__select:hover {
    background: #fff;
    color: #000;
    border: none;
    border-radius: 0; }

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 17px;
  right: 13px;
  width: 14px;
  height: 9px;
  border: none;
  background: url("../img/svg/arrow_select.svg") no-repeat center;
  background-size: 100%;
  transition: all 0.3s ease; }

.jq-selectbox.opened .jq-selectbox__trigger-arrow {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.jq-selectbox__trigger {
  border-left: none; }

.jq-selectbox.focused .jq-selectbox__select {
  border: none; }

.jq-selectbox li {
  min-height: 40px;
  padding: 10px 10px 6px;
  font-family: "Calibri", sans-serif;
  font-size: 18px; }

.jq-selectbox__dropdown {
  border: none;
  border-radius: 0; }

.mCSB_scrollTools {
  width: 7px; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 7px;
  border: 1px solid #eaeaea;
  background-color: #fff; }

.mCSB_inside > .mCSB_container {
  margin-right: 0; }

.mCSB_scrollTools .mCSB_dragger {
  border-radius: 10px; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #b8c6d8 !important;
  width: 5px;
  opacity: 1 !important; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 8px; }

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 8px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 8px;
  margin: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 0 auto; }

.container-wrapper {
  padding: 0 30px;
  background-color: #fdfdfd; }
  @media (max-width: 1300px) {
    .container-wrapper {
      padding: 0 15px; } }

.container1200 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto; }
  @media (max-width: 1300px) {
    .container1200 {
      max-width: 940px;
      padding: 0 15px; } }
  @media (max-width: 543px) {
    .container1200 {
      padding: 0; } }

.w50 {
  width: calc(50% - 15px) !important; }

.fancybox-button--fullscreen,
.fancybox-button--thumbs,
.fancybox-button--share,
.fancybox-button--play,
.fancybox-button--pause {
  display: none !important; }

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom !important;
  touch-action: auto !important; }

.content b {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  color: #000; }

.content p {
  font-size: 17px;
  color: #000;
  line-height: 1.4em;
  margin: 0.5em 0; }

.content ul {
  width: 100%; }
  .content ul li {
    position: relative;
    padding: 5px 15px 5px 20px;
    font-size: 17px;
    color: #000; }
    .content ul li:not(:last-child) {
      margin-bottom: 2px; }
    .content ul li:before {
      content: '';
      position: absolute;
      width: 6px;
      height: 6px;
      background-color: #102b54;
      left: 5px;
      top: 12px;
      border-radius: 100%; }
    .content ul li a, .content ul li span, .content ul li p {
      display: -ms-flexbox;
      display: flex;
      margin: 0; }

.content table:not(.default) {
  width: 100%;
  text-align: left;
  font-family: "Calibri",sans-serif;
  font-size: 17px; }
  .content table:not(.default) tr {
    border-bottom: 3px solid #fff; }
  .content table:not(.default) tr th {
    background-color: #00347d;
    color: #fff;
    font-weight: 700; }
  .content table:not(.default) tbody tr:nth-child(odd) td {
    background-color: #eaeff3; }
  .content table:not(.default) tbody tr:nth-child(even) td {
    background-color: #f7fafd; }
  .content table:not(.default) tbody td {
    color: #000; }
  .content table:not(.default) tr th,
  .content table:not(.default) tr td {
    padding: 10px 5px 10px 32px;
    border: 1px solid #fff; }
  .content table:not(.default) p {
    font-size: 17px;
    color: #000;
    line-height: inherit;
    margin: 0; }

table.default b {
  margin-bottom: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: 700;
  color: inherit; }

.index {
  background: url(../img/bg-index.jpg) no-repeat center;
  background-size: cover;
  padding-top: 51px; }
  @media (max-width: 991px) {
    .index {
      padding-top: 30px; } }
  @media (max-width: 543px) {
    .index {
      padding: 0; } }

.index-wrapper {
  padding: 30px;
  background-color: #fdfdfd; }
  @media (max-width: 991px) {
    .index-wrapper {
      padding: 15px; } }
  @media (max-width: 543px) {
    .index-wrapper {
      padding: 0; } }

.directions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 6px;
  margin-bottom: 42px;
  overflow: hidden;
  box-shadow: 5.035px 6.217px 21px 0 rgba(1, 0, 0, 0.1); }
  @media (max-width: 1300px) {
    .directions {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (max-width: 991px) {
    .directions {
      border-radius: 0; } }
  .directions__wrapper {
    width: 764px; }
    @media (max-width: 1300px) {
      .directions__wrapper {
        width: 100%; } }
  .directions__btns {
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .directions__tab {
    position: relative;
    display: inline-block;
    text-align: center;
    max-width: 300px;
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    padding: 18px 20px;
    color: #00347d;
    background: linear-gradient(to bottom, #f8f8f8 0%, #d7d7d7 100%);
    transition: all 0.2s ease; }
    @media (max-width: 991px) {
      .directions__tab {
        max-width: 240px;
        font-size: 16px; } }
    @media (max-width: 767px) {
      .directions__tab {
        max-width: calc(50% - 32px); } }
    .directions__tab span {
      margin-left: 37px;
      display: inline-block;
      border-bottom: 2px solid transparent;
      padding-bottom: 1px; }
      @media (max-width: 991px) {
        .directions__tab span {
          padding-bottom: 4px; } }
    .directions__tab i {
      position: absolute; }
      .directions__tab i.icon-1 {
        width: 27px;
        height: 27px;
        left: 40px;
        top: 17px; }
        @media (max-width: 991px) {
          .directions__tab i.icon-1 {
            left: 25px; } }
        @media (max-width: 543px) {
          .directions__tab i.icon-1 {
            left: 17px; } }
      .directions__tab i.icon-2 {
        width: 27px;
        height: 23px;
        left: 39px;
        top: 19px; }
        @media (max-width: 991px) {
          .directions__tab i.icon-2 {
            left: 25px; } }
        @media (max-width: 543px) {
          .directions__tab i.icon-2 {
            left: 20px; } }
      .directions__tab i svg {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        fill: #00347d;
        transition: all 0.2s ease; }
    .directions__tab.active {
      pointer-events: none;
      color: #fff;
      background: linear-gradient(to bottom, #194989 0%, #002f6f 100%); }
      .directions__tab.active span {
        border-bottom: 2px solid #fff; }
      .directions__tab.active svg {
        fill: #fff; }
  @media (max-width: 767px) {
    .directions__tab-big {
      display: none !important; } }
  .directions__tab-small {
    display: none !important; }
    @media (max-width: 767px) {
      .directions__tab-small {
        display: inline-block !important; } }
  .directions__reload {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: linear-gradient(to bottom, #194989 0%, #002f6f 100%);
    padding: 18px 15px 16px 30px;
    width: calc(100% - 600px); }
    @media (max-width: 991px) {
      .directions__reload {
        width: calc(100% - 480px);
        font-size: 16px; } }
    @media (max-width: 767px) {
      .directions__reload {
        width: 64px; } }
    .directions__reload span {
      display: inline-block;
      margin-left: 13px; }
      @media (max-width: 767px) {
        .directions__reload span {
          display: none; } }
    .directions__reload i {
      position: absolute;
      width: 21px;
      height: 19px;
      left: 25px;
      top: 19px;
      transition: all 0.2s ease; }
      @media (max-width: 991px) {
        .directions__reload i {
          left: 20px; } }
      .directions__reload i svg {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        fill: #fff; }
  .directions__table-wrapper {
    height: 352px; }
  .directions__table {
    width: 100%; }
    .directions__table thead tr {
      background-color: #00347d; }
      .directions__table thead tr th:first-child {
        text-align: center;
        width: 17%; }
      .directions__table thead tr th:nth-child(2) {
        text-align: left;
        width: 36%; }
      .directions__table thead tr th:nth-child(3) {
        text-align: left;
        width: 23%; }
      .directions__table thead tr th:nth-child(4) {
        text-align: left;
        width: 24%; }
    .directions__table thead th {
      padding: 9px 0 10px;
      font-size: 18px;
      font-weight: 400;
      color: #fff; }
      @media (max-width: 767px) {
        .directions__table thead th {
          font-size: 16px; } }
    .directions__table tbody tr td:first-child {
      text-align: center;
      width: 17%; }
    .directions__table tbody tr td:nth-child(2) {
      text-align: left;
      width: 36%; }
    .directions__table tbody tr td:nth-child(3) {
      text-align: left;
      width: 23%; }
    .directions__table tbody tr td:nth-child(4) {
      text-align: left;
      width: 24%; }
    .directions__table tbody tr:nth-child(even) {
      background-color: #e9eff3; }
    .directions__table tbody td {
      padding: 11px 0;
      font-size: 18px;
      font-weight: 400;
      color: #4b4b4b; }
      @media (max-width: 767px) {
        .directions__table tbody td {
          font-size: 15px; } }
  .directions__all-wrapper {
    padding-top: 23px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center; }
  .directions__all {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
    background-color: #e0231a;
    text-transform: uppercase;
    padding: 15px 91px;
    transition: all 0.2s ease; }
    .directions__all:hover {
      background-color: #ff2a23; }
  .directions__square {
    padding: 25px 25px 0 25px;
    background-color: #fff;
    width: calc(100% - 764px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 1300px) {
      .directions__square {
        width: 100%; } }
  .directions__square-item {
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #f4f5f7;
    width: 182px;
    height: 151px;
    background-color: #f4f5f7;
    border-radius: 6px;
    margin-bottom: 26px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 21px;
    transition: all 0.2s ease; }
    @media (max-width: 1300px) {
      .directions__square-item {
        width: 250px; } }
    @media (max-width: 991px) {
      .directions__square-item {
        width: 182px; } }
    @media (max-width: 767px) {
      .directions__square-item {
        width: 220px; } }
    @media (max-width: 543px) {
      .directions__square-item {
        width: 100%;
        margin-bottom: 20px; } }
    .directions__square-item i {
      position: relative;
      display: inline-block;
      margin-bottom: 22px; }
      .directions__square-item i.icon-1 {
        width: 64px;
        height: 52px; }
      .directions__square-item i.icon-2 {
        width: 60px;
        height: 46px; }
      .directions__square-item i.icon-3 {
        width: 51px;
        height: 47px; }
      .directions__square-item i.icon-4 {
        width: 51px;
        height: 49px; }
      .directions__square-item i.icon-5 {
        width: 62px;
        height: 49px; }
      .directions__square-item i.icon-6 {
        width: 46px;
        height: 44px; }
      .directions__square-item i svg {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        fill: #00347d; }
    .directions__square-item span {
      display: inline-block;
      text-transform: uppercase;
      font-size: 18px;
      font-weight: 700;
      line-height: 30px;
      color: #000;
      transition: all 0.2s ease; }
    .directions__square-item:hover {
      background-color: #fff; }
      .directions__square-item:hover span {
        color: #00347d; }

.sect-news {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 58px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 991px) {
    .sect-news {
      margin-bottom: 40px; } }
  @media (max-width: 543px) {
    .sect-news {
      padding: 0 15px; } }
  .sect-news__item {
    max-width: 380px;
    width: 100%; }
    @media (max-width: 1300px) {
      .sect-news__item {
        max-width: 270px; } }
    @media (max-width: 991px) {
      .sect-news__item {
        max-width: 100%; }
        .sect-news__item:not(:last-child) {
          margin-bottom: 15px; } }
  .sect-news__img {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 43px;
    transition: all 0.2s ease;
    overflow: hidden; }
    @media (max-width: 1300px) {
      .sect-news__img {
        margin-bottom: 30px; } }
    @media (max-width: 991px) {
      .sect-news__img {
        margin-bottom: 0; } }
    .sect-news__img:hover img {
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
    .sect-news__img:hover span {
      color: #00347d; }
    .sect-news__img span {
      display: inline-block;
      position: absolute;
      z-index: 2;
      font-size: 20px;
      font-weight: 700;
      text-transform: uppercase;
      color: #000;
      transition: all 0.2s ease; }
      .sect-news__img span.text-1 {
        right: 15px;
        top: 37px;
        max-width: 175px; }
      .sect-news__img span.text-2 {
        right: 18px;
        top: 42px;
        max-width: 215px; }
      .sect-news__img span.text-3 {
        right: 32px;
        top: 60px;
        max-width: 110px; }
      @media (max-width: 1300px) {
        .sect-news__img span {
          width: 50%;
          font-size: 16px;
          top: 50% !important;
          right: 10px !important;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
      @media (max-width: 991px) {
        .sect-news__img span {
          font-size: 18px; } }
    .sect-news__img img {
      width: 100%;
      position: relative;
      z-index: 1;
      transition: all 0.2s ease; }
  .sect-news__title {
    display: block;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 30px;
    color: #444444;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .sect-news__title {
        margin-bottom: 15px; } }
  .sect-news__news {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 10px; }
    .sect-news__news:not(:last-child) {
      margin-bottom: 22px; }
      @media (max-width: 991px) {
        .sect-news__news:not(:last-child) {
          margin-bottom: 15px; } }
  .sect-news__news-date {
    display: inline-block;
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 30px;
    color: #00347d; }
  .sect-news__news-text {
    display: inline-block;
    font-size: 18px;
    color: #444444; }
  .sect-news__news-subtitle {
    display: inline-block;
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 30px;
    color: #00347d; }
    .sect-news__news-subtitle:hover {
      text-decoration: underline; }
  .sect-news__news-subtext {
    display: inline-block;
    font-size: 16px;
    color: #444444; }
  .sect-news__all-news {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #00347d; }

.sect-inst {
  position: relative;
  margin-bottom: 68px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 1300px) {
    .sect-inst {
      height: 414px;
      overflow: hidden; } }
  @media (max-width: 991px) {
    .sect-inst {
      height: 514px;
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .sect-inst {
      height: 418px; } }
  @media (max-width: 543px) {
    .sect-inst {
      height: 394px; } }
  .sect-inst__item {
    width: 150px;
    height: 150px; }
    @media (max-width: 1300px) {
      .sect-inst__item {
        width: 170px;
        height: 170px; } }
    @media (max-width: 991px) {
      .sect-inst__item {
        width: 220px;
        height: 220px; } }
    @media (max-width: 767px) {
      .sect-inst__item {
        width: 172px;
        height: 172px; } }
    @media (max-width: 543px) {
      .sect-inst__item {
        width: 160px;
        height: 160px; } }
    .sect-inst__item img {
      width: 100%; }
  .sect-inst__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 304px;
    height: 74px;
    background-color: #0064b2;
    border-radius: 8px;
    transition: all 0.2s ease; }
    @media (max-width: 1300px) {
      .sect-inst__title {
        position: relative;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        border-radius: 0;
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        left: 0;
        top: 0; } }
    .sect-inst__title:hover {
      background-color: #007dd4; }
  .sect-inst__icon {
    position: relative;
    width: 38px;
    height: 38px;
    margin-left: 21px; }
    @media (max-width: 1300px) {
      .sect-inst__icon {
        margin-left: 0; } }
    .sect-inst__icon svg {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      fill: #fff; }
  .sect-inst__text {
    position: relative;
    display: inline-block;
    margin-left: 24px;
    font-size: 23px;
    line-height: 29px;
    text-transform: uppercase;
    color: #fff; }
    .sect-inst__text:after {
      position: absolute;
      content: "»";
      font-size: 30px;
      text-transform: uppercase;
      line-height: 17px;
      color: #fff;
      right: -28px;
      top: 4px; }

@media (max-width: 543px) {
  .mobile {
    padding: 0; } }

.timetable {
  display: -ms-flexbox;
  display: flex;
  margin: -13px 0 43px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
  box-shadow: 5.035px 6.217px 21px 0 rgba(1, 0, 0, 0.1); }
  .timetable .directions__tab {
    max-width: 280px; }
  .timetable__schedule {
    width: 100%;
    padding: 13px 25px 18px;
    background-color: #00347d;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start; }
  .timetable__schedule-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .timetable__schedule-item:not(:last-child) {
      margin-right: 10px; }
    .timetable__schedule-item--where {
      width: 200px; }
    .timetable__schedule-item--aviacompany {
      width: 190px; }
    .timetable__schedule-item--dates {
      width: 400px; }
  .timetable__schedule-title {
    display: block;
    margin-bottom: 11px;
    width: 100%;
    font-size: 18px;
    color: #bed4f2; }
  .timetable__select {
    height: 42px;
    width: 100%; }
  .timetable__date-wrapper {
    position: relative; }
    .timetable__date-wrapper:not(:last-child) {
      margin-right: 10px; }
  .timetable .timetable__date-icon {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    background-image: url(../img/pngsprite/sprite.png);
    background-position: -18px -24px;
    width: 18px;
    height: 18px;
    right: 10px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .timetable__date {
    border: none;
    outline: none;
    font-family: "Calibri", sans-serif;
    width: 130px;
    padding: 10px 10px;
    font-size: 18px;
    color: #000;
    height: 42px; }
  .timetable__submit {
    cursor: pointer;
    display: inline-block;
    font-family: "Calibri", sans-serif;
    border: none;
    outline: none;
    width: 120px;
    height: 42px;
    text-align: center;
    background-color: #f6e528;
    font-size: 18px;
    color: #000;
    transition: all 0.2s ease; }
    .timetable__submit:hover {
      background-color: #ffee28; }
  .timetable__table-wrapper {
    width: 100%;
    font-family: "Calibri", sans-serif; }
  .timetable__table thead tr {
    background-color: #002c69; }
    .timetable__table thead tr th:first-child {
      text-align: left;
      padding-left: 40px;
      width: 16%; }
    .timetable__table thead tr th:nth-child(2) {
      text-align: left;
      width: 9%; }
    .timetable__table thead tr th:nth-child(3) {
      text-align: left;
      width: 26%; }
    .timetable__table thead tr th:nth-child(4) {
      text-align: left;
      width: 22%; }
    .timetable__table thead tr th:nth-child(5) {
      text-align: left;
      width: 27%;
      padding-right: 40px; }
  .timetable__table thead th {
    padding: 14px 0 12px;
    font-size: 18px;
    font-weight: 400;
    color: #fff; }
    @media (max-width: 767px) {
      .timetable__table thead th {
        font-size: 18px; } }
  .timetable__table tbody tr td:first-child {
    text-align: left;
    padding-left: 40px;
    width: 16%; }
  .timetable__table tbody tr td:nth-child(2) {
    text-align: left;
    width: 9%; }
  .timetable__table tbody tr td:nth-child(3) {
    text-align: left;
    width: 26%; }
  .timetable__table tbody tr td:nth-child(4) {
    text-align: left;
    width: 22%; }
  .timetable__table tbody tr td:nth-child(5) {
    text-align: left;
    width: 27%;
    padding-right: 40px; }
  .timetable__table tbody tr:nth-child(even) {
    background-color: #e9eff3; }
  .timetable__table tbody td {
    padding: 10px 0 11px;
    font-size: 18px;
    font-weight: 400;
    color: #4b4b4b; }
    @media (max-width: 767px) {
      .timetable__table tbody td {
        font-size: 18px; } }
  .timetable__week-text {
    display: inline-block;
    color: #d3dee5; }
    .timetable__week-text--free {
      color: #00347d; }
    .timetable__week-text--dayoff {
      color: #ff5400; }
    .timetable__week-text:not(:last-child) {
      margin-right: 4px; }
  @media (max-width: 1300px) {
    .timetable .directions__btns {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .timetable .directions__tab {
      max-width: 50%; }
    .timetable .directions__route {
      background-color: #00347d;
      width: 100%;
      padding: 16px 10px; }
    .timetable .timetable__schedule {
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: center;
      justify-content: center; }
    .timetable .timetable__schedule-item--where {
      width: 49%;
      margin-right: 10px !important; }
    .timetable .timetable__schedule-item--aviacompany {
      width: 49%; }
    .timetable .timetable__schedule-item:not(:last-child) {
      margin-right: 0; }
    .timetable .timetable__schedule-item--dates {
      width: 100%;
      margin-top: 15px; }
    .timetable .directions__table {
      width: 850px; }
    .timetable .timetable__table-wrapper {
      overflow-x: scroll; }
    .timetable .timetable__table thead tr th:first-child {
      padding-left: 25px; }
    .timetable .timetable__table tbody tr td:first-child {
      padding-left: 25px; }
    .timetable .timetable__table tbody tr td:nth-child(5) {
      padding-right: 25px; }
    .timetable .timetable__table tbody tr th:nth-child(5) {
      padding-right: 25px; } }
  @media (max-width: 991px) {
    .timetable .directions__tab i.icon-1 {
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .timetable .directions__tab i.icon-2 {
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .timetable .timetable__schedule {
      padding: 0 15px 18px; }
    .timetable .timetable__schedule-item--where {
      width: 100%;
      margin-right: 0 !important;
      margin-bottom: 15px; }
    .timetable .timetable__schedule-item--aviacompany {
      width: 100%; }
    .timetable .timetable__date-wrapper:not(:last-child) {
      margin-right: 0; }
    .timetable .timetable__date-wrapper {
      width: 48%; }
    .timetable .timetable__date-wrapper input {
      width: 100%; }
    .timetable .timetable__schedule-item--dates {
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .timetable .timetable__submit {
      margin-top: 20px;
      position: relative;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      left: 50%; } }
  @media (max-width: 767px) {
    .timetable {
      width: 100%;
      margin: 0 0 30px; } }
  @media (max-width: 543px) {
    .timetable .timetable__submit {
      width: 100%;
      -ms-transform: translateX(0);
      transform: translateX(0);
      left: 0;
      position: static; }
    .timetable .timetable__table thead tr th:first-child {
      padding-left: 15px; }
    .timetable .timetable__table tbody tr td:first-child {
      padding-left: 15px; }
    .timetable .timetable__table tbody tr td:nth-child(5) {
      padding-right: 15px; }
    .timetable .timetable__table tbody tr th:nth-child(5) {
      padding-right: 15px; } }

.directions__route {
  display: -ms-flexbox;
  display: flex;
  background-color: #00347d;
  width: calc(100% - 560px);
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px; }

.directions__route-text {
  text-align: center;
  font-size: 18px;
  color: #fff; }

.timetable__table-wrapper {
  -ms-touch-action: auto !important;
  touch-action: auto !important; }

.article__content .content__title {
  margin-bottom: 40px; }

.article__table-wrapper {
  margin-bottom: 40px; }
  @media (max-width: 991px) {
    .article__table-wrapper {
      overflow-x: auto; } }

.article__table {
  width: 100%;
  text-align: left;
  font-family: "Calibri", sans-serif;
  font-size: 17px; }
  @media (max-width: 991px) {
    .article__table {
      width: 800px; } }
  .article__table tr {
    border-bottom: 3px solid #fff; }
  .article__table tr th,
  .article__table tr td {
    padding: 10px 5px 10px 32px;
    border: 1px solid #fff; }
  .article__table tr th {
    background-color: #00347d;
    color: #fff;
    font-weight: 700; }
  .article__table tbody tr:nth-child(odd) td {
    background-color: #eaeff3; }
  .article__table tbody tr:nth-child(even) td {
    background-color: #f7fafd; }
  .article__table tbody td {
    color: #000; }

.article__article-block p {
  font-size: 17px;
  color: #000;
  margin-bottom: 20px; }

.article__article-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 991px) {
    .article__article-wrapper {
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-direction: column;
      flex-direction: column; } }

.article__article-text {
  width: 100%;
  max-width: 560px; }
  @media (max-width: 1300px) {
    .article__article-text {
      max-width: 350px; } }
  @media (max-width: 991px) {
    .article__article-text {
      max-width: 100%;
      -ms-flex-order: 2;
      order: 2; } }

.article__article-pic {
  width: calc(100% - 585px);
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  @media (max-width: 1300px) {
    .article__article-pic {
      width: calc(100% - 375px); } }
  @media (max-width: 991px) {
    .article__article-pic {
      -ms-flex-order: 1;
      order: 1;
      width: 100%;
      margin-bottom: 25px; } }

.article__article-img img {
  width: 100%; }

.article__article-color {
  padding: 16px 13px 17px 16px;
  background-color: #00347d; }

.article__article-link {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  text-decoration: underline; }

.visually__panel {
  position: fixed;
  left: 0;
  z-index: 80;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #00347d; }

.visually__wrapper {
  padding: 23px 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.visually__btn {
  display: inline-block;
  font-size: 17px;
  padding: 10px 20px;
  color: #fff;
  background-color: #00347d;
  text-transform: uppercase;
  border: 1px solid #00347d;
  font-weight: 700; }
  .visually__btn.unactive {
    background-color: #fff;
    color: #00347d; }

.visually__control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.visually__control-text {
  margin-right: 16px;
  font-size: 22px;
  color: #000; }

.visually__control-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  cursor: pointer;
  color: #00347d;
  font-weight: 700;
  border: 1px solid #00347d;
  width: 43px;
  height: 43px;
  transition: all 0.3s ease; }
  .visually__control-btn span {
    font-size: 24px; }
  .visually__control-btn--small span {
    font-size: 20px; }
  .visually__control-btn--middle span {
    font-size: 28px; }
  .visually__control-btn--big span {
    font-size: 34px; }
  .visually__control-btn--blue {
    background-color: #00347d;
    color: #fff; }
  .visually__control-btn--black {
    background-color: #000;
    color: #fff; }
  .visually__control-btn--white {
    background-color: #fff;
    color: #000;
    border: 1px solid #000; }
  .visually__control-btn.active {
    background-color: #00347d;
    color: #fff;
    pointer-events: none; }
  .visually__control-btn.active-color {
    pointer-events: none; }
  .visually__control-btn:not(:last-child) {
    margin-right: 3px; }

.visually .header__menu-link {
  font-size: 0.8333rem; }

.visually .header__menu-item {
  font-size: 0.8333rem; }

.visually .header__menu {
  padding-bottom: 0;
  min-height: 94px;
  width: calc(100% - 50px);
  -ms-flex-pack: justify;
  justify-content: space-between; }

.visually .header__menu-item {
  position: relative;
  padding-bottom: 0;
  margin-top: 0;
  padding-right: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.visually .header__menu-item:after {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.visually .header__menu-item:after {
  width: 12px;
  height: 8px;
  background-size: 100%; }

.visually .addition {
  padding-bottom: 0; }

.visually .addition__link--search {
  width: 24px;
  height: 24px; }
  .visually .addition__link--search:before {
    background-image: url(../img/pngsprite/sprite.png);
    background-position: 0px 0px;
    width: 24px;
    height: 24px;
    left: -1px;
    top: 1px; }

.visually .header__menu-item:not(:last-child) {
  margin-right: 0; }

.visually .submenu__link {
  font-size: 0.75rem;
  line-height: 1.2rem; }

.visually .header__menu-item.not_submenu {
  padding-right: 0; }

.visually .header__top {
  border-top: 1px solid #00347d;
  border-bottom: 1px solid #00347d;
  transition: all 0.3s ease;
  padding-top: 89px; }

.visually.index {
  background: none;
  padding-top: 0; }

.visually .index-wrapper {
  padding: 15px 30px;
  background-color: #fff; }

.visually .directions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0;
  margin-bottom: 30px;
  box-shadow: none; }

.visually .directions__wrapper {
  width: 100%; }

.visually .directions__tab {
  font-size: 1rem;
  font-weight: 700; }

.visually .directions__tab.active {
  background: #214e8e; }

.visually .directions__tab {
  max-width: 450px;
  background-color: #f7f7f7; }

.visually .directions__tab i {
  left: 45px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s ease; }

.visually .header__tel-text {
  font-size: 0.7083rem;
  transition: all 0.3s ease; }

.visually .header__tel {
  font-size: 1.167rem;
  line-height: 1;
  transition: all 0.3s ease; }

.visually .directions__reload {
  font-size: 1rem;
  font-weight: 700;
  width: calc(100% - 900px); }

.visually .directions__reload i {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s ease; }

.visually .header__logo {
  display: inline-block;
  width: 213px;
  height: 130px;
  margin-top: 8px;
  transition: all 0.3s ease; }
  .visually .header__logo img {
    display: none;
    transition: all 0.3s ease; }

.visually .header__bottom {
  transition: all 0.3s ease; }

.visually .header__tel:hover {
  color: inherit; }

.visually .weatherInformer20 ul li.weatherInformer20-date, .visually .weatherInformer20 ul li.weatherInformer20-now {
  transition: all 0.3s ease; }

.visually .weatherInformer20-now__city {
  transition: all 0.3s ease; }

.visually .weatherInformer20 ul li.weatherInformer20-date, .visually .weatherInformer20 ul li.weatherInformer20-now a {
  transition: all 0.3s ease; }

.visually .weatherInformer20 ul li.weatherInformer20-logo {
  display: none !important; }

.visually .directions__table thead th {
  font-size: 1rem;
  color: #fff;
  padding: 12px 0;
  transition: all 0.3s ease;
  font-weight: 700; }

.visually .directions__table thead tr {
  transition: all 0.3s ease; }

.visually .directions__table tbody td {
  font-size: 1em;
  padding: 12px 0;
  color: #000000; }

.visually .directions__table tbody tr {
  background-color: #fff !important; }

.visually .mCSB_scrollTools {
  width: 17px; }

.visually .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 15px;
  border-radius: 0;
  opacity: 1 !important; }

.visually .mCSB_scrollTools .mCSB_draggerRail {
  width: 17px;
  border-radius: 0; }

.visually .directions__table-wrapper {
  height: 445px;
  padding-right: 32px;
  padding-top: 20px;
  margin-bottom: 40px; }

.visually .mCSB_scrollTools {
  opacity: 1; }

.visually .directions__all {
  display: inline-block;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  border-radius: 4px;
  background-color: #00347d;
  text-transform: uppercase;
  padding: 15px 55px;
  transition: all 0.3s ease;
  border: 1px solid #00347d; }

.visually .directions__square {
  width: 100%; }

.visually .directions__square-item {
  border: none;
  width: auto;
  background-color: #fff;
  border-radius: 0;
  margin-bottom: 26px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  transition: all 0.3s ease; }
  .visually .directions__square-item:hover span {
    color: #00347d; }

.visually .directions__square-item span {
  font-size: 1em;
  color: #000;
  transition: all 0.2s ease; }

.visually .directions__square-item i.icon-1 {
  width: 78px;
  height: 63px; }

.visually .directions__square-item i.icon-2 {
  width: 73px;
  height: 55px; }

.visually .directions__square-item i.icon-3 {
  width: 61px;
  height: 56px; }

.visually .directions__square-item i.icon-4 {
  width: 61px;
  height: 59px; }

.visually .directions__square-item i.icon-5 {
  width: 76px;
  height: 60px; }

.visually .directions__square-item i.icon-6 {
  width: 56px;
  height: 52px; }

.visually .directions__all-wrapper {
  margin-bottom: 15px; }

.visually .sect-news__img img {
  display: none; }

.visually .sect-news__img {
  background-color: #f2f3f5;
  height: 173px; }

.visually .sect-news__img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 10px; }

.visually .sect-news__img span {
  position: static;
  width: 100% !important;
  text-align: center;
  max-width: none !important;
  font-size: 1rem; }

.visually .sect-news__img span.text-3 br {
  display: none; }

.visually .sect-news__item.news-block {
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .visually .sect-news__item.news-block:not(:last-child) {
    margin-bottom: 30px; }

.visually .sect-news__news {
  width: 380px;
  padding-right: 0; }

.visually .sect-news__title {
  width: 100%;
  font-size: 1.417rem;
  line-height: 30px;
  color: #000;
  font-weight: 700; }

.visually .sect-news__news-date {
  font-size: 1rem;
  color: #000; }

.visually .sect-news__news-text {
  font-size: 1rem;
  color: #000; }
  .visually .sect-news__news-text:hover {
    text-decoration: underline; }

.visually .sect-news__all-news {
  width: 100%;
  text-align: right;
  font-size: 0.9167rem;
  color: #000; }
  .visually .sect-news__all-news:hover {
    text-decoration: underline; }

.visually .sect-news__news-subtitle {
  font-size: 1rem;
  color: #000; }

.visually .sect-news__news-subtext {
  font-size: 1rem;
  color: #000; }
  .visually .sect-news__news-subtext:hover {
    text-decoration: underline; }

.visually .footer__menu-item:not(:last-child) {
  margin-right: 0; }

.visually .footer__menu-item {
  width: 30%; }

.visually .footer__menu {
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.visually .footer__menu-link {
  font-size: 1rem;
  line-height: 1.2rem;
  padding-left: 15px; }

.visually .footer__menu-link:before {
  font-size: 1rem; }

.visually .footer__menu-wrapper {
  border-top: 1px solid #d0dbe9;
  border-bottom: 1px solid #d0dbe9;
  padding: 40px 0;
  margin-bottom: 40px; }

.visually .sect-news {
  margin-bottom: 30px; }

.visually .footer__info {
  margin-bottom: 40px; }

.visually .footer__info-text {
  font-size: 1rem; }
  .visually .footer__info-text a {
    color: #0db0ed; }

.visually .footer__line {
  transition: all 0.3s ease; }

.visually .header__tel:hover {
  text-decoration: underline; }

html.small {
  font-size: 24px; }
  html.small .directions__tab i {
    width: 32px;
    height: 32px;
    left: 70px; }
  html.small .directions__reload i {
    width: 28px;
    height: 28px;
    left: 50px; }
  html.small .submenu {
    top: 80px; }
  html.small .submenu--sublevel {
    top: -1px; }
  html.small .header__menu-item:hover:before {
    bottom: 13px; }

html.middle {
  font-size: 26px; }
  html.middle .directions__tab i {
    width: 34px;
    height: 34px;
    left: 60px; }
  html.middle .directions__reload i {
    width: 29px;
    height: 29px;
    left: 48px; }
  html.middle .submenu {
    top: 83px; }
  html.middle .submenu--sublevel {
    top: -1px; }
  html.middle .header__menu-item:hover:before {
    bottom: 10px; }

html.big {
  font-size: 28px; }
  html.big .directions__tab i {
    width: 36px;
    height: 36px; }
  html.big .directions__reload i {
    width: 30px;
    height: 30px;
    left: 45px; }
  html.big .submenu {
    top: 80px; }
  html.big .submenu--sublevel {
    top: -1px; }
  html.big .header__menu-item:hover:before {
    bottom: 13px; }

html.blue .logo-blue {
  display: block; }

html.blue .mCSB_scrollTools .mCSB_draggerRail {
  border: 1px solid #00347d;
  background-color: #fff; }

html.blue .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #00347d !important; }

html.blue .sect-news__news-date {
  color: #00347d; }

html.blue .sect-news__news-text {
  color: #444; }

html.blue .sect-news__all-news {
  color: #00347d; }

html.blue .visually .sect-news__news-subtitle {
  color: #00347d; }

html.black .visually__panel {
  border-bottom: 1px solid #000; }

html.black .header__top {
  background-color: #000; }

html.black .header__top {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }

html.black .logo-black {
  display: block; }

html.black .header__bottom {
  background-color: #000; }

html.black .header__tel-text {
  color: #fff; }

html.black .header__tel {
  color: #fff; }

html.black .weatherInformer20 ul li.weatherInformer20-date, html.black .weatherInformer20 ul li.weatherInformer20-now {
  background: #000 !important;
  color: #fff !important; }

html.black .weatherInformer20-now__city {
  background-color: #000 !important;
  color: #fff !important; }

html.black .weatherInformer20 ul li.weatherInformer20-date, html.black .weatherInformer20 ul li.weatherInformer20-now a {
  color: #fff !important; }

html.black .index {
  transition: all 0.3s ease;
  background: #000; }

html.black .visually .index-wrapper {
  transition: all 0.3s ease;
  background-color: #000; }

html.black .visually .directions__tab.active {
  background: #585858; }

html.black .visually .directions__tab {
  background: #2c2c2c;
  color: #fff; }

html.black .directions__tab i svg {
  fill: #fff; }

html.black .directions__reload {
  background: #000; }
  html.black .directions__reload span {
    border-bottom: 3px solid; }
  html.black .directions__reload:hover span {
    border-bottom: 3px solid transparent; }

html.black .directions__table thead tr {
  background-color: #000; }

html.black .directions__table tbody tr {
  background-color: #000 !important; }

html.black .directions__table tbody tr td {
  color: #fff; }

html.black .mCSB_scrollTools .mCSB_draggerRail {
  border: 1px solid #fff;
  background-color: #000; }

html.black .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff !important; }

html.black .directions__all {
  color: #fff;
  background-color: #585858;
  border: 1px solid #585858; }

html.black .header__tel:hover {
  color: #fff; }

html.black .directions__square-item i svg {
  fill: #fff; }

html.black .visually .directions__square-item:hover span {
  border-bottom: 3px solid transparent; }

html.black .visually .directions__square-item span {
  color: #fff;
  border-bottom: 3px solid; }
  html.black .visually .directions__square-item span:hover {
    color: #fff; }

html.black .directions__square {
  background-color: #000; }

html.black .directions__square-item {
  background-color: #000; }

html.black .visually .sect-news__img {
  background-color: #2c2c2c; }
  html.black .visually .sect-news__img span {
    color: #fff;
    text-decoration: underline; }
  html.black .visually .sect-news__img:hover span {
    text-decoration: none; }

html.black .sect-news__title {
  color: #fff; }

html.black .sect-news__news-date {
  color: #fff; }

html.black .sect-news__news-text {
  color: #fff;
  text-decoration: underline; }
  html.black .sect-news__news-text:hover {
    text-decoration: none; }

html.black .sect-news__all-news {
  color: #fff;
  text-decoration: underline; }
  html.black .sect-news__all-news:hover {
    text-decoration: none; }

html.black .sect-news__news-subtitle {
  color: #fff;
  text-decoration: underline; }
  html.black .sect-news__news-subtitle:hover {
    text-decoration: none; }

html.black .sect-news__news-subtext {
  color: #fff; }
  html.black .sect-news__news-subtext:hover {
    text-decoration: none; }

html.black .footer__visually {
  background-color: #000; }

html.black .footer__menu-link {
  color: #fff;
  text-decoration: underline; }
  html.black .footer__menu-link:before {
    color: #fff; }
  html.black .footer__menu-link:hover {
    text-decoration: none; }

html.black .footer__line {
  background-color: #fff; }

html.black .footer__menu-wrapper {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff; }

html.black .footer__info-text {
  color: #fff; }
  html.black .footer__info-text a {
    color: #fff;
    text-decoration: underline; }
  html.black .footer__info-text:hover a {
    text-decoration: none; }

html.black .header__menu-item:hover > a {
  color: #fff;
  text-decoration: underline; }

html.black .submenu {
  background-color: #000;
  border: 1px solid #fff; }

html.black .submenu__link {
  color: #fff; }

html.black .submenu--sublevel .submenu__link:hover span {
  background-color: #fff;
  color: #000; }

html.black .submenu__link:hover span {
  background-color: #fff;
  color: #000; }

html.black .submenu__link span:after {
  border: 1px solid #fff;
  background: url(../img/sprites/arrow_submenu-black.png) no-repeat center #fff; }

html.black .submenu__link:hover span:after {
  border: 1px solid #000; }

html.black .submenu__link.active span {
  color: #000;
  background-color: #fff; }
  html.black .submenu__link.active span:after {
    border: 1px solid #000;
    background: url(../img/sprites/arrow_submenu-black.png) no-repeat center #fff; }

html.white .visually__panel {
  border-bottom: 1px solid #000; }

html.white .header__top {
  background-color: #fff; }

html.white .addition__link--search:before {
  background-image: url(../img/pngsprite/sprite.png);
  background-position: -24px 0px;
  width: 24px;
  height: 24px; }

html.white .header__menu-item:after {
  background: url(../img/svg/arrow_menu-black.svg) no-repeat center; }

html.white .header__menu-link {
  color: #000; }

html.white .header__top {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }

html.white .logo-white {
  display: block; }

html.white .header__tel-text {
  color: #000; }

html.white .weatherInformer20 ul li.weatherInformer20-date, html.white .weatherInformer20 ul li.weatherInformer20-now {
  color: #000 !important; }

html.white .weatherInformer20-now__city {
  color: #000 !important; }

html.white .weatherInformer20 ul li.weatherInformer20-date, html.white .weatherInformer20 ul li.weatherInformer20-now a {
  color: #000 !important; }

html.white .directions__tab i svg {
  fill: #000; }

html.white .visually .directions__tab.active {
  background: #fff;
  color: #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff; }

html.white .visually .directions__tab {
  background: #f7f7f7;
  color: #000;
  border: 1px solid #000; }

html.white .directions__tab:first-child.active {
  border-left: 1px solid #000; }

html.white .directions__reload {
  color: #000;
  background: #fff;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: #fff; }

html.white .visually .directions__table thead th {
  color: #000; }

html.white .directions__table thead tr {
  background-color: #fff;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000; }

html.white .mCSB_scrollTools .mCSB_draggerRail {
  border: 1px solid #000;
  background-color: #fff; }

html.white .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000 !important; }

html.white .directions__all {
  color: #000;
  background-color: #f7f7f7;
  border: 1px solid #000; }

html.white .directions__square-item i svg {
  fill: #000; }

html.white .visually .directions__square-item span {
  color: #000;
  border-bottom: 3px solid transparent; }

html.white .visually .directions__square-item:hover span {
  border-bottom: 3px solid #000; }

html.white .directions__reload i svg {
  fill: #000; }

html.white .visually .sect-news__img {
  background-color: #f7f7f7;
  border: 1px solid #000; }
  html.white .visually .sect-news__img:hover span {
    text-decoration: underline;
    color: #000; }

html.white .footer__menu-link {
  color: #000;
  text-decoration: none; }
  html.white .footer__menu-link:before {
    color: #000; }
  html.white .footer__menu-link:hover {
    text-decoration: underline; }

html.white .visually .footer__info-text a {
  color: #000;
  text-decoration: underline; }
  html.white .visually .footer__info-text a:hover {
    text-decoration: none; }

html.white .footer__line {
  background-color: #000; }

html.white .submenu {
  background-color: #fff;
  border: 1px solid #000; }

html.white .submenu__link {
  color: #000; }

html.white .submenu--sublevel .submenu__link:hover span {
  background-color: #000;
  color: #fff; }

html.white .submenu__link:hover span {
  background-color: #000;
  color: #fff; }

html.white .submenu__link span:after {
  border: 1px solid #000;
  background: url(../img/sprites/arrow_submenu-black.png) no-repeat center #fff; }

html.white .submenu__link:hover span:after {
  border: 1px solid #fff; }

html.white .submenu__link.active span {
  color: #fff;
  background-color: #000; }
  html.white .submenu__link.active span:after {
    border: 1px solid #fff;
    background: url(../img/sprites/arrow_submenu-black.png) no-repeat center #fff; }

html.white .header__menu-item:hover > a {
  text-decoration: underline; }

html.white .header__menu-item:hover:before {
  border-color: transparent transparent #000 transparent; }

html.white .directions__tab.active span {
  border-bottom: 2px solid #000; }

html.white .directions__reload span {
  border-bottom: 2px solid transparent; }

html.white .directions__reload:hover span {
  border-bottom: 2px solid #000; }
