@charset "UTF-8";
/*!
 * Copyright (C) 2020 https://better-web.net/ - A project by Vladyslav Sedenko, Patryk Lauf. All rights reserved.
 */
/* ----------------------------------

Name: style.css
Version: 1.0

-------------------------------------

Table of contents
        
    - Helpers
    - General
    - Utilities
    - Container
    - Section space
    - Section title
    - Elements
    - Buttons
    - Header
    - Topbar
    - Hero
    - Works swiper 
    - Shop
    - Gallery
    - Process
    - Offer
    - Type vehicle
    - Price
    - Opinion
    - Call to action
    - Numbers
    - About us
    - Partner swiper
    - Video
    - Consultation
    - Simple page
    - Swipers
    - Tab
    - Tables
    - Footer
    - Others

*/
/*=============================================
    Helpers
=============================================*/
/* variables */
/* Extra small devices (portrait phones, less than 576px) */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
/* Super large devices (large desktops, 1401px and up) */
/* Colors */
/* Title variables */
/* Title variables scale for responsive */
/* Title variables array */
/* Text variables */
/* Text variables scale for responsive */
/* Text variables array */
/*=============================================
    General
=============================================*/
body,
html {
  height: 100%;
  scroll-behavior: smooth !important;
  scroll-padding: 120px; }

body {
  font-family: "Lato", arial;
  font-weight: 400;
  letter-spacing:1px;
  position: relative;
  min-height: 100%;
  background-color: #0e1116;
  color: rgba(0, 0, 0, 0.87);
  }

  audio {
    width: 260px;
    height: 54px;
}


/*=============================================
    Utilities
=============================================*/
/* colors */
/* mixin color */
.u-color-primary {
  color: #d91048; }

.u-bgColor-primary {
  background-color: #d91048; }

.u-border-color-primary {
  border-color: #d91048; }

.u-color-primary-1 {
  color: #a00013; }

.u-bgColor-primary-1 {
  background-color: #a00013; }

.u-border-color-primary-1 {
  border-color: #a00013; }

.u-color-primary-2 {
  color: #5e000b; }

.u-bgColor-primary-2 {
  background-color: #5e000b; }

.u-border-color-primary-2 {
  border-color: #5e000b; }

.u-color-primary-opacity {
  color: rgba(160, 0, 18, 0.85); }

.u-bgColor-primary-opacity {
  background-color: rgba(160, 0, 18, 0.85); }

.u-border-color-primary-opacity {
  border-color: rgba(160, 0, 18, 0.85); }

.u-color-secondary {
  color: #0855dd; }

.u-bgColor-secondary {
  background-color: #0855dd; }

.u-border-color-secondary {
  border-color: #0855dd; }

.u-color-dark {
  color: #151515; }

.u-bgColor-dark {
  background-color: #151515; }

.u-border-color-dark {
  border-color: #151515; }

/* white */
.u-color-white, .offer__item__titleB, .offer__details__titleB, .offer__details__text, .typeVehicle__title, .price__list ul li, .contactFull__title {
  color: white; }

.u-bgColor-white {
  background-color: white; }

.u-border-color-white {
  border-color: white; }

.u-color-whiteA, .topbar__label, .topbar__label:hover {
  color: rgba(255, 255, 255, 0.6); }

.u-bgColor-whiteA {
  background-color: rgba(255, 255, 255, 0.7); }

.u-border-color-whiteA {
  border-color: rgba(255, 255, 255, 0.7); }

.u-color-whiteB {
  color: rgba(255, 255, 255, 0.5); }

.u-bgColor-whiteB {
  background-color: rgba(255, 255, 255, 0.5); }

.u-border-color-whiteB {
  border-color: rgba(255, 255, 255, 0.5); }

.u-color-whiteC {
  color: rgba(255, 255, 255, 0.1); }

.u-bgColor-whiteC {
  background-color: rgba(255, 255, 255, 0.1); }

.u-border-color-whiteC {
  border-color: rgba(255, 255, 255, 0.1); }

/* black */
.u-color-black {
  color: black; }

.u-bgColor-black {
  background-color: black; }

.u-border-color-black {
  border-color: black; }

.u-color-blackA, .btn:focus, .galleryItem__btnMore:focus, .offer__item__btn:focus, .price__btn:focus, .btn:hover, .galleryItem__btnMore:hover, .offer__item__btn:hover, .price__btn:hover, .worksSwiper__item__intro {
  color: rgba(10, 10, 10, 0.87); }

.u-bgColor-blackA {
  background-color: rgba(10, 10, 10, 0.87); }

.u-border-color-blackA {
  border-color: rgba(10, 10, 10, 0.87); }

.u-color-blackAB {
  color: rgba(10, 10, 10, 0.7); }

.u-bgColor-blackAB {
  background-color: rgba(10, 10, 10, 0.7); }

.u-border-color-blackAB {
  border-color: rgba(10, 10, 10, 0.7); }

.u-color-blackB {
  color: rgba(10, 10, 10, 0.6); }

.u-bgColor-blackB {
  background-color: rgba(10, 10, 10, 0.6); }

.u-border-color-blackB {
  border-color: rgba(10, 10, 10, 0.6); }

.u-color-blackC {
  color: rgba(10, 10, 10, 0.37); }

.u-bgColor-blackC {
  background-color: rgba(10, 10, 10, 0.37); }

.u-border-color-blackC {
  border-color: rgba(10, 10, 10, 0.37); }

.u-color-blackD {
  color: rgba(10, 10, 10, 0.2); }

.u-bgColor-blackD {
  background-color: rgba(10, 10, 10, 0.2); }

.u-border-color-blackD {
  border-color: rgba(10, 10, 10, 0.2); }

/* yellow */
.u-color-yellow, .offer__item__titleA, .offer__details__titleA {
  color: #009bff; }

.u-bgColor-yellow {
  background-color: #009bff; }

.u-border-color-yellow {
  border-color: #009bff; }

/* typography */
/* Extra small devices (portrait phones, less than 576px) */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
/* Super large devices (large desktops, 1401px and up) */
/* Colors */
/* Title variables */
/* Title variables scale for responsive */
/* Title variables array */
/* Text variables */
/* Text variables scale for responsive */
/* Text variables array */
/* Font */
.u-font-primary {
  font-family: 'Lato'; }

.u-font-secondary {
  font-family: 'Poppins'; }

/* Titles line height */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Poppins';
  line-height: 1.4; }
h4 {
  font-weight: 600;}
/* Text breaking */
p {
  word-break: break-word;
  word-wrap: break-word; }

/* Line height */
.u-lineHeight-a {
  line-height: 1; }

.u-lineHeight-b {
  line-height: 1.5; }

.u-lineHeight-c {
  line-height: 1.75; }

.u-lineHeight-d {
  line-height: 2; }

/* Title sizes */
.u-title, .offerBox__title, .offerBoxSimple__title, .price__title, .price__value, .claimB__text, .claimC__text, .numbers__item--big .numbers__item__count, .numbers__item__count, .contact__cont__title, .contactFull__cont__title, .contactFull__title, .contactSimple__title, .titleElements {
  line-height: 1.2; }
  .u-title--xxl, .numbers__item--big .numbers__item__count {
    font-size: 72px; }
  .u-title--xl, .price__value, .numbers__item__count {
    font-size: 56px; }
  .u-title--l, .claim__title {
    font-size: 42px;
    }
  .u-title--m, .offer__item__titleB, .offer__details__titleB {
    font-size: 42px; }
  .u-title--s, .claimB__text, .claimC__text, .contact__cont__title, .contactFull__cont__title, .contactFull__title, .contactSimple__title, .titleElements {
    font-size: 36px; }
  .u-title--xs {
    font-size: 30px; }
  .u-title--xxs, .offerBoxSimple__title, .price__title {
    font-size: 24px; }

/* Text sizes */
.u-text, .topbar__label, .shopPreview__nav__item, .shopPreview__item__title, .shopPreview__item__price, .gallery__item:after, .galleryB__item:after, .processItem__title, .offerBox__text, .offerBoxSimple__text, .claimC__titlePre, .numbers__item__title, .tabA .nav.nav-tabs .nav-link {
  line-height: 1.5; }
  .u-text--xxl, .shopPreview__item__price, .gallery__item:after, .galleryB__item:after {
    font-size: 24px; }
  .u-text--xl {
    font-size: 22px; }
  .u-text--l, .offerBox__title {
    font-size: 20px; }
  .u-text--m, .processItem__title, .numbers__item__title {
    font-size: 18px; }
  .u-text--s, .shopPreview__nav__item, .shopPreview__item__title, .offer__details__text, .offerBoxSimple__text, .price__list ul li, .opinion__text, .claim__titlePre, .claim__text, .claimC__titlePre, .tabA .nav.nav-tabs .nav-link {
    font-size: 16px; }
  .u-text--xs, .topbar__label, .offer__item__titleA, .offer__details__titleA, .offerBox__text, .typeVehicle__title, .link-go {
    font-size: 16px;
    }
  .u-text--xxs {
    font-size: 12px; }

/* Font size 1px-100px */
.u-s1 {
  font-size: 1px !important; }

.u-s2 {
  font-size: 2px !important; }

.u-s3 {
  font-size: 3px !important; }

.u-s4 {
  font-size: 4px !important; }

.u-s5 {
  font-size: 5px !important; }

.u-s6 {
  font-size: 6px !important; }

.u-s7 {
  font-size: 7px !important; }

.u-s8 {
  font-size: 8px !important; }

.u-s9 {
  font-size: 9px !important; }

.u-s10 {
  font-size: 10px !important; }

.u-s11 {
  font-size: 11px !important; }

.u-s12 {
  font-size: 12px !important; }

.u-s13 {
  font-size: 13px !important; }

.u-s14 {
  font-size: 14px !important; }

.u-s15 {
  font-size: 15px !important; }

.u-s16 {
  font-size: 16px !important; }

.u-s17 {
  font-size: 17px !important; }

.u-s18 {
  font-size: 18px !important; }

.u-s19 {
  font-size: 19px !important; }

.u-s20 {
  font-size: 20px !important; }

.u-s21 {
  font-size: 21px !important; }

.u-s22 {
  font-size: 22px !important; }

.u-s23 {
  font-size: 23px !important; }

.u-s24 {
  font-size: 24px !important; }

.u-s25 {
  font-size: 25px !important; }

.u-s26 {
  font-size: 26px !important; }

.u-s27 {
  font-size: 27px !important; }

.u-s28 {
  font-size: 28px !important; }

.u-s29 {
  font-size: 29px !important; }

.u-s30 {
  font-size: 30px !important; }

.u-s31 {
  font-size: 31px !important; }

.u-s32 {
  font-size: 32px !important; }

.u-s33 {
  font-size: 33px !important; }

.u-s34 {
  font-size: 34px !important; }

.u-s35 {
  font-size: 35px !important; }

.u-s36 {
  font-size: 36px !important; }

.u-s37 {
  font-size: 37px !important; }

.u-s38 {
  font-size: 38px !important; }

.u-s39 {
  font-size: 39px !important; }

.u-s40 {
  font-size: 40px !important; }

.u-s41 {
  font-size: 41px !important; }

.u-s42 {
  font-size: 42px !important; }

.u-s43 {
  font-size: 43px !important; }

.u-s44 {
  font-size: 44px !important; }

.u-s45 {
  font-size: 45px !important; }

.u-s46 {
  font-size: 46px !important; }

.u-s47 {
  font-size: 47px !important; }

.u-s48 {
  font-size: 48px !important; }

.u-s49 {
  font-size: 49px !important; }

.u-s50 {
  font-size: 50px !important; }

.u-s51 {
  font-size: 51px !important; }

.u-s52 {
  font-size: 52px !important; }

.u-s53 {
  font-size: 53px !important; }

.u-s54 {
  font-size: 54px !important; }

.u-s55 {
  font-size: 55px !important; }

.u-s56 {
  font-size: 56px !important; }

.u-s57 {
  font-size: 57px !important; }

.u-s58 {
  font-size: 58px !important; }

.u-s59 {
  font-size: 59px !important; }

.u-s60 {
  font-size: 60px !important; }

.u-s61 {
  font-size: 61px !important; }

.u-s62 {
  font-size: 62px !important; }

.u-s63 {
  font-size: 63px !important; }

.u-s64 {
  font-size: 64px !important; }

.u-s65 {
  font-size: 65px !important; }

.u-s66 {
  font-size: 66px !important; }

.u-s67 {
  font-size: 67px !important; }

.u-s68 {
  font-size: 68px !important; }

.u-s69 {
  font-size: 69px !important; }

.u-s70 {
  font-size: 70px !important; }

.u-s71 {
  font-size: 71px !important; }

.u-s72 {
  font-size: 72px !important; }

.u-s73 {
  font-size: 73px !important; }

.u-s74 {
  font-size: 74px !important; }

.u-s75 {
  font-size: 75px !important; }

.u-s76 {
  font-size: 76px !important; }

.u-s77 {
  font-size: 77px !important; }

.u-s78 {
  font-size: 78px !important; }

.u-s79 {
  font-size: 79px !important; }

.u-s80 {
  font-size: 80px !important; }

.u-s81 {
  font-size: 81px !important; }

.u-s82 {
  font-size: 82px !important; }

.u-s83 {
  font-size: 83px !important; }

.u-s84 {
  font-size: 84px !important; }

.u-s85 {
  font-size: 85px !important; }

.u-s86 {
  font-size: 86px !important; }

.u-s87 {
  font-size: 87px !important; }

.u-s88 {
  font-size: 88px !important; }

.u-s89 {
  font-size: 89px !important; }

.u-s90 {
  font-size: 90px !important; }

.u-s91 {
  font-size: 91px !important; }

.u-s92 {
  font-size: 92px !important; }

.u-s93 {
  font-size: 93px !important; }

.u-s94 {
  font-size: 94px !important; }

.u-s95 {
  font-size: 95px !important; }

.u-s96 {
  font-size: 96px !important; }

.u-s97 {
  font-size: 97px !important; }

.u-s98 {
  font-size: 98px !important; }

.u-s99 {
  font-size: 99px !important; }

.u-s100 {
  font-size: 100px !important; }

/* Font weight 100-700 */
.u-w100 {
  font-weight: 100 !important; }

.u-w200 {
  font-weight: 200 !important; }

.u-w300 {
  font-weight: 300 !important; }

.u-w400 {
  font-weight: 400 !important; }

.u-w500 {
  font-weight: 500 !important; }

.u-w600 {
  font-weight: 600 !important; }

.u-w700 {
  font-weight: 700 !important; }

.u-w800 {
  font-weight: 800 !important; }

.u-w900 {
  font-weight: 900 !important; }

/*=============================================
    Container
=============================================*/
.container-fluid {
  max-width: 1400px; }

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

/*=============================================
    Section space
=============================================*/
.sectionSpace {
  padding: 50px 0; }

.sectionSpaceTop {
  padding-top: 50px; }

.sectionSpaceBottom {
  padding-bottom: 50px; }

/*=============================================
    Section title
=============================================*/
.titleSection {
  font-size: 80px;
  margin-bottom: 13px;
  color: white;
  opacity: 0.1;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  word-break: break-all; }
  .titleSection--stroked {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: white; }
  .titleSection--simple {
    font-size: 72px !important;
    margin-bottom: 0 !important; }

/*=============================================
    Elements
=============================================*/
/* text icon */
.textIcon {
  display: flex;
  align-items: start; }
  .textIcon__col:first-child {
    margin-right: 15px; }

/* list */
ul.list {
  list-style-type: none; }
  ul.list > li {
    display: flex;
    margin-bottom: 10px; }
    ul.list > li:before {
      content: "■";
      margin-right: 10px;
      font-weight: bold;
      color: #d91048; }

/*=============================================
    Buttons
=============================================*/
.btn, .galleryItem__btnMore, .offer__item__btn, .price__btn {
  position: relative;
  overflow: hidden;
  border: none;
  background-color: #d91048;
  padding: 7px 25px;
  color: white;
  border-radius: 3px;
  min-width: 150px;
  transition: all 0.3s ease; }
  .btn:focus, .galleryItem__btnMore:focus, .offer__item__btn:focus, .price__btn:focus, .btn:hover, .galleryItem__btnMore:hover, .offer__item__btn:hover, .price__btn:hover {
    outline: none;
    background-color: white; }
  .btn--anim:hover span {
    opacity: 0;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%); }
  .btn--anim:hover:before {
    top: 50%;
    opacity: 1;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  .btn--anim:before {
    content: attr(data-hover);
    position: absolute;
    left: 0;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    width: 100%;
    opacity: 0;
    transition: all 0.3s ease-in-out; }
  .btn--anim span {
    transition: all 0.3s ease-in-out; }
  .btn--outline {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff; }
    .btn--outline:focus, .btn--outline:hover {
      background-color: transparent;
      border-color: #d91048;
      color: #d91048; }

.btnPlay {
  cursor: pointer;
  background-color: transparent;
  border: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/icons/play.png");
  width: 80px;
  height: 80px;
  transition: 0.3s all ease; }
  .btnPlay:focus {
    outline: none; }
  .btnPlay:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

/*=============================================
    Header
=============================================*/
.header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1000; }
  .header--background {
    background-color: rgba(0, 0, 0, 0.8); }
  .header__linkPhone {
    padding: 7px 15px;
    display: inline-block;
    background-color: #d91048;
    color: white;
    border-radius: 3px;
    font-weight: bold;
    text-align: center;
    text-decoration: none; }
    .header__linkPhone:hover {
      text-decoration: none;
      color: white; }
  .header .navbar {
    padding-left: 0;
    padding-right: 0; }
    .header .navbar.js-sticky {
      z-index: 1000; }
  .header .navbar-toggler {
    border-color: transparent;
    outline: none;
    font-size: 26px;
    padding: 0 5px;
    color: white; }
    .header .navbar-toggler:focus {
      outline: none; }
  .header__info {
    display: flex;
    align-items: center; }
    .header__info__col:first-child {
      margin-right: 20px; }
  .header .navbar-brand {
    margin-right: 2rem; }
    .header .navbar-brand img {
      max-width: 100px; }
  .header .navbar-nav {
    align-items: center; }
    .header .navbar-nav > .nav-item > .nav-link {
      padding: 0 5px;
      font-size: 14px;
      color: rgba(255, 255, 255, 0.9);
      cursor: pointer;
      font-weight: bold;
      text-transform: uppercase; }
  .header .nav-item .nav-link {
    padding: 0 5px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    font-weight: bold; }
  .header .nav-item.active .nav-link {
    color: rgba(255, 255, 255, 0.5); }
  .header .nav-item:first-child {
    margin-left: 0; }
  .header .nav-item:last-child {
    margin-right: 0; }
  .header .dropdown-menu {
    background-color: #0b0b0b;
    border-radius: 0;
    border-bottom: 3px solid #0855dd; }
    .header .dropdown-menu.dropdown-menu-right .dropdown-item {
      text-align: right; }
    .header .dropdown-menu .dropdown-item {
      padding: 7px 13px;
      color: rgba(255, 255, 255, 0.8);
      cursor: pointer;
      font-weight: bold;
      font-size: 15px; }
      .header .dropdown-menu .dropdown-item:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
      .header .dropdown-menu .dropdown-item:hover {
        background-color: transparent;
        color: rgba(255, 255, 255, 0.5); }

/*=============================================
    Topbar
=============================================*/
.topbar {
  background-color: #0b0b0b;
  padding: 7px 0; }
  .topbar li {
    color: #ffffff; }
    .topbar li a {
      color: #ffffff; }
  .topbar a {
    transition: 0.3s;
    text-decoration: none; }
    .topbar a:hover {
      color: #d91048; }
  .topbar .navbar-nav-social {
    flex-direction: row;
    align-items: center;
    float: right; }
    .topbar .navbar-nav-social li:not(:last-child) {
      margin-right: 14px; }
    .topbar .navbar-nav-social a {
      text-decoration: none;
      font-size: 14px; }
  .topbar__label:hover {
    text-decoration: none; }
  .topbar__info {
    display: flex;
    align-items: center; }
  .topbar__left {
    display: flex; }
    .topbar__left li i {
      padding-right: 5px; }
  .topbar__right {
    display: flex;
    justify-content: flex-end; }
    .topbar__right li i {
      padding-right: 5px; }

/*=============================================
    Hero
=============================================*/
.introBg {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: #0a0a0a; }
  .introBg--oneThird .introBg__cont {
    position: relative; }
    .introBg--oneThird .introBg__cont__inner {
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      top: 33%;
      -webkit-transform: translateY(-33%);
              transform: translateY(-33%); }
  .introBg--center .introBg__cont {
    display: flex;
    align-items: center; }
  .introBg__overlay {
    height: 100%; }
    .introBg__overlay:after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      background: -webkit-gradient(left bottom, left top, color-stop(0%, #0a0a0a), color-stop(65%, rgba(0, 0, 0, 0)));
      background: linear-gradient(to top, #0a0a0a 0%, rgba(0, 0, 0, 0) 65%); }
  .introBg__cont {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    flex: 1; }
    .introBg__cont__inner {
      width: 100%; }
  .introBg__bg {
    height: 100%;
    width: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    transition: 0.1s -webkit-transform ease;
    transition: 0.1s transform ease;
    transition: 0.1s transform ease, 0.1s -webkit-transform ease;
    will-change: transform; }
    .introBg__bg--animation {
      opacity: 0; }

.videoIntro {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column; }
  .videoIntro:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 200;
    background-color: rgba(0, 0, 0, 0.4); }
  .videoIntro:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 201;
    background: -webkit-gradient(left bottom, left top, color-stop(0%, #0a0a0a), color-stop(65%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, #0a0a0a 0%, rgba(0, 0, 0, 0) 65%); }
  .videoIntro--oneThird .videoIntro__cont {
    position: relative; }
    .videoIntro--oneThird .videoIntro__cont__inner {
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      top: 33%;
      -webkit-transform: translateY(-33%);
              transform: translateY(-33%); }
  .videoIntro--center .videoIntro__cont {
    display: flex;
    align-items: center; }
  .videoIntro__cont {
    width: 100%;
    flex: 1; }
  .videoIntro__header {
    width: 100%; }
  .videoIntro__cont {
    position: relative;
    z-index: 300; }
  .videoIntro__video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .videoIntro__bgMobile {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .hero-logo {
    width: 350px;
  }
/*=============================================
    Works swiper
=============================================*/
.worksSwiper__item a {
  text-decoration: none; }

.worksSwiper__item__bg {
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.worksSwiper__item__title {
  font-weight: 700; }

.worksSwiper .swiper-button-prev {
  margin-top: 0;
  width: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #d91048;
  background-image: url("../images/icons/arrow_left_black.png");
  background-size: 16px;
  left: 20%; }
  .worksSwiper .swiper-button-prev:focus {
    outline: none; }

.worksSwiper .swiper-button-next {
  margin-top: 0;
  width: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #d91048;
  background-image: url("../images/icons/arrow_right_black.png");
  background-size: 16px;
  right: 20%; }
  .worksSwiper .swiper-button-next:focus {
    outline: none; }

.worksSwiper .swiper-slide {
  transition: opacity 0.2s ease-out !important;
  position: relative; }
  .worksSwiper .swiper-slide:not(.swiper-slide-active):before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000000d6; }

/*=============================================
    Shop
=============================================*/
/* shop preview */
.shopPreview {
  /* shop navigation */
  /* shop item */
  padding: 0 120px 0 120px;
  }
  .shopPreview__nav {
    margin-bottom: 20px; }
    .shopPreview__nav ul {
      padding: 0;
      margin: 0;
      text-align: center; }
    .shopPreview__nav__item {
      display: inline-block;
      padding: 10px 15px;
      margin: 3px 1px;
      background-color: #d91048;
      color: white;
      cursor: pointer; }
      .shopPreview__nav__item--active {
        background-color: #121212;
        color: #0855dd; }
  .shopPreview__item {
    /* background-color: #121212; */
    padding: 00px 00px 00px 00px; }
    .shopPreview__item__img {
      height: 265px;
      width: 100%;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
    .shopPreview__item__title {
      margin-top: 20px;
      color: white;
      text-align: center;
      text-transform: uppercase; }
    .shopPreview__item__rating {
      text-align: center; }
      .shopPreview__item__rating img {
        display: inline-block;
        vertical-align: middle;
        margin: 0 1px; }
    .shopPreview__item__price {
      margin-top: 10px;
      color: white;
      text-align: center;
      font-weight: bold;
      font-style: italic; }

/* shop swiper */
.shopPreviewSwiper .swiper-button-prev {
  width: 40px;
  background-color: #d910485c;
  background-image: url("../images/icons/arrow_left_black.png");
  background-size: 16px;
  left: 0;
  }
  .shopPreviewSwiper .swiper-button-prev:focus {
    outline: none; }

.shopPreviewSwiper .swiper-button-next {
  width: 40px;
  background-color: #d910485c;
  background-image: url("../images/icons/arrow_right_black.png");
  background-size: 16px;
  right: 0;
  }

  .shopPreviewSwiper .swiper-button-next:focus {
    outline: none; }

.shopPreviewSwiper .swiper-slide {
  transition: opacity 0.2s ease-out !important;
  position: relative; }

.shopPreviewSwiper .swiper-pagination {
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: -30px; }
.swiper-button-next:hover {
  background-color: #d91048;
}
.swiper-button-prev:hover {
  background-color: #d91048;
}
.shopPreviewSwiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 0;
  background-color: #121212;
  border: 1px solid #d91048; }

.shopPreviewSwiper .swiper-pagination-bullet-active {
  background-color: #d91048; }

.shopPreviewSwiper .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.6; }

/*=============================================
    Gallery
=============================================*/
/* gallery */
.gallery__item {
  position: relative;
  display: block;
  margin: 15px 0px;
  height: 300px;
  width: 100%;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .gallery__item--big {
    height: 570px; }
  .gallery__item:before, .gallery__item:after {
    transition: all 0.5s ease;
    opacity: 0; }
  .gallery__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10; }
  .gallery__item:after {
    content: attr(data-hover);
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    color: white;
    z-index: 20;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center; }
  .gallery__item:hover:before, .gallery__item:hover:after {
    opacity: 1; }

.gallery__col {
  padding: 15px 7.5px; }

/* gallery item */
.galleryItem {
  width: 100%;
  height: 525px;
  background-position: center;
  background-size: cover;
  position: relative; }
  .galleryItem:hover .galleryItem__cover {
    display: block; }
  .galleryItem__cover {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6); }
  .galleryItem__btnMore {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #d91048;
    padding: 7px 15px;
    color: white;
    border-radius: 3px;
    min-width: 150px; }

/* gallery B */
.galleryB__item {
  display: block;
  position: relative;
  height: 260px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 15px; }
  .galleryB__item:before, .galleryB__item:after {
    transition: all 0.5s ease;
    opacity: 0; }
  .galleryB__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10; }
  .galleryB__item:after {
    content: attr(data-hover);
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    color: white;
    z-index: 20;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center; }
  .galleryB__item:hover:before, .galleryB__item:hover:after {
    opacity: 1; }
  .galleryB__item--big {
    height: 535px; }

.galleryB__col {
  padding: 15px 7.5px; }

/* ===================================
    Process
====================================== */
.processItem__step {
  position: relative;
  margin-bottom: 15px;
  color: #191919;
  font-size: 140px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding-left: 30px; }
  .processItem__step__icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 100%; }

.processItem__title {
  text-align: center;
  color: white;
  text-transform: uppercase;
  margin-top: 0; }

/* ===================================
    Offer
====================================== */
/* offer */
.offer {
  position: relative; }
  .offer__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 40px;
    height: 550px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    transition: all 1s ease;
    width: 100%; }
    .offer__item:after {
      content: "";
      opacity: 0.4;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      background-color: #0a0a0a;
      transition: all 0.5s ease; }
    .offer__item:hover:after {
      opacity: 0.7; }
    .offer__item--active {
      opacity: 0.7; }
    .offer__item__cont {
      position: relative;
      z-index: 100; }
    .offer__item__titleA {
      text-align: center;
      text-transform: uppercase; }
    .offer__item__titleB {
      margin-top: 0;
      text-align: center;
      text-transform: uppercase;
      font-weight: 700; }
    .offer__item__btn {
      margin-top: 10px; }
    .offer__item__textHidden {
      display: none; }
  .offer__contDetails {
    position: relative;
    overflow: hidden; }
  .offer__details {
    position: absolute;
    top: 0;
    right: 15px;
    left: 15px;
    margin-bottom: 100px; }
    .offer__details__cont {
      opacity: 0; }
    .offer__details__img {
      position: relative;
      width: 100%;
      height: 350px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
      .offer__details__img__btnClose {
        position: absolute;
        left: -50px;
        top: 0;
        width: 50px;
        height: 50px;
        border: none;
        cursor: pointer;
        background-color: #d91048;
        background-image: url("../images/icons/cancel.png");
        background-size: 18px;
        background-repeat: no-repeat;
        background-position: center; }
        .offer__details__img__btnClose:focus {
          outline: none; }
    .offer__details__titleA {
      opacity: 0;
      text-transform: uppercase; }
    .offer__details__titleB {
      margin-top: 0;
      opacity: 0;
      text-transform: uppercase;
      font-weight: 700; }
    .offer__details__text {
      opacity: 0; }

/* offer box container */
.offerBoxContainer {
  overflow: hidden;
  padding: 40px 0; }

/* offer box */
.offerBox {
  position: relative;
  padding: 30px 30px;
  text-align: center;
  align-items: center;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .offerBox:hover {
    z-index: 11;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    box-shadow: 0px 89px 70px 0px rgba(0, 0, 0, 0.33); }
  .offerBox--dark {
    background-color: #5e000b; }
  .offerBox--middle {
    background-color: #910011; }
  .offerBox--light {
    background-color: #a00013; }
  .offerBox__icon {
    margin-bottom: 25px;
    max-width: 80px;
    max-height: 50px; }
  .offerBox__title {
    color: #009bff;
    text-transform: uppercase; }
  .offerBox__text {
    margin-bottom: 0;
    color: white; }

/* offer box simple */
.offerBoxSimple {
  text-align: left; }
  .offerBoxSimple__title {
    color: #009bff;
    text-transform: uppercase;
    margin-bottom: 8px;
    }
  .offerBoxSimple__text {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.8); }

/* ===================================
    Type vehicle
====================================== */
.typeVehicle {
  padding: 40px 10px;
  text-align: center;
  transition: all 0.4s ease;
  cursor: pointer; }
  .typeVehicle:hover, .typeVehicle--active {
    background-color: #d91048; }
  .typeVehicle__title {
    margin-bottom: 0; }
  .typeVehicle__icon {
    max-width: 90px;
    margin-bottom: 15px; }

/* ===================================
    Price
====================================== */
/* price */
.price {
  padding: 25px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  background-color: #120002; }
  .price--bordered {
    background-color: transparent;
    border: 1px solid #5e000b; }
  .price--active, .price:hover {
    background-color: #d91048; }
    .price--active .price__btn, .price:hover .price__btn {
      background-color: white;
      color: #0a0a0a; }
  .price__title {
    color: #0855dd;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: bold; }
  .price__time {
    padding: 7px 20px;
    display: inline-block;
    min-width: 30%;
    margin-bottom: 30px;
    color: #0855dd;
    border: 1px solid #0855dd;
    border-radius: 25px; }
  .price__value {
    color: white;
    line-height: 1;
    margin-bottom: 40px; }
  .price__list ul {
    padding: 0;
    list-style-type: none; }
    .price__list ul li {
      padding: 5px 0px;
      text-align: center;
      font-weight: 400; }
  .price__btn {
    margin-top: 50px; }

/* price module */
.priceModule__col {
  display: none; }
  .priceModule__col--active {
    display: block; }

/* ===================================
    Opinion
====================================== */
.opinionSwiper .swiper-button-prev {
  left: 27%;
  width: 40px;
  background-image: url("../images/icons/arrow_left_white.png");
  background-size: 17px; }
  .opinionSwiper .swiper-button-prev:focus {
    outline: none; }

.opinionSwiper .swiper-button-next {
  right: 27%;
  width: 40px;
  background-image: url("../images/icons/arrow_right_white.png");
  background-size: 17px; }
  .opinionSwiper .swiper-button-next:focus {
    outline: none; }

.opinionSwiper .swiper-slide {
  transition: opacity 0.3s ease-out !important; }
  .opinionSwiper .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.1; }
    .opinionSwiper .swiper-slide:not(.swiper-slide-active) a {
      cursor: default; }
  .opinionSwiper .swiper-slide.swiper-slide-active .opinion__cont {
    position: relative; }
    .opinionSwiper .swiper-slide.swiper-slide-active .opinion__cont:before {
      content: '';
      position: absolute;
      left: -30px;
      bottom: 0px;
      width: 88px;
      height: 62px;
      background-image: url("../images/icons/quote.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      z-index: -1; }
    .opinionSwiper .swiper-slide.swiper-slide-active .opinion__cont:after {
      content: '"';
      position: absolute;
      top: 33px;
      right: -60px;
      width: 88px;
      height: 62px;
      background-image: url("../images/icons/quote.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      z-index: -1; }

.opinionSwiper--single .swiper-button-prev {
  left: 0%; }

.opinionSwiper--single .swiper-button-next {
  right: 0%; }

.opinion {
  margin: 10px 12%;
  padding: 0 35px; }
  .opinion__cont {
    position: relative; }
  .opinion__head {
    margin-bottom: 15px; }
  .opinion__avatar {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
  .opinion__titleName {
    display: inline-block;
    vertical-align: middle;
    color: white;
    font-weight: bold; }
  .opinion__text {
    color: white;
    line-height: 2; }
  .opinion__rating {
    margin-top: 5px;
    text-align: right; }
    .opinion__rating img {
      display: inline-block;
      vertical-align: middle;
      margin-left: 5px; }

/* ===================================
    Call to action
====================================== */
/* claim */
.claim {
  padding: 20px 0;
  min-height: 300px;
  background-position: left -9% center, right -9% center;
  background-repeat: no-repeat; }
  .claim__titlePre {
    text-align: center;
    text-transform: uppercase; }
  .claim__title {
    margin: 20px 0 30px 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold; }
  .claim__text {
    margin-bottom: 0;
    text-align: center; }

/* claim b */
.claimB {
  padding: 50px 0;
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat; }
  .claimB--left {
    background-position: center left; }
  .claimB--center {
    background-position: center; }
  .claimB--right {
    background-position: center right; }
  .claimB__text {
    margin: 0px 0 30px 0;
    text-transform: uppercase;
    font-weight: bold; }

/* claim c */
.claimC {
  background-repeat: no-repeat; }
  .claimC--left {
    background-position: center left; }
  .claimC--center {
    background-position: center; }
  .claimC--right {
    background-position: center right; }
  .claimC__titlePre {
    text-align: center;
    text-transform: uppercase; }
  .claimC__text {
    margin: 20px 0 30px 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold; }

/* ===================================
    Numbers
====================================== */
.numbers--bg {
  padding: 270px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.numbers__item {
  text-align: center; }
  .numbers__item__title {
    color: #0855dd;
    text-transform: uppercase; }
  .numbers__item__count {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
    text-shadow: 0px 40px 21px rgba(29, 29, 29, 0.26), 0px 25px 18.6px rgba(7, 7, 7, 0.49), 0px 21px 5px rgba(0, 0, 0, 0.2); }

/* ===================================
    About us
====================================== */
.aboutUs__img {
  height: 450px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

/* ===================================
    Contact
====================================== */
/* contact */
.contact__map {
  height: 100%;
  min-height: 300px; }

.contact__cont {
  background-color: #121212;
  padding: 30px 50px; }
  .contact__cont__title {
    margin-bottom: 15px;
    color: #2c2c2c;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1; }
  .contact__cont__text {
    display: block;
    color: white;
    margin-bottom: 5px; }
    .contact__cont__texta:hover {
      color: white; }

/* contact full */
.contactFull__map {
  margin-bottom: 40px;
  width: 100%;
  height: 500px;
  position: relative; }
  .contactFull__map__inner {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }

.contactFull__form--hide {
  opacity: 0; }

.contactFull__cont {
  position: relative;
  margin-top: -50px;
  box-shadow: 0px 49px 57px 0px rgba(0, 0, 0, 0.004);
  background-color: #121212;
  padding: 30px 30px;
  color: white; }
  .contactFull__cont__row {
    display: block; }
    .contactFull__cont__row:not(:last-child) {
      margin-bottom: 30px; }
  .contactFull__cont__title {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    opacity: 0.1; }

.contactFull__input {
  width: 100%;
  padding: 10px 5px;
  border: none;
  border-bottom: 1px solid #2a2a2a;
  background-color: transparent;
  color: white; }
  .contactFull__input:focus {
    outline: none; }

.contactFull__textarea {
  width: 100%;
  padding: 10px 5px;
  border: none;
  border-bottom: 1px solid #2a2a2a;
  background-color: transparent;
  color: white;
  resize: none; }
  .contactFull__textarea:focus {
    outline: none; }

.contactFull__title {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  opacity: 0.1; }

.contactFull__text {
  display: block;
  color: white;
  margin-bottom: 5px; }

.contactFull__formSuccess {
  display: none;
  padding: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  background: #121212; }

/* contact simple */
.contactSimple__title {
  margin-bottom: 15px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1; }

.contactSimple__text {
  display: block;
  color: white;
  margin-bottom: 5px; }

/* ===================================
    Partner swiper
====================================== */
.partnerSwiper {
  padding: 0 60px; }
  .partnerSwiper .swiper-slide {
    text-align: center; }
    .partnerSwiper .swiper-slide img {
      max-width: 100%;
      height: 40px;
      -o-object-fit: contain;
         object-fit: contain;
      display: inline-block; }
  .partnerSwiper .swiper-wrapper {
    align-items: center; }
  .partnerSwiper .swiper-button-prev {
    left: 0;
    width: 40px;
    background-size: contain;
    background-image: url("../images/icons/arrow_left_white.png");
    background-size: 17px;
    opacity: 0.5;
    transition: all 0.5s ease; }
    .partnerSwiper .swiper-button-prev:hover {
      opacity: 1; }
    .partnerSwiper .swiper-button-prev:focus {
      outline: none; }
  .partnerSwiper .swiper-button-next {
    right: 0;
    width: 40px;
    background-size: contain;
    background-image: url("../images/icons/arrow_right_white.png");
    background-size: 17px;
    opacity: 0.5;
    transition: all 0.5s ease; }
    .partnerSwiper .swiper-button-next:hover {
      opacity: 1; }
    .partnerSwiper .swiper-button-next:focus {
      outline: none; }

/* ===================================
    Video
====================================== */
.video {
  height: 510px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center; }
  .video__btn {
    cursor: pointer;
    background-color: transparent;
    border: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../images/icons/play.png");
    width: 80px;
    height: 80px;
    transition: 0.3s all ease; }
    .video__btn:focus {
      outline: none; }
    .video__btn:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }

.videoSection {
  overflow: hidden;
  position: relative; }
  .videoSection video {
    position: absolute;
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
    z-index: -1; }

/* ===================================
    Consultation
====================================== */
.consultation__img {
  height: 450px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.consultation__success {
  display: none; }

.consultation__form__row:not(:last-child) {
  margin-bottom: 30px; }

.consultation__form__input, .consultation__form__textarea {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  padding: 5px 5px;
  color: white; }
  .consultation__form__input:focus, .consultation__form__textarea:focus {
    outline: none;
    border-color: white; }
  .consultation__form__input::-webkit-input-placeholder, .consultation__form__textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.3); }
  .consultation__form__input::-moz-placeholder, .consultation__form__textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.3); }
  .consultation__form__input:-ms-input-placeholder, .consultation__form__textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.3); }
  .consultation__form__input:-moz-placeholder, .consultation__form__textarea:-moz-placeholder {
    color: rgba(255, 255, 255, 0.3); }

.consultation__form__textarea {
  resize: none; }

.consultation__form__submit {
  padding: 14px 10px;
  width: 150px;
  border: none;
  background-color: transparent;
  background: linear-gradient(45deg, #7e2e96 0%, #d04edd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e2e96', endColorstr='#d04edd',GradientType=1 );
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: center;
  color: white; }
  .consultation__form__submit:focus {
    outline: none; }

.consultation__form__icon {
  max-width: 200px;
  display: block;
  margin: 45px auto 0 auto; }

/* ===================================
    Simple page
====================================== */
.simplePage {
  min-height: 100vh;
  position: relative;
  background-color: #0a0a0a;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .simplePage:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 200;
    background-color: rgba(0, 0, 0, 0.7); }
  .simplePage__bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }
    .simplePage__bg--animation {
      opacity: 0; }
  .simplePage__bgMobile {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; }
  .simplePage__video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .simplePage__top {
    padding-top: 15px;
    z-index: 300;
    position: relative; }
  .simplePage__middle {
    z-index: 300;
    position: relative; }
  .simplePage__bottom {
    z-index: 300;
    position: relative; }
  .simplePage__social {
    padding: 20px 0; }
    .simplePage__social a {
      display: inline-block;
      margin: 10px;
      padding: 5px;
      color: white;
      opacity: 0.5; }
      .simplePage__social a:hover {
        opacity: 0.9; }

/*=============================================
    Swipers
=============================================*/
/* full height swiper */
.fullSwiper {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden; }
  .fullSwiper__slideCont {
    position: relative;
    z-index: 1; }
  .fullSwiper .swiper-slide {
    height: auto; }
  .fullSwiper .swiper-pagination-bullet-active {
    background: #d91048; }

/*=============================================
    Tab
=============================================*/
.tabA .nav.nav-tabs {
  margin-bottom: 30px;
  padding: 0;
  border-bottom: 0;
  align-items: center;
  justify-content: center; }
  .tabA .nav.nav-tabs .nav-link {
    display: inline-block;
    padding: 10px 15px;
    margin: 3px 2px;
    border-radius: 0;
    border: none;
    background-color: #d91048;
    color: white;
    cursor: pointer; }
    .tabA .nav.nav-tabs .nav-link.active {
      background-color: #121212;
      color: #0855dd; }

.accordionA__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 10px;
  background-color: transparent;
  border: none;
  font-size: 18px;
  color: #0855dd; }
  .accordionA__btn:focus {
    outline: none; }
  .accordionA__btn.collapsed .accordionA__icon:before {
    content: "\f067"; }

.accordionA__icon {
  font-size: 18px;
  color: #d91048; }

.accordionA .card {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #191919;
  border-radius: 0; }
  .accordionA .card:last-child .card-header {
    border: none; }

.accordionA .card-header {
  padding: 0; }

.accordionA .card-body {
  color: white; }

.accordionA li + li {
  margin-top: 10px; }

/* ===================================
    Tables
====================================== */
.tableA thead tr th {
  border-top: 0;
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 0; }
  .tableA thead tr th:first-child {
    padding-left: 0; }

.tableA tbody tr:first-child td {
  border-top: 0; }

.tableA tbody tr td {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .tableA tbody tr td:first-child {
    padding-left: 0; }

/* ===================================
    Footer
====================================== */
.footer .navbar-nav-social {
  flex-direction: row;
  align-items: center;
  float: right; }
  .footer .navbar-nav-social li:not(:last-child) {
    margin-right: 14px; }
  .footer .navbar-nav-social a {
    text-decoration: none;
    font-size: 28px;
    color: #ffffff;
    transition: 0.3s;
    }
    .footer .navbar-nav-social a:hover {
      color: #d91048; }
.footer-logo {
  width: 200px;
}
/* ===================================
    Others
====================================== */
/* overlap section */
.overlap-section {
  margin-top: -14%; }

/* title elements */
.titleElements {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 40px;
  text-transform: uppercase;
  color: white;
  font-weight: bold; }

/* potfolio item */
.portfolioItem {
  padding: 15px 15px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background-color: #0b0b0b; }
  .portfolioItem:hover:not(.portfolioItem--noAnimate) .portfolioItem__imgCont__img {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    background-position: left bottom; }
  .portfolioItem:hover .portfolioItem__imgCont__img:before, .portfolioItem:hover .portfolioItem__imgCont__img:after {
    opacity: 1; }
  .portfolioItem:hover .portfolioItem__title {
    color: #0855dd; }
  .portfolioItem--small .portfolioItem__imgCont {
    height: 220px; }
  .portfolioItem__imgCont {
    height: 460px;
    width: 100%; }
    .portfolioItem__imgCont__img {
      position: relative;
      height: 100%;
      width: 100%;
      background-position: left top;
      background-size: 100% auto;
      background-repeat: no-repeat;
      transition: all 3s linear; }
      .portfolioItem__imgCont__img:before, .portfolioItem__imgCont__img:after {
        transition: all 0.5s ease;
        opacity: 0; }
      .portfolioItem__imgCont__img:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 10; }
      .portfolioItem__imgCont__img:after {
        content: attr(data-hover);
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        color: rgba(255, 255, 255, 0.8);
        font-size: 20px;
        z-index: 20;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center; }
  .portfolioItem__title {
    margin-top: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: white;
    text-align: center;
    font-weight: bold; }
    .portfolioItem__title:hover {
      text-decoration: none; }

/* instagram feed */
.instagramFeed ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  text-align: center; }

.instagramFeed li {
  padding: 0 10px 10px 0;
  width: 33.333%;
  box-sizing: border-box;
  display: inline-block; }
  .instagramFeed li img {
    width: 100%; }
  .instagramFeed li figure {
    position: relative;
    overflow: hidden;
    margin-bottom: 0; }

/* link go */
.link-go {
  color: #fff; }
  .link-go--primary {
    color: #d91048; }
  .link-go--secondary {
    color: #0855dd; }
  .link-go i {
    margin-left: 15px;
    color: #d91048;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    transition: all 0.3s ease; }
  .link-go:hover {
    text-decoration: none;
    color: #d91048; }
    .link-go:hover i {
      -webkit-transform: translateX(5px);
              transform: translateX(5px); }
