/*!
Theme Name: RentalCars
Theme URI: http://canada.tonytemplates.com/rent-a-car
Author: smartdatasoft
Author URI: https://themeforest.net/user/smartdatasoft
Version: 1.0.0

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> 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
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Grid & Masonry layout
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## 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;
  border-radius: 6px;
  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;
}

@media (min-width: 768px) {
  .sidebar-block {
    margin-bottom: 85px;
  }
}

.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;
  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;
}

/*--------------------------------------------------------------
## Preloader
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# PreLoader

/*--------------------------------------------------------------
## ToTop button
--------------------------------------------------------------*/
.scrollup {
  width: 60px;
  height: 60px;
  border-radius: 620px;
  position: fixed;
  bottom: 60px;
  right: 100px;
  display: none;
  background: #6678ea;
  color: #ffffff;
  text-align: center;
}

@media (max-width: 991px) {
  .scrollup {
    position: absolute;
    bottom: 40px;
    right: 40px;
  }
}

.scrollup:hover {
  background: #4a4a4a;
}

.scrollup:hover i {
  color: #ffffff;
}

.scrollup:hover:after {
  webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scrollup:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  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);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.8);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-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;
  transform: rotate(-180deg);
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Main menu
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  line-height: 1;
  display: inline-block;
  max-width: 100%;
  padding: 21px 25px 22px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  vertical-align: top;
  white-space: nowrap;
  text-overflow: ellipsis;
  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;
  border-radius: 6px;
}

@media (min-width: 544px) {
  button,
  input[type='button'],
  input[type='reset'],
  input[type='submit'] {
    font-size: 17.6px;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0;
    padding: 21px 45px 22px;
  }
}

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: 21px 25px 22px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  vertical-align: top;
  white-space: nowrap;
  text-overflow: ellipsis;
  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;
  border-radius: 6px;
}

@media (min-width: 544px) {
  .btn {
    font-size: 17.6px;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0;
    padding: 21px 45px 22px;
  }
}

.btn:hover, .btn:focus {
  background: #2b2b2b;
  color: #ffffff;
}

.btn:hover {
  text-decoration: none;
}

.btn:active {
  outline: 0;
}

.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;
  border-radius: 620px;
  color: #6678ea;
  font-size: 41.6px;
  font-size: 2.6rem;
}

.btn.btn__marker:hover {
  color: #646464;
}

.btn.btn-gradient {
  color: #000000;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  background-image: -o-linear-gradient(#cacdd3, #7d838e);
  background-image: -moz-linear-gradient(#cacdd3, #7d838e);
  background-image: -webkit-linear-gradient(#cacdd3, #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;
  border-radius: 0;
  background-color: #ffffff;
  font-size: 18px;
  line-height: 1.2em;
  transition: .3s;
  cursor: pointer;
  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;
  box-shadow: 0 0 6px rgba(102, 120, 234, 0.4);
}

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

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

select {
  border: 1px solid #ffffff;
  padding: 13px 28px 10px 10px;
  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;
  transition: 0.3s;
}

.book-form {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2em;
  padding: 19px 0;
  transition: 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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: 992px) {
  .book-form {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    padding: 24px 0 35px;
  }
}

.book-form > * {
  flex: 0 1 auto;
}

.book-form__title {
  font-size: 28px;
  line-height: 1.2em;
  font-weight: bold;
  margin: 20px 10px 0 0;
}

@media (min-width: 992px) {
  .book-form__title {
    font-size: 38px;
    line-height: 1.2em;
    margin: 0 15px 0 0;
    position: relative;
    top: -5px;
  }
}

@media (max-width: 767px) {
  .book-form__title {
    margin: 0 0 10px 0;
  }
}

.book-form__title small {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: normal;
}

@media (min-width: 768px) {
  .book-form__title small {
    display: block;
    font-size: 18px;
  }
}

.book-form__block-select {
  padding-top: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .book-form__block-select {
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .book-form__block-select {
    flex: 0 1 100%;
    padding-bottom: 10px;
  }
}

.book-form__block-select .inner-block {
  width: 100%;
  margin-bottom: 10px;
}

@media (min-width: 544px) {
  .book-form__block-select .inner-block:first-child {
    margin-right: 11px;
  }
}

@media (min-width: 768px) {
  .book-form__block-select .inner-block {
    width: auto;
    margin-bottom: 0;
  }
}

.book-form__block-select .second-block select {
  min-width: 50px;
}

.book-form__block-select select {
  color: #000000;
  display: block;
  float: left;
  margin-right: 5px;
  position: relative;
}

@media (min-width: 544px) {
  .book-form__block-select select {
    margin-right: 11px;
  }
}

.book-form__block-select select:last-child {
  margin-right: 0;
}

.book-form__block-select select[name="location"] {
  min-width: 142px;
}

@media (min-width: 1200px) {
  .book-form__block-select select[name="location"] {
    min-width: 340px;
  }
}

@media (max-width: 767px) {
  .book-form__block-select select[name="location"] {
    width: 100%;
  }
}

@media (min-width: 544px) {
  .book-form__block-select select[name="datetime"], .book-form__block-select select[name="day"] {
    min-width: 90px;
  }
}

@media (min-width: 544px) {
  .book-form__block-select select[name="time"] {
    min-width: 142px;
  }
}

.book-form__btn {
  flex: 0 1 100%;
}

@media (min-width: 992px) {
  .book-form__btn {
    flex: 0 1 auto;
  }
}

.book-form__btn .btn {
  color: #000000;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  background-image: -o-linear-gradient(#cacdd3, #7d838e);
  background-image: -moz-linear-gradient(#cacdd3, #7d838e);
  background-image: -webkit-linear-gradient(#cacdd3, #7d838e);
  background-image: linear-gradient(#cacdd3, #7d838e);
}

@media (max-width: 543px) {
  .book-form__btn .btn {
    width: 100%;
  }
}

.book-form__text {
  display: block;
  font-size: 16px;
  line-height: 1.2em;
  padding: 0 0 5px;
  font-weight: normal;
}

@media (min-width: 992px) {
  .book-form__text {
    padding: 5px 0 6px;
    font-size: 18px;
  }
}

.wrap-form h1 {
  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: -15px;
  opacity: 1 !important;
}

#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;
}

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

.order-details-form {
  z-index: 100;
  box-sizing: border-box;
  padding: 7px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 300;
  text-align: center;
  background: #f2f2f2;
  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-box-flex: 0;
    -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-box-flex: 0;
    -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: 14px;
}

.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-box-flex: 0;
  -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: 23px;
}

.order-details-form .passengers-luggage span {
  display: block;
  height: 31px;
}

.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: 8px;
}

.order-details-form div.location-drop-off {
  margin-top: 5px;
  margin-bottom: 0;
}

.order-details-form div.checkbox-div {
  padding-bottom: 21px;
}

.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;
}

.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;
  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;
}

.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-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;
}

.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;
}

/*--------------------------------------------------------------
# Header & Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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: calc(100% / 2);
  background: #ffffff;
  min-height: 355px;
}

@media (min-width: 768px) {
  .gallery__item {
    min-height: 345px;
  }
}

@media (min-width: 992px) {
  .gallery__item {
    width: calc(100% / 3);
    min-height: 365px;
  }
}

@media (min-width: 1200px) {
  .gallery__item {
    min-height: 460px;
  }
}

.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__content h6 {
  font-weight: bold;
  margin-bottom: 18px;
}

@media (min-width: 992px) {
  .gallery__item__content h6 {
    margin-bottom: 28px;
  }
}

.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;
  height: 45px;
  color: #4f4f56;
  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%;
  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);
  border-radius: 620px;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  transform: scale(0);
  transition: 0.3s;
}

.gallery__item .hover > i:before {
  position: relative;
  left: 4px;
}

.gallery__item img {
  width: 100%;
  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 {
  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;
  border-radius: 6px;
  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;
    padding: 0;
    max-width: 1000px;
  }
}

.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;
  -moz-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: 768px) {
  .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;
  transition: 0.3s;
  color: #353639;
}

@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;
  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;
  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 135px;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 146px;
}

@media (max-width: 1649px) {
  .carousel-models_fullwidth {
    margin-bottom: 46px;
  }
}

@media (max-width: 1199px) {
  .carousel-models_fullwidth {
    padding-bottom: 90px;
  }
}

.carousel-models_fullwidth__inner {
  background: #fff;
  padding: 23px 0 0;
}

@media (min-width: 544px) {
  .carousel-models_fullwidth__inner {
    padding: 53px 0 0;
  }
}

.carousel-models_fullwidth h1, .carousel-models_fullwidth .text-link {
  position: relative;
  z-index: 1;
}

.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;
  transform: translate(-50%, 0);
}

@media (max-width: 1199px) {
  .carousel-models_fullwidth:after {
    width: calc(897px / 1.5);
  }
}

.navigation_block {
  position: absolute;
  width: 897px;
  top: 50%;
  left: 50%;
  z-index: 100;
  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;
  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: 30px;
  }
}

@media (max-width: 1199px) {
  .navigation_block {
    top: 38%;
    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: 32%;
  }
  .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: 40px 0 0;
}

@media (max-width: 767px) {
  .swiper-container-models {
    padding-bottom: 10px;
  }
}

.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;
}

.swiper-pagination-models {
  z-index: 10;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  text-align: center;
}

.swiper-pagination-models .swiper-pagination-bullet {
  width: 50px;
  height: 5px;
  border: none;
  background: #ffffff;
  opacity: 1;
  border-radius: 0;
  margin: 0 3px;
  transition: 0.3s;
}

@media (max-width: 991px) {
  .swiper-pagination-models .swiper-pagination-bullet {
    width: 40px;
  }
}

.swiper-pagination-models .swiper-pagination-bullet:hover, .swiper-pagination-models .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #6678ea;
}

.model-info {
  text-align: center;
  transition: 0.9s;
  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;
  }
}

.model-info .thumbnail {
  margin-bottom: 20px;
}

.model-info h3 {
  margin: 0 0 20px;
  transition: 0.9s;
  transition-delay: 0.6s;
}

.model-info p {
  margin-bottom: 44px;
}

.model-info .btn {
  visibility: hidden;
  opacity: 0;
  transition: 0.6s;
  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: 46px;
}

.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 {
    padding-left: 0;
    padding-right: 0;
  }
  .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: 767px) {
  .service-info-box .text-link {
    margin-bottom: 30px;
  }
}

.service-info-box > .btn {
  margin-top: 80px;
}

@media (min-width: 1650px) {
  .service-info-box > .btn {
    margin-top: 110px;
  }
}

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

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

.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-box-flex: 0;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
}

.service-block .thumbnail {
  margin: 0;
  position: relative;
  overflow: hidden;
}

.service-block .thumbnail img {
  object-fit: cover;
  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 {
  padding: 20px;
  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;
  }
}

.service-block__content h3 {
  margin-bottom: 15px;
}

@media (min-width: 1650px) {
  .service-block__content h3 {
    margin-bottom: 30px;
  }
}

.service-block__content p {
  margin-bottom: 20px;
}

@media (min-width: 1650px) {
  .service-block__content p {
    margin-bottom: 50px;
  }
}

.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: 150px;
}

@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;
  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: 53%;
    right: 10.5%;
  }
}

.blog-posts-carousel .swiper-button-prev {
  visibility: hidden;
  left: -10px;
}

@media (min-width: 1650px) {
  .blog-posts-carousel .swiper-button-prev {
    top: 53%;
    left: 10.5%;
  }
}

@media (min-width: 992px) {
  .blog-posts-carousel .swiper-button-prev {
    visibility: visible;
  }
}

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

/*--------------------------------------------------------------
## 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 {
  border-radius: 0;
}

.lSSlideOuter .lSPager.lSGallery li img {
  width: 100%;
}

.lSSlideOuter .lSAction {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

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

/*--------------------------------------------------------------
## Remodal
--------------------------------------------------------------*/
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  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 {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

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

.remodal-overlay.remodal-is-closing {
  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 {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

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

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

.remodal.remodal-is-closing {
  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: 10px;
  right: 10px;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  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;
  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
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}

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

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

@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;
  transition: 0.3s;
}

.post-block .thumbnail a:before {
  top: 50%;
  left: 50%;
  content: "\e913";
  font-family: 'rentcar';
  font-size: 50px;
  z-index: 3;
  transform: translate(-50%, -50%);
  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;
  box-sizing: border-box;
}

@media (min-width: 544px) {
  .post-list-masonry__item {
    width: calc(100% / 2);
    min-height: 495px;
  }
}

@media (min-width: 992px) {
  .post-list-masonry__item {
    min-height: 495px;
    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;
  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;
}

.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;
  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;
}

.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;
}

.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 {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: 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 {
  padding-left: 30px;
  padding-right: 30px;
}

.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;
  border-radius: 620px;
}

.comment-list li .avatar:after {
  position: absolute;
  left: 50%;
  top: 50%;
  font-family: 'rentcar';
  content: "\e91a";
  font-size: 30px;
  color: #ffffff;
  transform: translate(-50%, -50%);
}

.comment-list li .avatar:before {
  position: absolute;
  bottom: -8px;
  left: 50%;
  content: "";
  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: 110px;
  top: 50%;
  z-index: 10000;
  display: none;
  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: 55px solid transparent;
  border-right: 20px solid rgba(18, 20, 23, 0.75);
  border-bottom: 55px 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: 55px solid transparent;
  border-left: 20px solid rgba(18, 20, 23, 0.75);
  border-bottom: 55px 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: 174px;
    border-left-width: 70px;
    border-bottom-width: 174px;
  }
}

@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%;
  }
}

.nivo-caption__inner .text {
  padding-right: 20%;
}

@media (min-width: 1650px) {
  .nivo-caption__inner .text {
    padding-right: 35%;
  }
}

.nivo-caption__inner .text h1 {
  font-size: 15px;
  line-height: 1em;
}

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

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

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

@media (max-width: 767px) {
  .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;
  }
}

.nivo-caption__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  background: rgba(18, 20, 23, 0.75);
  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;
  transition: 0.3s;
}

.nivo-caption .text .showtext__link a:after {
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  content: "";
  height: 2px;
  background: #6678ea;
  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;
  border-radius: 620px;
  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;
}

.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%;
  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;
  -moz-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: 'rentcar';
  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;
  animation-duration: 0.5s;
  animation-delay: 0.3s;
  animation-iteration-count: 1;
  animation-fill-mode: backwards;
}

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

.nivo-caption .showtext__link {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
  animation-duration: 1s;
  animation-delay: 2s;
  animation-iteration-count: 1;
  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;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  background: #fafafa;
  background: -moz-linear-gradient(top, #fafafa 0%, #dddddd 100%);
  background: -webkit-linear-gradient(top, #fafafa 0%, #dddddd 100%);
  background: linear-gradient(to bottom, #fafafa 0%, #dddddd 100%);
  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;
  border-radius: 2px;
  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 {
  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 {
  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 {
  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;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  background-image: -o-linear-gradient(#cacdd3, #7d838e);
  background-image: -moz-linear-gradient(#cacdd3, #7d838e);
  background-image: -webkit-linear-gradient(#cacdd3, #7d838e);
  background-image: linear-gradient(#cacdd3, #7d838e);
}

body.color-yellow .book-form__btn .btn:hover {
  background: #2b2b2b;
  color: #ffffff;
}

body.color-yellow .scrollup:after {
  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 {
  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 {
  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 {
  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;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  background-image: -o-linear-gradient(#cacdd3, #7d838e);
  background-image: -moz-linear-gradient(#cacdd3, #7d838e);
  background-image: -webkit-linear-gradient(#cacdd3, #7d838e);
  background-image: linear-gradient(#cacdd3, #7d838e);
}

body.color-lightblue .book-form__btn .btn:hover {
  background: #2b2b2b;
  color: #ffffff;
}

body.color-lightblue .scrollup:after {
  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 {
  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 {
  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 {
  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;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  background-image: -o-linear-gradient(#cacdd3, #7d838e);
  background-image: -moz-linear-gradient(#cacdd3, #7d838e);
  background-image: -webkit-linear-gradient(#cacdd3, #7d838e);
  background-image: linear-gradient(#cacdd3, #7d838e);
}

body.color-orange .book-form__btn .btn:hover {
  background: #2b2b2b;
  color: #ffffff;
}

body.color-orange .scrollup:after {
  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 {
  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 {
  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 {
  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;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  background-image: -o-linear-gradient(#cacdd3, #7d838e);
  background-image: -moz-linear-gradient(#cacdd3, #7d838e);
  background-image: -webkit-linear-gradient(#cacdd3, #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 {
  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 {
  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 {
  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 {
  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;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  background-image: -o-linear-gradient(#cacdd3, #7d838e);
  background-image: -moz-linear-gradient(#cacdd3, #7d838e);
  background-image: -webkit-linear-gradient(#cacdd3, #7d838e);
  background-image: linear-gradient(#cacdd3, #7d838e);
}

body.color-pink .book-form__btn .btn:hover {
  background: #2b2b2b;
  color: #ffffff;
}

body.color-pink .scrollup:after {
  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 {
  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 {
  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 {
  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;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  background-image: -o-linear-gradient(#cacdd3, #7d838e);
  background-image: -moz-linear-gradient(#cacdd3, #7d838e);
  background-image: -webkit-linear-gradient(#cacdd3, #7d838e);
  background-image: linear-gradient(#cacdd3, #7d838e);
}

body.color-turquoise .book-form__btn .btn:hover {
  background: #2b2b2b;
  color: #ffffff;
}

body.color-turquoise .scrollup:after {
  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;
  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;
  }
}

.parallax_box h1 {
  margin-bottom: 46px;
}

.parallax_box ul.list__marker {
  margin-bottom: 38px;
}

@media (max-width: 767px) {
  .parallax_box ul.list__marker {
    text-align: center;
  }
  .parallax_box ul.list__marker li {
    display: inline-block;
  }
}

.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;
  transition: 0.3s;
}

.info-box {
  text-align: center;
  padding: 103px 0 132px;
  position: relative;
}

@media (max-width: 991px) {
  .info-box {
    padding: 6.7% 20px 11.2%;
  }
}

@media (max-width: 767px) {
  .info-box {
    padding-right: 0;
    padding-left: 0;
  }
}

.info-box h1 {
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .info-box h1 {
    font-size: 45px;
  }
}

.info-box .text-link {
  margin-bottom: 28px;
}

.info-box .btn {
  margin: 0 20px;
}

@media (max-width: 767px) {
  .info-box .btn {
    margin: 0 3px 10px;
  }
}

.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;
  }
}

.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);
}

.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;
  }
}

.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;
  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;
  transform: translate(-50%, 0);
}

@media (min-width: 992px) {
  .block_tesimonial blockquote:after {
    top: 0;
    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%;
    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;
}

@media (min-width: 1200px) {
  .blog-posts-carousel {
    padding: 97px 0 127px;
  }
}

@media (max-width: 767px) {
  .blog-posts-carousel {
    padding: 22px 0 53px;
  }
}

.blog-posts-carousel h1 {
  margin-bottom: 15px;
}

.blog-posts-carousel .text-link {
  margin-bottom: 55px;
}

.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;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
  .post-item__content {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
}

.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;
  letter-spacing: -3px;
}

.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: #FB8D14;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-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-box-flex: 0;
  -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-box-flex: 0;
    -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%;
  object-fit: cover;
  object-position: center;
  transition-delay: 0.3s;
  transition-duration: 0.9s;
}

.car-info-box h1 {
  color: #ffffff;
  margin-bottom: 20px;
}

@media (max-width: 1649px) {
  .car-info-box h1 {
    font-size: 50px;
  }
}

.car-info-box .text-link {
  margin-bottom: 23px;
}

@media (min-width: 1200px) {
  .car-info-box .text-link {
    margin-bottom: 43px;
  }
}

.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;
  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 {
    right: auto;
    top: auto;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 19px 0 19px;
    border-color: #292a2c transparent transparent transparent;
  }
}

.car-info-box__description {
  background: #292a2c;
  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;
  }
}

.secondeffect {
  position: absolute;
  top: 20%;
  right: 0;
  width: 40%;
  height: 650px;
  background: url(../images/iphone_img.png) 0 0 no-repeat;
  background-size: contain;
}

@media (min-width: 1200px) {
  .secondeffect {
    width: 530px;
  }
}

@media (max-width: 767px) {
  .secondeffect {
    position: relative;
    top: auto;
    margin-top: 30px;
    width: 100%;
    padding: 40px 10% 0;
    display: none;
  }
}

@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;
  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;
    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 {
  transition: 0.3s;
}

.iphone-android_info-box span > a:hover img {
  transform: scale(1.04);
}

.text-block {
  padding: 25px 0 25px;
}

@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;
}

.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: 32px;
}

@media (max-width: 767px) {
  .image_box__description {
    padding-bottom: 30px;
  }
}

.info-box_with-background {
  color: #ffffff;
  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;
}

.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;
  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;
}

@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;
  border-radius: 620px;
  position: relative;
  text-align: center;
}

.block-tips .number:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -7px;
  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 (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;
}

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 > * {
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  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-flex: 0;
    -webkit-flex: 0 1 40%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 40%;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .model-details-box .model-slider-wrapper {
    padding: 4px 0 0;
    max-width: 60%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 60%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 60%;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
    -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: 4px 13px;
  background: #f5f6f8;
}

@media (min-width: 1200px) {
  .details-car tr td:first-child {
    width: 55%;
  }
}

.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%;
  transform: scale(1);
  transition: 0.3s;
}

.banner-thumb a:hover img {
  transform: scale(1.05);
}

.filter-box {
  padding: 35px 7px;
  text-align: left;
  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;
  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;
  border-radius: 50%;
  cursor: pointer;
}

.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-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.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%;
  border-radius: 0;
  border: 1px solid #b7b7b7;
}

.filter-widget input[type="checkbox"] {
  position: relative;
  top: 3px;
  margin-right: 8px;
}
