* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}

body {
  line-height: 1.6;
  min-height: 100vh;
  font-family: "Poppins";
  position: relative;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.container--fluid {
  max-width: 1300px;
}

a,
a:link,
a:visited,
a:active {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

ul li {
  text-decoration: none;
}

button {
  border: none;
  padding: 16px;
  border-radius: 5px;
  letter-spacing: 1.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-weight: 400;
  font-family: "Poppins";
}

button.primary {
  color: #ffffff;
  background-color: #0043ae;
}

button.outline {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #ffffff;
}

button:hover {
  opacity: 0.8;
}

a.primary {
  font-size: 12px;
  font-weight: 500;
  height: 50px;
  border: none;
  padding: 16px;
  border-radius: 5px;
  letter-spacing: 1.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #ffffff !important;
  background-color: #0043ae;
  font-family: "Poppins";
}

a.primary img {
  margin-left: 24px;
}

a.outline {
  font-size: 12px;
  font-weight: 500;
  height: 50px;
  padding: 16px;
  border-radius: 5px;
  letter-spacing: 1.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #ffffff;
  font-family: "Poppins";
}

a.outline img {
  margin-left: 24px;
}

a.primary + a.outline {
  margin-left: 16px;
}

input,
textarea {
  font-family: "Open Sans", sans-serif !important;
}

.card {
  width: 100%;
  -webkit-box-shadow: 0 2 6 rgba(0, 0, 0, 0.8);
          box-shadow: 0 2 6 rgba(0, 0, 0, 0.8);
}

.menu-mobile-toggle {
  display: none;
}

.menu-mobile {
  z-index: 999;
  position: fixed;
  background-color: #14161a;
  width: 100%;
  height: 100vh;
  top: 0;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-y: auto;
}

.menu-mobile .menu-mobile__header {
  padding: 28px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-mobile hr {
  width: 100%;
  opacity: .2;
}

.menu-mobile ul {
  padding: 24px;
  max-width: 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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.menu-mobile ul li {
  font-size: 32px;
  margin-top: 32px;
  margin-left: 0;
  color: white;
  opacity: .5;
}

.menu-mobile ul li.active {
  color: white;
  opacity: 1 !important;
}

.menu-mobile ul .primary {
  margin: 32px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-mobile ul .primary img {
  margin-left: 16px;
}

.branches {
  position: relative;
  padding: 86px 16px;
}

.branches .branches__content,
.branches .branches__new-filial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.branches .branches__content .branche,
.branches .branches__new-filial .branche {
  width: 100%;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.branches .branches__content .branche .branche__title,
.branches .branches__new-filial .branche .branche__title {
  padding-left: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.branches .branches__content .branche .branche__title h3,
.branches .branches__new-filial .branche .branche__title h3 {
  font-size: 20px;
}

.branches .branches__content .branche .branche__title h4,
.branches .branches__new-filial .branche .branche__title h4 {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 3.15px;
  margin-left: 8px;
}

.branches .branches__content .branche .branche__img,
.branches .branches__new-filial .branche .branche__img {
  margin-top: 36px;
}

.branches .branches__content .branche .branche__description,
.branches .branches__new-filial .branche .branche__description {
  padding-left: 32px;
  margin-top: 36px;
}

.branches .branches__content .branche .branche__description h6,
.branches .branches__new-filial .branche .branche__description h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 23px;
  color: #14171b;
}

.branches .branches__content .branche .branche__description h6:nth-child(2),
.branches .branches__new-filial .branche .branche__description h6:nth-child(2) {
  margin: 8px 0;
}

.branches .branches__content .branche + .branche,
.branches .branches__new-filial .branche + .branche {
  margin-left: 16px;
}

.branches .line__right {
  position: absolute;
  top: -184px;
  right: 0;
}

.branches__new-filial {
  margin-top: 64px !important;
  width: 100%;
}

.branches__new-filial .branche {
  width: 50% !important;
}

.footer {
  padding: 40px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
}

.footer .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .menu .menu-item {
  font-size: 14px;
  color: #14171b;
}

.footer .menu .menu-item h3 {
  margin-bottom: 20px;
}

.footer .menu .menu-item p + p {
  margin-top: 4px;
}

.footer .menu .menu-item + .menu-item {
  margin-left: 48px;
}

.footer button img {
  margin-left: 52px;
}

.copyright {
  background-color: #ebecf2;
  padding: 16px;
}

.copyright .copyright__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.copyright .copyright__content p {
  font-size: 12px;
  color: #14171b;
}

@media only screen and (max-width: 1159px) {
  .menu-mobile-toggle {
    width: 40px;
    height: 40px;
    display: block;
  }
  .header .navigation {
    padding: 28px 0 !important;
  }
  .header .navigation .logo img {
    width: 250px;
  }
  .header .navigation nav {
    display: none;
  }
  .header .navigation .primary {
    display: none !important;
  }
  .branches__new-filial .branche {
    width: 100% !important;
  }
  .branches__new-filial .branche img {
    width: 100% !important;
  }
  .branches .line__right {
    position: absolute;
    top: -88px !important;
    right: 0;
    width: 100px;
  }
  .branches .branche + .branche {
    margin-top: 56px;
    margin-left: 0px !important;
  }
  .branches .branches__content {
    -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;
  }
  .branches .branches__content .branche__img {
    width: 100%;
  }
  .branches .branches__content .branche__description {
    margin: 0;
    word-break: break-word;
    padding-left: 0 !important;
  }
  .footer {
    padding: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .footer img {
    margin-top: 24px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .footer .menu {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -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;
  }
  .footer .menu .menu-item {
    text-align: center;
  }
  .footer .menu .menu-item + .menu-item {
    margin: 24px 0;
    margin-left: 0 !important;
  }
  .footer a {
    width: 100%;
    max-width: 400px;
    max-height: 50px;
    margin: 32px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer a img {
    margin-top: 0 !important;
    max-width: 16px;
    max-height: 16px;
    margin: 0px;
  }
  .copyright__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .copyright__content p + p {
    margin-top: 14px;
  }
}

@media only screen and (max-width: 380px) {
  .header .navigation .logo img {
    width: 160px;
  }
}

.modal__pdf {
  width: 80% !important;
  height: 90% !important;
}

.modal {
  height: 90% !important;
}

@media only screen and (max-width: 600px) {
  .modal__pdf {
    width: 100% !important;
    height: 90% !important;
  }
}

.header {
  padding: 0 24px;
  min-height: 767px;
  background: url("../assets/img/truck_image.png");
  background-size: cover;
}

.header .navigation {
  padding: 28px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.header .navigation nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .navigation nav ul li {
  padding: 28px 0px;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1.5px;
}

.header .navigation nav ul li.active {
  font-weight: bold;
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}

.header .navigation nav ul li + li {
  margin-left: 40px;
}

.header .navigation .primary img {
  width: 22px;
  height: 20px;
  margin-left: 36px;
}

.header .truck__content {
  margin-top: 100px;
}

.header .truck__content h1 {
  font-size: 80px;
  line-height: 84px;
  text-align: start;
  color: #ffffff;
}

.header .truck__content h2 {
  margin-top: 32px;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
}

.header .truck__content .call__to__action {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .truck__content .call__to__action a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 240px;
}

.header .truck__content .call__to__action a + a {
  margin-left: 18px;
}

.about-us {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-us__cards {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 48px;
  top: -160px;
}

.about-us__cards.owl-carousel {
  display: none;
}

.about-us__cards .card {
  padding: 72px;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.about-us__cards .card .card-icon {
  max-width: 70px;
  max-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -18px;
}

.about-us__cards .card .card-icon__white {
  display: none;
}

.about-us__cards .card .card-icon__dark {
  display: block;
}

.about-us__cards .card .card-title {
  font-size: 30px;
  margin-top: 16px;
}

.about-us__cards .card .card-description {
  margin-top: 18px;
  font-size: 14px;
  color: #14171b;
  opacity: 0.5;
  font-family: "Open Sans", sans-serif;
}

.about-us__cards .card .arrow-right {
  max-width: 30px;
  max-height: 30px;
  margin-top: 24px;
}

.about-us__cards .card:hover {
  color: #ffffff;
  background-color: #14171b;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.about-us__cards .card:hover .card-icon__white {
  display: block;
}

.about-us__cards .card:hover .card-icon__dark {
  display: none;
}

.about-us__cards .card:hover .card-description {
  color: #ffffff;
}

.about-us__cards .card:first-child {
  border-radius: 5px 0px 0px 5px;
}

.about-us__cards .card:last-child {
  border-radius: 0px 5px 5px 0px;
}

.about-us__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.about-us__content {
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #ffffff;
  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;
}

.about-us__content .logo {
  width: 200px;
}

.about-us__content h3 {
  font-size: 50px;
  color: #14171b;
}

.about-us__content p {
  margin-top: 32px;
  font-size: 14px;
  color: #14171b;
  font-family: "Open Sans", sans-serif;
}

.about-us__content .call__to__action {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-us__content .call__to__action a.primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}

.about-us__content .call__to__action a {
  width: 50%;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #0043ae;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-us__content .call__to__action a img {
  margin-left: 8px;
}

.services {
  background-color: #14161a;
  position: relative;
}

.services .line__left {
  position: absolute;
  top: 0;
}

.services .arrow__blue {
  position: absolute;
  top: -182px;
  left: 80px;
}

.services .services__content {
  padding: 96px 0;
}

.services .services__content h4 {
  color: #727272;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 4.5px;
  text-align: center;
}

.services .services__content h3 {
  text-align: center;
  color: #ffffff;
  font-size: 50px;
}

.services .services__content .services__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 64px;
}

.services .services__content .services__list--item {
  width: calc(33% - 24px);
  margin: 12px;
  padding: 24px;
  border-radius: 5px;
  background-color: #1e2229;
  -webkit-box-shadow: 0 9 37 rgba(0, 0, 0, 0.07);
          box-shadow: 0 9 37 rgba(0, 0, 0, 0.07);
}

.services .services__content .services__list--item img {
  width: 20px;
}

.services .services__content .services__list--item p,
.services .services__content .services__list--item span {
  margin-top: 8px;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 1.5px;
}

.services .services__content .services__list--item:last-child {
  background-color: transparent;
  border: 1px solid #1e2229;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.services .services__content .services__list--item:last-child p {
  margin-top: 0;
  margin-right: 16px;
}

@media only screen and (max-width: 1559px) {
  .arrow__blue {
    width: 240px;
    top: -120px !important;
  }
  .line__left {
    width: 120px;
  }
  .about-us__content {
    padding: 24px;
  }
  .about-us__cards .card {
    padding: 24px;
  }
  .line__right {
    top: -86px !important;
    width: 100px;
  }
}

@media only screen and (max-width: 1320px) {
  .about-us__content .call__to__action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-us__content .call__to__action a {
    margin-top: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 920px) {
  .header {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, rgba(0, 0, 0, 0.8)), color-stop(60%, rgba(0, 0, 0, 0))), url("../assets/img/truck_image.png");
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0) 60%), url("../assets/img/truck_image.png");
    min-height: 690px;
    background-size: cover;
    background-position: 784px;
  }
  .header nav {
    display: none;
  }
  .header .truck__content {
    padding: 24px 0px;
    margin-top: 140px;
  }
  .header .truck__content h1 {
    font-size: 48px;
    line-height: 60px;
  }
  .header .truck__content h2 {
    margin-top: 24px;
  }
  .header button {
    display: none;
  }
  .about-us {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-us .content {
    padding: 48px 0px;
  }
  .about-us .content h3 {
    font-size: 48px;
  }
  .about-us .owl-carousel {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 0;
    padding-left: 24px;
  }
  .about-us .about-us__cards {
    display: none;
    top: -60px;
    position: relative;
    height: auto;
  }
  .about-us .about-us__cards .card {
    width: 100%;
  }
  .about-us .about-us__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .about-us .about-us__img img {
    width: 100%;
  }
  .about-us .about-us__content {
    width: 100%;
  }
  .about-us a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about-us a img {
    display: none;
  }
  .about-us button {
    width: 100%;
    max-width: none !important;
  }
  .services .services__content {
    padding: 190px 16px 120px 16px;
  }
  .services .services__content .line__left {
    height: 171px;
  }
  .services .services__content .arrow__blue {
    height: 170px;
    position: absolute;
    top: -82px !important;
    left: 40px;
  }
  .services .services__content h3 {
    font-size: 40px;
  }
  .services .services__content .services__list {
    margin-top: 24px;
  }
  .services .services__content .services__list--item {
    width: 100% !important;
  }
}

@media only screen and (max-width: 920px) and (min-width: 800px) {
  .header {
    background-position: center;
  }
}

@media only screen and (max-width: 432px) {
  .truck__content h1 {
    line-height: 48px;
    font-size: 42px !important;
  }
}

@media only screen and (max-width: 400px) {
  .about-us .call__to__action .primary {
    width: 100%;
  }
}

@media only screen and (max-width: 369px) {
  .truck__content h1 {
    font-size: 32px !important;
  }
}
/*# sourceMappingURL=home.css.map */