/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  -o-transition: transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

* {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.3;
  color: #333;
  font-weight: normal; }

h2, h3, h4, h5, h6 {
  color: #232323; }

a {
  text-decoration: none; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px; }

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.99);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px; }
  header li a {
    font-size: 16px;
    padding: 10px;
    color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all linear .1s;
    -o-transition: all linear .1s;
    transition: all linear .1s; }
    header li a:hover {
      background: #00AEF2;
      color: white;
      border-radius: 40px; }
  header .btn {
    margin-left: 20px;
    color: white;
    padding: 10px 30px; }
  header ul {
    padding-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    header ul > * {
      margin-right: 30px; }
  header .item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    header .item-wrap svg {
      fill: #00AEF2;
      margin-right: 20px; }
    header .item-wrap .item > *:first-child svg {
      width: 20px;
      height: 20px; }
    header .item-wrap .item > *:last-child svg {
      width: 20px;
      height: 20px; }
    header .item-wrap .phone {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 5px; }
      header .item-wrap .phone p {
        font-weight: bold; }
    header .item-wrap > *:first-child {
      margin-right: 20px; }

#main h1 {
  font-size: 75px;
  letter-spacing: 5px;
  font-weight: bold; }

#main h3 {
  font-size: 35px;
  font-weight: bold; }

#main .main-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  #main .main-wrap .btn {
    width: 200px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: white;
    margin-top: 40px; }
  #main .main-wrap > * {
    width: 50%; }
  #main .main-wrap .item:first-child > *:first-child {
    height: 100%;
    max-height: 600px;
    padding-left: 40px;
    background: url("/wp-content/themes/mytheme/assets/images/general/car2.jpg");
    background-size: cover;
    background-position: center;
    min-height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #main .main-wrap .item:first-child > *:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 160px;
    background: #F8F8F9;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #main .main-wrap .item:first-child > *:last-child img {
      margin-top: -30px; }
    #main .main-wrap .item:first-child > *:last-child p {
      padding: 20px;
      font-size: 25px; }
  #main .main-wrap .item:last-child > *:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 160px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #EAEAEA; }
  #main .main-wrap .item:last-child > *:first-child {
    min-height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: url("/wp-content/themes/mytheme/assets/images/general/car.jpg");
    background-size: cover;
    background-position: center;
    padding-right: 40px; }

.btn {
  background: #00AEF2;
  border-radius: 100px; }
  .btn:hover {
    background: #32BCF2; }

.slider.owl-carousel .owl-stage-outer .owl-stage {
  height: 100%; }

.slider.owl-carousel .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 100%; }

.slider.owl-carousel .owl-item img {
  width: 60px; }

.circle {
  border: 1px solid #C1C1C1;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2; }
.ff-message-success{
  background: white;
}
#info {
  padding: 100px 0; }
  #info svg {
    width: 40px;
    height: 40px;
    fill: white; }
  #info .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #info .container > * {
      width: 33.3%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #info .container > * p {
        padding: 20px 50px;
        max-width: 250px;
        text-align: center; }
      #info .container > *:not(:last-child) .circle::before {
        content: '';
        position: absolute;
        width: 300px;
        border-top: 2px dashed #C1C1C1;
        left: 100%;
        z-index: -1;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }

.circle-inside {
  background: #7A7A7A;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px; }

.types-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .types-wrap .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .types-wrap svg {
    fill: #00AEF2;
    width: 12px;
    height: 12px;
    margin-right: 10px; }
  .types-wrap > * {
    width: 33.3%;
    padding-left: 20px; }

#types {
  background-color: #F8F8F9;
  background-image: url("/wp-content/themes/mytheme/assets/images/general/people.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 100px 0; }

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 100px; }
  .title h2 {
    font-size: 40px; }
  .title svg {
    fill: #D8D8D8;
    width: 100px;
    height: 100px;
    margin-right: 20px; }

#advantages {
  padding: 100px 0; }

.advantages-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .advantages-wrap img {
    width: 60px;
    min-width: 60px;
    margin-right: 20px; }
  .advantages-wrap > * {
    width: 33.3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .advantages-wrap p {
    padding-right: 20px; }

#about {
  padding: 100px 0;
  background: #F8F8F9;
  position: relative;
  overflow: hidden; }
  #about img.wrench {
    position: absolute;
    bottom: 0;
    right: 0; }

.about-slider .item {
  height: 300px; }
  .about-slider .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.about-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 80px; }
  .about-wrap > *:first-child {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .about-wrap > *:first-child p {
      font-size: 20px;
      margin-top: 10px;
      text-transform: uppercase; }
  .about-wrap > *:last-child {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: #D3D5D6;
  margin-right: 20px;
  position: relative; }

.owl-carousel button.owl-dot.active {
  background: #00AEF2; }
  .owl-carousel button.owl-dot.active::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border: 1px solid #00AEF2;
    border-radius: 50px;
    left: -3px;
    top: -3px; }

#reviews, #contact {
  padding: 100px 0; }

.reviews-slider .item {
  padding: 0 40px; }

.reviews-slider svg {
  width: 30px;
  height: 30px;
  fill: #00AEF2; }

#contact {
  background: url("/wp-content/themes/mytheme/assets/images/general/wheel.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: #F8F8F9; }
  #contact .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }
    #contact .item p {
      font-size: 20px; }
  #contact .block svg {
    width: 20px;
    height: 20px;
    fill: #00AEF2;
 }
 #contact .block .item > *:first-child{
  margin-right: 20px;
  width:30px;
 }

#help {
  background: url("/wp-content/themes/mytheme/assets/images/general/wheel2.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-color: #F8F8F9;
  padding-bottom: 100px; }
  #help .item {
    width: 50%;
    margin-left: auto;
    text-align: center; }
  #help h5 {
    font-size: 25px; }
  #help h6 {
    font-size: 20px; }

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  form > * {
 width:100%;}
  form input {
    padding: 10px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%; }

#map iframe {
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 0;
  background: #171717; }
  footer .politic {
    text-decoration: underline;
    margin-bottom: 20px; }
  footer > *   {
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-weight: 300; }
footer a{
  color:rgba(255,255,255,.7);
  text-decoration: underline;
}
.name {
  font-weight: bold;
  margin-top: 20px;
  font-style: italic; }

.popup, form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.popup {
  max-width: 500px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  padding: 40px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); }
  .popup h6 {
    font-size: 20px; }
  .popup form {
    width: 100%; }
  .popup input {
    width: 100%; }
.fluentform *{
  text-align: left;
}
.whatsapp{
  width:30px;
  height: 30px;
}
#help .btn, .popup .btn {
  width: 200px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  margin: 0 auto; }

.hamburger {
  padding: 15px 15px;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger.is-active:hover {
  opacity: 0.7; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }

.hamburger--3dx.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger {
  display: none;
  position: relative;
  z-index: 11; }

.menu-mobile {
  position: fixed;
  left: auto;
  right: -2000px;
  top: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.99);
  -webkit-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.menu-mobile.active-nav {
  right: 0;
  width: 100%; }

.menu-mobile ul {
  width: 100%;
  height: 100%;
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .menu-mobile ul li {
    width: 100%; }
  .menu-mobile ul a {
    padding: 20px;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

@media screen and (max-width: 1200px) {
  header ul {
    display: none; }
  .hamburger {
    display: block; }
  header .item-wrap {
    margin-left: auto; }
  #main h1 {
    font-size: 55px; }
  .advantages-wrap > * {
    width: 50%; }
  #contact {
    background-size: 900px; } }

@media screen and (max-width: 992px) {
  #main .main-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  #main .main-wrap > * {
    width: 100%; }
  #main .main-wrap .item:last-child > *:first-child {
    display: none; }
  .circle {
    width: 160px;
    height: 160px; }
  #info .container > *:not(:last-child) .circle::before {
    width: 100px; }
  #info .container > * p {
    padding: 20px; }
  .types-wrap > * {
    width: 100%; }
  .about-wrap > *:first-child {
    width: 100%; }
  .about-wrap > *:last-child {
    width: 100%;
    margin-top: 30px; }
  #contact {
    background-size: 600px; }
  #info, #types, #advantages, #about, #reviews, #contact {
    padding: 60px 0; } }

@media screen and (max-width: 768px) {
  .popup *{
    width:100%;
  }
  #main .main-wrap .item:first-child > *:last-child {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto; }
  #info .container > * {
    width: 100%; }
  .advantages-wrap > * {
    width: 100%; }
  #help .item {
    width: 100%; }
  #main .main-wrap .item:first-child > *:first-child {
    padding-left: 15px;
    padding-right: 15px; }
  #main h1 {
    font-size: 35px;
    text-align: center; }
  #main h3 {
    font-size: 25px;
    text-align: center; }
  header {
    height: auto; }
  header .item-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  header .btn {
    display: none; }
  #info .container > *:not(:last-child) .circle::before {
    display: none; }
  .advantages-wrap > * {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .advantages-wrap img {
    margin-bottom: 30px;
    margin-right: 0; }
  .advantages-wrap p {
    padding: 0;
    width:100%;
    text-align: center; }
  .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 60px; }
    .title h2 {
      font-size: 30px; }
  #main .main-wrap .item:first-child > *:last-child img {
    margin: 0 auto; }
  #main .main-wrap .btn {
    margin: 30px auto 0 auto; }
  #contact {
    padding-bottom: 300px; }
  .about-wrap > *:first-child img {
    width: 200px; }
  .about-slider .item {
    height: 250px; }
  #contact {
    background-size: 500px; }
  .reviews-slider .item {
    padding: 0; }
  .types-wrap > * {
    padding: 0; }
  #types {
    background-size: 400px;
    padding-bottom: 300px; }
  header .item-wrap > *:first-child {
    margin-right: 0; }
  header .item-wrap {
    padding-right: 15px; }
  .container {
    max-width: 320px;
    padding: 0 15px; }
  #main .main-wrap .item:first-child > *:last-child p {
    text-align: center;
    font-size: 20px;
    width: 100%; }
  footer > * {
    padding: 0;
    width:100%;
    text-align: center; } }

