:root {
  --dmsans: "Dmsans Variablefont Opsz Wght", sans-serif;
  --black: #000;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.images_slide {
  backface-visibility: hidden;
  transition-property: transform opacity;
  background-color: #f5f5f5;
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.images_placeholder {
  color: #707070;
  text-align: center;
  border: 1px dashed #707070;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 20rem;
  padding: 1rem;
  display: flex;
}

.images_list {
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  height: auto;
  display: flex;
}

.images_button {
  color: #fff;
  background-color: #3898ec;
  padding: 1rem 2rem;
}

.images_instance {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.images_pagination {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.images_navigation {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f5f5f5;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
}

.images_list-wrapper {
  perspective: 1200px;
  flex: 1;
  position: relative;
  overflow: clip;
}

.images_scrollbar {
  touch-action: none;
  background-color: #f5f5f5;
}

.images_scrollbar_drag {
  background-color: #000;
  width: 20%;
  height: 1rem;
}

.images_full {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: static;
}

.main_slide {
  opacity: .3;
  backface-visibility: hidden;
  color: #fff;
  text-transform: uppercase;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 1rem;
  font-family: Oswald, sans-serif;
  font-size: 4rem;
  font-weight: 500;
  transition: all .8s;
  display: flex;
  position: relative;
}

.main_slide.is-slide-active {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 1rem;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 14rem;
  font-weight: 800;
  line-height: 2rem;
  overflow: visible;
}

.main_placeholder {
  color: #707070;
  text-align: center;
  border: 1px dashed #707070;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 20rem;
  padding: 1rem;
  display: flex;
}

.main_list {
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.main_button {
  color: #fff;
  background-color: #0000;
  padding: 0;
}

.main_instance {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.main_pagination {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 2.5rem;
  font-size: 2.5rem;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.main_navigation {
  z-index: 10;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 2rem 4rem 6rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.main_list-wrapper {
  perspective: 1200px;
  flex: 1;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.main_scrollbar {
  touch-action: none;
  background-color: #f5f5f5;
}

.main_scrollbar_drag {
  background-color: #000;
  width: 20%;
  height: 1rem;
}

.previous_button {
  color: #fc9191;
  height: 80px;
}

.next_button {
  height: 80px;
  transform: rotate(180deg);
}

.text-block {
  margin-top: 140px;
  padding-top: 0;
  line-height: 8rem;
}

.div-block {
  height: 240px;
  position: absolute;
  inset: auto 0% 0%;
}

.carousel {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  height: 250px;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.section_carousel {
  background-color: #a33b3b;
  width: 400px;
  margin: 0 20px;
  padding: 25px;
}

.text_carousel {
  font-family: Barlow;
  font-size: 18px;
}

.container_za_text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.div_paragraf {
  background-color: #976464;
  width: 900px;
  margin-top: 0;
  padding: 30px;
}

.par_div {
  font-family: Barlow;
  font-size: 17px;
}

.navigation {
  z-index: 9999;
  background-color: #131313;
  padding-top: 0;
  position: sticky;
  inset: 0% auto auto;
}

.container {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  display: flex;
  position: relative;
}

.image {
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
  position: static;
  inset: 55% 0% auto 35%;
  overflow: visible;
}

.prodaja {
  border-top: 5px #000;
  flex-flow: column;
  align-items: center;
  height: auto;
  max-height: none;
  display: flex;
}

.aktualna-ponudba {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.heading {
  outline-offset: 0px;
  color: #ffffffd9;
  text-transform: uppercase;
  border-bottom: 3px #02c8df;
  outline: 3px #fff;
  margin: 0;
  padding: 0;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
  display: block;
}

.row_auti {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.block_avti {
  padding: 16px;
}

.image-2 {
  display: block;
}

.image-3 {
  height: 250px;
}

.slika_avtonet {
  height: 230px;
}

.grid {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  grid-template: "Area Area-2 Area-3"
                 "Area-5 Area-6 Area-4"
                 "Area-7 Area-8 Area-9"
                 / 1fr 1fr 1fr;
  place-items: center;
}

.image-4 {
  vertical-align: baseline;
  width: 300px;
}

.slider {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 3px #d45f18;
  justify-content: center;
  height: auto;
  margin-top: 0;
  padding: 20px 10px 10px;
  display: flex;
}

.slider_1 {
  background-color: #00366200;
  border-radius: 20px;
  width: 100%;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
}

.slide {
  clear: none;
  background-color: #2c2c2c;
  position: relative;
  inset: 0%;
}

.image-5 {
  aspect-ratio: auto;
  opacity: 0;
  object-fit: cover;
  max-width: 100%;
  margin-left: 0;
  padding-left: 0;
  overflow: visible;
}

.mask {
  background-color: #000;
  border-radius: 10px;
}

.slide-nav {
  color: #000;
  text-align: center;
  border-radius: 0%;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  inset: auto 0% 0%;
}

.icon {
  filter: drop-shadow(3px 3px 5px #000);
  color: #fff;
  cursor: pointer;
  position: absolute;
}

.icon:hover {
  filter: drop-shadow(3px 3px 5px #000000ed);
}

.icon-2 {
  filter: drop-shadow(3px 3px 5px #000);
  cursor: pointer;
}

.hyundai_tucson {
  opacity: .9;
  width: 100%;
  overflow: visible;
}

.hover_on_div {
  z-index: 2;
  background-color: #dd3f3f;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

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

.mask-2 {
  border-radius: 10px;
}

.slide-2 {
  border-radius: 0;
}

.mask-3 {
  border-radius: 10px;
}

.image-6, .kia_sportage, .ford_fiesta {
  width: 100%;
}

.slider_2 {
  outline-offset: 0px;
  background-color: #00366200;
  border-radius: 20px;
  outline: 0 #00668e;
  justify-content: space-around;
  width: 100%;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  display: block;
}

.slider-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  padding: 10px 10px 20px;
  display: flex;
}

.skoda_kodiak {
  width: 100%;
  overflow: visible;
}

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

.dacia_duster {
  width: 100%;
}

.slide-nav-2 {
  margin-bottom: 0;
}

.slide-nav-3 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.slider-hero {
  margin-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
  display: none;
}

.melon {
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0 60px 60px;
  display: flex;
}

.text-prodaja {
  flex-flow: row;
  justify-content: flex-start;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 23px;
  display: block;
}

.par-prodaja {
  color: #fff;
  text-align: center;
  font-family: Barlow;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
}

.gumb {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.button {
  padding: 15px 20px;
}

.link-block {
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 10px;
}

.div-block-2 {
  background-image: linear-gradient(#e26319, #4d0302);
  border-radius: 100px;
  padding: 15px;
}

.gradient-circle {
  clear: left;
  background-image: linear-gradient(#d45f19 39%, #4d0302);
  border: 1px #000;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 10px;
  display: block;
  position: relative;
  inset: 0% 0% 0% auto;
}

.link-button {
  border: 1px solid #fff;
  border-radius: 100px;
  width: 220px;
  padding: 5px;
  display: flex;
  position: relative;
}

.icona-arrow {
  float: right;
  width: 40px;
  height: 35px;
  transform: rotate(90deg);
}

.heading-2 {
  color: #fff;
  margin: 9px 0 0 6px;
  padding-top: 0;
  padding-left: 0;
  font-size: 19px;
  line-height: 20px;
  text-decoration: none;
  position: absolute;
  overflow: visible;
}

.button-2 {
  color: #000;
  background-color: #02c8df;
  background-image: url('../images/circle_200x200_00668e.png');
  background-position: 0 140%;
  background-repeat: no-repeat;
  background-size: 100% 350%;
  border-radius: 100px;
  margin: 40px 0 0;
  padding: 10px 40px;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
  transition: background-position .35s;
  display: inline-block;
  position: static;
}

.button-2:hover {
  color: #fff;
  background-position: 0;
}

.button-2.gumb-prodaja {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px 60px;
}

.button-2.gumb-prodaja:hover {
  color: #fff;
}

.button-2.gumb-prodaja.navbar-contact-us {
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 30px;
}

.najem {
  border-radius: 0;
  height: auto;
  min-height: 0;
  max-height: none;
  margin-top: 0;
  padding-top: 0;
}

.najem-tab {
  flex-flow: column;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-3 {
  color: #fff;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.heading-3.mirko {
  margin-bottom: 10px;
}

.text-span {
  color: #53c6de;
  font-weight: 600;
}

.tabs_najem {
  margin-top: 30px;
}

.naslov_najem {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Barlow;
  font-size: 22px;
  font-weight: 300;
  line-height: 25px;
}

.text-block-3 {
  color: #ffffffd9;
  text-align: center;
  width: auto;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.text-block-3.padding {
  color: #ffffffd9;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-3.karoserija {
  padding-top: 40px;
  font-weight: 500;
}

.tab-link-osebna-vozila {
  background-color: #53c6de;
  border-left: 3px #000;
  border-right: 3px solid #0b2038;
  border-radius: 50px 10px 10px 50px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.tab-link-osebna-vozila.w--current {
  color: #fff;
  background-color: #53c6dea6;
  border-left: 0 #0b2038;
  border-right: 3px solid #0b2038;
  border-radius: 50px 10px 10px 50px;
  padding: 15px 35px;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  text-decoration: none;
}

.tab-link-potni-ki-kombiji {
  background-color: #53c6de;
  border-left: 3px #000;
  border-radius: 5px;
  padding: 15px 35px;
}

.tab-link-potni-ki-kombiji.w--current {
  color: #fff;
  background-color: #53c6dea6;
  border-left-style: none;
}

.tab-link-tovorni-kombiji {
  background-color: #53c6de;
  border-left: 3px solid #0b2038;
  border-right: 3px #000;
  border-radius: 10px 50px 50px 10px;
  padding: 15px 35px;
}

.tab-link-tovorni-kombiji.w--current {
  color: #fff;
  background-color: #53c6dea6;
  border-left-color: #0b2038;
}

.text-block-4, .text-block-5, .text-block-6 {
  text-transform: uppercase;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.tabs-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

.container_osebna_vozila {
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.lime-section {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.osebno-vozilo {
  width: 30%;
  height: 400px;
}

.slika_najem {
  border-top: 3px #0f2137;
  border-bottom: 3px solid #0f2137;
  border-right: 3px #0f2137;
  width: 100%;
  max-width: none;
  padding-bottom: 0;
}

.fs-slider_slide {
  backface-visibility: hidden;
  transition-property: transform opacity;
  background-color: #f5f5f5;
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: 33.33%;
  height: auto;
  padding: 1rem;
  display: flex;
  position: relative;
}

.fs-slider_placeholder {
  color: #707070;
  text-align: center;
  border: 1px dashed #707070;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 20rem;
  padding: 1rem;
  display: flex;
}

.fs-slider_list {
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  height: auto;
  display: flex;
}

.fs-slider_button {
  color: #fff;
  background-color: #3898ec;
  padding: 1rem 2rem;
}

.fs-slider_instance {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.fs-slider_pagination {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.fs-slider_navigation {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f5f5f5;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
}

.fs-slider_list-wrapper {
  perspective: 1200px;
  flex: 1;
  position: relative;
  overflow: clip;
}

.fs-slider_scrollbar {
  touch-action: none;
  background-color: #f5f5f5;
}

.fs-slider_scrollbar_drag {
  background-color: #000;
  width: 20%;
  height: 1rem;
}

.fs-slider_pagination_bullet {
  background-color: #ddd;
  width: 1rem;
  height: 1rem;
  padding: 0;
  display: inline-block;
}

.fs-slider_pagination_bullet.is-bullet-active {
  background-color: #000;
  display: inline-block;
}

.team_slide {
  backface-visibility: hidden;
  transition-property: transform opacity;
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: 33.33%;
  height: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.team_placeholder {
  color: #707070;
  text-align: center;
  border: 1px dashed #707070;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 20rem;
  padding: 1rem;
  display: flex;
}

.team_list {
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  height: auto;
  display: flex;
}

.team_button {
  color: #fff;
  background-color: #53c6de;
  border-radius: 100px;
  padding: .5rem 3rem;
}

.team_instance {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.team_pagination {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.team_navigation {
  z-index: 10;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .5rem 0;
  display: flex;
  position: relative;
}

.team_list-wrapper {
  perspective: 1200px;
  flex: 1;
  position: relative;
  overflow: clip;
}

.team_scrollbar {
  touch-action: none;
  background-color: #f5f5f5;
}

.team_scrollbar_drag {
  background-color: #000;
  width: 20%;
  height: 1rem;
}

.team_pagination_bullet {
  background-color: #53c6de;
  border-radius: 1rem;
  width: 2rem;
  height: .25rem;
  padding: 0;
  display: inline-block;
}

.team_pagination_bullet.is-bullet-active {
  background-color: #d45f18;
  border-bottom: 1px #d45f18;
  border-radius: 1rem;
  display: inline-block;
}

.najem-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 3px #0f2137;
  border-radius: 0;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0 25px;
  display: flex;
}

.naslov-carousel-najem {
  color: #fff;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.cena {
  color: #53c6de;
  padding-top: 0;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.tax {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-finsweet {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 26px;
  display: flex;
}

.tab-pane-osebna-vozila {
  color: #fff;
  margin-top: 20px;
}

.icona-levo {
  height: 25px;
  transform: rotate(270deg);
}

.icona-desno {
  height: 25px;
  transform: rotate(90deg);
}

.tab-pane-potni-ki-kombiji {
  border-bottom: 3px #000;
  margin-top: 20px;
  margin-bottom: 20px;
}

.potniski-kombi-container {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  border-radius: 0;
  flex-flow: column;
  margin-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.gor {
  justify-content: center;
  align-items: center;
  display: flex;
}

.dol {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.slike_kombi {
  background-color: #0f2137;
  border-right: 3px #141414;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  margin-left: 20px;
  margin-right: 0;
  padding-top: 0;
  padding-left: 9px;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.slike_kombi.desna {
  border-left: 3px #0f2137;
  border-right-style: none;
  margin-right: 20px;
}

.image-7 {
  width: auto;
}

.slika-kombija {
  width: 60%;
}

.text-kombi {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.naslov-potniski {
  color: #fff;
  border-bottom: 2.5px solid #d45f18;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Barlow;
  font-size: 23px;
  font-weight: 600;
}

.div-block-3 {
  color: #fff;
  font-family: Barlow;
  font-size: 20px;
}

.cena-potniski {
  color: #53c6de;
  font-family: Barlow;
  font-size: 20px;
  font-weight: 600;
}

.text-block-7 {
  color: #fff;
  padding-top: 5px;
  font-family: Barlow;
  font-weight: 300;
}

.sedezi {
  color: #fff;
  padding-top: 10px;
  font-family: Barlow;
  font-weight: 600;
}

.text-span-2 {
  font-size: 20px;
}

.potniski_kombi_slide {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  backface-visibility: hidden;
  transition-property: transform opacity;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 49%;
  height: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.potniski_kombi_placeholder {
  color: #707070;
  text-align: center;
  border: 1px dashed #707070;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 20rem;
  padding: 1rem;
  display: flex;
}

.potniski_kombi_list {
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  height: auto;
  display: flex;
}

.potniski_kombi_button {
  color: #fff;
  background-color: #53c6de;
  border-radius: 100px;
  padding: .5rem 3rem;
  font-family: Barlow;
}

.potniski_kombi_instance {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.potniski_kombi_pagination {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.potniski_kombi_navigation {
  z-index: 10;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .5rem 0;
  display: flex;
  position: relative;
}

.potniski_kombi_list-wrapper {
  perspective: 1200px;
  flex: 1;
  position: relative;
  overflow: clip;
}

.potniski_kombi_scrollbar {
  touch-action: none;
  background-color: #f5f5f5;
}

.potniski_kombi_scrollbar_drag {
  background-color: #000;
  width: 20%;
  height: 1rem;
}

.potniski_kombi_pagination_bullet {
  background-color: #53c6de;
  border-radius: 20px;
  width: 2rem;
  height: .25rem;
  padding: 0;
  display: inline-block;
}

.potniski_kombi_pagination_bullet.is-bullet-active {
  background-color: #d45f18;
  display: inline-block;
}

.potniski_kombi-container {
  width: 100%;
  padding: 25px;
}

.slika-pot {
  border-bottom: 3px solid #0f2137;
  width: 100%;
  max-width: none;
  height: auto;
  display: inline-block;
}

.pot-div {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  align-items: flex-start;
  padding-bottom: 26px;
  padding-left: 10px;
  display: flex;
}

.st-sedezev {
  color: #fff;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cena-pot {
  color: #6ec4dd;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}

.tax-pot {
  color: #fff;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 15px;
}

.ime-kombi {
  color: #fff;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 22px;
}

.tovorni-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
  display: flex;
}

.section-tovorni {
  flex-flow: column;
  align-items: center;
  width: 33.3%;
  display: block;
}

.tovorni-slika {
  border-bottom: 3px solid #0f2137;
  width: 100%;
  display: block;
  overflow: clip;
}

.tovorni-naslov {
  color: #fff;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.tovorni-cena {
  color: #53c6de;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.tovorni-tax {
  font-family: var(--dmsans);
  color: #fff;
  font-weight: 300;
}

.text-tovorni {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 10px;
  display: flex;
}

.tovorni-sedezi {
  color: #fff;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

._3-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  width: 50%;
  display: flex;
}

._4-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

._1-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: auto;
  display: flex;
}

._2-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-4 {
  display: block;
}

.transport {
  height: auto;
  padding-top: 0;
  padding-bottom: 20px;
}

.trans-container {
  height: 100%;
}

.trans-head {
  font-family: var(--dmsans);
  color: #fff;
  text-align: center;
  margin: 0;
  padding-top: 40px;
  font-size: 50px;
  font-weight: 700;
}

.trans-text {
  color: #fff;
  text-align: center;
  padding: 30px 60px;
  font-family: Barlow;
  font-size: 22px;
  font-weight: 300;
  line-height: 25px;
}

.bold-text {
  font-weight: 300;
}

.trans-slikice-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 30px 60px;
  display: flex;
}

.trans-pokoncno {
  color: #fff;
  border: 4px solid #131313;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: auto;
  margin-bottom: 90px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0;
  display: flex;
  box-shadow: 8px 8px 10px 2px #00000069;
}

.trans-narobe {
  border: 4px solid #131313;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: auto;
  margin-top: 90px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0;
  display: flex;
  box-shadow: 8px 8px 10px 2px #00000069;
}

.trans-slika {
  object-fit: fill;
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.trans-slika.dol {
  border-radius: 0 0 10px 10px;
}

.text-con {
  color: #fff;
  width: 100%;
  height: auto;
}

.trans-slikice-naslov {
  margin-top: 20px;
  padding-left: 10px;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 20px;
}

.text-slikice {
  padding: 0 10px 20px;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.pridobite-pnudbo {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
  display: flex;
}

.gor-trans {
  align-items: center;
  width: 50%;
  display: flex;
}

.dol-trans {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.gumb-1 {
  opacity: 1;
  color: #000;
  background-color: #02c8df;
  background-image: url('../images/circle_200x200_00668e.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 12px;
  margin-left: 0;
  margin-right: 0;
  padding: 17px 30px;
  font-family: Barlow;
  font-size: 19px;
  font-weight: 700;
  line-height: 21px;
}

.selitve {
  color: #000;
}

.naslov-selitve {
  border-bottom: 2.5px #d45f18;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.selitve-head {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  font-family: var(--dmsans);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin: 0;
  padding-top: 25px;
  font-size: 50px;
  font-weight: 700;
  display: block;
}

.section-selitve {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  display: flex;
}

.text-block-8 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  padding: 30px;
  font-family: Barlow;
  font-size: 22px;
  font-weight: 300;
}

.text-selitve {
  color: #fff;
  text-align: center;
  border-bottom: 3px #d45f18;
  padding: 30px;
  font-family: Barlow;
  font-size: 22px;
  font-weight: 300;
  line-height: 25px;
}

.levo {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #131313;
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  margin-left: 20px;
  margin-right: 0;
  padding: 10px;
  display: flex;
}

.desno {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #131313;
  border-radius: 5px;
  flex-flow: column;
  width: 25%;
  margin-left: 0;
  margin-right: 20px;
  padding: 10px;
  display: flex;
}

.kaj-nudimo {
  color: #02c8df;
  text-align: center;
  border-bottom: 3px #d45f18;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
}

.lime-selitve {
  border-bottom: 2px solid #2f3036;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
  padding-right: 0;
  display: flex;
}

.lime-selitve.spodnji {
  border-bottom-style: none;
}

.text-lime-selitve {
  color: #ffffffd9;
  text-transform: none;
  padding-top: 5px;
  padding-left: 0;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
}

.dot-selitve {
  width: 35px;
  padding-top: 5px;
  padding-right: 10px;
  display: block;
  overflow: visible;
}

.dot-selitve.tovorni-dot {
  width: 30px;
  padding-top: 0;
  padding-bottom: 3px;
}

.kaj-nudimo-lime {
  text-align: center;
  padding-bottom: 20px;
}

.text-nudimo {
  color: #ffffffd9;
  padding: 40px 20px 20px;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.moving {
  width: auto;
  height: auto;
}

.animacija-selitve {
  width: 30%;
}

.kotnakt {
  padding-bottom: 0;
}

.kontakt-container {
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: auto;
  padding-bottom: 60px;
  display: block;
}

.form-wrap {
  grid-column-gap: 1.65rem;
  grid-row-gap: 1.65rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.form-block {
  clear: none;
  color: #000;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-right: 0;
}

.checkbox-label {
  color: #fff;
  padding-left: 10px;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
}

.link {
  color: #53c6de;
  font-weight: 600;
}

.form_input {
  color: #747474;
  text-align: left;
  background-color: #fff;
  border: 2.5px solid #4e4e4e;
  border-radius: 5px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6rem;
  transition: border .3s ease-out;
  overflow: visible;
}

.form_input:hover {
  border-color: #6ec4dd;
}

.form_input:active {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
}

.form_input:focus {
  border-color: #d45f18;
}

.form_input::placeholder {
  color: #707070;
}

.checkbox {
  width: 1.3rem;
  height: 1.3rem;
  margin-top: 4px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.checkbox.w--redirected-checked {
  background-color: #53c6de;
  background-image: url('../images/material-symbols--check.svg');
  background-position: 50%;
  background-size: 24px;
}

.checkbox-form-input {
  margin-bottom: 0;
  padding: .5rem .756rem .5rem .75rem;
  font-family: Barlow;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.gumb-form {
  color: #142136;
  background-color: #53c6de;
  border-radius: 5px;
  margin-top: 0;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6rem;
}

.form-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.heading-5 {
  font-family: var(--dmsans);
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  font-size: 50px;
  line-height: 44px;
}

.map {
  border-radius: 5px;
  margin-top: 0;
  padding-top: 0;
}

.mapa {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-top: 0;
  padding: 40px 20px 0 30px;
  display: block;
}

.kontakt-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.text-block-9 {
  padding: .5rem .75rem;
  font-family: Barlow;
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.success-message {
  background-color: #53c6de;
  border-radius: 5px;
  margin-top: 19px;
  padding-top: 20px;
}

.text-block-10 {
  font-family: Barlow;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.6rem;
}

.error-message {
  border-radius: 5px;
  margin-top: 20px;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
}

.form-con {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  margin-top: 40px;
  padding: 0 30px 0 20px;
  display: flex;
}

.text-block-11 {
  color: #ffffffd9;
  padding-bottom: 20px;
  font-family: Barlow;
  font-size: 1rem;
  line-height: 1.6rem;
}

.heading-7 {
  color: #fff;
  font-family: Barlow;
  font-weight: 600;
}

.naslov-form {
  color: #fff;
  text-align: left;
  margin-top: 0;
  font-family: Barlow;
}

.naslov-naslov {
  color: #fff;
  padding-bottom: 13px;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.delovni-cas {
  color: #fff;
  padding-top: 20px;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 2rem;
}

.text-kontakt {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
  display: flex;
}

.delovni-cas-div {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  padding-top: 5px;
  display: flex;
}

.text-block-12 {
  font-family: Barlow;
}

.text-block-delovni-cas {
  color: #fff;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 17px;
  line-height: 1.6rem;
}

.text-span-3, .text-span-4, .text-span-5, .text-span-6 {
  color: #6ec4dd;
}

.link-2 {
  color: #fff;
  font-weight: 700;
}

.text-span-7, .text-span-8 {
  color: #6ec4dd;
}

.link-3 {
  color: #fff;
  font-weight: 700;
}

.text-span-9 {
  font-weight: 700;
}

.link-4 {
  color: #fff;
  font-weight: 700;
}

.icon-links {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.icona-image {
  width: 2.8rem;
  display: inline-block;
}

.footer {
  background-color: #2f3036;
}

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

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  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;
}

.section-footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #2f3036;
  border-top: 5px solid #161617;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.logo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.storitve {
  height: 100%;
  margin-top: 0;
  padding-top: 18px;
}

.o-nas, .kontakt-footer {
  height: 100%;
  padding-top: 0;
}

.logo-img {
  width: 300px;
}

.lime-storitve {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.naslov-footer {
  color: #6ec4dd;
  margin-top: 0;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 20px;
  line-height: 1.6rem;
}

.link-storitve {
  color: #fff;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 17px;
  font-weight: 200;
  line-height: 1.6rem;
  text-decoration: underline;
}

.link-storitve.domov {
  color: #6ec4dd;
}

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

.text-footer {
  color: #fff;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 17px;
  line-height: 1.6rem;
}

.icone-footer-div {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  padding-top: 5px;
  padding-left: 10px;
  display: flex;
}

.icona-footer {
  width: 30px;
}

.beloew-footer-container {
  justify-content: space-around;
  align-items: center;
  padding: 40px 60px 21px;
  display: flex;
}

.link-below-footer {
  padding: 18px;
}

.link-below {
  color: #ffffffa6;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.bold-text-2 {
  font-family: Barlow;
  text-decoration: none;
}

.bold-text-3 {
  text-decoration: none;
}

.logo-prodaja {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  padding: 11px;
  display: block;
}

.logo-image {
  width: 100%;
  padding: 0;
}

.slika-prodaja {
  height: auto;
  padding-bottom: 0;
  display: block;
  overflow: hidden;
}

.slika-prodaja.gsv {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
}

.h5-melon {
  color: #ffffffd9;
  margin-top: 10px;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
}

.text-melon {
  color: #ffffffd9;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.about-us {
  position: static;
  inset: 0%;
}

.onas-naslov {
  opacity: 1;
  color: #fff;
  text-transform: none;
  margin-top: 0;
  padding: 40px 60px 0;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 50px;
  line-height: 3.8rem;
  position: static;
}

.text-span-10 {
  color: #53c6de;
}

.about-us-event {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-us-event.crta-event {
  border-top: 2px #d45f18b3;
}

.about-us-box-dol {
  width: 50%;
  padding: 40px 50px;
}

.about-us-box-dol.barva-192f4e {
  background-color: #131313;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.podnaslov-about {
  color: #ffffffe6;
  text-align: center;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 0;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.heading-8 {
  color: #53c6de;
  text-transform: uppercase;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.text-box {
  color: #fff;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
}

.about-us-box {
  width: 50%;
  padding: 40px 50px;
}

.about-us-box.barva--192f4e {
  background-color: #131313;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

.transport-2 {
  padding: 0 140px 0 100px;
}

.about-us-transport {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.container-transport-about-us {
  background-color: #131313;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  width: 50%;
  padding: 40px 60px 0;
}

.text-transport-about-us {
  color: #fff;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 17px;
  line-height: 23px;
}

.alineje-box {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 5px;
  display: flex;
}

.alineje {
  align-items: flex-start;
  padding-top: 25px;
  display: flex;
}

.text-block-about-us {
  color: #fff;
  padding-right: 10px;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.bold-text-4, .bold-text-5 {
  color: #53c6de;
}

.pikica {
  width: 35px;
  max-width: none;
  padding: 0 10px 0 0;
  overflow: visible;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

._1-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-around;
  align-items: center;
  padding-right: 80px;
  display: flex;
}

._2-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-around;
  align-items: flex-start;
  padding-left: 80px;
  display: flex;
}

.link-5 {
  color: #fff;
}

.link-hero {
  color: #fff;
  cursor: pointer;
  padding-top: 140px;
  text-decoration: none;
}

.cenik {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 60px 10px 40px;
  display: flex;
}

.cenik-potni-ki {
  background-color: #131313;
  border-left: 2px solid #6ec4dd;
  border-right: 2px solid #6ec4dd;
  width: 33%;
  padding: 15px;
}

.cenik-tovorni {
  background-color: #131313;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 33%;
  padding: 15px;
}

.cenik-osebna-vozila {
  background-color: #131313;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 33%;
  padding: 15px;
}

.head-cenik {
  color: #ffffffe6;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 19px;
  font-weight: 600;
}

.text-block-cenik {
  color: #ffffffd9;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.text-span-11, .text-span-12 {
  font-size: 14px;
  font-weight: 200;
}

.text-cenik-div {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-span-13 {
  font-size: 15px;
  font-weight: 700;
}

.copyright {
  color: #ffffffd9;
  padding-top: 5px;
  padding-bottom: 10px;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 15px;
}

.lottie-animation {
  width: 30px;
}

._400km {
  color: #ffffffd9;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-span-14 {
  color: #53c6de;
}

.osebna-vozila-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.standard {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #131313;
  border: 2px solid #2f3036;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: block;
}

.suv {
  background-color: #131313;
  border: 1px solid #2f3036;
  border-radius: 10px;
  padding: 20px;
}

.karavan {
  background-color: #131313;
  border: 2px solid #2f3036;
  border-radius: 10px;
  padding: 20px;
}

.luksuz {
  background-color: #131313;
  border: 1px solid #2f3036;
  border-radius: 10px;
  padding: 20px;
}

.slika-auta {
  width: 100%;
  padding: 0;
  transform: rotate(0);
}

.slika-auta.obrni {
  transform-style: preserve-3d;
  padding-top: 0;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.naslov-osebni-auto {
  color: #ffffffe6;
  text-align: center;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.block-osebni {
  margin-top: 0;
  padding-top: 0;
}

.cena-osebnega-auta {
  color: #6ec4dd;
  text-align: center;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.lottie-animation-2 {
  width: 35px;
  padding-top: 20px;
}

.scroll-down-trigger {
  z-index: -1;
  height: 75vh;
  position: absolute;
  inset: 25vh 0% auto;
}

.wrapper-lottie {
  z-index: 9999;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 100px;
  display: block;
  position: absolute;
  inset: auto 0% 0% 66%;
  transform: translate(-50%);
}

.wrapper-lottie.w--current {
  position: absolute;
  inset: 12% auto auto 0%;
}

.partnerji {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
}

.partnerji-con {
  width: 20%;
}

.partnerji-img {
  border-radius: 7px;
}

.box-partnerji-com {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-9 {
  color: #ffffffd9;
  text-align: left;
  border-bottom: 3px #02c8df;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
}

.o-prevoznih-storitvah {
  padding-top: 40px;
}

.block-storitve {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.block-storitve.padding-storitve {
  padding-top: 0;
}

.box-storitve {
  width: 30%;
  height: 200px;
}

.icona-storitve {
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
}

.icona-storitve.padding-icona {
  padding-bottom: 0;
}

.heading-10 {
  color: #53c6de;
  text-align: center;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
}

.head-storitve {
  color: #53c6de;
  text-align: center;
}

.heading-12, .heading-13, .heading-14 {
  color: #53c6de;
  text-align: center;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
}

.heading-15 {
  color: #53c6de;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 0;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
}

.text-block-storitve {
  color: #ffffffbf;
  text-align: center;
  flex-flow: column;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 18px;
  display: block;
}

.button-poglej-vec.button-combo-hero {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tovorna-vozila_slide {
  backface-visibility: hidden;
  transition-property: transform opacity;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  height: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.tovorna-vozila_placeholder {
  color: #707070;
  text-align: center;
  border: 1px dashed #707070;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 20rem;
  padding: 1rem;
  display: flex;
}

.tovorna-vozila_list {
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  height: auto;
  display: flex;
}

.tovorna-vozila_button {
  color: #fff;
  background-color: #53c6de;
  border-radius: 100px;
  padding: .5rem 3rem;
}

.tovorna-vozila_instance {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.tovorna-vozila_pagination {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.tovorna-vozila_navigation {
  z-index: 10;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .5rem 0;
  display: flex;
  position: relative;
}

.tovorna-vozila_list-wrapper {
  perspective: 1200px;
  flex: 1;
  position: relative;
  overflow: clip;
}

.tovorna-vozila_scrollbar {
  touch-action: none;
  background-color: #f5f5f5;
}

.tovorna-vozila_scrollbar_drag {
  background-color: #000;
  width: 20%;
  height: 1rem;
}

.tovorna-vozila_pagination_bullet {
  background-color: #53c6de;
  border-radius: 20px;
  width: 2rem;
  height: .25rem;
  padding: 0;
  display: inline-block;
}

.tovorna-vozila_pagination_bullet.is-bullet-active {
  background-color: #d45f18;
  display: inline-block;
}

.block-text-tovorni {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 26px;
  padding-left: 10px;
  display: flex;
}

.ime-tovornega-kombija {
  color: #fff;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.cena-tovornega-vozila {
  color: #6ec4dd;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.ddv-tovorni {
  color: #fff;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
}

._404--container {
  background-color: #0b2038;
  border-radius: 20px;
  width: 50%;
  height: 50%;
}

.lonely-404 {
  width: 250px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
}

.button-graph {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-main-page {
  color: #fff;
  background-color: #53c6de;
  border-radius: 6px;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 30px;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.button-main-page.w--current, .button-main-page.w--current:hover {
  color: #fff;
}

.text-ta-stran-ni-na-voljo {
  color: #ffffffd9;
  text-align: center;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.section-spolosni-pgoji {
  background-color: #0b2038;
  background-image: radial-gradient(circle, #2f3036, #131313 10%, #2f3036 20%, #131313 30%, #2f3036 40%, #131313 50%, #2f3036 60%, #131313 70%, #2f3036 80%, #131313 90%);
  border-radius: 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.body {
  background-color: #2f3036;
  border-radius: 0;
}

.heading-16 {
  color: #ffffffd9;
  text-align: center;
  padding-top: 40px;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.heading-splo-ni-pogoji {
  color: #ffffffd9;
  text-align: center;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 30px;
  font-size: 50px;
  line-height: 60px;
}

.block-splosni-pogoji {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-13 {
  color: #ffffffd9;
  text-align: center;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.naslov--h2 {
  color: #ffffffd9;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 2px solid #d45f18;
  margin-left: 0;
  margin-right: 0;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 25px;
}

.lynx-logo {
  display: inline-block;
}

.link-block-home.w--current {
  padding: 20px;
}

.section-pravilnik {
  background-image: radial-gradient(circle at 0 0, #2f3036, #131313 10%, #2f3036 20%, #131313 30%, #2f3036 40%, #131313 50%, #2f3036 60%, #131313 70%, #2f3036 80%, #131313 90%, #2f3036 104%);
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.body-2 {
  background-color: #0b2038cc;
}

.navbar-pravilnik {
  padding: 20px;
}

.image-8 {
  padding: 0;
}

.naslov-pravilnik {
  color: #ffffffd9;
  text-align: center;
  text-transform: uppercase;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.heading-17 {
  color: #ffffffd9;
}

.block-pravilnik {
  justify-content: flex-start;
  align-items: stretch;
  padding: 0 60px 22px 20px;
  display: flex;
}

.box-pravilniki {
  flex-flow: column;
  justify-content: flex-start;
  padding-left: 0;
  display: flex;
}

.text-block-14 {
  text-align: left;
  text-transform: none;
  padding-left: 60px;
  font-size: 20px;
  font-weight: 500;
}

.heading-18 {
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
}

.naslov-politika {
  color: #ffffffd9;
  text-transform: capitalize;
  padding-left: 60px;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 23px;
  font-weight: 600;
  display: block;
}

.text-block-pravilnik {
  color: #ffffffd9;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.container-pravilniki-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 40px;
  display: flex;
}

.kontakt-pravilnik {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 60px;
  display: flex;
}

.heading-19 {
  color: #6ec4dd;
  margin-left: 0;
  margin-right: 0;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 23px;
  font-weight: 700;
}

.kontakt-text-block {
  color: #ffffffd9;
  padding-left: 0;
  padding-right: 60px;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.button-3 {
  color: #fff;
  border-radius: 8px;
  margin-top: 20px;
  padding: 15px 35px;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.domaca-stran {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.main-prodaja {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.avto-verzija {
  background-color: #131313;
  border: 2px solid #2f3036;
  border-radius: 10px;
  flex-flow: column;
  align-items: center;
  padding-bottom: 20px;
  transition: all .25s;
  display: flex;
}

.avto-verzija:hover {
  background-color: #2f3036;
  border-color: #131313;
  transform: scale(1.02);
}

.slika-avto-verzije {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.text-avto-vezija {
  color: #ffffffe6;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.button-4 {
  color: #ffffffe6;
  background-color: #0000;
  border: 2px solid #02c8df;
  border-radius: 100px;
  margin-top: 20px;
  padding: 12px 20px;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.tovorni-kombi-block {
  background-color: #131313;
  border: 2px solid #2f3036;
  border-radius: 10px;
  flex-flow: column;
  align-items: center;
  padding: 10px 10px 20px;
  display: flex;
  overflow: hidden;
}

.slika-tovorni-kombi-img {
  aspect-ratio: auto;
  object-fit: fill;
  border-radius: 10px;
  height: 333px;
  padding: 0;
  overflow: hidden;
}

.info-box-tovorni-kombi {
  flex: 0 auto;
}

.naslov-tovorna-vozila {
  color: #fff;
  text-align: center;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 21px;
}

.text-tovorna-vozila {
  color: #ffffffd9;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.cena-tovorni-kombiji {
  color: #53c6de;
  text-align: left;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 21px;
  font-weight: 600;
  text-decoration: none;
}

.tovorni-kombi-ddv {
  color: #fff;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 15px;
}

._2-row-transportni, ._1-row-transportni {
  padding: 10px;
}

._1-2-row-container {
  justify-content: flex-start;
  padding: 10px;
  display: flex;
}

.cena-ddv-container {
  padding-top: 0;
  padding-left: 30px;
}

.bonitetna-ocena {
  width: 350px;
  margin-top: 10px;
  padding-top: 0;
}

.splosni-pogoji-paragraf {
  color: #ffe6e6;
  text-align: justify;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.text-span-15 {
  font-size: 20px;
}

.fs-consent_component {
  display: block;
}

.fs-consent_banner {
  z-index: 9999;
  background-color: #fff;
  border-radius: 20px 0 0;
  max-width: 45rem;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: auto 0 0% auto;
}

.fs-consent_banner_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 15px;
  display: flex;
}

.fs-consent_banner_paragraph {
  color: #000;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 22px;
}

.fs-consent_banner_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  display: flex;
}

.fs-consent_allow {
  color: #000;
  background-color: #53c6de;
  padding: .5rem 1rem;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.hero-section {
  height: 100vh;
  position: relative;
}

.navbar-link-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: static;
  top: 0;
}

.navbar-link {
  color: #ffffffd9;
  border: 2px #53c6de;
  border-radius: 0;
  margin-left: 0;
  padding: 12px 25px;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
  transform: skew(0deg);
}

.navbar-link:hover {
  border-bottom-style: solid;
}

.text-link-block-navbar {
  margin-top: 0;
  font-weight: 700;
  text-decoration: none;
}

.contakt-us-container {
  border-left: 2px #fff;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-video {
  z-index: 1;
  opacity: .75;
  border-radius: 25px;
  width: 70vw;
  height: 70vh;
  position: absolute;
  inset: 22vh auto 0% 35vh;
}

.body-3 {
  background-color: #353330;
}

.video-overlay {
  z-index: 2;
  opacity: 1;
  height: 100vh;
  position: relative;
}

.overlay {
  z-index: 3;
  margin-left: 0;
  padding-left: 0;
  position: absolute;
  inset: 0%;
}

.body-glow {
  z-index: 2;
  background-image: repeating-radial-gradient(circle, #2f3036, #131313 10%, #2f3036 20%, #131313 30%, #2f3036 40%, #1b1b1b 50%, #2f3036 60%, #131313 70%, #2f3036 80%, #131313 90%, #2f3036);
  width: 100%;
  height: auto;
  position: relative;
  inset: 0%;
}

.hero-glow {
  z-index: 1;
  opacity: .3;
  filter: blur(100px);
  background-color: #f8f3ea;
  border-radius: 300px;
  width: 300px;
  height: 300px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.avtoverzija-1-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.avtoverzija-2-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-start;
  display: flex;
}

.videji {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.background-video-2 {
  border-top-left-radius: 300px;
  border-bottom-left-radius: 300px;
  width: 50%;
  height: 100vh;
  margin-left: 50%;
  padding-left: 0%;
  overflow: hidden;
}

.hero-block {
  z-index: 1;
  opacity: 1;
  padding-top: 60px;
  position: relative;
}

.heading-20 {
  color: #fff4f4;
  padding-top: 0;
  padding-left: 80px;
  padding-right: 80px;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 70px;
  line-height: 80px;
}

.heading-21 {
  color: #ffffffe6;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 45px;
}

.text-span-16, .text-span-17, .text-span-18 {
  color: #02c8df;
  text-transform: uppercase;
}

.sub-heading-hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.crta-hero-subheading {
  background-color: #fff;
  width: 100px;
  height: 3px;
}

.spline-scene {
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.fs-consent_component-2 {
  display: none;
}

.fs-consent_banner-2 {
  z-index: 9999;
  background-color: #f5f5f5;
  border-top-left-radius: 30px;
  max-width: 45rem;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-consent_banner_wrapper-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_banner_paragraph-2 {
  color: #000;
  margin-bottom: 0;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.fs-consent_allow-2 {
  color: #fff;
  background-color: #0f2037;
  padding: .6rem 1.2rem;
  font-family: Dmsans Variablefont Opsz Wght, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.image_hero_wrapper {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.slika-lynx {
  display: block;
  position: relative;
  right: 75px;
}

.slika-kombi-lynx {
  display: block;
  position: relative;
  inset: auto auto 131px 0;
  overflow: hidden;
}

.slika-gume {
  position: absolute;
}

.gume-slika {
  z-index: 0;
  width: 50%;
  height: 100vh;
  position: absolute;
  inset: 0%;
  transform: rotate(-31deg);
}

.hamburger-lottie {
  display: none;
}

.body-4 {
  background-color: #2f3036;
  border-top: 5px solid #151515;
}

.bold-text-6, .bold-text-7 {
  text-transform: uppercase;
}

.text-block-apear {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.line {
  background-color: #02c8df;
  border-radius: 10px;
  width: 100%;
  height: 5px;
  margin-top: 2px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

@media screen and (min-width: 1920px) {
  .image {
    width: 750px;
    padding: 20px;
  }

  .prodaja {
    border-top-style: none;
    height: auto;
  }

  .aktualna-ponudba {
    padding-top: 40px;
  }

  .heading {
    font-size: 30px;
  }

  .slider_1 {
    width: 100%;
  }

  .hyundai_tucson {
    object-fit: fill;
  }

  .slider_2 {
    width: 100%;
  }

  .slider-hero {
    padding-left: 60px;
    padding-right: 60px;
  }

  .melon {
    margin-top: 0;
    padding-top: 60px;
  }

  .button-2 {
    margin-bottom: 0;
    padding: 20px 40px;
    font-size: 21px;
  }

  .button-2.gumb-hero {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .heading-3 {
    font-size: 60px;
  }

  .text-block-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .text-block-3 {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 25px;
  }

  .text-block-4, .text-block-5, .text-block-6 {
    font-size: 19px;
  }

  .slika_najem {
    width: 100%;
  }

  .team_button {
    padding: .75rem 4rem;
  }

  .naslov-carousel-najem {
    font-size: 23px;
  }

  .cena {
    font-size: 23px;
    line-height: 23px;
  }

  .tax {
    font-size: 18px;
  }

  .icona-levo, .icona-desno {
    height: 35px;
  }

  .potniski_kombi_pagination_bullet.is-bullet-active {
    background-color: #d45f18;
  }

  ._3-4 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: flex-start;
    margin-left: 20px;
    padding-right: 10px;
    display: flex;
  }

  ._4-4 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-right: 20px;
    padding-left: 10px;
    display: flex;
  }

  ._1-4 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-left: 20px;
    padding-right: 10px;
  }

  ._2-4 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-right: 20px;
    padding-left: 10px;
  }

  .trans-slikice-naslov {
    font-size: 25px;
  }

  .text-slikice {
    font-size: 21px;
    font-weight: 300;
  }

  .selitve {
    height: auto;
  }

  .kaj-nudimo {
    color: #53c6de;
    font-weight: 700;
  }

  .text-lime-selitve {
    font-size: 23px;
  }

  .kaj-nudimo-lime {
    padding-bottom: 30px;
  }

  .text-nudimo {
    font-size: 25px;
  }

  .kontakt-container {
    padding-top: 3px;
  }

  .checkbox-label {
    font-size: 21px;
  }

  .form_input {
    padding: .75rem 1rem;
    font-size: 21px;
  }

  .checkbox {
    margin-top: 2px;
    padding-top: 0;
  }

  .gumb-form {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 21px;
  }

  .naslov-naslov, .text-block-delovni-cas {
    font-size: 20px;
  }

  .icona-image {
    width: 3.5rem;
  }

  .section-footer {
    height: auto;
    padding-bottom: 20px;
  }

  .naslov-footer {
    font-size: 23px;
  }

  .link-storitve {
    padding-bottom: 3px;
    font-size: 21px;
  }

  .text-footer {
    padding-top: 5px;
    font-size: 21px;
  }

  .icona-footer {
    width: 2.5rem;
  }

  .link-below {
    font-size: 19px;
  }

  .slika-prodaja.gsv {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .h5-melon {
    padding-top: 0;
    font-size: 25px;
  }

  .h5-melon.gsv {
    padding-top: 15px;
  }

  .text-melon {
    font-size: 20px;
  }

  .onas-naslov {
    font-size: 60px;
  }

  .about-us-event {
    padding-top: 10px;
  }

  .podnaslov-about {
    font-size: 30px;
  }

  .heading-8 {
    font-size: 23px;
  }

  .text-box {
    font-size: 21px;
    line-height: 27px;
  }

  .transport-2 {
    padding-left: 250px;
    padding-right: 250px;
  }

  .text-transport-about-us {
    color: #ffffffbf;
    font-size: 21px;
    line-height: 27px;
  }

  .text-block-about-us {
    color: #ffffffbf;
    font-size: 20px;
  }

  .pikica {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }

  .head-cenik {
    font-size: 24px;
  }

  .text-block-cenik {
    font-size: 20px;
  }

  .text-span-11, .text-span-12 {
    font-size: 16px;
  }

  .text-span-13 {
    font-size: 17px;
  }

  .standard, .suv, .karavan, .luksuz {
    padding-top: 0;
  }

  .slika-auta {
    width: 100%;
  }

  .slika-auta.obrni {
    overflow: clip;
  }

  .lottie-animation-2 {
    width: 35px;
    padding-top: 0;
  }

  .wrapper-lottie {
    padding-bottom: 0;
    position: absolute;
    inset: auto 50% auto auto;
  }

  .heading-9 {
    border-bottom-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .fs-consent_component {
    display: block;
  }

  .fs-consent_banner_paragraph {
    font-size: 20px;
    line-height: 25px;
  }

  .fs-consent_allow {
    padding: 1rem 2rem;
    font-size: 18px;
  }

  .heading-20 {
    font-size: 90px;
    line-height: 110px;
  }

  .slika-lynx {
    width: 330px;
    top: -5px;
    right: 86px;
  }

  .slika-kombi-lynx {
    width: 500px;
    position: relative;
    bottom: 140px;
    left: auto;
  }

  .gume-slika {
    height: 85vh;
    overflow: hidden;
  }

  .line {
    background-color: #02c8df;
    border-radius: 10px;
    width: auto;
    height: 6px;
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .images_full {
    object-fit: cover;
  }

  .main_slide.is-slide-active {
    font-size: 6rem;
  }

  .previous_button, .next_button {
    height: 60px;
  }

  .navigation {
    z-index: 3;
    background-color: #2f3036;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0%;
    padding-bottom: 10px;
    display: flex;
    position: relative;
    inset: 0%;
  }

  .container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    display: flex;
    position: static;
  }

  .prodaja {
    height: 100%;
  }

  .heading {
    font-size: 20px;
  }

  .slider {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider_1 {
    width: 100%;
  }

  .slide-nav {
    height: auto;
  }

  .icon-2 {
    width: 20px;
    margin: 0;
    overflow: visible;
  }

  .hyundai_tucson {
    object-fit: cover;
    height: 100%;
  }

  .left-arrow {
    width: 20px;
    display: none;
    inset: 0% auto 0% 0%;
    overflow: visible;
  }

  .slider_2 {
    width: 100%;
  }

  .slider-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-arrow, .left-arrow-2, .left-arrow-3, .right-arrow-2, .right-arrow-3, .right-arrow-4, .right-arrow-5, .right-arrow-6 {
    display: none;
  }

  .slider-hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .melon {
    padding-left: 0;
    padding-right: 0;
  }

  .button-2 {
    padding: 12px 20px;
    font-size: 16px;
  }

  .button-2.gumb-prodaja.navbar-contact-us {
    font-size: 20px;
    font-weight: 500;
  }

  .button-2.gumb-hero {
    z-index: 3;
    position: static;
  }

  .najem {
    height: 100%;
  }

  .heading-3, .heading-4 {
    font-size: 45px;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .tab-link-osebna-vozila, .tab-link-osebna-vozila.w--current, .tab-link-potni-ki-kombiji, .tab-link-tovorni-kombiji {
    padding: 12px 20px;
  }

  .text-block-4 {
    font-size: 15px;
    line-height: 20px;
  }

  .text-block-5, .text-block-6 {
    font-size: 15px;
  }

  .tabs-content {
    margin-top: 60px;
  }

  .naslov-carousel-najem, .cena {
    font-size: 17px;
  }

  .tax {
    font-size: 14px;
  }

  .gor {
    flex-flow: row;
    margin-left: 10px;
  }

  .dol {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
  }

  .slike_kombi {
    flex-flow: row;
    margin-left: 0;
  }

  .slike_kombi.desna {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 9px;
  }

  .naslov-potniski {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 23px;
  }

  .cena-potniski {
    padding-top: 5px;
    font-size: 16px;
  }

  .sedezi {
    padding-top: 5px;
    font-size: 13px;
  }

  .text-span-2 {
    font-size: 17px;
  }

  .potniski_kombi_slide {
    background-color: #0000;
    justify-content: space-around;
    align-items: stretch;
    padding: .125rem;
  }

  .potniski_kombi-container {
    border-radius: 0;
    width: 80%;
  }

  .st-sedezev {
    font-size: 14px;
  }

  .cena-pot {
    font-size: 17px;
  }

  .tax-pot {
    font-size: 14px;
  }

  .ime-kombi {
    font-size: 17px;
  }

  .tovorni-container {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    margin-top: 0;
  }

  .section-tovorni {
    width: 50%;
  }

  .tovorni-naslov, .tovorni-cena {
    font-size: 17px;
  }

  .tovorni-sedezi {
    font-size: 14px;
  }

  ._3-4, ._4-4 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: center;
    width: 100%;
  }

  ._1-4 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    width: 100%;
  }

  ._2-4 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .trans-container {
    height: auto;
  }

  .trans-head {
    font-size: 45px;
  }

  .trans-slikice-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0 0;
  }

  .trans-pokoncno, .trans-narobe {
    height: 100%;
  }

  .trans-slikice-naslov {
    font-size: 18px;
  }

  .text-slikice {
    font-size: 16px;
  }

  .gor-trans, .dol-trans {
    width: 100%;
    padding: 0 30px;
  }

  .selitve {
    height: 100%;
  }

  .selitve-head {
    font-size: 45px;
  }

  .section-selitve {
    flex-flow: column;
  }

  .levo {
    width: 50%;
    margin-left: 0;
  }

  .desno {
    width: 50%;
    margin-right: 0;
  }

  .kaj-nudimo {
    font-size: 20px;
  }

  .text-lime-selitve, .text-nudimo {
    font-size: 18px;
  }

  .moving {
    width: 100%;
  }

  .animacija-selitve {
    width: 50%;
  }

  .form-col {
    grid-template-columns: 1fr;
  }

  .heading-5 {
    padding-top: 50px;
    font-size: 45px;
  }

  .mapa {
    padding-left: 0;
  }

  .form-con {
    padding-left: 0;
    padding-right: 0;
  }

  .naslov-naslov {
    font-size: 16px;
  }

  .delovni-cas {
    font-size: 23px;
  }

  .text-block-delovni-cas {
    font-size: 16px;
  }

  .icona-image {
    width: 2.3rem;
  }

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

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

  .section-footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .storitve {
    padding-top: 0;
  }

  .kontakt-footer {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .logo-img {
    width: 200px;
  }

  .naslov-footer {
    font-size: 19px;
  }

  .link-storitve, .text-footer {
    font-size: 16px;
  }

  .beloew-footer-container {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .logo-prodaja {
    margin-left: 0;
    margin-right: 0;
  }

  .slika-prodaja {
    width: 100%;
  }

  .slika-prodaja.gsv {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .h5-melon {
    font-size: 16px;
  }

  .h5-melon.gsv {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .text-melon {
    font-size: 15px;
  }

  .onas-naslov {
    font-size: 30px;
    line-height: 35px;
  }

  .podnaslov-about {
    font-size: 20px;
  }

  .heading-8 {
    font-size: 17px;
  }

  .text-box {
    font-size: 16px;
  }

  .transport-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-transport-about-us {
    color: #ffffffbf;
    font-size: 16px;
  }

  .text-block-about-us {
    color: #ffffffbf;
  }

  ._1-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    padding: 20px 20px 0 0;
  }

  ._2-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    padding-top: 20px;
    padding-left: 20px;
  }

  .cenik {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .cenik-potni-ki {
    border-left-style: none;
    border-right-style: none;
    border-radius: 10px;
    width: 100%;
  }

  .cenik-tovorni, .cenik-osebna-vozila {
    border-radius: 10px;
    width: 100%;
  }

  .osebna-vozila-container {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start center;
    display: grid;
  }

  .standard, .suv, .karavan, .luksuz {
    width: 100%;
  }

  .wrapper-lottie {
    display: none;
  }

  .head-storitve {
    font-family: Dmsans Variablefont Opsz Wght, sans-serif;
    font-size: 19px;
  }

  .text-block-storitve {
    font-size: 16px;
    font-weight: 400;
  }

  .button-poglej-vec.button-combo-hero {
    z-index: 2;
    position: static;
  }

  .tovorna-vozila_navigation {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .main-prodaja {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-avto-vezija {
    font-size: 16px;
  }

  .hero-section {
    position: relative;
  }

  .navbar-link-block {
    z-index: 10;
    background-color: #2f3036;
    flex-flow: column;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    margin-left: -100%;
    position: fixed;
    inset: 0%;
  }

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

  .body-glow {
    z-index: 1;
    position: relative;
  }

  .avtoverzija-1-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .avtoverzija-2-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .hero-block {
    z-index: 2;
    padding-top: 0;
  }

  .heading-20 {
    font-size: 60px;
    line-height: 70px;
  }

  .image_hero_wrapper {
    z-index: 2;
  }

  .slika-lynx {
    width: 220px;
    left: -60px;
  }

  .slika-kombi-lynx {
    width: 350px;
    bottom: 93px;
    left: 0;
  }

  .gume-slika {
    z-index: 1;
  }

  .hamburger-lottie {
    z-index: 11;
    cursor: pointer;
    justify-content: flex-start;
    width: 60px;
    margin-top: 10px;
    margin-left: 10px;
    display: flex;
    position: relative;
    inset: 0% auto auto 0%;
  }
}

@media screen and (max-width: 767px) {
  .images_full {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: cover;
    overflow: clip;
  }

  .main_slide.is-slide-active {
    font-size: 5rem;
  }

  .previous_button, .next_button {
    height: 50px;
  }

  .prodaja {
    height: 100%;
  }

  .heading {
    font-size: 19px;
  }

  .slider {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider_1 {
    width: 100%;
  }

  .slider-2 {
    padding: 10px;
  }

  .slide-nav-2, .slide-nav-3 {
    height: auto;
  }

  .slider-hero {
    padding-left: 0;
    padding-right: 0;
  }

  .melon {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: center;
  }

  .button-2 {
    margin-bottom: 0;
    padding: 15px 20px;
  }

  .button-2.gumb-hero {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .najem {
    height: 100%;
  }

  .tabs-menu {
    padding: 15px;
  }

  .heading-3, .heading-4 {
    font-size: 40px;
  }

  .text-block-3 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 17px;
  }

  .text-block-3.karoserija {
    font-size: 20px;
    font-weight: 600;
  }

  .tabs-content {
    margin-top: 12px;
  }

  .naslov-carousel-najem {
    font-size: 18px;
  }

  .cena {
    font-size: 17px;
  }

  .tax {
    font-size: 12px;
  }

  .text-finsweet {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .potniski-kombi-container {
    height: auto;
  }

  .gor, .dol {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .slike_kombi {
    width: 75%;
  }

  .slike_kombi.desna {
    margin-left: 0;
    margin-right: 0;
  }

  .slika-kombija {
    width: 65%;
  }

  .text-kombi {
    width: 100%;
  }

  .pot-div {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .st-sedezev {
    font-size: 15px;
  }

  .cena-pot {
    font-size: 19px;
  }

  .tax-pot {
    font-size: 12px;
  }

  .ime-kombi {
    font-size: 19px;
  }

  .mercedes-cls, .bmw-s1-128i {
    object-fit: cover;
    width: 100%;
    overflow: visible;
  }

  ._3-4, ._4-4, ._1-4, ._2-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .transport {
    height: auto;
  }

  .trans-container {
    height: 100%;
  }

  .trans-slikice-container {
    flex-flow: column;
  }

  .trans-pokoncno, .trans-narobe {
    width: 50%;
  }

  .gor-trans {
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .dol-trans {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .selitve-head {
    font-size: 40px;
  }

  .levo, .desno {
    width: 70%;
  }

  .text-nudimo {
    font-size: 17px;
  }

  .checkbox-label {
    padding-left: 10px;
  }

  .checkbox-form-input {
    flex: 0 auto;
    padding: 0;
  }

  .mapa {
    padding-right: 10px;
  }

  .kontakt-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-con {
    padding-left: 10px;
  }

  .naslov-naslov {
    font-size: 15px;
  }

  .delovni-cas {
    font-size: 20px;
  }

  .delovni-cas-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-block-delovni-cas {
    font-size: 15px;
  }

  .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;
  }

  .section-footer {
    flex-flow: column;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo {
    flex-flow: column;
    display: flex;
  }

  .kontakt-footer {
    align-items: flex-start;
  }

  .text-footer {
    font-size: 16px;
  }

  .icone-footer-div {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: center;
  }

  .icona-footer {
    width: 2rem;
  }

  .logo-prodaja {
    width: 80%;
  }

  .text-melon {
    font-size: 15px;
  }

  .about-us-box-dol {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .heading-8 {
    font-size: 16px;
  }

  .about-us-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .transport-2 {
    width: 70%;
    padding-bottom: 60px;
  }

  .about-us-transport {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .container-transport-about-us {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._1-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }

  ._2-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
  }

  .partnerji-con {
    width: 50%;
  }

  .partnerji-img {
    overflow: clip;
  }

  .box-partnerji-com {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-start;
  }

  .block-storitve {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    justify-items: center;
    padding-top: 0;
    display: flex;
  }

  .block-storitve.padding-storitve {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: flex;
  }

  .box-storitve {
    height: 250px;
  }

  .icona-storitve {
    width: 70px;
  }

  .icona-storitve.padding-icona {
    width: 70px;
    padding: 0;
  }

  .head-storitve {
    font-size: 18px;
  }

  .head-storitve.padding-naslov {
    padding-top: 0;
  }

  ._404--container {
    width: 75%;
  }

  .lonely-404 {
    width: 200px;
    height: 200px;
  }

  .button-main-page {
    padding: 12px 30px;
    font-size: 17px;
  }

  .text-ta-stran-ni-na-voljo {
    font-size: 20px;
  }

  .block-pravilnik.make-col {
    flex-flow: column;
    align-items: stretch;
  }

  .heading-20 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-21 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (max-width: 479px) {
  .images_full {
    box-sizing: border-box;
    object-fit: cover;
    overflow: clip;
  }

  .main_slide.is-slide-active {
    font-size: 2.75rem;
    line-height: 5rem;
  }

  .previous_button, .next_button {
    height: 40px;
  }

  .text-block {
    font-weight: 600;
    line-height: 5rem;
  }

  .navigation {
    align-items: flex-start;
    padding-bottom: 0;
    display: flex;
    position: relative;
  }

  .image {
    height: 70px;
    margin-left: 10px;
  }

  .prodaja {
    height: 100%;
  }

  .heading {
    padding-top: 40px;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 12px;
  }

  .slider {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 5px;
    display: flex;
  }

  .slider_1 {
    width: 100%;
  }

  .slide-nav {
    height: auto;
    padding-top: 0;
    padding-bottom: 1px;
  }

  .slider_2 {
    width: 100%;
  }

  .slider-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 5px;
  }

  .melon {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .par-prodaja {
    text-align: center;
  }

  .tabs-menu {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    align-items: center;
    padding: 15px;
  }

  .heading-3 {
    justify-content: center;
    font-size: 40px;
    display: flex;
  }

  .heading-4 {
    font-size: 40px;
  }

  .text-block-2 {
    font-size: 18px;
  }

  .text-block-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-3.padding {
    text-align: center;
  }

  .tab-link-osebna-vozila, .tab-link-osebna-vozila.w--current, .tab-link-potni-ki-kombiji, .tab-link-tovorni-kombiji {
    border-radius: 10px;
    padding: 10px 20px;
  }

  .tab-link-tovorni-kombiji.w--current {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px 20px;
  }

  .text-block-4, .text-block-5, .text-block-6 {
    font-size: 15px;
  }

  .potniski_kombi_slide {
    justify-content: center;
    width: 50%;
    padding: 0;
  }

  .potniski_kombi-container {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: space-around;
    align-items: stretch;
    width: 100%;
    height: auto;
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
  }

  .slika-pot {
    width: 100%;
    max-width: none;
  }

  .pot-div {
    padding-bottom: 26px;
  }

  .tovorni-container {
    flex-flow: column;
  }

  .section-tovorni {
    width: 90%;
  }

  ._3-4, ._4-4, ._1-4, ._2-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .trans-head {
    font-size: 40px;
  }

  .trans-text {
    font-size: 18px;
    line-height: 24px;
  }

  .trans-slikice-container {
    width: auto;
  }

  .trans-pokoncno {
    width: 100%;
    margin: 0 10px;
  }

  .trans-narobe {
    width: 100%;
    margin: 40px 10px 0;
    padding-top: 0;
  }

  .trans-slika.dol {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .trans-slikice-naslov {
    font-size: 18px;
  }

  .text-slikice {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

  .gor-trans {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .dol-trans {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
  }

  .levo {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .desno {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 10px;
  }

  .dot-selitve.tovorni-dot {
    width: 20px;
    padding-top: 0;
    padding-right: 0;
  }

  .animacija-selitve {
    width: 100%;
  }

  .checkbox-label {
    color: #ffffffd9;
  }

  .form-col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .mapa {
    width: 100%;
    padding-left: 10px;
  }

  .kontakt-section {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-con {
    width: 100%;
  }

  .naslov-naslov, .delovni-cas {
    color: #ffffffd9;
  }

  .text-kontakt {
    align-items: center;
  }

  .delovni-cas-div {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-delovni-cas {
    color: #ffffffd9;
    font-size: 14px;
    line-height: 15px;
  }

  .link-3 {
    font-weight: 700;
  }

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

  .section-footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .o-nas {
    text-align: left;
  }

  .lime-storitve {
    align-items: center;
  }

  .link-storitve {
    color: #ffffffd9;
    text-align: left;
  }

  .text-footer {
    color: #ffffffd9;
    font-family: Dmsans Variablefont Opsz Wght, sans-serif;
    text-decoration: none;
  }

  .beloew-footer-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .link-below-footer {
    text-align: center;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 15px;
  }

  .link-below {
    text-align: left;
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
  }

  .logo-prodaja {
    width: 100%;
    padding-top: 20px;
  }

  .about-us {
    z-index: 2;
    position: relative;
  }

  .naslov-about-us {
    position: relative;
  }

  .onas-naslov {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
  }

  .about-us-event {
    flex-flow: column;
  }

  .about-us-box-dol {
    width: 100%;
    padding-top: 30px;
  }

  .podnaslov-about {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
    line-height: 24px;
  }

  .about-us-box {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .transport-2 {
    width: 100%;
  }

  .about-us-transport {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .container-transport-about-us {
    width: 100%;
  }

  .alineje-box {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    flex-flow: row;
    justify-content: flex-start;
    padding-top: 5px;
  }

  ._1-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  ._2-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: flex-start;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .link-5 {
    color: #ffffffd9;
    font-weight: 900;
    text-decoration: underline;
  }

  .cenik-potni-ki, .cenik-tovorni, .cenik-osebna-vozila {
    width: 100%;
  }

  .copyright {
    font-size: 12px;
  }

  .osebna-vozila-container {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    place-items: start center;
  }

  .partnerji {
    padding-bottom: 40px;
  }

  .partnerji-con {
    width: 80%;
  }

  .partnerji-img {
    vertical-align: baseline;
  }

  .box-partnerji-com {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    align-items: center;
  }

  .heading-9 {
    font-size: 20px;
  }

  .block-storitve {
    flex-flow: column;
    align-items: center;
    padding-top: 0;
  }

  .block-storitve.padding-storitve {
    flex-flow: column;
    align-items: center;
  }

  .box-storitve, ._404--container {
    width: 100%;
  }

  .lonely-404 {
    width: 250px;
    height: 250px;
  }

  .tovorni-kombi-block {
    align-items: center;
    padding: 10px;
  }

  .slika-tovorni-kombi-img {
    height: auto;
  }

  .text-tovorna-vozila {
    font-size: 16px;
  }

  .cena-tovorni-kombiji {
    font-size: 18px;
  }

  ._2-row-transportni {
    flex: 0 auto;
    padding: 0;
  }

  ._1-row-transportni {
    padding: 0;
  }

  ._1-2-row-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 10px;
  }

  .cena-ddv-container {
    padding-left: 0;
  }

  .splosni-pogoji-paragraf {
    text-align: justify;
  }

  .fs-consent_banner_buttons {
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }

  .hero-section {
    z-index: 2;
    height: auto;
  }

  .navbar-link-block {
    z-index: 10;
    margin-left: -100%;
    inset: 0%;
  }

  .body-glow {
    z-index: 0;
    position: static;
  }

  .avtoverzija-1-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .avtoverzija-2-2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .hero-block {
    margin-top: 40px;
    padding-top: 0;
  }

  .heading-20 {
    text-align: left;
    margin-top: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 40px;
    line-height: 45px;
  }

  .heading-21 {
    font-size: 17px;
    line-height: 25px;
  }

  .slika-lynx {
    width: 150px;
    left: -41px;
  }

  .slika-kombi-lynx {
    width: 220px;
    bottom: 62px;
    left: 0;
  }

  .hamburger-lottie {
    z-index: 11;
    width: 70px;
    margin-top: 0;
    margin-left: 0;
    padding: 10px 0 0 10px;
    display: block;
    position: relative;
    inset: 0% auto auto 0%;
  }

  .container-lottie {
    padding: 12px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_9a481607-9752-95ff-ca21-958597e55008-f6df2dc4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Dmsans Variablefont Opsz Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}