/*!
Theme Name: LCS Limousine Car Spiritka
Theme URI: https://dle.cz
Author: Roman Pata
Author URI: https://dle.cz
Version: 1.0.0

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Mixins
# Normalize
# Grid
# Typography
# Elements
## Lists
## Tables
## Preloader
## ToTop button
## Tags
## Sidebar
# Navigation
## Breadcrumbs
## Main Menu
## Paginations
# Forms
## Buttons
## Fields
## Comment-form
# Header&Footer
# Modules
## Isotop gallery
## Swiper
# Pages
# Plugins
# Colors


--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
font-family: "Open Sans", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

a:active,
a:hover {
  outline: 0;
  text-decoration: none; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

ul, ol, menu {
  margin: 0 0 1.5em 0;
  padding-left: 0;
  list-style-type: none; }
  ul:last-child, ol:last-child, menu:last-child {
    margin-bottom: 0; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.1em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

/* Inline list */
.inline-list {
  padding: 0;
  margin: 0;
  list-style: none; }
  .inline-list li {
    display: inline-block; }

.container {
  width: auto; }

/*--------------------------------------------------------------
# Grid & Masonry layout
--------------------------------------------------------------*/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  @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: 1200px) {
    .container {
      max-width: 1200px; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .container-fluid:before, .container-fluid:after {
    content: none; }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }
  .row:before, .row:after {
    content: none; }

.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, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
  position: relative;
  min-height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  float: none; }

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

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

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

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

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

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

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

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

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

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

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

.col-xs-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-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 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-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 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-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 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-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: 1200px) {
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-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%; } }

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

.col-xs-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1; }

.col-xs-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

@media (min-width: 544px) {
  .col-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .col-sm-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; } }

@media (min-width: 768px) {
  .col-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .col-md-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; } }

@media (min-width: 992px) {
  .col-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .col-lg-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; } }

@media (min-width: 1200px) {
  .col-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .col-xl-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; } }

@media (min-width: 1650px) {
  .col-xxl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .col-xxl-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; } }

.row-xs-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

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

.row-xs-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

@media (min-width: 544px) {
  .row-sm-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .row-sm-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .row-sm-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media (min-width: 768px) {
  .row-md-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .row-md-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .row-md-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media (min-width: 992px) {
  .row-lg-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .row-lg-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .row-lg-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media (min-width: 1200px) {
  .row-xl-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .row-xl-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .row-xl-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; } }

@media (min-width: 1650px) {
  .row-xxl-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .row-xxl-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .row-xxl-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; } }

.col-xs-top {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; }

.col-xs-center {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }

.col-xs-bottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end; }

@media (min-width: 544px) {
  .col-sm-top {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start; }
  .col-sm-center {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
  .col-sm-bottom {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end; } }

@media (min-width: 768px) {
  .col-md-top {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start; }
  .col-md-center {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
  .col-md-bottom {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end; } }

@media (min-width: 992px) {
  .col-lg-top {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start; }
  .col-lg-center {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
  .col-lg-bottom {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end; } }

@media (min-width: 1200px) {
  .col-xl-top {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start; }
  .col-xl-center {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
  .col-xl-bottom {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end; } }

@media (min-width: 1650px) {
  .col-xxl-top {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start; }
  .col-xxl-center {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
  .col-xxl-bottom {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end; } }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font-size: 16px;
  font-size: 1rem; }

body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  font-weight: 400; }
  @media (min-width: 544px) {
    body {
      font-size: 18px;
      line-height: 24px; } }
  @media (max-width: 991px) {
    body {
      font-size: 16px;
      line-height: 24px; } }

h1 {
  font-size: 50px;
  line-height: 1em;
  margin: 0 0 20px;
  font-weight: 400; }
  @media (min-width: 1650px) {
    h1 {
      font-size: 64px; } }
  @media (min-width: 992px) {
    h1 {
      font-size: 50px;
      margin: 0 0 35px; } }
  @media (max-width: 991px) {
    h1 {
      font-size: 38px; } }

h2 {
  font-size: 36px;
  line-height: 1em;
  margin: 0 0 20px;
  font-weight: 400; }
  @media (min-width: 1650px) {
    h2 {
      font-size: 56px; } }
  @media (min-width: 992px) {
    h2 {
      font-size: 46px;
      margin: 0 0 30px; } }

h3 {
  font-size: 25px;
  line-height: 1em;
  margin: 0 0 4px;
  font-weight: 700;
  }
  @media (min-width: 992px) {
    h3 {
      font-size: 30px;
      /* margin: 0 0 25px; */
      } }
  @media (min-width: 1650px) {
    h3 {
      font-size: 30px;
      } }
  @media (max-width: 991px) {
    h3 {
      font-size: 28px;
      /* margin: 0 0 25px; */
      } }

h4 {
  font-size: 20px;
  line-height: 1.2em;
  margin: 0 0 20px;
  font-weight: 400; }
  @media (min-width: 992px) {
    h4 {
      font-size: 24px;
      margin: 0 0 25px; } }
  @media (max-width: 991px) {
    h4 {
      font-size: 22px;
      margin: 0 0 25px;
      } }

h5 {
  font-size: 18px;
  line-height: 1.1em;
  font-weight: 400;
  margin: 0 0 20px; }
  @media (min-width: 992px) {
    h5 {
      font-size: 22px; } }

h6 {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 400;
  margin: 0 0 8px; }
  @media (min-width: 992px) {
    h6 {
      font-size: 20px; } }

h1, h2, h3, h4, h5, h6 {
  color: #2b2d38; }
  h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
    margin-bottom: 0; }
  p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
    margin-top: 25px; }
    @media (min-width: 544px) {
      p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
        margin-top: 45px; } }

.heading_block h1, .heading_block h2, .heading_block h3, .heading_block h4, .heading_block h5, .heading_block h6 {
  margin: 0 0 20px;
  line-height: 1em; }
  .heading_block h1 small, .heading_block h2 small, .heading_block h3 small, .heading_block h4 small, .heading_block h5 small, .heading_block h6 small {
    font-size: 14px;
    line-height: 1em;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
    width: auto; }
    @media (min-width: 1200px) {
      .heading_block h1 small, .heading_block h2 small, .heading_block h3 small, .heading_block h4 small, .heading_block h5 small, .heading_block h6 small {
        width: 55px; } }

a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #6678ea; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
a:hover {
  color: #646464; }

p {
  margin: 0 0 24px; }
  p:last-child {
    margin-bottom: 0; }

dfn, em, i {
  font-style: italic; }

cite {
  font-style: normal; }

address {
  margin: 0 0 1.4em; }

pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.33;
  overflow: auto;
  max-width: 100%;
  margin: 0 0 1.5em;
  padding: 1.5em;
  background: #eee;
  border: 1px solid #d5d5d5;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-size: 16px;
  font-size: 1rem; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

code {
  padding: 1px 5px;
  border: 1px solid #ECECEE;
  font-size: 18px;
  font-size: 1.125rem; }

abbr, acronym {
  cursor: help;
  border-bottom: 1px dotted #b8b8b8; }

mark, ins {
  font-style: italic;
  text-decoration: none;
  border-bottom: 1px solid; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  background: #ffffff;
  /* Fallback for when there is no custom background color defined. */ }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: top; }

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

blockquote {
  font-style: italic;
  margin: 40px 0 30px;
  padding-left: 87px;
  position: relative;
  border: none; }
  blockquote .author {
    display: block;
    font-style: normal;
    font-weight: 700;
    color: #6678ea;
    padding-top: 22px; }
  blockquote:after {
    font-family: 'iconfont';
    content: "\e914";
    font-size: 48px;
    line-height: 1em;
    font-style: normal;
    position: absolute;
    color: #6678ea;
    left: 0;
    top: 10px; }

hr {
  background-color: #ECECEE;
  border: 0;
  height: 1px;
  margin: 60px 0;
  clear: both; }

.panel-group .panel-title {
  font-size: 22px;
  line-height: 30px;
  color: #2b2b2b;
  font-weight: bold;
  text-decoration: none;
  position: relative; }
  .panel-group .panel-title > a {
    display: block;
    padding-left: 100px;
    text-decoration: none; }
    .panel-group .panel-title > a.collapsed:after {
      content: "+";
      line-height: 68px; }
    .panel-group .panel-title > a:after {
      text-align: center;
      position: absolute;
      width: 69px;
      height: 69px;
      font-size: 30px;
      line-height: 67px;
      -webkit-border-radius: 620px;
              border-radius: 620px;
      content: "-";
      background: #6678ea;
      color: #ffffff;
      left: 0;
      top: -20px; }

.panel-group .panel-default {
  border: none;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px 0 25px;
  margin-bottom: 15px;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .panel-group .panel-default:last-child {
    border-bottom: none; }
  .panel-group .panel-default .panel-collapse {
    position: relative;
    padding-left: 90px; }
  .panel-group .panel-default > .panel-heading {
    background: none;
    padding-left: 0;
    padding-right: 0; }
    .panel-group .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border: none; }
  .panel-group .panel-default .panel-body {
    border: none; }
  .panel-group .panel-default + .panel-collapse > .list-group {
    border: none; }

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/
ul, ol {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold; }
  ul.list__marker li, ol.list__marker li {
    padding: 7px 0 8px 32px;
    position: relative; }
    ul.list__marker li a, ol.list__marker li a {
      color: #000000; }
      ul.list__marker li a:hover, ol.list__marker li a:hover {
        color: #6678ea; }
  ul.list__marker li:before, ol.list__marker li:before {
    position: absolute;
    left: 0;
    font-family: 'iconfont';
    content: "\e91b";
    color: #6678ea;
    font-size: 16px;
    display: inline-block;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  @media (min-width: 992px) {
    ul.list__marker li, ol.list__marker li {
      padding-left: 60px; }
      ul.list__marker li:before, ol.list__marker li:before {
        left: 25px; } }
  ul.list__marker-additional li, ol.list__marker-additional li {
    padding: 6px 0;
    position: relative; }
    ul.list__marker-additional li a, ol.list__marker-additional li a {
      color: #000000; }
      ul.list__marker-additional li a:hover, ol.list__marker-additional li a:hover {
        color: #6678ea; }
  ul.list__marker-additional li:before, ol.list__marker-additional li:before {
    font-family: 'iconfont';
    content: "\e907";
    color: #6678ea;
    font-size: 16px;
    display: inline-block;
    margin-right: 10px; }
  ul.footer-list, ol.footer-list {
    font-weight: normal; }
    ul.footer-list li, ol.footer-list li {
      padding: 3px 0 3px 0; }
  ul.list-categories li, ol.list-categories li {
    font-weight: normal;
    padding: 5px 0 4px;
    letter-spacing: -0.02em; }
    ul.list-categories li a, ol.list-categories li a {
      color: #000000; }
      ul.list-categories li a:hover, ol.list-categories li a:hover {
        color: #6678ea; }
    ul.list-categories li .count, ol.list-categories li .count {
      color: #b1b1b1; }
  ul.list-categories li:before, ol.list-categories li:before {
    font-family: 'iconfont';
    content: "\e913";
    color: #6678ea;
    font-size: 18px;
    display: inline-block;
    margin-right: 12px;
    position: relative;
    top: -1px; }
  ul.list-tags, ol.list-tags {
    position: relative;
    list-style: none;
    margin: 30px 0 0;
    padding: 0; }
    ul.list-tags li, ol.list-tags li {
      display: inline-block;
      padding: 0;
      margin-bottom: 5px;
      margin-right: 2px; }

ol.list__numeric {
  margin: 0;
  counter-reset: item; }
  ol.list__numeric li {
    display: block;
    padding: 7px 0 8px 0;
    position: relative; }
    ol.list__numeric li a {
      color: #000000; }
      ol.list__numeric li a:hover {
        color: #6678ea; }
    ol.list__numeric li:before {
      content: counter(item) ". ";
      counter-increment: item;
      color: #6678ea;
      display: inline-block;
      margin-right: 12px; }

.social-list__text {
  font-size: 20px;
  display: none;
  padding-bottom: 7px; }
  @media (min-width: 768px) {
    .social-list__text {
      display: block; } }

.social-list__icons li {
  display: inline-block;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  margin-right: 13px; }
  .social-list__icons li a {
    color: #2b2b2b;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    .social-list__icons li a:hover {
      color: #6678ea;
      text-decoration: none; }
    .social-list__icons li a:focus, .social-list__icons li a:active {
      text-decoration: none; }

@media (min-width: 768px) {
  .site-footer .social-list__icons {
    text-align: right; } }

@media (max-width: 543px) {
  .site-footer .social-list__icons {
    text-align: center;
    padding-bottom: 15px; } }

.site-footer .social-list__icons li a {
  color: #ffffff; }
  .site-footer .social-list__icons li a:hover {
    color: #6678ea; }

.contact-info-block .social-list__icons li {
  font-size: 20px;
  margin-right: 8px; }
  @media (max-width: 991px) {
    .contact-info-block .social-list__icons li {
      margin-right: 3px;
      margin-bottom: 15px; } }
  .contact-info-block .social-list__icons li a {
    position: relative;
    display: inline-block;
    border: 5px solid #6678ea;
    line-height: 50px;
    width: 58px;
    height: 58px;
    -webkit-border-radius: 620px;
            border-radius: 620px;
    background: #ffffff; }
    .contact-info-block .social-list__icons li a:hover {
      background: #6678ea;
      color: #ffffff; }
    .contact-info-block .social-list__icons li a:after {
      position: absolute;
      content: "";
      bottom: -13px;
      left: 50%;
      margin-left: -7px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 7.5px 0 7.5px;
      border-color: #6678ea transparent transparent transparent; }

.post-column {
  background: #313336;
  text-align: center;
  width: 100%; }
  .post-column figure {
    margin-bottom: 20px; }
  .post-column__content {
    padding: 0 20px 20px; }
    @media (min-width: 1650px) {
      .post-column__content {
        padding: 0 40px 28px; } }
  .post-column h3 {
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 17px; }
    @media (max-width: 991px) {
      .post-column h3 {
        font-size: 28px; } }
    @media (max-width: 767px) {
      .post-column h3 {
        font-size: 24px; } }
  .post-column .text-link {
    display: block;
    margin-bottom: 25px; }
    @media (max-width: 767px) {
      .post-column .text-link {
        font-size: 20px; } }
  .post-column .btn.btn__marker {
    color: #ffffff;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
    .post-column .btn.btn__marker:hover {
      color: #6678ea; }
  @media (min-width: 768px) {
    .post-column {
      margin-bottom: 0; } }

/*--------------------------------------------------------------
## Tags
--------------------------------------------------------------*/
.tag, .list-tags li a {
  display: block;
  border: 1px solid #b8b8b8;
  color: #000000;
  font-size: 15px;
  line-height: 25px;
  padding: 5px 14px 4px;
  font-weight: normal;
  text-decoration: none;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .tag:hover, .list-tags li a:hover {
    background-color: #6678ea;
    border-color: #6678ea;
    color: #ffffff; }

/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/
.price-table {
  width: 100%;
  text-align: left;
  margin-bottom: 20px; }
  @media (min-width: 1200px) {
    .price-table {
      margin-bottom: 100px; } }
  .price-table__title {
    font-size: 14px; }
    .price-table__title > td:first-child {
      font-size: 16px;
      color: #6678ea;
      font-weight: bold; }
      @media (min-width: 768px) {
        .price-table__title > td:first-child {
          font-size: 18px; } }
  .price-table tr td {
    line-height: 20px;
    padding: 10px 5px 10px 10px; }
    @media (min-width: 768px) {
      .price-table tr td {
        line-height: 30px;
        padding: 15px 10px 15px 30px; } }
  .price-table tr:not(.price-table__title):nth-child(even) {
    background: #f3f4f7; }
  .price-table tr:not(.price-table__title) {
    background: #f8f8fa; }

/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Style for Sidebar
--------------------------------------------------------------*/
@media (max-width: 767px) {
  .sidebar {
    padding-top: 50px;
    /* border-top: 1px solid #b8b8b8; */
    } }

.sidebar-block {
  margin-bottom: 35px;
text-align: center}
  @media (min-width: 768px) {
    .sidebar-block {
      margin-bottom: 75px; } }
  .sidebar-block h3 {
    margin-bottom: 32px; }

.calendar__header {
  text-transform: uppercase;
  padding: 0 0 18px; }

.calendar__footer {
  font-size: 18px;
  padding: 10px 0 0; }
  .calendar__footer a {
    color: #646464; }
    .calendar__footer a:hover {
      color: #6678ea; }

.calendar table {
  background: #fff;
  border-collapse: collapse;
  color: #222;
  font-size: 15px;
  width: 100%;
  max-width: 350px; }

.calendar th,
.calendar td {
  border: 1px solid #ffffff;
  outline: 1px solid  #f6f6f6;
  margin: 1px;
  color: #484848;
  cursor: pointer;
  line-height: 38px;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .calendar th:hover,
  .calendar td:hover {
    background-color: #f5f5f5; }

.calendar th {
  background-color: #f5f5f5; }

.calendar tr:first-child td {
  color: #222;
  font-weight: 700;
  padding-bottom: 10px; }

.calendar .selected, .calendar .selected:hover {
  background-color: #6678ea;
  color: #fff; }

/*
	add new style
*/
.tt-form-search {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start; }
  .tt-form-search .form-control {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    padding: 6px 10px 7px 17px;
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
    font-size: 18px;
    height: 47px;
    -webkit-border-radius: 0px;
            border-radius: 0px;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .tt-form-search .form-control + .btn {
      margin-left: 5px; }
  .tt-form-search .btn {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    padding: 6px 5px 6px;
    min-width: 63px;
    font-size: 16px;
    height: 47px;
    -webkit-border-radius: 4px;
            border-radius: 4px; }
  .tt-form-search ::-webkit-input-placeholder {
    color: #000000; }
  .tt-form-search ::-moz-placeholder {
    color: #000000; }
  .tt-form-search :-moz-placeholder {
    color: #000000; }
  .tt-form-search :-ms-input-placeholder {
    color: #000000; }
  .tt-form-search input:focus::-webkit-input-placeholder {
    color: transparent; }
  .tt-form-search input:focus:-moz-placeholder {
    color: transparent; }
  .tt-form-search input:focus::-moz-placeholder {
    color: transparent; }
  .tt-form-search input:focus:-ms-input-placeholder {
    color: transparent; }

@media (min-width: 768px) {
  #page-content .post-list:not(:last-child),
  #page-content .post-single:not(:last-child) {
    padding-right: 55px !important; } }

@media (max-width: 767px) {
  .price-slider .input__block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

/*--------------------------------------------------------------
## Preloader
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# PreLoader
--------------------------------------------------------------*/
.plash {
  position: fixed;
  z-index: 10000;
  background: #ffffff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

#scene {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -135px 0 0 -100px;
  z-index: 100000;
  width: 200px;
  height: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 620px;
          border-radius: 620px;
  overflow: hidden;
  -moz-perspective: 120px;
  -moz-transform-style: preserve-3d;
  -moz-perspective-origin: 50% 50%;
  -webkit-perspective: 120;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  perspective: 120;
  perspective-origin-x: 50%;
  perspective-origin-y: 50%;
  -webkit-box-shadow: 0 0 5px rgba(102, 120, 234, 0.5);
          box-shadow: 0 0 5px rgba(102, 120, 234, 0.5);
  background: #6678ea;
  -webkit-border-radius: 50%;
          border-radius: 50%; }
  #scene:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 35px;
    bottom: 30%;
    left: 50%;
    background: url(../images/car_loader.png) 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    z-index: 1;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
    -webkit-animation: drive_first 3100ms infinite ease;
    animation: drive_first 3100ms infinite ease; }
  #scene > span {
    position: absolute;
    width: 50px;
    height: 35px;
    left: 20%;
    bottom: 80%;
    background: url(../images/car_loader.png) 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    z-index: 1;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: all 10s ease;
    -o-transition: all 10s ease;
    transition: all 10s ease;
    -webkit-animation: drive 2100ms infinite ease;
    animation: drive 2100ms infinite ease; }

.loading {
  top: 50%;
  margin-top: 93px;
  position: absolute;
  bottom: 0;
  font-size: 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #6678ea;
  font-weight: bold;
  text-align: center; }
  .loading > span {
    -webkit-animation: fadeIn 1100ms infinite ease;
    animation: fadeIn 1100ms infinite ease; }
  .loading.loading-second {
    margin-top: 0; }

#road {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  background: #6678ea;
  position: absolute;
  right: 0;
  top: 0;
  border-top: none;
  border-bottom: none; }
  #road:after, #road:before {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    width: 2px;
    background: #ffffff; }
  #road:after {
    right: 16px; }
  #road:before {
    left: 16px; }

#stripes {
  -webkit-animation: striper 1100ms infinite linear;
  animation: striper 1100ms infinite linear;
  width: 0px;
  height: 1200px;
  margin: 0 auto;
  border: dashed 2px #ffffff;
  border-left: none;
  position: relative;
  top: -200px; }

@-webkit-keyframes "fadeIn" {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes "fadeIn" {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes "drive_first" {
  0% {
    bottom: -70%; }
  100% {
    bottom: 180%; } }

@keyframes "drive_first" {
  0% {
    bottom: -70%; }
  100% {
    bottom: 180%; } }

@-webkit-keyframes "drive" {
  0% {
    bottom: -50%; }
  100% {
    bottom: 150%; } }

@keyframes "drive" {
  0% {
    bottom: -50%; }
  100% {
    bottom: 150%; } }

@-webkit-keyframes "striper" {
  0% {
    top: -200px; }
  100% {
    top: 0px; } }

@keyframes "striper" {
  0% {
    top: -200px; }
  100% {
    top: 0px; } }

/*--------------------------------------------------------------
## ToTop button
--------------------------------------------------------------*/
.scrollup {
  background: #6678ea;
  color: #ffffff;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 620px;
          border-radius: 620px;
  position: fixed;
  bottom: 60px;
  right: 20px;
  display: none;
  text-align: center;
  z-index: 100; }
  .scrollup i {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  .scrollup:hover {
    background: #4a4a4a; }
    .scrollup:hover i {
      color: #ffffff; }
    .scrollup:hover:after {
      webkit-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1; }
  .scrollup:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    -webkit-box-shadow: 0 0 0 4px #4a4a4a;
            box-shadow: 0 0 0 4px #4a4a4a;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(0.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, -webkit-transform 0.2s;
    -o-transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
    transform: scale(0.8);
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
  .scrollup i {
    font-size: 30px;
    line-height: 57px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    margin-left: -30px; }
  @media (max-width: 767px) {
    .scrollup {
      width: 40px;
      height: 40px; }
      .scrollup i {
        font-size: 20px;
        line-height: 37px;
        margin-left: -20px; } }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Main menu
--------------------------------------------------------------*/
.header-navigation-wrap .navbar-fixed-top,
.mobile-top-panel__fixed .navbar-fixed-top {
  border: none;
  margin: 0; }
  @media (min-width: 768px) {
    .header-navigation-wrap .navbar-fixed-top,
    .mobile-top-panel__fixed .navbar-fixed-top {
      position: relative; } }

.header-navigation-wrap .navbar-default,
.mobile-top-panel__fixed .navbar-default {
  background: none; }
  .header-navigation-wrap .navbar-default .navbar-header .navbar-toggle,
  .mobile-top-panel__fixed .navbar-default .navbar-header .navbar-toggle {
    background: none;
    border: none;
    float: left;
    margin: 6px 0 0; }
    .header-navigation-wrap .navbar-default .navbar-header .navbar-toggle .icon-bar,
    .mobile-top-panel__fixed .navbar-default .navbar-header .navbar-toggle .icon-bar {
      background: #020202;
      position: relative;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .header-navigation-wrap .navbar-default .navbar-header .navbar-toggle.opened .icon-bar:nth-child(2n+1),
    .mobile-top-panel__fixed .navbar-default .navbar-header .navbar-toggle.opened .icon-bar:nth-child(2n+1) {
      opacity: 0; }
    .header-navigation-wrap .navbar-default .navbar-header .navbar-toggle.opened .sr-only + .icon-bar,
    .mobile-top-panel__fixed .navbar-default .navbar-header .navbar-toggle.opened .sr-only + .icon-bar {
      top: 6px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .header-navigation-wrap .navbar-default .navbar-header .navbar-toggle.opened .icon-bar:last-child,
    .mobile-top-panel__fixed .navbar-default .navbar-header .navbar-toggle.opened .icon-bar:last-child {
      top: -6px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }

.mobile-top-panel__fixed .navbar-fixed-top {
  z-index: 9; }

.mobile-top-panel__fixed .social-list {
  float: right;
  margin: 7px 5px 0 0;
  position: relative;
  z-index: 10; }

.mobile-top-panel__fixed .menu-navigation {
  border: none; }

.navbar {
  min-height: auto; }
  .navbar .menu-navigation {
    border: none;
    margin: 6px 0 0;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
    padding: 20px 1.875rem; }
    @media (max-width: 767px) {
      .navbar .menu-navigation {
        padding: 0px 1.875rem; }
        .navbar .menu-navigation .menu-navigation__list {
          padding-top: 20px;
          padding-bottom: 20px; } }
    @media (min-width: 768px) {
      .navbar .menu-navigation .menu-navigation__list .sub-menu li > a > i {
        top: 4px; } }
    .mobile-top-panel__fixed .navbar .menu-navigation {
      background: #e6e6e6;
      margin-top: 0; }
    .navbar .menu-navigation .divider {
      display: none; }
    @media (min-width: 992px) {
      .navbar .menu-navigation {
        margin: 0;
        padding: 0; } }
    .navbar .menu-navigation .navbar-nav {
      margin: 0; }
    .navbar .menu-navigation__list {
      text-transform: uppercase;
      font-size: 16px;
      float: none; }
      @media (min-width: 1200px) {
        .navbar .menu-navigation__list {
          font-size: 18px; } }
      .navbar .menu-navigation__list li {
        position: relative; }
      .navbar .menu-navigation__list > li:first-child {
        margin-left: 0; }
      .navbar .menu-navigation__list > li > .dropdown-menu {
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0);
        top: 100% !important; }
        .navbar .menu-navigation__list > li > .dropdown-menu .dropdown-menu {
          left: 100%; }
      @media (min-width: 768px) {
        .navbar .menu-navigation__list > li {
          padding: 10px 0 10px;
          margin: 0 5px 0 0; } }
      @media (min-width: 1200px) {
        .navbar .menu-navigation__list > li {
          padding: 27px 0 24px;
          margin: 0; } }
      .navbar .menu-navigation__list > li > a {
        padding: 5px 0;
        color: #020202;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        @media (min-width: 768px) {
          .navbar .menu-navigation__list > li > a {
            padding: 0; } }
        .navbar .menu-navigation__list > li > a.has-submenu {
          padding-right: 15px; }
      .navbar .menu-navigation__list > li.current, .navbar .menu-navigation__list > li.open, .navbar .menu-navigation__list > li:hover {
        background: none; }
      .navbar .menu-navigation__list > li.current > a,
      .navbar .menu-navigation__list > li.open > a,
      .navbar .menu-navigation__list > li.open > a:hover,
      .navbar .menu-navigation__list > li > a:hover {
        background: none;
        color: #6678ea; }
      .navbar .menu-navigation__list li.open .dropdown-menu > li > a:hover {
        background: #6678ea;
        color: #ffffff;
        z-index: 1000; }
      .navbar .menu-navigation__list li > .dropdown-menu {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s; }
        @media (max-width: 767px) {
          .navbar .menu-navigation__list li > .dropdown-menu {
            background: none; } }
      .navbar .menu-navigation__list li.open .dropdown-menu {
        opacity: 1;
        visibility: visible; }
      .navbar .menu-navigation__list li a {
        background: none; }
        .navbar .menu-navigation__list li a i {
          position: absolute;
          top: 0px;
          font-size: 1em;
          width: 30px;
          height: 30px;
          line-height: 30px;
          text-align: center;
          text-shadow: none;
          -webkit-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s; }
          @media (min-width: 768px) {
            .navbar .menu-navigation__list li a i {
              font-size: 0.45em; } }
      @media (max-width: 991px) {
        .navbar .menu-navigation__list > li > a.highlighted i {
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg); } }
      .navbar .menu-navigation__list > li > a > i {
        right: 10px;
        top: -3px; }
        @media (min-width: 768px) {
          .navbar .menu-navigation__list > li > a > i {
            right: 0;
            width: auto;
            height: auto; } }
      @media (max-width: 991px) {
        .navbar .menu-navigation__list > li ul li a.highlighted i {
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg); } }
      .navbar .menu-navigation__list > li ul li a i {
        right: 10px;
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg); }

.dropdown-menu {
  padding: 10px 0;
  min-width: 30px !important;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  }
  @media (min-width: 768px) {
    .dropdown-menu {
      -webkit-transform: translate(0, -14px);
          -ms-transform: translate(0, -14px);
              transform: translate(0, -14px);
      padding: 20px 0; } }
  .dropdown-menu > li > a {
    padding: 10px 20px; }
    .dropdown-menu > li > a:hover {
      background-color: #6678ea;
      color: #ffffff; }

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  text-align: center;
  background: #f5f5f5;
  padding: 19px 0 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 25px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  @media (min-width: 1200px) {
    .breadcrumbs.without_title {
      min-height: 132px; } }
  @media (min-width: 1200px) {
    .breadcrumbs {
      min-height: 180px;
      margin-bottom: 95px; } }
  @media (min-width: 1650px) {
    .breadcrumbs {
      min-height: 232px; } }
  .breadcrumbs__title {
    font-size: 30px;
    line-height: 1em;
    margin-bottom: 11px; }
    @media (min-width: 1200px) {
      .breadcrumbs__title {
        font-size: 64px; } }
    @media (min-width: 992px) {
      .breadcrumbs__title {
        font-size: 50px; } }
  .breadcrumbs .breadcrumbs__title + .breadcrumbs__items {
    font-size: 18px; }
  .breadcrumbs__items {
    font-size: 16px;
    font-weight: 500;
    color: #272727; }
    @media (min-width: 992px) {
      .breadcrumbs__items {
        font-size: 24px; } }
    .breadcrumbs__items span {
      display: inline-block;
      margin: 0 16px; }
  .breadcrumbs__item-link {
    color: #272727;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    .breadcrumbs__item-link:hover {
      color: #6678ea; }

@media (min-width: 1200px) {
  .ie .breadcrumbs.without_title {
    height: 132px; } }

@media (min-width: 1200px) {
  .ie .breadcrumbs {
    height: 180px; } }

@media (min-width: 1650px) {
  .ie .breadcrumbs {
    height: 232px; } }

.ie .breadcrumbs .row div[class^="col-"] {
  -webkit-box-flex: inherit;
  -webkit-flex: inherit;
      -ms-flex: inherit;
          flex: inherit; }

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.pagination {
  padding-top: 42px; }
  .pagination li {
    display: inline-block; }
    .pagination li a {
      display: inline-block;
      text-align: center;
      width: 56px;
      height: 56px;
      font-size: 18px;
      line-height: 54px;
      -webkit-border-radius: 6px;
              border-radius: 6px;
      border: 1px solid #b8b8b8;
      margin: 0 6px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .pagination li:first-child {
      margin-left: 0; }
    .pagination li:hover a, .pagination li.active a {
      border-color: #6678ea;
      background: #6678ea;
      color: #ffffff; }
    .pagination li:hover a {
      color: #ffffff; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  line-height: 1;
  display: inline-block;
  max-width: 100%;
  padding: 15px 29px 15px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  vertical-align: top;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2em;
  outline: none;
  border: none;
  background: #6678ea;
  color: #ffffff;
  font-size: 14.4px;
  font-size: 0.9rem;
  -webkit-border-radius: 6px;
          border-radius: 6px; }
  @media (min-width: 992px) {
    button,
    input[type='button'],
    input[type='reset'],
    input[type='submit'] {
      font-size: 16px;
      font-size: 1rem;
      font-weight: 700;
      letter-spacing: 0;
      padding: 18px 40px 20px; } }
  button:hover, button:focus,
  input[type='button']:hover,
  input[type='button']:focus,
  input[type='reset']:hover,
  input[type='reset']:focus,
  input[type='submit']:hover,
  input[type='submit']:focus {
    background: #2b2b2b;
    color: #ffffff; }

.btn {
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  max-width: 100%;
  padding: 15px 29px 15px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  vertical-align: top;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2em;
  outline: none;
  border: none;
  background: #6678ea;
  color: #ffffff;
  font-size: 14.4px;
  font-size: 0.9rem;
  -webkit-border-radius: 6px;
          border-radius: 6px; }
  @media (min-width: 992px) {
    .btn {
      font-size: 16px;
      font-size: 1rem;
      font-weight: 700;
      letter-spacing: 0;
      padding: 18px 40px 20px; } }
  .btn:hover, .btn:focus {
    background: #2b2b2b;
    color: #ffffff; }
  .btn:hover {
    text-decoration: none; }
  .btn:active, .btn:focus {
    outline: none !important; }
  .btn-fullwidth {
    width: 100%; }
  .btn.btn-default {
    background-color: transparent;
    border: 1px solid #b2bbf4;
    color: #2b2b2b; }
    .btn.btn-default:hover {
      background-color: #b2bbf4;
      color: #ffffff; }
  .btn.btn-mini {
    padding: 14px 26px 14px;
    font-size: 16px; }
  .btn.btn-alt {
    background-color: transparent;
    border: 1px solid #b7b7b7;
    color: #2b2b2b; }
    .btn.btn-alt:hover {
      background-color: #b7b7b7;
      color: #ffffff; }
  .btn.btn__marker {
    background-color: transparent;
    padding: 0;
    -webkit-border-radius: 620px;
            border-radius: 620px;
    color: #6678ea;
    font-size: 41.6px;
    font-size: 2.6rem; }
    .btn.btn__marker:hover {
      color: #646464; }
  .btn.btn-gradient {
    color: #000000;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    background-image: -o-linear-gradient(#cacdd3, #7d838e);
    background-image: -webkit-linear-gradient(#cacdd3, #7d838e);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#cacdd3), to(#7d838e));
    background-image: linear-gradient(#cacdd3, #7d838e); }
    .btn.btn-gradient:hover {
      background: #2b2b2b;
      color: #ffffff; }
  .btn.invert {
    background: #2b2b2b; }
    .btn.invert:hover {
      background: #6678ea; }
  .model-info.swiper-slide-active .btn:hover {
    color: #2b2b2b;
    background: #ffffff; }

.link {
  display: inline-block;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  font-weight: 600; }
  .link i {
    font-size: 14px;
    line-height: 18px;
    margin-left: 5px; }

/*--------------------------------------------------------------
## Fields
--------------------------------------------------------------*/
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 16px 20px 17px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: #ffffff;
  font-size: 18px;
  line-height: 1.2em;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: #000000; }
  input[type='text']:focus,
  input[type='email']:focus,
  input[type='url']:focus,
  input[type='password']:focus,
  input[type='search']:focus,
  input[type='number']:focus,
  input[type='tel']:focus,
  input[type='range']:focus,
  input[type='date']:focus,
  input[type='month']:focus,
  input[type='week']:focus,
  input[type='time']:focus,
  input[type='datetime']:focus,
  input[type='datetime-local']:focus,
  input[type='color']:focus,
  select:focus,
  textarea:focus {
    outline: none;
    -webkit-box-shadow: 0 0 6px rgba(102, 120, 234, 0.4);
            box-shadow: 0 0 6px rgba(102, 120, 234, 0.4); }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  width: 20px;
  height: 20px;
  background: none;
  cursor: pointer; }

button,
input[type='submit'],
input[type='reset'] {
  cursor: pointer; }
  button:focus,
  input[type='submit']:focus,
  input[type='reset']:focus {
    outline: 0; }

select {
  border: 1px solid #ffffff;
  padding: 13px 28px 10px 10px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: #ffffff url(../images/arrow_select.png) right 53% no-repeat; }

textarea {
  width: 100%;
  height: 215px;
  min-height: 215px;
  resize: vertical;
  overflow: auto; }

::-moz-placeholder {
  opacity: 1; }

:-moz-placeholder {
  opacity: 1; }

::-webkit-input-placeholder {
  color: #020202; }

::-moz-placeholder {
  color: #020202; }

:-moz-placeholder {
  color: #020202; }

:-ms-input-placeholder {
  color: #020202; }

/*--------------------------------------------------------------
## Comment-form
--------------------------------------------------------------*/
.comment-form {
  padding-top: 7px;
  padding-bottom: 30px; }
  @media (min-width: 1200px) {
    .comment-form {
      padding-bottom: 97px; } }

/*--------------------------------------------------------------
## Custom Style
--------------------------------------------------------------*/
.book-form-box {
  background: #6678ea;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  @media (max-width: 991px) {
    .book-form-box {
      display: none; } }

.book-form {
  font-size: 18px;
  line-height: 1.2em;
  padding: 19px 0 27px 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start; }
  .book-form .book-form__text {
    color: #ffffff; }
  .book-form .book-form__block-select {
    -webkit-flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    -webkit-box-flex: 2;
            flex: 2 1 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start; }
    .book-form .book-form__block-select .tt-col:not(:last-child) {
      width: 41%; }
    .book-form .book-form__block-select .tt-col:last-child {
      width: 18%; }
    .book-form .book-form__block-select .tt-col .tt-row {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -webkit-box;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      -webkit-box-pack: start;
              justify-content: flex-start;
      -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      -webkit-box-align: start;
              align-items: flex-start; }
      @media (max-width: 1199px) {
        .book-form .book-form__block-select .tt-col .tt-row {
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
                  flex-direction: row; }
          .book-form .book-form__block-select .tt-col .tt-row > :not(:first-child) {
            margin-top: 5px; } }
    .book-form .book-form__block-select .tt-form-control {
      font-family: "Lato", sans-serif;
      color: #000000;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-right: 5px;
      position: relative;
      font-size: 16px;
      line-height: 1.1;
      height: 40px;
      -webkit-border-radius: 4px;
              border-radius: 4px;
      padding: 0px 8px 2px 14px;
      outline: none; }
    .book-form .book-form__block-select .tt-select-large {
      width: -webkit-calc(100% - 5px);
      width: calc(100% - 5px);
      margin-right: 5px;
      -webkit-flex: 2 1 auto;
      -ms-flex: 2 1 auto;
      -webkit-box-flex: 2;
              flex: 2 1 auto;
      height: 40px; }
    .book-form .book-form__block-select .tt-date-layout {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      position: relative;
      margin-right: 5px;
      width: 135px;
      min-width: 135px; }
      .book-form .book-form__block-select .tt-date-layout .tt-input-date {
        width: 135px;
        min-width: 135px;
        font-size: 16px;
        height: 40px;
        padding: 0px 8px 2px 14px;
        border: none;
        outline: none;
        -webkit-border-radius: 4px;
                border-radius: 4px; }
      .book-form .book-form__block-select .tt-date-layout i {
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 20px;
        font-family: "Lato", sans-serif;
        pointer-events: none; }
    .book-form .book-form__block-select .tt-select-small {
      width: 106px;
      min-width: 106px; }
  .book-form__btn .btn {
    margin-top: 27px;
    height: 49px;
    font-size: 16px;
    padding: 0 45px;
    color: #000000;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    font-family: "Lato", sans-serif;
    font-weight: bold;
    background: #d2d6dd;
    background: -webkit-gradient(left top, right top, color-stop(0%, #d2d6dd), color-stop(65%, #aeb4bf));
    background: -webkit-linear-gradient(left, #d2d6dd 0%, #aeb4bf 65%);
    background: -o-linear-gradient(left, #d2d6dd 0%, #aeb4bf 65%);
    background: -webkit-gradient(linear, left top, right top, from(#d2d6dd), color-stop(65%, #aeb4bf));
    background: linear-gradient(to right, #d2d6dd 0%, #aeb4bf 65%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e5e8', endColorstr='#a2a7b2', GradientType=1 ); }
  .book-form__text {
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    padding: 5px 0 6px;
    font-weight: normal; }
  .book-form input::-webkit-input-placeholder {
    color: #000000; }
  .book-form input::-moz-placeholder {
    color: #000000; }
  .book-form input:-moz-placeholder {
    color: #000000; }
  .book-form input:-ms-input-placeholder {
    color: #000000; }
  .book-form input:focus::-webkit-input-placeholder {
    color: transparent; }
  .book-form input:focus:-moz-placeholder {
    color: transparent; }
  .book-form input:focus::-moz-placeholder {
    color: transparent; }
  .book-form input:focus:-ms-input-placeholder {
    color: transparent; }
  @media (max-width: 767px) {
    .book-form {
      display: none; } }

.wrap-form h1 {
  text-align: center; }
.wrap-form h2 {
  text-align: center; }
.wrap-form h3 {
  text-align: center; }

.contact-form {
  padding-top: 21px;
  margin: 0 auto;
  max-width: 960px; }
  @media (min-width: 768px) {
    .page__single-post .contact-form {
      margin: 0 -7px; } }
  .contact-form .input-wrapper {
    position: relative;
    margin-bottom: 14px;
    padding: 0;
    width: 100%; }
    .contact-form .input-wrapper.first-child {
      padding-left: 0; }
    .contact-form .input-wrapper.last-child {
      padding-right: 0; }
    .contact-form .input-wrapper label {
      position: absolute;
      top: 50%;
      right: 10px; }
    .contact-form .input-wrapper input {
      width: 100%; }
    @media (min-width: 768px) {
      .contact-form .input-wrapper {
        float: left;
        width: 50%;
        padding: 0 7px; }
        .page__single-post .contact-form .input-wrapper {
          padding: 0 7px; } }
  .contact-form .textarea-custom {
    max-width: 100%;
    min-height: 256px; }
  .contact-form .textarea-wrapper {
    clear: both;
    padding-bottom: 34px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .page__single-post .contact-form .textarea-wrapper {
        padding: 0 7px 34px; } }
  .contact-form .btn-wrapper {
    padding-right: 33px;
    padding-left: 33px;
    text-align: center; }
    @media (min-width: 768px) {
      .contact-form .btn-wrapper {
        padding: 0 7px; } }

form label.error {
  display: block;
  color: #ff0000;
  font-size: 14px !important;
  margin-top: -22px;
  opacity: 1 !important;
  position: absolute; }

#success, #error, #subscribeSuccess, #subscribeError {
  display: none;
  height: 70px; }

#subscribeSuccess, #subscribeError {
  height: 30px; }

#success span, #error span, #subscribeSuccess span, #subscribeError span {
  display: block; }

#success span p, #error span p, #subscribeSuccess span p, #subscribeError span p {
  margin-top: 15px; }

#success span p, #subscribeSuccess span p {
  color: #2990d6; }

#success, #error, #subscribeSuccess, #subscribeError, #successBooking, #errorBooking {
  display: none;
  height: 70px; }

#subscribeSuccess, #subscribeError {
  height: 30px; }

#success span, #error span, #subscribeSuccess span, #subscribeError span, #successBooking p, #errorBooking p {
  display: block; }

#success span p, #error span p, #subscribeSuccess span p, #subscribeError span p, #successBooking p, #errorBooking p {
  margin-top: 15px; }

#success span p, #subscribeSuccess span p, #successBooking p {
  color: #2990d6; }

#error span p, #subscribeError span p, #errorBooking p {
  color: #c0392b; }

.order-details-form {
  z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 300;
  text-align: center;
  background: #f2f2f2;
  -webkit-box-shadow: 2px 0 40px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 0 40px rgba(0, 0, 0, 0.1); }
  .order-details-form .inner-form {
    text-align: center;
    padding: 20px 20px 30px;
    background: #ffffff;
    padding-bottom: 34px; }
    @media (min-width: 992px) {
      .order-details-form .inner-form {
        padding: 40px 70px 30px; } }
    .order-details-form .inner-form h3 {
      margin-bottom: 44px; }
    .order-details-form .inner-form__elements {
      padding-bottom: 35px;
      text-align: left;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (min-width: 768px) {
        .order-details-form .inner-form__elements {
          -webkit-box-direction: normal;
          -webkit-box-orient: horizontal;
          -webkit-flex-direction: row;
          -moz-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          justify-content: space-between; } }
  .order-details-form h5 {
    font-weight: bold;
    margin-bottom: 18px; }
  .order-details-form .inner-half {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .order-details-form .inner-half {
        margin-bottom: 0;
        max-width: 46.7%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 46.7%;
        -moz-flex: 0 1 46.7%;
        -ms-flex: 0 1 46.7%;
        flex: 0 1 46.7%; } }
    .order-details-form .inner-half__width {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (min-width: 544px) {
        .order-details-form .inner-half__width {
          -webkit-box-direction: normal;
          -webkit-box-orient: horizontal;
          -webkit-flex-direction: row;
          -moz-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          justify-content: space-between; } }
      @media (min-width: 544px) {
        .order-details-form .inner-half__width > div {
          -webkit-box-flex: 0;
          -webkit-flex: 0 1 49%;
          -moz-flex: 0 1 49%;
          -ms-flex: 0 1 49%;
          flex: 0 1 49%;
          max-width: 49%; } }
      .order-details-form .inner-half__width input {
        margin-bottom: 23px; }
  .order-details-form .passengers-luggage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .order-details-form .passengers-luggage > div {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 32%;
      -moz-flex: 0 1 32%;
      -ms-flex: 0 1 32%;
      flex: 0 1 32%;
      max-width: 32%;
      margin-right: 2%; }
      .order-details-form .passengers-luggage > div.carseat span {
        height: 41px; }
    .order-details-form .passengers-luggage span {
      display: block;
      height: 31px; }
    @media (max-width: 543px) {
      .order-details-form .passengers-luggage {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        max-width: 100%;
        width: 100%;
        margin-right: 0; }
        .order-details-form .passengers-luggage > div {
          max-width: 100%;
          margin-right: 0; }
        .order-details-form .passengers-luggage > div:not(:first-child) {
          margin-top: 18px; }
        .order-details-form .passengers-luggage .carseat span:first-child {
          display: none; } }
  .order-details-form div {
    display: block;
    position: relative;
    font-weight: 300;
    margin: 0; }
    .order-details-form div i {
      position: absolute;
      top: 9px;
      right: 13px;
      font-size: 20px;
      line-height: 1.2em; }
    .order-details-form div.wishes {
      padding-top: 0;
      float: left; }
      .order-details-form div.wishes input {
        margin-bottom: 0; }
    .order-details-form div.select-vehicle {
      padding-bottom: 18px; }
    .order-details-form div.location {
      padding-bottom: 5px; }
    .order-details-form div.location-drop-off {
      margin-top: 5px;
      margin-bottom: 11px; }
    .order-details-form div.checkbox-div {
      padding-bottom: 24px; }
    .order-details-form div.payment {
      padding-top: 23px; }
      .order-details-form div.payment span {
        display: inline-block;
        margin-right: 10px; }
      .order-details-form div.payment select {
        display: inline-block;
        max-width: 159px; }
    .order-details-form div.stop-location {
      display: block;
      clear: both;
      padding-bottom: 7px; }
      .order-details-form div.stop-location:last-child {
        padding-bottom: 20px; }
      .order-details-form div.stop-location .stop-location-new {
        clear: both;
        padding-top: 5px;
        padding-bottom: 10px; }
      .order-details-form div.stop-location a {
        display: inline-block;
        position: relative; }
        .order-details-form div.stop-location a i {
          color: #6678ea;
          right: auto;
          top: -6px;
          left: 0;
          font-weight: bold;
          font-size: 45px;
          line-height: 30px;
          text-decoration: none;
          height: 30px; }
          .order-details-form div.stop-location a i.icon-plus-black-symbol {
            font-size: 15px;
            line-height: 30px; }
        .order-details-form div.stop-location a span {
          text-decoration: underline; }
        .order-details-form div.stop-location a.remove_field {
          padding-left: 20px;
          padding-bottom: 7px; }
      .order-details-form div.stop-location input {
        margin-top: 5px;
        margin-bottom: 0; }
    .order-details-form div.your-phone {
      margin-bottom: 0; }
  .order-details-form select {
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 0;
            border-radius: 0; }
  .order-details-form a {
    color: #000000; }
    .order-details-form a:hover {
      color: #6678ea; }
  .order-details-form .text-element {
    font-weight: 300;
    overflow: hidden;
    margin-top: -4px;
    padding: 0 0 16px; }
    .order-details-form .text-element .add {
      float: left; }
      .order-details-form .text-element .add span {
        text-decoration: underline;
      font-family: Open Sans;}
      .order-details-form .text-element .add i {
        display: inline-block;
        position: relative;
        top: 2px;
        margin-right: 1px;
        color: #6678ea; }
    .order-details-form .text-element .link-right {
      float: right;
      text-decoration: underline; }
    .order-details-form .text-element:after {
      display: block;
      content: "";
      width: 100%;
      clear: both; }
  .order-details-form input {
    margin-bottom: 8px; }
  .order-details-form button {
    font-size: 18px;
    padding: 18px 45px 18px; }
  .order-details-form input[type='text'],
  .order-details-form input[type='tel'],
  .order-details-form select,
  .order-details-form textarea {
    font-family: Open Sans;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 300;
    padding: 9px 40px 11px 13px;
    width: 100%; }
  .order-details-form .intl-tel-input {
    display: block; }
    .order-details-form .intl-tel-input .selected-flag .iti-arrow {
      border-top-color: #111111; }
  .order-details-form .form-control {
    height: auto; }
  .order-details-form .country-list {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 300; }
  .order-details-form textarea {
    min-height: 156px;
    height: 241px; }
  .order-details-form .textarea-text {
    font-size: 14px;
  font-family: Open Sans;}
  .order-details-form input[type="checkbox"],
  .order-details-form input[type="radio"] {
    position: relative;
    top: 4px; }
    .order-details-form input[type="checkbox"]:after,
    .order-details-form input[type="radio"]:after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: #ffffff;
      border: 1px solid #b7b7b7; }

.box-checkbox {
  position: relative;
  padding-bottom: 5px; }
  .box-checkbox input[type="checkbox"] {
    vertical-align: top;
    margin: 0 3px 0 0;
    width: 18px;
    height: 18px; }
  .box-checkbox input[type="checkbox"] + label {
    cursor: pointer;
    font-weight: 300; }
  .box-checkbox input[type="checkbox"]:not(checked) {
    position: absolute;
    opacity: 0; }
    .box-checkbox input[type="checkbox"]:not(checked) + label {
      position: relative;
      padding: 0 0 0 27px; }
      .box-checkbox input[type="checkbox"]:not(checked) + label:before {
        content: '';
        position: absolute;
        top: 1px;
        left: 0;
        width: 18px;
        height: 18px;
        border: 1px solid #b7b7b7; }
      .box-checkbox input[type="checkbox"]:not(checked) + label:after {
        content: '\e907';
        font-family: 'iconfont';
        position: absolute;
        top: 2px;
        left: 1px;
        font-size: 15px;
        line-height: 15px;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        opacity: 0;
        color: #000000; }
  .box-checkbox input[type="checkbox"]:checked + label:after {
    opacity: 1; }

.datepicker-wrap {
  position: relative; }

@media (max-width: 991px) {
  .booking-form .input-date:after {
    margin-top: -13px; } }

.ui-widget.ui-widget-content {
  padding: 15px 0;
  z-index: 1041 !important; }

@media (max-width: 767px) {
  .ui-widget.ui-widget-content {
    z-index: 1041 !important;
    width: -webkit-calc(50% - 25px) !important;
    width: calc(50% - 25px) !important;
    min-width: 270px;
    margin-top: -2px !important; } }

.datepicker-wrapper .ui-widget.ui-widget-content {
  margin-top: 0; }

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  top: -3px;
  width: 33px;
  height: 33px;
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  color: #212121;
  font-size: 14px;
  line-height: 33px;
  cursor: pointer; }

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: -16px; }

.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: -16px; }

@media (max-width: 991px) {
  .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    left: 0; }
  .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    right: 0; }
  .ui-datepicker-stay-duration {
    display: none; } }

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-hover {
  background: transparent;
  color: #212121;
  opacity: .75; }

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
  display: none; }

.ui-datepicker .ui-datepicker-group {
  margin: 0 20px;
  width: -webkit-calc(50% - 40px) !important;
  width: calc(50% - 40px) !important; }

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after {
  padding-left: 10px;
  content: '\e912';
  font-family: 'iconfont'; }

.ui-datepicker .ui-datepicker-header .ui-datepicker-next:after {
  padding-left: 10px;
  content: '\e915';
  font-family: 'iconfont'; }

.ui-datepicker .ui-datepicker-calendar {
  margin: 0 !important;
  width: 100% !important;
  background-color: transparent;
  table-layout: fixed; }

.ui-datepicker .ui-datepicker-calendar td,
.ui-datepicker .ui-datepicker-calendar th {
  padding: 0;
  width: 37px; }

.ui-datepicker .ui-datepicker-calendar th {
  font-weight: bold;
  font-size: 14px;
  line-height: 32px; }

.ui-datepicker .ui-datepicker-calendar .sejour > a {
  background: #f0f0f0; }

.ui-datepicker .ui-datepicker-calendar .start > a {
  position: relative;
  background: #af3c65;
  color: #fff; }

.ui-datepicker .ui-datepicker-calendar .end > a {
  position: relative;
  background: #af3c65;
  color: #fff; }

.ui-datepicker .ui-datepicker-calendar .ui-state-default {
  display: block;
  padding: 5px 7px;
  width: 100%;
  height: 100%;
  outline: 0;
  border: none;
  background: none;
  text-align: center;
  font-size: 14px;
  line-height: 24px; }

.ui-datepicker .ui-datepicker-calendar .ui-state-default:hover {
  background: #6678ea;
  color: #fff; }

.ui-datepicker-stay-duration {
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px; }

.ui-datepicker .ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker .ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
.ui-datepicker .ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
  color: #6678ea; }

.ui-datepicker .ui-datepicker-calendar .ui-state-active,
.ui-datepicker .ui-datepicker-calendar .ui-widget-content .ui-state-active,
.ui-datepicker .ui-datepicker-calendar .ui-widget-header .ui-state-active,
.ui-datepicker .ui-datepicker-calendar a.ui-button:active,
.ui-datepicker .ui-datepicker-calendar .ui-button:active,
.ui-datepicker .ui-datepicker-calendar .ui-button.ui-state-active:hover {
  background-color: #6678ea;
  color: #fff !important; }

.datepicker-wrapper .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 0; }

.datepicker-wrapper .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 0; }

.datepicker-onlymonth .ui-datepicker-calendar {
  display: none; }

.datepicker-onlymonth select {
  padding: 5px;
  margin: 0 3px !important; }

.datepicker-onlymonth .ui-widget.ui-widget-content {
  padding-bottom: 0;
  margin-top: 2px; }

/*--------------------------------------------------------------
# Header & Footer
--------------------------------------------------------------*/
header.site-header {
  position: relative;
  z-index: 1000; }
  header.site-header .social-list {
    padding-left: 4%; }
    header.site-header .social-list__icons {
      margin-left: -6px; }
    @media (min-width: 1200px) {
      header.site-header .social-list {
        padding-left: 12%; } }

.header-container_wrap {
  padding-top: 16px;
  padding-bottom: 31px;
  position: relative; }
  @media (min-width: 1200px) {
    .header-container_wrap {
      padding-top: 36px;
      padding-bottom: 42px; } }

.header-container__flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  /* tt-header-info */ }
  .header-container__flex .tt-header-info {
    -webkit-flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    -webkit-box-flex: 2;
            flex: 2 1 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    max-width: 777px;
    margin-top: -15px; }
    .header-container__flex .tt-header-info .tt-item {
      position: relative;
      padding: 5px 0 0 32px;
      margin-left: 30px;
      margin-top: 15px;
      }
      .header-container__flex .tt-header-info .tt-item .tt-icon {
        color: #6678ea;
        font-size: 22px;
        line-height: 1;
        position: absolute;
        top: 5px;
        left: 0; }
      .header-container__flex .tt-header-info .tt-item .tt-description {
        font-size: 18px;
        line-height: 26px; }
      .header-container__flex .tt-header-info .tt-item a {
        font-size: 20px;
        font-weight: bold;
        /* color: #000000; */
        }
    @media (max-width: 767px) {
      .header-container__flex .tt-header-info {
        display: none; } }

.logo {
  padding: 0 30px 10px;
  font-size: 58px;
  line-height: 1em;
  letter-spacing: -1.5px;
  font-weight: 900; }
  .logo i {
    position: absolute;
    left: 0;
    font-size: 68px;
    color: #6678ea;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .logo a {
    position: relative;
    display: inline-block;
    padding-left: 70px;
    color: #272727;
    text-decoration: none;
    }
    .logo a span {
      color: #6678ea;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  @media (min-width: 768px) {
    .logo {
      padding: 0; } }

.header-navigation-wrap {
  background: -webkit-radial-gradient(ellipse farthest-side at 0 0, #f5f6f7, #C2C3C4);
  background: -o-radial-gradient(ellipse farthest-side at 0 0, #f5f6f7, #C2C3C4);
  background: radial-gradient(ellipse farthest-side at 0 0, #f5f6f7, #C2C3C4); }
  .header-navigation-wrap.isStuck {
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    visibility: visible;
    -webkit-transition: all;
    -o-transition: all;
    transition: all; }
    .remodal-is-locked .header-navigation-wrap.isStuck {
      top: -200px; }
    .header-navigation-wrap.isStuck .navbar-nav > li {
      padding: 25px 0; }
  .header-navigation-wrap .navbar .menu-navigation__list {
    float: none; }
    .header-navigation-wrap .navbar .menu-navigation__list > li:last-child {
      margin-right: 0; }
    @media (min-width: 768px) {
      .header-navigation-wrap .navbar .menu-navigation__list > li {
        margin-right: 10px; } }
    @media (min-width: 992px) {
      .header-navigation-wrap .navbar .menu-navigation__list > li {
        margin-right: 20px; } }
    @media (min-width: 1200px) {
      .header-navigation-wrap .navbar .menu-navigation__list > li {
        margin-right: 52px; } }
    .header-navigation-wrap .navbar .menu-navigation__list:before, .header-navigation-wrap .navbar .menu-navigation__list:after {
      display: none; }

.mobile-top-panel.active,
.mobile-top-panel__fixed {
  height: 62px; }
  @media (min-width: 992px) {
    .mobile-top-panel.active,
    .mobile-top-panel__fixed {
      height: 0; } }

.mobile-top-panel__fixed {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 9; }
  .mobile-top-panel__fixed .logo {
    font-size: 28px;
    padding: 0; }
    @media (min-width: 768px) {
      .mobile-top-panel__fixed .logo {
        font-size: 34px; } }
    .mobile-top-panel__fixed .logo i {
      font-size: 32px; }
    .mobile-top-panel__fixed .logo a {
      padding-left: 32px;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex; }
  .mobile-top-panel__fixed .navbar-default .navbar-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 15px; }
    .mobile-top-panel__fixed .navbar-default .navbar-header .navbar-toggle {
      float: right;
      margin-top: 0; }
    .mobile-top-panel__fixed .navbar-default .navbar-header:after, .mobile-top-panel__fixed .navbar-default .navbar-header:before {
      display: none; }
  .mobile-top-panel__fixed > .container {
    position: relative; }
  .mobile-top-panel__fixed .navbar-fixed-top {
    position: absolute; }

.header-navigation-wrap .navbar {
  display: none; }
  @media (min-width: 992px) {
    .header-navigation-wrap .navbar {
      display: block; } }

.header-container_wrap .social-list {
  display: none; }
  @media (min-width: 768px) {
    .header-container_wrap .social-list {
      display: block; } }

@media (max-width: 991px) {
  .header-container_wrap {
    display: none; } }

.mobile-top-panel__fixed .navbar, .mobile-top-panel__fixed .social-list {
  display: block; }
  @media (min-width: 992px) {
    .mobile-top-panel__fixed .navbar, .mobile-top-panel__fixed .social-list {
      display: none; } }

@media (min-width: 992px) {
  #tt-mobile-top-box {
    display: none; } }

#tt-mobile-top-box .tt-list-btn {
  background: -webkit-linear-gradient(269deg, white 0%, #e2e3e3 100%);
  background: -o-linear-gradient(269deg, white 0%, #e2e3e3 100%);
  background: linear-gradient(181deg, white 0%, #e2e3e3 100%);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start; }
  #tt-mobile-top-box .tt-list-btn .tt-btn-always {
    background: #5d79ee; }
    #tt-mobile-top-box .tt-list-btn .tt-btn-always i {
      color: #fff; }
  #tt-mobile-top-box .tt-list-btn li {
    border-right: 2px solid #eeeeee;
    position: relative; }
    #tt-mobile-top-box .tt-list-btn li a {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      color: #000000;
      font-size: 15px;
      line-height: 1.1;
      padding: 10px 7px;
      text-decoration: none;
      }
      #tt-mobile-top-box .tt-list-btn li a i {
        font-size: 18px;
        line-height: 1.1;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        color: #000000;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      #tt-mobile-top-box .tt-list-btn li a i + .tt-text {
        margin-left: 6px; }
      #tt-mobile-top-box .tt-list-btn li a.active {
        background: #5d79ee;
        color: #fff; }
        #tt-mobile-top-box .tt-list-btn li a.active i {
          color: #fff; }
    #tt-mobile-top-box .tt-list-btn li .dropdown-menu {
      padding: 15px;
      width: 100px;
      left: unset;
      right: 0;
      z-index: 10000;
      min-width: 160px !important; }
      #tt-mobile-top-box .tt-list-btn li .dropdown-menu li {
        border: none; }
        #tt-mobile-top-box .tt-list-btn li .dropdown-menu li a {
          font-size: 15px; }
    #tt-mobile-top-box .tt-list-btn li:before {
      content: '';
      display: block;
      width: 1px;
      background: -webkit-linear-gradient(269deg, #f2f2f2 0%, #dcdcdd 100%);
      background: -o-linear-gradient(269deg, #f2f2f2 0%, #dcdcdd 100%);
      background: linear-gradient(181deg, #f2f2f2 0%, #dcdcdd 100%);
      height: 100%; }
  #tt-mobile-top-box .tt-list-btn li:nth-child(3) {
    -webkit-flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    -webkit-box-flex: 2;
            flex: 2 1 auto; }

#tt-mobile-top-box .tt-toggle-tab {
  display: none;
  background-color: #e5e5e5; }

#tt-mobile-top-box .bootstrap-datetimepicker-widget {
  z-index: 10000; }
  @media (max-width: 543px) {
    #tt-mobile-top-box .bootstrap-datetimepicker-widget {
      right: -50px !important; }
      #tt-mobile-top-box .bootstrap-datetimepicker-widget:after, #tt-mobile-top-box .bootstrap-datetimepicker-widget:before {
        display: none; } }

#tt-mobile-top-box #contacts-map-main {
  margin-bottom: 0;
  height: 146px; }

#tt-mobile-top-box .inside {
  padding: 15px; }
  #tt-mobile-top-box .inside .book-form__text {
    font-size: 12px;
    color: #9b9b9b;
    font-family: "Lato", sans-serif; }
  #tt-mobile-top-box .inside select {
    background: #ffffff url(../images/arrow_select.png) right -10px top 49% no-repeat;
    width: 38%; }
  #tt-mobile-top-box .inside .tt-select-large {
    width: 38%; }
  #tt-mobile-top-box .inside .tt-select-small {
    width: 30%; }
  #tt-mobile-top-box .inside select, #tt-mobile-top-box .inside input {
    font-size: 13px;
    padding: 8px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    border: 1px solid #ffffff; }
  #tt-mobile-top-box .inside .tt-date-layout {
    position: relative;
    width: 30%;
    padding: 0 7px; }
    #tt-mobile-top-box .inside .tt-date-layout input {
      width: 100%; }
    #tt-mobile-top-box .inside .tt-date-layout i {
      position: absolute;
      right: 15px;
      top: 30%; }
  #tt-mobile-top-box .inside .tt-date-layout {
    display: inline-block; }

#tt-mobile-top-box .tt-row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  #tt-mobile-top-box .tt-row-flex .tt-col:first-child {
    width: 35%; }
    #tt-mobile-top-box .tt-row-flex .tt-col:first-child select {
      width: 100%; }
  #tt-mobile-top-box .tt-row-flex .tt-select-large {
    width: auto; }

#tt-mobile-top-box .book-form__btn input {
  font-size: 12px;
  width: 140px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#adadad));
  background: -webkit-linear-gradient(top, white 0%, #adadad 100%);
  background: -o-linear-gradient(top, white 0%, #adadad 100%);
  background: linear-gradient(-180deg, white 0%, #adadad 100%);
  padding: 8px 10px;
  height: 35px;
  border: none;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6); }

#tt-mobile-top-box .opened {
  display: block; }

#tt-mobile-top-box .tt-call-toggle ul {
  margin: 0; }
  #tt-mobile-top-box .tt-call-toggle ul li i {
    margin-right: 10px;
    color: #6678ea; }
  #tt-mobile-top-box .tt-call-toggle ul li a {
    font-family: "Lato", sans-serif;
    font-size: 15px;
    color: #000000; }

#tt-mobile-top-box .tt-phrase-toggle .form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

#tt-mobile-top-box .tt-phrase-toggle .btn {
  padding: 8px;
  text-transform: unset; }

#tt-mobile-top-box .tt-phrase-toggle .col {
  flex-basic: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }
  #tt-mobile-top-box .tt-phrase-toggle .col input {
    width: 100%; }

#tt-mobile-top-box .tt-phrase-toggle .col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none; }

@media (max-width: 991px) {
  .sticky {
    position: fixed; }
  .mobile-top-panel__fixed .menu-navigation {
    display: none; }
    .mobile-top-panel__fixed .menu-navigation__list {
      padding: 15px; }
      .mobile-top-panel__fixed .menu-navigation__list li {
        padding: 10px 0;
        float: none; }
        .mobile-top-panel__fixed .menu-navigation__list li a {
          padding: 0; }
          .mobile-top-panel__fixed .menu-navigation__list li a i {
            right: 0;
            font-size: 1em; }
      .mobile-top-panel__fixed .menu-navigation__list li:first-child {
        padding-top: 0; }
  .menu-navigation-active {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-height: 100%;
    overflow: auto;
    padding: 0px 15px; }
  .menu-open, .btn-close-menu {
    color: #000; }
  .menu-open {
    font-size: 20px; }
  .btn-close-menu {
    display: block;
    width: 90px;
    text-align: right;
    margin: 15px 15px 0 auto;
    text-transform: uppercase; }
    .btn-close-menu i {
      font-size: 12px;
      margin-right: 5px; } }

@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    margin-top: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none; }
    .navbar-nav .open .dropdown-menu li a {
      color: #777;
      line-height: 20px;
      padding: 5px 15px 5px 25px; } }

.site-footer {
  color: #ffffff;
  background: #292a2c;
  z-index: 3;
  position: relative; }
  .site-footer h5 {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 34px; }
  .site-footer a {
    color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .site-footer a:hover {
      color: #6678ea; }
  .site-footer .box-elements {
    padding: 23px 0 0 0; }
    @media (min-width: 992px) {
      .site-footer .box-elements {
        padding: 63px 0 0 0; } }
    @media (max-width: 767px) {
      .site-footer .box-elements {
        padding-right: 10px;
        padding-left: 10px; } }
    @media (max-width: 991px) {
      .site-footer .box-elements .row .logo-center {
        text-align: center; } }
    @media (max-width: 767px) {
      .site-footer .box-elements .row > div h5, .site-footer .box-elements .row > div .contact-info {
        position: relative; }
        .site-footer .box-elements .row > div h5:after, .site-footer .box-elements .row > div .contact-info:after {
          content: '\e91b';
          font-family: 'iconfont';
          font-size: 12px;
          color: #6678ea;
          position: absolute;
          right: 0;
          top: 0; }
      .site-footer .box-elements .row > div .open-footer-list:after {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); } }
    @media (max-width: 767px) {
      .site-footer .box-elements .row > div {
        padding-top: 30px;
        padding-bottom: 0px; }
        .site-footer .box-elements .row > div h5 {
          margin-bottom: 15px; } }
    @media (max-width: 543px) {
      .site-footer .box-elements .row > div {
        text-align: left; }
        .site-footer .box-elements .row > div i {
          display: inline-block;
          width: auto;
          height: 100%; }
        .site-footer .box-elements .row > div .location_info {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; } }
    @media (max-width: 543px) {
      .site-footer .box-elements .row > div {
        text-align: left;
        padding-top: 30px;
        padding-bottom: 0; }
        .site-footer .box-elements .row > div h5 {
          margin-bottom: 15px; }
        .site-footer .box-elements .row > div i {
          display: inline-block;
          text-align: center;
          width: auto;
          position: relative;
          margin-bottom: 5px; }
        .site-footer .box-elements .row > div .contact-info .phone_number,
        .site-footer .box-elements .row > div .contact-info .location_info {
          padding-left: 0; } }
  .site-footer__top-panel {
    background: #6678ea;
    padding: 14px 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media (min-width: 544px) {
      .site-footer__top-panel {
        padding: 20px 0 26px; } }
    .site-footer__top-panel .top-panel__info h4 {
      color: #ffffff;
      }
      @media (min-width: 768px) {
        .site-footer__top-panel .top-panel__info h4 {
          /* padding-left: 25px; */
          } }
      @media (max-width: 543px) {
        .site-footer__top-panel .top-panel__info h4 {
          /* padding-bottom: 20px; */
          }
          .site-footer__top-panel .top-panel__info strong {
            display: block;
            text-align: center; } }
      .site-footer__top-panel .top-panel__info i {
        font-size: 48px;
        display: block;
        margin-right: 22px; }
        @media (min-width: 768px) {
          .site-footer__top-panel .top-panel__info i {
            float: left; } }
        @media (max-width: 543px) {
          .site-footer__top-panel .top-panel__info i {
            float: none;
            margin-right: 0; } }
      .site-footer__top-panel .top-panel__info strong {
        opacity: 0.4;
        font-size: 22px;
        display: block;
        padding-top: 15px;
        overflow: hidden; }
      @media (max-width: 543px) {
        .site-footer__top-panel .top-panel__info {
          text-align: center; } }
    @media (max-width: 991px) {
      .site-footer__top-panel .top-panel__info {
        padding-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: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .site-footer__top-panel .top-panel__info i {
          font-size: 36px; }
        .site-footer__top-panel .top-panel__info strong {
          font-size: 18px;
          padding-top: 0; } }
    @media (max-width: 767px) {
      .site-footer__top-panel {
        padding: 0; }
        .site-footer__top-panel .top-panel__info {
          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;
          margin-left: -15px;
          margin-right: -15px;
          padding: 12px 0;
          }
          .site-footer__top-panel .top-panel__info i {
            font-size: 32px;
            display: inline-block;
            /* width: 30%; */
            text-align: right;
            }
          .site-footer__top-panel .top-panel__info strong {
            font-size: 16px;
            display: inline-block;
            width: 50%;
            text-align: left;
            margin-left: 10px;
            padding-top: 0; } }
    @media (max-width: 543px) {
      .site-footer__top-panel .col-sm-4:not(:last-child) .top-panel__info {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
        .site-footer__top-panel .col-sm-4:not(:last-child) .top-panel__info:after {
          content: '';
          position: absolute;
          bottom: 1px;
          width: 100%;
          height: 1px;
          background: rgba(0, 0, 0, 0.2); } }
  .site-footer__bottom-panel {
    padding: 36px 0 30px; }
    .site-footer__bottom-panel .privacy_policy {
      position: relative; }
      .site-footer__bottom-panel .privacy_policy:after, .site-footer__bottom-panel .privacy_policy:before {
        content: '';
        height: 13px;
        margin: 0 10px;
        width: 2px;
        background-color: #fff;
        display: inline-block; }
    @media (min-width: 768px) {
      .site-footer__bottom-panel {
        padding: 86px 0 40px; } }
    @media (max-width: 767px) {
      .site-footer__bottom-panel {
        padding-top: 60px;
        padding-bottom: 60px; }
        .site-footer__bottom-panel .copyright-year {
          display: block; }
        .site-footer__bottom-panel .privacy_policy:before {
          display: none; } }
    @media (max-width: 543px) {
      .site-footer__bottom-panel {
        text-align: center; } }
    @media (max-width: 767px) {
      .site-footer__bottom-panel .row > div {
        text-align: center; }
        .site-footer__bottom-panel .row > div:first-child {
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
          -moz-order: 1;
          -ms-flex-order: 1;
          order: 1; }
        .site-footer__bottom-panel .row > div .social-list {
          padding-bottom: 20px; }
          .site-footer__bottom-panel .row > div .social-list li {
            display: inline-block; } }
  @media (max-width: 767px) {
    .site-footer .social-list {
      display: none; } }

@media (max-width: 767px) {
  .footer-list, .site-footer .box-elements .row > div .location_info {
    display: none; } }

.footer-list-open {
  display: block; }

.site-footer .box-elements .row > div .location_info-open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.footer_logo {
  position: relative;
  padding-top: 0;
  display: inline-block; }

@media (min-width: 768px) and (max-width: 991px) {
  .footer_logo {
    text-align: center;
    margin-bottom: 30px; } }
  @media (max-width: 543px) {
    .footer_logo {
      text-align: center; } }
  .footer_logo i {
    font-size: 140px;
    color: #6678ea;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .footer_logo span {
    position: absolute;
    text-align: center;
    font-size: 40px;
    line-height: 60px;
    left: 0;
    right: 0;
    top: 56%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    padding: 0 50px;
    color: #ffffff;
    font-weight: 900; }
    .footer_logo span em {
      font-weight: bold; }
    .footer_logo span strong, .footer_logo span em {
      display: block;
      font-size: 12px;
      line-height: 0.0em;
      font-weight: bold;
      }
    .footer_logo span strong {
      padding-top: 5px; }

.contact-info span.phone_number {
  display: block;
  font-size: 18px;
  padding: 0 0 24px 40px;
  position: relative;
  }
  @media (min-width: 1200px) {
    .contact-info span.phone_number {
      font-size: 28px; } }

.contact-info i {
  color: #6678ea;
  font-size: 26px;
  position: absolute;
  left: -2px; }

.contact-info .location_info {
  position: relative;
  padding-left: 40px;
  display: block; }
  .contact-info .location_info i {
    top: 10px; }
  .contact-info .location_info em {
    display: block;
    font-style: normal;
    padding: 4px 0 3px; }

#footer-map {
  width: 100%;
  height: 255px;
  margin: 0;
  border: 0;
  overflow: hidden; }
  @media (min-width: 544px) {
    #footer-map {
      height: 455px; } }

/*--------------------------------------------------------------
# Modules (carousel)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Isotop Gallery
--------------------------------------------------------------*/
.isotop-box {
  text-align: center;
  padding: 28px 0;
  margin-bottom: 36px; }
  @media (min-width: 1200px) {
    .isotop-box {
      margin-bottom: 116px; } }
  .page__fleet-sec .isotop-box {
    margin-bottom: 0; }
  .isotop-box h1 {
    margin-bottom: 51px; }

.gallery {
  text-align: center; }
  .gallery__item {
    position: relative;
    float: left;
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
    background: #ffffff;
    min-height: 355px; }
    @media (min-width: 768px) {
      .gallery__item {
        min-height: 345px; } }
    @media (max-width: 543px) {
      .gallery__item {
        width: 100%; } }
    @media (min-width: 992px) {
      .gallery__item {
        width: -webkit-calc(100% / 3);
        width: calc(100% / 3);
        min-height: 570px; } }
    @media (min-width: 1200px) {
      .gallery__item {
        min-height: 460px; } }
    .gallery__item .tt-list-descriptions {
      list-style: none;
      width: 186px;
      margin: -12px auto 0 auto;
      padding: 0 0 30px 0;
      font-weight: 400; }
      .gallery__item .tt-list-descriptions li {
        width: 100%;
        text-align: left;
        font-size: 16px;
        position: relative;
        padding: 0 0 0 30px; }
        .gallery__item .tt-list-descriptions li .tt-icon {
          color: #bdbdbc;
          position: absolute;
          top: 4px;
          left: 0;
          font-size: 18px;
          line-height: 1; }
        .gallery__item .tt-list-descriptions li span {
          color: #6678ea; }
        .gallery__item .tt-list-descriptions li:not(:first-child) {
          margin-top: 2px; }
    .gallery__item__image {
      position: relative;
      overflow: hidden;
      margin-bottom: 17px; }
    .gallery__item__content {
      padding: 0 10px; }
      @media (min-width: 768px) {
        .gallery__item__content {
          padding: 0 20px; } }
.gallery__item {

  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery__item__content {
    padding: 0 5px; } }
      .gallery__item__content h6 {
        font-weight: bold;
        margin-bottom: 18px; }
        @media (min-width: 992px) {
          .gallery__item__content h6 {
            margin-bottom: 28px;
            margin-left: -20px;
            margin-right: -20px; } }
      .gallery__item__content u {
        display: block;
        text-align: center;
        margin-bottom: 13px; }
      .gallery__item__content a.link-gallery {
        font-size: 15px;
        color: #515151; }
        .gallery__item__content a.link-gallery:hover {
          color: #6678ea; }
      .gallery__item__content .cost {
        max-width: 245px;
        margin: 0 auto 12px;
        min-height: 45px;
        color: #4f4f56;
        -webkit-box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
                box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
        overflow: hidden; }
        @media (max-width: 543px) {
          .gallery__item__content .cost {
            height: auto; } }
        .gallery__item__content .cost strong {
          font-size: 22px; }
        .gallery__item__content .cost span {
          display: block;
          width: 50%;
          -webkit-box-shadow: border-box;
                  box-shadow: border-box;
          padding: 10px;
          float: right;
          text-align: center;
          background: #f2f3f5; }
          .gallery__item__content .cost span:first-child {
            float: left;
            padding: 9px 10px 10px;
            border-top: 1px solid #f0f0f0;
            border-left: 1px solid #f0f0f0;
            background: #ffffff; }
          @media (max-width: 543px) {
            .gallery__item__content .cost span {
              float: none;
              width: 100%; }
              .gallery__item__content .cost span:first-child {
                float: none; } }
    .gallery__item .btn-mini {
      /*display: none;*/ }
      @media (min-width: 992px) {
        .gallery__item .btn-mini {
          display: inline-block; } }
    .gallery__item .hover {
      display: block; }
      .gallery__item .hover > i {
        position: absolute;
        color: #ffffff;
        text-align: center;
        font-size: 50px;
        line-height: 100px;
        background-color: rgba(93, 121, 238, 0.4);
        -webkit-border-radius: 620px;
                border-radius: 620px;
        width: 100px;
        height: 100px;
        top: 50%;
        left: 50%;
        margin-top: -50px;
        margin-left: -50px;
        -webkit-transform: scale(0);
            -ms-transform: scale(0);
                transform: scale(0);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
        .gallery__item .hover > i:before {
          position: relative;
          left: 4px; }
        @media (max-width: 991px) {
          .gallery__item .hover > i {
            width: 50px;
            height: 50px;
            font-size: 20px;
            line-height: 50px;
            margin-top: -25px;
            margin-left: -25px; }
            .gallery__item .hover > i:before {
              left: 2px; } }
    .gallery__item img {
      width: 100%;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }

.gallery__item__image:hover .hover {
  opacity: 1; }
  .gallery__item__image:hover .hover > i {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }

.filters-by-category ul {
  margin: 0 0 35px;
  padding: 0;
  list-style: none;
  text-align: center; }
  .filters-by-category ul li {
    display: inline-block;
    line-height: 1em;
    margin: 0 3px 7px; }
    @media (min-width: 768px) {
      .filters-by-category ul li {
        margin: 0 7px 17px; } }
    .filters-by-category ul li a {
      display: block;
      font-size: 16px;
      line-height: 1.2em;
      text-transform: uppercase;
      font-weight: bold;
      text-decoration: none;
      color: #272727;
      padding: 7px 15px 7px;
      border: 1px solid #b8b8b8;
      -webkit-border-radius: 6px;
              border-radius: 6px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      @media (min-width: 768px) {
        .filters-by-category ul li a {
          padding: 19px 25px 15px;
          font-size: 18px; } }
      .filters-by-category ul li a:hover, .filters-by-category ul li a.selected {
        border-color: #6678ea;
        background: #6678ea;
        color: #ffffff; }

/*--------------------------------------------------------------
## Swiper carousels
--------------------------------------------------------------*/
.swiper-container {
  position: relative;
  width: 100%;
  height: 100%; }

@media (max-width: 767px) {
  .services-box .container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 576px; } }

.swiper-container-services {
  overflow: hidden;
  padding-bottom: 44px; }
  @media (max-width: 543px) {
    .swiper-container-services {
      margin-bottom: 20px; } }
  .swiper-container-services .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    height: auto; }
  .swiper-container-services .swiper-pagination {
    visibility: visible;
    bottom: 0; }
    @media (min-width: 1200px) {
      .swiper-container-services .swiper-pagination {
        visibility: hidden; } }

.swiper-button-next,
.swiper-button-prev {
  font-size: 40px;
  background-image: none;
  cursor: pointer;
  width: 60px;
  height: 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #313336; }
  @media (min-width: 768px) {
    .swiper-button-next,
    .swiper-button-prev {
      font-size: 60px; } }
  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    color: #6678ea; }

.swiper-pagination {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0; }
  .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 44px;
    -webkit-border-radius: 0;
            border-radius: 0;
    height: 6px;
    opacity: 1;
    background: none;
    position: relative;
    margin: 0 2px; }
    @media (min-width: 768px) {
      .swiper-pagination .swiper-pagination-bullet {
        width: 54px; } }
    .swiper-pagination .swiper-pagination-bullet:after {
      position: absolute;
      content: "";
      left: 0;
      right: 0;
      top: 0;
      height: 2px;
      background: #e0e0e0;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .swiper-pagination .swiper-pagination-bullet:hover:after, .swiper-pagination .swiper-pagination-bullet-active:after {
      background: #6678ea;
      height: 6px; }

.carousel-models_fullwidth {
  text-align: center;
  position: relative;
  padding: 34px 0 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 146px; }
  @media (max-width: 1649px) {
    .carousel-models_fullwidth {
      margin-bottom: 46px; } }
  @media (max-width: 1199px) {
    .carousel-models_fullwidth {
      padding-bottom: 90px; } }
  @media (max-width: 1649px) {
    .carousel-models_fullwidth {
      margin-bottom: 110px; } }
  @media (max-width: 767px) {
    .carousel-models_fullwidth {
      margin-bottom: 90px; } }
  .carousel-models_fullwidth__inner {
    background: #e9e9eb;
    padding: 23px 0 0; }
    @media (min-width: 544px) {
      .carousel-models_fullwidth__inner {
        padding: 38px 0 0; } }
    @media (max-width: 767px) {
      .carousel-models_fullwidth__inner {
        padding: 8px 0 0;
        background: none; } }
  .carousel-models_fullwidth h1, .carousel-models_fullwidth .text-link {
    position: relative;
    z-index: 1; }
  @media (max-width: 767px) {
    .carousel-models_fullwidth .text-link {
      padding: 0 40px; } }
  .carousel-models_fullwidth h1 {
    color: #ffffff;
    margin-bottom: 17px; }
  .carousel-models_fullwidth:after {
    position: absolute;
    content: "";
    width: 897px;
    top: 0;
    bottom: 0;
    left: 50%;
    background: url(../images/active_bg.png) center bottom no-repeat;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
    @media (max-width: 1199px) {
      .carousel-models_fullwidth:after {
        width: -webkit-calc(897px / 1.5);
        width: calc(897px / 1.5); } }
    @media (max-width: 767px) {
      .carousel-models_fullwidth:after {
        width: 100%; } }
  @media (max-width: 991px) {
    .carousel-models_fullwidth .navigation_block {
      display: none; } }
  @media (max-width: 991px) {
    .carousel-models_fullwidth .cost strong {
      font-size: 28px; } }
  @media (max-width: 767px) {
    .carousel-models_fullwidth .cost strong {
      font-size: 30px; } }
  @media (max-width: 767px) {
    .carousel-models_fullwidth {
      padding-bottom: 30px; } }

.navigation_block {
  position: absolute;
  width: 897px;
  top: 50%;
  left: 50%;
  z-index: 100;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media (min-width: 1200px) {
    .navigation_block {
      top: 45%; } }
  .navigation_block .swiper-button-next, .navigation_block .swiper-button-prev {
    position: absolute;
    color: #ffffff;
    font-size: 40px;
    background-image: none;
    cursor: pointer;
    width: 60px;
    height: 40px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media (min-width: 768px) {
      .navigation_block .swiper-button-next, .navigation_block .swiper-button-prev {
        font-size: 60px; } }
    .navigation_block .swiper-button-next:hover, .navigation_block .swiper-button-prev:hover {
      color: #6678ea; }
  .navigation_block .swiper-button-prev {
    left: 30px; }
    @media (min-width: 1200px) {
      .navigation_block .swiper-button-prev {
        left: 10px; } }
  .navigation_block .swiper-button-next {
    right: 30px; }
    @media (min-width: 1200px) {
      .navigation_block .swiper-button-next {
        right: 10px; } }
  @media (max-width: 1199px) {
    .navigation_block {
      top: 38%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .navigation_block .swiper-button-prev {
        left: 18%; }
      .navigation_block .swiper-button-next {
        right: 18%; } }
  @media (max-width: 991px) {
    .navigation_block {
      width: 100%;
      top: 36%; }
      .navigation_block .swiper-button-prev {
        left: 10%; }
      .navigation_block .swiper-button-next {
        right: 10%; } }
  @media (max-width: 767px) {
    .navigation_block .swiper-button-prev {
      left: 2%; }
    .navigation_block .swiper-button-next {
      right: 2%; } }

.swiper-container-models {
  padding: 20px 0 0; }
  @media (max-width: 767px) {
    .swiper-container-models {
      padding-bottom: 10px; } }
  .swiper-container-models .thumbnail img {
    width: 90%; }
  .swiper-container-models .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }

.ie .swiper-container-models .model-info__content {
  display: block;
  text-align: center;
  width: 70%;
  overflow: hidden; }

.swiper-pagination-models {
  z-index: 10;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  text-align: center; }
  @media (min-width: 1200px) {
    .swiper-pagination-models {
      bottom: 60px;
      overflow: hidden; } }
  .swiper-pagination-models .swiper-pagination-bullet {
    position: relative;
    width: 50px;
    height: 5px;
    border: none;
    background: #ffffff;
    opacity: 1;
    -webkit-border-radius: 0;
            border-radius: 0;
    margin: 0 3px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media (max-width: 991px) {
      .swiper-pagination-models .swiper-pagination-bullet {
        width: 40px; } }
    .swiper-pagination-models .swiper-pagination-bullet:after {
      position: absolute;
      content: "";
      left: 0;
      right: 0;
      top: 0;
      height: 2px;
      background: #e0e0e0;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .swiper-pagination-models .swiper-pagination-bullet:hover, .swiper-pagination-models .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #6678ea; }
      .swiper-pagination-models .swiper-pagination-bullet:hover:after, .swiper-pagination-models .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
        display: none; }

.model-info {
  text-align: center;
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s; }
  .model-info .model-info__content {
    padding: 0 140px; }
    @media (max-width: 1199px) {
      .model-info .model-info__content {
        padding-bottom: 40px;
        padding: 0 30px; } }

@media (min-width: 1200px) and (max-width: 1649px) {
  .model-info .model-info__content {
    padding: 0 80px; } }
  .model-info .thumbnail {
    margin-bottom: 10px; }
    @media (max-width: 991px) {
      .model-info .thumbnail img {
        width: 80%; } }
    @media (max-width: 543px) {
      .model-info .thumbnail img {
        width: 100%; } }
  .model-info h3 {
    margin: 0 0 20px;
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
    -webkit-transition-delay: 0.6s;
         -o-transition-delay: 0.6s;
            transition-delay: 0.6s; }
    @media (max-width: 767px) {
      .model-info h3 {
        font-size: 22px; } }
  .model-info .tt-list-col {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start; }
    @media (max-width: 767px) {
      .model-info .tt-list-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex; } }
    .model-info .tt-list-col ul {
      list-style: none;
      padding: 0;
      margin: 0 30px;
      font-weight: normal; }
      .model-info .tt-list-col ul li {
        text-align: left;
        position: relative;
        padding: 0 0 0 36px; }
        .model-info .tt-list-col ul li .tt-icon {
          color: #6678ea;
          display: inline-block;
          font-size: 20px;
          line-height: 1em;
          position: absolute;
          left: 0;
          top: 2px; }
        .model-info .tt-list-col ul li span {
          color: #6678ea; }
        .model-info .tt-list-col ul li:not(:first-child) {
          margin-top: 10px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .model-info .tt-list-col ul {
    margin: 0 15px; } }
      @media (max-width: 991px) {
        .model-info .tt-list-col ul {
          font-size: 16px; }
          .model-info .tt-list-col ul li .icon {
            font-size: 18px; } }
      @media (max-width: 767px) {
        .model-info .tt-list-col ul {
          font-size: 15px; }
          .model-info .tt-list-col ul:first-child {
            margin-bottom: 10px; }
          .model-info .tt-list-col ul li .icon {
            font-size: 17px; } }
  .model-info .tt-list-col + .cost {
    margin-top: 30px; }
  .model-info .btn {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s; }
  .model-info.swiper-slide-active .btn {
    opacity: 1;
    visibility: visible; }
  .model-info.swiper-slide-active, .model-info.swiper-slide-active h3 {
    color: #ffffff; }

.cost {
  display: block;
  margin-bottom: 30px; }
  .cost strong {
    font-size: 40px;
    color: #6678ea; }
  @media (max-width: 767px) {
    .cost {
      margin-bottom: 26px; } }

.service-info-box {
  max-width: 1920px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden; }
  @media (max-width: 1649px) {
    .service-info-box {
      padding: 0 0 40px;
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .service-info-box {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .service-info-box {
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 20px; }
      .service-info-box h1, .service-info-box .text-link {
        padding-left: 10px;
        padding-right: 10px; } }
  .service-info-box h1 {
    margin-bottom: 15px; }
  .service-info-box .text-link {
    display: block;
    margin-bottom: 74px; }
    @media (max-width: 991px) {
      .service-info-box .text-link {
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .service-info-box .text-link {
        margin-bottom: 30px;
        padding: 0 40px; } }
  .service-info-box > .btn {
    margin-top: 40px; }
    @media (min-width: 1650px) {
      .service-info-box > .btn {
        margin-top: 110px; } }
    @media (max-width: 991px) {
      .service-info-box > .btn {
        margin-top: 90px; } }
    @media (max-width: 767px) {
      .service-info-box > .btn {
        margin-top: 70px; } }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }

@keyframes shine {
  100% {
    left: 125%; } }

@media (max-width: 1649px) {
  .even-line .service-block__content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .even-line .thumbnail {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; } }

@media (max-width: 767px) {
  .even-line .service-block__content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .even-line .thumbnail {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; } }

.service-block {
  overflow: hidden;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: scretch;
  -ms-flex-align: scretch;
  -webkit-align-items: scretch;
  -moz-align-items: scretch;
  align-items: scretch;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 1200px) {
    .service-block {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  @media (min-width: 1200px) {
    .service-block > * {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 50%;
      -moz-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
      flex: 0 1 50%;
      max-width: 50%; } }
  @media (max-width: 1649px) {
    .service-block {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  @media (max-width: 767px) {
    .service-block {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .service-block .thumbnail {
    margin: 0;
    position: relative;
    overflow: hidden; }
    @media (max-width: 1649px) {
      .service-block .thumbnail {
        width: 50%; } }
    @media (max-width: 767px) {
      .service-block .thumbnail {
        width: 100%; } }
    .service-block .thumbnail img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
    .service-block .thumbnail span {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: scretch;
      -ms-flex-align: scretch;
      -webkit-align-items: scretch;
      -moz-align-items: scretch;
      align-items: scretch; }
      @media (min-width: 1200px) {
        .service-block .thumbnail span:after {
          position: absolute;
          top: 50%;
          right: 0;
          content: "";
          margin-top: -6px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 12px 12px 12px 0;
          border-color: transparent #f5f6f8 transparent transparent; }
        .even-line .service-block .thumbnail span:after {
          right: auto;
          left: 0;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 12px 0 12px 12px;
          border-color: transparent transparent transparent #f5f6f8; } }
  .service-block__content {
    position: relative;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    @media (min-width: 1650px) {
      .service-block__content {
        padding: 20px 40px; } }
    @media (max-width: 1649px) {
      .service-block__content {
        width: 50%; } }
    @media (max-width: 767px) {
      .service-block__content {
        width: 100%; } }
    .service-block__content h3 {
      margin-bottom: 15px; }
      @media (min-width: 1650px) {
        .service-block__content h3 {
          margin-bottom: 30px; } }
      @media (max-width: 767px) {
        .service-block__content h3 {
          font-size: 26px; } }
    .service-block__content p {
      margin-bottom: 20px; }
      @media (min-width: 1650px) {
        .service-block__content p {
          margin-bottom: 50px; } }
    @media (max-width: 767px) {
      .service-block__content:after {
        content: '';
        position: absolute;
        z-index: 1000;
        top: -15px;
        left: 45%;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 22px solid #f5f6f8; } }

.ie .service-block__content p {
  max-width: 85%; }

@media (max-width: 767px) {
  .swiper-container-column-first {
    max-width: 576px; } }

@media (max-width: 767px) {
  .swiper-container-column-first {
    padding-left: 15px;
    padding-right: 15px; } }

.swiper-container-column {
  overflow: hidden; }
  @media (min-width: 1200px) {
    .swiper-container-column {
      background: #f5f6f8; } }
  .swiper-container-column .swiper-slide {
    background: #f5f6f8; }
    @media (min-width: 1200px) {
      .swiper-container-column .swiper-slide.even-line .service-block .thumbnail {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2; }
        .swiper-container-column .swiper-slide.even-line .service-block .thumbnail:after {
          left: 0;
          right: auto;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 12px 0 12px 12px;
          border-color: transparent transparent transparent #f5f6f8; } }

.swiper-pagination-services-second {
  bottom: 130px; }
  @media (min-width: 1200px) {
    .swiper-pagination-services-second {
      visibility: hidden; } }

.swiper-pagination-column-main {
  bottom: 10px; }
  @media (min-width: 1200px) {
    .swiper-pagination-column-main {
      visibility: hidden; } }

.swiper-button-next1, .swiper-button-prev1 {
  position: absolute;
  top: 50%;
  color: #ffffff;
  font-size: 46px;
  background-image: none;
  cursor: pointer;
  width: 60px;
  height: 40px;
  z-index: 10;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden; }
  @media (min-width: 992px) {
    .swiper-button-next1, .swiper-button-prev1 {
      visibility: visible; } }
  .swiper-button-next1.swiper-button-disabled, .swiper-button-prev1.swiper-button-disabled {
    opacity: 0.4;
    color: #ffffff; }
    .swiper-button-next1.swiper-button-disabled:hover, .swiper-button-prev1.swiper-button-disabled:hover {
      color: #ffffff; }
  .swiper-button-next1:hover, .swiper-button-prev1:hover {
    color: #6678ea; }

.swiper-button-prev1 {
  left: -8px; }
  @media (min-width: 1650px) {
    .swiper-button-prev1 {
      left: 200px; } }

.swiper-button-next1 {
  right: -8px; }
  @media (min-width: 1650px) {
    .swiper-button-next1 {
      right: 200px; } }

.swiper-pagination-blockquote {
  bottom: 66px; }

.blog-posts-carousel {
  position: relative; }
  .blog-posts-carousel .swiper-button-next,
  .blog-posts-carousel .swiper-button-prev {
    font-size: 50px; }
  .blog-posts-carousel .swiper-button-next {
    visibility: hidden;
    right: -10px; }
    @media (min-width: 992px) {
      .blog-posts-carousel .swiper-button-next {
        visibility: visible; } }
    @media (min-width: 1650px) {
      .blog-posts-carousel .swiper-button-next {
        top: 65%;
        right: 10.5%;
        } }
  .blog-posts-carousel .swiper-button-prev {
    visibility: hidden;
    left: -10px; }
    @media (min-width: 1650px) {
      .blog-posts-carousel .swiper-button-prev {
        top: 65%;
        left: 10.5%;
        } }
    @media (min-width: 992px) {
      .blog-posts-carousel .swiper-button-prev {
        visibility: visible; } }

.swiper-container-blog {
  padding-bottom: 83px; }

.swiper-container-brands .tt-brand-img {
  padding: 0 11px; }
  .swiper-container-brands .tt-brand-img img {
    max-width: 100%;
    height: auto; }

.tt-carusel-layout {
  position: relative;
  margin-top: 47px; }
  @media (max-width: 991px) {
    .tt-carusel-layout {
      margin-top: 30px; } }
  @media (max-width: 767px) {
    .tt-carusel-layout {
      margin-top: 34px; } }
  .tt-carusel-layout .navigation_block-center {
    position: absolute;
    top: 50%;
    width: 100%; }
    @media (max-width: 1199px) {
      .tt-carusel-layout .navigation_block-center {
        display: none; } }
    @media (min-width: 1200px) {
      .tt-carusel-layout .navigation_block-center {
        width: 90%;
        margin: 0 auto;
        right: 0;
        left: 0; } }
    @media (min-width: 1650px) {
      .tt-carusel-layout .navigation_block-center {
        width: 100%; } }
    .tt-carusel-layout .navigation_block-center .swiper-button-next,
    .tt-carusel-layout .navigation_block-center .swiper-button-prev {
      position: absolute;
      font-size: 34px;
      margin-top: -17px; }
    .tt-carusel-layout .navigation_block-center .swiper-button-next {
      right: -90px; }
    .tt-carusel-layout .navigation_block-center .swiper-button-prev {
      left: -90px; }
  .tt-carusel-layout .swiper-container-brands .swiper-pagination-brands {
    margin-top: 135px;
    position: relative; }
  .tt-carusel-layout .swiper-pagination {
    display: none; }
    @media (max-width: 1199px) {
      .tt-carusel-layout .swiper-pagination {
        display: block;
        margin-top: 10px; } }

.info-box .tt-btn-top {
  margin-top: 55px; }

@media (min-width: 768px) {
  .swiper-container-column-first .service-block .thumbnail span:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    margin-top: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 12px 0;
    border-color: transparent #f5f6f8 transparent transparent; }
  .swiper-container-column-first .service-block .thumbnail span a {
    width: 100%; }
  .swiper-container-column-first .even-line .service-block .thumbnail span:after {
    right: auto;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 12px;
    border-color: transparent transparent transparent #f5f6f8; } }

@media (max-width: 767px) {
  .swiper-container-column-second {
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .swiper-container-column-second {
    max-width: 940px;
    padding-left: 15px;
    padding-right: 15px; } }

@media (max-width: 1199px) {
  .swiper-container-column-second .service-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .swiper-container-column-second .service-block .thumbnail span a {
      width: 100%; }
    .swiper-container-column-second .service-block .thumbnail {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      width: 100%; }
    .swiper-container-column-second .service-block .service-block__content {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      width: 100%; } }

/*--------------------------------------------------------------
## Model-carousel
--------------------------------------------------------------*/
.model-slider li > img {
  width: 100%; }

.lSSlideOuter .lSPager.lSGallery {
  margin-right: auto;
  margin-left: auto; }
  .lSSlideOuter .lSPager.lSGallery li:hover, .lSSlideOuter .lSPager.lSGallery li.active {
    -webkit-border-radius: 0;
            border-radius: 0; }
  .lSSlideOuter .lSPager.lSGallery li img {
    width: 100%; }

.lSSlideOuter .model-slider {
  margin-bottom: 0; }

.lSSlideOuter .lSAction {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  @media (min-width: 768px) {
    .lSSlideOuter .lSAction {
      visibility: hidden;
      opacity: 0; } }
  .lSSlideOuter .lSAction > a {
    margin-top: -15px; }

.lSSlideOuter:hover .lSAction {
  visibility: visible;
  opacity: 1; }

.model-slider-wrapper .lSSlideWrapper {
  margin-bottom: 10px; }

/*--------------------------------------------------------------
## Remodal
--------------------------------------------------------------*/
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
          filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.3); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
          animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
          animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
          animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
          animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: #ffffff;
  background: #6678ea;
  border: 0;
  outline: 0;
  z-index: 10; }

.remodal-close:hover,
.remodal-close:focus {
  background: #2b2b2b;
  color: #ffffff; }

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center; }

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0); } }
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0); } }

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
            filter: blur(0); } }

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
            filter: blur(0); } }

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 1100px; } }

/* IE8
   ========================================================================== */
.lt-ie9 .remodal {
  width: 700px; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blog pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Style for blog pages
--------------------------------------------------------------*/
.post-block {
  margin-bottom: 45px; }
  .post-block .thumbnail {
    margin-bottom: 15px; }
    .post-block .thumbnail a {
      display: block;
      position: relative;
      color: #6678ea; }
      .post-block .thumbnail a:hover:after, .post-block .thumbnail a:hover:before {
        visibility: visible;
        opacity: 1; }
      .post-block .thumbnail a:after, .post-block .thumbnail a:before {
        position: absolute;
        visibility: hidden;
        opacity: 0; }
      .post-block .thumbnail a:after {
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.6);
        z-index: 2;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      .post-block .thumbnail a:before {
        top: 50%;
        left: 50%;
        content: "\e913";
        font-family: 'iconfont';
        font-size: 50px;
        z-index: 3;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s; }

.post-block_meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 16px;
  max-width: 260px; }
  .post-list-masonry .post-block_meta {
    display: block;
    max-width: none; }
  .post-block_meta .date {
    color: #4a4a4a;
    font-style: italic; }
  .post-block_meta .comment {
    color: #000000;
    font-size: 14px; }
    .post-block_meta .comment:hover {
      color: #6678ea; }
  .post-block_meta i {
    position: relative;
    top: 2px;
    font-size: 20px;
    color: #6678ea; }

.post-list-masonry {
  text-align: center;
  margin-bottom: 30px; }
  .post-list-masonry__item {
    float: left;
    width: 100%;
    min-height: 455px;
    padding: 0 14px 28px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (min-width: 544px) {
      .post-list-masonry__item {
        width: -webkit-calc(100% / 2);
        width: calc(100% / 2);
        min-height: 495px; } }
    @media (min-width: 992px) {
      .post-list-masonry__item {
        min-height: 495px;
        width: -webkit-calc(100% / 3);
        width: calc(100% / 3); } }

.post-list {
  padding-bottom: 20px; }
  @media (min-width: 992px) {
    .post-list {
      padding-bottom: 40px; } }
  .post-list__item {
    /* margin-bottom: 48px; */
    }
    .post-list-masonry .post-list__item {
      margin-bottom: 0; }
    @media (min-width: 992px) {
      .post-list__item {
        /* margin-bottom: 100px; */
        }
        .post-single .post-list__item {
          margin-bottom: 54px; } }
    .post-list-masonry .post-list__item {
      text-align: center;
      -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
              box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2); }
    .post-list-masonry .post-list__item.format-quote {
      padding-top: 26px; }
    .post-list__item.format-gallery .swiper-pagination {
      bottom: 65px; }
      .post-list-masonry .post-list__item.format-gallery .swiper-pagination {
        bottom: 40px; }
    .post-list-masonry .post-list__item.format-gallery .swiper-button-next {
      right: 0; }
    .post-list-masonry .post-list__item.format-gallery .swiper-button-prev {
      left: 0; }
    .post-list__item.format-gallery .swiper-button-next,
    .post-list__item.format-gallery .swiper-button-prev {
      color: #ffffff;
      font-size: 50px;
      top: 45.5%; }
      .post-list__item.format-gallery .swiper-button-next.disabled,
      .post-list__item.format-gallery .swiper-button-prev.disabled {
        opacity: 0.2;
        color: #ffffff; }
      .post-list__item.format-gallery .swiper-button-next:hover,
      .post-list__item.format-gallery .swiper-button-prev:hover {
        color: #6678ea; }
    .post-list__item.format-audio .audio-thumb iframe {
      display: block;
      width: 100%;
      height: auto;
      border: none; }
    .post-list__item .post-format-quote {
      border: none;
      margin: 0;
      padding-top: 13px;
      padding-left: 65px; }
      .post-list-masonry .post-list__item .post-format-quote {
        padding-top: 7px;
        text-align: left;
        padding-left: 56px; }
        .post-list-masonry .post-list__item .post-format-quote:after {
          left: -20px;
          top: 10px; }
      @media (min-width: 992px) {
        .post-list__item .post-format-quote {
          margin: 0 0 0 6.5%;
          padding-left: 10.3%; }
          .post-single .post-list__item .post-format-quote {
            margin: 0 0 26px 2.7%; } }
      .post-list__item .post-format-quote:after {
        top: 14px; }
    .post-list__item h3, .post-list__item h4 {
      line-height: 1.2em;
    text-align: center;}
  .post-list__thumbnail {
    margin-bottom: 36px; }
    .post-list-masonry .post-list__thumbnail {
      margin-bottom: 26px; }
    .post-single .post-list__thumbnail {
      margin-bottom: 32px; }
    .post-list__thumbnail.video-thumb {
      padding-bottom: 56%;
      position: relative; }
      .post-list__thumbnail.video-thumb iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: none; }
    .post-list__thumbnail.link-thumb {
      position: relative; }
      .post-list__thumbnail.link-thumb:hover .post-link {
        visibility: visible;
        opacity: 1; }
      .post-list__thumbnail.link-thumb .post-link {
        position: absolute;
        top: 50%;
        left: 50%;
        color: #ffffff;
        font-size: 22px;
        line-height: 1em;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: 10; }
        .post-list-masonry .post-list__thumbnail.link-thumb .post-link {
          font-size: 22px; }
        @media (min-width: 992px) {
          .post-list__thumbnail.link-thumb .post-link {
            font-size: 42px;
            visibility: hidden;
            opacity: 0; } }
        .post-list__thumbnail.link-thumb .post-link:hover {
          color: #000000; }
      @media (max-width: 1199px) {
        .post-list__thumbnail.link-thumb .post-link {
          display: none; } }
  .post-list__item-header {
    padding-bottom: 24px; }
    .post-list-masonry .post-list__item-header {
      padding-bottom: 17px; }
    .post-single .post-list__item-header {
      padding-bottom: 30px; }
  .post-list__item-meta {
    margin-bottom: 19px; }
  .post-list__item-title {
    margin-bottom: 17px; }
    .post-single .post-list__item-title {
      margin-bottom: 16px; }
    .post-list-masonry .post-list__item-title {
      font-size: 24px;
      line-height: 1.2em;
      font-weight: normal; }
  .post-list__item-author {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .post-list__item-author span {
      display: inline-block;
      margin-right: 20px; }
  .post-list__item-desc {
    padding-bottom: 38px;
    text-align: center;
    }
    .format-quote .post-list__item-desc {
      padding-bottom: 30px; }
    .post-single .post-list__item-desc {
      padding-bottom: 26px; }
  .post-list-masonry .post-list__item-content {
    padding: 0 20px 20px; }
  .post-single .post-list__item-content {
    padding-bottom: 54px;
    border-bottom: 1px solid #c9c9c9; }
  .post-list__item-footer           {
    text-align: center;
    }
    .post-list-masonry .post-list__item-footer {
      display: block; }
      .post-list-masonry .post-list__item-footer .btn {
        padding: 0; }
    .post-list__item-footer .btn {
      text-align: center;
 }
  .post-list .pagination {
    display: block;
    text-align: center;
    padding-top: 0; }

.comments-area {
  padding-bottom: 40px; }
  @media (min-width: 992px) {
    .comments-area {
      padding-bottom: 93px; } }

.comment-list {
  padding-top: 18px; }
  .comment-list li {
    font-weight: normal; }
    .comment-list li.reply {
      padding: 30px 0 0 10px; }
      @media (min-width: 992px) {
        .comment-list li.reply {
          padding: 60px 0 0 100px; } }
    .comment-list li .avatar {
      position: relative;
      display: block;
      float: left;
      width: 70px;
      height: 70px;
      background: #6678ea;
      margin: 0 25px 0 0;
      -webkit-border-radius: 620px;
              border-radius: 620px; }
      .comment-list li .avatar:after {
        position: absolute;
        left: 50%;
        top: 50%;
        font-family: 'iconfont';
        content: "\e91a";
        font-size: 30px;
        color: #ffffff;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      .comment-list li .avatar:before {
        position: absolute;
        bottom: -8px;
        left: 50%;
        content: "";
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 9px 0 9px;
        border-color: #6678ea transparent transparent transparent; }
    .comment-list li .info-comment {
      overflow: hidden; }
    .comment-list li .author {
      display: block;
      font-size: 16px;
      font-weight: bold;
      color: #6678ea;
      margin-bottom: 3px; }
    .comment-list li .date {
      display: block;
      font-size: 16px;
      color: #4a4a4a;
      font-style: italic;
      margin-bottom: 20px; }
      .comment-list li .date i {
        display: inline-block;
        font-size: 20px;
        color: #6678ea;
        position: relative;
        top: 3px;
        margin-right: 4px; }

.page__about .info-box {
  padding: 4.7% 0 4.45%; }
  @media (min-width: 1200px) {
    .page__about .info-box {
      padding: 8.7% 0 8.45%; } }

.page__fleet .breadcrumbs {
  margin-bottom: 24px; }

@media (min-width: 1200px) {
  .page__fleet .carousel-models_fullwidth {
    margin-bottom: 114px; } }

.page__fleet .pagination {
  padding-top: 12px; }

@media (min-width: 1200px) {
  .page__services .service-info-box {
    padding-top: 10px;
    padding-bottom: 158px; }
    .page__services .service-info-box .text-link {
      margin-bottom: 62px; }
  .page__services .phone-box {
    padding-bottom: 156px; }
  .page__services .services-box {
    margin-bottom: 55px; } }

.page__contacts .breadcrumbs {
  margin-bottom: 0; }

@media (min-width: 1200px) {
  .page__contacts .info-box {
    padding: 4.9% 0 8.6%; } }

.page__typography .page-content {
  padding-bottom: 50px; }

.page__fleet-sec .gallery__item {
  float: none;
  width: auto;
  padding-bottom: 30px; }
  .page__fleet-sec .gallery__item .btn-mini {
    display: inline-block; }
  @media (min-width: 1200px) {
    .page__fleet-sec .gallery__item {
      padding-bottom: 0; } }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
.slider-wrapper {
  position: relative;
  z-index: 999; }

/* Caption styles */
.nivo-caption {
  position: absolute;
  left: 0;
  right: 0;
  height: 90px;
  top: 50%;
  z-index: 10000;
  display: none;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }
  @media (min-width: 544px) {
    .nivo-caption {
      height: 180px; } }
  @media (min-width: 768px) {
    .nivo-caption {
      height: 280px; } }
  @media (min-width: 1200px) {
    .nivo-caption {
      height: 408px; } }
  @media (min-width: 1650px) {
    .nivo-caption {
      height: 548px; } }
  .nivo-caption__inner {
    width: 155px; }
    @media (min-width: 544px) {
      .nivo-caption__inner {
        width: 228px; } }
    @media (min-width: 768px) {
      .nivo-caption__inner {
        width: 420px; } }
    @media (min-width: 1200px) {
      .nivo-caption__inner {
        width: 620px; } }
    @media (min-width: 1650px) {
      .nivo-caption__inner {
        width: 878px; } }
    .nivo-caption__inner:before {
      border-top: 45px solid transparent;
      border-right: 15px solid rgba(18, 20, 23, 0.75);
      border-bottom: 45px solid transparent; }
      @media (min-width: 544px) {
        .nivo-caption__inner:before {
          border-top-width: 90px;
          border-right-width: 35px;
          border-bottom-width: 90px; } }
      @media (min-width: 768px) {
        .nivo-caption__inner:before {
          border-top-width: 140px;
          border-right-width: 50px;
          border-bottom-width: 140px; } }
      @media (min-width: 1200px) {
        .nivo-caption__inner:before {
          border-top-width: 204px;
          border-right-width: 100px;
          border-bottom-width: 204px; } }
      @media (min-width: 1650px) {
        .nivo-caption__inner:before {
          border-top-width: 274px;
          border-right-width: 140px;
          border-bottom-width: 274px; } }
    .nivo-caption__inner.left-side:before {
      border-top: 45px solid transparent;
      border-left: 15px solid rgba(18, 20, 23, 0.75);
      border-bottom: 45px solid transparent;
      border-right: none; }
      @media (min-width: 544px) {
        .nivo-caption__inner.left-side:before {
          border-top-width: 90px;
          border-left-width: 35px;
          border-bottom-width: 90px; } }
      @media (min-width: 768px) {
        .nivo-caption__inner.left-side:before {
          border-top-width: 140px;
          border-left-width: 50px;
          border-bottom-width: 140px; } }
      @media (min-width: 1200px) {
        .nivo-caption__inner.left-side:before {
          border-top-width: 204px;
          border-left-width: 100px;
          border-bottom-width: 204px; } }
      @media (min-width: 1650px) {
        .nivo-caption__inner.left-side:before {
          border-top-width: 274px;
          border-left-width: 140px;
          border-bottom-width: 274px; } }
    .nivo-caption__inner.left-side .text {
      padding-right: 0;
      padding-left: 20%; }
      @media (min-width: 1650px) {
        .nivo-caption__inner.left-side .text {
          padding-left: 35%; } }
      @media (max-width: 767px) {
        .nivo-caption__inner.left-side .text {
          padding-left: 15px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .nivo-caption__inner.left-side .text {
    padding-left: 30px; } }
    .nivo-caption__inner .text {
      padding-right: 20%; }
      @media (min-width: 1650px) {
        .nivo-caption__inner .text {
          padding-right: 35%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .nivo-caption__inner .text {
    padding-right: 30px; } }
      @media (max-width: 767px) {
        .nivo-caption__inner .text {
          padding-right: 15px; } }
      .nivo-caption__inner .text h1 {
        font-size: 16px;
        line-height: 1.25; }
      .nivo-caption__inner .text h2 {
        font-size: 16px;
        line-height: 1.25; }
        @media (min-width: 768px) {
          .nivo-caption__inner .text h1 {
            font-size: 45px;
            line-height: 1em; } }
        @media (min-width: 768px) {
          .nivo-caption__inner .text h2 {
            font-size: 45px;
            line-height: 1em; } }

        @media (min-width: 1200px) {
          .nivo-caption__inner .text h1 {
            font-size: 60px;
            line-height: 1em; } }
        @media (min-width: 1200px) {
          .nivo-caption__inner .text h2 {
            font-size: 60px;
            line-height: 1em; } }

        @media (min-width: 1650px) {
          .nivo-caption__inner .text h1 {
            font-size: 45px;
            line-height: 1em; } }
        @media (min-width: 1650px) {
          .nivo-caption__inner .text h2 {
            font-size: 45px;
            line-height: 1em; } }

        @media (max-width: 767px) {
          .nivo-caption__inner .text h1 {
            margin-bottom: 0; }
            .nivo-caption__inner .text h1 br {
              display: none; } }
        @media (max-width: 767px) {
          .nivo-caption__inner .text h2 {
            margin-bottom: 0; }
            .nivo-caption__inner .text h2 br {
              display: none; } }

@media (min-width: 768px) and (max-width: 991px) {
  .nivo-caption__inner .text h1 {
    font-size: 38px; }
    .nivo-caption__inner .text h1 br {
      display: none; } }

      .nivo-caption__inner .text .showtext__link {
        font-size: 12px;
        line-height: 1em; }
        @media (min-width: 768px) {
          .nivo-caption__inner .text .showtext__link {
            font-size: 20px;
            line-height: 1em; } }
        @media (min-width: 1200px) {
          .nivo-caption__inner .text .showtext__link {
            font-size: 30px;
            line-height: 1em; } }
        @media (min-width: 1650px) {
          .nivo-caption__inner .text .showtext__link {
            font-size: 34px;
            line-height: 1em; } }
        @media (max-width: 543px) {
          .nivo-caption__inner .text .showtext__link {
            display: none; } }

@media (min-width: 768px) and (max-width: 991px) {
  .nivo-caption__inner .text .showtext__link {
    font-size: 24px; } }
  .nivo-caption__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    background: rgba(18, 20, 23, 0.75);
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .nivo-caption__inner:before {
      position: absolute;
      top: 0;
      right: 100%;
      content: "";
      width: 0;
      height: 0; }
    .nivo-caption__inner.left-side {
      right: auto;
      left: 0; }
      .nivo-caption__inner.left-side:before {
        right: auto;
        left: 100%; }
      .nivo-caption__inner.left-side .text {
        text-align: left; }
  .nivo-caption .text {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    text-align: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    .nivo-caption .text h1 {
      color: #ffffff; }
      @media (min-width: 768px) {
        .nivo-caption .text h1 {
          letter-spacing: -1px; } }
    .nivo-caption .text .showtext__link a {
      position: relative;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .nivo-caption .text .showtext__link a:after {
        position: absolute;
        left: 0;
        right: 100%;
        bottom: 0;
        content: "";
        height: 2px;
        background: #6678ea;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s; }
      .nivo-caption .text .showtext__link a:hover {
        color: #ffffff; }
        .nivo-caption .text .showtext__link a:hover:after {
          right: 0; }

.nivo-caption p {
  padding: 5px;
  margin: 0; }

.nivo-caption a {
  display: inline !important; }

.nivo-html-caption {
  display: none; }

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  position: absolute;
  top: 50%;
  z-index: 9;
  cursor: pointer; }

.nivo-prevNav {
  left: 0px; }

.nivo-nextNav {
  right: 0px; }

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  text-align: center;
  padding: 10px 0;
  z-index: 1000; }
  .nivo-controlNav .nivo-control {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    overflow: hidden;
    text-indent: -20px;
    background: #6678ea;
    -webkit-border-radius: 620px;
            border-radius: 620px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    .nivo-controlNav .nivo-control.active, .nivo-controlNav .nivo-control:hover {
      background: #ffffff; }

.nivo-controlNav a {
  cursor: pointer; }

.nivo-controlNav a.active {
  font-weight: bold; }

/*
Skin Name: Nivo Slider Default Theme
*/
.theme-default .nivoSlider {
  position: relative;
  background: #fff;
  margin-bottom: 0; }

.theme-default .nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none; }

@media (min-width: 768px) and (max-width: 991px) {
  .theme-default .nivoSlider img {
    min-height: 424px;
    -o-object-fit: cover;
       object-fit: cover; } }

.theme-default .nivoSlider a {
  border: 0;
  display: inline-block; }

.theme-default .nivoSlider a.btn {
  display: inline-block !important; }

.theme-default .nivo-directionNav a {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0;
  opacity: 0;
  text-align: center;
  color: #fff;
  z-index: 10000;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }
  .theme-default .nivo-directionNav a:hover {
    color: #6678ea; }

.theme-default .nivo-directionNav a:before {
  content: "\e915";
  font-family: 'iconfont';
  font-size: 2.5vw;
  line-height: 1em; }

.theme-default:hover .nivo-directionNav a {
  opacity: 1; }

.theme-default a.nivo-nextNav {
  right: 15px; }

.theme-default a.nivo-prevNav {
  left: 15px; }

.theme-default .nivo-directionNav a.nivo-prevNav:before {
  content: "\e912"; }

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
  width: 100%; }

.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px; }

.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto; }

/* nivo-caption text */
@-webkit-keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.nivo-caption__inner {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards; }

.nivo-caption .showtext__h1 {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards; }

.nivo-caption .showtext__link {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards; }

/*--------------------------------------------------------------
# Color themes
--------------------------------------------------------------*/
.tools {
  position: fixed;
  z-index: 10000;
  top: 50%;
  left: -5px;
  width: 50px;
  margin-top: -88px;
  padding: 5px 5px 7px 9px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  background: #fafafa;
  background: -webkit-linear-gradient(top, #fafafa 0%, #dddddd 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#dddddd));
  background: -o-linear-gradient(top, #fafafa 0%, #dddddd 100%);
  background: linear-gradient(to bottom, #fafafa 0%, #dddddd 100%);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  text-align: center; }

.tools span {
  width: 33px;
  display: block;
  padding-left: 5px;
  margin-bottom: 4px; }

.tools a {
  display: inline-block;
  margin-top: 7px;
  width: 25px;
  height: 25px;
  background: green;
  text-indent: -1000px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.tools a:hover {
  opacity: 0.7; }

.tools a.color-blue {
  background-color: #6678ea; }

.tools a.color-yellow {
  background-color: #fede00; }

.tools a.color-turquoise {
  background-color: #04dbc0; }

.tools a.color-orange {
  background-color: #ff8143; }

.tools a.color-orange-sec {
  background-color: #ffa00a; }

.tools a.color-lightblue {
  background-color: #5ac8fb; }

.tools a.color-pink {
  background-color: #ff6565; }

@media (max-width: 767px) {
  .tools {
    display: none; } }

/*--------------------------------------------------------------
# Color Yellow
--------------------------------------------------------------*/
body.color-yellow a, body.color-yellow h1 a:hover, body.color-yellow h2 a:hover, body.color-yellow h3 a:hover, body.color-yellow h4 a:hover, body.color-yellow h5 a:hover, body.color-yellow h6 a:hover {
  color: #000000; }

body.color-yellow .site-footer__top-panel .top-panel__info {
  color: #ffffff; }
  body.color-yellow .site-footer__top-panel .top-panel__info strong {
    opacity: 1; }

body.color-yellow .site-footer a {
  color: #ffffff; }
  body.color-yellow .site-footer a:hover {
    color: #fede00; }

body.color-yellow .logo i,
body.color-yellow .footer_logo i,
body.color-yellow .secondeffect .first-text-block em,
body.color-yellow .secondeffect .second-text-block i,
body.color-yellow .secondeffect .second-text-block .title_block span,
body.color-yellow .tt-list-col ul li .tt-icon,
body.color-yellow .tt-list-col ul li span,
body.color-yellow .header-container__flex .tt-header-info .tt-item .tt-icon,
body.color-yellow .gallery .tt-list-descriptions li span,
body.color-yellow .ui-datepicker .ui-datepicker-calendar .ui-state-highlight,
body.color-yellow .ui-datepicker .ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
body.color-yellow .ui-datepicker .ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
  color: #fede00; }

body.color-yellow .phone_block i,
body.color-yellow .social-list__icons li a:hover,
body.color-yellow .nivo-caption .text .showtext__link a,
body.color-yellow ul.list__marker li:before, body.color-yellow ol.list__marker li:before,
body.color-yellow .text-link,
body.color-yellow .cost strong,
body.color-yellow blockquote:after,
body.color-yellow span.name a,
body.color-yellow .phone-box__number span,
body.color-yellow .contact-info i,
body.color-yellow .order-details-form .text-element .add i,
body.color-yellow .order-details-form a:hover,
body.color-yellow .block-icon i,
body.color-yellow .breadcrumbs__item-link:hover,
body.color-yellow .block-team__desc span.position,
body.color-yellow .block-team__desc h3 a:hover,
body.color-yellow .block-tips h6,
body.color-yellow ul.list-categories li:before, body.color-yellow ol.list-categories li:before,
body.color-yellow ul.list-categories li a:hover, body.color-yellow ol.list-categories li a:hover,
body.color-yellow .post-block_meta i,
body.color-yellow .post-block_meta .comment:hover,
body.color-yellow .post-block .thumbnail a:before,
body.color-yellow .back-btn:hover,
body.color-yellow .post-list__thumbnail.link-thumb .post-link:hover,
body.color-yellow .comment-list li .author,
body.color-yellow .comment-list li .date i,
body.color-yellow .navbar .menu-navigation__list > li.current > a,
body.color-yellow .navbar .menu-navigation__list > li.open > a,
body.color-yellow .navbar .menu-navigation__list > li > a:hover,
body.color-yellow .navigation_block .swiper-button-next:hover,
body.color-yellow .navigation_block .swiper-button-prev:hover,
body.color-yellow .post-list__item.format-gallery .swiper-button-next:hover,
body.color-yellow .post-list__item.format-gallery .swiper-button-prev:hover,
body.color-yellow .logo a span,
body.color-yellow .order-details-form div.stop-location a i, body.color-yellow #tt-mobile-top-box .tt-call-toggle ul li i,
body.color-yellow .site-footer .box-elements .row > div h5:after, body.color-yellow .site-footer .box-elements .row > div .contact-info:after {
  color: #fede00; }

body.color-yellow .nivo-caption .text .showtext__link a:after,
body.color-yellow .swiper-pagination-models .swiper-pagination-bullet:hover,
body.color-yellow .swiper-pagination-models .swiper-pagination-bullet.swiper-pagination-bullet-active,
body.color-yellow .swiper-pagination .swiper-pagination-bullet:hover:after,
body.color-yellow .swiper-pagination .swiper-pagination-bullet-active:after,
body.color-yellow .site-footer__top-panel,
body.color-yellow .price-table__title,
body.color-yellow .comment-list li .avatar,
body.color-yellow .book-form,
body.color-yellow .price-slider .noUi-connect,
body.color-yellow .services-post h2:after, body.color-yellow #tt-mobile-top-box .tt-list-btn li a:hover,
body.color-yellow #tt-mobile-top-box .tt-list-btn .tt-btn-always,
body.color-yellow .ui-datepicker .ui-datepicker-calendar .ui-state-default:hover,
body.color-yellow .ui-datepicker .ui-datepicker-calendar .ui-state-active,
body.color-yellow .ui-datepicker .ui-datepicker-calendar .ui-widget-content .ui-state-active,
body.color-yellow .ui-datepicker .ui-datepicker-calendar .ui-widget-header .ui-state-active,
body.color-yellow .ui-datepicker .ui-datepicker-calendar a.ui-button:active,
body.color-yellow .ui-datepicker .ui-datepicker-calendar .ui-button:active,
body.color-yellow .ui-datepicker .ui-datepicker-calendar .ui-button.ui-state-active:hover {
  background: #fede00; }

body.color-yellow .price-table__title > td:first-child {
  color: #000000; }

body.color-yellow .book-form-box,
body.color-yellow .scrollup,
body.color-yellow .calendar .selected, body.color-yellow .calendar .selected:hover,
body.color-yellow .contact-info-block .social-list__icons li a:hover {
  background: #fede00;
  color: #000000; }

body.color-yellow .navbar .menu-navigation__list li.open .dropdown-menu > li > a:hover,
body.color-yellow .remodal-close,
body.color-yellow .btn {
  background: #fede00;
  color: #ffffff; }

body.color-yellow .btn.invert {
  background: #2b2b2b;
  color: #ffffff; }

body.color-yellow .book-form__btn .btn {
  color: #000000;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  background-image: -o-linear-gradient(#cacdd3, #7d838e);
  background-image: -webkit-linear-gradient(#cacdd3, #7d838e);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cacdd3), to(#7d838e));
  background-image: linear-gradient(#cacdd3, #7d838e); }
  body.color-yellow .book-form__btn .btn:hover {
    background: #2b2b2b;
    color: #ffffff; }

body.color-yellow .scrollup:after {
  -webkit-box-shadow: 0 0 0 4px #fede00;
          box-shadow: 0 0 0 4px #fede00; }

body.color-yellow .service-block__content .btn.btn__marker {
  color: #fede00; }
  body.color-yellow .service-block__content .btn.btn__marker:hover {
    color: #000000; }

body.color-yellow .btn.btn__marker {
  background: transparent;
  color: #ffffff; }
  body.color-yellow .btn.btn__marker:hover {
    background: transparent;
    color: #fede00; }

body.color-yellow .btn:hover {
  background: #6678ea;
  color: #ffffff; }

body.color-yellow .filters-by-category ul li a:hover,
body.color-yellow .filters-by-category ul li a.selected,
body.color-yellow .pagination li:hover a,
body.color-yellow .pagination li.active a,
body.color-yellow .tag:hover, body.color-yellow .list-tags li a:hover {
  background: #fede00;
  border-color: #fede00;
  color: #ffffff; }

body.color-yellow .pagination li a {
  background: #ffffff;
  border-color: #b8b8b8;
  color: #000000; }

body.color-yellow .gallery__item__content a.link-gallery:hover {
  color: #fede00; }

body.color-yellow .block-tips .number {
  background: #fede00;
  color: #000000; }

body.color-yellow .block-tips .number:after,
body.color-yellow .comment-list li .avatar:before,
body.color-yellow .contact-info-block .social-list__icons li a:after {
  border-color: #fede00 transparent transparent transparent; }

body.color-yellow .gallery__item .hover > i {
  background: #fede00;
  color: #ffffff;
  opacity: 0.7; }

body.color-yellow .contact-info-block .social-list__icons li a {
  border-color: #fede00; }

body.color-yellow .loading {
  color: #000000; }

body.color-yellow #road:after, body.color-yellow #road:before {
  background: #fede00; }

body.color-yellow #stripes,
body.color-yellow .price-slider .noUi-horizontal .noUi-handle {
  border-color: #fede00; }

body.color-yellow #scene {
  color: #fede00; }

body.color-yellow #road {
  background: #000000; }

.navbar .menu-navigation__list > li.current > a, .navbar .menu-navigation__list > li.open > a,
.navbar .menu-navigation__list > li.open > a:hover, .navbar .menu-navigation__list > li > a:hover {
  text-shadow: none; }

/*--------------------------------------------------------------
# Color Lightblue
--------------------------------------------------------------*/
body.color-lightblue a, body.color-lightblue h1 a:hover, body.color-lightblue h2 a:hover, body.color-lightblue h3 a:hover, body.color-lightblue h4 a:hover, body.color-lightblue h5 a:hover, body.color-lightblue h6 a:hover {
  color: #000000; }

body.color-lightblue .site-footer__top-panel .top-panel__info {
  color: #ffffff; }
  body.color-lightblue .site-footer__top-panel .top-panel__info strong {
    opacity: 1; }

body.color-lightblue .site-footer a {
  color: #ffffff; }
  body.color-lightblue .site-footer a:hover {
    color: #5ac8fb; }

body.color-lightblue .logo i,
body.color-lightblue .footer_logo i,
body.color-lightblue .secondeffect .first-text-block em,
body.color-lightblue .secondeffect .second-text-block i,
body.color-lightblue .secondeffect .second-text-block .title_block span,
body.color-lightblue .tt-list-col ul li .tt-icon,
body.color-lightblue .tt-list-col ul li span,
body.color-lightblue .header-container__flex .tt-header-info .tt-item .tt-icon,
body.color-lightblue .gallery .tt-list-descriptions li span,
body.color-lightblue .ui-datepicker .ui-datepicker-calendar .ui-state-highlight,
body.color-lightblue .ui-datepicker .ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
body.color-lightblue .ui-datepicker .ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
  color: #5ac8fb; }

body.color-lightblue .phone_block i,
body.color-lightblue .social-list__icons li a:hover,
body.color-lightblue .nivo-caption .text .showtext__link a,
body.color-lightblue ul.list__marker li:before, body.color-lightblue ol.list__marker li:before,
body.color-lightblue .text-link,
body.color-lightblue .cost strong,
body.color-lightblue blockquote:after,
body.color-lightblue span.name a,
body.color-lightblue .phone-box__number span,
body.color-lightblue .contact-info i,
body.color-lightblue .order-details-form .text-element .add i,
body.color-lightblue .order-details-form a:hover,
body.color-lightblue .block-icon i,
body.color-lightblue .breadcrumbs__item-link:hover,
body.color-lightblue .block-team__desc span.position,
body.color-lightblue .block-team__desc h3 a:hover,
body.color-lightblue .block-tips h6,
body.color-lightblue ul.list-categories li:before, body.color-lightblue ol.list-categories li:before,
body.color-lightblue ul.list-categories li a:hover, body.color-lightblue ol.list-categories li a:hover,
body.color-lightblue .post-block_meta i,
body.color-lightblue .post-block_meta .comment:hover,
body.color-lightblue .post-block .thumbnail a:before,
body.color-lightblue .back-btn:hover,
body.color-lightblue .post-list__thumbnail.link-thumb .post-link:hover,
body.color-lightblue .comment-list li .author,
body.color-lightblue .comment-list li .date i,
body.color-lightblue .navbar .menu-navigation__list > li.current > a,
body.color-lightblue .navbar .menu-navigation__list > li.open > a,
body.color-lightblue .navbar .menu-navigation__list > li > a:hover,
body.color-lightblue .navigation_block .swiper-button-next:hover,
body.color-lightblue .navigation_block .swiper-button-prev:hover,
body.color-lightblue .post-list__item.format-gallery .swiper-button-next:hover,
body.color-lightblue .post-list__item.format-gallery .swiper-button-prev:hover,
body.color-lightblue .logo a span,
body.color-lightblue .order-details-form div.stop-location a i, body.color-lightblue #tt-mobile-top-box .tt-call-toggle ul li i {
  color: #5ac8fb; }

body.color-lightblue .nivo-caption .text .showtext__link a:after,
body.color-lightblue .swiper-pagination-models .swiper-pagination-bullet:hover,
body.color-lightblue .swiper-pagination-models .swiper-pagination-bullet.swiper-pagination-bullet-active,
body.color-lightblue .swiper-pagination .swiper-pagination-bullet:hover:after,
body.color-lightblue .swiper-pagination .swiper-pagination-bullet-active:after,
body.color-lightblue .site-footer__top-panel,
body.color-lightblue .price-table__title,
body.color-lightblue .book-form,
body.color-lightblue .comment-list li .avatar,
body.color-lightblue .price-slider .noUi-connect,
body.color-lightblue .services-post h2:after, body.color-lightblue #tt-mobile-top-box .tt-list-btn li a:hover,
body.color-lightblue #tt-mobile-top-box .tt-list-btn .tt-btn-always,
body.color-lightblue .ui-datepicker .ui-datepicker-calendar .ui-state-default:hover,
body.color-lightblue .ui-datepicker .ui-datepicker-calendar .ui-state-active,
body.color-lightblue .ui-datepicker .ui-datepicker-calendar .ui-widget-content .ui-state-active,
body.color-lightblue .ui-datepicker .ui-datepicker-calendar .ui-widget-header .ui-state-active,
body.color-lightblue .ui-datepicker .ui-datepicker-calendar a.ui-button:active,
body.color-lightblue .ui-datepicker .ui-datepicker-calendar .ui-button:active,
body.color-lightblue .ui-datepicker .ui-datepicker-calendar .ui-button.ui-state-active:hover {
  background: #5ac8fb; }

body.color-lightblue .price-table__title > td:first-child {
  color: #000000; }

body.color-lightblue .book-form-box,
body.color-lightblue .scrollup,
body.color-lightblue .calendar .selected, body.color-lightblue .calendar .selected:hover,
body.color-lightblue .contact-info-block .social-list__icons li a:hover {
  background: #5ac8fb;
  color: #000000; }

body.color-lightblue .btn,
body.color-lightblue .remodal-close,
body.color-lightblue .navbar .menu-navigation__list li.open .dropdown-menu > li > a:hover {
  background: #5ac8fb;
  color: #ffffff; }

body.color-lightblue .btn.invert {
  background: #2b2b2b;
  color: #ffffff; }

body.color-lightblue .book-form__btn .btn {
  color: #000000;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  background-image: -o-linear-gradient(#cacdd3, #7d838e);
  background-image: -webkit-linear-gradient(#cacdd3, #7d838e);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cacdd3), to(#7d838e));
  background-image: linear-gradient(#cacdd3, #7d838e); }
  body.color-lightblue .book-form__btn .btn:hover {
    background: #2b2b2b;
    color: #ffffff; }

body.color-lightblue .scrollup:after {
  -webkit-box-shadow: 0 0 0 4px #5ac8fb;
          box-shadow: 0 0 0 4px #5ac8fb; }

body.color-lightblue .service-block__content .btn.btn__marker {
  color: #5ac8fb; }
  body.color-lightblue .service-block__content .btn.btn__marker:hover {
    color: #000000; }

body.color-lightblue .btn.btn__marker {
  background: transparent;
  color: #ffffff; }
  body.color-lightblue .btn.btn__marker:hover {
    background: transparent;
    color: #5ac8fb; }

body.color-lightblue .btn:hover {
  background: #6678ea;
  color: #ffffff; }

body.color-lightblue .filters-by-category ul li a:hover,
body.color-lightblue .filters-by-category ul li a.selected,
body.color-lightblue .pagination li:hover a,
body.color-lightblue .pagination li.active a,
body.color-lightblue .tag:hover, body.color-lightblue .list-tags li a:hover {
  background: #5ac8fb;
  border-color: #5ac8fb;
  color: #ffffff; }

body.color-lightblue .pagination li a {
  background: #ffffff;
  border-color: #b8b8b8;
  color: #000000; }

body.color-lightblue .gallery__item__content a.link-gallery:hover {
  color: #5ac8fb; }

body.color-lightblue .block-tips .number {
  background: #5ac8fb;
  color: #000000; }

body.color-lightblue .block-tips .number:after,
body.color-lightblue .comment-list li .avatar:before,
body.color-lightblue .contact-info-block .social-list__icons li a:after {
  border-color: #5ac8fb transparent transparent transparent; }

body.color-lightblue .gallery__item .hover > i {
  background: #5ac8fb;
  color: #ffffff;
  opacity: 0.7; }

body.color-lightblue .contact-info-block .social-list__icons li a {
  border-color: #5ac8fb; }

body.color-lightblue .loading {
  color: #000000; }

body.color-lightblue #road:after, body.color-lightblue #road:before {
  background: #5ac8fb; }

body.color-lightblue #stripes,
body.color-lightblue .price-slider .noUi-horizontal .noUi-handle {
  border-color: #5ac8fb; }

body.color-lightblue #scene {
  color: #5ac8fb; }

body.color-lightblue #road {
  background: #000000; }

.navbar .menu-navigation__list > li.current > a, .navbar .menu-navigation__list > li.open > a,
.navbar .menu-navigation__list > li.open > a:hover, .navbar .menu-navigation__list > li > a:hover {
  text-shadow: none; }

/*--------------------------------------------------------------
# Color Orange
--------------------------------------------------------------*/
body.color-orange a, body.color-orange h1 a:hover, body.color-orange h2 a:hover, body.color-orange h3 a:hover, body.color-orange h4 a:hover, body.color-orange h5 a:hover, body.color-orange h6 a:hover {
  color: #000000; }

body.color-orange .site-footer__top-panel .top-panel__info {
  color: #ffffff; }
  body.color-orange .site-footer__top-panel .top-panel__info strong {
    opacity: 1; }

body.color-orange .site-footer a {
  color: #ffffff; }
  body.color-orange .site-footer a:hover {
    color: #ff8143; }

body.color-orange .logo i,
body.color-orange .footer_logo i,
body.color-orange .secondeffect .first-text-block em,
body.color-orange .secondeffect .second-text-block i,
body.color-orange .secondeffect .second-text-block .title_block span,
body.color-orange .tt-list-col ul li .tt-icon,
body.color-orange .tt-list-col ul li span,
body.color-orange .header-container__flex .tt-header-info .tt-item .tt-icon,
body.color-orange .gallery .tt-list-descriptions li span,
body.color-orange .ui-datepicker .ui-datepicker-calendar .ui-state-highlight,
body.color-orange .ui-datepicker .ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
body.color-orange .ui-datepicker .ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
  color: #ff8143; }

body.color-orange .phone_block i,
body.color-orange .social-list__icons li a:hover,
body.color-orange .nivo-caption .text .showtext__link a,
body.color-orange ul.list__marker li:before, body.color-orange ol.list__marker li:before,
body.color-orange .text-link,
body.color-orange .cost strong,
body.color-orange blockquote:after,
body.color-orange span.name a,
body.color-orange .phone-box__number span,
body.color-orange .contact-info i,
body.color-orange .order-details-form .text-element .add i,
body.color-orange .order-details-form a:hover,
body.color-orange .block-icon i,
body.color-orange .breadcrumbs__item-link:hover,
body.color-orange .block-team__desc span.position,
body.color-orange .block-team__desc h3 a:hover,
body.color-orange .block-tips h6,
body.color-orange ul.list-categories li:before, body.color-orange ol.list-categories li:before,
body.color-orange ul.list-categories li a:hover, body.color-orange ol.list-categories li a:hover,
body.color-orange .post-block_meta i,
body.color-orange .post-block_meta .comment:hover,
body.color-orange .post-block .thumbnail a:before,
body.color-orange .back-btn:hover,
body.color-orange .post-list__thumbnail.link-thumb .post-link:hover,
body.color-orange .comment-list li .author,
body.color-orange .comment-list li .date i,
body.color-orange .navbar .menu-navigation__list > li.current > a,
body.color-orange .navbar .menu-navigation__list > li.open > a,
body.color-orange .navbar .menu-navigation__list > li > a:hover,
body.color-orange .navigation_block .swiper-button-next:hover,
body.color-orange .navigation_block .swiper-button-prev:hover,
body.color-orange .post-list__item.format-gallery .swiper-button-next:hover,
body.color-orange .post-list__item.format-gallery .swiper-button-prev:hover,
body.color-orange .logo a span,
body.color-orange .order-details-form div.stop-location a i, body.color-orange #tt-mobile-top-box .tt-call-toggle ul li i,
body.color-orange .site-footer .box-elements .row > div h5:after, body.color-orange .site-footer .box-elements .row > div .contact-info:after {
  color: #ff8143; }

body.color-orange .nivo-caption .text .showtext__link a:after,
body.color-orange .swiper-pagination-models .swiper-pagination-bullet:hover,
body.color-orange .swiper-pagination-models .swiper-pagination-bullet.swiper-pagination-bullet-active,
body.color-orange .swiper-pagination .swiper-pagination-bullet:hover:after,
body.color-orange .swiper-pagination .swiper-pagination-bullet-active:after,
body.color-orange .site-footer__top-panel,
body.color-orange .price-table__title,
body.color-orange .book-form,
body.color-orange .comment-list li .avatar,
body.color-orange .price-slider .noUi-connect,
body.color-orange .services-post h2:after, body.color-orange #tt-mobile-top-box .tt-list-btn li a:hover,
body.color-orange #tt-mobile-top-box .tt-list-btn .tt-btn-always,
body.color-orange .ui-datepicker .ui-datepicker-calendar .ui-state-default:hover,
body.color-orange .ui-datepicker .ui-datepicker-calendar .ui-state-active,
body.color-orange .ui-datepicker .ui-datepicker-calendar .ui-widget-content .ui-state-active,
body.color-orange .ui-datepicker .ui-datepicker-calendar .ui-widget-header .ui-state-active,
body.color-orange .ui-datepicker .ui-datepicker-calendar a.ui-button:active,
body.color-orange .ui-datepicker .ui-datepicker-calendar .ui-button:active,
body.color-orange .ui-datepicker .ui-datepicker-calendar .ui-button.ui-state-active:hover {
  background: #ff8143; }

body.color-orange .price-table__title > td:first-child {
  color: #000000; }

body.color-orange .book-form-box,
body.color-orange .scrollup,
body.color-orange .calendar .selected, body.color-orange .calendar .selected:hover,
body.color-orange .contact-info-block .social-list__icons li a:hover {
  background: #ff8143;
  color: #000000; }

body.color-orange .navbar .menu-navigation__list li.open .dropdown-menu > li > a:hover,
body.color-orange .remodal-close,
body.color-orange .btn {
  background: #ff8143;
  color: #ffffff; }

body.color-orange .btn.invert {
  background: #2b2b2b;
  color: #ffffff; }

body.color-orange .book-form__btn .btn {
  color: #000000;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  background-image: -o-linear-gradient(#cacdd3, #7d838e);
  background-image: -webkit-linear-gradient(#cacdd3, #7d838e);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cacdd3), to(#7d838e));
  background-image: linear-gradient(#cacdd3, #7d838e); }
  body.color-orange .book-form__btn .btn:hover {
    background: #2b2b2b;
    color: #ffffff; }

body.color-orange .scrollup:after {
  -webkit-box-shadow: 0 0 0 4px #ff8143;
          box-shadow: 0 0 0 4px #ff8143; }

body.color-orange .service-block__content .btn.btn__marker {
  color: #ff8143; }
  body.color-orange .service-block__content .btn.btn__marker:hover {
    color: #000000; }

body.color-orange .btn.btn__marker {
  background: transparent;
  color: #ffffff; }
  body.color-orange .btn.btn__marker:hover {
    background: transparent;
    color: #ff8143; }

body.color-orange .btn:hover {
  background: #6678ea;
  color: #ffffff; }

body.color-orange .filters-by-category ul li a:hover,
body.color-orange .filters-by-category ul li a.selected,
body.color-orange .pagination li:hover a,
body.color-orange .pagination li.active a,
body.color-orange .tag:hover, body.color-orange .list-tags li a:hover {
  background: #ff8143;
  border-color: #ff8143;
  color: #ffffff; }

body.color-orange .pagination li a {
  background: #ffffff;
  border-color: #b8b8b8;
  color: #000000; }

body.color-orange .gallery__item__content a.link-gallery:hover {
  color: #ff8143; }

body.color-orange .block-tips .number {
  background: #ff8143;
  color: #000000; }

body.color-orange .block-tips .number:after,
body.color-orange .comment-list li .avatar:before,
body.color-orange .contact-info-block .social-list__icons li a:after {
  border-color: #ff8143 transparent transparent transparent; }

body.color-orange .gallery__item .hover > i {
  background: #ff8143;
  color: #ffffff;
  opacity: 0.7; }

body.color-orange .contact-info-block .social-list__icons li a {
  border-color: #ff8143; }

body.color-orange .loading {
  color: #000000; }

body.color-orange #road:after, body.color-orange #road:before {
  background: #ff8143; }

body.color-orange #stripes,
body.color-orange .price-slider .noUi-horizontal .noUi-handle {
  border-color: #ff8143; }

body.color-orange #scene {
  color: #ff8143; }

body.color-orange #road {
  background: #000000; }

.navbar .menu-navigation__list > li.current > a, .navbar .menu-navigation__list > li.open > a,
.navbar .menu-navigation__list > li.open > a:hover, .navbar .menu-navigation__list > li > a:hover {
  text-shadow: none; }

/*--------------------------------------------------------------
# Color Orange-secon
--------------------------------------------------------------*/
body.color-orange-sec a, body.color-orange-sec h1 a:hover, body.color-orange-sec h2 a:hover, body.color-orange-sec h3 a:hover, body.color-orange-sec h4 a:hover, body.color-orange-sec h5 a:hover, body.color-orange-sec h6 a:hover {
  color: #000000; }

body.color-orange-sec .site-footer__top-panel .top-panel__info {
  color: #ffffff; }
  body.color-orange-sec .site-footer__top-panel .top-panel__info strong {
    opacity: 1; }

body.color-orange-sec .site-footer a {
  color: #ffffff; }
  body.color-orange-sec .site-footer a:hover {
    color: #ffa00a; }

body.color-orange-sec .logo i,
body.color-orange-sec .footer_logo i,
body.color-orange-sec .secondeffect .first-text-block em,
body.color-orange-sec .secondeffect .second-text-block i,
body.color-orange-sec .secondeffect .second-text-block .title_block span,
body.color-orange-sec .tt-list-col ul li .tt-icon,
body.color-orange-sec .tt-list-col ul li span,
body.color-orange-sec .header-container__flex .tt-header-info .tt-item .tt-icon,
body.color-orange-sec .gallery .tt-list-descriptions li span,
body.color-orange-sec .ui-datepicker .ui-datepicker-calendar .ui-state-highlight,
body.color-orange-sec .ui-datepicker .ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
body.color-orange-sec .ui-datepicker .ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
  color: #ffa00a; }

body.color-orange-sec .phone_block i,
body.color-orange-sec .social-list__icons li a:hover,
body.color-orange-sec .nivo-caption .text .showtext__link a,
body.color-orange-sec ul.list__marker li:before, body.color-orange-sec ol.list__marker li:before,
body.color-orange-sec .text-link,
body.color-orange-sec .cost strong,
body.color-orange-sec blockquote:after,
body.color-orange-sec span.name a,
body.color-orange-sec .phone-box__number span,
body.color-orange-sec .contact-info i,
body.color-orange-sec .order-details-form .text-element .add i,
body.color-orange-sec .order-details-form a:hover,
body.color-orange-sec .block-icon i,
body.color-orange-sec .breadcrumbs__item-link:hover,
body.color-orange-sec .block-team__desc span.position,
body.color-orange-sec .block-team__desc h3 a:hover,
body.color-orange-sec .block-tips h6,
body.color-orange-sec ul.list-categories li:before, body.color-orange-sec ol.list-categories li:before,
body.color-orange-sec ul.list-categories li a:hover, body.color-orange-sec ol.list-categories li a:hover,
body.color-orange-sec .post-block_meta i,
body.color-orange-sec .post-block_meta .comment:hover,
body.color-orange-sec .post-block .thumbnail a:before,
body.color-orange-sec .back-btn:hover,
body.color-orange-sec .post-list__thumbnail.link-thumb .post-link:hover,
body.color-orange-sec .comment-list li .author,
body.color-orange-sec .comment-list li .date i,
body.color-orange-sec .navbar .menu-navigation__list > li.current > a,
body.color-orange-sec .navbar .menu-navigation__list > li.open > a,
body.color-orange-sec .navbar .menu-navigation__list > li > a:hover,
body.color-orange-sec .navigation_block .swiper-button-next:hover,
body.color-orange-sec .navigation_block .swiper-button-prev:hover,
body.color-orange-sec .post-list__item.format-gallery .swiper-button-next:hover,
body.color-orange-sec .post-list__item.format-gallery .swiper-button-prev:hover,
body.color-orange-sec .logo a span,
body.color-orange-sec .order-details-form div.stop-location a i, body.color-orange-sec #tt-mobile-top-box .tt-call-toggle ul li i,
body.color-orange-sec .site-footer .box-elements .row > div h5:after, body.color-orange-sec .site-footer .box-elements .row > div .contact-info:after {
  color: #ffa00a; }

body.color-orange-sec .nivo-caption .text .showtext__link a:after,
body.color-orange-sec .swiper-pagination-models .swiper-pagination-bullet:hover,
body.color-orange-sec .swiper-pagination-models .swiper-pagination-bullet.swiper-pagination-bullet-active,
body.color-orange-sec .swiper-pagination .swiper-pagination-bullet:hover:after,
body.color-orange-sec .swiper-pagination .swiper-pagination-bullet-active:after,
body.color-orange-sec .site-footer__top-panel,
body.color-orange-sec .price-table__title,
body.color-orange-sec .book-form,
body.color-orange-sec .comment-list li .avatar,
body.color-orange-sec .price-slider .noUi-connect,
body.color-orange-sec .services-post h2:after, body.color-orange-sec #tt-mobile-top-box .tt-list-btn li a:hover,
body.color-orange-sec #tt-mobile-top-box .tt-list-btn .tt-btn-always,
body.color-orange-sec .ui-datepicker .ui-datepicker-calendar .ui-state-default:hover,
body.color-orange-sec .ui-datepicker .ui-datepicker-calendar .ui-state-active,
body.color-orange-sec .ui-datepicker .ui-datepicker-calendar .ui-widget-content .ui-state-active,
body.color-orange-sec .ui-datepicker .ui-datepicker-calendar .ui-widget-header .ui-state-active,
body.color-orange-sec .ui-datepicker .ui-datepicker-calendar a.ui-button:active,
body.color-orange-sec .ui-datepicker .ui-datepicker-calendar .ui-button:active,
body.color-orange-sec .ui-datepicker .ui-datepicker-calendar .ui-button.ui-state-active:hover {
  background: #ffa00a; }

body.color-orange-sec .price-table__title > td:first-child {
  color: #000000; }

body.color-orange-sec .book-form-box,
body.color-orange-sec .scrollup,
body.color-orange-sec .calendar .selected, body.color-orange-sec .calendar .selected:hover,
body.color-orange-sec .contact-info-block .social-list__icons li a:hover {
  background: #ffa00a;
  color: #000000; }

body.color-orange-sec .navbar .menu-navigation__list li.open .dropdown-menu > li > a:hover,
body.color-orange-sec .remodal-close,
body.color-orange-sec .btn {
  background: #ffa00a;
  color: #ffffff; }

body.color-orange-sec .btn.invert {
  background: #2b2b2b;
  color: #ffffff; }

body.color-orange-sec .book-form__btn .btn {
  color: #000000;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  background-image: -o-linear-gradient(#cacdd3, #7d838e);
  background-image: -webkit-linear-gradient(#cacdd3, #7d838e);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cacdd3), to(#7d838e));
  background-image: linear-gradient(#cacdd3, #7d838e); }
  body.color-orange-sec .book-form__btn .btn:hover {
    background: #2b2b2b;
    color: #ffffff; }

body.color-orange-sec .scrollup:after {
  -webkit-box-shadow: 0 0 0 4px #ffa00a;
          box-shadow: 0 0 0 4px #ffa00a; }

body.color-orange-sec .service-block__content .btn.btn__marker {
  color: #ffa00a; }
  body.color-orange-sec .service-block__content .btn.btn__marker:hover {
    color: #000000; }

body.color-orange-sec .btn.btn__marker {
  background: transparent;
  color: #ffffff; }
  body.color-orange-sec .btn.btn__marker:hover {
    background: transparent;
    color: #ffa00a; }

body.color-orange-sec .btn:hover {
  background: #6678ea;
  color: #ffffff; }

body.color-orange-sec .filters-by-category ul li a:hover,
body.color-orange-sec .filters-by-category ul li a.selected,
body.color-orange-sec .pagination li:hover a,
body.color-orange-sec .pagination li.active a,
body.color-orange-sec .tag:hover, body.color-orange-sec .list-tags li a:hover {
  background: #ffa00a;
  border-color: #ffa00a;
  color: #ffffff; }

body.color-orange-sec .pagination li a {
  background: #ffffff;
  border-color: #b8b8b8;
  color: #000000; }

body.color-orange-sec .gallery__item__content a.link-gallery:hover {
  color: #ffa00a; }

body.color-orange-sec .block-tips .number {
  background: #ffa00a;
  color: #000000; }

body.color-orange-sec .block-tips .number:after,
body.color-orange-sec .comment-list li .avatar:before,
body.color-orange-sec .contact-info-block .social-list__icons li a:after {
  border-color: #ffa00a transparent transparent transparent; }

body.color-orange-sec .gallery__item .hover > i {
  background: #ffa00a;
  color: #ffffff;
  opacity: 0.7; }

body.color-orange-sec .contact-info-block .social-list__icons li a {
  border-color: #ffa00a; }

body.color-orange-sec .loading {
  color: #000000; }

body.color-orange-sec #road:after, body.color-orange-sec #road:before {
  background: #ffa00a; }

body.color-orange-sec #stripes,
body.color-orange-sec .price-slider .noUi-horizontal .noUi-handle {
  border-color: #ffa00a; }

body.color-orange-sec #scene {
  color: #ffa00a; }

body.color-orange-sec #road {
  background: #000000; }

.navbar .menu-navigation__list > li.current > a, .navbar .menu-navigation__list > li.open > a,
.navbar .menu-navigation__list > li.open > a:hover, .navbar .menu-navigation__list > li > a:hover {
  text-shadow: none; }

/*--------------------------------------------------------------
# Color Pink
--------------------------------------------------------------*/
body.color-pink a, body.color-pink h1 a:hover, body.color-pink h2 a:hover, body.color-pink h3 a:hover, body.color-pink h4 a:hover, body.color-pink h5 a:hover, body.color-pink h6 a:hover {
  color: #000000; }

body.color-pink .site-footer__top-panel .top-panel__info {
  color: #ffffff; }
  body.color-pink .site-footer__top-panel .top-panel__info strong {
    opacity: 1; }

body.color-pink .site-footer a {
  color: #ffffff; }
  body.color-pink .site-footer a:hover {
    color: #ff6565; }

body.color-pink .logo i,
body.color-pink .footer_logo i,
body.color-pink .secondeffect .first-text-block em,
body.color-pink .secondeffect .second-text-block i,
body.color-pink .secondeffect .second-text-block .title_block span,
body.color-pink .tt-list-col ul li .tt-icon,
body.color-pink .tt-list-col ul li span,
body.color-pink .header-container__flex .tt-header-info .tt-item .tt-icon,
body.color-pink .gallery .tt-list-descriptions li span,
body.color-pink .ui-datepicker .ui-datepicker-calendar .ui-state-highlight,
body.color-pink .ui-datepicker .ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
body.color-pink .ui-datepicker .ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
  color: #ff6565; }

body.color-pink .phone_block i,
body.color-pink .social-list__icons li a:hover,
body.color-pink .nivo-caption .text .showtext__link a,
body.color-pink ul.list__marker li:before, body.color-pink ol.list__marker li:before,
body.color-pink .text-link,
body.color-pink .cost strong,
body.color-pink blockquote:after,
body.color-pink span.name a,
body.color-pink .phone-box__number span,
body.color-pink .contact-info i,
body.color-pink .order-details-form .text-element .add i,
body.color-pink .order-details-form a:hover,
body.color-pink .block-icon i,
body.color-pink .breadcrumbs__item-link:hover,
body.color-pink .block-team__desc span.position,
body.color-pink .block-team__desc h3 a:hover,
body.color-pink .block-tips h6,
body.color-pink ul.list-categories li:before, body.color-pink ol.list-categories li:before,
body.color-pink ul.list-categories li a:hover, body.color-pink ol.list-categories li a:hover,
body.color-pink .post-block_meta i,
body.color-pink .post-block_meta .comment:hover,
body.color-pink .post-block .thumbnail a:before,
body.color-pink .back-btn:hover,
body.color-pink .post-list__thumbnail.link-thumb .post-link:hover,
body.color-pink .comment-list li .author,
body.color-pink .comment-list li .date i,
body.color-pink .navbar .menu-navigation__list > li.current > a,
body.color-pink .navbar .menu-navigation__list > li.open > a,
body.color-pink .navbar .menu-navigation__list > li > a:hover,
body.color-pink .navigation_block .swiper-button-next:hover,
body.color-pink .navigation_block .swiper-button-prev:hover,
body.color-pink .post-list__item.format-gallery .swiper-button-next:hover,
body.color-pink .post-list__item.format-gallery .swiper-button-prev:hover,
body.color-pink .logo a span,
body.color-pink .order-details-form div.stop-location a i, body.color-pink #tt-mobile-top-box .tt-call-toggle ul li i,
body.color-pink .site-footer .box-elements .row > div h5:after, body.color-pink .site-footer .box-elements .row > div .contact-info:after {
  color: #ff6565; }

body.color-pink .nivo-caption .text .showtext__link a:after,
body.color-pink .swiper-pagination-models .swiper-pagination-bullet:hover,
body.color-pink .swiper-pagination-models .swiper-pagination-bullet.swiper-pagination-bullet-active,
body.color-pink .swiper-pagination .swiper-pagination-bullet:hover:after,
body.color-pink .swiper-pagination .swiper-pagination-bullet-active:after,
body.color-pink .site-footer__top-panel,
body.color-pink .price-table__title,
body.color-pink .book-form,
body.color-pink .comment-list li .avatar,
body.color-pink .price-slider .noUi-connect,
body.color-pink .services-post h2:after, body.color-pink #tt-mobile-top-box .tt-list-btn li a:hover,
body.color-pink #tt-mobile-top-box .tt-list-btn .tt-btn-always,
body.color-pink .ui-datepicker .ui-datepicker-calendar .ui-state-default:hover,
body.color-pink .ui-datepicker .ui-datepicker-calendar .ui-state-active,
body.color-pink .ui-datepicker .ui-datepicker-calendar .ui-widget-content .ui-state-active,
body.color-pink .ui-datepicker .ui-datepicker-calendar .ui-widget-header .ui-state-active,
body.color-pink .ui-datepicker .ui-datepicker-calendar a.ui-button:active,
body.color-pink .ui-datepicker .ui-datepicker-calendar .ui-button:active,
body.color-pink .ui-datepicker .ui-datepicker-calendar .ui-button.ui-state-active:hover {
  background: #ff6565; }

body.color-pink .price-table__title > td:first-child {
  color: #000000; }

body.color-pink .book-form-box,
body.color-pink .scrollup,
body.color-pink .calendar .selected, body.color-pink .calendar .selected:hover,
body.color-pink .contact-info-block .social-list__icons li a:hover {
  background: #ff6565;
  color: #000000; }

body.color-pink .navbar .menu-navigation__list li.open .dropdown-menu > li > a:hover,
body.color-pink .remodal-close,
body.color-pink .btn {
  background: #ff6565;
  color: #ffffff; }

body.color-pink .btn.invert {
  background: #2b2b2b;
  color: #ffffff; }

body.color-pink .book-form__btn .btn {
  color: #000000;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  background-image: -o-linear-gradient(#cacdd3, #7d838e);
  background-image: -webkit-linear-gradient(#cacdd3, #7d838e);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cacdd3), to(#7d838e));
  background-image: linear-gradient(#cacdd3, #7d838e); }
  body.color-pink .book-form__btn .btn:hover {
    background: #2b2b2b;
    color: #ffffff; }

body.color-pink .scrollup:after {
  -webkit-box-shadow: 0 0 0 4px #ff6565;
          box-shadow: 0 0 0 4px #ff6565; }

body.color-pink .service-block__content .btn.btn__marker {
  color: #ff6565; }
  body.color-pink .service-block__content .btn.btn__marker:hover {
    color: #000000; }

body.color-pink .btn.btn__marker {
  background: transparent;
  color: #ffffff; }
  body.color-pink .btn.btn__marker:hover {
    background: transparent;
    color: #ff6565; }

body.color-pink .btn:hover {
  background: #6678ea;
  color: #ffffff; }

body.color-pink .filters-by-category ul li a:hover,
body.color-pink .filters-by-category ul li a.selected,
body.color-pink .pagination li:hover a,
body.color-pink .pagination li.active a,
body.color-pink .tag:hover, body.color-pink .list-tags li a:hover {
  background: #ff6565;
  border-color: #ff6565;
  color: #ffffff; }

body.color-pink .pagination li a {
  background: #ffffff;
  border-color: #b8b8b8;
  color: #000000; }

body.color-pink .gallery__item__content a.link-gallery:hover {
  color: #ff6565; }

body.color-pink .block-tips .number {
  background: #ff6565;
  color: #000000; }

body.color-pink .block-tips .number:after,
body.color-pink .comment-list li .avatar:before,
body.color-pink .contact-info-block .social-list__icons li a:after {
  border-color: #ff6565 transparent transparent transparent; }

body.color-pink .gallery__item .hover > i {
  background: #ff6565;
  color: #ffffff;
  opacity: 0.7; }

body.color-pink .contact-info-block .social-list__icons li a {
  border-color: #ff6565; }

body.color-pink .loading {
  color: #000000; }

body.color-pink #road:after, body.color-pink #road:before {
  background: #ff6565; }

body.color-pink #stripes,
body.color-pink .price-slider .noUi-horizontal .noUi-handle {
  border-color: #ff6565; }

body.color-pink #scene {
  color: #ff6565; }

body.color-pink #road {
  background: #000000; }

.navbar .menu-navigation__list > li.current > a, .navbar .menu-navigation__list > li.open > a,
.navbar .menu-navigation__list > li.open > a:hover, .navbar .menu-navigation__list > li > a:hover {
  text-shadow: none; }

/*--------------------------------------------------------------
# Color Turquoise
--------------------------------------------------------------*/
body.color-turquoise a, body.color-turquoise h1 a:hover, body.color-turquoise h2 a:hover, body.color-turquoise h3 a:hover, body.color-turquoise h4 a:hover, body.color-turquoise h5 a:hover, body.color-turquoise h6 a:hover {
  color: #000000; }

body.color-turquoise .site-footer__top-panel .top-panel__info {
  color: #ffffff; }
  body.color-turquoise .site-footer__top-panel .top-panel__info strong {
    opacity: 1; }

body.color-turquoise .site-footer a {
  color: #ffffff; }
  body.color-turquoise .site-footer a:hover {
    color: #04dbc0; }

body.color-turquoise .logo i,
body.color-turquoise .footer_logo i,
body.color-turquoise .secondeffect .first-text-block em,
body.color-turquoise .secondeffect .second-text-block i,
body.color-turquoise .secondeffect .second-text-block .title_block span,
body.color-turquoise .tt-list-col ul li .tt-icon,
body.color-turquoise .tt-list-col ul li span,
body.color-turquoise .header-container__flex .tt-header-info .tt-item .tt-icon,
body.color-turquoise .gallery .tt-list-descriptions li span,
body.color-turquoise .ui-datepicker .ui-datepicker-calendar .ui-state-highlight,
body.color-turquoise .ui-datepicker .ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
body.color-turquoise .ui-datepicker .ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
  color: #04dbc0; }

body.color-turquoise .phone_block i,
body.color-turquoise .social-list__icons li a:hover,
body.color-turquoise .nivo-caption .text .showtext__link a,
body.color-turquoise ul.list__marker li:before, body.color-turquoise ol.list__marker li:before,
body.color-turquoise .text-link,
body.color-turquoise .cost strong,
body.color-turquoise blockquote:after,
body.color-turquoise span.name a,
body.color-turquoise .phone-box__number span,
body.color-turquoise .contact-info i,
body.color-turquoise .order-details-form .text-element .add i,
body.color-turquoise .order-details-form a:hover,
body.color-turquoise .block-icon i,
body.color-turquoise .breadcrumbs__item-link:hover,
body.color-turquoise .block-team__desc span.position,
body.color-turquoise .block-team__desc h3 a:hover,
body.color-turquoise .block-tips h6,
body.color-turquoise ul.list-categories li:before, body.color-turquoise ol.list-categories li:before,
body.color-turquoise ul.list-categories li a:hover, body.color-turquoise ol.list-categories li a:hover,
body.color-turquoise .post-block_meta i,
body.color-turquoise .post-block_meta .comment:hover,
body.color-turquoise .post-block .thumbnail a:before,
body.color-turquoise .back-btn:hover,
body.color-turquoise .post-list__thumbnail.link-thumb .post-link:hover,
body.color-turquoise .comment-list li .author,
body.color-turquoise .comment-list li .date i,
body.color-turquoise .navbar .menu-navigation__list > li.current > a,
body.color-turquoise .navbar .menu-navigation__list > li.open > a,
body.color-turquoise .navbar .menu-navigation__list > li > a:hover,
body.color-turquoise .navigation_block .swiper-button-next:hover,
body.color-turquoise .navigation_block .swiper-button-prev:hover,
body.color-turquoise .post-list__item.format-gallery .swiper-button-next:hover,
body.color-turquoise .post-list__item.format-gallery .swiper-button-prev:hover,
body.color-turquoise .logo a span,
body.color-turquoise .order-details-form div.stop-location a i, body.color-turquoise #tt-mobile-top-box .tt-call-toggle ul li i,
body.color-turquoise .site-footer .box-elements .row > div h5:after, body.color-turquoise .site-footer .box-elements .row > div .contact-info:after {
  color: #04dbc0; }

body.color-turquoise .nivo-caption .text .showtext__link a:after,
body.color-turquoise .swiper-pagination-models .swiper-pagination-bullet:hover,
body.color-turquoise .swiper-pagination-models .swiper-pagination-bullet.swiper-pagination-bullet-active,
body.color-turquoise .swiper-pagination .swiper-pagination-bullet:hover:after,
body.color-turquoise .swiper-pagination .swiper-pagination-bullet-active:after,
body.color-turquoise .site-footer__top-panel,
body.color-turquoise .price-table__title,
body.color-turquoise .book-form,
body.color-turquoise .comment-list li .avatar,
body.color-turquoise .price-slider .noUi-connect,
body.color-turquoise .services-post h2:after, body.color-turquoise #tt-mobile-top-box .tt-list-btn li a:hover,
body.color-turquoise #tt-mobile-top-box .tt-list-btn .tt-btn-always,
body.color-turquoise .ui-datepicker .ui-datepicker-calendar .ui-state-default:hover,
body.color-turquoise .ui-datepicker .ui-datepicker-calendar .ui-state-active,
body.color-turquoise .ui-datepicker .ui-datepicker-calendar .ui-widget-content .ui-state-active,
body.color-turquoise .ui-datepicker .ui-datepicker-calendar .ui-widget-header .ui-state-active,
body.color-turquoise .ui-datepicker .ui-datepicker-calendar a.ui-button:active,
body.color-turquoise .ui-datepicker .ui-datepicker-calendar .ui-button:active,
body.color-turquoise .ui-datepicker .ui-datepicker-calendar .ui-button.ui-state-active:hover {
  background: #04dbc0; }

body.color-turquoise .price-table__title > td:first-child {
  color: #000000; }

body.color-turquoise .book-form-box,
body.color-turquoise .scrollup,
body.color-turquoise .calendar .selected, body.color-turquoise .calendar .selected:hover,
body.color-turquoise .contact-info-block .social-list__icons li a:hover {
  background: #04dbc0;
  color: #000000; }

body.color-turquoise .navbar .menu-navigation__list li.open .dropdown-menu > li > a:hover,
body.color-turquoise .remodal-close,
body.color-turquoise .btn {
  background: #04dbc0;
  color: #ffffff; }

body.color-turquoise .btn.invert {
  background: #2b2b2b;
  color: #ffffff; }

body.color-turquoise .book-form__btn .btn {
  color: #000000;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  background-image: -o-linear-gradient(#cacdd3, #7d838e);
  background-image: -webkit-linear-gradient(#cacdd3, #7d838e);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cacdd3), to(#7d838e));
  background-image: linear-gradient(#cacdd3, #7d838e); }
  body.color-turquoise .book-form__btn .btn:hover {
    background: #2b2b2b;
    color: #ffffff; }

body.color-turquoise .scrollup:after {
  -webkit-box-shadow: 0 0 0 4px #04dbc0;
          box-shadow: 0 0 0 4px #04dbc0; }

body.color-turquoise .service-block__content .btn.btn__marker {
  color: #04dbc0; }
  body.color-turquoise .service-block__content .btn.btn__marker:hover {
    color: #000000; }

body.color-turquoise .btn.btn__marker {
  background: transparent;
  color: #ffffff; }
  body.color-turquoise .btn.btn__marker:hover {
    background: transparent;
    color: #04dbc0; }

body.color-turquoise .btn:hover {
  background: #6678ea;
  color: #ffffff; }

body.color-turquoise .filters-by-category ul li a:hover,
body.color-turquoise .filters-by-category ul li a.selected,
body.color-turquoise .pagination li:hover a,
body.color-turquoise .pagination li.active a,
body.color-turquoise .tag:hover, body.color-turquoise .list-tags li a:hover {
  background: #04dbc0;
  border-color: #04dbc0;
  color: #ffffff; }

body.color-turquoise .pagination li a {
  background: #ffffff;
  border-color: #b8b8b8;
  color: #000000; }

body.color-turquoise .gallery__item__content a.link-gallery:hover {
  color: #04dbc0; }

body.color-turquoise .block-tips .number {
  background: #04dbc0;
  color: #000000; }

body.color-turquoise .block-tips .number:after,
body.color-turquoise .comment-list li .avatar:before,
body.color-turquoise .contact-info-block .social-list__icons li a:after {
  border-color: #04dbc0 transparent transparent transparent; }

body.color-turquoise .gallery__item .hover > i {
  background: #04dbc0;
  color: #ffffff;
  opacity: 0.7; }

body.color-turquoise .contact-info-block .social-list__icons li a {
  border-color: #04dbc0; }

body.color-turquoise .loading {
  color: #000000; }

body.color-turquoise #road:after, body.color-turquoise #road:before {
  background: #04dbc0; }

body.color-turquoise #stripes,
body.color-turquoise .price-slider .noUi-horizontal .noUi-handle {
  border-color: #04dbc0; }

body.color-turquoise #scene {
  color: #04dbc0; }

body.color-turquoise #road {
  background: #000000; }

.navbar .menu-navigation__list > li.current > a, .navbar .menu-navigation__list > li.open > a,
.navbar .menu-navigation__list > li.open > a:hover, .navbar .menu-navigation__list > li > a:hover {
  text-shadow: none; }

#page-content {
  padding-bottom: 60px;
  z-index: 2; }

.text_examples {
  padding: 6px 0 0 0; }

.wow {
  visibility: hidden; }

.thumbnail {
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  background: none; }
  .thumbnail img {
    width: 100%; }

.move_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 46%;
  text-align: center;
  font-size: 4em;
  background: transparent url(../images/move_car.png) right center no-repeat; }
  .move_img img {
    display: none; }
  @media (max-width: 991px) {
    .move_img {
      display: none; } }

.parallax_box {
  padding: 15.2% 0 10.7%;
  position: relative;
  text-align: center; }
  @media (min-width: 544px) {
    .parallax_box {
      padding: 8.2% 0 10.54%;
      text-align: left; } }
  @media (max-width: 991px) {
    .parallax_box {
      padding-bottom: 70px; } }
  @media (max-width: 767px) {
    .parallax_box {
      padding-bottom: 60px; } }
  @media (max-width: 767px) {
    .parallax_box p {
      text-align: left; } }
  .parallax_box h1 {
    margin-bottom: 46px; }
    @media (max-width: 767px) {
      .parallax_box h1 {
        text-align: center;
        margin-bottom: 30px; } }
    @media (max-width: 991px) {
      .parallax_box h1 {
        margin-bottom: 30px; } }
  .parallax_box ul.list__marker {
    margin-bottom: 38px; }
    @media (max-width: 767px) {
      .parallax_box ul.list__marker {
        text-align: left; }
        .parallax_box ul.list__marker li {
          display: block; } }
    @media (max-width: 991px) {
      .parallax_box ul.list__marker {
        font-size: 16px;
        margin-bottom: 32px; }
        .parallax_box ul.list__marker li:before {
          left: 10px;
          font-size: 12px; } }

.title_content {
  text-align: center;
  margin-bottom: 28px; }

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

.text-link {
  display: block;
  font-size: 22px;
  line-height: 1.27em;
  color: #6678ea;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  @media (max-width: 991px) {
    .text-link {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .text-link {
      font-size: 18px; } }

.info-box {
  text-align: center;
  padding: 103px 0 150px;
  position: relative; }
  @media (max-width: 991px) {
    .info-box {
      padding: 6.7% 20px 11.2%;
      padding-bottom: 70px; }
      .info-box .col-xs-12 {
        padding: 0; } }
  @media (max-width: 767px) {
    .info-box {
      padding-right: 0;
      padding-left: 0;
      padding-bottom: 60px; }
      .info-box .col-xs-12 {
        padding: 0 15px; } }
  .info-box h1 {
    margin-bottom: 15px; }
    @media (max-width: 991px) {
      .info-box h1 {
        font-size: 38px; } }
  .info-box .text-link {
    margin-bottom: 28px; }
    @media (max-width: 991px) {
      .info-box .text-link {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .info-box .text-link {
        font-size: 18px;
        padding-left: 24px;
        padding-right: 24px; } }
  .info-box .btn {
    margin: 0 20px; }
    @media (max-width: 767px) {
      .info-box .btn {
        margin: 0 3px 10px; }
        .info-box .btn:first-child {
          margin-right: 3px;
          margin-left: 0; }
        .info-box .btn:last-child {
          margin-left: 3px;
          margin-right: 0; } }

.testimonials-carousel_box {
  background: url("../images/bg_testi_carousel.jpg") center bottom fixed no-repeat;
  text-align: center;
  position: relative;
  padding: 85px 0 127px;
  margin-bottom: 50px;
  overflow: hidden; }
  .testimonials-carousel_box h1 {
    color: #ffffff;
    margin-bottom: 15px; }
  .testimonials-carousel_box .text_link {
    display: block;
    margin-bottom: 30px; }
  @media (max-width: 767px) {
    .testimonials-carousel_box .container {
      margin: 0 auto; } }
  .testimonials-carousel_box .block_tesimonial blockquote {
    border-right-color: rgba(255, 255, 255, 0.4);
    border-left-color: rgba(255, 255, 255, 0.4); }
  .testimonials-carousel_box .wrapper:after, .testimonials-carousel_box .wrapper:before,
  .testimonials-carousel_box .inner_blockquote:after,
  .testimonials-carousel_box .inner_blockquote:before {
    background: rgba(255, 255, 255, 0.4); }

.mac .testimonials-carousel_box {
  background-attachment: inherit; }

.box-testimonials {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 30px;
  overflow: hidden; }
  @media (min-width: 1200px) {
    .box-testimonials {
      padding-top: 82px;
      padding-bottom: 70px; } }
  .box-testimonials .text-link {
    margin-bottom: 23px; }
  .box-testimonials h1 {
    margin-bottom: 15px; }
  .box-testimonials .pagination {
    padding-top: 0; }
    @media (min-width: 1200px) {
      .box-testimonials .pagination {
        padding-top: 85px;
        margin-bottom: 30px; } }

@media (max-width: 991px) {
  .swiper-container-blockquote {
    max-width: 570px; } }

@media (max-width: 991px) {
  .testimonials-carousel_box .swiper-container-blockquote .block_tesimonial {
    padding: 70px 0; } }

@media (max-width: 991px) {
  .swiper-container-blockquote .block_tesimonial blockquote {
    font-size: 17px; } }

@media (max-width: 767px) {
  .swiper-container-blockquote .block_tesimonial blockquote {
    font-size: 18px; } }

@media (max-width: 991px) {
  .swiper-container-blockquote .block_tesimonial blockquote .wrapper {
    padding: 70px 50px 72px; } }

@media (max-width: 767px) {
  .swiper-container-blockquote .block_tesimonial blockquote .wrapper {
    padding: 70px 20px 72px; } }

@media (max-width: 991px) {
  .swiper-container-blockquote .block_tesimonial blockquote .wrapper:before {
    width: 20%; } }

@media (max-width: 767px) {
  .swiper-container-blockquote .block_tesimonial blockquote .wrapper:before {
    width: 5%; } }

@media (max-width: 991px) {
  .swiper-container-blockquote .block_tesimonial blockquote .wrapper:after {
    width: 20%;
    visibility: visible; } }

@media (max-width: 767px) {
  .swiper-container-blockquote .block_tesimonial blockquote .wrapper:after {
    width: 5%;
    visibility: visible; } }

@media (max-width: 991px) {
  .swiper-container-blockquote .block_tesimonial blockquote .inner_blockquote:after {
    width: 40%; } }

@media (max-width: 767px) {
  .swiper-container-blockquote .block_tesimonial blockquote .inner_blockquote:after {
    width: 30%; } }

@media (max-width: 991px) {
  .swiper-container-blockquote .block_tesimonial blockquote .inner_blockquote:before {
    width: 40%;
    visibility: visible; } }

@media (max-width: 767px) {
  .swiper-container-blockquote .block_tesimonial blockquote .inner_blockquote:before {
    width: 30%;
    visibility: visible; } }

@media (max-width: 991px) {
  .swiper-container-blockquote .block_tesimonial blockquote:after {
    top: 0;
    -webkit-transform: translate(-50%, -30%);
        -ms-transform: translate(-50%, -30%);
            transform: translate(-50%, -30%); } }

@media (max-width: 991px) {
  .swiper-container-blockquote .block_tesimonial .author_info {
    padding-top: 0;
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
    .swiper-container-blockquote .block_tesimonial .author_info .name {
      font-size: 22px;
      font-weight: 400; } }

@media (max-width: 767px) {
  .swiper-container-blockquote .block_tesimonial .author_info {
    width: 250px;
    bottom: -40px; }
    .swiper-container-blockquote .block_tesimonial .author_info span {
      line-height: 1; }
    .swiper-container-blockquote .block_tesimonial .author_info img {
      width: 70px;
      margin: 0 10px 0 10px; } }

.block_tesimonial {
  position: relative;
  padding: 29px 0 29px; }
  @media (min-width: 768px) {
    .block_tesimonial {
      padding: 49px 0 49px; } }
  .testimonials-carousel_box .block_tesimonial {
    padding: 30px 0; }
    @media (min-width: 1200px) {
      .testimonials-carousel_box .block_tesimonial {
        padding: 70px 0; } }
  .block_tesimonial blockquote {
    font-style: normal;
    padding: 0;
    margin: 0;
    border: none;
    text-align: center;
    font-style: italic;
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    z-index: 1;
    border-right: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9; }
    .testimonials-carousel_box .block_tesimonial blockquote {
      color: #ffffff;
      font-style: normal;
      font-weight: 300; }
    .block_tesimonial blockquote p {
      margin: 0;
      padding: 0; }
      .box-testimonials .block_tesimonial blockquote p {
        font-style: normal;
        font-weight: 300;
        color: #4a4a4a; }
    .block_tesimonial blockquote .wrapper {
      min-height: 120px;
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      padding: 70px 20px 22px; }
      @media (min-width: 992px) {
        .block_tesimonial blockquote .wrapper {
          padding: 70px 20px 72px; } }
      @media (min-width: 1200px) {
        .block_tesimonial blockquote .wrapper {
          padding: 70px 60px 72px; } }
      .block_tesimonial blockquote .wrapper:before {
        position: absolute;
        content: "";
        bottom: 0;
        left: auto;
        right: 0;
        width: 100%;
        height: 1px;
        background: #c9c9c9; }
        @media (min-width: 992px) {
          .block_tesimonial blockquote .wrapper:before {
            width: 15%; } }
      .block_tesimonial blockquote .wrapper:after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        width: 7%;
        height: 1px;
        background: #c9c9c9;
        visibility: hidden; }
        @media (min-width: 992px) {
          .block_tesimonial blockquote .wrapper:after {
            width: 15%;
            visibility: visible; } }
    .block_tesimonial blockquote .inner_blockquote:after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background: #c9c9c9; }
      @media (min-width: 992px) {
        .block_tesimonial blockquote .inner_blockquote:after {
          width: 40%; } }
    .block_tesimonial blockquote .inner_blockquote:before {
      position: absolute;
      content: "";
      top: 0;
      left: auto;
      right: 0;
      width: 40%;
      height: 1px;
      background: #c9c9c9;
      visibility: hidden; }
      @media (min-width: 992px) {
        .block_tesimonial blockquote .inner_blockquote:before {
          visibility: visible; } }
    .block_tesimonial blockquote:after {
      position: absolute;
      top: 12px;
      left: 50%;
      font-size: 60px;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
      @media (min-width: 992px) {
        .block_tesimonial blockquote:after {
          top: 0;
          -webkit-transform: translate(-50%, -30%);
              -ms-transform: translate(-50%, -30%);
                  transform: translate(-50%, -30%); } }
  .block_tesimonial .author_info {
    display: block;
    text-align: left;
    overflow: hidden;
    z-index: 2;
    padding-top: 30px;
    width: auto; }
    @media (min-width: 544px) {
      .block_tesimonial .author_info {
        width: 311px;
        margin: 0 auto; } }
    @media (min-width: 992px) {
      .block_tesimonial .author_info {
        padding-top: 0;
        width: 311px;
        position: absolute;
        bottom: -50px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0); } }
    .block_tesimonial .author_info img {
      float: left;
      margin: 0 18px 0 10px; }
    .block_tesimonial .author_info .name {
      display: block;
      padding: 10px 0 5px;
      font-size: 18px;
      font-style: normal; }
      @media (min-width: 992px) {
        .block_tesimonial .author_info .name {
          font-size: 24px;
          padding: 20px 0 5px; } }
      .testimonials-carousel_box .block_tesimonial .author_info .name a:hover {
        color: #ffffff; }
    .block_tesimonial .author_info .position {
      font-size: 18px;
      display: block;
      font-weight: 300;
      font-style: italic; }
      .testimonials-carousel_box .block_tesimonial .author_info .position {
        color: #ffffff; }
      @media (min-width: 992px) {
        .block_tesimonial .author_info .position {
          font-size: 22px; } }

.blog-posts-carousel {
  text-align: center;
  padding: 47px 0 53px;
  overflow: hidden; }
  .blog-posts-carousel h1 {
    margin-bottom: 15px; }
  .blog-posts-carousel .text-link {
    margin-bottom: 55px; }
  @media (min-width: 1200px) {
    .blog-posts-carousel {
     padding: 0px 0 0px; } }
  @media (max-width: 991px) {
    .blog-posts-carousel {
      padding-top: 20px; }
      .blog-posts-carousel .text-link {
        margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .blog-posts-carousel {
      padding: 10px 0 53px; }
      .blog-posts-carousel .text-link {
        margin-bottom: 32px; } }

.post-item .thumbnail {
  margin-bottom: 0; }

.post-item .date {
  display: block;
  margin-bottom: 12px;
  color: #4b4b4b;
  font-style: italic; }

.post-item__inner {
  padding: 0 5px 5px; }

.post-item__content {
  padding: 30px 40px 20px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); }
  @media (min-width: 992px) {
    .post-item__content {
      -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
              box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); } }

@media (max-width: 991px) {
  .page__home .phone-box {
    padding-bottom: 70px; }
    .page__home .phone-box .text-link {
      margin-bottom: 20px; } }

@media (max-width: 767px) {
  .page__home .phone-box {
    padding-bottom: 60px;
    } }

.phone-box {
  text-align: center;
  padding-bottom: 53px; }
  @media (min-width: 1200px) {
    .phone-box {
      padding-bottom: 153px; } }
  .phone-box__number i {
    font-size: 26px;
    color: #2b2b2b; }
  .phone-box__number span {
    color: #6678ea;
    font-weight: normal; }
    @media (max-width: 767px) {
      .phone-box__number span {
        display: block;
        padding-top: 5px; } }
  .phone-box h1 {
    margin-bottom: 15px; }
  .phone-box .text-link {
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .phone-box .text-link {
        margin-bottom: 20px; } }

.car-info-box {
  overflow: hidden;
  color: #ffffff;
  text-align: right;
  background: #292a2c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 991px) {
    .car-info-box {
      text-align: center; } }
  .car-info-box.img-left {
    text-align: left; }
    .page__fleet .car-info-box.img-left {
      text-align: center; }
    @media (min-width: 768px) {
      .car-info-box.img-left .car-info-box__thumb {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -moz-order: 0;
        -ms-flex-order: 0;
        order: 0; }
        .car-info-box.img-left .car-info-box__thumb img {
          left: auto;
          right: 0; }
      .car-info-box.img-left .car-info-box__description {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1; } }
  .car-info-box .car-info-box__thumb,
  .car-info-box .car-info-box__description {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 768px) {
      .car-info-box .car-info-box__thumb,
      .car-info-box .car-info-box__description {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 50%;
        -moz-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        max-width: 50%; } }
  .car-info-box .car-info-box__thumb {
    position: relative;
    height: 400px; }
    @media (min-width: 768px) {
      .car-info-box .car-info-box__thumb {
        height: auto; } }
    .car-info-box .car-info-box__thumb img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      -webkit-transition-delay: 0.3s;
           -o-transition-delay: 0.3s;
              transition-delay: 0.3s;
      -webkit-transition-duration: 0.9s;
           -o-transition-duration: 0.9s;
              transition-duration: 0.9s; }
  .car-info-box h1 {
    color: #ffffff;
    margin-bottom: 20px; }
    @media (max-width: 1649px) {
      .car-info-box h1 {
        font-size: 50px; } }
    @media (max-width: 1649px) {
      .car-info-box h1 {
        font-size: 38px; } }
  .car-info-box .text-link {
    margin-bottom: 23px; }
    @media (min-width: 1200px) {
      .car-info-box .text-link {
        margin-bottom: 43px; } }
    @media (max-width: 991px) {
      .car-info-box .text-link {
        padding: 0 40px; } }
  .car-info-box .first-fade {
    opacity: 1;
    visibility: visible; }
  .car-info-box .second-fade {
    opacity: 0;
    visibility: hidden; }
  .car-info-box:hover .first-fade {
    visibility: hidden;
    opacity: 0; }
  .car-info-box:hover .second-fade {
    visibility: visible;
    opacity: 1; }

.img-left .car-info-box__thumb:after {
  right: -1px;
  left: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 20px 19px 0;
  border-color: transparent #292a2c transparent transparent; }
  @media (max-width: 767px) {
    .img-left .car-info-box__thumb:after {
      right: auto;
      top: -1px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 19px 0 19px;
      border-color: #292a2c transparent transparent transparent; } }

.car-info-box__thumb:after {
  position: absolute;
  left: -1px;
  top: 50%;
  content: "";
  z-index: 10;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 0 19px 20px;
  border-color: transparent transparent transparent #292a2c; }
  @media (max-width: 767px) {
    .car-info-box__thumb:after {
      display: none; } }

.car-info-box__description {
  background: #292a2c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 45px 20px 66px; }
  @media (min-width: 768px) {
    .car-info-box__description > div {
      max-width: 520px;
      float: right; }
      .img-left .car-info-box__description > div {
        float: left; } }
  @media (min-width: 1200px) {
    .car-info-box__description {
      padding: 85px 70px 96px; } }

@media (max-width: 767px) {
  .iphone-parallax_box {
    padding-bottom: 240px; }
    .iphone-parallax_box .secondeffect .second-text-block {
      top: 30%;
      right: 7px; }
      .iphone-parallax_box .secondeffect .second-text-block .title_block {
        font-size: 22px; }
      .iphone-parallax_box .secondeffect .second-text-block i.icon-logo {
        font-size: 45px; }
      .iphone-parallax_box .secondeffect .second-text-block em {
        font-size: 12px; }
    .iphone-parallax_box .secondeffect .first-text-block {
      top: 28%;
      left: -8px;
      font-size: 18px; } }

@media (max-width: 480px) {
  .iphone-parallax_box .secondeffect .first-text-block {
    top: 20%; } }

@media (max-width: 400px) {
  .iphone-parallax_box .secondeffect .first-text-block {
    top: 15%; } }

.secondeffect {
  position: absolute;
  top: 20%;
  right: 0;
  width: 40%;
  height: 650px;
  background: url(../images/iphone_img.png) 0 0 no-repeat;
  -webkit-background-size: contain;
          background-size: contain; }
  @media (min-width: 1200px) {
    .secondeffect {
      width: 530px; } }
  @media (max-width: 767px) {
    .secondeffect {
      position: absolute;
      top: auto;
      margin-top: 30px;
      width: 100%;
      padding: 40px 10% 0; } }
  @media (max-width: 543px) {
    .secondeffect {
      padding: 40px 3% 0; } }
  .secondeffect .first-text-block {
    position: absolute;
    width: 51%;
    left: 0;
    top: 28%;
    text-align: center;
    font-size: 153%;
    line-height: 1.2em;
    letter-spacing: 1px;
    color: #ffffff; }
    @media (min-width: 768px) {
      .secondeffect .first-text-block {
        font-size: 80%;
        top: 14%; } }
    @media (min-width: 992px) {
      .secondeffect .first-text-block {
        top: 19%;
        font-size: 113%; } }
    @media (min-width: 1200px) {
      .secondeffect .first-text-block {
        top: 28%;
        font-size: 153%; } }
    .secondeffect .first-text-block em {
      display: block;
      padding-top: 5px;
      font-size: 40%;
      line-height: 1.2em;
      font-style: normal;
      color: #6678ea;
      letter-spacing: 0; }
  .secondeffect .second-text-block {
    position: absolute;
    top: 43.5%;
    width: 56%;
    right: 20px;
    text-align: center;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
    @media (min-width: 768px) {
      .secondeffect .second-text-block {
        right: 16px;
        top: 20%;
        width: auto; } }
    @media (min-width: 992px) {
      .secondeffect .second-text-block {
        top: 28.5%;
        right: 23px; } }
    @media (min-width: 1200px) {
      .secondeffect .second-text-block {
        top: 43.5%;
        width: 277px;
        right: 20px; } }
    .secondeffect .second-text-block i {
      color: #6678ea; }
    .secondeffect .second-text-block i.icon-logo {
      display: block;
      font-size: 65px; }
      @media (min-width: 768px) {
        .secondeffect .second-text-block i.icon-logo {
          font-size: 35px; } }
      @media (min-width: 992px) {
        .secondeffect .second-text-block i.icon-logo {
          font-size: 45px; } }
      @media (min-width: 1200px) {
        .secondeffect .second-text-block i.icon-logo {
          font-size: 65px;
          margin-bottom: 12px; } }
    .secondeffect .second-text-block .title_block {
      display: block;
      font-size: 45px;
      line-height: 1em;
      font-weight: 900; }
      @media (min-width: 768px) {
        .secondeffect .second-text-block .title_block {
          font-size: 25px;
          line-height: 1em; } }
      @media (min-width: 992px) {
        .secondeffect .second-text-block .title_block {
          font-size: 35px; } }
      @media (min-width: 1200px) {
        .secondeffect .second-text-block .title_block {
          font-size: 45px;
          margin-bottom: 20px; } }
      .secondeffect .second-text-block .title_block span {
        color: #6678ea; }
    .secondeffect .second-text-block em {
      display: block;
      font-style: normal;
      font-size: 24px; }
      @media (min-width: 768px) {
        .secondeffect .second-text-block em {
          font-size: 16px; } }
      @media (min-width: 992px) {
        .secondeffect .second-text-block em {
          font-size: 18px; } }
      @media (min-width: 1200px) {
        .secondeffect .second-text-block em {
          font-size: 24px; } }
      .secondeffect .second-text-block em i {
        color: #6678ea; }

.iphone-android_info-box {
  padding: 70px 50% 91px 0;
  margin-bottom: -60px;
  position: relative; }
  @media (min-width: 1200px) {
    .iphone-android_info-box {
      padding: 200px 50% 91px 0; } }
  @media (max-width: 767px) {
    .iphone-android_info-box {
      padding: 70px 0 0 0; } }
  @media (max-width: 767px) {
    .iphone-android_info-box {
      padding: 60px 0 0 0;
      margin-bottom: 20px;
      text-align: center; } }
  .iphone-android_info-box h1 {
    margin-bottom: 30px; }
  .iphone-android_info-box p {
    margin-bottom: 35px; }
  .iphone-android_info-box span > a img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .iphone-android_info-box span > a:hover img {
    -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
            transform: scale(1.04); }
  @media (max-width: 991px) {
    .iphone-android_info-box .shareblank {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .iphone-android_info-box .shareblank a {
        display: inline-block; }
      .iphone-android_info-box .shareblank a:nth-child(1) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; }
      .iphone-android_info-box .shareblank a:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        margin-right: 10px; } }

.text-block {
  padding: 25px 0 25px; 
font-family: Open Sans;}
  @media (min-width: 544px) {
    .text-block {
      padding: 50px 0 50px; } }
  @media (min-width: 1200px) {
    .text-block {
      margin-bottom: 97px; } }
  .text-block h1 {
    margin-bottom: 19px; }
  .text-block .text-link {
    margin-bottom: 48px; }

.image_box {
  margin: 47px 0 44px; }
  @media (min-width: 1200px) {
    .image_box {
      margin: 147px 0 160px; } }
  .image_box h1 {
    text-align: center; }
  .image_box__inner {
    position: relative;
  font-family: Open Sans;}
  .image_box figure.thumbnail {
    width: 100%;
    margin: 7px 23px 30px 0; }
    @media (min-width: 992px) {
      .image_box figure.thumbnail {
        float: left;
        width: auto;
        margin: 7px 43px 0 0; } }
  .image_box__description {
    overflow: hidden;
    padding: 29px 0 0; }
    .image_box__description .text-link {
      display: block;
      font-size: 38px;
      line-height: 40px;
      margin-bottom: 28px;
      }
    @media (max-width: 767px) {
      .image_box__description {
        padding-bottom: 30px; } }

.info-box_with-background {
  color: #ffffff;
  font-family: Open Sans;
  text-align: center;
  background: url(../images/about_img.jpg) center bottom fixed no-repeat;
  padding: 85px 0 42px;
  margin-bottom: 45px;
  }
  .info-box_with-background h1 {
    color: #ffffff;
    margin-bottom: 15px; }
  .info-box_with-background .text-link {
    margin-bottom: 70px;
    }

.mac .info-box_with-background {
  background-attachment: inherit;
  /*background: url(../images/about_img.jpg) center bottom fixed no-repeat;*/
  }

.block-icon {
  position: relative;
  padding: 0 0 0 77px;
  margin-bottom: 57px;
  text-align: left;
  font-weight: normal;
  color: #ffffff; }
  .block-icon span {
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    margin-bottom: 7px; }
  .block-icon p {
    font-weight: 300; }
  .block-icon i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 44px;
    color: #6678ea; }

.price-box {
  text-align: center; }
  .price-box h1 {
    margin-bottom: 43px; }
  .price-box p {
    padding-bottom: 23px; }

.our-team-box {
  text-align: center; }
  @media (min-width: 544px) {
    .our-team-box {
      padding: 0 0 94px; } }
  .our-team-box h1 {
    margin-bottom: 16px; }
  .our-team-box .text-link {
    margin-bottom: 40px; }
  .our-team-box .pagination {
    padding-top: 0; }

.block-team__item {
  padding: 0;
  margin-bottom: 15px; }
  @media (min-width: 544px) {
    .block-team__item {
      padding: 10px 10px; } }
  @media (min-width: 1200px) {
    .block-team__item {
      padding: 26px 10px;
      margin-bottom: 45px; } }
  @media (min-width: 544px) {
    .block-team__item .thumbnail {
      padding: 0 5px;
      margin-bottom: 28px; } }
  @media (min-width: 992px) {
    .block-team__item .thumbnail {
      padding: 0 20px; } }

.block-team__desc h3 {
  font-weight: normal;
  margin-bottom: 19px; }
  @media (min-width: 992px) {
    .block-team__desc h3 {
      margin-bottom: 15px; } }
  .block-team__desc h3 a {
    color: #000000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .block-team__desc h3 a:hover {
      color: #6678ea; }

.block-team__desc span.position {
  display: block;
  font-size: 22px;
  line-height: 1.2em;
  color: #6678ea;
  font-weight: 300;
  margin-bottom: 10px; }
  @media (min-width: 992px) {
    .block-team__desc span.position {
      margin-bottom: 20px; } }

.box-tips {
  padding: 30px 0 35px; }
  @media (min-width: 1200px) {
    .box-tips {
      padding: 0 0 32px; } }
  .box-tips .center-text {
    font-size: 22px;
    line-height: 26px;
    padding: 0 10%;
    color: #000000;
    margin-bottom: 37px; }
    @media (min-width: 992px) {
      .box-tips .center-text {
        margin-bottom: 55px; } }
  .box-tips .pagination {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 7px; }
    .box-tips .pagination ul {
      display: inline-block; }

.block-tips {
  padding: 5px 0 0 0;
  margin-bottom: 37px; }
  @media (min-width: 992px) {
    .block-tips {
      margin-bottom: 67px; } }
  .block-tips .number {
    display: block;
    float: left;
    width: 65px;
    height: 65px;
    margin: 0 14px 20px 0;
    font-size: 22px;
    line-height: 64px;
    font-weight: bold;
    color: #ffffff;
    background: #6678ea;
    -webkit-border-radius: 620px;
            border-radius: 620px;
    position: relative;
    text-align: center; }
    .block-tips .number:after {
      position: absolute;
      content: "";
      left: 50%;
      bottom: -7px;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 7px 0 7px;
      border-color: #6678ea transparent transparent transparent; }
  .block-tips__inner {
    padding: 10px 0 0; }
    @media (min-width: 768px) {
      .block-tips__inner {
        padding: 21px 0 0;
        overflow: hidden; } }
  .block-tips h6 {
    text-transform: uppercase;
    font-weight: bold;
    color: #6678ea;
    line-height: 28px;
    margin-bottom: 21px; }
    .block-tips h6 a {
      color: #6678ea; }
      .block-tips h6 a:hover {
        color: #646464; }

.contact-map {
  position: relative;
  text-align: center; }
  .contact-map h1 {
    margin-bottom: 17px; }
  .contact-map .text-link {
    margin-bottom: 62px; }

#contacts-map {
  height: 293px;
  margin-bottom: 48px; }
  @media (min-width: 768px) {
    #contacts-map {
      height: 393px; } }
  @media (min-width: 1200px) {
    #contacts-map {
      margin-bottom: 148px;
      height: 482px; } }

.contact-info-block {
  padding: 10px 20px;
  margin-bottom: 30px;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
  @media (min-width: 768px) {
    .contact-info-block {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 4%;
      margin-bottom: 0; }
      .contact-info-block:after {
        position: absolute;
        content: "";
        background: rgba(255, 255, 255, 0.8);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1; } }
  @media (min-width: 1200px) {
    .contact-info-block {
      padding: 15px 70px; } }
  @media (min-width: 1650px) {
    .contact-info-block {
      right: 19%; } }
  .contact-info-block > * {
    position: relative;
    z-index: 2; }
  .contact-info-block .logo-contacts {
    margin-bottom: 20px; }
    .contact-info-block .logo-contacts .logo {
      padding-left: 0; }
      @media (max-width: 524px) {
        .contact-info-block .logo-contacts .logo {
          font-size: 45px; }
          .contact-info-block .logo-contacts .logo a {
            padding-left: 0; }
          .contact-info-block .logo-contacts .logo i {
            position: relative;
            width: 100%;
            display: block; } }
    @media (min-width: 1200px) {
      .contact-info-block .logo-contacts {
        margin-bottom: 70px; } }
  .contact-info-block .contact-info {
    margin-bottom: 20px; }
    @media (min-width: 1200px) {
      .contact-info-block .contact-info {
        margin-bottom: 42px; } }
  .contact-info-block .phone_number {
    margin-bottom: 3px; }
  .contact-info-block .social-list {
    overflow: hidden;
    padding-bottom: 7px; }

table.icons {
  width: 100%;
  font-size: 30px;
  line-height: 1.2em;
  color: #6678ea;
  text-align: center; }
  table.icons tr {
    border-top: 1px solid #e4e4e4; }
    table.icons tr:first-child {
      border-top: none; }
    table.icons tr td {
      border-left: 1px solid #e4e4e4;
      padding: 14px 0 15px; }
      table.icons tr td:first-child {
        border: none; }

.typography-box .heading_block h1 {
  margin-bottom: 10px; }

.typography-box .heading_block h3 {
  margin-bottom: 35px; }

.typography-box .heading_block h4 {
  margin-bottom: 45px; }

.typography-box .heading_block h5 {
  margin-bottom: 47px; }

.typography-box blockquote {
  padding-top: 0;
  padding-bottom: 57px; }

.typography-box .block_tesimonial {
  margin-bottom: 4px; }
  @media (min-width: 1200px) {
    .typography-box .block_tesimonial {
      margin-bottom: 94px; } }
  .typography-box .block_tesimonial blockquote {
    padding: 0; }

.typography-box .icon-box {
  padding: 30px 0 114px; }

.typography-box .icon-box + h3 {
  margin-bottom: 8px; }

.typography-box ul.list__marker {
  padding: 22px 0 6px; }

.typography-box ol.list__numeric {
  padding-bottom: 40px; }
  @media (min-width: 1200px) {
    .typography-box ol.list__numeric {
      padding-bottom: 117px; } }

.typography-box .block-buttons {
  padding-top: 17px;
  padding-bottom: 50px; }
  @media (min-width: 1200px) {
    .typography-box .block-buttons {
      padding-bottom: 0; } }
  .typography-box .block-buttons .btn {
    margin: 0 25px 20px 0; }

.typography-box .panel-group {
  padding-top: 20px; }

.title_typography {
  margin-bottom: 48px;
  padding-top: 30px; }
  @media (min-width: 1200px) {
    .title_typography {
      padding-top: 0; } }

.model-details-box {
  margin-bottom: 40px; }
  .model-details-box__inner {
    background: #f3f3f5;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 1200px) {
      .model-details-box__inner {
        padding: 32px; } }
    @media (min-width: 768px) {
      .model-details-box__inner {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between; } }
    .model-details-box__inner > * {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
  .model-details-box__info {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    max-width: 100%;
    text-align: center; }
    @media (min-width: 768px) {
      .model-details-box__info {
        max-width: 40%;
        padding-right: 4%;
        text-align: left;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1; } }
    @media (min-width: 768px) {
      .model-details-box__info h3 {
        margin-bottom: 34px; } }
    .model-details-box__info h6 {
      padding-left: 14px;
      font-weight: bold;
      margin-bottom: 26px; }
  .model-details-box .model-slider-wrapper {
    padding: 4px 0 40px;
    overflow: hidden;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    max-width: 100%; }
    @media (min-width: 768px) {
      .model-details-box .model-slider-wrapper {
        padding: 4px 0 0;
        width: 75%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2; } }
  .model-details-box .btn {
    font-size: 18px;
    font-weight: 400;
    padding: 17px 35px 18px; }

.details-car {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 45px;
  width: 100%;
  text-align: left; }
  @media (min-width: 768px) {
    .details-car {
      width: auto; } }
  .details-car th {
    padding: 4px 10px 7px; }
  .details-car tr:first-child {
    background: #e6e8ed; }
  .details-car tr td {
    padding: 5px 25px;
    background: #f5f6f8;
    }
    @media (min-width: 1200px) {
      .details-car tr td:first-child {
        width: auto; } }
  .details-car tr:nth-child(even) td {
    background: #ffffff; }

.back-btn {
  color: #272727;
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 30px; }
  .back-btn:hover {
    color: #6678ea;
    text-decoration: underline; }

.services-post {
  overflow: hidden;
  padding-bottom: 40px;
  text-align: center; }
  @media (min-width: 1200px) {
    .services-post {
      padding-bottom: 100px; } }
  @media (min-width: 768px) {
    .services-post {
      text-align: left; } }
  @media (min-width: 768px) {
    .services-post .thumbnail {
      float: left;
      margin: 3px 30px 0 0; } }
  @media (min-width: 992px) {
    .services-post__desc {
      overflow: hidden; } }
  .services-post h2 {
    position: relative;
    margin-bottom: 28px; }
    @media (min-width: 1200px) {
      .services-post h2 {
        margin-bottom: 48px;
        padding-bottom: 32px; }
        .services-post h2:after {
          position: absolute;
          background: #6678ea;
          content: "";
          width: 59px;
          height: 4px;
          left: 0;
          bottom: 0; } }

.banner-thumb a {
  display: block;
  position: relative; }
  .banner-thumb a img {
    width: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .banner-thumb a:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05); }

.filter-box {
  padding: 35px 7px;
  text-align: left;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
          box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .filter-box {
      margin-bottom: 0; } }
  .filter-box h3 {
    font-size: 38px;
    text-align: left;
    padding: 0 20px 29px;
    margin-bottom: 20px;
    border-bottom: 1px solid #b7b7b7; }
  .filter-box > div {
    padding: 0 5px 28px;
    margin-bottom: 22px; }
    .filter-box > div:last-child {
      padding-bottom: 0;
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .filter-box > div {
        padding: 0 20px 28px; } }
  .filter-box input[type='button'] {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; }

.price-slider .filter-widget__title {
  padding-bottom: 3px;
  margin-bottom: 25px; }

.price-slider .noUi-target {
  background: #e9e9e9;
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  margin-bottom: 22px; }

.price-slider .noUi-connect {
  background: #6678ea; }

.price-slider .noUi-horizontal {
  height: 7px; }
  .price-slider .noUi-horizontal .noUi-tooltip {
    display: none; }
  .price-slider .noUi-horizontal .noUi-handle {
    height: 21px;
    width: 21px;
    left: -10px;
    top: -7px;
    border: 3px solid #6678ea;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    cursor: pointer;
    outline: none; }
    .price-slider .noUi-horizontal .noUi-handle:after, .price-slider .noUi-horizontal .noUi-handle:before {
      display: none; }

.price-slider input[type='text'] {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  height: 40px;
  padding: 10px 15px;
  max-width: 48%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  .price-slider input[type='text']:first-child {
    margin-right: 4px; }

.price-slider .input__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.filter-widget {
  font-size: 16px;
  font-weight: 300;
  border-bottom: 1px solid #b7b7b7; }
  .filter-widget.bdr-none {
    border: none; }
  .filter-widget__title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px; }
  .filter-widget select {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    height: 40px;
    padding: 10px 15px;
    width: 100%;
    -webkit-border-radius: 0;
            border-radius: 0;
    border: 1px solid #b7b7b7; }
  .filter-widget .box-checkbox {
    position: relative; }
    .filter-widget .box-checkbox input[type="checkbox"]:not(checked) + label:before {
      top: 3px; }
    .filter-widget .box-checkbox input[type="checkbox"]:not(checked) + label:after {
      top: 4px;
      left: 2px; }
  .filter-widget .box-checkbox:last-child {
    padding-bottom: 0; }

@media (min-width: 992px) {
  .isotop-box .pagination {
    margin-top: 0;
    padding-top: 0; } }


.form-report {
  padding-bottom: 20px;
}

.error{
	color:#a82512;
	margin-top: 10px;
	text-align: left;
    font-weight: 500;
    padding: 20px;
}
.order-details-form div {
  display: block;
  position: relative;
  font-weight: 300;
  margin: 0;
  background: #fff;
  padding-top: 1px;
}
.carousel-models_fullwidth h2, .carousel-models_fullwidth .text-link {
  position: relative;
  z-index: 1;
}
.carousel-models_fullwidth h2 {
  color: #ffffff;
  margin-bottom: 17px;
}
.nivo-caption .text h2 {
  color: #ffffff;
}
.about {
  text-align: justify;
 }
.car-info-box  h2 {
  color: #ffffff;
}
.info-box_with-background  h2 {
  color: #ffffff;
}
.galery {
  padding-left: 0px;
  padding-right: 0px;

}
.form-report, .succes{
  font-family: Open Sans;
  font-size: 20px;
  line-height: 28px;
  color: #000;
}