.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

html {
  height: 100%;
  width: 100%; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #181818;
  background-color: #fff;
  min-width: 320px; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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-sm,
.col-sm-auto, .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-md,
.col-md-auto, .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-lg,
.col-lg-auto, .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, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
          flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.333333%;
          flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.333333%;
          flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.666667%;
          flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
            order: 13; }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
            order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
            order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
            order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
            order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
            order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
            order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
            order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
            order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
            order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
            order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
            order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
            order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
            order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
            order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
            order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
            order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
            order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
            order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
            order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
            order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
            order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
            order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
            order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
            order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
            order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
            order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
            order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
            order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
            order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
            order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
            order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
            order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
            order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
            order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
            order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

.main-header {
  height: 100px;
  overflow: hidden;
  background-color: #fff; }
  .main-header .pull-left {
    float: left; }
  .main-header .pull-right {
    float: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .main-header .pull-right .header-phones {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-right: 50px;
      padding-left: 35px;
      position: relative; }
      .main-header .pull-right .header-phones svg {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 20px;
        height: 20px;
        fill: #f53e3e; }
      .main-header .pull-right .header-phones p {
		
        margin-top: 1px;
        margin-bottom: 1px; }
.main-header .pull-right .header-phones p svg{
position: relative;
    top: 13px;
    margin-right: 7px;
height: 20px;
width: 20px; }
        .main-header .pull-right .header-phones p a {
          color: #000;
          font-size: 17px;
          font-weight: 500;
          line-height: 24px;
          text-decoration: none; }
    .main-header .pull-right .header-contacts {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .main-header .pull-right .header-contacts .mail-item {
        display: inline-block; }
        .main-header .pull-right .header-contacts .mail-item svg {
          width: 20px;
          height: 20px;
          fill: #f53e3e;
          margin-right: 15px; }
        .main-header .pull-right .header-contacts .mail-item p {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-top: 1px;
          margin-bottom: 1px; }
          .main-header .pull-right .header-contacts .mail-item p a {
            color: #000;
            font-size: 17px;
            font-weight: 500;
            line-height: 24px;
            text-decoration: none; }
      .main-header .pull-right .header-contacts .address-item {
        display: inline-block; }
        .main-header .pull-right .header-contacts .address-item svg {
          width: 20px;
          height: 20px;
          fill: #f53e3e;
          margin-right: 15px; }
        .main-header .pull-right .header-contacts .address-item p {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-top: 1px;
          margin-bottom: 1px; }
          .main-header .pull-right .header-contacts .address-item p a {
            color: #000;
            font-size: 17px;
            font-weight: 500;
            line-height: 24px;
            text-decoration: none; }

.index-logo img {
  max-width: 200px; }

#wrapper {
  overflow: hidden;
  position: relative; }

#page-overlay {
  background-color: rgba(48, 48, 48, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1008;
  padding: 0 15px;
  display: none; }

.slider-container {
  height: -webkit-calc(100vh - 100px);
  height: calc(100vh - 100px);
  position: relative; }
  .slider-container form {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .slider-container form .col-checbox {
      position: relative; }
      .slider-container form .col-checbox label {
        color: #ffffff;
        font-size: 16px;
        font-weight: 300;
        line-height: 30px; }
        .slider-container form .col-checbox label:before {
          content: '';
          width: 20px;
          height: 20px;
          border: 1px solid #ffffff;
          -webkit-border-radius: 3px;
          border-radius: 3px;
          position: absolute;
          left: 0;
          top: 5px; }
      .slider-container form .col-checbox input {
        margin-right: 15px;
        opacity: 0; }
      .slider-container form .col-checbox input:checked ~ label:after {
        display: block; }
      .slider-container form .col-checbox label:after {
        content: '';
        width: 20px;
        height: 20px;
        background: url("../img/fa-check-square_copy.png") no-repeat center;
        -webkit-background-size: 20px 20px;
                background-size: 20px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        position: absolute;
        left: 0;
        top: 5px;
        display: none; }
    .slider-container form .order-button {
      display: block;
      min-width: 372px;
      -webkit-box-shadow: 0 0 7px rgba(36, 36, 36, 0.35);
              box-shadow: 0 0 7px rgba(36, 36, 36, 0.35);
      -webkit-border-radius: 4px;
              border-radius: 4px;
      background-color: #f53e3e;
      padding: 15px 0;
      text-align: center;
      color: #ffffff;
      font-size: 17px;
	cursor: pointer;
      font-weight: 400;
      line-height: 1;
      margin: 40px auto;
	transition: .25s;
      border: 1px #f53e3e solid; }
.slider-container form .order-button:hover {
background-color: transparent;
}
    .slider-container form .order-content {
      min-width: 1340px;
      background-color: rgba(36, 43, 62, 0.55);
      padding: 20px 50px;
      -webkit-border-radius: 10px;
              border-radius: 10px; }
      .slider-container form .order-content h1 {
        color: #ffffff;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.5;
        text-align: center; }
      .slider-container form .order-content .form-col {
        margin-bottom: 10px; }
        .slider-container form .order-content .form-col .select-button {
          width: 100%; }
          .slider-container form .order-content .form-col .select-button span {
            width: 100%;
            display: inline-block;
            -webkit-border-radius: 4px;
                    border-radius: 4px;
            background-color: #ffffff;
            color: #242b3e;
            font-size: 20px;
            font-weight: 300;
            line-height: 1;
            padding: 22px;
            border: 0;
            outline: none; }
        .slider-container form .order-content .form-col label,
        .slider-container form .order-content .form-col span {
          display: inline-block;
          width: 100%;
          color: #ffffff;
          font-size: 17px;
          font-weight: 500;
          line-height: 30px; }
        .slider-container form .order-content .form-col input {
          min-width: 100%;
          -webkit-border-radius: 4px;
                  border-radius: 4px;
          background-color: #ffffff;
          color: #242b3e;
          font-size: 16px;
          font-weight: 300;
          line-height: 1;
          padding: 12px;
          border: 0;
          outline: none; }
  .slider-container .main-slider .item {
    width: 100%;
    height: -webkit-calc(100vh - 117px);
    height: calc(100vh - 117px);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover; }
  .slider-container .slickArrows {
    position: absolute;
    width: 100%;
    bottom: 0;

    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 40px 40px; }
    .slider-container .slickArrows .slick-next,
    .slider-container .slickArrows .slick-prev {
   z-index: 2;
      margin: 10px;
      height: 50px;
      width: 50px;
      padding: 0;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: rgba(204, 209, 217, 0.7);
      outline: none;
      border: 0;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s;
position: relative;
      cursor: pointer; }
      .slider-container .slickArrows .slick-next i,
      .slider-container .slickArrows .slick-prev i {
        display: inline-block;
        height: 8px;
        width: 8px;
        border-left: 1px #000 solid;
        border-bottom: 1px #000 solid;
        position: relative; }
      .slider-container .slickArrows .slick-next:hover,
      .slider-container .slickArrows .slick-prev:hover {
        background-color: #ccd1d9; }
    .slider-container .slickArrows .slick-next i {
      -webkit-transform: rotate(-135deg);
          -ms-transform: rotate(-135deg);
              transform: rotate(-135deg); }
    .slider-container .slickArrows .slick-prev i {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }

.default-select {
  position: relative; }
  .default-select select {
    display: inline-block;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    background-color: #ffffff;
    color: #242b3e;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    padding: 12px 12px;
    width: 100%;
    border: 0;
    outline: none; }
  .default-select .select-button span {
    display: inline-block;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    background-color: #ffffff;
    color: #242b3e;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    padding: 22px;
    border: 0;
    outline: none; }
  .default-select .select-sorting {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    z-index: 2;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    margin-top: 3px;
    padding: 22px; }
    .default-select .select-sorting li {
      list-style-type: none;
      margin-bottom: 22px; }
      .default-select .select-sorting li:last-of-type {
        margin-bottom: 0; }
      .default-select .select-sorting li a {
        color: #242b3e;
        font-size: 20px;
        font-weight: 300;
        line-height: 1.2;
        text-decoration: none;
        display: inline-block;
        width: 100%;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s; }
        .default-select .select-sorting li a:hover {
          color: #f53e3e; }

.routes-section {
  padding: 100px 0;
  padding-bottom: 0; }
  .routes-section h2 {
    color: #242b3e;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.36px;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 0; }
  .routes-section .routes-slider .slick-next,
  .routes-section .routes-slider .slick-prev {
    margin: 10px;
    height: 50px;
    width: 50px;
    padding: 0;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: rgba(204, 209, 217, 0.7);
    outline: none;
    border: 0;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2; }
    .routes-section .routes-slider .slick-next i,
    .routes-section .routes-slider .slick-prev i {
      display: inline-block;
      height: 8px;
      width: 8px;
      border-left: 1px #000 solid;
      border-bottom: 1px #000 solid;
      position: relative; }
    .routes-section .routes-slider .slick-next:hover,
    .routes-section .routes-slider .slick-prev:hover {
      background-color: #ccd1d9; }
  .routes-section .routes-slider .slick-next {
    right: -100px; }
    .routes-section .routes-slider .slick-next i {
      -webkit-transform: rotate(-135deg);
          -ms-transform: rotate(-135deg);
              transform: rotate(-135deg); }
  .routes-section .routes-slider .slick-prev {
    left: -100px; }
    .routes-section .routes-slider .slick-prev i {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
  .routes-section .routes-slider .item {
    margin: 0 28px;
    height: 350px;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    position: relative; }
    .routes-section .routes-slider .item:before {
      content: '';
      height: 100%;
      width: 100%;
      background-color: rgba(36, 43, 62, 0.5);
      position: absolute;
      left: 0;
      top: 0; }
    .routes-section .routes-slider .item .hover-content {
      height: 60%;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 45px;
      opacity: 0;
      position: relative;
      z-index: 2; }
      .routes-section .routes-slider .item .hover-content p {
        text-align: center;
        color: #ffffff;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 0.16px; }
    .routes-section .routes-slider .item .route-info {
      height: 40%;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 40px;
      text-align: center;
      position: relative;
      z-index: 2; }
      .routes-section .routes-slider .item .route-info h3 {
        color: #ffffff;
        font-size: 20px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.2px;
        margin-top: 0;
        margin-bottom: 15px; }
      .routes-section .routes-slider .item .route-info p {
        color: #ffffff;
        font-size: 16px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.16px; }
    .routes-section .routes-slider .item:hover:before {
      background-color: rgba(245, 62, 62, 0.9); }
    .routes-section .routes-slider .item:hover .hover-content {
      opacity: 1; }

select {
  display: inline-block;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background-color: #ffffff;
  color: #242b3e;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  padding: 12px 12px;
  width: 100%;
  border: 0;
  outline: none; }

.sec-services {
  padding: 100px 0; }
  .sec-services h2 {
    margin-top: 0;
    color: #242b3e;
    font-family: Roboto;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.36px;
    margin-bottom: 25px; }
  .sec-services .elements {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative; }
    .sec-services .elements:before {
      position: absolute;
      content: '';
      height: 50%;
      width: 50%;
      top: 50%;
      left: 50%;
      border: 1px #242b3e solid;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .sec-services .elements .item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin: 25px;
      width: -webkit-calc(50% - 50px);
      width: calc(50% - 50px);
      padding: 25px 20px;
      min-height: 200px;
      -webkit-box-shadow: 0 0 20px rgba(36, 36, 36, 0.15);
              box-shadow: 0 0 20px rgba(36, 36, 36, 0.15);
      background-color: #ffffff;
      position: relative;
      z-index: 1; }
      .sec-services .elements .item:hover .icon svg {
        fill: #fff; }
      .sec-services .elements .item .icon {
        width: 150px;
        height: 150px;
        -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
                box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
        background-color: #242b3e;
        margin-right: 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-background-size: 60% 60%;
                background-size: 60%;
        overflow: hidden; }
        .sec-services .elements .item .icon svg {
          height: 60px;
          width: 60px;
          fill: #242b3e; }
      .sec-services .elements .item .text {
        -webkit-box-flex: 1;
        -webkit-flex: 1 auto;
            -ms-flex: 1 auto;
                flex: 1 auto;
        width: -webkit-calc(100% - 180px);
        width: calc(100% - 180px); }
        .sec-services .elements .item .text h4 {
          margin-top: 0;
          color: #f53e3e;
          font-size: 20px;
          font-weight: 400;
          letter-spacing: 0.5px;
          margin-bottom: 17px; }
        .sec-services .elements .item .text p {
          color: #242b3e;
          font-size: 16px;
          font-weight: 300;
          line-height: 26px;
          letter-spacing: 0.4px;
          margin: 0; }

.sec-about {
  padding: 100px 0;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  position: relative; }
  .sec-about:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(36, 36, 36, 0.8); }
  .sec-about h2 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.36px;
    margin-top: 0;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    z-index: 1; }
  .sec-about p {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.2px;
    margin-bottom: 50px;
    position: relative;
    z-index: 1; }
  .sec-about .all-phons {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .sec-about .all-phons .phone {
      text-decoration: none;
      padding: 13px 70px;
      padding-right: 15px;
      position: relative;
      width: auto;
      border: 1px solid #f53e3e;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-right: 50px; }
      .sec-about .all-phons .phone:last-of-type {
        margin-right: 0; }
      .sec-about .all-phons .phone svg {
        fill: #f53e3e;
        height: 30px;
        width: 30px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 20px; }
      .sec-about .all-phons .phone .number {
        color: #ffffff;
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: 0.3px; }
      .sec-about .all-phons .phone .time {
        color: #ffffff;
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        text-transform: uppercase;
        letter-spacing: 0.16px;
        text-align: right;
        width: 100%;
        display: inline-block; }

.table-bordered {
  border: 1px solid #dee2e6; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 3rem;
  background-color: transparent;
  text-align: center; }

table {
  border-collapse: collapse; }

.table td, .table th {
  padding: .45rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  border: 1px solid #dee2e6; }

.main-footer {
  background-color: #fff;
  padding: 100px 40px;
  display: inline-block;
  width: 100%; }
  .main-footer .pull-left {
    float: left; }
  .main-footer .pull-right {
    float: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .main-footer .pull-right .phones-item {
      margin-right: 50px; }
      .main-footer .pull-right .phones-item svg {
        height: 20px;
        width: 20px;
        fill: #f53e3e;
        margin-right: 15px; }
      .main-footer .pull-right .phones-item p {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .main-footer .pull-right .phones-item p a {
          color: #242b3e;
          font-size: 20px;
          font-weight: 400;
          line-height: 1;
          text-decoration: none; }
    .main-footer .pull-right .mail-item {
      margin-right: 50px; }
      .main-footer .pull-right .mail-item svg {
        height: 20px;
        width: 20px;
        fill: #f53e3e;
        margin-right: 15px; }
      .main-footer .pull-right .mail-item p {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .main-footer .pull-right .mail-item p a {
          color: #242b3e;
          font-size: 20px;
          font-weight: 400;
          line-height: 1;
          text-decoration: none; }
    .main-footer .pull-right .address-item {
      margin-right: 50px; }
      .main-footer .pull-right .address-item svg {
        height: 20px;
        width: 20px;
        fill: #f53e3e;
        margin-right: 15px; }
      .main-footer .pull-right .address-item p {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .main-footer .pull-right .address-item p a {
          color: #242b3e;
          font-size: 20px;
          font-weight: 400;
          line-height: 1;
          text-decoration: none; }
   .social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 40px;
    border-left: 1px #242b3e solid; }
.main-header .social {
margin: 0;
border: 0;
}
    .social li {
      list-style-type: none; }
     .social li a {
        display: inline-block;
        padding: 10px 15px;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
         .social li a svg {
          height: 20px;
          width: 20px;
          fill: #636363; }
        .social li a:hover svg {
          fill: #f53e3e; }

.bottom-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #242b3e;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px 80px; }
  .bottom-footer p, .bottom-footer a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    margin: 0;
    text-decoration: none; }
  .bottom-footer a {
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s; }
    .bottom-footer a:hover {
      color: #f53e3e; }

@media (min-width: 480px) {
  .slide-nav {
    padding: 70px 30px 30px;
    width: 400px; }
    .slide-nav .nav-close {
      right: 30px;
      top: 25px; } }

@media (min-width: 576px) {
  .container {
    max-width: 100%; } }

@media (min-width: 768px) {
  .container {
    max-width: 100%; }
  .main-header {
    padding: 20px 0 10px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; }
  .main-header .main-logo {
    margin-left: 30px; }
    .main-header .main-logo svg {
      width: 58px;
      height: 58px; }
    .main-header .main-logo span {
      font-size: 19px;
      margin-top: 18px;
      margin-left: 15px; }
  .main-header .nav-toggle {
    margin-top: 20px;
    margin-right: 50px; }
  .slide-nav {
    width: 450px;
    padding: 100px 80px 30px; }
  .index-body .main-footer .fluid-container {
    padding-right: 65px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1170px; }
  .slide-nav {
    width: 575px;
    padding: 150px 150px 30px; }
    .slide-nav .main-nav {
      margin-bottom: 120px;
      position: relative; }
      .slide-nav .main-nav:after, .slide-nav .main-nav:before {
        content: '';
        width: 1px;
        height: 50px;
        background-color: #454545;
        position: absolute;
        right: 20px; }
      .slide-nav .main-nav:before {
        top: -80px; }
      .slide-nav .main-nav:after {
        bottom: -75px; }
    .slide-nav .nav-item h2,
    .slide-nav .nav-item h3,
    .slide-nav .nav-item h4 {
      margin: 15px 0; }
    .slide-nav .nav-close {
      top: 25px;
      right: 45px; } }

@media (min-width: 1366px) {
  .container {
    max-width: 1250px; } }

@media (min-width: 1440px) {
  .container {
    max-width: 1300px; } }

@media (max-width: 1485px) {
  .routes-section .routes-slider .slick-next {
    right: 20px; }
  .routes-section .routes-slider .slick-prev {
    left: 20px; }
  .slider-container form .order-content {
    min-width: 1120px; } }

@media (max-width: 1200px) {
  #canvas-container {
    height: 500px;
    width: 1000px;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10; }
  .main-footer .pull-right {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .slider-container form .order-content {
    min-width: 991px; } }

@media (max-width: 1080px) {
  .col-md-4 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
.col-md-8 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  #canvas-container {
    width: 100%;
    height: 400px; } }

@media (max-width: 992px) {
  .slider-container form .order-content h1 {
    font-size: 21px; }
  .main-header .pull-right .header-contacts {
    display: none; }
  .main-header .pull-right .header-phones {
    margin-right: 0; }
  .slider-container form .order-button {
    margin: 35px auto; }
  .slider-container form .order-content {
    min-width: 725px;
    padding: 20px; }
  #canvas-container {
    height: 350px; }
  .slider-container,
  .slider-container .main-slider .item {
    height: auto;
    min-height: 975px; }
  .sec-services .elements .item {
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px); }
  .sec-services .elements:before {
    position: absolute;
    content: '';
    height: 80%;
    width: 0;
    top: 50%;
    left: 50%;
    border: 1px #242b3e solid;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .sec-about .all-phons {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .sec-about .all-phons .phone {
    margin-right: 0;
    margin-bottom: 15px; } }

@media (max-width: 767px) {
  .main-header {
    padding: 15px 0; }
  .main-footer {
    background-color: #fff;
    padding: 15px;
    display: inline-block;
    width: 100%; }
  .sec-about {
    padding: 15px 0; }
  .sec-services {
    padding: 15px 0; }
  .routes-section {
    padding: 15px 0; }
  .routes-section h2,
  .sec-about h2,
  .sec-services h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 20px; }
  .slider-container form {
    width: 100%; }
  .slider-container form .order-content {
    min-width: 100%; } }

@media (max-width: 650px) {
  .col-md-4 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .slider-container form .order-content .form-col label,
  .slider-container form .order-content .form-col span {
    font-size: 16px;
    line-height: 25px; }
  .slider-container form .order-content .form-col .select-button span,
  .slider-container form .order-content .form-col input {
    min-width: 100%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #ffffff;
    color: #242b3e;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    padding: 10px;
    border: 0;
    outline: none; }
  .default-select select {
    min-width: 100%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #ffffff;
    color: #242b3e;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    padding: 9px 10px;
    border: 0;
    outline: none; }
  select {
    min-width: 100%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #ffffff;
    color: #242b3e;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    padding: 9px 10px;
    border: 0;
    outline: none; }
  .slider-container form .order-content .form-col {
    margin-bottom: 10px; }
  .slider-container form .order-content h1 {
    margin-top: 0; }
  .main-footer .pull-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .main-footer .pull-right .address-item,
  .main-footer .pull-right .mail-item,
  .main-footer .pull-right .phones-item {
    margin-right: 0; }
  .social {
    padding-left: 0;
    border: 0; }
  .main-footer .pull-right {
    width: 100%; }
  .main-footer .pull-left {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .bottom-footer {
    padding: 15px; }
  .sec-about p {
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.2px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1; }
  .sec-services .elements .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .sec-services .elements .item .text {
    width: 100%; }
  .sec-services .elements .item .icon {
    margin-right: 0; }
  .main-header .pull-right .header-phones {
    padding-left: 0; }
    .main-header .pull-right .header-phones svg {
      display: none; }
  .main-header .pull-right .header-phones p {
    margin-top: 3px;
    margin-bottom: 3px; }
    .main-header .pull-right .header-phones p a {
      font-size: 16px;
      line-height: 1.2; }
  .slider-container .slickArrows {
    padding: 0 15px 15px; } }

@media (max-width: 480px) {
.main-header .social {
display: none;}
  .main-footer .pull-right {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .main-footer .index-logo {
    margin-bottom: 15px; }
  .index-logo {
    position: relative;
    top: 10px; }
    .index-logo img {
      width: 135px; }
  .main-header {
    height: 86px; }
  .main-header .pull-right .header-phones p a {
    font-size: 14px;
    line-height: 1.2; }
  .slider-container form .order-button {
    display: block;
    min-width: auto;
    padding: 20px 40px; }
  .sec-about .all-phons .phone .number {
    font-size: 18px;
    line-height: 1.2; }
  .sec-about .all-phons .phone .time {
    font-size: 14px;
    line-height: 1.2; }
  .sec-about .all-phons .phone {
    padding-right: 15px; }
  .main-footer .pull-right div p a {
    font-size: 16px !important;
    line-height: 1.2 !important; }
  .main-footer .pull-right div p {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important; }
  .sec-services .elements .item .icon {
    height: 100px;
    width: 100px;
    margin-bottom: 10px; }
    .sec-services .elements .item .icon svg {
      width: 40px;
      height: 40px; }
.routes-section .routes-slider .item {
margin: 0;
}
.routes-section .routes-slider .slick-next {
right: 0;
    height: 25px;
    width: 25px; }
.routes-section .routes-slider .slick-prev {
left: 0;
height: 25px;
    width: 25px; }
.routes-section .routes-slider .item .hover-content {
padding: 3rem;
    height: 80%;}
.routes-section .routes-slider .item .route-info {
height: 20%;
padding: 1rem;
} }
#date_range .ui-helper-clearfix::before, #date_range .ui-helper-clearfix::after {
content: none;
}

.main-footer .pull-right .phones-item p a {
white-space: nowrap;
}
.main-footer .pull-right {
    flex-wrap: wrap;
}