:root {
  --white: white;
  --primary: #2601df;
  --primary-hover: #00a5ff;
  --primary2: #ffba39;
  --black: black;
  --yellow: #f9f871;
  --header-phone-height: 50px;
  --dark: #1e1926;
  --light: #fef6ff;
  --green: #00d5a6;
  --red: #ff006d;
  --dark2: #7e6b9d;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.hero {
  background-image: url('../images/truck-8656645_1920.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  border: 0 #000;
  height: 100vh;
  box-shadow: inset 0 0 0 2000px #0000008c;
}

.container {
  max-width: 1200px;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.heading {
  color: #fff;
  text-align: center;
  column-count: 0;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
}

.paragraph {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.text-span {
  color: var(--white);
  font-weight: 700;
}

.primary-btn {
  background-color: var(--primary);
  border-radius: 42px;
  flex: 0 auto;
  padding: 15px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .3s;
  display: block;
}

.primary-btn:hover {
  background-color: var(--primary-hover);
}

.primary-btn.primary-btn-nav {
  margin-left: 20px;
  font-size: 14px;
  font-weight: 400;
}

.primary-btn.gallerry-show-more, .primary-btn.gallery-show-less {
  display: block;
}

.primary-btn.primary-btn-2 {
  border: 0px solid var(--primary);
  background-color: var(--primary2);
  color: var(--black);
}

.primary-btn.primary-btn-2:hover {
  background-color: var(--yellow);
  color: var(--black);
}

.div-block-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.header-phone {
  z-index: 10;
  height: var(--header-phone-height);
  background-color: var(--primary2);
  color: #fff;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.div-block-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  height: 100%;
  display: flex;
}

.navbar-logo-left {
  z-index: 10;
  background-color: var(--dark);
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  inset: 50px auto auto 0%;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding: 0;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  mix-blend-mode: normal;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  border-radius: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 8px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: block;
}

.nav-link:hover {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 10px;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 10px;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .3s, color .3s;
  display: block;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.image {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
}

.about, .about.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading2 {
  color: var(--dark);
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 40px;
}

.heading2.heading2-light {
  color: var(--primary2);
}

.underline {
  background-color: var(--primary);
  width: 75px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
}

.underline.underline-light {
  background-color: var(--white);
}

.about-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
  position: relative;
}

.about-content-img {
  aspect-ratio: auto;
  object-fit: fill;
  border-radius: 16px;
  width: 100%;
  max-width: none;
}

.about-content-img-box {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: sticky;
  top: 120px;
}

.about-content-text-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.about-p {
  color: var(--dark);
  text-align: left;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  display: block;
}

.about-content-btn-box {
  justify-content: center;
  display: flex;
}

.services {
  background-color: var(--light);
  padding-top: 60px;
  padding-bottom: 60px;
}

.services.section {
  background-color: var(--light);
  background-image: none;
  padding-top: 60px;
  padding-bottom: 60px;
}

.services-grid-box {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  margin-top: 60px;
  display: grid;
}

.services-grid-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: flex;
}

.heading3-services {
  color: var(--dark);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 700;
}

.paragraph-3 {
  color: var(--dark);
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.div-block-7 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.gallery {
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
  overflow: hidden;
}

.slider {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ddd0;
  height: auto;
  margin-top: 60px;
  padding-bottom: 80px;
  display: block;
  overflow: visible;
}

.mask {
  width: 400px;
  height: auto;
  overflow: visible;
}

.image-3 {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.slide {
  width: 100%;
  height: 100%;
  margin-right: 60px;
}

.slide-nav {
  background-color: #2601df00;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  inset: auto 0% 0%;
}

.figure-2 {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.left-arrow {
  color: var(--dark);
  width: 40px;
  height: 40px;
  inset: auto auto 0% 0%;
}

.icon-2 {
  color: var(--dark);
  background-color: #2601df00;
}

.right-arrow {
  width: 40px;
  height: 40px;
  inset: auto 0% 0% auto;
}

.icon-3 {
  color: var(--dark);
  width: auto;
  height: auto;
}

.gallery-div-more {
  justify-content: center;
  margin-top: 40px;
  display: none;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.contaiener {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer {
  background-color: #1e1926;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 20px;
}

.footer-text-box {
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.footer-contact {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-contact-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white);
  flex-flow: column;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.footer-contact-box.footer-box-links {
  display: block;
}

.footer-box-header {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.footer-contact-box-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.link {
  color: var(--white);
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
}

.link:hover {
  color: var(--primary);
}

.link.link-phone-header {
  color: var(--dark);
  font-size: 20px;
}

.link.link-phone-header:hover {
  color: var(--white);
}

.link.link-phone {
  color: var(--primary2);
  font-size: 23px;
}

.link.link-phone:hover {
  color: var(--white);
}

.link.link-big {
  font-size: 20px;
}

.footer-box-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.text-block-2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.text-block-3 {
  color: var(--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.footer-logo-box {
  justify-content: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.about-p-title {
  text-align: center;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 28px;
}

.gallery-grid {
  grid-column-gap: 20px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: none;
}

.gallery-grid.gallerry-grid2 {
  grid-column-gap: 20px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: none;
}

.gallery-grid-item {
  border-radius: 0;
  width: auto;
}

.image-4 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: auto;
}

.gallery-div-less {
  justify-content: center;
  margin-top: 40px;
  display: none;
}

.list {
  list-style-type: disc;
}

.bold-text {
  font-style: normal;
  font-weight: 800;
  text-decoration: none;
}

.list-2 {
  color: var(--primary);
  width: auto;
  padding-left: 0;
}

.paragraph-4 {
  color: #957b7b;
}

.about-list-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-list-item-text {
  color: var(--dark);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 28px;
}

.about-list-item-marker {
  display: none;
}

.about-list-item-circle {
  background-color: var(--primary);
  border-radius: 20px;
  width: 20px;
  min-width: 25px;
  height: 20px;
  min-height: 25px;
  margin-top: 3px;
}

.about-list-item-circle.about-list-item-circle-second {
  background-color: var(--primary2);
  min-width: 25px;
}

.about-list-item-circle.about-list-item-circle-third {
  background-color: var(--green);
  min-width: 25px;
}

.about-list-item-circle.about-list-item-circle-fourth {
  background-color: var(--red);
}

.text-span-2 {
  color: var(--red);
}

.text-span-3 {
  color: var(--primary2);
}

.text-span-4 {
  color: var(--green);
}

.bold-text-2 {
  font-weight: 700;
}

.about-list-item-text-color, .text-span-6 {
  color: var(--green);
}

.map {
  margin-top: 0;
}

.text-span-7 {
  color: var(--primary2);
  display: block;
}

.text-span-8 {
  color: var(--red);
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
}

.text-span-9 {
  display: block;
}

.reviews {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.slider-2 {
  background-color: #ddd0;
  height: auto;
  margin-top: 60px;
  padding-bottom: 80px;
}

.mask-2 {
  width: 600px;
  height: auto;
  overflow: visible;
}

.reviews-slide {
  margin-right: 50px;
}

.reviews-slide-box {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px 30px;
  box-shadow: 3px 3px 10px #000000b3;
}

.left-arrow-2 {
  color: var(--dark);
  display: block;
  inset: auto auto 8% 0%;
  overflow: visible;
}

.right-arrow-2 {
  color: var(--dark);
  text-align: left;
  display: block;
  inset: auto 0% 8% auto;
  overflow: visible;
}

.slide-nav-2 {
  inset: auto 0% 0%;
}

.quote-right-icon {
  color: var(--primary);
  width: 30px;
}

.div-block-11 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.text-block-4 {
  color: var(--dark);
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 600;
}

.reviews-slide-text {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.icon-4 {
  color: var(--dark);
  margin: 0;
}

.div-block-12 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.icon-5 {
  text-align: left;
  margin: 0 0 0 40px;
}

.faq {
  background-color: var(--light);
  padding-top: 60px;
  padding-bottom: 60px;
}

.faq-items {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 800px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-item {
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px 30px;
  transition: box-shadow .3s;
  box-shadow: 3px 3px 10px #000000b3;
}

.faq-item:hover {
  box-shadow: 3px 3px 10px #2601dfb3;
}

.heading3-faq {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.faq-item-text-box {
  height: auto;
  margin-top: 0;
  overflow: hidden;
}

.faq-item-text {
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.phone-icon {
  color: var(--primary2);
  width: 20px;
}

.phone-icon.phone-icon-contact {
  color: var(--primary);
  width: 25px;
}

.reviews-slite-text-box {
  height: auto;
  margin-bottom: 20px;
  overflow: hidden;
}

.reviews-slide-buttons-box {
  margin-top: 20px;
}

.show-more-text-button {
  color: var(--primary);
  cursor: pointer;
  background-color: #3898ec00;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: color .3s;
}

.show-more-text-button:hover {
  color: var(--primary-hover);
}

.show-less-text-button {
  color: var(--primary);
  cursor: pointer;
  background-color: #3898ec00;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: color .3s;
}

.show-less-text-button:hover {
  color: var(--primary-hover);
}

.heading-help-text {
  color: var(--primary);
  text-align: center;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.service-hero {
  background-image: linear-gradient(150deg, var(--primary), var(--dark2) 50%, var(--primary-hover));
  border-radius: 0;
  padding-top: 190px;
  padding-bottom: 60px;
}

.service-about {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-2 {
  height: 100vh;
}

.service-offer {
  background-color: var(--light);
  padding-top: 60px;
  padding-bottom: 60px;
}

.service-offer-content {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.service-offer-content-item {
  background-image: linear-gradient(90deg, var(--primary), var(--primary-hover));
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.service-offer-content-text {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
}

.service-offer-info-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.service-offer-info-text {
  color: var(--dark);
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.link-text {
  color: var(--primary);
  text-decoration: none;
  transition: color .3s;
}

.link-text:hover {
  color: var(--primary-hover);
}

.services-grid-read-more {
  color: var(--primary);
  text-align: center;
  margin-top: auto;
  font-size: 20px;
  font-weight: 600;
}

.service-main, .review-main {
  background-color: var(--light);
  padding-top: 60px;
  padding-bottom: 60px;
}

.review-main-grid {
  grid-column-gap: 16px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.review-main-grid-item {
  padding: 20px;
}

.contact-main {
  background-color: var(--light);
  padding-top: 60px;
  padding-bottom: 60px;
}

.contact-main-grid {
  grid-column-gap: 16px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.contact-main-grid-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--white);
  border-radius: 8px;
  flex-flow: column;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  display: flex;
  box-shadow: 3px 3px 10px #000000b3;
}

.div-block-13 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.contact-main-grid-text-link {
  color: var(--dark);
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
}

.contact-main-grid-text-link:hover {
  color: var(--primary);
}

.contact-main-grid-text {
  color: var(--dark);
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.location-icon, .code-embed {
  color: var(--primary);
  width: 25px;
}

.truck-icon {
  color: var(--primary);
  width: 35px;
}

.repair-icon {
  color: var(--primary);
  width: 30px;
}

.car-burst-icon, .fan-icon {
  color: var(--primary);
  width: 35px;
}

.car-icon {
  color: var(--primary);
  width: 30px;
}

.car-side-icon {
  color: var(--primary);
  width: 35px;
}

.service-why-us {
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-contact-title {
  color: var(--white);
  margin-bottom: -20px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 600;
}

.footer-links-title {
  color: var(--white);
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 600;
}

.footer-links-box {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: none;
  }

  .heading {
    font-size: 48px;
  }

  .paragraph {
    font-size: 18px;
  }

  .header-phone {
    background-color: var(--primary2);
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: var(--dark);
    color: var(--dark);
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf00;
  }

  .icon {
    color: #fff;
    font-size: 30px;
  }

  .heading2 {
    font-size: 40px;
  }

  .underline {
    width: 60px;
  }

  .about-content {
    flex-flow: column;
    align-items: center;
  }

  .about-content.about-content-swap {
    flex-flow: column-reverse wrap;
  }

  .about-content-img {
    width: 100%;
    max-width: 500px;
  }

  .about-content-img-box {
    width: 100%;
    position: static;
  }

  .about-content-text-box {
    width: 100%;
  }

  .about-p {
    font-size: 18px;
  }

  .services-grid-box {
    grid-template-columns: 1fr 1fr;
  }

  .mask {
    width: 400px;
  }

  .left-arrow {
    inset: auto auto 0% 0%;
  }

  .gallery-div-more {
    margin-top: 40px;
  }

  .contaiener {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .container-3 {
    max-width: 728px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-text-box {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-contact {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .link, .about-p-title, .about-list-item-text {
    font-size: 20px;
  }

  .service-offer-content {
    grid-template-columns: 1fr 1fr;
  }

  .service-offer-content-item {
    justify-content: center;
    align-items: center;
  }

  .review-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-main-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    background-image: url('../images/truck-8656645_640.jpg');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 100px;
  }

  .heading {
    margin-bottom: 5px;
    font-size: 40px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    padding: 0;
  }

  .container-2 {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 0;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .heading2 {
    font-size: 35px;
  }

  .underline {
    width: 50px;
  }

  .about-content-img {
    width: 100%;
    max-width: 500px;
  }

  .about-p {
    font-size: 16px;
  }

  .services-grid-box {
    grid-template-columns: 1fr;
  }

  .gallery {
    padding-bottom: 100px;
  }

  .mask {
    width: 400px;
    height: auto;
  }

  .image-3 {
    object-fit: cover;
  }

  .slide {
    margin-right: 30px;
  }

  .slide-nav {
    display: none;
    bottom: 0%;
  }

  .left-arrow {
    display: block;
    inset: auto auto 0% 0%;
  }

  .right-arrow {
    inset: auto 0% 0% auto;
  }

  .gallery-div-more {
    margin-top: 40px;
  }

  .gallery-overview, .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-text-box {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-contact {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .footer-contact-box {
    align-self: auto;
  }

  .footer-contact-box-item {
    align-self: center;
  }

  .footer-logo-box {
    order: 1;
    align-self: auto;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-grid.gallerry-grid2 {
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
  }

  .map {
    margin-top: 0;
  }

  .text-span-8 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .mask-2 {
    width: 100%;
  }

  .left-arrow-2, .right-arrow-2 {
    display: block;
  }

  .slide-nav-2 {
    display: none;
  }

  .heading-help-text {
    font-size: 25px;
  }

  .review-main-grid {
    grid-template-columns: 1fr;
  }

  .contact-main-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-links {
    order: 1;
  }

  .footer-links-title {
    text-align: center;
  }

  .footer-links-box {
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .heading {
    margin-bottom: 0;
    font-size: 35px;
  }

  .paragraph {
    font-size: 16px;
  }

  .div-block-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-two {
    border-radius: 0;
    flex-direction: column;
  }

  .heading2 {
    font-size: 30px;
  }

  .mask {
    width: 100%;
    height: auto;
  }

  .left-arrow {
    inset: auto auto 0% 0%;
  }

  .right-arrow {
    inset: auto 0% 0% auto;
  }

  .contaiener {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .container-3 {
    max-width: none;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .footer-contact {
    align-items: center;
  }

  .footer-contact-box-item {
    align-self: center;
  }

  .about-p-title {
    margin-bottom: 10px;
  }

  .gallery-grid {
    grid-column-gap: 10px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .gallery-grid.gallerry-grid2 {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 30px;
    display: none;
  }

  .about-list-item-text {
    font-weight: 900;
  }

  .about-list-item-circle.about-list-item-circle-second {
    width: 20px;
    min-width: 25px;
  }

  .about-list-item-circle.about-list-item-circle-third {
    min-width: 25px;
  }

  .text-span-8 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .service-offer-content {
    grid-template-columns: 1fr;
  }
}

#w-node-cea1bccb-22e2-6ce8-5b81-35d28adad02e-3e7eabeb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bce14e61-41f4-727d-51a0-aa3a3ef9cd48-3e7eabeb, #w-node-e63fb6f5-3087-b2c2-4adb-a525bb8b6c23-3e7eabeb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_7fed9bcb-106f-8f74-9138-9a2af19da483-3e7eabeb, #w-node-d53415e7-388b-19ff-a231-0cafa45c52a4-3e7eabeb, #w-node-_73ec3e15-2787-4ce4-a638-6a35cb592042-3e7eabeb, #w-node-_35109ebd-2ac2-3754-a572-5627aa0329f7-3e7eabeb, #w-node-_8ad4d50f-fd89-0605-41e5-ce508f83aeab-3e7eabeb, #w-node-_8ad4d50f-fd89-0605-41e5-ce508f83aeb1-3e7eabeb, #w-node-_8ad4d50f-fd89-0605-41e5-ce508f83aeaf-3e7eabeb, #w-node-_8ad4d50f-fd89-0605-41e5-ce508f83aeb5-3e7eabeb, #w-node-_8ad4d50f-fd89-0605-41e5-ce508f83aead-3e7eabeb, #w-node-fc9c816c-805d-24f9-0bc6-0c78168653a2-3e7eabeb, #w-node-_15ec80eb-992b-e900-6b81-209e386fc439-d4f281b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15ec80eb-992b-e900-6b81-209e386fc460-d4f281b8, #w-node-_15ec80eb-992b-e900-6b81-209e386fc469-d4f281b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_60de3cd7-fb6e-adb0-7c08-b11f159b7c47-4ff451a3 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0188b116-5d4d-3e30-2979-197cd969a225-4ff451a3 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_9c61e720-8166-3ed2-257e-c90f24d0421d-4ff451a3 {
    grid-area: 2 / 2 / 3 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0188b116-5d4d-3e30-2979-197cd969a225-4ff451a3 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9c61e720-8166-3ed2-257e-c90f24d0421d-4ff451a3 {
    grid-area: 3 / 1 / 4 / 3;
  }
}


