* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.phone-show {
  display: none; }

a {
  text-decoration: none;
  color: #000; }

ul {
  list-style: none; }

table {
  width: 100%; }

td {
  border: 1px solid #CCC;
  padding: 5px; }

img {
  width: auto;
  height: auto; }

.fluid {
  width: 100%; }

.container {
  width: 1200px;
  margin: 0 auto; }

.flex {
  display: flex; }

.column {
  flex-direction: column; }

.between {
  justify-content: space-between; }

.around {
  justify-content: space-around; }

.center {
  justify-content: center; }

.align-center {
  align-items: center; }

.align-start {
  align-items: flex-start; }

.align-end {
  align-items: flex-end; }

.end {
  justify-content: flex-end; }

.start {
  justify-content: flex-start; }

.wrap {
  flex-wrap: wrap; }

@font-face {
  font-family: 'Rubik-Black';
  src: url("../fonts/Rubik-Black.ttf"); }
@font-face {
  font-family: 'Rubik-Bold';
  src: url("../fonts/Rubik-Bold.ttf"); }
@font-face {
  font-family: 'Rubik-Light';
  src: url("../fonts/Rubik-Light.ttf"); }
@font-face {
  font-family: 'Rubik-Medium';
  src: url("../fonts/Rubik-Medium.ttf"); }
@font-face {
  font-family: 'Rubik-Regular';
  src: url("../fonts/Rubik-Regular.ttf"); }
@font-face {
  font-family: 'Ermilov-bold';
  src: url("../fonts/Ermilov-bold.otf"); }
.green {
  background: #0FA327;
  color: #FFF; }

* {
  font-family: 'Rubik-Regular'; }

.phone-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 50px;
  background: #0FA327;
  color: #FFF;
  overflow: auto;
  z-index: 777;
  transform: scale(0);
  display: flex;
  justify-content: center;
  padding: 25px; }
  .phone-menu ul {
    padding-top: 30px; }
    .phone-menu ul li {
      margin-bottom: 20px;
      width: 100%;
      text-align: center; }
      .phone-menu ul li a {
        font-size: 16px;
        font-family: 'Rubik-Medium'; }
      .phone-menu ul li .callme {
        width: 80%;
        height: 45px;
        border: 2px solid #000;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        margin: 0 auto; }

.default-btn {
  display: flex;
  border: none;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  transition: .5s; }
  .default-btn:hover {
    background: #096d1a; }

.number-box {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  background: linear-gradient(to top, #617c96, #7394b2, #c3d5e4);
  border: 2px solid #647c95;
  border-radius: 5px;
  font-size: 16px;
  font-family: 'Ermilov-bold'; }

nav {
  height: 100px;
  background: url("../img/nav_auto.png") no-repeat, #FFFFFF;
  background-size: 3%;
  background-position: -100px 80px;
  border-bottom: 1px solid #CCCCCC;
  position: sticky;
  top: 0;
  z-index: 555;
  color: #FFF; }
  nav .nav {
    display: flex;
    gap: 20px; }
    nav .nav a {
      font-family: 'Rubik-Medium';
      color: #000; }
    nav .nav i {
      font-size: 12px; }
  nav .logo {
    height: 80px;
    overflow: hidden; }
    nav .logo img {
      height: 60px; }
  nav .call-box {
    gap: 15px; }
    nav .call-box a {
      font-family: 'Rubik-Bold';
      color: #000; }
    nav .call-box .callme {
      display: flex;
      padding: 10px 15px;
      border: 1px solid #000;
      border-radius: 4px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      font-family: 'Ermilov-bold';
      font-weight: 300;
      text-transform: uppercase;
      font-size: 15px; }
      nav .call-box .callme:hover {
        background: #0FA327;
        color: #FFF;
        transition: .5s; }
  nav div {
    height: 100px;
    display: flex;
    align-items: center; }

.main-hamb i {
  font-size: 25px; }
  .main-hamb i:hover {
    color: #000;
    cursor: pointer; }
.main-hamb .sub {
  display: none;
  width: 400px;
  position: absolute;
  padding: 10px;
  background: #FFF;
  z-index: 666;
  margin-top: 0px;
  box-shadow: 0px 10px 15px #000;
  overflow: hidden; }
  .main-hamb .sub li {
    width: 100%;
    border-bottom: 1px solid #CCC; }
    .main-hamb .sub li a {
      display: flex;
      padding: 10px 10px;
      color: #000; }
      .main-hamb .sub li a:hover {
        background: #0FA327FF; }
  .main-hamb .sub li:last-of-type {
    border: none; }
.main-hamb .active {
  font-family: 'Rubik-Medium';
  color: #000; }
.main-hamb .active:hover .sub {
  display: block; }

.head-1 {
  height: 85vh;
  background: url("../img/home_head_bg.png") no-repeat;
  background-size: auto 100%;
  background-position: right bottom; }
  .head-1 .content {
    width: 60%;
    height: 85vh;
    gap: 20px; }
    .head-1 .content h1 {
      font-family: 'Ermilov-bold';
      font-size: 55px;
      text-transform: uppercase; }
    .head-1 .content ul {
      gap: 15px; }
      .head-1 .content ul li {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 5px 0;
        border-bottom: 1px solid #ececec; }
        .head-1 .content ul li span {
          font-family: 'Rubik-Medium'; }
    .head-1 .content .default-btn {
      text-transform: uppercase;
      font-family: 'Ermilov-bold';
      font-size: 17px;
      font-weight: 100;
      padding: 15px 25px; }

.head-2 {
  height: 85vh;
  background: url("../img/fura_head_bg.png") no-repeat;
  background-size: auto 80%;
  background-position: right bottom; }

.head-3 {
  height: 85vh;
  background: url("../img/be_head_bg.png") no-repeat;
  background-size: auto 80%;
  background-position: right bottom; }

.head-4 {
  height: 85vh;
  background: url("../img/d_head_bg.png") no-repeat;
  background-size: auto 90%;
  background-position: right bottom; }

.query {
  background: #0FA327;
  color: #FFF; }
  .query .container {
    padding-top: 50px;
    padding-bottom: 50px;
    gap: 3%; }
  .query .left {
    width: 25%;
    display: flex;
    align-items: center;
    overflow: hidden; }
    .query .left img {
      width: 70%; }
  .query .right {
    width: 67%;
    gap: 20px; }
    .query .right h2 {
      text-transform: uppercase;
      color: #FFF;
      width: 100%; }
    .query .right form {
      align-items: center;
      gap: 15px; }
      .query .right form div {
        display: flex;
        width: 40%;
        flex-direction: column;
        justify-content: space-between;
        min-height: 60px; }
        .query .right form div label {
          color: #FFF;
          font-size: 14px; }
        .query .right form div input {
          width: 100%;
          height: 40px;
          border-radius: 3px;
          border: none;
          padding: 3px;
          padding-left: 10px; }
        .query .right form div .default-btn {
          background: #000;
          padding: 0 25px;
          height: 40px;
          color: #FFF;
          font-size: 13px;
          font-family: 'Ermilov-bold';
          width: max-content; }
          .query .right form div .default-btn:hover {
            background: darkgreen;
            color: #FFFFFF;
            cursor: pointer; }
      .query .right form div:last-of-type {
        width: 20%;
        justify-content: flex-end; }

.title-kpp .container {
  padding-top: 50px;
  padding-bottom: 50px; }
  .title-kpp .container > div:first-of-type {
    width: 75%; }
    .title-kpp .container > div:first-of-type h1 {
      font-family: 'Ermilov-bold';
      font-size: 55px;
      text-transform: uppercase;
      margin-bottom: 15px; }
    .title-kpp .container > div:first-of-type h3 {
      color: darkgray;
      font-size: 25px;
      text-transform: uppercase;
      font-family: 'Rubik-Medium'; }
  .title-kpp .container > div:last-of-type {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end; }
    .title-kpp .container > div:last-of-type > a {
      display: flex;
      height: 50px;
      overflow: hidden; }
      .title-kpp .container > div:last-of-type > a img {
        height: 50px; }
    .title-kpp .container > div:last-of-type .switcher-box {
      width: 90%;
      height: 40px;
      background: #000;
      border-radius: 20px;
      display: flex;
      justify-content: space-around;
      padding: 3px;
      gap: 4px; }
      .title-kpp .container > div:last-of-type .switcher-box button {
        transition: 1s;
        width: 48%;
        background: none;
        border: none;
        color: #CCCCCC;
        height: 34px;
        border-radius: 18px;
        font-size: 16px;
        font-family: 'Ermilov-bold'; }
      .title-kpp .container > div:last-of-type .switcher-box .active {
        background: #0FA327;
        color: #FFF; }

.tarif .container {
  gap: 2.6%;
  padding-bottom: 50px; }
  .tarif .container > div {
    width: 23%;
    min-height: 500px;
    border: 1px solid #c1c1c1;
    border-radius: 10px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .tarif .container > div h2 {
      width: 100%;
      text-align: center;
      text-transform: uppercase;
      font-size: 20px;
      font-family: 'Ermilov-bold';
      margin-bottom: 15px; }
    .tarif .container > div p {
      width: 100%;
      text-align: center;
      color: #797979; }
    .tarif .container > div del {
      font-size: 23px;
      color: #797979;
      text-align: center;
      font-family: 'Ermilov-bold';
      width: 100%;
      display: block;
      margin-top: 20px; }
    .tarif .container > div h1 {
      color: #0FA327;
      font-family: 'Ermilov-bold';
      font-size: 34px;
      width: 100%;
      text-align: center;
      margin-bottom: 10px; }
    .tarif .container > div h3 {
      color: #24bb3d;
      font-family: 'Ermilov-bold';
      font-size: 18px;
      width: 100%;
      text-align: center;
      margin-bottom: 20px; }
    .tarif .container > div ul li {
      margin-bottom: 15px;
      font-size: 16px;
      padding-bottom: 5px;
      border-bottom: 1px solid #CCCCCC;
      padding-left: 20px;
      background: url("../img/icons/check-green.png") no-repeat left center;
      background-size: 16px; }
    .tarif .container > div .sn {
      width: 100%;
      color: #CCC;
      font-size: 11px;
      margin-bottom: 20px; }
    .tarif .container > div .default-btn {
      background: #0FA327;
      color: #FFFFFF;
      font-family: 'Ermilov-bold';
      margin-top: 20px; }
      .tarif .container > div .default-btn:hover {
        background: #000;
        color: #FFFFFF; }
    .tarif .container > div .car {
      height: 115px;
      overflow: hidden;
      width: 100%;
      align-content: flex-end;
      align-items: flex-end; }
      .tarif .container > div .car img {
        width: 60%;
        height: auto !important; }

.tarif-drive .container {
  padding-top: 50px;
  padding-bottom: 50px; }
  .tarif-drive .container .list .item {
    width: 30%;
    height: 340px;
    border-radius: 25px;
    border: 2px solid #cecece;
    gap: 20px; }
    .tarif-drive .container .list .item h2 {
      text-transform: uppercase;
      font-family: 'Ermilov-bold';
      font-size: 22px; }
    .tarif-drive .container .list .item p {
      font-size: 14px; }
    .tarif-drive .container .list .item h1 {
      font-family: 'Ermilov-bold';
      font-size: 20px;
      color: #0FA327; }
    .tarif-drive .container .list .item .default-btn {
      border: 2px solid #333;
      font-family: 'Ermilov-bold';
      font-size: 15px;
      text-transform: uppercase;
      color: #363636; }
  .tarif-drive .container .list .active {
    background: #0FA327;
    border: 2px solid #000; }
    .tarif-drive .container .list .active h2 {
      color: #FFF; }
    .tarif-drive .container .list .active p {
      color: #FFF; }
    .tarif-drive .container .list .active h1 {
      color: #FFF; }
    .tarif-drive .container .list .active .default-btn {
      border: 2px solid #FFF;
      color: #FFF; }
  .tarif-drive .container .car {
    height: 300px;
    overflow: hidden;
    position: relative;
    margin-top: 30px; }
    .tarif-drive .container .car > div {
      position: absolute;
      left: -200px;
      top: 50px;
      height: 250px; }
      .tarif-drive .container .car > div .auto {
        height: 250px; }
      .tarif-drive .container .car > div .forw {
        position: absolute;
        z-index: 333;
        right: 95px;
        bottom: 44px;
        width: 70px;
        height: 70px; }
      .tarif-drive .container .car > div .back {
        width: 70px;
        height: 70px;
        left: 102px;
        bottom: 45px;
        z-index: 333;
        position: absolute; }
  .tarif-drive .container .car3 > div {
    position: absolute;
    left: -200px;
    top: 50px;
    height: 250px; }
    .tarif-drive .container .car3 > div .auto {
      height: 250px; }
    .tarif-drive .container .car3 > div .forw {
      right: 66px;
      bottom: 52px;
      width: 75px;
      height: 75px; }
    .tarif-drive .container .car3 > div .back {
      width: 75px;
      height: 75px;
      left: 62px;
      bottom: 51px; }
  .tarif-drive .container .fura > div .forw {
    position: absolute;
    z-index: 333;
    right: 87px;
    bottom: 17px;
    width: 40px;
    height: 40px; }
  .tarif-drive .container .fura > div .middle {
    position: absolute;
    z-index: 333;
    left: 217px;
    bottom: 16px;
    width: 40px;
    height: 40px; }
  .tarif-drive .container .fura > div .back {
    width: 40px;
    height: 40px;
    left: 130px;
    bottom: 16px; }
  .tarif-drive .container .juke > div .forw {
    position: absolute;
    z-index: 333;
    right: 38px;
    bottom: 48px;
    width: 40px;
    height: 40px; }
  .tarif-drive .container .juke > div .middle {
    position: absolute;
    z-index: 333;
    left: 621px;
    bottom: 48px;
    width: 40px;
    height: 40px; }
  .tarif-drive .container .juke > div .back {
    width: 40px;
    height: 40px;
    left: 192px;
    bottom: 47px; }
  .tarif-drive .container .bus > div {
    position: absolute;
    left: -200px;
    top: 0px;
    height: 300px; }
    .tarif-drive .container .bus > div .auto {
      height: 300px; }
    .tarif-drive .container .bus > div .forw {
      right: 135px;
      bottom: 21px;
      width: 35px;
      height: 35px; }
    .tarif-drive .container .bus > div .back {
      width: 35px;
      height: 35px;
      left: 180px;
      bottom: 21px; }

@keyframes wheel {
  to {
    transform: rotate(360deg); } }
@keyframes wheelBack {
  to {
    transform: rotate(-360deg); } }
.docs-example {
  margin-bottom: 50px; }
  .docs-example .container {
    padding-top: 50px;
    padding-bottom: 50px; }
    .docs-example .container .top {
      margin-bottom: 30px; }
      .docs-example .container .top h3 {
        font-family: 'Ermilov-bold';
        font-size: 25px;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        margin-top: 15px; }
    .docs-example .container .middle {
      margin-bottom: 30px; }
      .docs-example .container .middle h3 {
        font-family: 'Ermilov-bold';
        font-size: 25px;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        margin-top: 15px; }
    .docs-example .container .docs {
      flex-wrap: wrap; }
      .docs-example .container .docs .item {
        width: 50%;
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .docs-example .container .docs .item h4 {
          margin-bottom: 20px;
          width: 65%;
          display: flex;
          align-items: center;
          gap: 10px;
          color: #585858; }
    .docs-example .container .periods {
      height: 330px;
      background: url("../img/dashed_line.png");
      background-repeat: repeat-x;
      background-position: center center;
      gap: 5%; }
      .docs-example .container .periods > div {
        width: 17%;
        height: 180px;
        gap: 15px; }
        .docs-example .container .periods > div .number-box {
          width: 50px;
          height: 50px;
          font-size: 27px; }
        .docs-example .container .periods > div .active {
          background: linear-gradient(to top, #175c4d, #2f7f6e, #a6f1d3);
          border: 2px solid #2f7f6e; }
      .docs-example .container .periods .text-bottom {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        transform: translate(0, 66px); }
      .docs-example .container .periods .text-top {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        transform: translate(0, -66px); }
    .docs-example .container .car {
      overflow: hidden;
      position: relative;
      height: 250px; }
      .docs-example .container .car .jeep {
        position: absolute;
        height: 280px;
        left: 0; }
        .docs-example .container .car .jeep .forw {
          width: 42px;
          height: 42px;
          position: absolute;
          right: 46px;
          bottom: 80px;
          z-index: 333; }
        .docs-example .container .car .jeep .back {
          width: 42px;
          height: 42px;
          position: absolute;
          left: 69px;
          bottom: 78px;
          z-index: 333; }
        .docs-example .container .car .jeep .auto {
          height: 280px; }
      .docs-example .container .car .porshe .forw {
        width: 63px;
        height: 63px;
        right: 65px;
        bottom: 106px; }
      .docs-example .container .car .porshe .back {
        width: 63px;
        height: 63px;
        left: 61px;
        bottom: 108px; }
      .docs-example .container .car .porshe .auto {
        height: 220px;
        width: 490px; }
      .docs-example .container .car .fura2 .forw {
        width: 42px;
        height: 42px;
        position: absolute;
        right: 106px;
        bottom: 53px;
        z-index: 333; }
      .docs-example .container .car .fura2 .middle1 {
        width: 42px;
        height: 42px;
        position: absolute;
        right: 340px;
        bottom: 51px;
        z-index: 333; }
      .docs-example .container .car .fura2 .middle2 {
        width: 42px;
        height: 42px;
        position: absolute;
        right: 639px;
        bottom: 51px;
        z-index: 333; }
      .docs-example .container .car .fura2 .middle3 {
        width: 42px;
        height: 42px;
        position: absolute;
        right: 699px;
        bottom: 51px;
        z-index: 333; }
      .docs-example .container .car .fura2 .back {
        width: 42px;
        height: 42px;
        position: absolute;
        left: 132px;
        bottom: 52px;
        z-index: 333; }
      .docs-example .container .car .fura2 .auto {
        height: 280px; }
      .docs-example .container .car .pickup .forw {
        width: 44px;
        height: 44px;
        position: absolute;
        right: 39px;
        bottom: 72px;
        z-index: 333; }
      .docs-example .container .car .pickup .middle1 {
        width: 44px;
        height: 44px;
        position: absolute;
        right: 274px;
        bottom: 72px;
        z-index: 333; }
      .docs-example .container .car .pickup .middle2 {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 597px;
        bottom: 76px;
        z-index: 333; }
      .docs-example .container .car .pickup .back {
        width: 30px;
        height: 30px;
        position: absolute;
        left: 112px;
        bottom: 74px;
        z-index: 333; }
      .docs-example .container .car .pickup .auto {
        height: 280px; }
      .docs-example .container .car .microbus .forw {
        width: 40px;
        height: 40px;
        right: 67px;
        bottom: 82px; }
      .docs-example .container .car .microbus .back {
        width: 40px;
        height: 40px;
        left: 75px;
        bottom: 85px; }
      .docs-example .container .car .microbus .auto {
        height: 220px;
        width: auto; }

.autopark {
  margin-bottom: 100px; }
  .autopark .container {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative; }
    .autopark .container .left {
      position: absolute;
      left: -25px;
      top: 30%;
      display: flex;
      width: 50px;
      height: 50px;
      justify-content: center;
      align-items: center;
      background: #0FA327;
      color: #fff;
      border-radius: 50%;
      z-index: 333; }
    .autopark .container .right {
      position: absolute;
      right: -25px;
      top: 30%;
      display: flex;
      width: 50px;
      height: 50px;
      justify-content: center;
      align-items: center;
      background: #0FA327;
      color: #fff;
      border-radius: 50%;
      z-index: 333; }
    .autopark .container .carousel {
      height: 250px;
      overflow: hidden; }
      .autopark .container .carousel .line {
        width: 10200px;
        height: 250px;
        display: flex;
        gap: 30px; }
        .autopark .container .carousel .line > div {
          width: 380px;
          height: 250px;
          border: 1px solid #CCC;
          border-radius: 5px;
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          align-items: center;
          overflow: hidden; }
          .autopark .container .carousel .line > div h3 {
            margin-top: 20px;
            width: 100%;
            padding: 0 20px;
            font-size: 18px;
            font-family: 'Ermilov-bold';
            text-transform: uppercase;
            margin-bottom: 10px; }
          .autopark .container .carousel .line > div p {
            width: 100%;
            color: #9e9e9e;
            display: flex;
            padding: 0 20px;
            justify-content: space-between; }
          .autopark .container .carousel .line > div img {
            width: 80%; }

.autopark-height {
  margin-bottom: 100px; }
  .autopark-height .container {
    padding-bottom: 50px;
    position: relative; }
    .autopark-height .container .left {
      position: absolute;
      left: -25px;
      top: 30%;
      display: flex;
      width: 50px;
      height: 50px;
      justify-content: center;
      align-items: center;
      background: #0FA327;
      color: #fff;
      border-radius: 50%;
      z-index: 333; }
    .autopark-height .container .right {
      position: absolute;
      right: -25px;
      top: 30%;
      display: flex;
      width: 50px;
      height: 50px;
      justify-content: center;
      align-items: center;
      background: #0FA327;
      color: #fff;
      border-radius: 50%;
      z-index: 333; }
    .autopark-height .container .carousel {
      height: 430px;
      overflow: hidden; }
      .autopark-height .container .carousel .line {
        width: 1200px;
        height: 430px;
        display: flex;
        gap: 30px; }
        .autopark-height .container .carousel .line > div {
          padding-top: 20px;
          width: 380px;
          border: 1px solid #CCC;
          border-radius: 5px;
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          align-items: center;
          overflow: hidden; }
          .autopark-height .container .carousel .line > div h3 {
            margin-top: 20px;
            width: 100%;
            padding: 0 20px;
            font-size: 18px;
            font-family: 'Ermilov-bold';
            text-transform: uppercase;
            margin-bottom: 10px; }
          .autopark-height .container .carousel .line > div p {
            width: 100%;
            color: #9e9e9e;
            display: flex;
            padding: 0 20px;
            justify-content: space-between; }
          .autopark-height .container .carousel .line > div img {
            width: 80%; }

.be-driver {
  position: relative;
  margin-bottom: 50px; }
  .be-driver .container {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    min-height: 685px; }
    .be-driver .container .audi {
      position: absolute;
      bottom: 0;
      left: -144px;
      z-index: 222; }
  .be-driver .be {
    gap: 2%; }
    .be-driver .be .left {
      width: 70%;
      height: 465px;
      border-radius: 20px;
      background: url("../img/be-driver-bg.png") no-repeat, #0FA327;
      background-size: auto 57%;
      background-position: right top;
      padding: 30px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 20px; }
      .be-driver .be .left > h1 {
        font-size: 57px;
        color: #FFF;
        font-family: 'Ermilov-bold';
        text-transform: uppercase; }
      .be-driver .be .left > h3 {
        font-size: 25px;
        color: #FFF;
        font-family: 'Ermilov-bold'; }
      .be-driver .be .left .list {
        padding-left: 50px; }
        .be-driver .be .left .list div {
          width: 45%;
          min-height: 100px;
          display: flex;
          align-items: center;
          gap: 15px; }
          .be-driver .be .left .list div h3 {
            font-family: 'Rubik-Regular';
            color: #FFF;
            font-size: 23px; }
    .be-driver .be .right {
      width: 28%;
      height: 500px;
      display: flex;
      flex-direction: column;
      gap: 25px; }
      .be-driver .be .right_top {
        width: 100%;
        background: #0FA327;
        height: 75px;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        .be-driver .be .right_top h3 {
          color: #FFFFFF;
          font-family: 'Ermilov-bold';
          font-size: 22px; }
      .be-driver .be .right_bottom {
        width: 100%;
        height: 365px;
        background: #0FA327;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: center;
        align-items: center;
        padding: 30px; }
        .be-driver .be .right_bottom > div {
          width: 100%; }
          .be-driver .be .right_bottom > div input {
            width: 100%;
            height: 40px;
            border-radius: 3px;
            padding: 3px;
            padding-left: 10px;
            border: none; }
          .be-driver .be .right_bottom > div p {
            color: #FFFFFF;
            opacity: 0.7;
            font-size: 12px;
            margin-bottom: 10px; }
          .be-driver .be .right_bottom > div .default-btn {
            background: #000;
            color: #FFF;
            text-transform: uppercase;
            font-size: 15px;
            height: 40px;
            width: 100%;
            font-family: 'Ermilov-bold';
            cursor: pointer; }
            .be-driver .be .right_bottom > div .default-btn:hover {
              background: #FFF;
              color: #000000;
              border: 2px solid darkgreen; }
        .be-driver .be .right_bottom h3 {
          color: #FFFFFF; }

.filial .container {
  padding-top: 50px;
  padding-bottom: 50px;
  justify-content: space-around; }
  .filial .container > div {
    width: 25%;
    border: 2px solid #000000;
    border-radius: 20px;
    height: 300px;
    gap: 10px;
    transition: .5s; }
    .filial .container > div p:first-of-type {
      margin-bottom: 20px; }
    .filial .container > div p {
      font-size: 16px;
      font-family: 'Rubik-Medium'; }
    .filial .container > div:hover {
      background: #0FA327;
      color: #FFFFFF; }

.map {
  height: 700px;
  background: lightgrey;
  margin-top: 50px;
  margin-bottom: 50px; }
  .map iframe {
    width: 100%;
    height: inherit; }

.questions .container {
  padding-top: 50px;
  padding-bottom: 50px; }
  .questions .container .left {
    width: 35%; }
    .questions .container .left .photo {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
      position: sticky;
      top: 120px;
      transition: 1s; }
      .questions .container .left .photo img {
        width: 100%; }
  .questions .container .right {
    width: 65%;
    padding-left: 30px; }
    .questions .container .right .item {
      width: 100%;
      border-top: 1px solid #CCCCCC;
      padding-top: 15px;
      padding-bottom: 0px; }
      .questions .container .right .item .title {
        width: 100%;
        justify-content: space-between;
        margin-bottom: 20px;
        text-transform: uppercase; }
        .questions .container .right .item .title h3 {
          width: 90%; }
        .questions .container .right .item .title .quad {
          width: 30px;
          height: 30px;
          margin-top: 0px; }
          .questions .container .right .item .title .quad i {
            color: #0FA327;
            font-size: 25px; }
      .questions .container .right .item .text {
        width: 90%;
        padding-bottom: 20px; }

.driver_b {
  background: url("../img/merc_bg.png") no-repeat;
  background-position: right bottom;
  background-size: 20% auto; }
  .driver_b .container {
    padding-top: 50px;
    padding-bottom: 50px; }
    .driver_b .container > h2 {
      font-size: 25px;
      text-transform: uppercase;
      width: 100%;
      text-align: center;
      margin-bottom: 20px; }
    .driver_b .container > button {
      margin: 0 auto;
      width: 30%;
      height: 50px;
      background: #0FA327;
      color: #FFF;
      text-transform: uppercase;
      margin-bottom: 100px;
      cursor: pointer; }
      .driver_b .container > button:hover {
        background: #000000; }
    .driver_b .container .left {
      width: 48%;
      padding: 25px; }
      .driver_b .container .left h3 {
        width: 100%;
        text-align: center;
        font-size: 24px;
        margin-bottom: 30px; }
      .driver_b .container .left ul li {
        margin-bottom: 20px;
        padding-left: 20px;
        background: url("../img/icons/check-green.png") no-repeat left center; }
    .driver_b .container .right {
      width: 48%;
      padding: 25px; }
      .driver_b .container .right h3 {
        width: 100%;
        text-align: center;
        font-size: 24px;
        margin-bottom: 30px; }
      .driver_b .container .right ul li {
        margin-bottom: 20px;
        padding-left: 20px;
        background: url("../img/icons/check-green.png") no-repeat left center; }

.tabs-box .info {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 50px; }
.tabs-box .header {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-around; }
  .tabs-box .header .header-tab {
    cursor: pointer;
    height: 50px;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: .3s;
    font-family: 'Ermilov-bold'; }
    .tabs-box .header .header-tab:hover {
      background: #000;
      color: #FFF; }
  .tabs-box .header .active {
    background: #0FA327;
    color: #FFF; }
.tabs-box .tabcontent {
  width: 100%;
  padding: 10px;
  transition: 0.3s;
  min-height: 300px; }
.tabs-box .tabcontent .description:after {
  content: '';
  display: block;
  width: 0%;
  height: 3px;
  background-color: #c78030;
  margin-top: 30px; }
.tabs-box .tabcontent .description {
  margin-top: 30px;
  font-weight: 300;
  padding-right: 20px; }
.tabs-box .info .hide {
  display: none; }
.tabs-box .info .show {
  display: flex; }

.tab_description .left {
  width: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center; }
  .tab_description .left img {
    width: 100%; }
.tab_description .right {
  width: 50%;
  padding: 0 15px; }
  .tab_description .right .icons {
    height: 100px; }
    .tab_description .right .icons div {
      width: 33%;
      align-content: flex-start;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-direction: column; }
  .tab_description .right .list {
    margin-top: 30px;
    margin-bottom: 30px; }
    .tab_description .right .list li {
      margin-bottom: 15px;
      padding-left: 30px;
      background: url("../img/icons/green_bg_checked.png") no-repeat left center;
      background-size: auto 90%; }
  .tab_description .right .shedule {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    width: 100%;
    text-align: center; }
    .tab_description .right .shedule h4:nth-child(2) {
      color: #0FA327; }

.popup-box {
  width: 60%;
  height: 80%;
  background: url("../img/popup_bg.png") no-repeat left top, #0FA327;
  position: fixed;
  z-index: 999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 25px #000;
  border-radius: 25px;
  border: 1px solid #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFFFFF; }
  .popup-box form {
    width: 70%;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px; }
    .popup-box form div {
      width: 100%; }
      .popup-box form div input {
        width: 100%;
        height: 45px;
        border-radius: 5px;
        border: none;
        padding-left: 15px; }
      .popup-box form div button {
        width: 100%;
        height: 45px;
        background: #000;
        color: #FFF;
        font-family: 'Ermilov-bold';
        text-transform: uppercase;
        border: none;
        transition: .3s;
        cursor: pointer; }
        .popup-box form div button:hover {
          background: #FFF;
          color: #000; }
  .popup-box h2 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 38px;
    font-family: 'Ermilov-bold'; }
  .popup-box .car {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .popup-box .close {
    color: #000;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 38px;
    cursor: pointer; }
    .popup-box .close:hover {
      color: #FFF; }

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 888;
  background: rgba(100, 100, 100, 0.5);
  backdrop-filter: blur(3px); }

.thanks-box {
  width: 60%;
  height: 80%;
  background: url("../img/popup_bg.png") no-repeat left top, #0FA327;
  position: fixed;
  z-index: 999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 25px #000;
  border-radius: 25px;
  border: 1px solid #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFFFFF; }
  .thanks-box form {
    width: 70%;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px; }
    .thanks-box form div {
      width: 100%; }
      .thanks-box form div input {
        width: 100%;
        height: 45px;
        border-radius: 5px;
        border: none;
        padding-left: 15px; }
      .thanks-box form div a {
        width: 100%;
        display: flex;
        height: 45px;
        background: #000;
        color: #FFF;
        font-family: 'Ermilov-bold';
        text-transform: uppercase;
        justify-content: center;
        align-items: center;
        border: none;
        transition: .3s;
        cursor: pointer; }
        .thanks-box form div a:hover {
          background: #FFF;
          color: #000; }
  .thanks-box h2 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 38px;
    font-family: 'Ermilov-bold'; }
  .thanks-box .car {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1; }

footer {
  background: #111412;
  color: #FFFFFF; }
  footer .container {
    padding-top: 20px;
    padding-bottom: 20px; }
    footer .container .top {
      padding-bottom: 30px; }
      footer .container .top div {
        width: 25%;
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 10px; }
        footer .container .top div h3 {
          margin-bottom: 20px; }
        footer .container .top div a {
          color: #CCCCCC;
          opacity: 0.7; }
  footer .middle {
    padding-top: 30px;
    border-top: 2px solid #5a5a5a; }
    footer .middle div {
      width: 20%;
      padding: 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 10px;
      text-align: center; }
      footer .middle div span {
        margin-bottom: 20px;
        color: #FFF;
        opacity: 0.8; }
      footer .middle div a {
        color: #FFF;
        opacity: 0.8; }
  footer .bottom {
    padding-top: 30px;
    padding-bottom: 30px; }
    footer .bottom p {
      color: #CCCCCC;
      font-size: 12px;
      opacity: 0.5;
      margin-bottom: 20px; }
    footer .bottom span {
      color: #CCCCCC;
      font-size: 14px;
      opacity: 0.5; }
  footer .logo {
    width: 60%; }
  footer a {
    color: #FFFFFF; }
    footer a:hover {
      color: lightgreen !important; }

@media (min-width: 768px) and (max-width: 979px) {
  .container {
    width: 100%; }

  .phone-show {
    display: flex !important; }

  .phone-hide {
    display: none !important; }

  .title-kpp {
    margin-top: 25px;
    margin-bottom: 25px; }
    .title-kpp .container {
      padding: 20px;
      gap: 15px; }
      .title-kpp .container > div:first-of-type {
        width: 100%; }
        .title-kpp .container > div:first-of-type h1 {
          width: 100%;
          font-size: 32px;
          text-align: center; }
        .title-kpp .container > div:first-of-type h3 {
          text-align: center;
          width: 100%;
          font-size: 16px; }
      .title-kpp .container > div:last-of-type {
        width: 100%; }

  nav {
    height: 50px; }
    nav div {
      align-items: center;
      display: flex;
      height: 50px; }
      nav div .logo {
        padding-left: 20px;
        display: flex;
        align-items: center; }
        nav div .logo img {
          height: 35px;
          align-items: center; }
    nav .hamburger {
      font-size: 25px;
      padding-right: 20px; }

  .head-1 {
    background-size: auto 45%;
    background-position: right bottom;
    height: 100vh; }
    .head-1 .content {
      justify-content: flex-start;
      width: 100%;
      padding: 30px 20px;
      gap: 10px; }
      .head-1 .content h1 {
        font-size: 30px;
        text-align: center;
        width: 100%; }
      .head-1 .content ul {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0; }
        .head-1 .content ul li {
          flex-direction: column;
          width: 50%;
          border: none;
          justify-content: center;
          align-items: center;
          text-align: center; }
          .head-1 .content ul li span {
            font-size: 12px; }
      .head-1 .content .default-btn {
        margin: 20px auto; }

  .head-2 {
    background-size: auto 32%;
    background-position: right bottom; }

  .query .container {
    flex-direction: column;
    padding: 20px; }
    .query .container .right {
      width: 100%; }
      .query .container .right h2 {
        font-size: 19px;
        width: 100%;
        text-align: center; }
      .query .container .right form {
        flex-direction: column;
        width: 70%;
        margin: 0 auto; }
        .query .container .right form div {
          width: 100%; }
          .query .container .right form div .default-btn {
            margin: 0 auto; }

  .tarif .container {
    gap: 2.6%;
    padding: 20px; }
    .tarif .container > div {
      width: 100%;
      margin-bottom: 15px; }
      .tarif .container > div .car img {
        width: 18%; }

  .tarif-drive .container {
    padding: 20px; }
    .tarif-drive .container .list {
      flex-direction: column; }
      .tarif-drive .container .list .item {
        width: 100%;
        height: 270px;
        margin-bottom: 15px; }
      .tarif-drive .container .list .active {
        background: #0FA327;
        border: 2px solid #000; }
        .tarif-drive .container .list .active h2 {
          color: #FFF; }
        .tarif-drive .container .list .active p {
          color: #FFF; }
        .tarif-drive .container .list .active h1 {
          color: #FFF; }
        .tarif-drive .container .list .active .default-btn {
          border: 2px solid #FFF;
          color: #FFF; }
    .tarif-drive .container .car {
      margin-top: 0px;
      overflow: hidden; }
      .tarif-drive .container .car > div {
        position: absolute;
        left: -730px;
        top: 5px;
        height: 250px; }
    .tarif-drive .container .h > div {
      position: absolute;
      left: -346px;
      top: 5px;
      height: 250px; }
    .tarif-drive .container .fura > div {
      position: absolute;
      left: -380px;
      top: 5px;
      height: 250px; }
    .tarif-drive .container .bus > div {
      left: -385px; }

  .docs-example {
    margin-bottom: 0px; }
    .docs-example .container {
      padding: 20px; }
      .docs-example .container .docs {
        flex-wrap: wrap; }
        .docs-example .container .docs .item {
          width: 100%; }
          .docs-example .container .docs .item h4 {
            width: 100%; }
          .docs-example .container .docs .item img {
            width: 45%; }
      .docs-example .container .periods {
        height: auto;
        width: 60%;
        background: none;
        gap: 0;
        flex-direction: column;
        margin: 0 auto; }
        .docs-example .container .periods > div {
          width: 100%;
          height: 120px;
          gap: 0; }
        .docs-example .container .periods .text-bottom {
          justify-content: center;
          transform: translate(0, 0px);
          align-items: flex-end;
          gap: 10px; }
          .docs-example .container .periods .text-bottom p {
            text-align: right; }
        .docs-example .container .periods .text-top {
          justify-content: center;
          transform: translate(0, 0px);
          gap: 10px; }
      .docs-example .container .car {
        overflow: hidden;
        position: relative;
        height: 250px; }
        .docs-example .container .car .jeep {
          margin-left: -235px; }
        .docs-example .container .car .i {
          margin-left: -110px; }
        .docs-example .container .car .fura2 {
          position: absolute;
          height: 280px;
          left: -390px; }
        .docs-example .container .car .pickup {
          margin-left: -520px; }
      .docs-example .container .h .jeep {
        margin-left: -110px; }

  .autopark {
    margin-bottom: 0; }
    .autopark .container {
      padding: 20px;
      width: 70%; }
      .autopark .container .left {
        left: 0;
        top: 30%; }
      .autopark .container .right {
        right: 0;
        top: 30%; }
      .autopark .container .carousel {
        height: auto;
        overflow: hidden; }
        .autopark .container .carousel .line {
          gap: 0;
          height: auto; }
          .autopark .container .carousel .line > div {
            height: auto;
            padding-bottom: 15px; }

  .autopark-height {
    margin-bottom: 50px; }
    .autopark-height .container {
      width: 70%;
      padding: 20px; }
      .autopark-height .container .left {
        left: 0;
        top: 30%; }
      .autopark-height .container .right {
        right: 0;
        top: 30%; }
      .autopark-height .container .carousel {
        height: auto;
        overflow: hidden; }
        .autopark-height .container .carousel .line {
          gap: 0;
          height: auto; }
          .autopark-height .container .carousel .line > div {
            height: auto;
            padding-bottom: 15px; }

  .be-driver {
    position: relative;
    margin-bottom: 50px;
    overflow: hidden; }
    .be-driver .container {
      padding: 0;
      padding-bottom: 155px; }
    .be-driver .be {
      gap: 20px;
      flex-direction: column; }
      .be-driver .be .left {
        width: 100%;
        height: auto;
        background-size: auto 42%; }
        .be-driver .be .left > h1 {
          font-size: 20px; }
        .be-driver .be .left .list {
          padding-left: 0; }
          .be-driver .be .left .list div {
            width: 49%;
            flex-direction: column;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 15px;
            height: 110px; }
            .be-driver .be .left .list div h3 {
              font-size: 13px;
              font-family: 'Rubik-Light';
              text-align: center; }
      .be-driver .be .right {
        width: 100%; }

  .filial .container {
    flex-direction: column;
    padding: 0 20px; }
    .filial .container > div {
      width: 100%;
      margin-bottom: 15px; }

  .questions .container {
    padding: 20px; }
    .questions .container .right {
      width: 100%;
      padding-left: 0; }
      .questions .container .right .item .text {
        width: 100%; }

  footer .logo {
    width: 16%; }
  footer .container .top {
    padding-bottom: 30px;
    flex-direction: column; }
    footer .container .top div {
      width: 100%;
      text-align: center;
      align-items: center; }
      footer .container .top div h3 {
        margin-bottom: 20px; }
      footer .container .top div a {
        color: #CCCCCC;
        opacity: 0.7; }
  footer .middle {
    flex-direction: column; }
    footer .middle div {
      width: 100%; }

  .popup-box {
    width: 95%;
    height: 100%;
    background: #0FA327; }
    .popup-box form {
      width: 60%;
      min-height: 300px; }
    .popup-box h2 {
      font-size: 16px; }

  .thanks-box {
    width: 95%;
    height: 80%;
    background: #0FA327; }
    .thanks-box form div {
      width: 100%; }
      .thanks-box form div a {
        width: 100%;
        display: flex;
        height: 45px;
        background: #000;
        color: #FFF;
        font-family: 'Ermilov-bold';
        text-transform: uppercase;
        justify-content: center;
        align-items: center;
        border: none;
        transition: .3s;
        cursor: pointer; }
        .thanks-box form div a:hover {
          background: #FFF;
          color: #000; }
    .thanks-box h2 {
      font-size: 16px; }
    .thanks-box .car {
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: -1; }

  .tabs-box .info {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 50px; }
  .tabs-box .header {
    height: auto;
    flex-direction: column; }
    .tabs-box .header .header-tab {
      cursor: pointer;
      height: 50px;
      flex-grow: 1;
      justify-content: center;
      align-items: center;
      display: flex;
      transition: .3s;
      font-family: 'Ermilov-bold'; }
      .tabs-box .header .header-tab:hover {
        background: #000;
        color: #FFF; }
    .tabs-box .header .active {
      background: #0FA327;
      color: #FFF; }
  .tabs-box .tabcontent {
    width: 100%;
    padding: 10px;
    transition: 0.3s;
    min-height: 300px; }
  .tabs-box .tabcontent .description:after {
    content: '';
    display: block;
    width: 0%;
    height: 3px;
    background-color: #c78030;
    margin-top: 30px; }
  .tabs-box .tabcontent .description {
    margin-top: 30px;
    font-weight: 300;
    padding-right: 20px; }
    .tabs-box .tabcontent .description .left {
      width: 100%; }
    .tabs-box .tabcontent .description .right {
      width: 100%; }
      .tabs-box .tabcontent .description .right .icons div p {
        font-size: 12px;
        width: 100%;
        text-align: center;
        font-family: 'Rubik-Medium'; }
      .tabs-box .tabcontent .description .right .list li {
        padding-left: 50px;
        background-size: 2% auto; }
  .tabs-box .info .hide {
    display: none; }
  .tabs-box .info .show {
    display: flex; } }
@media (max-width: 767px) {
  .container {
    width: 100%; }

  .phone-show {
    display: flex !important; }

  .phone-hide {
    display: none !important; }

  .title-kpp {
    margin-top: 25px;
    margin-bottom: 25px; }
    .title-kpp .container {
      padding: 20px;
      gap: 15px; }
      .title-kpp .container > div:first-of-type {
        width: 100%; }
        .title-kpp .container > div:first-of-type h1 {
          width: 100%;
          font-size: 32px;
          text-align: center; }
        .title-kpp .container > div:first-of-type h3 {
          text-align: center;
          width: 100%;
          font-size: 16px; }
      .title-kpp .container > div:last-of-type {
        width: 100%; }

  nav {
    height: 50px; }
    nav div {
      align-items: center;
      display: flex;
      height: 50px; }
      nav div .logo {
        padding-left: 20px;
        display: flex;
        align-items: center; }
        nav div .logo img {
          height: 35px;
          align-items: center; }
    nav .hamburger {
      font-size: 25px;
      padding-right: 20px; }

  .head-1 {
    background-size: auto 45%;
    background-position: right bottom;
    height: 100vh; }
    .head-1 .content {
      justify-content: flex-start;
      width: 100%;
      padding: 30px 20px;
      gap: 10px; }
      .head-1 .content h1 {
        font-size: 30px;
        text-align: center;
        width: 100%; }
      .head-1 .content ul {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0; }
        .head-1 .content ul li {
          flex-direction: column;
          width: 50%;
          border: none;
          justify-content: center;
          align-items: center;
          text-align: center; }
          .head-1 .content ul li span {
            font-size: 12px; }
      .head-1 .content .default-btn {
        margin: 20px auto; }

  .head-2 {
    background-size: auto 32%;
    background-position: center bottom; }

  .query .container {
    flex-direction: column;
    padding: 20px; }
    .query .container .right {
      width: 100%; }
      .query .container .right h2 {
        font-size: 19px;
        width: 100%;
        text-align: center; }
      .query .container .right form {
        flex-direction: column; }
        .query .container .right form div {
          width: 100%; }
          .query .container .right form div .default-btn {
            margin: 0 auto; }

  .tarif .container {
    gap: 2.6%;
    padding: 20px; }
    .tarif .container > div {
      width: 100%;
      margin-bottom: 15px; }

  .tarif-drive .container {
    padding: 20px; }
    .tarif-drive .container .list {
      flex-direction: column; }
      .tarif-drive .container .list .item {
        width: 100%;
        height: 270px;
        margin-bottom: 15px; }
      .tarif-drive .container .list .active {
        background: #0FA327;
        border: 2px solid #000; }
        .tarif-drive .container .list .active h2 {
          color: #FFF; }
        .tarif-drive .container .list .active p {
          color: #FFF; }
        .tarif-drive .container .list .active h1 {
          color: #FFF; }
        .tarif-drive .container .list .active .default-btn {
          border: 2px solid #FFF;
          color: #FFF; }
    .tarif-drive .container .car {
      margin-top: 0px;
      overflow: hidden; }
      .tarif-drive .container .car > div {
        position: absolute;
        left: -730px;
        top: 5px;
        height: 250px; }
    .tarif-drive .container .h > div {
      position: absolute;
      left: -346px;
      top: 5px;
      height: 250px; }
    .tarif-drive .container .fura > div {
      position: absolute;
      left: -380px;
      top: 5px;
      height: 250px; }
    .tarif-drive .container .bus > div {
      left: -385px; }

  .docs-example {
    margin-bottom: 0px; }
    .docs-example .container {
      padding: 20px; }
      .docs-example .container .docs {
        flex-wrap: wrap; }
        .docs-example .container .docs .item {
          width: 100%; }
          .docs-example .container .docs .item h4 {
            width: 100%; }
          .docs-example .container .docs .item img {
            width: 90%; }
      .docs-example .container .periods {
        height: auto;
        background: none;
        gap: 0;
        flex-direction: column; }
        .docs-example .container .periods > div {
          width: 100%;
          height: 120px;
          gap: 0; }
        .docs-example .container .periods .text-bottom {
          justify-content: center;
          transform: translate(0, 0px);
          align-items: flex-end;
          gap: 10px; }
          .docs-example .container .periods .text-bottom p {
            text-align: right; }
        .docs-example .container .periods .text-top {
          justify-content: center;
          transform: translate(0, 0px);
          gap: 10px; }
      .docs-example .container .car {
        overflow: hidden;
        position: relative;
        height: 250px; }
        .docs-example .container .car .jeep {
          margin-left: -235px; }
        .docs-example .container .car .i {
          margin-left: -110px; }
        .docs-example .container .car .fura2 {
          position: absolute;
          height: 280px;
          left: -390px; }
        .docs-example .container .car .pickup {
          margin-left: -520px; }
      .docs-example .container .h .jeep {
        margin-left: -110px; }

  .autopark {
    margin-bottom: 0; }
    .autopark .container {
      padding: 20px; }
      .autopark .container .left {
        left: 0;
        top: 30%; }
      .autopark .container .right {
        right: 0;
        top: 30%; }
      .autopark .container .carousel {
        height: auto;
        overflow: hidden; }
        .autopark .container .carousel .line {
          gap: 0;
          height: auto; }
          .autopark .container .carousel .line > div {
            height: auto;
            padding-bottom: 15px; }

  .autopark-height {
    margin-bottom: 50px; }
    .autopark-height .container {
      padding: 20px;
      height: auto; }
      .autopark-height .container .left {
        left: 0;
        top: 30%; }
      .autopark-height .container .right {
        right: 0;
        top: 30%; }
      .autopark-height .container .carousel {
        height: auto;
        overflow: hidden; }
        .autopark-height .container .carousel .line {
          gap: 0;
          height: auto; }
          .autopark-height .container .carousel .line > div {
            height: auto;
            padding-bottom: 15px; }

  .be-driver {
    position: relative;
    margin-bottom: 50px;
    overflow: hidden; }
    .be-driver .container {
      padding: 0;
      padding-bottom: 155px; }
    .be-driver .be {
      gap: 20px;
      flex-direction: column; }
      .be-driver .be .left {
        width: 100%;
        height: auto;
        background-size: 44% 42%; }
        .be-driver .be .left > h1 {
          font-size: 20px; }
        .be-driver .be .left .list {
          padding-left: 0; }
          .be-driver .be .left .list div {
            width: 49%;
            flex-direction: column;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 15px;
            height: 110px; }
            .be-driver .be .left .list div h3 {
              font-size: 13px;
              font-family: 'Rubik-Light';
              text-align: center; }
      .be-driver .be .right {
        width: 100%; }

  .filial .container {
    flex-direction: column;
    padding: 0 20px; }
    .filial .container > div {
      width: 100%;
      margin-bottom: 15px; }

  .questions .container {
    padding: 20px; }
    .questions .container .right {
      width: 100%;
      padding-left: 0; }
      .questions .container .right .item .text {
        width: 100%; }

  footer .container .top {
    padding-bottom: 30px;
    flex-direction: column; }
    footer .container .top div {
      width: 100%;
      text-align: center;
      align-items: center; }
      footer .container .top div h3 {
        margin-bottom: 20px; }
      footer .container .top div a {
        color: #CCCCCC;
        opacity: 0.7; }
  footer .middle {
    flex-direction: column; }
    footer .middle div {
      width: 100%; }

  .popup-box {
    width: 95%;
    height: 80%;
    background: #0FA327; }
    .popup-box form {
      width: 70%;
      min-height: 300px; }
    .popup-box h2 {
      font-size: 16px; }

  .thanks-box {
    width: 95%;
    height: 80%;
    background: #0FA327; }
    .thanks-box form div {
      width: 100%; }
      .thanks-box form div a {
        width: 100%;
        display: flex;
        height: 45px;
        background: #000;
        color: #FFF;
        font-family: 'Ermilov-bold';
        text-transform: uppercase;
        justify-content: center;
        align-items: center;
        border: none;
        transition: .3s;
        cursor: pointer; }
        .thanks-box form div a:hover {
          background: #FFF;
          color: #000; }
    .thanks-box h2 {
      font-size: 16px; }
    .thanks-box .car {
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: -1; }

  .tabs-box .info {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 50px; }
  .tabs-box .header {
    height: auto;
    flex-direction: column; }
    .tabs-box .header .header-tab {
      cursor: pointer;
      height: 50px;
      flex-grow: 1;
      justify-content: center;
      align-items: center;
      display: flex;
      transition: .3s;
      font-family: 'Ermilov-bold'; }
      .tabs-box .header .header-tab:hover {
        background: #000;
        color: #FFF; }
    .tabs-box .header .active {
      background: #0FA327;
      color: #FFF; }
  .tabs-box .tabcontent {
    width: 100%;
    padding: 10px;
    transition: 0.3s;
    min-height: 300px; }
  .tabs-box .tabcontent .description:after {
    content: '';
    display: block;
    width: 0%;
    height: 3px;
    background-color: #c78030;
    margin-top: 30px; }
  .tabs-box .tabcontent .description {
    margin-top: 30px;
    font-weight: 300;
    padding-right: 20px; }
    .tabs-box .tabcontent .description .left {
      width: 100%; }
    .tabs-box .tabcontent .description .right {
      width: 100%; }
      .tabs-box .tabcontent .description .right .icons div p {
        font-size: 12px;
        width: 100%;
        text-align: center;
        font-family: 'Rubik-Medium'; }
      .tabs-box .tabcontent .description .right .list li {
        padding-left: 50px;
        background-size: 5% auto; }
  .tabs-box .info .hide {
    display: none; }
  .tabs-box .info .show {
    display: flex; } }
@media (max-width: 480px) {
  .container {
    width: 100%; }

  .phone-show {
    display: flex !important; }

  .phone-hide {
    display: none !important; }

  .title-kpp {
    margin-top: 25px;
    margin-bottom: 25px; }
    .title-kpp .container {
      padding: 20px;
      gap: 15px; }
      .title-kpp .container > div:first-of-type {
        width: 100%; }
        .title-kpp .container > div:first-of-type h1 {
          width: 100%;
          font-size: 32px;
          text-align: center; }
        .title-kpp .container > div:first-of-type h3 {
          text-align: center;
          width: 100%;
          font-size: 16px; }
      .title-kpp .container > div:last-of-type {
        width: 100%; }

  nav div {
    align-items: center;
    display: flex; }
    nav div .logo {
      padding-left: 20px;
      display: flex;
      align-items: center; }
      nav div .logo img {
        height: 40px;
        align-items: center; }
  nav .hamburger {
    font-size: 25px;
    padding-right: 20px; }

  .head-1 {
    background-size: auto 45%;
    background-position: right bottom;
    height: 100vh; }
    .head-1 .content {
      justify-content: flex-start;
      width: 100%;
      padding: 30px 20px;
      gap: 10px; }
      .head-1 .content h1 {
        font-size: 31px;
        text-align: center;
        width: 100%; }
      .head-1 .content ul {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0; }
        .head-1 .content ul li {
          flex-direction: column;
          width: 50%;
          border: none;
          justify-content: center;
          align-items: center;
          text-align: center; }
          .head-1 .content ul li span {
            font-size: 12px; }
      .head-1 .content .default-btn {
        margin: 20px auto; }

  .head-2 {
    background-size: auto 32%;
    background-position: center bottom; }

  .query .container {
    flex-direction: column;
    padding: 20px; }
    .query .container .right {
      width: 100%; }
      .query .container .right h2 {
        font-size: 19px;
        width: 100%;
        text-align: center; }
      .query .container .right form {
        flex-direction: column; }
        .query .container .right form div {
          width: 100%; }
          .query .container .right form div .default-btn {
            margin: 0 auto; }

  .tarif .container {
    gap: 2.6%;
    padding: 20px; }
    .tarif .container > div {
      width: 100%;
      margin-bottom: 15px; }
      .tarif .container > div img {
        width: 40% !important; }

  .tarif-drive .container {
    padding: 20px; }
    .tarif-drive .container .list {
      flex-direction: column; }
      .tarif-drive .container .list .item {
        width: 100%;
        height: 270px;
        margin-bottom: 15px; }
      .tarif-drive .container .list .active {
        background: #0FA327;
        border: 2px solid #000; }
        .tarif-drive .container .list .active h2 {
          color: #FFF; }
        .tarif-drive .container .list .active p {
          color: #FFF; }
        .tarif-drive .container .list .active h1 {
          color: #FFF; }
        .tarif-drive .container .list .active .default-btn {
          border: 2px solid #FFF;
          color: #FFF; }
    .tarif-drive .container .car {
      margin-top: 0px;
      overflow: hidden; }
      .tarif-drive .container .car > div {
        position: absolute;
        left: -730px;
        top: 5px;
        height: 250px; }
    .tarif-drive .container .h > div {
      position: absolute;
      left: -346px;
      top: 5px;
      height: 250px; }
    .tarif-drive .container .fura > div {
      position: absolute;
      left: -380px;
      top: 5px;
      height: 250px; }
    .tarif-drive .container .bus > div {
      left: -385px; }

  .docs-example {
    margin-bottom: 0px; }
    .docs-example .container {
      padding: 20px; }
      .docs-example .container .docs {
        flex-wrap: wrap; }
        .docs-example .container .docs .item {
          width: 100%; }
          .docs-example .container .docs .item h4 {
            width: 100%; }
          .docs-example .container .docs .item img {
            width: 90%; }
      .docs-example .container .periods {
        height: auto;
        background: none;
        gap: 0;
        flex-direction: column; }
        .docs-example .container .periods > div {
          width: 100%;
          height: 120px;
          gap: 0; }
        .docs-example .container .periods .text-bottom {
          justify-content: center;
          transform: translate(0, 0px);
          align-items: flex-end;
          gap: 10px; }
          .docs-example .container .periods .text-bottom p {
            text-align: right; }
        .docs-example .container .periods .text-top {
          justify-content: center;
          transform: translate(0, 0px);
          gap: 10px; }
      .docs-example .container .car {
        overflow: hidden;
        position: relative;
        height: 250px; }
        .docs-example .container .car .jeep {
          margin-left: -235px; }
        .docs-example .container .car .i {
          margin-left: -110px; }
        .docs-example .container .car .fura2 {
          position: absolute;
          height: 280px;
          left: -390px; }
        .docs-example .container .car .pickup {
          margin-left: -520px; }
      .docs-example .container .h .jeep {
        margin-left: -110px; }

  .autopark {
    margin-bottom: 0; }
    .autopark .container {
      padding: 20px; }
      .autopark .container .left {
        left: 0;
        top: 30%; }
      .autopark .container .right {
        right: 0;
        top: 30%; }
      .autopark .container .carousel {
        height: auto;
        overflow: hidden; }
        .autopark .container .carousel .line {
          height: auto;
          gap: 0; }
          .autopark .container .carousel .line > div {
            height: auto;
            padding-bottom: 15px; }

  .autopark-height {
    margin-bottom: 50px; }
    .autopark-height .container {
      padding: 20px; }
      .autopark-height .container .left {
        left: 0;
        top: 30%; }
      .autopark-height .container .right {
        right: 0;
        top: 30%; }
      .autopark-height .container .carousel {
        height: auto;
        overflow: hidden; }
        .autopark-height .container .carousel .line {
          gap: 0;
          height: auto; }
          .autopark-height .container .carousel .line > div {
            height: auto;
            padding-bottom: 15px; }

  .be-driver {
    position: relative;
    margin-bottom: 50px;
    overflow: hidden; }
    .be-driver .container {
      padding: 0;
      padding-bottom: 155px; }
    .be-driver .be {
      gap: 20px;
      flex-direction: column; }
      .be-driver .be .left {
        width: 100%;
        height: auto;
        background-size: auto 42%; }
        .be-driver .be .left > h1 {
          font-size: 20px; }
        .be-driver .be .left .list {
          padding-left: 0; }
          .be-driver .be .left .list div {
            width: 49%;
            flex-direction: column;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 15px;
            height: 110px; }
            .be-driver .be .left .list div h3 {
              font-size: 13px;
              font-family: 'Rubik-Light';
              text-align: center; }
      .be-driver .be .right {
        width: 100%; }

  .filial .container {
    flex-direction: column;
    padding: 0 20px; }
    .filial .container > div {
      width: 100%;
      margin-bottom: 15px; }

  .questions .container {
    padding: 20px; }
    .questions .container .right {
      width: 100%;
      padding-left: 0; }
      .questions .container .right .item .text {
        width: 100%; }

  footer .container .top {
    padding-bottom: 30px;
    flex-direction: column; }
    footer .container .top div {
      width: 100%;
      text-align: center;
      align-items: center; }
      footer .container .top div h3 {
        margin-bottom: 20px; }
      footer .container .top div a {
        color: #CCCCCC;
        opacity: 0.7; }
  footer .middle {
    flex-direction: column; }
    footer .middle div {
      width: 100%; }

  .popup-box {
    width: 95%;
    height: 80%;
    background: #0FA327; }
    .popup-box form {
      width: 70%;
      min-height: 300px; }
    .popup-box h2 {
      font-size: 16px; }

  .thanks-box {
    width: 95%;
    height: 80%;
    background: #0FA327; }
    .thanks-box form div {
      width: 100%; }
      .thanks-box form div a {
        width: 100%;
        display: flex;
        height: 45px;
        background: #000;
        color: #FFF;
        font-family: 'Ermilov-bold';
        text-transform: uppercase;
        justify-content: center;
        align-items: center;
        border: none;
        transition: .3s;
        cursor: pointer; }
        .thanks-box form div a:hover {
          background: #FFF;
          color: #000; }
    .thanks-box h2 {
      font-size: 16px; }
    .thanks-box .car {
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: -1; }

  .tabs-box .info {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 50px; }
  .tabs-box .header {
    height: auto;
    flex-direction: column; }
    .tabs-box .header .header-tab {
      cursor: pointer;
      height: 50px;
      flex-grow: 1;
      justify-content: center;
      align-items: center;
      display: flex;
      transition: .3s;
      font-family: 'Ermilov-bold'; }
      .tabs-box .header .header-tab:hover {
        background: #000;
        color: #FFF; }
    .tabs-box .header .active {
      background: #0FA327;
      color: #FFF; }
  .tabs-box .tabcontent {
    width: 100%;
    padding: 10px;
    transition: 0.3s;
    min-height: 300px; }
  .tabs-box .tabcontent .description:after {
    content: '';
    display: block;
    width: 0%;
    height: 3px;
    background-color: #c78030;
    margin-top: 30px; }
  .tabs-box .tabcontent .description {
    margin-top: 30px;
    font-weight: 300;
    padding-right: 20px; }
    .tabs-box .tabcontent .description .left {
      width: 100%; }
    .tabs-box .tabcontent .description .right {
      width: 100%; }
      .tabs-box .tabcontent .description .right .icons div p {
        font-size: 12px;
        width: 100%;
        text-align: center;
        font-family: 'Rubik-Medium'; }
      .tabs-box .tabcontent .description .right .list li {
        padding-left: 50px;
        background-size: 5% auto; }
  .tabs-box .info .hide {
    display: none; }
  .tabs-box .info .show {
    display: flex; } }

/*# sourceMappingURL=main.css.map */
